@odigos/ui-kit 0.0.189 → 0.0.191

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.
Files changed (84) hide show
  1. package/CHANGELOG.md +23 -0
  2. package/lib/chunks/index-BgT3kLZa.js +3 -0
  3. package/lib/chunks/ui-components-CCA7B7ry.js +2364 -0
  4. package/lib/chunks/vendor-C-kwkNJP.js +1 -0
  5. package/lib/components/_v2/drop-data/index.d.ts +5 -1
  6. package/lib/components/_v2/drop-down/index.d.ts +9 -0
  7. package/lib/components/_v2/field-message/index.d.ts +6 -0
  8. package/lib/components/_v2/field-title/index.d.ts +9 -0
  9. package/lib/components/_v2/index.d.ts +6 -0
  10. package/lib/components/_v2/input/index.d.ts +3 -1
  11. package/lib/components/_v2/input-list/index.d.ts +15 -0
  12. package/lib/components/_v2/input-table/dynamic-field/index.d.ts +13 -0
  13. package/lib/components/_v2/input-table/index.d.ts +16 -0
  14. package/lib/components/_v2/input-table/types.d.ts +15 -0
  15. package/lib/components/_v2/island/index.d.ts +2 -1
  16. package/lib/components/_v2/segment/index.d.ts +2 -0
  17. package/lib/components/_v2/textarea/index.d.ts +11 -0
  18. package/lib/components/_v2/toggle/index.d.ts +2 -1
  19. package/lib/components/styled.d.ts +7 -0
  20. package/lib/components/v2.js +1 -1
  21. package/lib/components.js +1 -1
  22. package/lib/constants/strings/index.d.ts +1 -0
  23. package/lib/constants.js +1 -1
  24. package/lib/containers/_v2/_drawers/add-rule-drawer/helpers.d.ts +7 -0
  25. package/lib/containers/_v2/_drawers/add-rule-drawer/index.d.ts +10 -0
  26. package/lib/containers/_v2/{central-connections/source-drawer → _drawers/add-source-drawer}/index.d.ts +3 -4
  27. package/lib/containers/_v2/{central-connections/source-drawer → _drawers/add-source-drawer}/namespaces-column/index.d.ts +3 -2
  28. package/lib/containers/_v2/{central-connections/source-drawer → _drawers/add-source-drawer}/workloads-column/index.d.ts +3 -2
  29. package/lib/containers/_v2/_drawers/edit-config-drawer/index.d.ts +12 -0
  30. package/lib/containers/_v2/_drawers/index.d.ts +4 -0
  31. package/lib/containers/_v2/{system-drawer → _drawers/system-drawer}/index.d.ts +2 -3
  32. package/lib/containers/_v2/_drawers/system-drawer/tokens/index.d.ts +7 -0
  33. package/lib/containers/_v2/{system-drawer → _drawers/system-drawer}/tokens/token-expires-at.d.ts +2 -0
  34. package/lib/containers/_v2/_drawers/system-drawer/tokens/token-value.d.ts +14 -0
  35. package/lib/containers/_v2/_forms/add-rule-form/custom-fields/code-attributes/index.d.ts +5 -0
  36. package/lib/containers/_v2/_forms/add-rule-form/custom-fields/custom-instrumentation/index.d.ts +5 -0
  37. package/lib/containers/_v2/_forms/add-rule-form/custom-fields/headers-collection/index.d.ts +5 -0
  38. package/lib/containers/_v2/_forms/add-rule-form/custom-fields/index.d.ts +7 -0
  39. package/lib/containers/_v2/_forms/add-rule-form/custom-fields/payload-collection/index.d.ts +5 -0
  40. package/lib/containers/_v2/_forms/add-rule-form/index.d.ts +7 -0
  41. package/lib/containers/_v2/_forms/index.d.ts +1 -0
  42. package/lib/containers/_v2/central-connections/helpers.d.ts +44 -0
  43. package/lib/containers/_v2/central-connections/index.d.ts +5 -4
  44. package/lib/containers/_v2/index.d.ts +2 -1
  45. package/lib/containers/_v2/pipeline-collectors/index.d.ts +1 -0
  46. package/lib/containers/multi-source-control/index.d.ts +1 -1
  47. package/lib/containers/source-drawer/describe/index.d.ts +1 -1
  48. package/lib/containers/toggle-dark-mode/index.d.ts +1 -3
  49. package/lib/containers/v2.js +42 -73
  50. package/lib/containers.js +114 -114
  51. package/lib/contexts/index.d.ts +1 -0
  52. package/lib/contexts/storybook-context.d.ts +8 -0
  53. package/lib/contexts.js +1 -1
  54. package/lib/functions.js +1 -1
  55. package/lib/hooks/useActionFormData.d.ts +1 -1
  56. package/lib/hooks/useGenericForm.d.ts +5 -4
  57. package/lib/hooks.js +1 -1
  58. package/lib/icons.js +1 -1
  59. package/lib/snippets/_v2/index.d.ts +2 -0
  60. package/lib/snippets/_v2/rich-title/index.d.ts +1 -0
  61. package/lib/snippets/_v2/signals-checkbox-list/index.d.ts +11 -0
  62. package/lib/snippets/_v2/wide-drawer/column/index.d.ts +11 -0
  63. package/lib/snippets/_v2/wide-drawer/column-list-item/index.d.ts +13 -0
  64. package/lib/snippets/_v2/wide-drawer/index.d.ts +35 -0
  65. package/lib/snippets.js +1 -1
  66. package/lib/store/useSetupStore.d.ts +0 -4
  67. package/lib/store.js +1 -1
  68. package/lib/theme.js +1 -1
  69. package/lib/types/common/index.d.ts +4 -0
  70. package/lib/types/instrumentation-rules/index.d.ts +4 -1
  71. package/lib/types/tokens/index.d.ts +7 -0
  72. package/lib/types.js +1 -1
  73. package/lib/visuals.js +1 -1
  74. package/package.json +10 -10
  75. package/lib/chunks/ui-components-BiOIOsCC.js +0 -2296
  76. package/lib/chunks/vendor-1oZp1FpB.js +0 -1
  77. package/lib/containers/_v2/central-connections/config-drawer/index.d.ts +0 -18
  78. package/lib/containers/_v2/central-connections/source-drawer/styled.d.ts +0 -17
  79. package/lib/containers/_v2/system-drawer/tokens/index.d.ts +0 -7
  80. package/lib/containers/_v2/system-drawer/tokens/token-actions.d.ts +0 -12
  81. package/lib/containers/_v2/system-drawer/tokens/token-input.d.ts +0 -8
  82. /package/lib/containers/_v2/{central-connections/source-drawer → _drawers/add-source-drawer}/types.d.ts +0 -0
  83. /package/lib/containers/_v2/{system-drawer → _drawers/system-drawer}/describe/index.d.ts +0 -0
  84. /package/lib/containers/_v2/{system-drawer → _drawers/system-drawer}/diagnose/index.d.ts +0 -0
@@ -1,2296 +0,0 @@
1
- import{SamplerIcon as e,PiiMaskingIcon as t,RenameAttributeIcon as i,DeleteAttributeIcon as n,AddClusterInfoIcon as o,K8sLogo as r,ImageErrorIcon as a,KafkaLogo as s,RedisLogo as l,PostgresLogo as c,NginxLogo as d,MysqlLogo as p,ElixirLogo as u,SwiftLogo as h,RustLogo as m,RubyLogo as g,PhpLogo as $,CPlusPlusLogo as f,CSharpLogo as x,DotnetLogo as b,PythonLogo as y,NodejsLogo as w,GoLogo as v,JavaLogo as k,AwsXrayLogo as C,VictoriaMetricsLogo as S,UptraceLogo as E,TraceloopLogo as A,TingyunLogo as D,TempoLogo as T,TelemetryHubLogo as F,SumoLogicLogo as O,SplunkLogo as z,SignozLogo as N,SeqLogo as I,AwsS3Logo as _,QuickwitLogo as R,GigapipeLogo as B,QrynLogo as L,PrometheusLogo as M,OpenTelemetryLogo as P,OracleLogo as j,OpsVerseLogo as U,OpenObserveLogo as W,OneUptimeLogo as V,OdigosLogo as H,ObserveLogo as q,NewRelicLogo as G,MiddlewareLogo as K,LumigoLogo as Y,LokiLogo as J,LogzioLogo as X,LightstepLogo as Z,Last9Logo as Q,KloudmateLogo as ee,JaegerLogo as te,InstanaLogo as ie,HyperDxLogo as ne,HoneycombLogo as oe,GroundcoverLogo as re,GreptimeLogo as ae,GrafanaLogo as se,GoogleCloudPlatformLogo as le,ElasticSearchLogo as ce,ElasticApmLogo as de,DynatraceLogo as pe,DatadogLogo as ue,Dash0Logo as he,CoralogixLogo as me,AwsCloudwatchLogo as ge,ClickhouseLogo as $e,ChronosphereLogo as fe,ChecklyLogo as xe,CauselyLogo as be,BonreeLogo as ye,BetterStackLogo as we,AzureMonitorLogo as ve,AzureBlobLogo as ke,AxiomLogo as Ce,AppDynamicsLogo as Se,AlibabaCloudLogo as Ee,AlaudaLogo as Ae,InstrumentationRuleIcon as De,ActionIcon as Te,DestinationIcon as Fe,SourceIcon as Oe,NamespacesIcon as ze,PayloadCollectionIcon as Ne,HeadersCollectionIcon as Ie,CustomInstrumentationIcon as _e,CodeAttributesIcon as Re,TracesIcon as Be,MetricsIcon as Le,LogsIcon as Me,VmLogo as Pe,QuestionCircleIcon as je,XSquareIcon as Ue,VSquareIcon as We,ExclamationTriangleIcon as Ve,ExclamationCircleIcon as He,ISquareIcon as qe,VIcon as Ge,CopyIcon as Ke,XIcon as Ye,MinusIcon as Je,ListIcon as Xe,CodeIcon as Ze,ExtendArrowIcon as Qe,PlusIcon as et,EditIcon as tt,NoDataIcon as it,EyeClosedIcon as nt,EyeOpenIcon as ot,SearchIcon as rt,TrashIcon as at,EditedIcon as st,SortArrowsIcon as lt,NotebookIcon as ct,ArrowIcon as dt,ChevronUpIcon as pt,ChevronDownIcon as ut,DotsVerticalIcon as ht,YamlIcon as mt,DotsHorizontalIcon as gt,DotIcon as $t,FilterIcon as ft}from"../icons.js";import{create as xt}from"zustand";import{Fragment as bt,useMemo as yt,useState as wt,useEffect as vt,useRef as kt,useCallback as Ct,forwardRef as St,memo as Et,useContext as At,createContext as Dt}from"react";import Tt from"javascript-time-ago";import{p as Ft,c as Ot,s as zt,u as Nt,e as It}from"./vendor-1oZp1FpB.js";import{jsx as _t,jsxs as Rt,Fragment as Bt}from"react/jsx-runtime";import Lt,{css as Mt,useTheme as Pt,ThemeProvider as jt,keyframes as Ut}from"styled-components";import{Handle as Wt,Position as Vt,ReactFlow as Ht,Controls as qt}from"@xyflow/react";import Gt,{createPortal as Kt}from"react-dom";import{ErrorBoundary as Yt}from"react-error-boundary";import Jt from"lottie-react";import{Highlight as Xt,themes as Zt}from"prism-react-renderer";const Qt=e=>e.charAt(0).toUpperCase()+e.slice(1),ei=e=>{const t=e=>e.filter(e=>"object"==typeof e&&null!==e?""!==e.key&&""!==e.value:""!==e),i=e=>Object.fromEntries(Object.entries(e).filter(([e,t])=>""!==e&&""!==t).map(([e,n])=>Array.isArray(n)?[e,t(n)]:"object"==typeof n&&null!==n?[e,i(n)]:[e,n]));return Object.entries(e).reduce((e,[n,o])=>{try{const r=JSON.parse(o);Array.isArray(r)?e[n]=JSON.stringify(t(r)):e[n]="object"==typeof r&&null!==r?JSON.stringify(i(r)):o}catch(r){"object"==typeof o&&null!==o?Array.isArray(o)?e[n]=JSON.stringify(t(o)):e[n]=JSON.stringify(i(o)):e[n]=o}return e},{})};var ti;!function(e){e.SIGNALS="SIGNALS"}(ti||(ti={}));const ii=(e,t,i)=>{if(!e||!e.length)return!0;if(1===e.length)return"true"==e[0];const[n,o,r]=e;if(n===ti.SIGNALS)switch(o){case"INCLUDES":return t?.includes(r);case"EXCLUDES":return!t?.includes(r);default:return!0}const a=i.find(e=>e.name===n);if(!a)return!0;switch(o){case"===":case"==":return a.value===r;case"!==":case"!=":return a.value!==r;case">":return Number(a.value)>Number(r);case"<":return Number(a.value)<Number(r);case">=":return Number(a.value)>=Number(r);case"<=":return Number(a.value)<=Number(r);default:return!0}},ni=e=>JSON.parse(JSON.stringify(e)),oi=(e,t)=>{let i=[...e];return t.monitors?.length&&(i=i.filter(e=>!!t.monitors?.find(t=>e.signals?.find(e=>e.toLowerCase()===t.id)))),i},ri=(e,t)=>{let i=[...e];return t.monitors?.length&&(i=i.filter(e=>!!t.monitors?.find(t=>e.exportedSignals[t.id]))),i},ai=(e,t)=>t?e.filter(e=>e.dataStreamNames.includes(t)||!e.dataStreamNames.length):[];var si,li,ci,di,pi,ui,hi,mi,gi,$i,fi,xi,bi,yi,wi,vi,ki,Ci,Si,Ei,Ai,Di,Ti,Fi,Oi,zi,Ni,Ii,_i,Ri,Bi,Li,Mi,Pi,ji,Ui,Wi,Vi,Hi,qi,Gi,Ki;!function(e){e.Attributes="attributes",e.Samplers="samplers"}(si||(si={})),function(e){e.K8sAttributes="K8sAttributesResolver",e.AddClusterInfo="AddClusterInfo",e.DeleteAttributes="DeleteAttribute",e.RenameAttributes="RenameAttribute",e.PiiMasking="PiiMasking",e.ErrorSampler="ErrorSampler",e.ProbabilisticSampler="ProbabilisticSampler",e.LatencySampler="LatencySampler",e.ServiceNameSampler="ServiceNameSampler",e.SpanAttributeSampler="SpanAttributeSampler"}(li||(li={})),function(e){e.CollectContainerAttributes="collectContainerAttributes",e.CollectReplicaSetAttributes="collectReplicaSetAttributes",e.CollectWorkloadId="collectWorkloadId",e.CollectClusterId="collectClusterId",e.LabelsAttributes="labelsAttributes",e.AnnotationsAttributes="annotationsAttributes",e.ClusterAttributes="clusterAttributes",e.OverwriteExistingValues="overwriteExistingValues",e.AttributeNamesToDelete="attributeNamesToDelete",e.Renames="renames",e.PiiCategories="piiCategories",e.FallbackSamplingRatio="fallbackSamplingRatio",e.SamplingPercentage="samplingPercentage",e.EndpointsFilters="endpointsFilters",e.ServicesNameFilters="servicesNameFilters",e.AttributeFilters="attributeFilters"}(ci||(ci={})),function(e){e.Pod="pod",e.Namespace="namespace",e.Node="node"}(di||(di={})),function(e){e.EXISTS="exists",e.EQUALS="equals",e.NOT_EQUALS="not_equals",e.CONTAINS="contains",e.NOT_CONTAINS="not_contains",e.REGEX="regex"}(pi||(pi={})),function(e){e.EXISTS="exists",e.EQUALS="equals",e.NOT_EQUALS="not_equals",e.GREATER_THAN="greater_than",e.LESS_THAN="less_than",e.GREATER_THAN_OR_EQUAL="greater_than_or_equal",e.LESS_THAN_OR_EQUAL="less_than_or_equal"}(ui||(ui={})),function(e){e.EXISTS="exists",e.EQUALS="equals"}(hi||(hi={})),function(e){e.EXISTS="exists",e.EQUALS="equals",e.NOT_EQUALS="not_equals",e.IS_VALID_JSON="is_valid_json",e.IS_INVALID_JSON="is_invalid_json",e.JSONPATH_EXISTS="jsonpath_exists",e.KEY_EQUALS="key_equals",e.KEY_NOT_EQUALS="key_not_equals"}(mi||(mi={})),function(e){e.Horizontal="horizontal",e.Vertical="vertical"}(gi||(gi={})),function(e){e.Ascending="ascending",e.Descending="descending"}($i||($i={})),function(e){e.Community="community",e.Cloud="cloud",e.Onprem="onprem"}(fi||(fi={})),function(e){e.K8s="k8s",e.Vm="vm"}(xi||(xi={})),function(e){e.Cli="odigos-cli",e.Helm="helm",e.Operator="odigos-operator"}(bi||(bi={})),function(e){e.Go="go",e.JavaScript="javascript",e.Python="python",e.Java="java",e.DotNet="dotnet",e.CSharp="csharp",e.CPlusPlus="cplusplus",e.Php="php",e.Ruby="ruby",e.Rust="rust",e.Swift="swift",e.Elixir="elixir",e.MySql="mysql",e.Nginx="nginx",e.Postgres="postgres",e.Redis="redis",e.Kafka="kafka",e.Ignored="ignored",e.Unknown="unknown",e.Processing="processing",e.NoContainers="no containers",e.NoRunningPods="no running pods"}(yi||(yi={})),function(e){e.Create="Create",e.Read="Read",e.Update="Update",e.Delete="Delete"}(wi||(wi={})),function(e){e.Namespace="Namespace",e.Source="Source",e.Destination="Destination",e.Action="Action",e.InstrumentationRule="InstrumentationRule"}(vi||(vi={})),function(e){e.DataStream="DataStream"}(ki||(ki={})),function(e){e.Input="input",e.MultiInput="multiInput",e.MultiTabledInput="multiTabledInput",e.KeyValuePair="keyValuePairs",e.TextArea="textarea",e.Dropdown="dropdown",e.Checkbox="checkbox",e.Toggle="toggle"}(Ci||(Ci={})),function(e){e.Text="text",e.Password="password",e.Number="number"}(Si||(Si={})),function(e){e.Warning="warning",e.Error="error",e.Success="success",e.Info="info",e.Default="default"}(Ei||(Ei={})),function(e){e.INSTRUMENTED="Instrumented",e.INSTRUMENTING="Instrumenting",e.UNINSTRUMENTED="Uninstrumented",e.NOT_INSTRUMENTED="Not Instrumented"}(Ai||(Ai={})),function(e){e.Loading="loading",e.Disabled="disabled"}(Di||(Di={})),function(e){e.Disabled="disabled",e.Unknown="unknown"}(Ti||(Ti={})),function(e){e.CodeAttributes="code-attributes",e.FullPayloadCollection="full-payload-collection",e.DbPayloadCollection="db-payload-collection",e.QueryOperationDetector="query-operation-detector",e.AllowConcurrentAgents="allow_concurrent_agents",e.JavaEbpfInstrumentations="java-ebpf-instrumentations",e.JavaNativeInstrumentations="java-native-instrumentations",e.SizeS="size_s",e.SizeM="size_m",e.SizeL="size_l"}(Fi||(Fi={})),function(e){e.Header="header",e.Add="add",e.Base="base",e.Edged="edged",e.Frame="frame",e.Scroll="scroll",e.Skeleton="skeleton",e.MapItem="map-item",e.NoData="no-data",e.OdiLogo="odilogo"}(Oi||(Oi={})),function(e){e.Labeled="labeled"}(zi||(zi={})),function(e){e.AddRule="addRule",e.AddSource="addSource",e.AddAction="addAction",e.AddDestination="addDestination"}(Ni||(Ni={})),function(e){e.Alauda="alauda",e.AlibabaCloud="alibabacloud",e.AppDynamics="appdynamics",e.Axiom="axiom",e.AzureBlob="azureblob",e.AzureMonitor="azuremonitor",e.BetterStack="betterstack",e.Bonree="bonree",e.Causely="causely",e.Checkly="checkly",e.Chronosphere="chronosphere",e.ClickHouse="clickhouse",e.CloudWatch="cloudwatch",e.Coralogix="coralogix",e.Dash0="dash0",e.Datadog="datadog",e.Dynamic="dynamic",e.Dynatrace="dynatrace",e.ElasticApm="elasticapm",e.ElasticSearch="elasticsearch",e.GoogleCloud="googlecloud",e.GoogleCloudOTLP="googlecloudotlp",e.GrafanaCloudLoki="grafanacloudloki",e.GrafanaCloudPrometheus="grafanacloudprometheus",e.GrafanaCloudTempo="grafanacloudtempo",e.Greptime="greptime",e.Groundcover="groundcover",e.Honeycomb="honeycomb",e.HyperDX="hyperdx",e.Instana="instana",e.Jaeger="jaeger",e.Kafka="kafka",e.Kloudmate="kloudmate",e.Last9="last9",e.Lightstep="lightstep",e.LogzIo="logzio",e.Loki="loki",e.Lumigo="lumigo",e.Middleware="middleware",e.NewRelic="newrelic",e.Observe="observe",e.Odigos="odigos",e.OneUptime="oneuptime",e.OpenObserve="openobserve",e.Opsverse="opsverse",e.Oracle="oracle",e.OTLP="otlp",e.OTLPHttp="otlphttp",e.Prometheus="prometheus",e.Qryn="qryn",e.QrynOss="qryn-oss",e.Quickwit="quickwit",e.S3="s3",e.Seq="seq",e.Signalfx="signalfx",e.Signoz="signoz",e.Splunk="splunk",e.SplunkSapm="splunksapm",e.SplunkOtlp="splunkotlp",e.SumoLogic="sumologic",e.TelemetryHub="telemetryhub",e.Tempo="tempo",e.Tingyun="tingyun",e.Traceloop="traceloop",e.Uptrace="uptrace",e.VictoriaMetrics="victoriametrics",e.VictoriaMetricsCloud="victoriametricscloud",e.XRay="xray"}(Ii||(Ii={})),function(e){e.Deployment="Deployment",e.DaemonSet="DaemonSet",e.StatefulSet="StatefulSet",e.CronJob="CronJob",e.Pod="Pod",e.StaticPod="StaticPod",e.Rollout="Rollout",e.ConfigMap="ConfigMap",e.DeploymentConfig="DeploymentConfig"}(_i||(_i={})),function(e){e.GolangCommunity="golang-community",e.NodejsCommunity="nodejs-community",e.PythonCommunity="python-community",e.JavaCommunity="java-community",e.DotNetCommunity="dotnet-community",e.RubyCommunity="ruby-community",e.PhpCommunity="php-community",e.GolangEnterprise="golang-enterprise",e.NodejsEnterprise="nodejs-enterprise",e.PythonEnterprise="python-enterprise",e.JavaEnterprise="java-enterprise",e.JavaEbpfInstrumentations="java-ebpf-instrumentations",e.DotNetLegacy="dotnet-legacy",e.DotNetEnterprise="dotnet-enterprise",e.RubyEnterprise="ruby-enterprise",e.PhpEnterprise="php-enterprise",e.CPlusPlusEnterprise="cplusplus-enterprise",e.MySqlEnterprise="mysql-enterprise"}(Ri||(Ri={})),function(e){e.Error="Error",e.Failure="Failure",e.Notice="Notice",e.Pending="Pending",e.Waiting="Waiting",e.Unsupported="Unsupported",e.Disabled="Disabled",e.Success="Success",e.Irrelevant="Irrelevant",e.Unknown="Unknown"}(Bi||(Bi={})),function(e){e.CodeAttributes="CodeAttributes",e.HeadersCollection="HeadersCollection",e.PayloadCollection="PayloadCollection",e.CustomInstrumentation="CustomInstrumentation",e.UnknownType="UnknownType"}(Li||(Li={})),function(e){e.Column="column",e.FilePath="filePath",e.Function="function",e.LineNumber="lineNumber",e.Namespace="namespace",e.StackTrace="stacktrace"}(Mi||(Mi={})),function(e){e.HeaderKeys="headerKeys"}(Pi||(Pi={})),function(e){e.Java="java",e.Golang="golang"}(ji||(ji={}));class Yi{className;methodName;constructor(e,t){this.className=e,this.methodName=t}Verify(){return!!this.className&&!!this.methodName}toString(){return this.Verify()?`${this.className}.${this.methodName}`:"[Faulty Java Probe]"}}class Ji{packageName;functionName;receiverName;receiverMethodName;constructor(e,t,i,n){this.packageName=e,this.functionName=t||"",this.receiverName=i||"",this.receiverMethodName=n||""}Verify(){return!(!this.packageName||(this.functionName?this.receiverMethodName||this.receiverName:!this.receiverMethodName||!this.receiverName))}toString(){return this.Verify()?this.functionName?`${this.packageName}.${this.functionName}`:this.receiverName&&this.receiverMethodName?`${this.packageName}.(${this.receiverName}).${this.receiverMethodName}`:"":"[Faulty Golang Probe]"}}!function(e){e.HttpRequest="httpRequest",e.HttpResponse="httpResponse",e.DbQuery="dbQuery",e.Messaging="messaging"}(Ui||(Ui={})),function(e){e.Healthy="Healthy",e.Updating="Updating",e.Degraded="Degraded",e.Failed="Failed",e.Down="Down",e.Unknown="Unknown"}(Wi||(Wi={})),function(e){e.Pending="Pending",e.Running="Running",e.Succeeded="Succeeded",e.Failed="Failed",e.Unknown="Unknown"}(Vi||(Vi={})),function(e){e.ContainerCreating="ContainerCreating",e.CrashLoopBackOff="CrashLoopBackOff",e.CreateContainerError="CreateContainerError",e.CreateContainerConfigError="CreateContainerConfigError",e.ErrImagePull="ErrImagePull",e.ErrImageNeverPull="ErrImageNeverPull",e.ImagePullBackOff="ImagePullBackOff",e.InvalidImageName="InvalidImageName",e.RegistryUnavailable="RegistryUnavailable",e.NetworkNotReady="NetworkNotReady",e.Running="Running",e.Completed="Completed",e.Error="Error",e.OOMKilled="OOMKilled",e.ContainerCannotRun="ContainerCannotRun",e.DeadlineExceeded="DeadlineExceeded",e.StartError="StartError"}(Hi||(Hi={})),function(e){e.Running="Running",e.Waiting="Waiting",e.Terminated="Terminated"}(qi||(qi={})),function(e){e.Logs="LOGS",e.Metrics="METRICS",e.Traces="TRACES"}(Gi||(Gi={})),function(e){e.Logs="logs",e.Metrics="metrics",e.Traces="traces"}(Ki||(Ki={}));const Xi={[Gi.Logs]:Ki.Logs,[Gi.Metrics]:Ki.Metrics,[Gi.Traces]:Ki.Traces},Zi={[Ki.Logs]:Gi.Logs,[Ki.Metrics]:Gi.Metrics,[Ki.Traces]:Gi.Traces},Qi=(e,t)=>{let i=[...e];return t.namespaces?.length&&(i=i.filter(({namespace:e})=>!!t.namespaces?.find(({id:t})=>t===e))),t.kinds?.length&&(i=i.filter(({kind:e})=>!!t.kinds?.find(({id:t})=>t===e))),t.languages?.length&&(i=i.filter(({containers:e})=>!!t.languages?.find(({id:t})=>!!e?.find(({language:e})=>t===e)))),t.conditions?.length&&(i=i.filter(({conditions:e})=>!!t.conditions?.find(({id:t})=>!!e?.find(({type:e,reason:i})=>t===`${e}#${i}`)))),t.podsAgentInjectionStatus?.length&&(i=i.filter(({podsAgentInjectionStatus:e})=>!!t.podsAgentInjectionStatus?.find(({id:t})=>t===e?.reasonEnum||t===e?.message))),t.onlyErrors&&(i=i.filter(e=>!!e.conditions?.find(e=>e.status===Ei.Error))),t.errors?.length&&(i=i.filter(e=>!!t.errors?.find(t=>!!e.conditions?.find(e=>e.message===t.id)))),i},en="default",tn={SELECTED_DATA_STREAM:"SELECTED_DATA_STREAM",SELECTED_DATA_STREAM_WITH_PROXY:e=>`SELECTED_DATA_STREAM_${e}`,OVERVIEW_FILTERS:"OVERVIEW_FILTERS",DARK_MODE:"DARK_MODE"},nn={REQUIRED_FIELDS:"Required fields are missing",FIELD_IS_REQUIRED:"This field is required",FORBIDDEN:"Forbidden",ENTERPRISE_ONLY:(e="This")=>`${e} is an Enterprise feature. Please upgrade your plan.`,DEFINED_FOR_ALL_STREAMS:e=>`${e} are defined for all Data Streams.`,CANNOT_EDIT_RULE:"Cannot edit a system-managed instrumentation rule",CANNOT_DELETE_RULE:"Cannot delete a system-managed instrumentation rule",LATENCY_HTTP_ROUTE:'HTTP route must start with a forward slash "/"',READONLY_WARNING:"You're not allowed to create/update/delete in readonly mode",ILLEGAL_K8S_LABEL:'Must be 63 characters or less, must consist of alphanumeric characters, "-", "_", or ".", and must start & end with an alphanumeric character (e.g., my-name, 123.abc).',INVALID_VERSION:'Invalid version format, must be in the format of "major.minor.patch" (e.g. 1.0.0)'},on={NAMESPACE:"Namespace",NAME:"Name",KIND:"Kind",CONNECTION:"Connection",CONNECTIONS:"Connections",DATA_STREAM:"Data Stream",DATA_STREAMS:"Data Streams",STREAM_NAME:"Data Stream Name",NAME_YOUR_STREAM:"Name your Data Stream",NAME_YOUR_STREAM_PLACEHOLDER:"e.g. Highest priority",STREAM_DESCRIPTION:"Provide a clear and descriptive name for your pipeline to ensure its purpose is easily understood by you and your team.",STREAM_CONFIRM:"Confirm your new Data Stream",DATA_STREAM_EXISTS_WARNING:(e,t)=>`A Data Stream with this name already exists, you can still rename the current "${e}", but it will merge into the existing "${t}".`,ACTION:"Action",ACTIONS:"Actions",ADD_ACTION:"Add Action",ACTION_DETAILS:"Action Details",INSTRUMENTATION_RULE:"Instrumentation Rule",INSTRUMENTATION_RULES:"Instrumentation Rules",ADD_INSTRUMENTATION_RULE:"Add Instrumentation Rule",INSTRUMENTATION_RULE_DETAILS:"Instrumentation Rule Details",DESTINATION:"Destination",DESTINATIONS:"Destinations",ADD_DESTINATION:"Add Destination",ADD_DESTINATIONS:"Add Destinations",ADD_DESTINATION_DESCRIPTION:"Add a destination to send your telemetry data to. You can add multiple destinations.",DESTINATION_DETAILS:"Destination Details",SELECTED_DESTINATIONS:"Selected Destinations",SOURCE:"Source",SOURCES:"Sources",ADD_SOURCE:"Add Source",SOURCE_DETAILS:"Source Details",SELECT_SOURCES:"Select Sources",SELECTED_SOURCES:"Selected Sources",SELECT_SOURCES_DESCRIPTION:"Choose which sources to monitor in your pipeline.",NO_SOURCES:"No sources",NO_SOURCES_GO_BACK:"No sources selected. Please go back to select sources.",PLEASE_ADD_SOURCE:"Please add a source",NO_SOURCES_NAMESPACE:"No sources available in this namespace",TRY_SEARCH_OR_OTHER_NAMESPACE:"Try searching again or select another namespace.",PLEASE_MAKE_SURE_UNIGNORED_NAMESPACES:"Please make sure your cluster has unignored namespaces",INSTALLATION:"Installation",SUMMARY:"Summary",TYPE:"Type",NOTES:"Notes",STATUS:"Status",READONLY:"Readonly",LANGUAGE:"Language",VERSION:"Version",RUNTIME_VERSION:"Runtime Version",VERSION_PLACEHOLDER:"1.0.0",MONITORS:"Monitors",SIGNALS_FOR_PROCESSING:"Signals for Processing",MANAGED_BY_PROFILE:"Managed by Profile",TIER:"Tier",ENTERPRISE:"Enterprise",ENTERPRISE_TIER:"Enterprise Tier",COMMUNITY:"Community",COMMUNITY_TIER:"Community Tier",API_TOKEN:"API Token",API_TOKENS:"API Tokens",DESCRIBE_ODIGOS:"Describe Odigos",DESCRIBE_SOURCE:"Describe Source",DETECTED_CONTAINERS:"Detected Containers",DETECTED_CONTAINERS_DESCRIPTION:"The system automatically instruments the containers it detects with a supported programming language.",DETECTED_PROCESSES:"Detected Processes",DETECTED_PROCESSES_DESCRIPTION:"The system automatically instruments the processes it detects with a supported programming language.",CONTAINER_NAME:"Container Name",FILTERED_COUNT_TOOLTIP:"Represents filtered amount, out of total amount",SEARCH_NAMESPACES:"Search Namespaces",SEARCH_SOURCES:"Search Sources",SELECT_ALL:"Select All",ONLY_SELECTED:"Only selected",ONLY_RUNNING_INSTANCES:"Only running instances",TO_COLLECT_OTEL_DATA:"To collect OpenTelemetry data",TO_MONITOR_OTEL_DATA:"To monitor OpenTelemetry data",TO_MODIFY_OTEL_DATA:"To modify OpenTelemetry data",QUICK_BACK_TO_SUMMARY:"When you finish editing you can quickly go back to the summary.",GO_TO_SUMMARY:"Go to summary",FUTURE_APPS_TITLE:"Instrument entire namespace",FUTURE_APPS_DESCRIPTION:"When enabled, all applications in the namespace and new applications will be instrumented automatically and included in the current data stream using a Namespace Source.",OVERIDE:"Override",OVERIDDEN:"Overridden",OVERRIDE_RUNTIME_DETAILS:"Override Runtime Details",OVERRIDE_RUNTIME_WARNING:"This is an advanced configuration. If the selected programming language is incorrect, data collection may be incomplete or may not occur at all.",ACTIVE:"Active",INACTIVE:"Inactive",ENABLED:"Enabled",DISABLED:"Disabled",NO_TRACES_FOUND:"No traces found",ARE_SERVICES_INSTRUMENTED_AND_PRODUCING_TRAFFIC:"Are your services instrumented & producing traffic?",JAVA_CUSTOM_PROBES:"Java Custom Probes",GOLANG_CUSTOM_PROBES:"Golang Custom Probes"},rn={ADD:"Add",ADD_NEW:"Add New",NEW:"New",SELECT:"Select",CREATE:"Create",UPDATE:"Update",EDIT:"Edit",DELETE:"Delete",CANCEL:"Cancel",DONE:"Done",SAVE:"Save",BACK:"Back",NEXT:"Next",TEST:"Test",TEST_CONNECTION:"Test Connection",INSTRUMENT:"Instrument",UNINSTRUMENT:"Uninstrument"},an=(e,t)=>t?e.filter(e=>e.dataStreamNames.includes(t)||t===en&&!e.dataStreamNames.length):[],sn=(e,t="",i={})=>{for(const n in e)if(e.hasOwnProperty(n)){const o=e[n],r=t?`${t}.${n}`:n;null===o||"object"!=typeof o||Array.isArray(o)?Array.isArray(o)?o.forEach((e,t)=>{const n=`${r}[${t}]`;null!==e&&"object"==typeof e?sn(e,n,i):i[n]=e}):i[r]=o:sn(o,r,i)}return i},ln=e=>{if(!e)return"0 KB/s";const t=Math.floor(Math.log(e)/Math.log(1024));return`${(e/Math.pow(1024,t)).toFixed(0===t?0:1)} ${["Bytes/s","KB/s","MB/s","GB/s","TB/s"][t]}`},cn=e=>{if(!e)return"0 ns";if(e<1e3)return`${e.toFixed(0)} ns`;if(e<1e6){const t=e/1e3;return`${t.toFixed(t<10?2:0)} μs`}if(e<1e9){const t=e/1e6;return`${t.toFixed(t<10?2:0)} ms`}if(e<6e10){const t=e/1e9;return`${t.toFixed(t<10?2:0)} s`}if(e<36e11){const t=e/6e10;return`${t.toFixed(t<10?2:0)} m`}if(e<864e11){const t=e/36e11;return`${t.toFixed(t<10?2:0)} h`}{const t=e/864e11;return`${t.toFixed(t<10?2:0)} d`}},dn=()=>{const e=crypto.getRandomValues(new Uint8Array(16));let t=0;return"10000000-1000-4000-8000-100000000000".replace(/[018]/g,i=>{const n=e[t%16];return t++,("1"===i?n:"0"===i?63&n|128:15&n|64).toString(16)})},pn=s=>{const l=s?.toLowerCase(),c=l?.includes(si.Samplers),d=l===si.Attributes;return c?e:d?t:{[li.K8sAttributes]:r,[li.AddClusterInfo]:o,[li.DeleteAttributes]:n,[li.PiiMasking]:t,[li.RenameAttributes]:i,[li.ErrorSampler]:e,[li.ProbabilisticSampler]:e,[li.LatencySampler]:e,[li.ServiceNameSampler]:e,[li.SpanAttributeSampler]:e}[s]||a},un=e=>{const t=e?.filter(({status:e})=>e===Ei.Error),i=e?.filter(({status:e})=>e===Ei.Warning),n=e?.filter(({status:e})=>e===Di.Disabled),o=e?.filter(({status:e})=>e===Di.Loading),r=t.length>0,a=i.length>0,s=n.length>0;return{errors:t,hasErrors:r,warnings:i,hasWarnings:a,disableds:n,hasDisableds:s,loadings:o,hasLoadings:o.length>0,priorotizedStatus:r?Ei.Error:a?Ei.Warning:s?Ei.Info:void 0}},hn=e=>{const t=e?.reduce((e,t)=>t.instrumented?e+1:e,0);return`${t}/${e?.length||0} instrumented`},mn=e=>({[yi.Java]:k,[yi.Go]:v,[yi.JavaScript]:w,[yi.Python]:y,[yi.DotNet]:b,[yi.CSharp]:x,[yi.CPlusPlus]:f,[yi.Php]:$,[yi.Ruby]:g,[yi.Rust]:m,[yi.Swift]:h,[yi.Elixir]:u,[yi.MySql]:p,[yi.Nginx]:d,[yi.Postgres]:c,[yi.Redis]:l,[yi.Kafka]:s,[yi.Ignored]:a,[yi.Unknown]:a,[yi.Processing]:a,[yi.NoContainers]:a,[yi.NoRunningPods]:a}[e]||a),gn=e=>e?.map(({language:e})=>mn(e))||[],$n=(e,t)=>{const i={[Ii.Alauda]:Ae,[Ii.AlibabaCloud]:Ee,[Ii.AppDynamics]:Se,[Ii.Axiom]:Ce,[Ii.AzureBlob]:ke,[Ii.AzureMonitor]:ve,[Ii.BetterStack]:we,[Ii.Bonree]:ye,[Ii.Causely]:be,[Ii.Checkly]:xe,[Ii.Chronosphere]:fe,[Ii.ClickHouse]:$e,[Ii.CloudWatch]:ge,[Ii.Coralogix]:me,[Ii.Dash0]:he,[Ii.Datadog]:ue,[Ii.Dynamic]:P,[Ii.Dynatrace]:pe,[Ii.ElasticApm]:de,[Ii.ElasticSearch]:ce,[Ii.GoogleCloud]:le,[Ii.GoogleCloudOTLP]:le,[Ii.GrafanaCloudLoki]:se,[Ii.GrafanaCloudPrometheus]:se,[Ii.GrafanaCloudTempo]:se,[Ii.Greptime]:ae,[Ii.Groundcover]:re,[Ii.Honeycomb]:oe,[Ii.HyperDX]:ne,[Ii.Instana]:ie,[Ii.Jaeger]:te,[Ii.Kafka]:s,[Ii.Kloudmate]:ee,[Ii.Last9]:Q,[Ii.Lightstep]:Z,[Ii.LogzIo]:X,[Ii.Loki]:J,[Ii.Lumigo]:Y,[Ii.Middleware]:K,[Ii.NewRelic]:G,[Ii.Observe]:q,[Ii.Odigos]:H,[Ii.OneUptime]:V,[Ii.OpenObserve]:W,[Ii.Opsverse]:U,[Ii.Oracle]:j,[Ii.OTLP]:P,[Ii.OTLPHttp]:P,[Ii.Prometheus]:M,[Ii.Qryn]:L,[Ii.QrynOss]:B,[Ii.Quickwit]:R,[Ii.S3]:_,[Ii.Seq]:I,[Ii.Signalfx]:z,[Ii.Signoz]:N,[Ii.Splunk]:z,[Ii.SplunkSapm]:z,[Ii.SplunkOtlp]:z,[Ii.SumoLogic]:O,[Ii.TelemetryHub]:F,[Ii.Tempo]:T,[Ii.Tingyun]:D,[Ii.Traceloop]:A,[Ii.Uptrace]:E,[Ii.VictoriaMetrics]:S,[Ii.VictoriaMetricsCloud]:S,[Ii.XRay]:C}[e];return i&&!t?{icon:i}:{iconSrc:`https://d15jtxgb40qetw.cloudfront.net/${e}.svg`}},fn=e=>({[vi.Namespace]:ze,[vi.Source]:Oe,[vi.Destination]:Fe,[vi.Action]:Te,[vi.InstrumentationRule]:De}[e]),xn=e=>"ruleId"in e&&e.ruleId?e.ruleId:"id"in e&&e.id?e.id:"namespace"in e&&e.namespace&&"kind"in e&&e.kind&&"name"in e&&e.name?{namespace:e.namespace,name:e.name,kind:e.kind}:"name"in e&&e.name?e.name:void 0,bn=(e,t,i)=>{const{extended:n,prioritizeDisplayName:o}=i||{};let r="",a="";switch(t){case vi.InstrumentationRule:const t=e;r=t.type,a=t.ruleName;break;case vi.Source:const i=e;r=i.name,a=i.otelServiceName;break;case vi.Action:const n=e;r=n.type,a=n.name;break;case vi.Destination:const o=e;r=o.destinationType.displayName,a=o.name;break;case vi.Namespace:const s=e;r=s.name,a=s.name}return n?r+(a&&a!==r?` (${a})`:""):o&&a||r},yn=(e,t)=>{if(t===vi.Source){const t={namespace:"",name:"",kind:""};return e.split("&").forEach(e=>{const[i,n]=e.split("=");t[i]=n}),t}return e},wn=e=>({[Li.CodeAttributes]:Re,[Li.CustomInstrumentation]:_e,[Li.HeadersCollection]:Ie,[Li.PayloadCollection]:Ne,[Li.UnknownType]:a}[e]||a),vn=e=>{const{numberOfInstances:t,containers:i}=e;if(!i)return t&&t>0?yi.Processing:yi.NoRunningPods;const n=i?.filter(e=>e.language!==yi.Ignored);if(!n.length)return yi.NoContainers;const o=n.find(e=>e.language!==yi.Unknown);return o?o.language:yi.Unknown},kn=(e,t,i)=>(t===vi.Source?e?.sources.find(e=>e.kind===i.kind&&e.name===i.name&&e.namespace===i.namespace):e?.destinations.find(e=>e.id===i))||{throughput:0},Cn=e=>({[Gi.Logs]:Me,[Gi.Metrics]:Le,[Gi.Traces]:Be}[e]),Sn=e=>e?{[xi.K8s]:r,[xi.Vm]:Pe}[e]:H,En=e=>e?{[xi.K8s]:"Kubernetes Cluster",[xi.Vm]:"Virtual Machine"}[e]:"Unknown",An=(e,t,i)=>{const n=e[t];return n?n.flatMap(e=>{const n=e[i],o=[];return void 0!==n&&(Array.isArray(n)?o.push(...n):o.push(n)),o.push(...An(e,t,i)),o}):[]},Dn=(e,t)=>{if(t===vi.Source){let t="";return Object.entries(e).forEach(([e,i])=>{t+=`${e}=${i}&`}),t.slice(0,-1),t}return e},Tn=(e,t,i)=>{switch(t){case Ei.Default:return e.v2.colors.purple[i];case Ei.Info:return e.v2.colors.blue[i];case Ei.Error:return e.v2.colors.red[i];case Ei.Warning:return e.v2.colors.yellow[i];case Ei.Success:return e.v2.colors.green[i];case Ti.Disabled:case Ti.Unknown:return e.v2.colors.silver[i];default:return e.v2.colors.white[500]}},Fn=e=>{switch(e){case Wi.Updating:case Vi.Pending:case Hi.ContainerCreating:case qi.Waiting:return Ei.Info;case Wi.Healthy:case Vi.Succeeded:case Vi.Running:case Hi.Running:case qi.Running:return Ei.Success;case Wi.Degraded:return Ei.Warning;case Wi.Failed:case Vi.Failed:case Hi.Error:case Hi.CrashLoopBackOff:case Hi.CreateContainerError:case Hi.CreateContainerConfigError:case Hi.ErrImagePull:case Hi.ErrImageNeverPull:case Hi.ImagePullBackOff:case Hi.InvalidImageName:case Hi.RegistryUnavailable:case Hi.NetworkNotReady:case Hi.OOMKilled:case Hi.ContainerCannotRun:case qi.Terminated:case Hi.DeadlineExceeded:case Hi.StartError:return Ei.Error;case Wi.Down:case Hi.Completed:return Ti.Disabled;case Wi.Unknown:case Vi.Unknown:default:return Ti.Unknown}},On=(e,t)=>({[Ei.Default]:i=>H({fill:Tn(t,e,"300"),...i}),[Ei.Info]:i=>qe({fill:Tn(t,e,"400"),...i}),[Ei.Error]:i=>He({fill:Tn(t,e,"500"),...i}),[Ei.Warning]:i=>Ve({fill:Tn(t,e,"500"),...i}),[Ei.Success]:i=>We({fill:Tn(t,e,"500"),...i}),[Ti.Disabled]:i=>Ue({fill:Tn(t,e,"400"),...i}),[Ti.Unknown]:i=>je({fill:Tn(t,e,"300"),...i})}[e]),zn=e=>{switch(e){case Bi.Success:return Ei.Success;case Bi.Error:case Bi.Failure:return Ei.Error;case Bi.Notice:return Ei.Warning;case Bi.Unsupported:case Bi.Unknown:return Ei.Info;case Bi.Irrelevant:case Bi.Disabled:return Di.Disabled;case Bi.Waiting:return Di.Loading;case Bi.Pending:default:return Ei.Default}},Nn=(e,t)=>{const i=t.find(([t,i])=>e>=t&&(null===i||e<=i));return i?.[2]||null},In=({namespace:e,name:t,kind:i})=>({namespace:e,name:t,kind:i});function _n(e,t){if(!e)return t;if("object"==typeof e)return e;try{return JSON.parse(e)}catch(e){return t}}const Rn=(e,t)=>{const i=[],n=JSON.parse(JSON.stringify(e));for(const e of n){const n=_n(t.fields,{}),o=e.items.findIndex(e=>e.type===t.destinationType.type);-1!==o&&i.push(...e.items[o].fields.map(e=>({...e,initialValue:n[e.name]})))}return i},Bn=(e,t)=>{const i=e=>e?.some(({healthy:e})=>e.status!==Ei.Success);return e?.length?e.some(({instrumentationInstances:e})=>i(e)):i(t)??!1},Ln=e=>Array.isArray(e)?!e?.length:"object"==typeof e?!Object.keys(e||{}).length:[void 0,null,""].includes(e),Mn=e=>!!e&&(!(e.length>63)&&/^(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])?$/.test(e)),Pn=(e,t=0)=>{const i=(new Date).getTime();return new Date(e).getTime()-i<=t},jn=e=>{const t=String(e).trim().toLowerCase();return["true","false","1","0"].includes(t)},Un=(e,t=0)=>(new Date).getTime()-new Date(e).getTime()>=t,Wn=/^(\d+\.)?(\d+\.)?(\*|\d+)$/,Vn=e=>Wn.test(e),Hn=e=>e?e.replace(/([a-z0-9])([A-Z])/g,"$1 $2"):"",qn=e=>e?.map(({status:e,type:t,reason:i,message:n,lastTransitionTime:o})=>({status:e,type:Hn(t),reason:i?Hn(i):"",message:n,lastTransitionTime:o}))||[],Gn=(e,t)=>{const i=_n(e.fields,{});return t.length?t.map(e=>({key:e.name,name:e.displayName||e.name,value:i[e.name]??null})).filter(e=>null!==e.value):Object.entries(i).map(([e,t])=>({key:e,name:e,value:t}))},Kn=e=>e?Object.keys(e).filter(t=>e[t]).map(e=>Zi[e]):[],Yn=e=>e?Object.keys(e).filter(t=>e[t].supported).map(e=>Zi[e]):[],Jn=e=>e.replace(/[^\d]/g,""),Xn=e=>{const t=String(e).trim().toLowerCase();return"true"===t||"1"===t},Zn=e=>{let t="";try{const i=JSON.parse(e);t=Array.isArray(i)?i.map(e=>"object"==typeof e&&null!==e?`${e.key}: ${e.value}`:e).join(", "):"object"==typeof i&&null!==i?Object.entries(i).map(([e,t])=>`${e}: ${t}`).join(", "):e}catch(i){t=e}return t},Qn=e=>{if("object"!=typeof e)return e;const t=Array.isArray(e)?[]:{};return Object.keys(e).forEach(i=>{const n=e[i];if(Array.isArray(n)){const e=n.filter(e=>null!=e&&""!==e);e.length>0&&(t[i]=e.map(e=>Qn(e)))}else if("object"==typeof n&&null!==n){const e=Qn(n);Object.keys(e).length>0&&(t[i]=e)}else[void 0,null,""].includes(n)||(t[i]=n)}),t},eo=(e,t=2)=>JSON.stringify(e||{},null,t),to=async(e=1e3)=>new Promise(t=>setTimeout(t,e)),io=e=>Object.entries(e).reduce((e,[t,i])=>(e[t]="string"==typeof i?i:JSON.stringify(i),e),{}),no=e=>{let t=e.toString().replace("v","").split("-")[0];t=t.match(/[\d.]+/)?.[0]||"";const i=t.split(".");return 1e4*parseInt(i[0]||"0",10)+parseInt(i[1]||"0",10)};var oo,ro;!function(e){e.H1="h1",e.H2="h2",e.H3="h3",e.H4="h4",e.H5="h5",e.H6="h6",e.P="p",e.Span="span"}(oo||(oo={})),function(e){e.XXXS="xxxs",e.XXS="xxs",e.XS="xs",e.S="s",e.M="m",e.L="l",e.XL="xl",e.XXL="xxl",e.XXXL="xxxl"}(ro||(ro={}));const ao=Lt.p`
2
- margin: 0;
3
- color: ${({$color:e,theme:t})=>e||t.v2.colors.white[500]};
4
- font-family: ${({theme:e})=>e.font_family.primary};
5
- font-size: ${({theme:e,$size:t})=>e.v2.text.size[t]}px;
6
- font-weight: ${({$weight:e})=>e};
7
- text-align: ${({$align:e})=>e};
8
- text-transform: ${({$transform:e})=>e};
9
- line-height: ${({theme:e,$lineHeight:t,$size:i})=>t||`${e.v2.text.size[i]+2}px`};
10
-
11
- ${({$nowrap:e})=>e&&Mt`
12
- text-wrap: nowrap;
13
- white-space: nowrap;
14
- overflow: hidden;
15
- text-overflow: ellipsis;
16
- `}
17
-
18
- ${({$underline:e})=>e&&Mt`
19
- text-decoration: underline;
20
- `}
21
- `,so=({children:e,variant:t=oo.P,color:i,size:n=ro.S,weight:o=400,align:r="left",lineHeight:a,transform:s,nowrap:l,underline:c,...d})=>{const p=e?.toString().split("\n")||[];return _t(ao,{as:t,$color:i,$size:n,$weight:o,$align:r,$lineHeight:a,$transform:s,$nowrap:l,$underline:c,...d,children:p.map((e,t)=>Rt(bt,{children:[e,t!==p.length-1&&_t("br",{})]},`typography-${t}-${e}`))})},lo=Lt.div`
22
- display: flex;
23
- align-items: center;
24
- justify-content: center;
25
- gap: 4px;
26
- min-width: ${({$minWidth:e})=>e};
27
- width: fit-content;
28
- padding: 4px 8px;
29
- border-radius: 100px;
30
- background-color: ${({$backgroundColor:e})=>e};
31
- `,co=({label:e,leftIcon:t,rightIcon:i,status:n=Ti.Unknown,useSecondaryTone:o=!1,invertColors:r=!1,textSize:a,textColor:s,backgroundColor:l,minWidth:c="unset"})=>{const d=Pt(),p=n?[Ti.Disabled].includes(n)?Tn(d,n,r?"400":"700"):[Ti.Unknown].includes(n)?Tn(d,n,"600"):Tn(d,n,r?o?"400":"300":o?"700":"500"):d.v2.colors.grey[200],u=s||(r&&![Ti.Unknown].includes(n)?p:[Ti.Disabled].includes(n)?d.v2.colors.grey[400]:[Ei.Error,Ei.Warning,Ei.Success].includes(n)?d.v2.colors.black[500]:d.v2.colors.white[500]),h=l||(r&&![Ti.Unknown].includes(n)?[Ti.Disabled].includes(n)?d.v2.colors.grey[700]:d.v2.colors.silver[600]:p);return Rt(lo,{$backgroundColor:h,$minWidth:c,children:[t&&_t(t,{fill:u,size:14}),_t(so,{color:u,size:a||ro.XXS,nowrap:!0,children:e}),i&&_t(i,{fill:u,size:14})]})},po=Lt.div`
32
- color: ${({$color:e,theme:t})=>e||t.text.secondary};
33
- font-size: ${({$size:e})=>void 0!==e?e:16}px;
34
- font-weight: ${({$weight:e})=>void 0!==e?e:300};
35
- text-align: ${({$align:e})=>e||"left"};
36
- opacity: ${({$opacity:e})=>void 0!==e?e:1};
37
- text-decoration: ${({$decoration:e})=>e||"none"};
38
- text-transform: ${({$transform:e,$family:t})=>e||("secondary"===t?"uppercase":"none")};
39
- font-family: ${({theme:e,$family:t="primary"})=>e.font_family[t]};
40
- white-space: ${({$nowrap:e})=>e?"nowrap":"unset"};
41
- text-wrap: ${({$nowrap:e})=>e?"nowrap":"unset"};
42
- `,uo=e=>{const t=e.match(/<a[^>]*href="([^"]*)"[^>]*>(.*?)<\/a>/g);return t?.map(e=>{const[t,i,n]=e.split('"');return{original:e,href:i,label:n.replace("</a>","").replace(">","")}})},ho=e=>{const t=e.match(/<strong[^>]*>(.*?)<\/strong>/g);return t?.map(e=>{const t=e.replace(/<strong[^>]*>/,"").replace(/<\/strong>/,"");return{original:e,label:t}})},mo=(e,t)=>{const i=uo(e);i?.forEach((t,i)=>{e=e.replace(t.original,`LINK-${i}###`)});const n=ho(e);return n?.forEach((t,i)=>{e=e.replace(t.original,`STRONG-${i}###`)}),e.split(" ").map(e=>{if(e.includes("LINK-")){const[n,o]=e.split("###"),r=i?.[parseInt(n.replace("LINK-",""))];return Rt(bt,{children:[_t("a",{href:r?.href,target:"_blank",rel:"noreferrer",style:{color:t.colors.majestic_blue_soft},children:r?.label}),o?`${o} `:" "]},e)}if(e.includes("STRONG-")){const[t,i]=e.split("###"),o=n?.[parseInt(t.replace("STRONG-",""))];return Rt(bt,{children:[_t("strong",{style:{fontWeight:600},children:o?.label}),i?`${i} `:" "]},e)}return e+" "})},go=({children:e,color:t,size:i,weight:n,align:o,family:r,opacity:a,decoration:s,transform:l,nowrap:c,...d})=>{const p=Pt(),u=yt(()=>(e?["string","number"].includes(typeof e)?e.toString():Array.isArray(e)?e.map(e=>"object"==typeof e&&Object.hasOwn(e,"props")?e.props.children:e).filter(e=>e&&["string","number"].includes(typeof e)).join(" "):"":"").split("\n"),[e]);return _t(po,{$color:t,$size:i,$weight:n,$align:o,$family:r,$opacity:a,$decoration:s,$transform:l,$nowrap:c,...d,children:u.length?u.map((e,t)=>Rt(bt,{children:[mo(e,p),t!==u.length-1?_t("br",{}):null]},`text-${t}-${e}`)):e})},$o=Lt.div`
43
- padding: 4px 0 0 0;
44
- `,fo=Lt(go)`
45
- font-size: 12px;
46
- color: ${({theme:e})=>e.text.error};
47
- `,xo=({children:e})=>_t($o,{children:_t(fo,{children:e})}),bo=Lt.div`
48
- position: relative;
49
- width: 100%;
50
- `,yo=Lt.div`
51
- width: calc(100% - 16px);
52
- display: flex;
53
- align-items: center;
54
- height: 36px;
55
- gap: 8px;
56
- padding-left: 12px;
57
- transition: border-color 0.3s;
58
- border-radius: 32px;
59
- border: 1px solid ${({theme:e,$hasError:t})=>t?e.text.error:e.colors.border};
60
-
61
- &:hover {
62
- border-color: ${({theme:e,$hasError:t})=>t?e.text.error_secondary:e.colors.secondary};
63
- }
64
- &:focus-within {
65
- border-color: ${({theme:e,$hasError:t})=>t?e.text.error_secondary:e.colors.secondary};
66
- }
67
- `,wo=Lt.input`
68
- flex: 1;
69
- border: none;
70
- outline: none;
71
- background: none;
72
- color: ${({theme:e})=>e.text.secondary};
73
- font-size: 14px;
74
- font-family: ${({theme:e})=>e.font_family.primary};
75
- font-weight: 300;
76
- &::placeholder {
77
- color: ${({theme:e})=>e.text.secondary};
78
- font-family: ${({theme:e})=>e.font_family.primary};
79
- opacity: 0.4;
80
- font-size: 14px;
81
- font-weight: 300;
82
- line-height: 22px;
83
- }
84
-
85
- &:disabled {
86
- cursor: not-allowed;
87
- }
88
- `,vo=Lt.ul`
89
- position: absolute;
90
- max-height: 500px;
91
- top: 32px;
92
- border-radius: 24px;
93
- width: calc(100% - 32px);
94
- overflow-y: auto;
95
- background-color: ${({theme:e})=>e.colors.dropdown_bg};
96
- border: 1px solid ${({theme:e})=>e.colors.border};
97
- z-index: 9999;
98
- padding: 12px;
99
- `,ko=Lt.li`
100
- width: calc(100% - 24px);
101
- padding: 8px 12px;
102
- cursor: ${({$isList:e})=>e?"default":"pointer"};
103
- border-radius: 24px;
104
- gap: 8px;
105
- display: flex;
106
- align-items: ${({$isList:e})=>e?"flex-start":"center"};
107
- background: transparent;
108
- &:hover {
109
- background: ${({theme:e,$isList:t})=>!t&&e.colors.dropdown_bg_2};
110
- }
111
- `,Co=Lt.div`
112
- width: 100%;
113
- `,So=Lt.div`
114
- display: flex;
115
- width: 100%;
116
- `,Eo=Lt.div`
117
- width: 1px;
118
- height: 52px;
119
- background-color: ${({theme:e})=>e.colors.dropdown_bg_2};
120
- position: absolute;
121
- left: 33px;
122
- `,Ao=Lt.div`
123
- display: flex;
124
- flex-direction: column;
125
- gap: 4px;
126
- `,Do=Lt(go)`
127
- flex: 1;
128
- font-size: 14px;
129
- `,To=Lt(go)`
130
- color: ${({theme:e})=>e.text.grey};
131
- font-size: 10px;
132
- line-height: 150%;
133
- `,Fo=Lt.ul`
134
- padding-left: 0px;
135
- margin: 4px 0 0 0;
136
- list-style: none;
137
- width: 100%;
138
- `,Oo=(e,t)=>t?e.reduce((e,i)=>{if(i.items){const n=Oo(i.items,t);n.length&&e.push({...i,items:n})}else i.label.toLowerCase().includes(t.toLowerCase())&&e.push(i);return e},[]):e,zo=({placeholder:e="Type to search...",options:t,selectedOption:i,onOptionSelect:n,defaultText:o,onTextChange:r,style:a,disabled:s,errorMessage:l,...c})=>{const[d,p]=wt(i?.label||o||""),[u,h]=wt(Oo(t,d)),[m,g]=wt(!1);wt(-1),vt(()=>h(Oo(t,d)),[t]);const $=i?.icon,f=e=>{e&&(p(e.label),r?.(e.label)),g(!e),n?.(e)};return Rt(bo,{style:a,children:[Rt(yo,{$hasError:!!l,children:[$&&_t($,{}),_t(wo,{type:"text",value:d,placeholder:e,onChange:e=>{e.stopPropagation();const i=e.target.value,n=Oo(t,i),o=1===n.length&&n[0].label===i?n[0]:void 0;p(i),r?.(i),h(n),f(o)},onKeyDown:e=>{["Enter"].includes(e.key)||e.stopPropagation()},disabled:s,onBlur:()=>!s&&g(!1),onFocus:()=>!s&&g(!0),...c})]}),m&&u.length?_t(vo,{children:u.map(e=>_t(No,{option:e,onClick:f},e.type||e.label))}):null,l&&_t(xo,{children:l})]})},No=({option:e,renderIcon:t=!0,onClick:i})=>{const n=!!e.items&&e.items.length>0,o=e.icon;return Rt(ko,{"data-id":`option-${e.type||e.label}`,$isList:n,onMouseDown:()=>n?null:i(e),children:[o&&t&&_t(o,{}),Rt(Co,{children:[Rt(Ao,{children:[_t(Do,{children:e.label}),_t(To,{children:e.description})]}),n&&_t(Fo,{children:e.items?.map(e=>Rt(So,{children:[_t(Eo,{}),_t(No,{option:e,renderIcon:!1,onClick:i})]},e.type||e.label))})]})]})},Io=xt(e=>({activeNodeType:null,activeNodeId:null,setActiveNodeType:t=>e({activeNodeType:t}),setActiveNodeId:t=>e({activeNodeId:t})})),_o=[{label:"Attributes",icon:pn(si.Attributes),items:[{type:li.K8sAttributes,icon:pn(li.K8sAttributes),label:"Kubernetes Attributes",description:"Add dynamic k8s resource attributes to your data.",allowedSignals:[Gi.Traces,Gi.Metrics,Gi.Logs],docsEndpoint:"/pipeline/actions/attributes/k8sattributes",docsDescription:"This action adds kubernetes related resource attributes to spans, metrics data points and log records."},{type:li.AddClusterInfo,icon:pn(li.AddClusterInfo),label:"Add Cluster Info",description:"Add static cluster-scoped attributes to your data.",allowedSignals:[Gi.Traces,Gi.Metrics,Gi.Logs],docsEndpoint:"/pipeline/actions/attributes/addclusterinfo",docsDescription:"This action adds static resource attributes to spans, metrics data points and log records. It is useful to add cluster-wide attributes to all telemetry signals."},{type:li.DeleteAttributes,icon:pn(li.DeleteAttributes),label:"Delete Attribute",description:"Delete attributes from logs, metrics, and traces.",allowedSignals:[Gi.Traces,Gi.Metrics,Gi.Logs],docsEndpoint:"/pipeline/actions/attributes/deleteattribute",docsDescription:"This action will delete the specified attributes from all telemetry signals that are specified in the signals field, regardless of the source, or any other condition."},{type:li.RenameAttributes,icon:pn(li.RenameAttributes),label:"Rename Attribute",description:"Rename attributes in logs, metrics, and traces.",allowedSignals:[Gi.Traces,Gi.Metrics,Gi.Logs],docsEndpoint:"/pipeline/actions/attributes/renameattribute",docsDescription:"This action will rename the specified attributes from all telemetry signals that are specified in the signals field, regardless of the source, or any other condition."},{type:li.PiiMasking,icon:pn(li.PiiMasking),label:"PII Masking",description:"Mask PII data in your traces.",allowedSignals:[Gi.Traces],docsEndpoint:"/pipeline/actions/attributes/piimasking",docsDescription:"This action processes a list of PII categories to be masked from the traces."}]},{label:"Samplers",icon:pn(si.Samplers),items:[{type:li.ErrorSampler,icon:pn(si.Samplers),label:"Error Sampler",description:"Sample errors based on percentage.",allowedSignals:[Gi.Traces],docsEndpoint:"/pipeline/actions/sampling/errorsampler",docsDescription:"This action is a Global Action that supports error sampling by filtering out non-error traces."},{type:li.LatencySampler,icon:pn(si.Samplers),label:"Latency Sampler",description:"Add latency to your traces.",allowedSignals:[Gi.Traces],docsEndpoint:"/pipeline/actions/sampling/latencysampler",docsDescription:"This action is an Endpoint Action that samples traces based on their duration for a specific service and endpoint (HTTP route) filter."},{type:li.ProbabilisticSampler,icon:pn(si.Samplers),label:"Probabilistic Sampler",description:"Sample traces based on percentage.",allowedSignals:[Gi.Traces],docsEndpoint:"/pipeline/actions/sampling/probabilisticsampler",docsDescription:"This action supports probabilistic sampling based on a configured sampling percentage applied to the TraceID."},{type:li.ServiceNameSampler,icon:pn(si.Samplers),label:"Service Name Sampler",description:"Sample traces based on the presence of specified services within a trace.",allowedSignals:[Gi.Traces],docsEndpoint:"/pipeline/actions/sampling/servicenamesampler",docsDescription:"This action supports service name sampling based on the presence of specified services within a trace."},{type:li.SpanAttributeSampler,icon:pn(si.Samplers),label:"Span Attributes Sampler",description:"Sample traces based on the presence or value of specific attributes within a trace.",allowedSignals:[Gi.Traces],docsEndpoint:"/pipeline/actions/sampling/spanattributesampler",docsDescription:"This action supports service name sampling based on the presence or value of specific attributes within a trace."}]}],Ro={DETECTED:{TITLE:"Detected by Odigos",DESCRIPTION:"Odigos found these destinations in your cluster and pre-filled their details. Review and enable them to start sending data."},EXISTS:{TITLE:"Already configured",DESCRIPTION:"These are destinations that you have already configured in other data-streams and can reuse them."},MANAGED:{TITLE:"Managed",DESCRIPTION:"Effortless monitoring with scalable performance management."},SELF_HOSTED:{TITLE:"Self-hosted",DESCRIPTION:"Full control and customization for advanced application monitoring."}},Bo=[{type:Li.CodeAttributes,icon:wn(Li.CodeAttributes),label:"Code Attributes",description:"Collect code attributes containing payload data to traces.",docsEndpoint:"/pipeline/rules/codeattributes",docsDescription:'The "Code Attributes" Rule can be used to add code attributes containing payload data to traces.',supportedLanguages:[yi.Go,yi.Python]},{type:Li.CustomInstrumentation,icon:wn(Li.CustomInstrumentation),label:"Custom Instrumentation",description:"Define custom instrumentation for specific class and methods(i.e for Java) or explicit symbol(i.e. Golang).",docsEndpoint:"/pipeline/rules/custominstrumentation",docsDescription:'The "Custom Instrumentation" Rule can be used to instrument a specific symbol(i.e for Golang), or a class and method combination (i.e. for Java) for detailed tracing.',supportedLanguages:[yi.Go,yi.Java]},{type:Li.HeadersCollection,icon:wn(Li.HeadersCollection),label:"Headers Collection",description:"Collect span attributes containing HTTP Headers data to traces.",docsEndpoint:"/pipeline/rules/headerscollection",docsDescription:'The "Headers Collection" Rule can be used to add span attributes containing HTTP Headers data to traces.',supportedLanguages:[yi.Go,yi.Java,yi.JavaScript]},{type:Li.PayloadCollection,icon:wn(Li.PayloadCollection),label:"Payload Collection",description:"Collect span attributes containing payload data to traces.",docsEndpoint:"/pipeline/rules/payloadcollection",docsDescription:'The "Payload Collection" Rule can be used to add span attributes containing payload data to traces.',supportedLanguages:[yi.Go]}],Lo=[{id:Gi.Logs,value:"Logs"},{id:Gi.Metrics,value:"Metrics"},{id:Gi.Traces,value:"Traces"}],Mo={[yi.Go]:"Go",[yi.Java]:"Java",[yi.JavaScript]:"Node.js",[yi.Python]:"Python",[yi.DotNet]:".NET",[yi.CSharp]:"C#",[yi.CPlusPlus]:"C++",[yi.Php]:"PHP",[yi.Ruby]:"Ruby",[yi.Rust]:"Rust",[yi.Swift]:"Swift",[yi.Elixir]:"Elixir",[yi.MySql]:"MySQL",[yi.Nginx]:"Nginx",[yi.Postgres]:"PostgreSQL",[yi.Redis]:"Redis",[yi.Kafka]:"Kafka",[yi.Ignored]:"Ignored",[yi.Unknown]:"Unknown",[yi.Processing]:"Processing",[yi.NoContainers]:"No Containers",[yi.NoRunningPods]:"No Running Pods"},Po=[{id:yi.Go,value:Mo[yi.Go],icon:mn(yi.Go)},{id:yi.Java,value:Mo[yi.Java],icon:mn(yi.Java)},{id:yi.JavaScript,value:Mo[yi.JavaScript],icon:mn(yi.JavaScript)},{id:yi.Python,value:Mo[yi.Python],icon:mn(yi.Python)},{id:yi.Php,value:Mo[yi.Php],icon:mn(yi.Php)},{id:yi.Ruby,value:Mo[yi.Ruby],icon:mn(yi.Ruby)},{id:yi.Rust,value:Mo[yi.Rust],icon:mn(yi.Rust)},{id:yi.DotNet,value:Mo[yi.DotNet],icon:mn(yi.DotNet)},{id:yi.CSharp,value:Mo[yi.CSharp],icon:mn(yi.CSharp)},{id:yi.CPlusPlus,value:Mo[yi.CPlusPlus],icon:mn(yi.CPlusPlus)},{id:yi.Swift,value:Mo[yi.Swift],icon:mn(yi.Swift)},{id:yi.Elixir,value:Mo[yi.Elixir],icon:mn(yi.Elixir)}],jo={[yi.Go]:{community:[{id:Ri.GolangCommunity,value:Ri.GolangCommunity,icon:mn(yi.Go)}],enterprise:[{id:Ri.GolangEnterprise,value:Ri.GolangEnterprise,icon:mn(yi.Go)}]},[yi.JavaScript]:{community:[{id:Ri.NodejsCommunity,value:Ri.NodejsCommunity,icon:mn(yi.JavaScript)}],enterprise:[{id:Ri.NodejsEnterprise,value:Ri.NodejsEnterprise,icon:mn(yi.JavaScript)}]},[yi.Python]:{community:[{id:Ri.PythonCommunity,value:Ri.PythonCommunity,icon:mn(yi.Python)}],enterprise:[{id:Ri.PythonEnterprise,value:Ri.PythonEnterprise,icon:mn(yi.Python)}]},[yi.Java]:{community:[{id:Ri.JavaCommunity,value:Ri.JavaCommunity,icon:mn(yi.Java)}],enterprise:[{id:Ri.JavaEnterprise,value:Ri.JavaEnterprise,icon:mn(yi.Java)},{id:Ri.JavaEbpfInstrumentations,value:Ri.JavaEbpfInstrumentations,icon:mn(yi.Java)}]},[yi.DotNet]:{community:[{id:Ri.DotNetCommunity,value:Ri.DotNetCommunity,icon:mn(yi.DotNet)}],enterprise:[{id:Ri.DotNetEnterprise,value:Ri.DotNetEnterprise,icon:mn(yi.DotNet)}]},[yi.Ruby]:{community:[{id:Ri.RubyCommunity,value:Ri.RubyCommunity,icon:mn(yi.Ruby)}],enterprise:[{id:Ri.RubyEnterprise,value:Ri.RubyEnterprise,icon:mn(yi.Ruby)}]},[yi.Php]:{community:[{id:Ri.PhpCommunity,value:Ri.PhpCommunity,icon:mn(yi.Php)}],enterprise:[{id:Ri.PhpEnterprise,value:Ri.PhpEnterprise,icon:mn(yi.Php)}]},[yi.CSharp]:{community:[],enterprise:[{id:Ri.CPlusPlusEnterprise,value:Ri.CPlusPlusEnterprise,icon:mn(yi.CSharp)}]},[yi.MySql]:{community:[],enterprise:[{id:Ri.MySqlEnterprise,value:Ri.MySqlEnterprise,icon:mn(yi.MySql)}]},[yi.CPlusPlus]:{community:[],enterprise:[]},[yi.Rust]:{community:[],enterprise:[]},[yi.Swift]:{community:[],enterprise:[]},[yi.Elixir]:{community:[],enterprise:[]},[yi.Nginx]:{community:[],enterprise:[]},[yi.Postgres]:{community:[],enterprise:[]},[yi.Redis]:{community:[],enterprise:[]},[yi.Kafka]:{community:[],enterprise:[]},[yi.Ignored]:{community:[],enterprise:[]},[yi.Unknown]:{community:[],enterprise:[]},[yi.Processing]:{community:[],enterprise:[]},[yi.NoContainers]:{community:[],enterprise:[]},[yi.NoRunningPods]:{community:[],enterprise:[]}},Uo=6048e5,Wo=xt()(Ft(e=>({darkMode:!0,setDarkMode:t=>e({darkMode:t})}),{name:tn.DARK_MODE,storage:"undefined"!=typeof window?Ot(()=>localStorage):void 0})),Vo={dataStreamsLoading:!1,dataStreams:[],selectedStreamName:""},Ho=xt(e=>({...Vo,setDataStreamsLoading:t=>e({dataStreamsLoading:t}),setDataStreams:t=>e({dataStreams:t}),addDataStreams:t=>e(e=>{const i=[...e.dataStreams,...t].map(e=>[e.name,e]);return{dataStreams:Array.from(new Map(i).values())}}),removeDataStreams:t=>e(e=>({dataStreams:e.dataStreams.filter(e=>!t.find(t=>t.name===e.name))})),setSelectedStreamName:t=>e({selectedStreamName:t}),resetDataStreamStore:()=>e(Vo)})),qo=xt(e=>({drawerType:null,drawerEntityId:null,setDrawerType:t=>e({drawerType:t}),setDrawerEntityId:t=>e({drawerEntityId:t})})),Go=xt(e=>({namespacesLoading:!1,namespaces:[],sourcesLoading:!1,sources:[],destinationsLoading:!1,destinations:[],actionsLoading:!1,actions:[],instrumentationRulesLoading:!1,instrumentationRules:[],setEntitiesLoading:(t,i)=>{const n=t===vi.Namespace?"namespacesLoading":t===vi.Source?"sourcesLoading":t===vi.Destination?"destinationsLoading":t===vi.Action?"actionsLoading":t===vi.InstrumentationRule?"instrumentationRulesLoading":"NONE";"NONE"!==n&&e({[n]:i})},setEntities:(t,i)=>{const n=t===vi.Namespace?"namespaces":t===vi.Source?"sources":t===vi.Destination?"destinations":t===vi.Action?"actions":t===vi.InstrumentationRule?"instrumentationRules":"NONE";"NONE"!==n&&e({[n]:i})},addEntities:(t,i)=>{const n=t===vi.Namespace?"namespaces":t===vi.Source?"sources":t===vi.Destination?"destinations":t===vi.Action?"actions":t===vi.InstrumentationRule?"instrumentationRules":"NONE";"NONE"!==n&&e(e=>{const t=[...e[n]],o=new Map;return t.forEach((e,t)=>{o.set(JSON.stringify(xn(e)),t)}),i.forEach(e=>{const i=JSON.stringify(xn(e)),n=o.get(i);void 0!==n?t[n]={...t[n],...e}:(o.set(i,t.length),t.push(e))}),{[n]:t}})},removeEntities:(t,i)=>{const n=t===vi.Namespace?"namespaces":t===vi.Source?"sources":t===vi.Destination?"destinations":t===vi.Action?"actions":t===vi.InstrumentationRule?"instrumentationRules":"NONE";"NONE"!==n&&e(e=>{const o=new Set;i.forEach(e=>{const i=t===vi.Source?JSON.stringify(xn(e)):String(e);o.add(i)});const r=e[n].filter(e=>{const i=t===vi.Source?JSON.stringify(xn(e)):String(xn(e));return!o.has(i)});return{[n]:r}})},resetEntityStore:()=>{e({namespacesLoading:!1,namespaces:[],sourcesLoading:!1,sources:[],destinationsLoading:!1,destinations:[],actionsLoading:!1,actions:[],instrumentationRulesLoading:!1,instrumentationRules:[]})}})),Ko=()=>({searchText:"",statuses:[],platformTypes:[],namespaces:[],kinds:[],monitors:[],languages:[],conditions:[],podsAgentInjectionStatus:[],errors:[],onlyErrors:!1}),Yo=xt(e=>({searchText:"",setSearchText:t=>e({searchText:t}),statuses:[],setStatuses:t=>e({statuses:t}),platformTypes:[],setPlatformTypes:t=>e({platformTypes:t}),namespaces:[],setNamespaces:t=>e({namespaces:t}),kinds:[],setKinds:t=>e({kinds:t}),monitors:[],setMonitors:t=>e({monitors:t}),languages:[],setLanguages:t=>e({languages:t}),conditions:[],setConditions:t=>e({conditions:t}),podsAgentInjectionStatus:[],setPodsAgentInjectionStatus:t=>e({podsAgentInjectionStatus:t}),errors:[],setErrors:t=>e({errors:t}),onlyErrors:!1,setOnlyErrors:t=>e({onlyErrors:t}),setAll:t=>e(t),clearAll:()=>e({searchText:"",statuses:[],platformTypes:[],namespaces:[],kinds:[],monitors:[],languages:[],conditions:[],podsAgentInjectionStatus:[],errors:[],onlyErrors:!1}),getEmptyState:Ko})),Jo=xt(e=>({currentModal:"",setCurrentModal:t=>e({currentModal:t})})),Xo=xt((e,t)=>({notifications:[],addNotification:i=>{const n=new Date,o=`${n.getTime().toString()}${i.target?`#${i.target}`:""}`,{notifications:r}=t();r.some(e=>e.type===i.type&&e.title===i.title&&e.message===i.message&&!e.dismissed)||e(e=>({notifications:[{...i,id:o,time:n.toISOString(),dismissed:!1,seen:!1},...e.notifications]}))},markAsDismissed:t=>{e(e=>{const i=e.notifications.findIndex(e=>e.id===t);return-1!==i&&(e.notifications[i].dismissed=!0),{notifications:e.notifications}})},markAsSeen:t=>{e(e=>{const i=e.notifications.findIndex(e=>e.id===t);return-1!==i&&(e.notifications[i].seen=!0),{notifications:e.notifications}})},removeNotification:t=>{e(e=>{const i=e.notifications.findIndex(e=>e.id===t);return-1!==i&&e.notifications.splice(i,1),{notifications:e.notifications}})},removeNotifications:t=>{t&&e(e=>({notifications:e.notifications.filter(e=>e.id.split("#")[1]!==t)}))}}));var Zo;!function(e){e.Instrumenting="instrumenting",e.Uninstrumenting="uninstrumenting",e.BulkInstrumenting="bulk-instrumenting",e.BulkUninstrumenting="bulk-uninstrumenting"}(Zo||(Zo={}));const Qo=(e,t)=>({...t?.[e]||{total:0,current:0,percentage:0}}),er=e=>(e.total<e.current&&(e.total=e.current+1),e.percentage=Math.round(e.current/e.total*100),e),tr=xt((e,t)=>({progress:{},setProgress:(i,n)=>{const o=t(),r=Qo();return"number"==typeof n.total&&(r.total=n.total),"number"==typeof n.current&&(r.current=n.current),e({progress:{...o.progress,[i]:er(r)}})},addProgress:(i,n)=>{const o=t(),r=Qo(i,o.progress);return r.current+=n,e({progress:{...o.progress,[i]:er(r)}})},resetProgress:t=>e({progress:{[t]:void 0}})})),ir=xt(e=>({selectedSources:{},setSelectedSources:t=>e({selectedSources:t}),resetSelectedState:()=>e(()=>({selectedSources:{},selectedConnection:null}))})),nr={fetchedAllNamespaces:!1,fetchedNamespacesList:[],availableSources:{},configuredSources:{},configuredFutureApps:{},configuredDestinations:[],configuredDestinationsUpdateOnly:[]},or=(e,t)=>e.destinationType.type!==t.destinationType.type,rr=xt(e=>({...nr,setFetchedAllNamespaces:t=>e({fetchedAllNamespaces:t}),addFetchedNamespace:t=>e(e=>({fetchedNamespacesList:e.fetchedNamespacesList.includes(t)?e.fetchedNamespacesList:[...e.fetchedNamespacesList,t]})),setAvailableSources:t=>e({availableSources:t}),setConfiguredSources:t=>e({configuredSources:t}),setConfiguredFutureApps:t=>e({configuredFutureApps:t}),setConfiguredDestinations:t=>e({configuredDestinations:t}),addConfiguredDestination:t=>e(e=>({configuredDestinations:[...e.configuredDestinations,t]})),removeConfiguredDestination:t=>e(e=>({configuredDestinations:e.configuredDestinations.filter(e=>or(e,t))})),setConfiguredDestinationsUpdateOnly:t=>e({configuredDestinationsUpdateOnly:t}),addConfiguredDestinationUpdateOnly:t=>e(e=>{const i=[...e.configuredDestinationsUpdateOnly,t].map(e=>[e.id,e]);return{configuredDestinationsUpdateOnly:Array.from(new Map(i).values())}}),removeConfiguredDestinationUpdateOnly:t=>e(e=>({configuredDestinationsUpdateOnly:e.configuredDestinationsUpdateOnly.filter(e=>or(e,t))})),clearStore:()=>e(()=>({...nr}))})),ar={v2:{text:{size:{xxxs:10,xxs:12,xs:14,s:16,m:20,l:24,xl:32,xxl:40,xxxl:48}},colors:{black:{500:"#151618"},white:{500:"#FFFFFF"},purple:{100:"#E1D4FF",200:"#C3AAFF",300:"#A57FFF",400:"#8854FF",500:"#6A2AFF",600:"#5925D0",700:"#4822A2",800:"#371E73",900:"#271A45"},green:{100:"#DCFDFA",200:"#B9FBF6",300:"#96FAF1",400:"#73F8ED",500:"#50F6E8",600:"#44C9BE",700:"#399D94",800:"#2D6F6A",900:"#224340"},grey:{25:"#F6F6F6",50:"#ECECED",100:"#DADADB",150:"#B8B8B8",200:"#B4B5B7",300:"#8F9093",400:"#696B6F",500:"#44464B",600:"#3A3C40",700:"#313236",800:"#282A2E",900:"#1B1B1C"},silver:{25:"#F6F6F7",50:"#EDEDEE",100:"#DADCDE",200:"#B6B8BD",300:"#91959C",400:"#6D717B",500:"#484E5A",600:"#3E424C",700:"#34383F",750:"#2C2F36",800:"#26292F",900:"#1F2125",1e3:"#1B1C1D"},red:{100:"#FFE5E7",200:"#FFCBD0",300:"#FFB0B8",400:"#FF96A1",500:"#FF7C89",600:"#D06772",700:"#A2535B",800:"#733F44",900:"#452B2D",1e3:"#2E2022"},blue:{100:"#EBF0FA",200:"#D6E1F4",300:"#ADC3EA",400:"#84A4DF",500:"#5C86D5",600:"#3368CA",700:"#2D57A6",800:"#274782",900:"#21375E",1e3:"#1C273A"},yellow:{100:"#FFFBF1",200:"#FFF7E2",300:"#FFEFC6",400:"#FFE7A9",500:"#FFDF8D",600:"#FFD770",700:"#D0B05E",800:"#A28A4C",900:"#73633A",1e3:"#453D28"},beige:{600:"#EEC990"},pink:{600:"#F576A2"},orange:{600:"#F29142"}}},colors:{majestic_blue:"#444AD9",majestic_blue_soft:"#6C7AE8",orange_og:"#FE9239",orange_soft:"#FFB160",dark_red:"#802828",darker_red:"#611F1F",darkest_red:"#281515",darkest_red_hover:"#351515",dark_green:"#2D4323"},text:{},font_family:{primary:"Inter, sans-serif",secondary:"Kode Mono, sans-serif",code:"IBM Plex Mono, monospace"}},sr={v2:ar.v2,darkMode:!0,colors:{...ar.colors,primary:"#111111",secondary:"#F9F9F9",border:"#525252",dark_grey:"#151515",translucent_bg:"#1A1A1A",dropdown_bg:"#242424",dropdown_bg_2:"#333333",warning:"#472300",error:"#431919",success:"#172013",info:"#242424",default:"#181944"},text:{white:"#FFFFFF",primary:"#111111",secondary:"#F9F9F9",grey:"#B8B8B8",dark_grey:"#8F8F8F",darker_grey:"#7A7A7A",light_grey:"#CCD0D2",dark_button:"#0A1824",warning:"#E9CF35",warning_secondary:"#FFA349",error:"#EF7676",error_secondary:"#DB5151",success:"#81AF65",success_secondary:"#51DB51",info:"#B8B8B8",info_secondary:"#CCDDDD",default:"#AABEF7",default_secondary:"#8CBEFF"},font_family:ar.font_family},lr={v2:ar.v2,darkMode:!1,colors:{...ar.colors,primary:"#EEEEEE",secondary:"#060606",border:"#ADADAD",dark_grey:"#EAEAEA",translucent_bg:"#E5E5E5",dropdown_bg:"#DBDBDB",dropdown_bg_2:"#CCCCCC",warning:"#F6F092",error:"#FACECE",success:"#C8DEB8",info:"#E0E0E0",default:"#CAD9FB"},text:{white:"#FFFFFF",primary:"#EEEEEE",secondary:"#060606",grey:"#474747",dark_grey:"#707070",darker_grey:"#858585",light_grey:"#332F2D",dark_button:"#F5E7DB",warning:"#A56F12",warning_secondary:"#CA9416",error:"#B63A3A",error_secondary:"#DB5151",success:"#4E763A",success_secondary:"#67964C",info:"#525252",info_secondary:"#7A7A7A",default:"#444AD9",default_secondary:"#6C7AE8"},font_family:ar.font_family},cr=e=>e?sr:lr;var dr=Object.freeze({__proto__:null,baseTheme:ar,darkModeTheme:sr,getTheme:cr,lightModeTheme:lr});zt('@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Kode+Mono:wght@100;200;300;400;500;600;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");*{-ms-overflow-style:none;scrollbar-width:none}::-webkit-scrollbar{display:none}*{animation-duration:.3s;animation-fill-mode:forwards;transition:all .3s}input{all:unset}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-transition:all 50000s ease-in-out 0s;transition:all 50000s ease-in-out 0s}');const pr=({children:e})=>{const{darkMode:t}=Wo();return _t(jt,{theme:cr(t),children:e})},ur={100:"FF","099":"FC","098":"FA","097":"F7","096":"F5","095":"F2","094":"F0","093":"ED","092":"EB","091":"E8","090":"E6","089":"E3","088":"E0","087":"DE","086":"DB","085":"D9","084":"D6","083":"D4","082":"D1","081":"CF","080":"CC","079":"C9","078":"C7","077":"C4","076":"C2","075":"BF","074":"BD","073":"BA","072":"B8","071":"B5","070":"B3","069":"B0","068":"AD","067":"AB","066":"A8","065":"A6","064":"A3","063":"A1","062":"9E","061":"9C","060":"99","059":"96","058":"94","057":"91","056":"8F","055":"8C","054":"8A","053":"87","052":"85","051":"82","050":"80","049":"7D","048":"7A","047":"78","046":"75","045":"73","044":"70","043":"6E","042":"6B","041":"69","040":"66","039":"63","038":"61","037":"5E","036":"5C","035":"59","034":"57","033":"54","032":"52","031":"4F","030":"4D","029":"4A","028":"47","027":"45","026":"42","025":"40","024":"3D","023":"3B","022":"38","021":"36","020":"33","019":"30","018":"2E","017":"2B","016":"29","015":"26","014":"24","013":"21","012":"1F","011":"1C","010":"1A","009":"17","008":"14","007":"12","006":"0F","005":"0D","004":"0A","003":"08","002":"05","001":"03","000":"00"};var hr=Object.freeze({__proto__:null,hex:ur});const mr={in:{left:Ut`
139
- from { transform: translateX(-100%); }
140
- to { transform: translateX(0); }
141
- `,right:Ut`
142
- from { transform: translateX(100%); }
143
- to { transform: translateX(0); }
144
- `,top:Ut`
145
- from { transform: translateY(-100%); }
146
- to { transform: translateY(0); }
147
- `,bottom:Ut`
148
- from { transform: translateY(100%); }
149
- to { transform: translateY(0); }
150
- `,center:Ut`
151
- from { transform: translate(-50%, 100%); }
152
- to { transform: translate(-50%, -50%); }
153
- `},out:{left:Ut`
154
- from { transform: translateX(0); }
155
- to { transform: translateX(-100%); }
156
- `,right:Ut`
157
- from { transform: translateX(0); }
158
- to { transform: translateX(100%); }
159
- `,top:Ut`
160
- from { transform: translateY(0); }
161
- to { transform: translateY(-100%); }
162
- `,bottom:Ut`
163
- from { transform: translateY(0); }
164
- to { transform: translateY(100%); }
165
- `,center:Ut`
166
- from { transform: translate(-50%, -50%); }
167
- to { transform: translate(-50%, 100%); }
168
- `}},gr={in:Ut`
169
- from {
170
- width: 0%;
171
- }
172
- to {
173
- width: 100%;
174
- }
175
- `,out:Ut`
176
- from {
177
- width: 100%;
178
- }
179
- to {
180
- width: 0%;
181
- }
182
- `},$r=Ut`
183
- 0% {
184
- transform: scale(1);
185
- opacity: 1;
186
- }
187
- 75%, 100% {
188
- transform: scale(2);
189
- opacity: 0;
190
- }
191
- `,fr=Ut`
192
- 0% {
193
- background-position: -500px 0;
194
- }
195
- 100% {
196
- background-position: 500px 0;
197
- }
198
- `,xr={in:Ut`
199
- from {
200
- opacity: 0;
201
- }
202
- to {
203
- opacity: 1;
204
- }
205
- `,out:Ut`
206
- from {
207
- opacity: 1;
208
- }
209
- to {
210
- opacity: 0;
211
- }
212
- `};var br=Object.freeze({__proto__:null,fade:xr,ping:$r,progress:gr,shimmer:fr,slide:mr});const yr=Lt.span`
213
- display: flex;
214
- align-items: center;
215
- justify-content: center;
216
-
217
- min-height: 16px;
218
- min-width: 16px;
219
- width: fit-content;
220
- padding: 4px;
221
- gap: 2px;
222
-
223
- border-radius: 50px;
224
- border: 1px solid ${({theme:e,$filled:t,$status:i})=>i?e.text[i]+(t?"":ur["050"]):t?"transparent":e.colors.border};
225
- background-color: ${({theme:e,$filled:t,$status:i})=>t?i?e.colors[i]:e.colors.majestic_blue:"transparent"};
226
- color: ${({theme:e,$filled:t,$status:i})=>t&&i?e.text.secondary:t?e.text.white:i?e.text[i]:e.text.grey};
227
- font-family: ${({theme:e})=>e.font_family.secondary};
228
- font-size: 12px;
229
- white-space: nowrap;
230
-
231
- ${({theme:e,$filled:t,$status:i,$clickable:n})=>n&&`&:hover {\n cursor: pointer;\n background-color: ${i?e.colors[i]+ur["020"]:t?e.colors.majestic_blue_soft:e.colors.secondary+ur["020"]};\n }`}
232
- `,wr=({label:e,filled:t,status:i,withIcon:n,onClick:o})=>{const r=Pt(),a=i&&n?On(i,r):null;return Rt(yr,{$filled:t,$status:i,$clickable:!!o,onClick:o,children:[!!a&&_t(a,{}),e]})},vr=Lt.div`
233
- height: fit-content;
234
- border: 2px solid transparent;
235
- padding: 2px;
236
- border-radius: 32px;
237
- background-color: transparent;
238
- transition: border-color 0.3s ease;
239
- &:focus-within {
240
- border-color: ${({theme:e})=>e.colors.secondary};
241
- }
242
- `,kr={primary:Mt`
243
- border: 1px solid ${({theme:e})=>e.text.secondary+ur["024"]};
244
- background: ${({theme:e})=>e.colors.secondary};
245
- color: ${({theme:e})=>e.colors.primary};
246
- &:hover {
247
- background: ${({theme:e})=>e.colors.secondary+ur["080"]};
248
- }
249
- &:active {
250
- background: ${({theme:e})=>e.text.secondary+ur["060"]};
251
- }
252
- `,secondary:Mt`
253
- border: 1px solid ${({theme:e})=>e.colors.border};
254
- background: ${({theme:e})=>e.colors.primary};
255
- color: ${({theme:e})=>e.colors.secondary};
256
- &:hover {
257
- border: 1px solid ${({theme:e})=>e.text.darker_grey};
258
- background: ${({theme:e})=>e.colors.secondary+ur["010"]};
259
- }
260
- &:active {
261
- border: 1px solid ${({theme:e})=>e.text.dark_grey};
262
- background: ${({theme:e})=>e.colors.secondary+ur["015"]};
263
- }
264
- `,tertiary:Mt`
265
- border-color: transparent;
266
- background: transparent;
267
- &:hover {
268
- background: ${({theme:e})=>e.colors.dropdown_bg_2+ur["040"]};
269
- }
270
- &:active {
271
- background: ${({theme:e})=>e.colors.dropdown_bg_2};
272
- }
273
- `,danger:Mt`
274
- border-color: transparent;
275
- background: ${({theme:e})=>e.text.error};
276
- &:hover {
277
- background: ${({theme:e})=>e.text.error+ur["090"]};
278
- }
279
- &:active {
280
- background: ${({theme:e})=>e.text.error+ur["080"]};
281
- }
282
- `,warning:Mt`
283
- border-color: transparent;
284
- background: ${({theme:e})=>e.text.warning};
285
- &:hover {
286
- background: ${({theme:e})=>e.text.warning+ur["090"]};
287
- }
288
- &:active {
289
- background: ${({theme:e})=>e.text.warning+ur["080"]};
290
- }
291
- `},Cr=Lt.button`
292
- height: 36px;
293
- border-radius: 32px;
294
- cursor: pointer;
295
- display: flex;
296
- align-items: center;
297
- justify-content: center;
298
- gap: 8px;
299
- padding: 0 12px;
300
- font-family: ${({theme:e})=>e.font_family.secondary};
301
- text-transform: uppercase;
302
- text-decoration: underline;
303
- font-weight: 600;
304
- outline: none;
305
- ${({$variant:e})=>e&&kr[e]}
306
- ${({disabled:e,$variant:t})=>e&&Mt`
307
- opacity: 0.5;
308
- cursor: not-allowed;
309
-
310
- ${"primary"===t?Mt`
311
- color: ${({theme:e})=>e.colors.secondary};
312
- background: ${({theme:e})=>e.text.secondary+ur["010"]};
313
- &:hover {
314
- background: ${({theme:e})=>e.text.secondary+ur["015"]};
315
- }
316
- `:""}
317
- `}
318
- `,Sr=({children:e,variant:t="primary",onClick:i,...n})=>{const o=kt(null);return _t(vr,{$variant:t,children:_t(Cr,{ref:o,$variant:t,onClick:e=>{i&&i(e),o.current?.blur()},...n,children:e})})},Er=e=>{function t(){return void 0===e?{}:ni(e)}const[i,n]=wt(t()),[o,r]=wt({}),a=(e,t)=>Object.entries(e).every(([e,i])=>Array.isArray(i)?i.length===t[e].length&&i.every((i,n)=>a(i,t[e][n])):"object"==typeof i&&null!==i?a(i,t[e]):i===t[e]),s=yt(()=>void 0!==e&&!a(e,i),[e,i]);return vt(()=>{void 0!==e&&"{}"===JSON.stringify(i)&&n(t())},[e,i]),{formData:i,formErrors:o,areFormValuesEqual:a,isFormDirty:s,handleFormChange:(e,t,i)=>{if(e){const i=e.toString().split(".");1===i.length?n(i=>({...i,[e]:t})):n(e=>{const n=ni(e);let o=n;for(let e=0;e<i.length-1;e++){const t=i[e];o[t]&&"object"==typeof o[t]||(o[t]={}),o=o[t]}return o[i[i.length-1]]=t,n})}else i&&n({...i})},handleErrorChange:(e,t,i)=>{e?r(i=>({...i,[e]:t})):i&&r({...i})},resetFormData:e=>{n(e||t()),r({})}}},Ar={type:"",name:"",notes:"",signals:[],disabled:!1,fields:{clusterAttributes:null,overwriteExistingValues:null,renames:null,attributeNamesToDelete:null,piiCategories:null,fallbackSamplingRatio:null,samplingPercentage:null,endpointsFilters:null,servicesNameFilters:null,attributeFilters:null}},Dr=()=>{const{addNotification:e}=Xo(),{formData:t,formErrors:i,handleFormChange:n,handleErrorChange:o,resetFormData:r}=Er(Ar);return{formData:t,formErrors:i,handleFormChange:n,resetFormData:r,validateForm:i=>{const n={};let r=!0;return Object.entries(t).forEach(([e,t])=>{switch(e){case"type":case"signals":Ln(t)&&(n[e]=nn.FIELD_IS_REQUIRED)}}),r=!Object.values(n).length,!r&&i?.withAlert&&e({type:Ei.Warning,title:i.alertTitle,message:nn.REQUIRED_FIELDS,hideFromHistory:!0}),o(void 0,void 0,n),r},loadFormWithDrawerItem:({type:e,signals:t,fields:i})=>{const o={...ni(Ar),type:e,signals:t};Object.entries(i).forEach(([e,t])=>{if(t)switch(e){case"actionName":o.name=t;break;case"type":case"notes":case"disabled":o[e]=t;break;case ci.LabelsAttributes:case ci.AnnotationsAttributes:o.fields||(o.fields={}),o.fields[e]=(i=t)&&Array.isArray(i)?i.map(e=>!e.fromSources?.length&&e.from?{...e,fromSources:[e.from]}:e):i;break;case ci.CollectContainerAttributes:case ci.CollectReplicaSetAttributes:case ci.CollectWorkloadId:case ci.CollectClusterId:case ci.ClusterAttributes:case ci.OverwriteExistingValues:case ci.AttributeNamesToDelete:case ci.Renames:case ci.PiiCategories:case ci.FallbackSamplingRatio:case ci.SamplingPercentage:case ci.EndpointsFilters:case ci.ServicesNameFilters:case ci.AttributeFilters:o.fields||(o.fields={}),o.fields[e]=t}var i}),n(void 0,void 0,o)}}},Tr=e=>{vt(()=>{if(e){const e=document.body.style.overflow;return document.body.style.overflow="hidden",()=>{document.body.style.overflow=e}}},[e])},Fr=()=>{const{setCurrentModal:e}=Jo(),{setDrawerType:t,setDrawerEntityId:i}=qo(),{setActiveNodeType:n,setActiveNodeId:o,activeNodeId:r}=Io();return{onClickNode:(a,s)=>{const{id:l,type:c,data:{id:d,type:p}}=s;switch(r===l?(n(null),o(null)):(n(c),o(l)),p){case vi.Source:case vi.Destination:case vi.Action:case vi.InstrumentationRule:t(p),i(d);break;case Ni.AddSource:e(vi.Source);break;case Ni.AddDestination:e(vi.Destination);break;case Ni.AddAction:e(vi.Action);break;case Ni.AddRule:e(vi.InstrumentationRule)}}}},Or=()=>{const{setDrawerType:e,setDrawerEntityId:t}=qo(),{markAsDismissed:i,markAsSeen:n}=Xo();return{onClickNotification:(o,r)=>{const{id:a,crdType:s,target:l}=o,{dismissToast:c}=r||{};if(s&&l)switch(s){case vi.InstrumentationRule:e(vi.InstrumentationRule),t(yn(l,vi.InstrumentationRule));break;case vi.Source:case"InstrumentationConfig":case"InstrumentationInstance":e(vi.Source),t(yn(l,vi.Source));break;case vi.Action:e(vi.Action),t(yn(l,vi.Action));break;case vi.Destination:case"Destination":e(vi.Destination),t(yn(l,vi.Destination))}n(a),c&&i(a)}}},zr=()=>{const e=kt(null),[t,i]=wt(0),[n,o]=wt(0);return vt(()=>{const t=()=>{if(e.current){const{width:t,height:n}=e.current.getBoundingClientRect();i(t),o(n)}};return t(),window.addEventListener("resize",t),()=>window.removeEventListener("resize",t)},[]),{containerRef:e,containerWidth:t,containerHeight:n}};var Nr;!function(e){e[e.XS=16]="XS",e[e.S=18]="S",e[e.M=24]="M",e[e.L=32]="L"}(Nr||(Nr={}));const Ir=Lt.div`
319
- width: ${({$size:e})=>1.5*e}px;
320
- height: ${({$size:e})=>1.5*e}px;
321
- display: flex;
322
- align-items: center;
323
- justify-content: center;
324
- border-radius: 100%;
325
- cursor: ${({$disabled:e})=>e?"not-allowed":"pointer"};
326
- &:hover {
327
- background: ${({theme:e})=>e.v2.colors.silver[800]};
328
- }
329
- `,_r=({icon:e,size:t=Nr.S,onClick:i,disabled:n})=>_t(Ir,{$size:t,$disabled:n,onClick:e=>{i&&!n&&(e.stopPropagation(),i(e))},children:_t(e,{size:t})}),Rr=({onDone:e}={})=>{const[t,i]=wt(!1),[n,o]=wt(-1),r=Ct(async(n,r)=>{if(!t){if(i(!0),void 0!==r&&o(r),navigator?.clipboard&&navigator.clipboard.writeText)try{await navigator.clipboard.writeText(n)}catch(e){}else{const e=document.createElement("textarea");e.value=n,document.body.appendChild(e),e.select();try{document.execCommand("copy")}catch(e){}document.body.removeChild(e)}e?.(),setTimeout(()=>{i(!1),o(-1)},1e3)}},[t,e]);return{CopyButton:Ct(({value:e,size:i})=>_t(_r,{icon:t?Ge:Ke,size:i,onClick:()=>r(e)}),[t]),isCopied:t,copiedIndex:n,clickCopy:r}},Br=e=>{const{addNotification:t}=Xo(),{formData:i,handleFormChange:n,formErrors:o,handleErrorChange:r,resetFormData:a}=Er(e);return{formData:i,formErrors:o,handleFormChange:n,resetFormData:a,validateForm:e=>{const n={};let o=!0;return i.name?Mn(i.name)?n.name=void 0:(o=!1,n.name=nn.ILLEGAL_K8S_LABEL):(o=!1,n.name=nn.FIELD_IS_REQUIRED),!o&&e?.withAlert&&t({type:Ei.Warning,title:e.alertTitle,message:nn.REQUIRED_FIELDS,hideFromHistory:!0}),r(void 0,void 0,n),o},loadFormWithDrawerItem:({name:t})=>{const i={...ni(e),name:t};n(void 0,void 0,i)}}},Lr={type:"",name:"",exportedSignals:{logs:!1,metrics:!1,traces:!1},fields:[],disabled:!1},Mr=e=>{const{supportedSignals:t,preLoadedFields:i}=e||{},{addNotification:n}=Xo(),{formData:o,formErrors:r,handleFormChange:a,handleErrorChange:s,resetFormData:l}=Er(Lr),[c,d]=wt([]),[p,u]=wt([]);return vt(()=>{var e;u(c?(e=c,e.filter(e=>!!e).map(e=>{const{name:t,componentType:i,componentProperties:n,displayName:o,initialValue:r,renderCondition:a}=e;if(i===Ci.Dropdown){const e=_n(n,{}),s=Array.isArray(e.values)?e.values.map(e=>({id:e,value:e})):Object.entries(e.values).map(([e,t])=>({id:e,value:t}));return{name:t,componentType:i,title:o,value:r,placeholder:e.placeholder||"Select an option",options:s,renderCondition:a,...e}}return{name:t,componentType:i,title:o,value:r,renderCondition:a,..._n(n,{})}})).map(e=>{if(i){const t="string"==typeof i?_n(i,{}):i;if(e.name in t)return{...e,value:t[e.name]}}return e}):[])},[c,i]),vt(()=>{if(p){const e=p.map(e=>({key:e.name,value:e.value}));a("fields",e)}},[p]),vt(()=>{if(t&&0===Kn(o.exportedSignals).length){const{logs:e,metrics:i,traces:n}=t;a("exportedSignals",{logs:e.supported,metrics:i.supported,traces:n.supported})}},[t,o.exportedSignals]),{formData:o,formErrors:r,handleFormChange:a,resetFormData:l,validateForm:e=>{const t={};let i=!0;return p.forEach(({name:e,value:n,required:o})=>{o&&!n&&(i=!1,t[e]=nn.FIELD_IS_REQUIRED)}),!i&&e?.withAlert&&n({type:Ei.Warning,title:e.alertTitle,message:nn.REQUIRED_FIELDS,hideFromHistory:!0}),s(void 0,void 0,t),i},loadFormWithDrawerItem:({destinationType:{type:e},name:t,disabled:i,exportedSignals:n,fields:o})=>{const r={...ni(Lr),type:e,name:t,disabled:i,exportedSignals:n,fields:Object.entries(_n(o,{})).map(([e,t])=>({key:e,value:t}))};return a(void 0,void 0,r),r},yamlFields:c,setYamlFields:d,dynamicFields:p,setDynamicFields:u}},Pr=({items:e,rowHeight:t})=>{const i=kt(null),n=Nt({enabled:e.length>0,horizontal:!1,count:e.length,getScrollElement:()=>i.current,estimateSize:()=>t,overscan:Math.ceil(.05*e.length)});return{overflowRef:i,listHeight:n.getTotalSize(),listItems:n.getVirtualItems()}},jr={ruleName:"",notes:"",disabled:!1,workloads:null,instrumentationLibraries:null,payloadCollection:{[Ui.HttpRequest]:null,[Ui.HttpResponse]:null,[Ui.DbQuery]:null,[Ui.Messaging]:null},codeAttributes:{[Mi.Column]:null,[Mi.FilePath]:null,[Mi.Function]:null,[Mi.LineNumber]:null,[Mi.Namespace]:null,[Mi.StackTrace]:null},headersCollection:null,customInstrumentations:{[ji.Java]:null,[ji.Golang]:null}},Ur=()=>{const{formData:e,formErrors:t,handleFormChange:i,handleErrorChange:n,resetFormData:o}=Er(jr);return{formData:e,formErrors:t,handleFormChange:i,resetFormData:o,validateForm:()=>(n(void 0,void 0,{}),!0),loadFormWithDrawerItem:({ruleName:e,notes:t,disabled:n,payloadCollection:o,codeAttributes:r,headersCollection:a,customInstrumentations:s})=>{const l={...ni(jr),ruleName:e,notes:t,disabled:n};o&&(l.payloadCollection={[Ui.HttpRequest]:o[Ui.HttpRequest]?{}:null,[Ui.HttpResponse]:o[Ui.HttpResponse]?{}:null,[Ui.DbQuery]:o[Ui.DbQuery]?{}:null,[Ui.Messaging]:o[Ui.Messaging]?{}:null}),r&&(l.codeAttributes={[Mi.Column]:r[Mi.Column]||null,[Mi.FilePath]:r[Mi.FilePath]||null,[Mi.Function]:r[Mi.Function]||null,[Mi.LineNumber]:r[Mi.LineNumber]||null,[Mi.Namespace]:r[Mi.Namespace]||null,[Mi.StackTrace]:r[Mi.StackTrace]||null}),a&&(l.headersCollection=a),s&&(l.customInstrumentations={[ji.Java]:s[ji.Java]||null,[ji.Golang]:s[ji.Golang]||null}),i(void 0,void 0,l)}}},Wr=({active:e,key:t,withAltKey:i,withCtrlKey:n,withShiftKey:o,withMetaKey:r},a)=>(vt(()=>{const s=s=>{e&&t===s.key&&(!i||i&&s.altKey)&&(!n||n&&s.ctrlKey)&&(!o||o&&s.shiftKey)&&(!r||r&&s.metaKey)&&(s.preventDefault(),s.stopPropagation(),a(s))};return window.addEventListener("keydown",s),()=>{window.removeEventListener("keydown",s)}},[t,e,i,n,o,r,a]),null),Vr=(e,t)=>{vt(()=>{const i=i=>{e.current&&!e.current.contains(i.target)&&t()};return document.addEventListener("mousedown",i),document.addEventListener("touchstart",i),()=>{document.removeEventListener("mousedown",i),document.removeEventListener("touchstart",i)}},[e,t])},Hr=({defaultClientHeight:e=0,defaultClientwidth:t=0,onClickOutside:i}={})=>{const n=kt(null),[o,r]=wt(!1),[a,s]=wt({top:0,left:0});return Vr(n,()=>{o&&(r(!1),i?.())}),{popupRef:n,popupOpen:o,setPopupOpen:r,popupPosition:a,handlePosition:(i,o)=>{const{innerWidth:r,innerHeight:a}=window;let l=o,c=i;l>=a/2&&(l+=-(n.current?.clientHeight||e)),c>=r/2&&(c+=-(n.current?.clientWidth||t)),s({top:l,left:c})}}},qr=()=>({getItemSS:(e,t)=>{const i=sessionStorage.getItem(e);return i?_n(i,t):t},setItemSS:(e,t)=>{sessionStorage.setItem(e,JSON.stringify(t))},removeItemSS:e=>{sessionStorage.removeItem(e)}}),Gr={otelServiceName:"",currentStreamName:""},Kr=()=>{const{formData:e,formErrors:t,handleFormChange:i,handleErrorChange:n,resetFormData:o}=Er(Gr);return{formData:e,formErrors:t,handleFormChange:i,resetFormData:o,validateForm:()=>(n(void 0,void 0,{}),!0),loadFormWithDrawerItem:({otelServiceName:e,name:t})=>{const n={...ni(Gr),otelServiceName:e||t||""};i(void 0,void 0,n)}}},Yr=(e,t,i)=>{const n="boolean"==typeof i,o=!!e.dataStreamNames?.length||!!e.currentStreamName?.length,r=o&&e.dataStreamNames?.includes(t)||e.currentStreamName===t,a=(n?i:e.selected&&(!o||r))||!1;return{namespace:e.namespace,name:e.name,kind:e.kind,selected:a,numberOfInstances:e.numberOfInstances}},Jr=(e,t,i)=>({...Yr(e,t,i),currentStreamName:t}),Xr=(e,t,i)=>{const n="boolean"==typeof i,o=e.dataStreamNames?.includes(t),r=(n?i:e.selected)||!1;return{namespace:e.name,selected:!(!o&&!n)&&r,currentStreamName:t}},Zr=e=>{const{fetchSingleNamespace:t}=e||{},{namespaces:i}=Go(),{selectedStreamName:n}=Ho(),o=kt(!1),{configuredSources:r,configuredFutureApps:a,availableSources:s,setAvailableSources:l,setFetchedAllNamespaces:c,fetchedNamespacesList:d,addFetchedNamespace:p}=rr(),[u,h]=wt(s),[m,g]=wt(""),[$,f]=wt(!1),[x,b]=wt(d),[y,w]=wt(""),[v,k]=wt(a),[C,S]=wt(((e,t,i)=>{const n={};return Object.entries(e).forEach(([e,t])=>{n[e]=t.map(e=>Jr(e,i))}),Object.entries(t).forEach(([e,t])=>{n[e]||(n[e]=[]),t.forEach(t=>{const o=n[e].findIndex(e=>e.name===t.name&&e.kind===t.kind),r=Jr(t,i);-1!==o?n[e][o]=r:n[e].push(r)})}),n})(s,r,n)),E=async(e,i)=>{if(t){if(g(e.name),x.includes(e.name))S(t=>({...t,[e.name]:t[e.name].map(e=>({...e,selected:"boolean"==typeof i?i:e.selected,currentStreamName:n}))}));else{const{data:o}=await t({namespaceName:e.name}),{name:r,sources:a=[]}=o?.computePlatform?.k8sActualNamespace||{};if(!r)return;const s=a.map(e=>Yr(e,n));b(e=>[...e,r]),p(r),l({...rr.getState().availableSources,[r]:s}),h(e=>({...e,[r]:s})),S(e=>({...e,[r]:"boolean"!=typeof i&&e[r]?.length?e[r]:a.map(e=>Jr(e,n,i))}))}g("")}};vt(()=>(o.current=!0,i?.length&&!rr.getState().fetchedAllNamespaces&&(h(e=>{const t={...e};return i.forEach(({name:e})=>t[e]=t[e]||[]),t}),S(e=>{const t={...e};return i.forEach(({name:e})=>t[e]=t[e]||[]),t}),k(e=>{const t={...e};return i.forEach(e=>t[e.name]=t[e.name]||Xr(e,n)),t}),(async()=>{const e=rr.getState().fetchedNamespacesList;for(const t of i){if(!o.current)break;e.includes(t.name)||await E(t)}o.current&&c(!0)})()),()=>{o.current=!1}),[i,n]);const[A,D]=wt(""),[T,F]=wt(vi.Source),[O,z]=wt(!1),[N,I]=wt(!1),_=yt(()=>{const e=(e,t)=>!A||T!==t||T===t&&e.toLowerCase().includes(A),t={};return Object.entries(C).filter(([t])=>e(t,vi.Namespace)).forEach(([i,n])=>{const o=n.filter(t=>e(t.name,vi.Source)&&(!O||t.selected)&&(e=>!N||(e.numberOfInstances||0)>0)(t));(!A||A&&(T===vi.Namespace||T===vi.Source&&o.length))&&(t[i]=o)}),t},[C,A,T,O,N]);return{fetchingNamespace:m,fetchedNamespaces:x,availableSources:u,filteredNamespacesAndSources:_,getApiSourcesPayload:()=>{const e={};return Object.entries(C).forEach(([t,i])=>{i.forEach(i=>{const n=u[t]?.find(e=>e.name===i.name&&e.kind===i.kind);n?.selected!==i.selected&&(e[t]||(e[t]=[]),e[t].push(i))})}),e},getApiFutureAppsPayload:()=>{const e={};return Object.entries(v).forEach(([t,o])=>{const r=i?.find(e=>e.name===t);(o.selected&&!r?.dataStreamNames?.includes(n)||!o.selected&&r?.dataStreamNames?.includes(n))&&(e[t]=o)}),e},selectedNamespace:y,onSelectNamespace:(e,t)=>{const n=i.find(t=>t.name===e);if(n){const i="boolean"==typeof t;w(t=>t!==e||i?e:""),E(n,t),i&&f(!1)}},selectedAllNamespaces:$,onSelectAllNamespaces:e=>{f(e),i.forEach(t=>E(t,e))},selectedSources:C,onSelectSource:(e,t)=>{const i=t||y;if(!i)return;const o=[...C[i]||[]],r=o.findIndex(({name:t,kind:i})=>t===e.name&&i===e.kind);if(-1!==r){const e={...o[r],selected:!o[r].selected,currentStreamName:n};o[r]=e}else o.push({...e,selected:!0,currentStreamName:n});S(e=>({...e,[i]:o})),f(!1)},selectedFutureApps:v,onSelectFutureApps:(e,t)=>{const o=t||y;if(!o)return;const r=i.find(e=>e.name===t);r&&k(t=>({...t,[o]:Xr(r,n,e)}))},searchText:A,setSearchText:D,searchBy:T,setSearchBy:F,showSelectedOnly:O,setShowSelectedOnly:z,showRunningOnly:N,setShowRunningOnly:I}};try{Tt.addDefaultLocale(It)}catch(e){}const Qr=()=>{const e=kt(new Tt(It.locale));return{formatTimeAgo:Ct(t=>{try{return"string"==typeof t&&(t=t.replace("t","T").replace("z","Z")),e.current.format(new Date(t))}catch(e){return"-"}},[])}},ea=Lt.div`
330
- flex: 1;
331
- align-self: stretch;
332
- display: flex;
333
- flex-direction: column;
334
- gap: 24px;
335
- padding: 24px 24px 0 24px;
336
- overflow-x: scroll;
337
- `,ta=Lt.div`
338
- position: relative;
339
-
340
- // inherit all the properties of the parent (PageContent)
341
- flex: inherit;
342
- align-self: inherit;
343
- display: inherit;
344
- flex-direction: inherit;
345
- gap: inherit;
346
- overflow-x: inherit;
347
- `,ia=Lt.div`
348
- display: flex;
349
- flex-direction: row;
350
- flex-wrap: ${({$wrap:e="unset"})=>e};
351
- align-items: ${({$alignItems:e="center"})=>e};
352
- justify-content: ${({$justifyContent:e="unset"})=>e};
353
- gap: ${({$gap:e=2})=>e}px;
354
- width: ${({$width:e})=>e||"unset"};
355
- height: ${({$height:e})=>e||"unset"};
356
- padding: ${({$padding:e="unset"})=>e};
357
- `,na=Lt.div`
358
- display: flex;
359
- flex-direction: column;
360
- flex-wrap: ${({$wrap:e="unset"})=>e};
361
- align-items: ${({$alignItems:e="unset"})=>e};
362
- justify-content: ${({$justifyContent:e="unset"})=>e};
363
- gap: ${({$gap:e=2})=>e}px;
364
- width: ${({$width:e})=>e||"unset"};
365
- height: ${({$height:e})=>e||"unset"};
366
- padding: ${({$padding:e="unset"})=>e};
367
- `,oa=Lt(na)`
368
- width: ${({$width:e})=>e||"100%"};
369
- height: ${({$height:e})=>e||"unset"};
370
- align-items: center;
371
- justify-content: center;
372
- `,ra=Lt.div`
373
- display: flex;
374
- flex-direction: column;
375
- padding: 12px;
376
- overflow-y: scroll;
377
- `,aa=Lt.div`
378
- position: ${({$relativeToParent:e})=>e?"absolute":"fixed"};
379
- top: 0;
380
- left: 0;
381
- right: 0;
382
- bottom: 0;
383
- z-index: 1000;
384
- background: rgba(0, 0, 0, 0.6);
385
- backdrop-filter: blur(2px);
386
- `,sa=Lt.div`
387
- width: 800px;
388
- min-height: ${({$minHeight:e})=>e||"unset"};
389
- height: ${({$isNotModal:e})=>e?"fit-content":"calc(100vh - 350px)"};
390
- margin: ${({$isNotModal:e})=>e?"64px 0 0 0":"64px 7vw 32px 7vw"};
391
- padding: 0 2px;
392
- overflow-y: scroll;
393
- `,la=Lt(na)`
394
- max-width: ${({$maxWidth:e})=>e||"unset"};
395
- width: 100%;
396
- `,ca=Lt(ia)`
397
- gap: 16px;
398
- padding: 16px;
399
- `,da=Lt.div`
400
- width: 100%;
401
- max-height: ${({$maxHeight:e})=>e||"unset"};
402
- overflow-y: auto;
403
- `,pa=Lt.div`
404
- position: fixed;
405
- top: 50%;
406
- left: 50%;
407
- transform: translate(-50%, -50%);
408
- z-index: 1000;
409
- width: fit-content;
410
- background: ${({theme:e})=>e.colors.translucent_bg};
411
- border: ${({theme:e})=>`1px solid ${e.colors.border}`};
412
- border-radius: 40px;
413
- box-shadow: ${({theme:e})=>{const t=e.colors.primary+ur["010"];return`0px 1px 1px 0px ${t}, 0px 2px 2px 0px ${t}, 0px 5px 5px 0px ${t}, 0px 10px 10px 0px ${t}, 0px 0px 8px 0px ${t}`}};
414
- animation-name: ${mr.in.center};
415
- `,ua=Lt.div`
416
- display: flex;
417
- justify-content: space-between;
418
- align-items: center;
419
- height: 80px;
420
- border-bottom: 1px solid ${({theme:e})=>e.colors.border};
421
- padding: 0 24px;
422
- `,ha=Lt.div`
423
- cursor: pointer;
424
- display: flex;
425
- align-items: center;
426
- gap: 8px;
427
- `,ma=Lt.div`
428
- display: flex;
429
- align-items: center;
430
- gap: 8px;
431
- `,ga=Lt(oa)`
432
- min-width: 350px;
433
- min-height: 150px;
434
- `,$a=Lt.div`
435
- position: absolute;
436
- left: 50%;
437
- transform: translateX(-50%);
438
- display: flex;
439
- align-items: center;
440
- justify-content: center;
441
- width: 100%;
442
- pointer-events: none;
443
- `,fa=Lt(go)`
444
- text-transform: uppercase;
445
- font-family: ${({theme:e})=>e.font_family.secondary};
446
- pointer-events: auto;
447
- `,xa=Lt(go)`
448
- text-transform: uppercase;
449
- font-weight: 500;
450
- font-size: 14px;
451
- font-family: ${({theme:e})=>e.font_family.secondary};
452
- text-decoration: underline;
453
- cursor: pointer;
454
- `,ba=({isOpen:e,noOverlay:t,header:i,actionComponent:n,onClose:o,children:r,closeOnEscape:a=!0})=>(Wr({key:"Escape",active:e&&a},()=>o()),Tr(e),e?Gt.createPortal(Rt(Bt,{children:[_t(aa,{hidden:!e,onClick:o,style:{opacity:t?0:1}}),Rt(pa,{"data-id":"modal"+(i?`-${i.title.replaceAll(" ","-")}`:""),children:[i&&Rt(ua,{children:[Rt(ha,{onClick:o,children:[_t(Ye,{}),_t(xa,{children:"Cancel"})]}),_t($a,{children:_t(fa,{children:i.title})}),_t(ma,{children:n})]}),_t(ga,{children:r})]})]}),document.body):null),ya=Lt.div`
455
- width: ${({$orientation:e,$thickness:t,$length:i})=>"vertical"===e?`${t}px`:i||"100%"};
456
- height: ${({$orientation:e,$thickness:t,$length:i})=>"horizontal"===e?`${t}px`:i||"100%"};
457
- margin: ${({$orientation:e,$margin:t})=>t||("horizontal"===e?"8px 0":"0 8px")};
458
- background-color: ${({$type:e,theme:t})=>(e?t.text[e]:t.colors.border)+ur["050"]};
459
- opacity: ${({$opacity:e})=>e||1};
460
- `,wa=({orientation:e="horizontal",type:t,thickness:i=1,length:n,margin:o,opacity:r})=>_t(ya,{$orientation:e,$type:t,$thickness:i,$length:n,$margin:o,$opacity:r}),va=Lt.div`
461
- position: absolute;
462
- ${({$top:e})=>void 0!==e&&`top: ${e}px;`}
463
- ${({$bottom:e})=>void 0!==e&&`bottom: ${e}px;`}
464
- ${({$left:e})=>void 0!==e&&`left: ${e}px;`}
465
- ${({$right:e})=>void 0!==e&&`right: ${e}px;`}
466
- z-index: 9999;
467
-
468
- background-color: ${({theme:e})=>e.colors.info};
469
- border: 1px solid ${({theme:e})=>e.colors.border};
470
- border-radius: ${({$borderRadius:e})=>void 0!==e?e:"24px"};
471
- max-width: ${({$maxWidth:e})=>void 0!==e?e:"unset"};
472
- width: ${({$width:e})=>void 0!==e?e:"unset"};
473
-
474
- ${({$asPortal:e,$withPointerEvents:t})=>e&&!t&&"pointer-events: none;"}
475
- `,ka=Lt.div`
476
- padding: ${({$padding:e})=>void 0!==e?e:"12px"};
477
- border-bottom: 1px solid ${({theme:e})=>e.colors.border};
478
- `,Ca=Lt.div`
479
- padding: ${({$padding:e})=>void 0!==e?e:"12px"};
480
- `,Sa=Lt.div`
481
- padding: ${({$padding:e})=>void 0!==e?e:"12px"};
482
- border-top: 1px solid ${({theme:e})=>e.colors.border};
483
- `,Ea=St(({isOpen:e,asPortal:t,...i},n)=>{const o=yt(()=>{const{children:e,top:o,bottom:r,left:a,right:s,borderRadius:l,padding:c,maxWidth:d,width:p,header:u,footer:h,withPointerEvents:m,...g}=i;return Rt(va,{ref:n,$top:o,$bottom:r,$left:a,$right:s,$borderRadius:l,$padding:c,$maxWidth:d,$width:p,$asPortal:t,$withPointerEvents:m,...g,children:[u&&_t(ka,{$padding:c,children:u}),_t(Ca,{$padding:c,children:e}),h&&_t(Sa,{$padding:c,children:h})]})},[n,i,t]);return e?t?Gt.createPortal(o,document.body):o:null});Ea.displayName=Ea.name;const Aa=Lt.div`
484
- position: relative;
485
- display: flex;
486
- align-items: center;
487
- gap: 4px;
488
- // cursor: help;
489
- `,Da=Lt(go)`
490
- word-break: break-word;
491
- white-space: pre-wrap;
492
- `,Ta=({withIcon:e,titleIcon:t,title:i,text:n,timestamp:o,children:r})=>{const a=Pt(),{popupRef:s,popupOpen:l,setPopupOpen:c,popupPosition:d,handlePosition:p}=Hr({defaultClientHeight:40,defaultClientwidth:Math.min(7.5*(n?.length||0),300)}),u=yt(()=>!!uo(n||"")?.length,[n]),h=e=>{const{type:t,clientX:i,clientY:n}=e;u?p(d.left||i,d.top||n):p(i,n),c("mouseleave"!==t)};return n?Rt(Aa,{onMouseEnter:h,onMouseMove:h,onMouseLeave:h,children:[r,e&&_t(je,{fill:a.v2.colors.silver[200]}),Rt(Ea,{ref:s,isOpen:l,top:d.top,left:d.left,asPortal:!0,withPointerEvents:u,onMouseEnter:u?h:void 0,maxWidth:"270px",borderRadius:"16px",padding:"8px 12px",children:[(!!t||!!i)&&Rt(ia,{style:{marginBottom:"4px"},$gap:4,children:[t&&_t(t,{size:12,fill:a.text.secondary},"icon"),i&&_t(go,{size:12,color:a.text.secondary,children:i},"title")]}),_t(Da,{size:12,color:a.text.info,children:n}),!!o&&_t(go,{size:10,color:a.text.darker_grey,family:"secondary",style:{marginTop:"8px"},children:new Date(o).toLocaleString()})]})]}):_t(Bt,{children:r})},Fa=Lt.button`
493
- position: relative;
494
- width: ${({$size:e})=>e}px;
495
- height: ${({$size:e})=>e}px;
496
- border: ${({theme:e,$withBorder:t})=>t?`1px solid ${e.colors.border}`:"none"};
497
- border-radius: 100%;
498
- background-color: ${({$backgroundColor:e})=>e||"transparent"};
499
- display: flex;
500
- align-items: center;
501
- justify-content: center;
502
- cursor: pointer;
503
- &:hover {
504
- background-color: ${({theme:e,$backgroundColor:t})=>t?t+ur["070"]:e.colors.dropdown_bg_2};
505
- }
506
- `,Oa=Lt.div`
507
- position: absolute;
508
- top: ${({$size:e})=>e/5}px;
509
- right: ${({$size:e})=>e/5}px;
510
- width: 6px;
511
- height: 6px;
512
- border-radius: 100%;
513
- background-color: ${({theme:e,$color:t})=>t||e.colors.secondary};
514
-
515
- &::after {
516
- content: '';
517
- position: absolute;
518
- inset: 0;
519
- border-radius: 100%;
520
- background-color: ${({theme:e,$color:t})=>t||e.colors.secondary};
521
- animation: ${$r} 1.5s cubic-bezier(0, 0, 0.2, 1) infinite;
522
- }
523
- `,za=({children:e,onClick:t,tooltip:i,size:n=36,withPing:o,pingColor:r,withBorder:a,backgroundColor:s,...l})=>_t(Ta,{text:i,children:Rt(Fa,{$size:n,$withBorder:a,$backgroundColor:s,onClick:t,...l,children:[o&&_t(Oa,{$size:n,$color:r}),e]})}),Na=Lt.div`
524
- position: relative;
525
- &.animated {
526
- overflow: hidden;
527
- padding-bottom: 1px;
528
- border-radius: 32px;
529
- animation: ${({$isLeaving:e})=>e?mr.out.bottom:mr.in.bottom} ${({$duration:e})=>e/10}ms forwards;
530
- }
531
- `,Ia=Lt.div`
532
- position: absolute;
533
- bottom: -1px;
534
- left: 0;
535
- z-index: -1;
536
- width: 100%;
537
- height: 100%;
538
- border-radius: 32px;
539
- background-color: ${({$type:e,theme:t})=>t.text[e]};
540
- animation: ${gr.out} ${({$duration:e})=>""+(e-e/10)}ms forwards;
541
- `,_a=Lt.div`
542
- display: flex;
543
- align-items: center;
544
- flex: 1;
545
- gap: 8px;
546
- padding: 0 12px;
547
- border-radius: 32px;
548
- background-color: ${({$type:e,theme:t})=>t.colors[e]};
549
- `,Ra=Lt.div`
550
- display: flex;
551
- align-items: center;
552
- margin: 0 auto 0 0;
553
- padding: 8px 0;
554
- max-width: ${({$withAction:e,$overrideMaxWidth:t})=>t||(e?"400px":"500px")};
555
- min-height: 12px;
556
- `,Ba=Lt(go)`
557
- font-size: 14px;
558
- color: ${({$type:e,theme:t})=>t.text[e]};
559
- `,La=Lt(go)`
560
- color: ${({$type:e,theme:t})=>t.text[e]};
561
- font-size: 12px;
562
- `,Ma=Lt(ia)``,Pa=Lt(go)`
563
- text-transform: uppercase;
564
- text-decoration: underline;
565
- font-size: 12px;
566
- font-family: ${({theme:e})=>e.font_family.secondary};
567
- white-space: nowrap;
568
- cursor: pointer;
569
- &:hover {
570
- transform: scale(1.1);
571
- transition: transform 0.3s;
572
- }
573
- `,ja=({type:e,icon:t,title:i,message:n,action:o,onClose:r,duration:a=5e3,overrideMaxWidth:s,style:l})=>{const c=Pt(),[d,p]=wt(!1),u=kt(null),h=kt(null),m=e=>{r&&(p(!0),r({asSeen:e?.asSeen}))};vt(()=>(u.current=setTimeout(()=>m({asSeen:!1}),a),()=>{u.current&&clearTimeout(u.current)}),[a]);const g=t||On(e,c);return Rt(Na,{className:r?"animated":"",$duration:a,$isLeaving:d,onMouseEnter:()=>{u.current&&clearTimeout(u.current),h.current&&(h.current.style.animationPlayState="paused")},onMouseLeave:()=>{if(h.current){const e=h.current.offsetWidth/h.current.parentElement.offsetWidth*a;u.current=setTimeout(()=>m({asSeen:!1}),e),h.current.style.animationPlayState="running"}},children:[Rt(_a,{"data-id":"toast",$type:e,style:l,children:[_t(g,{fill:c.text[e]}),Rt(Ra,{$withAction:!!o,$overrideMaxWidth:s,children:[i&&_t(Ba,{$type:e,children:i}),i&&n&&_t(wa,{orientation:"vertical",type:e}),n&&_t(La,{$type:e,children:n})]}),(!!o||!!r)&&Rt(Ma,{children:[o&&_t(Pa,{"data-id":"toast-action",onClick:o.onClick,children:o.label}),r&&_t(za,{"data-id":"toast-close",onClick:()=>m({asSeen:!0}),children:_t(Ye,{size:12})})]})]}),r&&_t(Ia,{ref:h,$duration:a,$type:e})]})},Ua=Lt.div`
574
- padding: 24px 32px;
575
- `,Wa=Lt.div`
576
- padding: ${({$withNote:e})=>e?"12px 0px":"12px 0px 32px 0"};
577
- `,Va=Lt(go)`
578
- font-size: 20px;
579
- line-height: 28px;
580
- `,Ha=Lt(go)`
581
- color: ${({theme:e})=>e.text.grey};
582
- width: 416px;
583
- font-style: normal;
584
- font-weight: 300;
585
- line-height: 24px;
586
- `,qa=Lt.div`
587
- display: flex;
588
- justify-content: space-between;
589
- gap: 12px;
590
- `,Ga=Lt(Sr)`
591
- width: 250px;
592
- `,Ka=Lt.div`
593
- margin-bottom: 12px;
594
- `,Ya=({isOpen:e,noOverlay:t,title:i="",description:n="",note:o,approveButton:r,denyButton:a,closeOnEscape:s=!0})=>{Wr({key:"Enter",active:e&&s},()=>r.onClick());const l=()=>a.onClick();return _t(ba,{isOpen:e,noOverlay:t,onClose:l,children:Rt(Ua,{children:[_t(Va,{children:i}),_t(Wa,{$withNote:!!o,children:_t(Ha,{children:n})}),!!o&&_t(Ka,{children:_t(ja,{type:o.type,title:o.title,message:o.message})}),Rt(qa,{children:[_t(Ga,{"data-id":"approve",variant:r.variant||"primary",onClick:()=>r.onClick(),children:r.text}),_t(Ga,{"data-id":"deny",variant:a.variant||"secondary",onClick:l,children:a.text})]})]})})},Ja=({isOpen:e,noOverlay:t,name:i,onApprove:n,onDeny:o})=>_t(Ya,{isOpen:e,noOverlay:t,title:"Cancel"+(i?` ${i}`:""),description:"Are you sure you want to cancel?",approveButton:{text:"Confirm",variant:Ei.Warning,onClick:n},denyButton:{text:"Go Back",onClick:o}}),Xa=Lt.div`
595
- display: flex;
596
- align-items: center;
597
- gap: 8px;
598
- cursor: ${({$disabled:e})=>e?"not-allowed":"pointer"};
599
- opacity: ${({$disabled:e})=>e?.6:1};
600
- `,Za=Lt.div`
601
- width: 18px;
602
- height: 18px;
603
- border-radius: 6px;
604
- border: 1px dashed ${({$isChecked:e,$isPartiallyChecked:t,theme:i})=>e||t?"transparent":i.colors.secondary};
605
- display: flex;
606
- align-items: center;
607
- justify-content: center;
608
- background-color: ${({$isChecked:e,$isPartiallyChecked:t,theme:i})=>e?i.colors.majestic_blue:t?i.colors.majestic_blue_soft:i.colors.secondary+ur["020"]};
609
- pointer-events: ${({$disabled:e})=>e?"none":"auto"};
610
- transition: border 0.3s;
611
- &:hover {
612
- border: 1px solid ${({theme:e})=>e.colors.secondary};
613
- }
614
- `,Qa=({title:e,titleColor:t,tooltip:i,value:n=!1,partiallyChecked:o=!1,onChange:r,disabled:a,style:s,errorMessage:l,allowPropagation:c=!1})=>{const d=Pt(),[p,u]=wt(n);return vt(()=>u(n),[n]),Rt(na,{children:[Rt(Xa,{"data-id":"checkbox"+(e?`-${e}`:""),$disabled:a,onClick:e=>{a||(c||e.stopPropagation(),r?r(!!o||!p):u(e=>!!o||!e))},style:s,children:[_t(Za,{$isChecked:p,$isPartiallyChecked:o,$disabled:a,children:o?_t(Je,{fill:d.text.white}):p?_t(Ge,{fill:d.text.white}):null}),e&&_t(Ta,{text:i,withIcon:!0,children:_t(go,{size:12,color:t||d.text.grey,style:{maxWidth:"90%"},children:e})})]}),!!l&&_t(xo,{children:l})]})},es=Lt(ia)`
615
- gap: 0;
616
- `,ts=Lt.button`
617
- padding: 4px 8px;
618
- background-color: ${({theme:e,$selected:t})=>t?e.colors.dropdown_bg_2:"transparent"};
619
- border-radius: ${({$position:e})=>"left"===e?"32px 0px 0px 32px":"right"===e?"0px 32px 32px 0px":"0"};
620
- border: 1px solid ${({theme:e})=>e.colors.border};
621
- display: flex;
622
- align-items: center;
623
- justify-content: center;
624
- cursor: pointer;
625
- &:hover {
626
- border: 1px solid ${({theme:e})=>e.colors.secondary};
627
- }
628
- `,is=({isPrettyMode:e,setIsPrettyMode:t})=>Rt(es,{children:[_t(ts,{$position:"left",$selected:e,onClick:()=>t(!0),children:_t(Xe,{})}),_t(ts,{$position:"right",$selected:!e,onClick:()=>t(!1),children:_t(Ze,{})})]}),ns=Lt.table`
629
- border-collapse: collapse;
630
- font-family: ${({theme:e})=>e.font_family.primary};
631
- `,os=Lt.tbody``,rs=Lt.tr`
632
- td:first-child {
633
- padding-left: 0 !important;
634
- }
635
- td:last-child {
636
- padding-right: 0 !important;
637
- }
638
- `,as=Lt.td`
639
- vertical-align: top;
640
- padding: 4px 6px;
641
- `,ss=Lt(go)`
642
- white-space: nowrap;
643
- `,ls=Lt.span`
644
- white-space: ${({$noWrap:e})=>e?"nowrap":"pre-wrap"};
645
- overflow-wrap: break-word;
646
- word-break: break-word;
647
- word-wrap: break-word;
648
- /* Fallback for older browsers */
649
- -ms-word-break: break-all;
650
- font-size: 12px;
651
- `,cs=({language:e,code:t,theme:i,flatten:n,pretty:o})=>{const{darkMode:r}=Pt(),a=i?Zt[i]:r?Zt.palenight:Zt.vsLight;let s="";if("json"===e){const e=_n(t,{}),i=Qn(e);s=eo(n?sn(i):i)}else s=t;return o&&"json"===e?_t(ds,{darkMode:r,str:s}):_t(Xt,{theme:a||(r?Zt.palenight:Zt.vsLight),language:e,code:s,children:({getLineProps:e,getTokenProps:t,tokens:i})=>_t("pre",{children:i.map((i,n)=>_t("div",{...e({line:i}),children:i.map((e,i)=>_t(ls,{...t({token:e})},`line-${n}-token-${i}`))},`line-${n}`))})})},ds=({darkMode:e,str:t})=>{const i=Pt(),n=(e,t)=>{const n=new Array(e).fill(e=>Rt(rs,{...e,children:[_t(as,{}),_t(as,{})]}));return _t(bt,{children:n.map((e,n)=>_t(e,{style:0===n?{borderBottom:`1px solid ${i.colors.border}`}:{}},`empty-row-${t}-${n}`))})};return _t(Xt,{theme:e?Zt.palenight:Zt.vsLight,language:"json",code:t,children:({getLineProps:e,getTokenProps:t,tokens:o})=>_t(ns,{children:_t(os,{children:o.map((o,r)=>{const a=(e=>{const t=["punctuation","plain","operator"];return e.filter(e=>!t.includes(e.types[0])).map(({types:e,content:t})=>{const i=[...e],n=["property","string"].includes(i[0])?t.replace(/"/g,""):t;return"string"===i[0]&&(["true","false"].includes(n.split("@")[0])&&(i[0]="boolean"),n.split("@")[0].match(/^[0-9]+$/)&&(i[0]="number")),{types:i,content:n}})})(o),s=e({line:a});return 1===a.length&&"property"===a[0].types[0]?Rt(bt,{children:[n(2,r),Rt(rs,{...s,children:[_t(as,{children:_t(ss,{children:a[0].content})}),_t(as,{})]})]},`line-${r}`):2===a.length?_t(rs,{...s,children:a.map((e,n)=>{const{text:o,components:a}=((e,t)=>{const[i,...n]=e.split("@");return{text:i,components:n?.map((e,i)=>{if(!e.includes("="))return null;const[n,o]=e.split("=");switch(n){case"tooltip":return _t(Ta,{withIcon:!0,text:o},`${n}-${o}-${i}`);case"status":if("none"===o)return _t("div",{style:{width:16,height:16}},`${n}-${o}-${i}`);let e=On(o,t);return e||(e=On(Ei.Warning,t)),_t(e,{},`${n}-${o}-${i}`);default:return null}})?.filter(e=>!!e)||[]}})(e.content,i),s=0===n;return _t(as,{children:Rt(ia,{children:[_t(ia,{children:a}),_t(ls,{$noWrap:s,...t({token:e}),children:o})]})},`line-${r}-token-${n}`)})},`line-${r}`):(a.length,null)})})})})},ps={cm:!0,mm:!0,in:!0,px:!0,pt:!0,pc:!0,em:!0,ex:!0,ch:!0,rem:!0,vw:!0,vh:!0,vmin:!0,vmax:!0,"%":!0};function us(e){if("number"==typeof e)return{value:e,unit:"px"};let t;const i=(e.match(/^[0-9.]*/)||"").toString();t=i.includes(".")?parseFloat(i):parseInt(i,10);const n=(e.match(/[^0-9]*$/)||"").toString();return ps[n]?{value:t,unit:n}:{value:t,unit:"px"}}function hs(e){const t=us(e);return`${t.value}${t.unit}`}const ms=(()=>{const e="react-spinners-FadeLoader-fade";if("undefined"==typeof window||!window.document)return e;const t=document.createElement("style");document.head.appendChild(t);const i=t.sheet,n=`\n @keyframes ${e} {\n 50% {opacity: 0.3} 100% {opacity: 1}\n }\n `;return i&&i.insertRule(n,0),e})(),gs=({loading:e=!0,color:t,scale:i=1,speedMultiplier:n=1,cssOverride:o={},style:r={},...a})=>{const s=Pt(),l=t||s.text.secondary;if(!e)return null;const{value:c}=us(2),d=c+4.2,p=d/2+d/5.5,u=4*d*i,h={position:"relative",width:`${u}px`,height:`${u}px`,scale:i,...r,...o},m=(e,t)=>({position:"absolute",width:hs(1.5),height:hs(4),borderRadius:hs(2),backgroundColor:l,transition:"2s",animationFillMode:"both",animation:`${ms} ${1.2/n}s ${.12*e}s infinite ease-in-out`,transform:`translate(-50%, -50%) rotate(${t}deg)`});return Rt("span",{style:h,...a,children:[_t("span",{style:{...m(1,0),top:`calc(50% + ${d}px)`,left:"50%"}}),_t("span",{style:{...m(2,-45),top:`calc(50% + ${p}px)`,left:`calc(50% + ${p}px)`}}),_t("span",{style:{...m(3,90),top:"50%",left:`calc(50% + ${d}px)`}}),_t("span",{style:{...m(4,45),top:`calc(50% + ${-1*p}px)`,left:`calc(50% + ${p}px)`}}),_t("span",{style:{...m(5,0),top:`calc(50% + ${-1*d}px)`,left:"50%"}}),_t("span",{style:{...m(6,-45),top:`calc(50% + ${-1*p}px)`,left:`calc(50% + ${-1*p}px)`}}),_t("span",{style:{...m(7,90),top:"50%",left:`calc(50% + ${-1*d}px)`}}),_t("span",{style:{...m(8,45),top:`calc(50% + ${p}px)`,left:`calc(50% + ${-1*p}px)`}})]})},$s=Lt.div`
652
- margin: ${({$align:e})=>"right"===e?"auto 6px auto auto":"left"===e?"auto auto auto 6px":"auto"};
653
- display: flex;
654
- align-items: center;
655
- justify-content: center;
656
- `,fs=({extend:e,size:t=14,align:i="center"})=>_t($s,{$align:i,children:_t(Qe,{size:t,rotate:e?180:0})}),xs=Lt.div`
657
- border-radius: 24px;
658
- background-color: ${({theme:e,$status:t})=>t===Ei.Error?e.text.error+ur["010"]:t===Ei.Warning?e.text.warning+ur["010"]:e.colors.secondary+ur["005"]};
659
- &:hover {
660
- background-color: ${({theme:e,$status:t})=>t===Ei.Error?e.text.error+ur["020"]:t===Ei.Warning?e.text.warning+ur["020"]:e.colors.secondary+ur["010"]};
661
- }
662
- cursor: pointer;
663
- transition: background 0.3s;
664
- `,bs=Lt.div`
665
- display: flex;
666
- align-items: center;
667
- gap: 12px;
668
- padding: 12px 18px;
669
- `,ys=Lt.div`
670
- display: flex;
671
- flex-direction: column;
672
- gap: 8px;
673
- padding: 6px 18px 12px 18px;
674
- `,ws=Lt.div`
675
- display: flex;
676
- align-items: center;
677
- gap: 12px;
678
- `,vs=Lt(go)`
679
- white-space: nowrap;
680
- `,ks=Lt(na)`
681
- width: 16px;
682
- `,Cs=({conditions:e,headerLabelError:t="Something Failed",headerLabelWarning:i="Something isn't right",headerLabelSuccess:n="Everything Successful"})=>{const o=Pt(),[r,a]=wt(!1),s=yt(()=>qn(e),[e]),{errors:l,hasErrors:c,warnings:d,hasWarnings:p,hasDisableds:u,hasLoadings:h}=yt(()=>un(s),[s]);vt(()=>{a(c||p||u||h)},[c,p,u,h]);const m=(!s.length||h)&&!c&&!p&&!u,g=c?Ei.Error:p?Ei.Warning:u?Ei.Info:Ei.Success,$=On(g,o),f=c?t:p||u?i:m?"Loading...":n,x=c?o.text.error:p?o.text.warning:o.text.info,b=`(${c?l.length:p?d.length:s.length}/${s.length})`,y=c?o.text.error_secondary:p?o.text.warning_secondary:o.text.info_secondary,w=Ct(()=>a(e=>!e),[]);return Rt(xs,{onClick:w,$status:g,children:[Rt(bs,{children:[_t(m?gs:$,{}),_t(go,{color:x,size:14,children:f}),_t(go,{color:y,size:12,family:"secondary",children:b}),_t(fs,{extend:r,align:"right"})]}),r&&_t(ys,{children:s.map(({status:e,type:t,reason:i,message:n,lastTransitionTime:r},a)=>{const s=e===Di.Loading?()=>_t(gs,{scale:.8}):e===Di.Disabled?On(Ei.Info,o):On(e,o),l=e===Di.Disabled?o.text.info:e===Ei.Error?o.text.error:e===Ei.Warning?o.text.warning:o.text.info,c=e===Di.Disabled?o.text.info_secondary:e===Ei.Error?o.text.error_secondary:e===Ei.Warning?o.text.warning_secondary:o.text.info_secondary;return Rt(ws,{children:[_t(ks,{children:_t(s,{})}),Rt(ia,{$gap:12,style:{width:"100%",justifyContent:"space-between"},children:[Rt(go,{color:l,size:12,children:[_t(vs,{color:c,size:12,weight:700,children:t}),n||i]}),_t(vs,{color:l,size:12,children:new Date(r).toLocaleString()})]})]},`condition-${a}`)})})]})},Ss=Lt.div`
683
- display: flex;
684
- align-items: center;
685
- gap: ${({$size:e})=>e/3}px;
686
- padding: ${({$size:e,$withBorder:t,$withBackground:i})=>t||i?`${e/(t?3:2)}px ${e/(t?1.5:1)}px`:"0"};
687
- width: ${({$width:e})=>e||"fit-content"};
688
- border-radius: 360px;
689
- border: ${({$withBorder:e,$status:t,theme:i})=>e?`1px solid ${i.text[t]+ur["050"]}`:"none"};
690
- background: ${({$withBackground:e,$status:t,theme:i})=>e?`linear-gradient(90deg, transparent 0%, ${i.text[t]+ur["030"]} 100%)`:"transparent"};
691
- `,Es=Lt.div`
692
- display: flex;
693
- align-items: center;
694
- `,As=Lt.div`
695
- display: flex;
696
- align-items: center;
697
- `,Ds=({title:e,subtitle:t,status:i=Ei.Default,forceIcon:n,withIcon:o,withBorder:r,withBackground:a,width:s,size:l=12,family:c="secondary",nowrap:d=!1})=>{const p=Pt(),u=[Di.Loading,Di.Disabled].includes(i)?Ei.Info:i,h=n?()=>_t(n,{size:l+2,fill:p.text[u]}):i===Di.Loading?()=>_t(gs,{scale:.8}):()=>On(u,p)?.({size:l+2});return Rt(Ss,{$status:u,$width:s,$size:l,$withIcon:o,$withBorder:r,$withBackground:a,children:[o&&_t(Es,{children:_t(h,{})}),(!!e||!!t)&&Rt(As,{children:[!!e&&_t(go,{size:l,family:c,color:p.text[u],nowrap:d,children:e}),!!e&&!!t&&_t(wa,{orientation:"vertical",length:l-2+"px",type:u}),!!t&&_t(go,{size:l-2,family:c,color:p.text[`${u}_secondary`],nowrap:d,children:t})]})]})},Ts=({label:e,onClick:t,variant:i="tertiary",textProps:n,...o})=>{const r=Pt();return Rt(Sr,{onClick:t,variant:i,...o,children:[_t(et,{fill:"primary"===i?r.text.primary:r.text.info}),_t(go,{size:14,family:"secondary",decoration:"underline",color:"primary"===i?r.text.primary:void 0,...n,children:e||rn.ADD})]})},Fs=Lt(ia)`
698
- width: 100%;
699
- border-radius: 8px;
700
- background-color: ${({theme:e})=>e.colors.secondary+ur["010"]};
701
- pre {
702
- color: ${({theme:e})=>e.text.default};
703
- font-size: 12px;
704
- overflow-x: auto;
705
- width: 100%;
706
- padding-left: 12px;
707
- }
708
- `,Os=({value:e,callbackCopyDone:t})=>{const{clickCopy:i,isCopied:n}=Rr();return Rt(Fs,{children:[_t("pre",{children:e}),_t(za,{onClick:n=>{n.stopPropagation(),i(e),t?.()},tooltip:n?"Copied!":"Copy",children:_t(n?Ge:Ke,{})})]})},zs=({label:e,onClick:t,variant:i="tertiary",...n})=>{const o=Pt();return Rt(Sr,{onClick:t,variant:i,...n,children:[_t(tt,{fill:"primary"===i?o.text.primary:o.text.info}),_t(go,{size:14,family:"secondary",decoration:"underline",color:"primary"===i?o.text.primary:void 0,children:e||rn.EDIT})]})},Ns=({onClick:e})=>_t(ja,{type:Ei.Default,icon:qe,message:on.QUICK_BACK_TO_SUMMARY,action:{label:on.GO_TO_SUMMARY,onClick:e}}),Is=Lt(go)`
709
- max-width: ${({$maxWidth:e})=>e?`${e}px`:"unset"};
710
- white-space: nowrap;
711
- overflow-x: auto;
712
-
713
- &::after {
714
- // This is to prevent the "browser default tooltip" from appearing when the title is too long
715
- content: '';
716
- display: block;
717
- }
718
- `,_s=({maxWidth:e,text:t,textSize:i=16,textColor:n})=>{const[o,r]=wt(!1),a=kt(null);return vt(()=>{if(a.current){const{clientWidth:t}=a.current;r(t<1.05*(e-i)&&t>.95*(e-i))}},[e,i,t]),Rt(ia,{$gap:0,children:[t&&_t(Ta,{text:o?t:void 0,children:_t(Is,{ref:a,$maxWidth:e-i,size:i,color:n,children:t})}),o&&_t(Is,{$maxWidth:i,size:i,color:n,children:"..."})]})},Rs=({src:e="",alt:t="",size:i=16})=>{const[n,o]=wt(!1);return e&&!n?_t("img",{src:e,alt:t,width:i,height:i,onError:()=>o(!0)}):_t(a,{size:i})},Bs=Lt.div`
719
- display: flex;
720
- align-items: center;
721
- justify-content: center;
722
- width: ${({$size:e})=>e}px;
723
- height: ${({$size:e})=>e}px;
724
- border-radius: 8px;
725
- background: ${({$status:e,theme:t})=>{const i=t.colors[e||"dropdown_bg_2"];return`linear-gradient(180deg, ${i} 0%, ${i+ur["030"]} 100%)`}};
726
- `,Ls=({icon:e,src:t="",alt:i="",status:n,size:o=36})=>_t(Bs,{$status:n,$size:o,children:t?_t(Rs,{src:t,alt:i,size:o-12}):_t(e||a,{size:o-12})}),Ms=Lt.div`
727
- position: relative;
728
- display: flex;
729
- flex-wrap: wrap;
730
- align-items: center;
731
- justify-content: center;
732
- width: ${({$size:e})=>e}px;
733
- height: ${({$size:e})=>e}px;
734
- `,Ps=Lt.div`
735
- position: absolute;
736
- top: ${({$top:e})=>e}px;
737
- left: ${({$left:e})=>e}px;
738
- z-index: ${({$zIndex:e})=>e};
739
- display: flex;
740
- align-items: center;
741
- justify-content: center;
742
- width: ${({$size:e})=>e}px;
743
- height: ${({$size:e})=>e}px;
744
- border-radius: 100%;
745
- border: 1px solid ${({theme:e,$status:t})=>(t?e.text[t]:e.colors.border)+ur["030"]};
746
- background: ${({$status:e,theme:t})=>{const i=t.colors[e||"dropdown_bg_2"];return`linear-gradient(180deg, ${i} 0%, ${i+ur["030"]} 100%)`}};
747
- `,js=({icons:e=[],iconSrcs:t=[],status:i,size:n=36,id:o})=>{const r=Pt(),a=1===e.length||1===t.length?n-12:n/2.7;if(t.length>0)return _t(js,{icons:t.map(e=>()=>_t(Rs,{src:e,size:a})),status:i,size:n,id:o});if(1===e.length)return _t(Ls,{icon:e[0],status:i,size:n});const s=t=>e.length<=2?.5*a:0===t||1===t?0:1.15*a,l=e=>0===e?0:1===e?1.15*a:1.15*a*.5;return _t(Ms,{$status:i,$size:n,children:e.map((t,n)=>n>2?null:_t(Ps,{$status:i,$size:1.5*a,$top:s(n),$left:l(n),$zIndex:n+1,children:2===n&&e.length>3?Rt(go,{family:"secondary",color:r.text.dark_grey,size:.8*a,children:["+",e.length-2]}):_t(t,{size:a})},`icon-${o}-${n}`))})},Us=Lo.map(({id:e})=>e),Ws=({monitors:e=Us,withTooltips:t,withLabels:i,size:n=12,color:o})=>{const r=Pt(),a=o||r.text.grey;return _t(ia,{$gap:i?n:n/2,children:e.map(e=>{const o=Qt(e.toLowerCase()),r=Cn(e);return r?_t(Ta,{text:t?o:"",children:Rt(ia,{$gap:n/3,children:[_t(r,{size:i?n+2:n,fill:a}),i&&_t(go,{size:n,color:a,children:o})]})},e):null})})},Vs=Lt.div`
748
- visibility: hidden;
749
- `,Hs=Lt.div`
750
- display: flex;
751
- flex-direction: column;
752
- align-self: stretch;
753
- padding: 16px;
754
- width: calc(100% - 32px);
755
- border-radius: 16px;
756
- background-color: ${({theme:e,$status:t,$bgColor:i})=>i||(t?e.text[t]+ur["010"]:e.colors.secondary+ur["005"])};
757
- opacity: ${({$faded:e})=>e?.5:1};
758
-
759
- ${({theme:e,$status:t,$bgColorHover:i,$withClick:n})=>n?Mt`
760
- &:hover {
761
- cursor: pointer;
762
- background-color: ${i||(t?e.text[t]+ur["020"]:e.colors.secondary+ur["010"])};
763
- ${Vs} {
764
- visibility: visible;
765
- }
766
- }
767
- `:`\n &:hover {\n ${Vs} {\n visibility: visible;\n }\n }\n `}
768
- `,qs=Lt.div`
769
- display: flex;
770
- align-items: center;
771
- gap: 8px;
772
- margin-left: auto;
773
- `,Gs=Lt(go)`
774
- margin-right: 16px;
775
- `,Ks=Lt(go)`
776
- font-size: 10px;
777
- color: ${({theme:e})=>e.text.grey};
778
- `,Ys=({title:e,subTitle:t,hoverText:i,onClick:n,renderActions:o,iconProps:{icon:r,icons:a,iconSrc:s,iconSrcs:l}={},visualProps:{status:c,faded:d,bgColor:p,bgColorHover:u,monitors:h,monitorsWithLabels:m,componentsUnderTitles:g}={},checkboxProps:{withCheckbox:$,isCheckboxDisabled:f,isChecked:x,isLoading:b,onCheckboxChange:y}={},extendableProps:{withExtend:w,isExtended:v,renderExtended:k}={},...C})=>{const S=Pt(),[E,A]=wt(v||!1),[D,T]=wt(0),F=kt(null),O=kt(null),z=kt(null);return vt(()=>{if(F.current){const e=F.current.clientWidth,t=O.current?.clientWidth||0;T(e-(($?125:85)+t))}},[$]),Rt(Hs,{ref:F,$status:c,$faded:d,$bgColor:p,$bgColorHover:u,$withClick:!!n,onClick:n,...C,children:[Rt(ia,{$gap:8,children:[Rt(ia,{$gap:16,children:[b?_t(gs,{}):$?_t(Qa,{value:x,onChange:y,disabled:f}):null,a?.length||l?.length?_t(js,{icons:a,iconSrcs:l,status:c,id:`${e}-${t}`}):r||s?_t(Ls,{icon:r,src:s,status:c}):null]}),Rt(na,{$gap:4,children:[e&&_t(_s,{maxWidth:D,text:e,textSize:14}),Rt(ia,{$gap:4,children:[t&&_t(_s,{maxWidth:D-(z.current?.clientWidth||0),text:t,textSize:10,textColor:S.text.grey}),h&&h.length>0&&Rt(ia,{$gap:4,ref:z,children:[t&&_t(Ks,{children:"•"}),_t(Ws,{monitors:h,withLabels:m,size:10})]})]}),g&&g.length>0?_t(ia,{$gap:4,children:g?.map((e,t)=>_t(bt,{children:e},`componentsUnderTitles-${t}`))}):null]}),Rt(qs,{ref:O,children:[!!i&&_t(Vs,{children:_t(Gs,{size:14,family:"secondary",children:i})}),o&&o(),w&&Rt(bt,{children:[_t(wa,{orientation:"vertical",length:"16px",margin:"0 2px"}),_t(za,{onClick:()=>A(e=>!e),children:_t(fs,{extend:E})})]})]})]}),E&&k&&Rt(na,{children:[_t(wa,{margin:"16px 0"}),k()]})]})},Js=Lt(ia)`
779
- width: 100%;
780
- justify-content: space-between;
781
- `,Xs=Lt(go)`
782
- font-size: 12px;
783
- color: ${({theme:e})=>e.text.grey};
784
- `,Zs=Lt(go)`
785
- font-size: 10px;
786
- color: ${({theme:e})=>e.text.darker_grey};
787
- `,Qs=Lt.div`
788
- display: flex;
789
- align-items: center;
790
- gap: 8px;
791
- margin-left: auto;
792
- `,el=Lt(go)`
793
- font-size: 12px;
794
- text-align: right;
795
- `,tl=({title:e,subTitle:t,tooltip:i,value:n})=>Rt(Js,{children:[_t(na,{$gap:4,children:Rt(Ta,{text:i||"",children:[e&&_t(Xs,{children:e},"title"),t&&_t(Zs,{children:t},"subtitle")]})}),_t(Qs,{children:n?.status?_t(Ds,{status:"transitioning"===n.status?Di.Loading:n.status,title:n.text||n.status,withBorder:!0,withIcon:!0}):_t(el,{children:n?.text||"-"})})]}),il=Lt(na)`
796
- width: 100%;
797
- `,nl=({containerName:e,actualDevices:t,started:i,ready:n,instrumentationInstances:o})=>{const r=yt(()=>{const e=[];return i?.name&&e.push(_t(Ds,{status:jn(i.value)?Xn(i.value)?Ei.Success:Ei.Error:Ei.Default,title:i.name,withIcon:!0,withBorder:!0,size:8},"started")),n?.name&&e.push(_t(Ds,{status:jn(n.value)?Xn(n.value)?Ei.Success:Ei.Error:Ei.Default,title:n.name,withIcon:!0,withBorder:!0,size:8},"ready")),e},[i?.name,i?.value,n?.name,n?.value]);return _t(Ys,{title:e.value,subTitle:o.length?`${o.length} Instrumented Processes`:void 0,visualProps:{componentsUnderTitles:r},renderActions:()=>_t(Ds,{status:Ei.Info,title:"Instrumentation Device",subtitle:t.value&&"[]"!==t.value?t.value:"none",withBorder:!0}),extendableProps:{isExtended:!!o.length,renderExtended:()=>_t(il,{$gap:24,children:o.map((e,t)=>Rt(il,{$gap:8,children:[_t(tl,{title:`Instrumented Process #${t+1}`,subTitle:e.message?.value||"",value:{status:e.healthy.status,text:e.healthy.status===Ei.Success?"healthy":"unhealthy"}}),e.identifyingAttributes?.map(({name:e,value:t})=>_t(tl,{title:e,subTitle:"",value:{text:t,status:void 0}},`describe-${e}-${t}`))]},`process-${t}`))})}})},ol=({title:e="Data not found",subTitle:t})=>{const i=Pt().v2.colors.grey[400];return Rt(oa,{children:[Rt(ia,{$gap:8,children:[_t(it,{fill:i}),_t(so,{size:ro.XS,color:i,align:"center",children:e})]}),t&&_t(so,{size:ro.XXS,color:i,align:"center",children:t})]})},rl=Lt(na)`
798
- max-width: 300px;
799
- padding: 12px;
800
- border-radius: 12px;
801
- background-color: ${({theme:e})=>e.colors.dropdown_bg};
802
- justify-content: center;
803
- `,al=Et(({id:e,data:t})=>{const{title:i,subTitle:n}=t;return _t(rl,{"data-id":e,children:_t(ol,{title:i,subTitle:n})})});al.displayName=al.name;const sl=Lt.div`
804
- padding: 6px;
805
- border-radius: 12px;
806
- background-color: ${({theme:e})=>e.colors.dropdown_bg};
807
- cursor: pointer;
808
- `,ll=Lt.div`
809
- position: relative;
810
- `,cl=Lt(ia)`
811
- position: absolute;
812
- bottom: -24px;
813
- left: 50%;
814
- transform: translateX(-50%);
815
- gap: 4px;
816
- `,dl=Lt.div`
817
- position: absolute;
818
- bottom: 100%;
819
- left: 100%;
820
- width: 300px;
821
- padding: 12px;
822
- border-radius: 16px;
823
- border: 1px solid ${({theme:e})=>e.colors.border};
824
- background-color: ${({theme:e})=>e.colors.dropdown_bg};
825
- `,pl=({title:e,value:t})=>{const i=Pt();return Rt(ia,{$justifyContent:"space-between",children:[_t(go,{size:12,color:i.text.info,children:e}),_t(go,{size:12,family:"secondary",children:t})]})},ul=Et(({id:e,data:t})=>{const{id:i,status:n,title:o,icons:r,serviceMapEntry:a}=t,{activeNodeType:s,activeNodeId:l}=Io(),c=Pt(),d=n===Ei.Error?On(n,c):null;return Rt(Bt,{children:[_t(Wt,{type:"source",position:Vt.Bottom,style:{visibility:"hidden"}}),_t(Wt,{type:"target",position:Vt.Top,style:{visibility:"hidden"}}),Rt(ll,{"data-id":e,children:[_t(sl,{children:_t(js,{id:i,icons:r,status:n})}),Rt(cl,{children:[d&&_t(d,{}),_t(_s,{maxWidth:100,text:o})]}),s===Oi.MapItem&&l===e&&Rt(dl,{children:[Rt(ia,{$gap:12,children:[_t(js,{id:i,icons:r,status:n}),_t(go,{size:20,children:o})]}),a&&a.services.length>0?a.services.map(({serviceName:e,requests:t,dateTime:n})=>Rt("div",{children:[_t(wa,{}),_t(pl,{title:"Connected Service",value:e}),_t(pl,{title:"Outgoing Requests",value:t}),_t(pl,{title:"Last Requested At",value:new Date(n).toLocaleString()})]},`from-${i}-to-${e}`)):Rt(Bt,{children:[_t(wa,{}),_t(ol,{title:"No outgoing connections",subTitle:" "})]})]})]})]})});ul.displayName=ul.name;const hl=Lt.div`
826
- height: calc(100vh - 160px);
827
- .react-flow__attribution {
828
- visibility: hidden;
829
- }
830
- `,ml=Lt.div`
831
- button {
832
- padding: 8px;
833
- margin: 8px;
834
- border-radius: 8px;
835
- border: 1px solid ${({theme:e})=>e.colors.border} !important;
836
- background-color: ${({theme:e})=>e.colors.dropdown_bg};
837
- path {
838
- fill: ${({theme:e})=>e.text.secondary};
839
- }
840
- &:hover {
841
- background-color: ${({theme:e})=>e.colors.dropdown_bg_2};
842
- }
843
- }
844
- `,gl={[Oi.MapItem]:ul,[Oi.NoData]:al},$l=({nodes:e,edges:t,onNodesChange:i,onEdgesChange:n,fitView:o=!1,zoomOnScroll:r=!1})=>{const{onClickNode:a}=Fr(),{setActiveNodeType:s,setActiveNodeId:l}=Io();return _t(hl,{children:_t(Ht,{fitView:o,zoomOnScroll:r,nodes:e,nodeTypes:gl,edges:t,onNodeClick:a,onNodesChange:e=>{setTimeout(()=>i(e),0)},onEdgesChange:e=>{setTimeout(()=>n(e),0)},onBlur:()=>{s(null),l(null)},onlyRenderVisibleElements:!0,children:_t(ml,{children:_t(qt,{position:"bottom-right",orientation:"horizontal",showInteractive:!1,showZoom:!0,showFitView:!0,fitViewOptions:{duration:300,padding:.02,includeHiddenNodes:!0}})})})})},fl=Dt({platformType:xi.K8s,tier:fi.Community,version:"v0.0.0"}),xl=({children:e,platformType:t,tier:i,version:n})=>{const o=yt(()=>({platformType:t,tier:i,version:n}),[t,i,n]);return _t(fl.Provider,{value:o,children:e})},bl=(e,t)=>!t||no(e)>=no(t),yl=e=>{const t=At(fl),i=bl(t.version,e),n=t.platformType===xi.Vm;return{...t,isVersionSupported:i,isVm:n}},wl=Lt.div`
845
- display: flex;
846
-
847
- align-items: center;
848
- gap: 6px;
849
- margin-bottom: 4px;
850
- `,vl=Lt(go)`
851
- font-size: 14px;
852
- opacity: 0.8;
853
- line-height: 22px;
854
- overflow: hidden;
855
- white-space: nowrap;
856
- text-overflow: ellipsis;
857
- color: ${({$status:e,theme:t})=>e?t.text[e]:t.text.secondary};
858
- `,kl=Lt(go)`
859
- font-size: 12px;
860
- color: ${({theme:e})=>e.text.darker_grey};
861
- opacity: 0.8;
862
- `,Cl=({title:e,required:t,tooltip:i,style:n,status:o})=>e?_t(wl,{style:n,children:Rt(Ta,{text:i,withIcon:!0,children:[_t(vl,{$status:o,children:e}),!t&&_t(kl,{children:"(optional)"})]})}):null,Sl=Lt.div`
863
- display: flex;
864
- flex-direction: column;
865
- position: relative;
866
- width: 100%;
867
- `,El=Lt.div`
868
- width: 100%;
869
- display: flex;
870
- align-items: center;
871
- height: 36px;
872
- gap: 12px;
873
- transition: border-color 0.3s;
874
- border-radius: 32px;
875
- border: 1px solid ${({theme:e})=>e.colors.border};
876
- ${({$disabled:e})=>e&&Mt`
877
- cursor: not-allowed;
878
- opacity: 0.6;
879
- `}
880
- ${({$isActive:e,$hasError:t,$status:i})=>e?Mt`
881
- border-color: ${({theme:e})=>e.colors.secondary};
882
- `:t?Mt`
883
- border-color: ${({theme:e})=>e.text.error};
884
- `:i?Mt`
885
- border-color: ${({theme:e})=>e.text[i]};
886
- `:""}
887
- &:hover {
888
- border-color: ${({theme:e})=>e.colors.secondary};
889
- }
890
- &:focus-within {
891
- border-color: ${({theme:e})=>e.colors.secondary};
892
- }
893
- `,Al=Lt.input`
894
- padding-left: ${({$hasIcon:e})=>e?"0":"16px"};
895
- flex: 1;
896
- min-width: 150px;
897
- width: 100%;
898
- border: none;
899
- outline: none;
900
- background: none;
901
- color: ${({theme:e})=>e.text.secondary};
902
- font-size: 14px;
903
- font-family: ${({theme:e})=>e.font_family.primary};
904
- font-weight: 300;
905
- &::placeholder {
906
- color: ${({theme:e})=>e.text.secondary};
907
- font-family: ${({theme:e})=>e.font_family.primary};
908
- opacity: 0.4;
909
- font-size: 14px;
910
- font-weight: 300;
911
- line-height: 22px; /* 157.143% */
912
- }
913
- &:disabled {
914
- cursor: not-allowed;
915
- opacity: 0.6;
916
- }
917
- &::-webkit-inner-spin-button,
918
- &::-webkit-outer-spin-button {
919
- -webkit-appearance: none;
920
- margin: 0;
921
- }
922
- `,Dl=Lt.div`
923
- display: flex;
924
- align-items: center;
925
- margin-left: 12px;
926
- `,Tl=Lt(Dl)`
927
- cursor: pointer;
928
- `,Fl=Lt.button`
929
- background-color: ${({theme:e})=>e.colors.primary};
930
- border: none;
931
- color: ${({theme:e})=>e.text.secondary};
932
- padding: 8px 16px;
933
- border-radius: 20px;
934
- cursor: pointer;
935
- margin-left: 8px;
936
- &:hover {
937
- background-color: ${({theme:e})=>e.colors.secondary};
938
- }
939
- &:disabled {
940
- background-color: ${({theme:e})=>e.colors.border};
941
- cursor: not-allowed;
942
- }
943
- `,Ol=({icon:e,buttonLabel:t,onButtonClick:i,hasError:n,errorMessage:o,title:r,tooltip:a,required:s,value:l,onChange:c,type:d=Si.Text,name:p,status:u,...h})=>{const m=Pt(),g=d===Si.Password,[$,f]=wt(!1);return Rt(Sl,{children:[_t(Cl,{title:r,required:s,tooltip:a,status:u}),Rt(El,{$disabled:h.disabled,$hasError:n||!!o,$isActive:!!h.autoFocus,$status:u,children:[g?_t(Tl,{onClick:()=>f(e=>!e),children:_t($?nt:ot,{size:14,fill:m.text.grey})}):e?_t(Dl,{children:_t(e,{size:14,fill:m.text.grey})}):null,_t(Al,{"data-id":p,type:$||d===Si.Number?Si.Text:d,$hasIcon:!!e||g,name:p,value:l,onChange:e=>{e.stopPropagation(),d===Si.Number&&(e.target.value=Jn(e.target.value)),c?.(e)},onKeyDown:e=>{["Enter"].includes(e.key)||e.stopPropagation()},...h}),t&&i&&_t(Fl,{onClick:i,disabled:h.disabled,children:t})]}),!!o&&_t(xo,{children:o})]})},zl=Lt.div`
944
- display: flex;
945
- flex-direction: column;
946
- min-width: 120px;
947
- width: 100%;
948
- opacity: ${({$disabled:e})=>e?.5:1};
949
- `,Nl=Lt.div`
950
- position: relative;
951
- `,Il=Lt.div`
952
- display: flex;
953
- align-items: center;
954
- justify-content: space-between;
955
- height: 36px;
956
- padding: ${({$isMulti:e,$hasSelections:t})=>e&&t?"0 16px 0 6px":"0 16px"};
957
- border-radius: 32px;
958
- cursor: ${({$disabled:e})=>e?"not-allowed":"pointer"};
959
-
960
- ${({$isOpen:e,$isMulti:t,theme:i})=>e&&!t?Mt`
961
- border: 1px solid ${i.text.grey};
962
- background: ${i.colors.dropdown_bg_2};
963
- `:Mt`
964
- border: 1px solid ${i.colors.border};
965
- background: transparent;
966
- `};
967
-
968
- ${({$hasError:e,$status:t})=>e?Mt`
969
- border-color: ${({theme:e})=>e.text.error};
970
- `:t?Mt`
971
- border-color: ${({theme:e})=>e.text[t]};
972
- `:""}
973
-
974
- &:hover {
975
- border-color: ${({$isMulti:e,$hasSelections:t,$disabled:i,theme:n})=>i?"auto":e&&t?n.colors.border:n.colors.secondary};
976
- }
977
- `,_l=Lt.div`
978
- display: flex;
979
- align-items: center;
980
- gap: 4px;
981
- `,Rl=({options:e,value:t,onSelect:i,onDeselect:n,title:o,tooltip:r,placeholder:a,disabled:s=!1,isMulti:l=!1,showSearch:c=!1,required:d=!1,errorMessage:p,hasError:u=!1,status:h})=>{const[m,g]=wt(!1),[$,f]=wt(!1),x=kt(null);Vr(x,()=>g(!1));const b=()=>{(()=>{if(x.current){const e=x.current.getBoundingClientRect().bottom+300>window.innerHeight;f(e)}})(),g(e=>!e)},y=Array.isArray(t)?t.length:0;return Rt(zl,{$disabled:s,children:[_t(Cl,{title:o,required:d,tooltip:r,status:h}),Rt(Nl,{ref:x,children:[Rt(Il,{$isOpen:m,$isMulti:l,$hasSelections:!!Array.isArray(t)&&!!t.length,$hasError:!!p||u,$status:h,$disabled:s,onClick:()=>!s&&b(),children:[_t(Pl,{value:t,placeholder:a,onDeselect:n}),Rt(_l,{children:[l&&_t(wr,{label:y,filled:!!y}),_t(fs,{extend:m})]})]}),m&&_t(Wl,{openUpwards:$,options:e,value:t,onSelect:e=>{i?.(e),l||b()},onDeselect:e=>{n?.(e),l||b()},isMulti:l,showSearch:c})]}),!!p&&_t(xo,{children:p})]})},Bl=Lt(_l)`
982
- max-width: calc(100% - 50px);
983
- overflow-x: auto;
984
- `,Ll=Lt(go)`
985
- display: flex;
986
- align-items: center;
987
- gap: 2px;
988
- padding: 4px 12px;
989
- background: ${({theme:e})=>e.colors.dropdown_bg_2};
990
- border-radius: 360px;
991
- white-space: nowrap;
992
- text-overflow: ellipsis;
993
- img {
994
- &:hover {
995
- transform: scale(2);
996
- transition: transform 0.3s;
997
- }
998
- }
999
- `,Ml=Lt(go)``,Pl=({value:e,placeholder:t,onDeselect:i})=>{const n=Pt();return Array.isArray(e)?e.length?_t(Bl,{children:e.map(e=>Rt(Ll,{size:14,children:[e.value,_t(wa,{orientation:"vertical",length:"10px",margin:"0 4px"}),_t(Ye,{size:12,onClick:t=>{t.stopPropagation(),i?.(e)}})]},`multi-label-${e.id}`))}):_t(Ml,{size:14,color:n.text.darker_grey,children:t}):_t(Ml,{size:14,color:e?.value?void 0:n.text.darker_grey,children:e?.value||t})},jl=Lt.div`
1000
- position: absolute;
1001
- ${({$openUpwards:e})=>e?"bottom":"top"}: calc(100% + 8px);
1002
- left: 0;
1003
- z-index: 1;
1004
- display: flex;
1005
- flex-direction: column;
1006
- overflow-y: auto;
1007
- width: calc(100% - 16px);
1008
- max-height: 200px;
1009
- gap: 8px;
1010
- padding: 8px;
1011
- background-color: ${({theme:e})=>e.colors.dropdown_bg_2};
1012
- border: 1px solid ${({theme:e})=>e.colors.border};
1013
- border-radius: 24px;
1014
- `,Ul=Lt.div`
1015
- display: flex;
1016
- flex-direction: column;
1017
- align-items: center;
1018
- `,Wl=({openUpwards:e,options:t,value:i,onSelect:n,onDeselect:o,isMulti:r,showSearch:a})=>{const[s,l]=wt(""),c=t.filter(e=>e.value?.toLowerCase().includes(s?.toLowerCase()));return Rt(jl,{$openUpwards:e,children:[a&&Rt(Ul,{children:[_t(Ol,{placeholder:"Search...",icon:rt,value:s,onChange:e=>l(e.target.value)}),_t(wa,{thickness:1,margin:"8px 0 0 0"})]}),0===c.length?_t(ol,{subTitle:a&&s?void 0:" "}):c.map((e,t)=>_t(Hl,{option:e,value:i,isMulti:r,onSelect:n,onDeselect:o},`dropdown-option-${e.id||t}`))]})},Vl=Lt.div`
1019
- padding: 8px 12px;
1020
- cursor: pointer;
1021
- display: flex;
1022
- justify-content: space-between;
1023
- align-items: center;
1024
- border-radius: 32px;
1025
- &:hover,
1026
- &.selected {
1027
- background: ${({theme:e})=>e.colors.majestic_blue+ur["024"]};
1028
- }
1029
- `,Hl=({option:e,value:t,isMulti:i,onSelect:n,onDeselect:o})=>{const r=Pt(),a=Array.isArray(t)?!!t?.find(t=>t.id===e.id):t?.id===e.id,s=t=>t?n?.(e):o?.(e);return i?_t(Vl,{className:a?"selected":"",onClick:()=>s(!a),children:_t(Qa,{title:e.value||"",titleColor:r.text.secondary,value:a,onChange:s,style:{width:"100%"}})}):Rt(Vl,{className:a?"selected":"",onClick:()=>a?o?.(e):n?.(e),children:[Rt(ia,{$gap:8,children:[e.icon&&_t(e.icon,{}),_t(go,{size:14,children:e.value})]}),a&&_t(Ge,{})]})},ql=Lt(na)`
1030
- gap: 12px;
1031
- `,Gl=Lt(ia)`
1032
- width: 100%;
1033
- gap: 12px;
1034
- align-items: flex-end;
1035
- `,Kl=({clientX:e=0,flipX:t,clientY:i=0,flipY:n,isOpen:o,onClose:r,onSave:a,withDelete:s,onDelete:l,title:c,titleTooltip:d,warning:p,children:u})=>{const h=Pt(),{popupRef:m,popupPosition:g,handlePosition:$}=Hr({onClickOutside:r});return Wr({key:"Enter",active:o},a),vt(()=>$(e,i),[e,i]),0===g.top&&0!==i||0===g.left&&0!==e?null:_t(Ea,{ref:m,isOpen:o,top:n?void 0:g.top,bottom:n?g.top:void 0,left:t?void 0:g.left,right:t?g.left:void 0,padding:"24px",children:Rt(ql,{children:[_t(Ta,{text:d,withIcon:!0,children:_t(go,{size:14,children:c})}),Rt(Gl,{children:[u,Rt(ia,{$gap:6,children:[_t(za,{withBorder:!0,onClick:r,tooltip:"Cancel",children:_t(Ye,{})}),_t(za,{withBorder:!0,backgroundColor:h.colors.secondary,onClick:a,tooltip:"Save",children:_t(Ge,{fill:h.text.primary})}),s&&_t(za,{onClick:l,tooltip:"Undo",children:_t(at,{})})]})]}),p&&_t(ja,{type:Ei.Warning,message:p})]})})},Yl=Lt.div`
1036
- position: relative;
1037
- `,Jl=({defaultLanguage:e=yi.Unknown,defaultVersion:t="",defaultOtelDistroName:i=null,handleSave:n})=>{const{tier:o}=yl(),{addNotification:r}=Xo(),{formData:a,handleFormChange:s,resetFormData:l}=Er({language:e,version:t,otelDistroName:i}),[c,d]=wt(!1),p=()=>{d(!1),l()},u=yt(()=>{if(!a.language)return[];const e=jo[a.language].community,t=o===fi.Onprem?jo[a.language].enterprise:[];return e.concat(t)},[a.language,o]);return Rt(Yl,{children:[_t(za,{tooltip:on.OVERRIDE_RUNTIME_DETAILS,size:32,onClick:()=>{d(!0)},children:_t(tt,{})}),_t(Kl,{flipX:!0,clientX:36,isOpen:c,onClose:p,onSave:async()=>{!a.version||Vn(a.version)?(await n({...a}),p()):r({type:Ei.Warning,message:nn.INVALID_VERSION,hideFromHistory:!0})},withDelete:!0,onDelete:async()=>{await n({language:null,version:"",otelDistroName:null}),p()},title:on.OVERRIDE_RUNTIME_DETAILS,warning:on.OVERRIDE_RUNTIME_WARNING,children:Rt(na,{$gap:12,children:[Rt(ia,{$gap:12,children:[_t(Rl,{title:on.LANGUAGE,options:Po,value:Po.find(e=>e.id===a.language),onSelect:e=>{s("language",e.id),s("version",""),s("otelDistroName",null)},required:!0}),_t(Ol,{title:on.RUNTIME_VERSION,placeholder:on.VERSION_PLACEHOLDER,value:a.version,onChange:e=>s("version",e.target.value),required:!1})]}),a.language&&_t(Rl,{title:"Otel Distro Name",options:u,value:u.find(e=>e.id===a.otelDistroName),onSelect:e=>s("otelDistroName",e.id),required:!1})]})})]})},Xl=Lt(ia)`
1038
- width: 100%;
1039
- justify-content: center;
1040
- `,Zl=({containerName:e,language:t,runtimeVersion:i,overriden:n,instrumented:o,instrumentationMessage:r,otelDistroName:a,callbackRuntimeOverride:s})=>{const l=Pt(),c=o?Ei.Success:r?Ei.Info:Ei.Warning,d=o?Ai.INSTRUMENTED:r?Ai.NOT_INSTRUMENTED:Ai.INSTRUMENTING;return _t(Ys,{title:e,subTitle:`${t?Mo[t]:"no runtime info"}`+(i?` • Runtime Version: ${i}`:""),iconProps:{icon:mn(t)},extendableProps:{isExtended:!!r,renderExtended:()=>_t(Xl,{children:_t(go,{size:12,family:"secondary",color:l.text.info,children:Hn(r)})})},renderActions:()=>Rt(Bt,{children:[_t(Ds,{status:c,title:d,subtitle:a||void 0,withIcon:!0,withBorder:!0}),n&&_t(Ds,{status:Ei.Default,forceIcon:st,title:on.OVERIDDEN,withIcon:!0,withBorder:!0}),s&&_t(Jl,{defaultLanguage:t,defaultVersion:i,defaultOtelDistroName:a,handleSave:t=>s({...t,containerName:e})})]})})},Ql=Lt.tr`
1041
- cursor: ${({$withHover:e})=>e?"pointer":"default"};
1042
- opacity: ${({$faded:e})=>e?.5:1};
1043
- `,ec=Lt.td`
1044
- position: relative;
1045
- width: fit-content;
1046
- padding: 16px 8px 16px ${({$isFirst:e})=>e?"16px":"8px"};
1047
- color: ${({theme:e})=>e.text.secondary};
1048
- font-family: ${({theme:e})=>e.font_family.primary};
1049
- font-size: 14px;
1050
- white-space: nowrap;
1051
- `,tc=Lt(go)`
1052
- font-size: 14px;
1053
- color: ${({$color:e,theme:t})=>e??t.text.secondary};
1054
- line-height: 16px;
1055
-
1056
- overflow: hidden;
1057
- overflow-wrap: break-word;
1058
- white-space: wrap;
1059
- text-wrap: wrap;
1060
- text-overflow: ellipsis;
1061
- display: -webkit-box;
1062
- -webkit-line-clamp: 2;
1063
- -webkit-box-orient: vertical;
1064
- `,ic=Lt.div`
1065
- position: absolute;
1066
- top: 0;
1067
- left: 0;
1068
- z-index: -1;
1069
- width: ${({$width:e})=>e}px;
1070
- height: ${({$height:e})=>e}px;
1071
- border-radius: 16px;
1072
- background-color: ${({theme:e,$hovered:t,$status:i})=>t?i?e.text[i]+ur["020"]:e.colors.majestic_blue+ur["030"]:i?e.text[i]+ur["010"]:e.colors.secondary+ur["005"]};
1073
- `,nc=({index:e,columns:t,cells:i,onClick:n,status:o,faded:r})=>{const{containerRef:a,containerHeight:s,containerWidth:l}=zr(),[c,d]=wt(!1);return _t(Ql,{ref:a,onMouseEnter:()=>!!n&&d(!0),onMouseLeave:()=>!!n&&d(!1),onClick:()=>!!n&&n(),$withHover:!!n,$faded:r,children:t.map(({key:t},n)=>{const r=i.find(({columnKey:e})=>e===t);if(!r)return null;const{value:a,textColor:d,withTooltip:p,icon:u,component:h}=r;return Rt(ec,{$isFirst:0===n,children:[u?_t(Ls,{icon:u}):h?_t(h,{}):_t(Ta,{text:p&&a?String(a):"",children:_t(tc,{$color:d,children:Ln(a)?"-":a})}),0===n&&_t(ic,{$height:s,$width:l,$top:s*e,$hovered:c,$status:o})]},`table-row-${t}-${a}-${e}-${n}`)})})},oc=Lt.div`
1074
- width: 100%;
1075
- `,rc=Lt.table`
1076
- position: relative;
1077
- z-index: 0;
1078
- width: 100%;
1079
- border-collapse: separate;
1080
- border-spacing: 0 12px;
1081
- `,ac=Lt.thead`
1082
- // only supported with "border-collapse: collapse;"
1083
- // border-top: 1px solid ${({theme:e})=>e.colors.dropdown_bg_2};
1084
- // border-bottom: 1px solid ${({theme:e})=>e.colors.dropdown_bg_2};
1085
- `,sc=Lt.th`
1086
- // only required with "border-collapse: separate;"
1087
- border-top: 1px solid ${({theme:e})=>e.colors.dropdown_bg_2};
1088
- border-bottom: 1px solid ${({theme:e})=>e.colors.dropdown_bg_2};
1089
-
1090
- padding: 8px;
1091
- `,lc=Lt(ia)`
1092
- cursor: pointer;
1093
- &:hover {
1094
- * {
1095
- color: ${({theme:e})=>e.text.secondary};
1096
- }
1097
- }
1098
- `,cc=Lt(go)`
1099
- color: ${({theme:e})=>e.text.darker_grey};
1100
- font-family: ${({theme:e})=>e.font_family.secondary};
1101
- text-transform: uppercase;
1102
- font-size: 12px;
1103
- font-weight: 500;
1104
- text-wrap: nowrap;
1105
- `,dc=Lt.tbody``,pc=({columns:e,rows:t})=>{const[i,n]=wt($i.Ascending),[o,r]=wt("name"),a=Ct(e=>{o===e?n(e=>e===$i.Ascending?$i.Descending:$i.Ascending):(r(e),n($i.Ascending))},[o]),s=yt(()=>{const n=(e,t)=>e.cells.find(({columnKey:e})=>e===t)?.value??null;return(o?[...t].sort((e,t)=>{const r=n(e,o),a=n(t,o);return(i===$i.Ascending?1:-1)*((e,t)=>"number"==typeof e&&"number"==typeof t?e-t:"string"==typeof e&&"string"==typeof t?e.localeCompare(t):"boolean"==typeof e&&"boolean"==typeof t?e===t?0:e?1:-1:String(e).localeCompare(String(t)))(r,a)}):t).map(({status:t,faded:i,cells:n,onClick:o},r)=>_t(nc,{index:r,columns:e,cells:n,onClick:o,status:t,faded:i},`row-${r}`))},[e,t,o,i]);return _t(oc,{children:Rt(rc,{children:[_t(ac,{children:_t("tr",{children:e.map(({key:e,title:t,sortable:i})=>_t(sc,{children:i?Rt(lc,{onClick:()=>a(e),children:[_t(lt,{}),_t(cc,{children:t})]}):_t(cc,{children:t})},`column-${e}`))})}),_t(dc,{children:s})]})})};var uc;!function(e){e.Code="code",e.Table="table",e.Badge="badge",e.Loader="loader",e.Divider="divider",e.Monitors="monitors",e.CopyText="copy-text",e.ActiveStatus="active-status"}(uc||(uc={}));const hc=Lt.div`
1106
- display: flex;
1107
- flex-wrap: wrap;
1108
- gap: 16px 32px;
1109
- width: 100%;
1110
- `,mc=Lt.div`
1111
- display: flex;
1112
- flex-direction: column;
1113
- gap: 2px;
1114
- width: ${({$width:e})=>e};
1115
- `,gc=Lt(go)`
1116
- color: ${({theme:e})=>e.text.grey};
1117
- font-size: 10px;
1118
- line-height: 16px;
1119
- `,$c=Lt(go)`
1120
- font-size: 12px;
1121
- white-space: pre-wrap;
1122
- `,fc=({data:e})=>_t(hc,{children:e?.map(({type:e,title:t,titleIcon:i,tooltip:n,value:o},r)=>Rt(mc,{$width:e&&[uc.Code,uc.Table].includes(e)?"inherit":e&&[uc.Loader,uc.Divider,uc.CopyText].includes(e)?"100%":"unset",children:[_t(Ta,{text:n,withIcon:!0,children:Rt(ia,{$alignItems:"center",$gap:4,children:[i&&_t(i,{size:14}),!!t&&_t(gc,{transform:"capitalize",children:t})]})}),_t(xc,{type:e,value:o})]},`data-field-${t||(o?JSON.stringify(o):r)}`))}),xc=({type:e,value:t})=>{const i=Pt();switch(e){case uc.Divider:return _t(wa,{length:"100%",margin:"0"});case uc.Loader:return _t(oa,{children:_t(gs,{scale:1.2})});case uc.Monitors:return _t(Ws,{monitors:t?.split(", ")||[],withLabels:!0,color:i.colors.secondary});case uc.Badge:{const{label:e,filled:i,...n}=_n(t,{label:"-",filled:!1});return _t(wr,{label:e,filled:i,...n})}case uc.Code:{const{language:e,code:i,...n}=_n(t,{language:"",code:""});return _t(cs,{language:e,code:i,...n})}case uc.Table:{const{columns:e,rows:i,...n}=_n(t,{columns:[],rows:[{status:void 0,cells:[]}]});return _t(pc,{columns:e,rows:i,...n})}case uc.ActiveStatus:return _t(Ds,{status:"true"==t?Ei.Success:Ei.Error,title:"true"==t?on.ENABLED:on.DISABLED,size:10,withIcon:!0,withBorder:!0});case uc.CopyText:{const e="string"==typeof t?t:JSON.stringify(t);return _t(Os,{value:e})}default:return _t($c,{children:Zn("string"==typeof t?t||"-":"")})}},bc=Lt.div`
1123
- display: flex;
1124
- flex-direction: column;
1125
- align-items: flex-start;
1126
- align-self: stretch;
1127
- gap: 16px;
1128
- padding: 24px;
1129
- border-radius: 24px;
1130
- border: 1px solid ${({theme:e})=>e.colors.border};
1131
- background-color: ${({theme:e,$hovered:t})=>t?e.colors.secondary+ur["010"]:"transparent"};
1132
- transition: background-color 0.3s;
1133
- `,yc=Lt.div`
1134
- width: 100%;
1135
- display: flex;
1136
- flex-direction: column;
1137
- gap: 4px;
1138
- cursor: ${({$clickable:e})=>e?"pointer":"default"};
1139
- `,wc=Lt(go)`
1140
- width: 100%;
1141
- display: flex;
1142
- align-items: center;
1143
- gap: 8px;
1144
- font-size: 16px;
1145
- `,vc=Lt(go)`
1146
- font-size: 12px;
1147
- color: ${({theme:e})=>e.text.grey};
1148
- `,kc=Lt(ia)`
1149
- margin-left: auto;
1150
- gap: 8px;
1151
- `,Cc=({title:e="Details",titleBadge:t,titleIcon:i,description:n,action:o,withExtend:r,initialExtended:a=!1,data:s,children:l})=>{const[c,d]=wt(a),[p,u]=wt(!1);return Rt(bc,{$hovered:p,children:[e||i||n||o?Rt(yc,{$clickable:r||!1,onClick:()=>r&&d(e=>!e),onMouseEnter:()=>r&&u(!0),onMouseLeave:()=>r&&u(!1),children:[Rt(ia,{children:[Rt(ia,{$alignItems:"center",$gap:8,children:[i&&_t(ia,{$alignItems:"center",children:_t(i,{size:20})}),!!e&&_t(wc,{transform:"capitalize",children:e}),t===Di.Loading?_t(gs,{}):void 0!==t&&_t(wr,{label:t})]}),(!!o||r)&&Rt(kc,{children:["function"==typeof o?_t(o,{hovered:p}):o,r&&_t(fs,{extend:c})]})]}),!!n&&_t(vc,{children:n})]}):null,(!r||r&&c)&&(l||_t(fc,{data:s}))]})},Sc=Lt.div`
1152
- visibility: hidden;
1153
- `,Ec=Lt(ia)`
1154
- align-self: stretch;
1155
- width: calc(100% - 32px);
1156
- padding: 16px;
1157
- border-radius: 16px;
1158
- background-color: ${({theme:e})=>e.colors.secondary+ur["005"]};
1159
- ${({theme:e,$withClick:t})=>t?Mt`
1160
- &:hover {
1161
- cursor: pointer;
1162
- background-color: ${e.colors.secondary+ur["010"]};
1163
- ${Sc} {
1164
- visibility: visible;
1165
- }
1166
- }
1167
- `:`\n &:hover {\n ${Sc} {\n visibility: visible;\n }\n }\n `}
1168
- `,Ac=Lt(ia)`
1169
- margin-left: auto;
1170
- gap: 8px;
1171
- `,Dc=Lt(go)`
1172
- font-size: 10px;
1173
- color: ${({theme:e})=>e.text.grey};
1174
- `,Tc=({title:e,subTitle:t,icons:i,iconSrcs:n,onClick:o,renderActions:r})=>{const a=Pt(),[s,l]=wt(0),c=kt(null),d=kt(null);return vt(()=>{if(c.current){const e=c.current.clientWidth,t=d.current?.clientWidth||0;l(e-(85+t))}},[]),Rt(Ec,{ref:c,$gap:8,$withClick:!!o,onClick:o,children:[_t(js,{id:`${e}-${t}`,icons:i,iconSrcs:n}),e&&_t(_s,{maxWidth:s/2,text:e,textSize:14}),e&&t&&_t(Dc,{children:"•"}),t&&_t(_s,{maxWidth:s/2,text:t,textSize:10,textColor:a.text.grey}),_t(Ac,{ref:d,children:r&&Rt(Bt,{children:[_t(wa,{orientation:"vertical",length:"24px",margin:"0"}),r()]})})]})},Fc=({isOpen:e,noOverlay:t,name:i,type:n,isLastItem:o,onApprove:r,onDeny:a})=>{const s=n===vi.Source?"uninstrument":"delete";return _t(Ya,{isOpen:e,noOverlay:t,title:`${s.charAt(0).toUpperCase()+s.substring(1)}${i?` ${i}`:""}`,description:`Are you sure you want to ${s}?`,note:o?{type:Ei.Warning,title:`You're about to ${s} the last ${n||i}`,message:""}:void 0,approveButton:{text:"Confirm",variant:"danger",onClick:r},denyButton:{text:"Go Back",onClick:a}})},Oc=Lt(Sr)`
1175
- display: flex;
1176
- align-items: center;
1177
- justify-content: center;
1178
- font-size: 14px;
1179
- gap: 6px;
1180
- min-width: 100px;
1181
- `,zc=({endpoint:e="/",variant:t="secondary"})=>Rt(Oc,{variant:t,onClick:()=>window.open(`https://docs.odigos.io${e}`,"_blank","noopener noreferrer"),children:[_t(ct,{size:18}),"Docs"]}),Nc=Lt(ia)`
1182
- border-bottom: ${({$hideBorder:e,theme:t})=>e?"none":`1px solid ${t.colors.border}`};
1183
- `,Ic=Lt.div`
1184
- display: flex;
1185
- align-items: center;
1186
- border-bottom: 2px solid ${({theme:e,$selected:t})=>t?e.colors.majestic_blue:"transparent"};
1187
- cursor: pointer;
1188
- `,_c=Lt(go)`
1189
- padding: 12px;
1190
- font-size: 14px;
1191
- color: ${({theme:e,$selected:t})=>t?e.text.secondary:e.text.grey};
1192
- `,Rc=({tabs:e,hideBorder:t=!1})=>e?.length?_t(Nc,{$hideBorder:t,children:e.map(({label:e,icon:t,onClick:i,selected:n})=>Rt(Ic,{onClick:i,$selected:n,children:[_t(_c,{$selected:n,children:e}),t&&_t(t,{})]},`tab-${e}`))}):null,Bc=Lt.section`
1193
- padding: 0px 32px;
1194
- border-bottom: 1px solid ${({theme:e})=>e.colors.border};
1195
- `,Lc=Lt.div`
1196
- height: 76px;
1197
- display: flex;
1198
- justify-content: space-between;
1199
- flex-shrink: 0;
1200
- align-self: stretch;
1201
- `,Mc=Lt.div`
1202
- display: flex;
1203
- align-items: center;
1204
- gap: ${({$gap:e})=>e||16}px;
1205
- `,Pc=Lt(go)`
1206
- font-size: 18px;
1207
- line-height: 26px;
1208
- max-width: ${({$maxWidth:e})=>e};
1209
- overflow: hidden;
1210
- white-space: nowrap;
1211
- text-overflow: ellipsis;
1212
- `,jc=Lt(Sr)`
1213
- gap: 8px;
1214
- `,Uc=Lt(Sr)``,Wc=({onClose:e,width:t,icons:i,iconSrcs:n,title:o,titleTooltip:r,replaceTitleWith:a,actions:s,actionButtons:l=[],tabs:c})=>Rt(Bc,{children:[Rt(Lc,{children:[Rt(Mc,{children:[i?.length||n?.length?_t(js,{icons:i,iconSrcs:n,id:`drawer-header-${o}`}):null,("function"==typeof a?_t(a,{}):a||null)||_t(Ta,{text:r||o,withIcon:!!r,children:o&&_t(Pc,{$maxWidth:`calc(${t} ${s||l.length?"/ 5":"- 192px"})`,children:o})})]}),Rt(Mc,{$gap:2,children:[s,l.map((e,t)=>_t(jc,{...e},`header-action-button-${t}`)),_t(Uc,{"data-id":"drawer-close",variant:"secondary",onClick:e,children:_t(Ye,{size:12})})]})]}),_t(Rc,{tabs:c,hideBorder:!0})]}),Vc=Lt.div`
1215
- display: flex;
1216
- justify-content: space-between;
1217
- gap: 8px;
1218
- padding: 24px 18px 24px 32px;
1219
- border-top: 1px solid ${({theme:e})=>e.colors.border};
1220
- background-color: ${({theme:e})=>e.colors.translucent_bg};
1221
- transform: translateY(100%);
1222
- animation-name: ${mr.in.bottom};
1223
- `,Hc=Lt(ia)`
1224
- margin-right: auto;
1225
- `,qc=Lt(ia)`
1226
- margin: 0 auto;
1227
- `,Gc=Lt(ia)`
1228
- margin-left: auto;
1229
- `,Kc=Lt(Sr)`
1230
- min-width: 140px;
1231
- font-size: 14px;
1232
- `,Yc=({isOpen:e,leftButtons:t=[],centerButtons:i=[],rightButtons:n=[]})=>e?Rt(Vc,{children:[_t(Hc,{children:t.map((e,t)=>_t(Kc,{...e},`footer-left-button-${t}`))}),_t(qc,{children:i.map((e,t)=>_t(Kc,{...e},`footer-center-button-${t}`))}),_t(Gc,{children:n.map((e,t)=>_t(Kc,{...e},`footer-right-button-${t}`))})]}):null,Jc=Lt.div`
1233
- position: fixed;
1234
- top: 0;
1235
- bottom: 0;
1236
- ${({$position:e})=>e}: 0;
1237
- z-index: 1000;
1238
- width: ${({$width:e})=>e};
1239
- background: ${({theme:e})=>e.colors.translucent_bg};
1240
- box-shadow: 0 2px 10px ${({theme:e})=>e.colors.primary+ur["010"]};
1241
- overflow-y: auto;
1242
- animation-name: ${({$position:e})=>mr.in[e]};
1243
- `,Xc=Lt.div`
1244
- display: flex;
1245
- flex-direction: column;
1246
- height: 100%;
1247
- `,Zc=Lt.div`
1248
- flex-grow: 1;
1249
- padding: 24px 32px;
1250
- overflow-y: auto;
1251
- `,Qc=({isOpen:e,onClose:t,closeOnEscape:i=!0,position:n="right",width:o="300px",children:r,header:a,footer:s})=>(Wr({key:"Escape",active:e&&i},()=>t()),Tr(e),e?Gt.createPortal(Rt(Bt,{children:[_t(aa,{hidden:!e,onClick:t}),_t(Jc,{"data-id":"drawer",$position:n,$width:o,children:Rt(Xc,{children:[_t(Wc,{onClose:t,width:o,...a}),_t(Zc,{children:r}),_t(Yc,{...s})]})})]}),document.body):null),ed=({error:e})=>{const t=Pt(),i={container:{display:"flex",flexDirection:"column",alignItems:"center",textAlign:"center",color:t.text.error,fontFamily:t.font_family.primary},errorMessage:{padding:10,borderRadius:5,whiteSpace:"pre-wrap",background:t.colors.error},errorStack:{whiteSpace:"pre-wrap",fontSize:"12px"},errorStackWrapper:{textAlign:"left",marginTop:10},infoText:{marginTop:100,color:t.text.secondary,fontSize:"14px"}};return Rt("div",{style:i.container,children:[_t("h2",{children:"Something went wrong!"}),_t("pre",{style:i.errorMessage,children:e?.message||"Unknown Error"}),Rt("details",{style:i.errorStackWrapper,children:[_t("summary",{children:"Stack Trace"}),_t("pre",{style:i.errorStack,children:e?.stack||"Unknown Stack"})]}),_t("p",{style:i.infoText,children:"Try refreshing the page or contact support"}),_t(Sr,{variant:"secondary",onClick:()=>window.location.reload(),style:{fontSize:"1rem"},children:"Reload"})]})},td=({children:e})=>_t(Yt,{FallbackComponent:({error:e,...t})=>_t(pr,{children:_t(ed,{...t,error:e})}),children:e}),id=Lt(ia)`
1252
- position: relative;
1253
- width: calc(100% - 24px);
1254
- padding: 12px;
1255
- background-color: ${({theme:e})=>e.colors.dark_grey};
1256
- border-bottom: 1px solid ${({theme:e})=>e.colors.border+ur["050"]};
1257
- `,nd=Lt(ia)`
1258
- margin-right: auto;
1259
- margin-left: 32px;
1260
- gap: 12px;
1261
- `,od=Lt(ia)`
1262
- margin-left: auto;
1263
- margin-right: 32px;
1264
- gap: 12px;
1265
- `,rd=Lt(ia)`
1266
- position: absolute;
1267
- left: 50%;
1268
- transform: translateX(-50%);
1269
- gap: 12px;
1270
- `,ad=({left:e=[],center:t=[],right:i=[]})=>Rt(id,{children:[_t(nd,{children:e.map((e,t)=>e&&_t(bt,{children:e},t))}),_t(rd,{children:t.map((e,t)=>e&&_t(bt,{children:e},t))}),_t(od,{children:i.map((e,t)=>e&&_t(bt,{children:e},t))})]}),sd=Lt(go)`
1271
- color: ${({theme:e})=>e.text.grey};
1272
- `,ld=({icon:e,title:t,badge:i,badgeTooltip:n,loading:o})=>Rt(ia,{$gap:6,children:[e&&_t(e,{}),_t(sd,{size:14,children:t}),void 0!==i&&_t(Ta,{text:n,children:_t(wr,{label:i})}),o&&_t(gs,{})]}),cd=Lt.div`
1273
- width: fit-content;
1274
- height: fit-content;
1275
- padding: 4px;
1276
- gap: 4px;
1277
- border-radius: 32px;
1278
- border: 1px solid ${({theme:e})=>e.colors.border+ur["070"]};
1279
-
1280
- display: flex;
1281
- flex-direction: ${({$orientation:e,$flip:t})=>("horizontal"===e?"row":"column")+(t?"-reverse":"")};
1282
- align-items: center;
1283
- justify-content: center;
1284
- `,dd=Lt.div`
1285
- width: 32px;
1286
- height: 32px;
1287
-
1288
- border-radius: 100%;
1289
- background-color: ${({theme:e,$selected:t})=>t?e.colors.majestic_blue+ur["070"]:e.colors.secondary+ur["012"]};
1290
- transition: background-color 0.3s;
1291
-
1292
- display: flex;
1293
- align-items: center;
1294
- justify-content: center;
1295
-
1296
- cursor: pointer;
1297
- `,pd=({orientation:e="vertical",flip:t,mainIcons:i,subIcons:n})=>Rt(cd,{$orientation:e,$flip:t,children:[i.map(({icon:e,selected:t,onClick:i,tooltip:n},o)=>_t(Ta,{text:n,children:_t(dd,{$selected:t,onClick:i,children:_t(e,{size:20})})},`main-nav-icon-${o}`)),!!i.length&&!!n.length&&_t(wa,{orientation:"vertical"===e?"horizontal":"vertical",margin:"0",length:"20px"}),n.map(({icon:e,selected:t,onClick:i,tooltip:n},o)=>_t(Ta,{text:n,children:_t(dd,{$selected:t,onClick:i,children:_t(e,{size:20})})},`sub-nav-icon-${o}`))]}),ud=Lt.div`
1298
- display: flex;
1299
- flex-direction: column;
1300
- width: 100%;
1301
- `,hd=Lt.div`
1302
- display: flex;
1303
- flex-direction: column;
1304
- gap: 8px;
1305
- `,md=Lt.div`
1306
- display: flex;
1307
- align-items: center;
1308
- gap: 16px;
1309
- `,gd=Lt(za)`
1310
- cursor: ${({$disabled:e})=>e?"not-allowed":"pointer"};
1311
- opacity: ${({$disabled:e})=>e?.5:1};
1312
- `,$d=({initialValues:e=[],value:t,onChange:i,title:n,tooltip:o,required:r,errorMessage:a})=>{const[s,l]=wt(t||e);vt(()=>{s.length||l([""])},[]);const c=s.filter(e=>!!e.trim()),d=kt(JSON.stringify(c));vt(()=>{const e=JSON.stringify(c);d.current!==e&&(d.current=e,i&&i(c))},[c]);const p=(e,t)=>{l(i=>{const n=[...i];return n[t]=e,n})},u=s.length<=1,h=s.some(e=>""===e.trim()),m=u&&h;return Rt(ud,{children:[_t(Cl,{title:n,required:r,tooltip:o}),_t(hd,{children:s.map((e,t)=>{const i=t===s.length-1;return Rt(md,{children:[_t(Ol,{value:e,onChange:e=>p(e.target.value,t),hasError:!!a,autoFocus:Ln(e)&&!u&&i}),t===s.length-1&&_t(gd,{withBorder:!0,size:30,$disabled:h,onClick:h?void 0:()=>{l(e=>{const t=[...e];return t.push(""),t})},children:_t(et,{})}),_t(gd,{size:30,$disabled:m,onClick:m?void 0:()=>(e=>{u?p("",e):l(t=>t.filter((t,i)=>i!==e))})(t),children:_t(at,{})})]},`input-list-${t}`)})}),!!a&&_t(xo,{children:a})]})},fd=({col:e,colIdx:t,row:i,rowIdx:n,rowsLength:o,maxWidth:r,handleChange:a,errorMessage:s,limitFieldsPerRow:l})=>{const{keyName:c,title:d,tooltip:p,placeholder:u,required:h,type:m,componentType:g,options:$,renderCondition:f}=e,x=i[c];return f&&!f(i)?null:_t("td",{style:{maxWidth:r,padding:"4px 6px 4px 0"},children:(()=>{switch(g){case Ci.Dropdown:const e=$?.find(e=>e.id===x);return _t(Rl,{title:l?d:void 0,tooltip:l?p:void 0,placeholder:u,required:h,options:$||[],value:e,onSelect:e=>a(c,e.id,n),onDeselect:()=>a(c,"",n),hasError:!!s&&(!h||h&&Ln(x))});case"multi-dropdown":const i=Array.isArray(x)&&$?.filter(e=>x.includes(e.id))||[];return _t(Rl,{title:l?d:void 0,tooltip:l?p:void 0,placeholder:u,required:h,options:$||[],value:i,isMulti:!0,onSelect:e=>{const t=[...Array.isArray(x)?x:[],e.id];a(c,t,n)},onDeselect:e=>{const t=(Array.isArray(x)?x:[]).filter(t=>t!==e.id);a(c,t,n)},hasError:!!s&&(!h||h&&Ln(x))});default:const g=o>1&&n===o-1&&0===t&&Ln(x);return _t(Ol,{title:l?d:void 0,tooltip:l?p:void 0,placeholder:u,type:m,required:h,autoFocus:g,value:x,onChange:({target:{value:e}})=>a(c,e,n),style:{maxWidth:r,paddingLeft:10},hasError:!!s&&(!h||h&&Ln(x))})}})()},`input-table-${n}-${c}`)},xd=Lt.div`
1313
- display: flex;
1314
- flex-direction: column;
1315
- width: 100%;
1316
- `,bd=Lt.button`
1317
- margin-top: ${({$marginTop:e})=>e};
1318
- background: none;
1319
- border: none;
1320
- cursor: ${({disabled:e})=>e?"not-allowed":"pointer"};
1321
- opacity: ${({disabled:e})=>e?.5:1};
1322
- `,yd=({columns:e,initialValues:t=[],value:i,onChange:n,errorMessage:o,limitFieldsPerRow:r,title:a=""})=>{const[s,l]=wt({}),[c,d]=wt(i||t),p=yt(()=>new Map(e.map(e=>[e.keyName,e])),[e]);vt(()=>{if(!c.length){const t={};e.forEach(({keyName:e})=>t[e]=""),l(t),d([t])}},[]);const u=c.filter(e=>{for(const[t,i]of Object.entries(e)){const n=p.get(t);if((!n?.renderCondition||n.renderCondition(e))&&n?.required&&Ln(i))return!1}return!0}),h=kt(JSON.stringify(u)),m=u.length!==c.length,g=`${Math.floor(640/((r||e.length)+.4))}px`;vt(()=>{const e=JSON.stringify(u);h.current!==e&&(h.current=e,n&&n(u))},[u]);const $=(e,t,i)=>{d(n=>{const o=ni(n);return o[i][e]=t,o})},f=yt(()=>{if(r){const t=[];for(let i=0;;i+=r){const n=e.slice(i,i+r);if(!n.length)break;t.push(n)}return t}return[e]},[r,e]);return Rt(xd,{children:[_t(Cl,{title:a}),Rt("table",{style:{borderCollapse:"collapse"},children:[!r&&_t("thead",{children:Rt("tr",{children:[e.map(({title:e,tooltip:t,required:i})=>_t("th",{style:{maxWidth:g},children:_t(Cl,{title:e,required:i,tooltip:t})},`input-table-head-${e}`)),_t("th",{})]})}),_t("tbody",{children:c.map((t,i)=>Rt(bt,{children:[r&&i>0?_t("tr",{children:_t("td",{colSpan:f.length,children:_t(wa,{})})}):null,f.map((n,a)=>Rt("tr",{children:[n.map((e,n)=>_t(fd,{col:e,colIdx:n,row:t,rowIdx:i,rowsLength:c.length,maxWidth:g,limitFieldsPerRow:r,errorMessage:o,handleChange:$},`input-table-row-${i}-col-${n}`)),0===a&&_t("td",{children:_t(bd,{$marginTop:r?"24px":"0",onClick:()=>{return t=i,void(c.length>1?d(e=>e.filter((e,i)=>i!==t)):e.forEach(({keyName:e,type:i})=>$(e,i===Si.Number?"0":"",t)));var t},children:_t(at,{})})})]},`input-table-matrix-${i}-${a}`))]},`input-table-row-${i}`))})]}),!!o&&_t(xo,{children:o}),_t(Ts,{onClick:()=>{d(e=>{const t=ni(e);return t.push(ni(s)),t})},disabled:m})]})},wd=Lt.div`
1323
- display: flex;
1324
- flex-direction: column;
1325
- width: 100%;
1326
- `,vd=Lt.div`
1327
- display: flex;
1328
- flex-direction: column;
1329
- gap: 8px;
1330
- `,kd=Lt.div`
1331
- display: flex;
1332
- align-items: center;
1333
- gap: 8px;
1334
- `,Cd=Lt.div`
1335
- width: 100%;
1336
- max-width: ${({$maxWidth:e})=>e?`${e}px`:"unset"};
1337
- `,Sd=Lt(za)`
1338
- cursor: ${({$disabled:e})=>e?"not-allowed":"pointer"};
1339
- opacity: ${({$disabled:e})=>e?.5:1};
1340
- `,Ed={key:"",value:""},Ad=({initialKeyValuePairs:e=[],value:t,onChange:i,title:n,tooltip:o,disabled:r,required:a,errorMessage:s,keyPlaceholder:l="Key",valuePlaceholder:c="Value",inputMaxWidth:d=300})=>{const[p,u]=wt(t||e);vt(()=>{p.length||u([{...Ed}])},[]);const h=p.filter(({key:e,value:t})=>!Ln(e.trim())&&!Ln(t.trim())),m=kt(JSON.stringify(h));vt(()=>{const e=JSON.stringify(h);m.current!==e&&(m.current=e,i&&i(h))},[h]);const g=(e,t,i)=>{u(n=>{const o=[...n];return o[i][e]=t,o})},$=p.length<=1,f=r||p.some(({key:e,value:t})=>""===e.trim()||""===t.trim()),x=r||$&&f;return Rt(wd,{children:[_t(Cl,{title:n,required:a,tooltip:o}),_t(vd,{children:p.map(({key:e,value:t},i)=>Rt(kd,{children:[_t(Cd,{$maxWidth:d,children:_t(Ol,{placeholder:l,disabled:r,value:e,onChange:e=>g("key",e.target.value,i),hasError:!!s&&(!a||a&&!e),autoFocus:Ln(t)&&!$&&i===p.length-1})}),_t(Cd,{$maxWidth:i===p.length-1?d-38:d,children:_t(Ol,{placeholder:c,disabled:r,value:t,onChange:e=>g("value",e.target.value,i),hasError:!!s&&(!a||a&&Ln(t)),autoFocus:!1})}),i===p.length-1&&_t(Sd,{withBorder:!0,size:30,$disabled:f,onClick:f?void 0:()=>{u(e=>{const t=[...e];return t.push({...Ed}),t})},children:_t(et,{})}),_t(Sd,{size:30,$disabled:x,onClick:x?void 0:()=>(e=>{$?(g("key","",e),g("value","",e)):u(t=>t.filter((t,i)=>i!==e))})(i),children:_t(at,{})})]},`key-value-input-list-${i}`))}),!!s&&_t(xo,{children:s})]})},Dd=Ut`
1341
- 0% {
1342
- background-position: 0% 50%;
1343
- }
1344
- 100% {
1345
- background-position: 100% 50%;
1346
- }
1347
- `,Td=Lt(go)`
1348
- background: ${({$textColor:e,$stripColor:t})=>`linear-gradient(45deg, ${e} 0%, ${e} 40%, ${t} 50%, ${e} 60%, ${e} 100%)`};
1349
- background-size: 250% 100%; /* Expand background to allow movement */
1350
- background-clip: text;
1351
- color: transparent;
1352
- animation: ${Dd} 1s reverse linear infinite;
1353
- `,Fd=({children:e="Loading...",textColor:t,stripColor:i,...n})=>{const o=Pt(),r=t||o.v2.colors.white[500],a=i||o.v2.colors.black[500];return _t(Td,{$textColor:r,$stripColor:a,...n,children:e})},Od=Lt.div`
1354
- display: flex;
1355
- flex-direction: ${({$isVertical:e})=>e?"column":"row"};
1356
- gap: ${({$isVertical:e})=>e?"12px":"24px"};
1357
- ${({$hasError:e})=>e&&Mt`
1358
- border: 1px solid ${({theme:e})=>e.text.error};
1359
- border-radius: 32px;
1360
- padding: 8px;
1361
- `}
1362
- `,zd=(e,t)=>!t?.length||!!t?.find(t=>t===e),Nd=({isVertical:e,title:t="Monitors",required:i,errorMessage:n,allowedSignals:o,selectedSignals:r,setSelectedSignals:a})=>{const[s,l]=wt(1===r.length),c=kt(JSON.stringify(r));return vt(()=>{const e=r;e.length||Lo.forEach(({id:t})=>{zd(t,o)&&e.push(t)});const t=JSON.stringify(e);return c.current!==t&&(c.current=t,a(e),l(1===e.length)),()=>{c.current=""}},[o]),Rt("div",{children:[t&&_t(Cl,{title:t,required:i}),_t(Od,{$isVertical:e,$hasError:!!n,children:Lo.map(e=>{const t=zd(e.id,o),i=((e,t)=>!!t?.find(t=>t===e))(e.id,r);return t?_t(Qa,{title:e.value,disabled:!t||s&&i,value:i,onChange:t=>((e,t)=>{const i=e,n=t?[...r,i]:r.filter(e=>e!==i);a(n),l(1===n.length)})(e.id,t)},e.id):null})}),!!n&&_t(xo,{children:n})]})},Id=Lt.div`
1363
- display: flex;
1364
- gap: 8px;
1365
- align-items: center;
1366
- `,_d=Lt(Sr)`
1367
- display: flex;
1368
- align-items: center;
1369
- justify-content: center;
1370
- gap: 8px;
1371
- min-width: 90px;
1372
- `,Rd=({buttons:e})=>{const t=Pt(),i=({button:t,index:i})=>e.length>1&&0===i&&(t.icon||t.iconSrc),n=({button:e,rotate:i})=>e.icon?_t(e.icon,{size:14,rotate:i,fill:t.text[e.variant||"secondary"]}):e.iconSrc?_t("img",{src:e.iconSrc,alt:e.label,width:8,height:12}):null;return _t(Id,{children:e.map((e,t)=>_t(Ta,{text:e.tooltip||"",children:Rt(_d,{variant:e.variant||"secondary",onClick:e.onClick,disabled:e.disabled,children:[i({button:e,index:t})&&n({button:e,rotate:0}),e.label,!i({button:e,index:t})&&n({button:e,rotate:180})]},t)},t))})},Bd=Lt.div`
1373
- height: ${({$height:e})=>e}px;
1374
- width: 100%;
1375
- overflow: auto;
1376
- `,Ld=Lt.div`
1377
- height: ${({$height:e})=>e}px;
1378
- width: 100%;
1379
- position: relative;
1380
- `,Md=Lt.div`
1381
- height: ${({$height:e})=>e}px;
1382
- width: 100%;
1383
- position: absolute;
1384
- top: 0;
1385
- left: 0;
1386
- transform: translateY(${({$yOffset:e})=>e}px);
1387
- `,Pd=({containerHeight:e,elementHeight:t,elements:i})=>{const{overflowRef:n,listHeight:o,listItems:r}=Pr({items:i,rowHeight:t});return _t(Bd,{ref:n,$height:e,children:_t(Ld,{$height:o,children:r.map(({key:e,index:t,size:n,start:o})=>{const r=t>i.length-1,a=i[t];return _t(Md,{$height:n,$yOffset:o,children:r?_t(oa,{children:_t(Fd,{})}):a},e)})})})},jd=Lt.div`
1388
- display: flex;
1389
- justify-content: space-between;
1390
- align-items: center;
1391
- gap: 16px;
1392
- `,Ud=Lt.div`
1393
- display: flex;
1394
- flex-direction: column;
1395
- gap: 4px;
1396
- `,Wd=Lt.div`
1397
- display: flex;
1398
- align-items: center;
1399
- gap: 8px;
1400
- `,Vd=Lt(go)``,Hd=Lt(go)``,qd=({title:e,description:t,badgeLabel:i,icon:n,actionButton:o,size:r="medium"})=>{const a="small"===r?16:"medium"===r?20:24,s="small"===r?12:"medium"===r?14:16;return Rt(jd,{children:[Rt(Ud,{children:[Rt(Wd,{children:[n&&_t(n,{size:a}),_t(Vd,{weight:300,size:a,children:e}),void 0!==i&&_t(wr,{label:i,filled:!!i})]}),_t(Hd,{weight:200,opacity:.8,size:s,children:t})]}),o&&_t("div",{children:o})]})},Gd=Lt.div`
1401
- position: relative;
1402
- gap: 0;
1403
- z-index: 0;
1404
- display: grid;
1405
- grid-template-columns: repeat(${({$count:e})=>e}, 1fr);
1406
- `,Kd=Lt.button`
1407
- flex: 1;
1408
- display: flex;
1409
- align-items: center;
1410
- justify-content: center;
1411
- gap: 4px;
1412
- padding: 6px 12px;
1413
- background-color: transparent;
1414
- border-radius: ${({$isFirstItem:e,$isLastItem:t})=>e?"32px 0px 0px 32px":t?"0px 32px 32px 0px":"0"};
1415
- border: 1px solid ${({theme:e})=>e.colors.border};
1416
- cursor: pointer;
1417
- &:hover {
1418
- border: 1px solid ${({theme:e})=>e.colors.secondary};
1419
- }
1420
- `,Yd=Lt.div`
1421
- position: absolute;
1422
- top: ${({$y:e})=>e}px;
1423
- left: ${({$x:e})=>e}px;
1424
- z-index: -1;
1425
- width: ${({$width:e})=>e}px;
1426
- height: ${({$height:e})=>e}px;
1427
- background-color: ${({theme:e,$bgColor:t})=>t||e.colors.dropdown_bg_2};
1428
- border-radius: ${({$isFirstItem:e,$isLastItem:t})=>e?"32px 0px 0px 32px":t?"0px 32px 32px 0px":"0"};
1429
- transition: all 0.3s;
1430
- `,Jd=({options:e=[],selected:t,setSelected:i})=>{const n=e.findIndex(e=>e.value===t),[o,r]=wt(e[n]?.selectedBgColor||""),[a,s]=wt({width:0,height:0}),[l,c]=wt({x:0,y:0}),d=kt(null);return vt(()=>{d.current&&(s({width:d.current.offsetWidth,height:d.current.offsetHeight}),c({x:d.current.offsetWidth*n,y:0}))},[t,n]),Rt(Gd,{$count:e.length,children:[e.map(({icon:n,label:o,value:a,selectedBgColor:s,selectedTextColor:l},c)=>{const p=t===a;return Rt(Kd,{ref:p?d:void 0,$isFirstItem:0===c,$isLastItem:c===e.length-1,onClick:()=>{i(a),r(s||"")},children:[n&&_t(n,{}),o&&_t(go,{size:12,family:"secondary",decoration:"underline",color:p?l:void 0,children:o})]},`segment-${o||c}-${a}`)}),_t(Yd,{$bgColor:o,$width:a.width,$height:a.height,$x:l.x,$y:l.y,$isFirstItem:0===n,$isLastItem:n===e.length-1})]})},Xd=Lt(Sr)`
1431
- gap: 8px;
1432
- text-transform: none;
1433
- text-decoration: none;
1434
- border: ${({theme:e,$withBorder:t})=>`1px solid ${t?e.colors.border:"transparent"}`};
1435
- &.not-selected {
1436
- background-color: ${({theme:e,$color:t})=>t||e.colors.dropdown_bg_2+ur["060"]};
1437
- &:hover {
1438
- background-color: ${({theme:e,$hoverColor:t})=>t||e.colors.dropdown_bg_2};
1439
- }
1440
- }
1441
- &.selected {
1442
- background-color: ${({theme:e})=>e.colors.majestic_blue+ur["030"]};
1443
- }
1444
- `,Zd=Lt(go)`
1445
- white-space: nowrap;
1446
- overflow: hidden;
1447
- text-overflow: ellipsis;
1448
- font-size: 14px;
1449
- `,Qd=({label:e,onClick:t,icon:i,iconSrc:n,badgeLabel:o,badgeFilled:r,isSelected:a,withBorder:s,color:l,hoverColor:c,style:d})=>{const p=Pt();return Rt(Xd,{onClick:t,className:a?"selected":"not-selected",$withBorder:s,$color:l,$hoverColor:c,style:d,children:[i&&_t("div",{children:_t(i,{fill:p.text.info})}),n&&_t("div",{children:_t("img",{src:n,alt:"",width:16,height:16})}),_t(Zd,{children:e}),a&&_t("div",{children:_t(Ge,{fill:p.colors.majestic_blue_soft})}),void 0!==o&&_t(wr,{label:o,filled:r||a})]})},ep=Lt.div`
1450
- display: flex;
1451
- flex-direction: column;
1452
- gap: 16px;
1453
- ${({$maxWidth:e})=>e&&`max-width: ${e};`}
1454
- `,tp=Lt.div`
1455
- display: flex;
1456
- align-items: center;
1457
- gap: 16px;
1458
- `,ip=Lt.div`
1459
- width: 50px;
1460
- height: 50px;
1461
- border-radius: 8px;
1462
- background: ${({theme:e})=>`linear-gradient(90deg, ${e.colors.dropdown_bg_2} 25%, ${e.colors.dropdown_bg_2} 50%, ${e.colors.border} 75%)`};
1463
- background-size: 200% 100%;
1464
- animation: ${fr} 10s infinite linear;
1465
- `,np=Lt(na)`
1466
- flex: 1;
1467
- gap: 12px;
1468
- `,op=Lt.div`
1469
- width: ${({$width:e})=>e};
1470
- height: 16px;
1471
- background: ${({theme:e})=>`linear-gradient(90deg, ${e.colors.dropdown_bg_2} 25%, ${e.colors.dropdown_bg_2} 50%, ${e.colors.border} 75%)`};
1472
- background-size: 200% 100%;
1473
- animation: ${fr} 1.5s infinite linear;
1474
- border-radius: 4px;
1475
- `,rp=({size:e=5,maxWidth:t})=>_t(ep,{$maxWidth:t,children:[...Array(e)].map((e,t)=>Rt(tp,{children:[_t(ip,{}),Rt(np,{children:[_t(op,{$width:"80%"}),_t(op,{$width:"100%"})]})]},t))});var ap;!function(e){e.Active="active",e.Disabled="disabled",e.Finished="finish"}(ap||(ap={}));const sp=Lt.div`
1476
- display: flex;
1477
- flex-direction: column;
1478
- gap: 32px;
1479
- `,lp=Lt.div`
1480
- display: flex;
1481
- gap: 16px;
1482
- padding: 8px;
1483
- opacity: ${({$state:e})=>e===ap.Active?1:e===ap.Disabled?.5:.8};
1484
- transition: all 0.3s;
1485
- `,cp=Lt(ia)`
1486
- justify-content: center;
1487
- width: 24px;
1488
- height: 24px;
1489
- border-radius: 32px;
1490
- border: ${({theme:e,$state:t})=>t===ap.Disabled?`1px dashed ${e.text.dark_grey}`:`1px solid ${e.colors.secondary}`};
1491
- opacity: ${({$state:e})=>e===ap.Finished?.8:1};
1492
- `,dp=Lt(na)`
1493
- justify-content: center;
1494
- gap: 8px;
1495
- `,pp=Lt(go)``,up=Lt(go)``,hp=({data:e,currentStep:t=0})=>{const[i,n]=wt([]);return vt(()=>{n(e.map((e,i)=>i<t-1?{...e,state:ap.Finished,subtitle:e.subtitle||Ei.Success}:i===t-1?{...e,state:ap.Active,subtitle:""}:{...e,state:ap.Disabled,subtitle:""}))},[t,e]),_t(sp,{children:i.map((e,t)=>Rt(lp,{$state:e.state,children:[_t(cp,{$state:e.state,children:[ap.Active,ap.Disabled].includes(e.state)?_t(go,{size:12,children:e.stepNumber}):e.state===ap.Finished?_t(Ge,{size:20}):null}),Rt(dp,{children:[_t(pp,{family:"secondary",children:e.title}),e.subtitle&&_t(up,{size:10,weight:300,children:e.subtitle})]})]},t))})},mp=Lt(ia)`
1496
- width: fit-content;
1497
- gap: 6px;
1498
- padding: 6px 12px;
1499
- border-radius: 360px;
1500
- background-color: ${({$type:e,theme:t})=>t.colors[e]};
1501
- `,gp=Lt(go)`
1502
- color: ${({$type:e,theme:t})=>t.text[e]};
1503
- `,$p=({type:e=Ei.Info,icon:t,title:i,size:n,family:o,children:r,...a})=>Rt(mp,{$type:e,children:[t&&_t(t,{}),_t(gp,{$type:e,size:n||12,family:o||"secondary",...a,children:r||i})]}),fp=Lt.div`
1504
- display: flex;
1505
- flex-direction: column;
1506
- position: relative;
1507
- width: 100%;
1508
- `,xp=Lt.div`
1509
- width: 100%;
1510
- display: flex;
1511
- align-items: center;
1512
- gap: 12px;
1513
- transition: border-color 0.3s;
1514
- border-radius: 24px;
1515
- border: 1px solid ${({theme:e})=>e.colors.border};
1516
- ${({$disabled:e})=>e&&Mt`
1517
- background-color: ${({theme:e})=>e.colors.border};
1518
- cursor: not-allowed;
1519
- opacity: 0.6;
1520
- `}
1521
-
1522
- ${({$hasError:e})=>e&&Mt`
1523
- border-color: ${({theme:e})=>e.text.error};
1524
- `}
1525
-
1526
- ${({$isActive:e})=>e&&Mt`
1527
- border-color: ${({theme:e})=>e.colors.secondary};
1528
- `}
1529
-
1530
- &:hover {
1531
- border-color: ${({theme:e})=>e.colors.secondary};
1532
- }
1533
- &:focus-within {
1534
- border-color: ${({theme:e})=>e.colors.secondary};
1535
- }
1536
- `,bp=Lt.textarea`
1537
- flex: 1;
1538
- border: none;
1539
- outline: none;
1540
- background: none;
1541
- color: ${({theme:e})=>e.text.secondary};
1542
- font-size: 14px;
1543
- padding: 12px 20px 0;
1544
- font-family: ${({theme:e})=>e.font_family.primary};
1545
- font-weight: 300;
1546
- line-height: 22px;
1547
- &::placeholder {
1548
- color: ${({theme:e})=>e.text.secondary};
1549
- font-family: ${({theme:e})=>e.font_family.primary};
1550
- opacity: 0.4;
1551
- font-size: 14px;
1552
- font-weight: 300;
1553
- line-height: 22px; /* 157.143% */
1554
- }
1555
-
1556
- &:disabled {
1557
- background-color: ${({theme:e})=>e.colors.border};
1558
- cursor: not-allowed;
1559
- }
1560
- `,yp=({errorMessage:e,title:t,tooltip:i,required:n,onChange:o,name:r,...a})=>{const s=kt(null),l=e=>{s.current&&(s.current.style.height="auto",e&&(s.current.style.height=`${s.current.scrollHeight}px`))};return Rt(fp,{children:[_t(Cl,{title:t,required:n,tooltip:i}),_t(xp,{$disabled:a.disabled,$hasError:!!e,$isActive:!!a.autoFocus,children:_t(bp,{ref:s,"data-id":r,name:r,onFocus:()=>l(!0),onBlur:()=>l(!1),onChange:e=>{e.stopPropagation(),l(!0),o?.(e)},onKeyDown:e=>{e.stopPropagation()},...a})}),!!e&&_t(xo,{children:e})]})},wp=Lt.div`
1561
- display: flex;
1562
- align-items: center;
1563
- gap: 12px;
1564
- cursor: ${({$disabled:e})=>e?"not-allowed":"pointer"};
1565
- opacity: ${({$disabled:e})=>e?.6:1};
1566
- `,vp=Lt.div`
1567
- width: 24px;
1568
- height: 12px;
1569
- border: 1px ${({$isActive:e,theme:t})=>e?`solid ${t.colors.majestic_blue}`:`dashed ${t.text.grey}`};
1570
- border-radius: 20px;
1571
- display: flex;
1572
- align-items: center;
1573
- padding: 2px;
1574
- background-color: transparent;
1575
- pointer-events: ${({$disabled:e})=>e?"none":"auto"};
1576
- cursor: ${({$disabled:e})=>e?"not-allowed":"pointer"};
1577
- opacity: ${({$isActive:e})=>e?1:.5};
1578
- transition: border-color 0.3s, opacity 0.3s;
1579
- &::before {
1580
- content: '';
1581
- width: 12px;
1582
- height: 12px;
1583
- border-radius: 50%;
1584
- background-color: ${({$isActive:e,theme:t})=>e?t.colors.majestic_blue:t.colors.secondary};
1585
- transform: ${({$isActive:e})=>e?"translateX(12px)":"translateX(0)"};
1586
- transition: background-color 0.3s, transform 0.3s;
1587
- }
1588
- `,kp=({title:e,tooltip:t,initialValue:i=!1,onChange:n,disabled:o,allowPropagation:r=!1,flipHorizontally:a})=>{const[s,l]=wt(i);return vt(()=>l(i),[i]),Rt(wp,{$disabled:o,onClick:e=>{o||(r||e.stopPropagation(),n?n(!s):l(e=>!e))},children:[!a&&_t(vp,{$disabled:o,$isActive:s}),(e||t)&&_t(Ta,{text:t,withIcon:!0,children:e&&_t(go,{size:14,children:e})}),a&&_t(vp,{$disabled:o,$isActive:s})]})};var Cp={v:"5.12.1",fr:60,ip:0,op:80,w:220,h:620,nm:"Odigos - Trace Loader",ddd:0,assets:[{id:"comp_0",nm:"moving lines-5",fr:60,layers:[{ddd:0,ind:1,ty:4,nm:"moving lines-5",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[6.097,.571,0],ix:2,l:2},a:{a:0,k:[-.046,-149.04,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[0,0],[0,0]],o:[[0,0],[0,0]],v:[[-.055,-173.88],[.095,546.629]],c:!1},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1},{ty:"st",c:{a:0,k:[.976470588235,.976470588235,.976470588235,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:6,ix:5},lc:1,lj:1,ml:4,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:!1},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[85.714,85.714],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"Vector",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1},{ty:"tm",s:{a:1,k:[{i:{x:[.757],y:[.459]},o:{x:[.441],y:[0]},t:2.4,s:[0]},{i:{x:[.574],y:[.569]},o:{x:[.451],y:[.436]},t:18.172,s:[23.624]},{i:{x:[.571],y:[1]},o:{x:[.173],y:[.635]},t:36.174,s:[85.889]},{t:51,s:[100]}],ix:1},e:{a:1,k:[{i:{x:[.757],y:[.582]},o:{x:[.441],y:[0]},t:0,s:[0]},{i:{x:[.574],y:[.569]},o:{x:[.451],y:[.436]},t:12.174,s:[23.624]},{i:{x:[.571],y:[1]},o:{x:[.173],y:[.635]},t:30.174,s:[85.889]},{t:45,s:[100]}],ix:2},o:{a:0,k:0,ix:3},m:1,ix:2,nm:"Trim Paths 1",mn:"ADBE Vector Filter - Trim",hd:!1}],ip:0,op:51,st:-26,ct:1,bm:0}]},{id:"comp_1",nm:"moving lines-4",fr:60,layers:[{ddd:0,ind:1,ty:4,nm:"moving lines-4",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[5.475,.571,0],ix:2,l:2},a:{a:0,k:[.144,-156.04,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[0,0],[0,0]],o:[[0,0],[0,0]],v:[[.167,-182.047],[.314,547.797]],c:!1},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1},{ty:"st",c:{a:0,k:[.976470588235,.976470588235,.976470588235,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:6,ix:5},lc:1,lj:1,ml:4,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:!1},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[85.714,85.714],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"Vector",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1},{ty:"tm",s:{a:1,k:[{i:{x:[.757],y:[.459]},o:{x:[.441],y:[0]},t:17.9,s:[0]},{i:{x:[.574],y:[.569]},o:{x:[.451],y:[.436]},t:38.055,s:[23.624]},{i:{x:[.571],y:[1]},o:{x:[.173],y:[.635]},t:61.053,s:[85.889]},{t:80,s:[100]}],ix:1},e:{a:1,k:[{i:{x:[.757],y:[.582]},o:{x:[.441],y:[0]},t:0,s:[0]},{i:{x:[.574],y:[.569]},o:{x:[.451],y:[.436]},t:15.553,s:[23.624]},{i:{x:[.571],y:[1]},o:{x:[.173],y:[.635]},t:38.555,s:[85.889]},{t:57.5,s:[100]}],ix:2},o:{a:0,k:0,ix:3},m:1,ix:2,nm:"Trim Paths 1",mn:"ADBE Vector Filter - Trim",hd:!1}],ip:0,op:80,st:-26,ct:1,bm:0}]},{id:"comp_2",nm:"moving lines-3",fr:60,layers:[{ddd:0,ind:1,ty:4,nm:"moving lines-3",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[5.841,.571,0],ix:2,l:2},a:{a:0,k:[.324,-150.04,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ty:"gr",it:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[0,0],[0,0]],o:[[0,0],[0,0]],v:[[.382,-175.047],[-.051,538.464]],c:!1},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1},{ty:"st",c:{a:0,k:[.976470588235,.976470588235,.976470588235,1],ix:3},o:{a:0,k:100,ix:4},w:{a:0,k:6,ix:5},lc:1,lj:1,ml:4,bm:0,nm:"Stroke 1",mn:"ADBE Vector Graphic - Stroke",hd:!1},{ty:"tr",p:{a:0,k:[0,0],ix:2},a:{a:0,k:[0,0],ix:1},s:{a:0,k:[85.714,85.714],ix:3},r:{a:0,k:0,ix:6},o:{a:0,k:100,ix:7},sk:{a:0,k:0,ix:4},sa:{a:0,k:0,ix:5},nm:"Transform"}],nm:"Vector",np:2,cix:2,bm:0,ix:1,mn:"ADBE Vector Group",hd:!1},{ty:"tm",s:{a:1,k:[{i:{x:[.757],y:[.459]},o:{x:[.441],y:[0]},t:6,s:[0]},{i:{x:[.574],y:[.569]},o:{x:[.451],y:[.436]},t:23.525,s:[23.624]},{i:{x:[.571],y:[1]},o:{x:[.173],y:[.635]},t:43.525,s:[85.889]},{t:60,s:[100]}],ix:1},e:{a:1,k:[{i:{x:[.757],y:[.582]},o:{x:[.441],y:[0]},t:0,s:[0]},{i:{x:[.574],y:[.569]},o:{x:[.451],y:[.436]},t:13.525,s:[23.624]},{i:{x:[.571],y:[1]},o:{x:[.173],y:[.635]},t:33.525,s:[85.889]},{t:50,s:[100]}],ix:2},o:{a:0,k:0,ix:3},m:1,ix:2,nm:"Trim Paths 1",mn:"ADBE Vector Filter - Trim",hd:!1}],ip:0,op:60,st:-26,ct:1,bm:0}]}],layers:[{ddd:0,ind:1,ty:0,nm:"moving lines-5",refId:"comp_0",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[213,1,0],ix:2,l:2},a:{a:0,k:[6,0,0],ix:1,l:2},s:{a:0,k:[100,99.4,100],ix:6,l:2}},ao:0,w:12,h:619,ip:-22,op:29,st:-22,ct:1,bm:0},{ddd:0,ind:2,ty:0,nm:"moving lines-5",refId:"comp_0",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[213,1,0],ix:2,l:2},a:{a:0,k:[6,0,0],ix:1,l:2},s:{a:0,k:[100,99.4,100],ix:6,l:2}},ao:0,w:12,h:619,ip:56,op:107,st:56,ct:1,bm:0},{ddd:0,ind:3,ty:0,nm:"moving lines-5",refId:"comp_0",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[213,1,0],ix:2,l:2},a:{a:0,k:[6,0,0],ix:1,l:2},s:{a:0,k:[100,99.4,100],ix:6,l:2}},ao:0,w:12,h:619,ip:22,op:73,st:22,ct:1,bm:0},{ddd:0,ind:4,ty:0,nm:"moving lines-4",refId:"comp_1",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[110.5,1,0],ix:2,l:2},a:{a:0,k:[5.5,0,0],ix:1,l:2},s:{a:0,k:[100,98.2,100],ix:6,l:2}},ao:0,w:11,h:627,ip:-65,op:15,st:-65,ct:1,bm:0},{ddd:0,ind:5,ty:0,nm:"moving lines-4",refId:"comp_1",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[110.5,1,0],ix:2,l:2},a:{a:0,k:[5.5,0,0],ix:1,l:2},s:{a:0,k:[100,98.2,100],ix:6,l:2}},ao:0,w:11,h:627,ip:14,op:94,st:14,ct:1,bm:0},{ddd:0,ind:6,ty:0,nm:"moving lines-3",refId:"comp_2",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[7,1,0],ix:2,l:2},a:{a:0,k:[5.5,0,0],ix:1,l:2},s:{a:0,k:[100,100.4,100],ix:6,l:2}},ao:0,w:11,h:613,ip:2,op:62,st:2,ct:1,bm:0},{ddd:0,ind:7,ty:0,nm:"moving lines-3",refId:"comp_2",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[7,1,0],ix:2,l:2},a:{a:0,k:[5.5,0,0],ix:1,l:2},s:{a:0,k:[100,100.4,100],ix:6,l:2}},ao:0,w:11,h:613,ip:-36,op:20,st:-40,ct:1,bm:0},{ddd:0,ind:8,ty:0,nm:"moving lines-3",refId:"comp_2",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[7,1,0],ix:2,l:2},a:{a:0,k:[5.5,0,0],ix:1,l:2},s:{a:0,k:[100,100.4,100],ix:6,l:2}},ao:0,w:11,h:613,ip:39,op:99,st:39,ct:1,bm:0},{ddd:0,ind:9,ty:4,nm:"Vector :M",sr:1,ks:{o:{a:0,k:100,ix:11},r:{a:0,k:0,ix:10},p:{a:0,k:[110,309.736,0],ix:2,l:2},a:{a:0,k:[308.5,313.236,0],ix:1,l:2},s:{a:0,k:[100,100,100],ix:6,l:2}},ao:0,shapes:[{ind:0,ty:"sh",ix:1,ks:{a:0,k:{i:[[0,0],[0,0]],o:[[0,0],[0,0]],v:[[205.677,618.844],[205.677,4.807]],c:!1},ix:2},nm:"Path 1",mn:"ADBE Vector Shape - Group",hd:!1},{ind:1,ty:"sh",ix:2,ks:{a:0,k:{i:[[0,0],[0,0]],o:[[0,0],[0,0]],v:[[411.428,618.822],[411.333,4.99]],c:!1},ix:2},nm:"Path 6",mn:"ADBE Vector Shape - Group",hd:!1},{ind:2,ty:"sh",ix:3,ks:{a:0,k:{i:[[0,0],[0,0]],o:[[0,0],[0,0]],v:[[308.5,618.796],[308.5,5.145]],c:!1},ix:2},nm:"Path 7",mn:"ADBE Vector Shape - Group",hd:!1},{ty:"st",c:{a:0,k:[.975244164467,.975244164467,.975244164467,.639999985695],ix:3},o:{a:0,k:64,ix:4},w:{a:0,k:1,ix:5},lc:1,lj:1,ml:4,bm:0,nm:"Stroke 7",mn:"ADBE Vector Graphic - Stroke",hd:!1}],ip:0,op:684,st:0,ct:1,bm:0}],markers:[],props:{}};const Sp=Lt.div`
1589
- width: ${({$width:e})=>e}px;
1590
- height: ${({$height:e})=>e}px;
1591
- position: relative;
1592
- `,Ep=({width:e=620})=>{const{darkMode:t}=Pt(),i=e/(620/220);return _t(Sp,{$width:e,$height:i,children:_t(Jt,{autoplay:!0,loop:!0,animationData:Cp,style:{width:i,height:e,transform:"rotate(-90deg)",position:"absolute",top:-(i-i/10),left:i-i/10,filter:t?"invert(0)":"invert(1)"}})})};var Ap,Dp;!function(e){e.Primary="primary",e.Secondary="secondary",e.Text="text"}(Ap||(Ap={})),function(e){e.S="small",e.M="medium",e.L="large"}(Dp||(Dp={}));const Tp=Lt.button`
1593
- display: flex;
1594
- align-items: center;
1595
- justify-content: center;
1596
- gap: 8px;
1597
- ${({$fullWidth:e})=>e&&Mt`
1598
- width: 100%;
1599
- `}
1600
- border: none;
1601
- border-radius: 6px;
1602
- ${({$size:e,$hasLabel:t})=>e===Dp.S?Mt`
1603
- height: 32px;
1604
- ${t?Mt`
1605
- padding: 8px 16px;
1606
- `:Mt`
1607
- width: 32px;
1608
- `}
1609
- `:e===Dp.M?Mt`
1610
- height: 38px;
1611
- ${t?Mt`
1612
- padding: 8px 18px;
1613
- `:Mt`
1614
- width: 38px;
1615
- `}
1616
- `:Mt`
1617
- height: 44px;
1618
- ${t?Mt`
1619
- padding: 8px 22px;
1620
- `:Mt`
1621
- width: 44px;
1622
- `}
1623
- `}
1624
-
1625
- cursor: pointer;
1626
- &:disabled {
1627
- background-color: ${({theme:e})=>e.v2.colors.silver[800]};
1628
- cursor: not-allowed;
1629
- }
1630
- &:enabled {
1631
- ${({$withShadow:e})=>e?Mt`
1632
- box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.32);
1633
- `:""}
1634
- ${({$variant:e})=>e===Ap.Primary?Mt`
1635
- background-color: ${({theme:e})=>e.v2.colors.purple[500]};
1636
- &:hover {
1637
- background-color: ${({theme:e})=>e.v2.colors.purple[600]};
1638
- }
1639
- &:active {
1640
- background-color: ${({theme:e})=>e.v2.colors.purple[700]};
1641
- }
1642
- `:e===Ap.Secondary?Mt`
1643
- background-color: ${({theme:e})=>e.v2.colors.silver[750]};
1644
- &:hover {
1645
- background-color: ${({theme:e})=>e.v2.colors.silver[600]};
1646
- }
1647
- &:active {
1648
- background-color: ${({theme:e})=>e.v2.colors.silver[500]};
1649
- }
1650
- `:e===Ap.Text?Mt`
1651
- background-color: transparent;
1652
- &:hover {
1653
- background-color: ${({theme:e})=>e.v2.colors.silver[800]};
1654
- }
1655
- &:active {
1656
- background-color: ${({theme:e})=>e.v2.colors.silver[900]};
1657
- }
1658
- `:""}
1659
- }
1660
- `,Fp=St(({label:e,leftIcon:t,rightIcon:i,variant:n=Ap.Primary,size:o=Dp.M,iconSize:r,loading:a,fullWidth:s,withShadow:l,disabled:c,onClick:d,...p},u)=>{const h=Pt(),m=r||(o===Dp.L?18:16),g=o===Dp.L?ro.S:ro.XS,$=c?h.v2.colors.grey[400]:h.v2.colors.white[500];return _t(Tp,{ref:u,$variant:n,$size:o,$fullWidth:s,$withShadow:l,$hasLabel:!!e,disabled:c,onClick:a?void 0:e=>{e.stopPropagation(),d?.(e)},...p,children:a?e?_t(Fd,{size:h.v2.text.size[g],textColor:$}):_t(gs,{}):Rt(Bt,{children:[t&&_t(t,{size:m,fill:$}),e?_t(so,{size:g,weight:500,color:$,nowrap:!0,children:e}):null,i&&_t(i,{size:m,fill:$})]})})});Fp.displayName=Fp.name;const Op=Lt.button`
1661
- width: 100%;
1662
- padding: 0;
1663
- padding-right: 12px;
1664
- display: flex;
1665
- align-items: center;
1666
- justify-content: flex-start;
1667
- gap: 12px;
1668
- border-radius: 8px;
1669
- border: none;
1670
- ${({$hovered:e})=>e?Mt`
1671
- background-color: ${({theme:e})=>e.v2.colors.silver[750]};
1672
- `:Mt`
1673
- background-color: ${({theme:e})=>e.v2.colors.silver[800]};
1674
- `}
1675
- overflow: hidden;
1676
- cursor: pointer;
1677
- &:disabled {
1678
- cursor: not-allowed;
1679
- }
1680
- `,zp=Lt.div`
1681
- width: ${({$hasIcon:e})=>e?"56px":"0"};
1682
- height: 56px;
1683
- display: flex;
1684
- align-items: center;
1685
- justify-content: center;
1686
- ${({$hovered:e})=>e?Mt`
1687
- background-color: ${({theme:e})=>e.v2.colors.silver[600]};
1688
- `:Mt`
1689
- background-color: ${({theme:e})=>e.v2.colors.silver[700]};
1690
- `}
1691
- `,Np=Lt.div`
1692
- width: ${({$hasIcon:e})=>e?"calc(100% - 56px)":"100%"};
1693
- display: flex;
1694
- justify-content: space-between;
1695
- align-items: center;
1696
- gap: 8px;
1697
- `,Ip=({label:e,icon:t,loading:i,onClick:n})=>{const[o,r]=wt(!1);return Rt(Op,{$hovered:o,type:"button",disabled:i,onClick:n,onMouseEnter:()=>r(!0),onMouseLeave:()=>r(!1),children:[_t(zp,{$hovered:o,$hasIcon:!!t,children:t&&_t(t,{size:36})}),Rt(Np,{$hasIcon:!!t,children:[i?_t(Fd,{size:16}):_t(so,{variant:oo.Span,align:"center",children:e}),_t(dt,{rotate:90,size:24})]})]})},_p=({buttons:e})=>_t(na,{$gap:12,children:e.map(e=>_t(Ip,{...e},e.label))}),Rp=Lt.div`
1698
- display: flex;
1699
- align-items: center;
1700
- flex-wrap: wrap;
1701
- width: calc(100% - 24px);
1702
- padding: 4px 12px;
1703
- border-radius: 12px;
1704
- background-color: ${({theme:e})=>e.v2.colors.silver[800]};
1705
- `,Bp=Lt.div`
1706
- width: calc(${({$cellsPerRow:e})=>100/e+"%"} - 16px);
1707
- margin: 8px;
1708
- display: flex;
1709
- flex-direction: column;
1710
- gap: 4px;
1711
- `,Lp=({cellsPerRow:e,items:t})=>{const i=Pt(),{CopyButton:n}=Rr();return _t(Rp,{children:t.map(({id:o,title:r,label:a,withCopy:s,badge:l})=>Rt(Bp,{$cellsPerRow:e||t.length,children:[_t(so,{size:ro.XXXS,color:i.v2.colors.silver[200],nowrap:!0,children:r}),Rt(ia,{$gap:4,children:[l&&_t(co,{...l}),a&&_t(so,{size:ro.XS,nowrap:!0,children:a}),s&&_t(n,{value:a||l?.label?.toString()||"",size:Nr.XS})]})]},o))})};var Mp;!function(e){e.S="s",e.L="l"}(Mp||(Mp={}));const Pp=Lt.div`
1712
- position: relative;
1713
- z-index: 0;
1714
- display: flex;
1715
- align-items: center;
1716
- gap: 2px;
1717
- padding: 3px;
1718
- border-radius: 8px;
1719
- border: 1px solid ${({theme:e})=>e.v2.colors.grey[500]};
1720
- background-color: ${({theme:e})=>e.v2.colors.silver[700]};
1721
- `,jp=Lt.button`
1722
- flex: 1;
1723
- display: flex;
1724
- align-items: center;
1725
- justify-content: center;
1726
- gap: 8px;
1727
- padding: ${({$size:e})=>e===Mp.S?"4px 8px":"8px 16px"};
1728
- border-radius: 6px;
1729
- border: none;
1730
- background-color: ${({theme:e,$isSelected:t})=>t?e.v2.colors.black[500]:"transparent"};
1731
- box-shadow: ${({$isSelected:e})=>e?"0 0 11px 0 rgba(0, 0, 0, 0.32)":"none"};
1732
- cursor: ${({$disabled:e})=>e?"not-allowed":"pointer"};
1733
- &:hover {
1734
- background-color: ${({theme:e,$isSelected:t})=>t?e.v2.colors.black[500]:e.v2.colors.silver[800]};
1735
- }
1736
- `,Up=({size:e=Mp.L,options:t=[],selected:i,setSelected:n,disabled:o})=>{const r=Pt(),a=o?r.v2.colors.grey[400]:r.v2.colors.white[500],s=e===Mp.S?ro.XXS:ro.XS,l=e===Mp.S?400:500;return _t(Pp,{$count:t.length,children:t.map(({value:t,label:r,icon:c},d)=>Rt(jp,{onClick:()=>!o&&n(t),$isSelected:i===t,$disabled:o,$size:e,children:[c&&_t(c,{fill:a}),r&&_t(so,{size:s,weight:l,color:a,nowrap:!0,children:r})]},`segment-${r||d}-${t}`))})},Wp=Lt.div`
1737
- width: ${({$width:e})=>e?`calc(${e} - 24px)`:"fit-content"};
1738
- padding: 6px 12px;
1739
- display: flex;
1740
- align-self: stretch;
1741
- align-items: center;
1742
- gap: 8px;
1743
- border-radius: 6px;
1744
-
1745
- border: none;
1746
- border-radius: 6px;
1747
- background: ${({$isHovered:e,$isActive:t,theme:i})=>e||t?i.v2.colors.silver[700]:i.v2.colors.silver[800]};
1748
- `,Vp=Lt.input`
1749
- flex: 1;
1750
- font-family: ${({theme:e})=>e.font_family.primary};
1751
- font-size: 14px;
1752
- font-weight: 400;
1753
- line-height: 20px;
1754
-
1755
- cursor: text;
1756
- color: ${({$textColor:e})=>e};
1757
- &::placeholder {
1758
- color: ${({$textColor:e})=>e};
1759
- }
1760
-
1761
- overflow: hidden;
1762
- text-overflow: ellipsis;
1763
- white-space: nowrap;
1764
- `,Hp=({value:e,onChange:t,placeholder:i,width:n,segment:o})=>{const r=Pt(),[a,s]=wt(!1),[l,c]=wt(!1),[d,p]=wt(!1),u=a?r.v2.colors.white[500]:r.v2.colors.silver[200],h=!!o?.options?.length,m=yt(()=>{if(h)return o?.options.find(e=>e.value===o.selected)?.label},[h,o?.options,o?.selected]),g=yt(()=>i||(h&&m?`Search by ${m.toLowerCase()}`:"Search..."),[i,h,m]);return Rt(Wp,{$width:n,onMouseEnter:()=>c(!0),onMouseLeave:()=>c(!1),$isHovered:l&&!d,$isActive:a,children:[_t(rt,{size:18,fill:u}),_t(Vp,{"data-id":"search",name:"search",type:"text",placeholder:g,value:e,onChange:e=>{e.stopPropagation(),t(e.target.value)},onFocus:()=>s(!0),onBlur:()=>s(!1),$textColor:u}),h&&_t("div",{onMouseEnter:()=>p(!0),onMouseLeave:()=>p(!1),children:_t(Up,{options:o.options,selected:o.selected,setSelected:o.setSelected,size:Mp.S})})]})};var qp;!function(e){e.S="small",e.L="large"}(qp||(qp={}));const Gp=Lt.div`
1765
- width: fit-content;
1766
- display: flex;
1767
- align-items: center;
1768
- gap: 8px;
1769
- cursor: ${({$disabled:e})=>e?"not-allowed":"pointer"};
1770
- `,Kp=Lt.div`
1771
- width: ${({$size:e})=>e===qp.S?"16px":"20px"};
1772
- height: ${({$size:e})=>e===qp.S?"16px":"20px"};
1773
- display: flex;
1774
- align-items: center;
1775
- justify-content: center;
1776
- border-radius: 4px;
1777
- border: 1px solid ${({$borderColor:e})=>e};
1778
- background-color: ${({$backgroundColor:e})=>e};
1779
- `,Yp=({label:e,size:t=qp.L,disabled:i,partiallyChecked:n,value:o,onChange:r})=>{const a=Pt(),[s,l]=wt(!1),c=n||o,d=t===qp.S?12:16,p=i?a.v2.colors.grey[400]:a.v2.colors.white[500],u=c?"transparent":i?a.v2.colors.grey[700]:s?a.v2.colors.silver[400]:a.v2.colors.silver[600],h=i?a.v2.colors.grey[600]:c?a.v2.colors.purple[500]:a.v2.colors.silver[900];return Rt(Gp,{"data-id":"checkbox"+(e?`-${e}`:""),onClick:e=>{e.stopPropagation(),i||r(!!n||!o)},$disabled:i,onMouseEnter:()=>l(!0),onMouseLeave:()=>l(!1),children:[_t(Kp,{$size:t,$borderColor:u,$backgroundColor:h,children:n?_t(Je,{size:d,fill:p}):o?_t(Ge,{size:d,fill:p}):null}),e&&_t(so,{size:t===qp.S?ro.XXS:ro.XS,nowrap:!0,children:e})]})},Jp=Lt.div`
1780
- display: flex;
1781
- flex-direction: ${({$direction:e})=>e===gi.Horizontal?"row":"column"};
1782
- gap: ${({$direction:e})=>e===gi.Horizontal?16:8}px;
1783
- `,Xp=({direction:e=gi.Vertical,title:t,size:i,disabled:n,withSelectAll:o,options:r,values:a,setValues:s})=>{const l=i===qp.S?ro.XXS:ro.XS,c=yt(()=>r.every(e=>a[e.id]),[r,a]),d=yt(()=>r.some(e=>a[e.id])&&r.some(e=>!a[e.id]),[r,a]),p=(e,t)=>{s(i=>{const n={...i};return e?n[e]=t:r.forEach(e=>n[e.id]=t),n})};return Rt(Jp,{$direction:e,children:[t&&o?_t(Yp,{label:t,partiallyChecked:d,value:c,onChange:e=>p("",e),size:i}):t&&!o?_t(so,{size:l,children:t}):null,r.map(e=>_t(Yp,{...e,value:a[e.id],onChange:t=>p(e.id,t),disabled:n,size:i},`${t}-checkbox-${e.id}`))]})};var Zp,Qp;!function(e){e.Left="left",e.Right="right"}(Zp||(Zp={})),function(e){e.Top="top",e.Bottom="bottom"}(Qp||(Qp={}));const eu=Lt.div`
1784
- position: relative;
1785
- `,tu=Lt.div`
1786
- display: flex;
1787
- flex-direction: column;
1788
- gap: 0;
1789
-
1790
- min-width: 120px;
1791
- width: ${({$fullWidth:e})=>e?"calc(100% - 16px)":"fit-content"};
1792
- padding: 8px;
1793
- border-radius: 6px;
1794
- background-color: ${({theme:e})=>e.v2.colors.silver[900]};
1795
- box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.3);
1796
-
1797
- position: absolute;
1798
- ${({$alignX:e})=>`${e}: 0;`}
1799
- ${({$alignY:e,$withButton:t})=>`${e===Qp.Bottom?"top":"bottom"}: ${t?"calc(100% + 8px)":"0"};`}
1800
- `,iu=Lt.div`
1801
- display: flex;
1802
- flex-direction: column;
1803
- gap: 0;
1804
-
1805
- width: 100%;
1806
- max-height: ${({$maxHeight:e})=>e||"230px"};
1807
- overflow-y: auto;
1808
- `,nu=Lt.div`
1809
- display: flex;
1810
- align-items: center;
1811
- gap: 8px;
1812
- width: calc(100% - 16px);
1813
- padding: 8px;
1814
- border-radius: 6px;
1815
- cursor: pointer;
1816
- ${({$selected:e})=>e?Mt`
1817
- background-color: ${({theme:e})=>e.v2.colors.silver[500]};
1818
- `:Mt`
1819
- background-color: transparent;
1820
- &:hover {
1821
- background-color: ${({theme:e})=>e.v2.colors.grey[700]};
1822
- }
1823
- `}
1824
- `,ou=({defaultOpen:e,alignX:t,alignY:i,items:n,selectedIds:o,setSelectedIds:r,withMultiSelect:a,withSearch:s,fullWidth:l,maxHeight:c,buttonProps:d,iconButtonProps:p})=>{const u=Pt(),h=!!d||!!p,[m,g]=wt(e??!h),[$,f]=wt({x:t||Zp.Left,y:i||Qp.Bottom}),x=e=>{g(e=>!e),f({x:t||(e.clientX>window.innerWidth/2?Zp.Right:Zp.Left),y:i||(e.clientY>window.innerHeight/2?Qp.Top:Qp.Bottom)})},b=e=>{r(a?o.includes(e)?o.filter(t=>t!==e):[...o,e]:[e]),h&&!a&&g(!1)},y=kt(null);Vr(y,()=>g(!1));const[w,v]=wt(""),k=yt(()=>w?n.filter(e=>e?.label?.toLowerCase().includes(w.toLowerCase())):n,[n.length,w]);return Rt(eu,{ref:y,children:[d&&_t(Fp,{...d,fullWidth:l,rightIcon:m?pt:ut,onClick:x}),p&&_t(_r,{...p,onClick:x}),m&&Rt(tu,{$alignX:$.x,$alignY:$.y,$fullWidth:l,$withButton:h,children:[s&&_t(Hp,{value:w,onChange:v,width:"100%"}),_t(iu,{$maxHeight:c,children:k.map(e=>{if(!e)return null;const{id:t,label:i,icon:n,withCheckbox:r}=e,a=o.includes(t);return Rt(nu,{$selected:a,onClick:()=>b(t),children:[r&&_t(Yp,{value:a,onChange:()=>b(t)}),n&&_t(n,{size:14,fill:u.v2.colors.white[500]}),_t(so,{size:ro.XS,nowrap:!0,children:i})]},t)})}),a&&_t(Fp,{label:"Done",onClick:()=>g(!1)})]})]})};var ru;!function(e){e.Button="button",e.ButtonDropData="button-drop-data"}(ru||(ru={}));const au=({onAnyClick:e,actions:t})=>_t(ia,{$gap:8,$alignItems:"center",children:t?.map(t=>{if(!t)return null;switch(t.type){case ru.Button:return _t(Fp,{...t.buttonProps,onClick:i=>{t.buttonProps?.onClick?.(i),e?.()}},t.id);case ru.ButtonDropData:return _t(ou,{...t.dropDataProps,items:t.dropDataProps?.items??[],withMultiSelect:!1,selectedIds:[],setSelectedIds:i=>{t.buttonProps?.onClick?.(i[0]),e?.()},buttonProps:t.buttonProps},t.id);default:return null}})}),su=({icon:e,title:t,withCopy:i,badge:n,children:o})=>{const{CopyButton:r}=Rr();return Rt(ia,{$gap:6,$alignItems:"center",children:[_t(e,{size:24}),_t(so,{nowrap:!0,children:t}),i&&_t(r,{value:t,size:Nr.XS}),n&&_t(co,{...n}),o]})};var lu;!function(e){e.S="small",e.M="medium"}(lu||(lu={}));const cu=Lt.div`
1825
- display: flex;
1826
- flex-direction: column;
1827
- gap: ${({$gap:e})=>e}px;
1828
- width: ${({$padding:e})=>`calc(100% - ${2*e}px)`};
1829
- padding: ${({$padding:e})=>e}px;
1830
- border-radius: 16px;
1831
- background-color: ${({theme:e})=>e.v2.colors.silver[1e3]};
1832
- `,du=({size:e=lu.M,richTitle:t,search:i,actions:n,children:o})=>{const r=e===lu.S?4:16,a=e===lu.S?12:16;return Rt(cu,{$padding:a,$gap:r,children:[Rt(ia,{$gap:r,$justifyContent:"space-between",children:[_t(su,{...t,children:i&&_t(Hp,{...i})}),_t(au,{actions:n??[]})]}),o]})},pu=Lt.div`
1833
- flex: 1;
1834
- align-self: stretch;
1835
- display: flex;
1836
- align-items: center;
1837
- gap: 8px;
1838
- padding: 16px;
1839
- border-radius: 12px;
1840
- background-color: ${({theme:e,$status:t})=>Tn(e,t,t===Ti.Unknown?"750":"500")};
1841
- `,uu=Lt.div`
1842
- display: flex;
1843
- align-items: center;
1844
- justify-content: center;
1845
- width: fit-content;
1846
- height: fit-content;
1847
- padding: 8px;
1848
- border-radius: 12px;
1849
- background-color: ${({theme:e,$status:t})=>t===Ti.Unknown?Tn(e,t,"800"):Tn(e,t,"900")+ur["015"]};
1850
- `,hu=({status:e,icon:t,title:i,description:n})=>{const o=Pt(),r=t??On(e,o),a=[Ei.Default,Ei.Info,Ti.Disabled,Ti.Unknown].includes(e)?o.v2.colors.white[500]:o.v2.colors.black[500];return Rt(pu,{$status:e,children:[_t(uu,{$status:e,children:_t(r,{size:32,fill:a})}),Rt(na,{$gap:2,$justifyContent:"center",children:[_t(so,{size:ro.M,weight:500,color:a,nowrap:!0,children:i}),_t(so,{size:ro.XXS,weight:300,color:a,nowrap:!0,children:n})]})]})},mu=Lt.div`
1851
- flex: 1;
1852
- align-self: stretch;
1853
- display: flex;
1854
- flex-direction: column;
1855
- gap: 12px;
1856
- padding: 12px;
1857
- border-radius: 12px;
1858
- background-color: ${({theme:e})=>e.v2.colors.silver[800]};
1859
- `,gu=["-","N/A"],$u=({title:e,cells:t})=>{const i=Pt();return Rt(mu,{children:[_t(so,{size:ro.XXS,color:i.v2.colors.grey[150],children:e}),_t(ia,{$gap:32,children:t.map(t=>Rt(na,{$gap:2,children:[!t.isLoading||t.value&&!gu.includes(t.value)?_t(so,{size:t.label?ro.M:ro.L,children:t.value}):_t(gs,{scale:.9}),t.label&&_t(so,{size:ro.XXS,children:t.label})]},`${e}-${t.label}-${t.value}`))})]})},fu=Lt(ia)`
1860
- width: calc(100% - 20px);
1861
- padding: 10px;
1862
- border-radius: 6px;
1863
- background-color: ${({theme:e})=>e.v2.colors.grey[800]};
1864
- display: flex;
1865
- align-items: center;
1866
- justify-content: space-between;
1867
- gap: 12px;
1868
- `,xu=Lt.div`
1869
- position: relative;
1870
- width: ${({$hideCopy:e})=>e?"100%":"calc(100% - 24px - 12px)"};
1871
- display: flex;
1872
- align-items: center;
1873
- gap: 4px;
1874
- `,bu=Lt.pre`
1875
- flex: 1;
1876
- margin: 0;
1877
- padding: 0;
1878
- font-size: 14px;
1879
- color: #5ffb98; // TODO: add to theme
1880
- overflow-x: auto;
1881
- `,yu=Lt.span`
1882
- flex-shrink: 0;
1883
- font-size: 14px;
1884
- color: #5ffb98; // TODO: add to theme
1885
- `,wu=({value:e,hideCopy:t=!1,onDone:i})=>{const{CopyButton:n}=Rr({onDone:i}),o=kt(null),[r,a]=wt(!1);return vt(()=>{const e=()=>{if(o.current){const{scrollWidth:e,clientWidth:t}=o.current;a(e>t)}};e();const t=new ResizeObserver(e);return o.current&&t.observe(o.current),()=>{t.disconnect()}},[e]),Rt(fu,{children:[Rt(xu,{$hideCopy:t,children:[_t(bu,{ref:o,children:e}),r&&_t(yu,{children:"..."})]}),!t&&_t(n,{value:e,size:Nr.XS})]})},vu=Lt.div`
1886
- display: flex;
1887
- align-items: center;
1888
- justify-content: space-between;
1889
- width: calc(100%);
1890
- `,ku=Lt.div`
1891
- display: flex;
1892
- align-items: center;
1893
- gap: 16px;
1894
- `,Cu=Lt.div`
1895
- display: flex;
1896
- align-items: center;
1897
- justify-content: center;
1898
- width: 36px;
1899
- height: 36px;
1900
- border-radius: 8px;
1901
- background: ${({theme:e})=>e.v2.colors.silver[800]};
1902
- `,Su=Lt.div`
1903
- display: flex;
1904
- align-items: center;
1905
- gap: 12px;
1906
- `,Eu=({icon:e,title:t,actions:i,onClose:n,onCloseDisabled:o})=>Rt(vu,{children:[Rt(ku,{children:[_t(Cu,{children:_t(e,{size:24})}),_t(so,{size:ro.S,children:t})]}),Rt(Su,{children:[i?.length?_t(_r,{icon:ht,size:Nr.M,onClick:()=>alert("todo")}):null,_t(_r,{icon:Ye,size:Nr.M,onClick:n,disabled:o})]})]}),Au=Lt.div`
1907
- position: fixed;
1908
- top: 0;
1909
- bottom: 0;
1910
- ${({$position:e})=>e}: 0;
1911
- z-index: 1000;
1912
-
1913
- display: flex;
1914
- flex-direction: column;
1915
- gap: 12px;
1916
-
1917
- width: calc(${({$width:e})=>e} - 32px);
1918
- padding: 12px;
1919
- border-radius: ${({$position:e})=>"left"===e?"0 20px 20px 0":"20px 0 0 20px"};
1920
- background: ${({theme:e})=>e.v2.colors.black[500]};
1921
- box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.7);
1922
- overflow: hidden;
1923
-
1924
- animation-name: ${({$position:e})=>mr.in[e]};
1925
- `,Du=Lt.div`
1926
- display: flex;
1927
- flex-direction: column;
1928
- gap: 12px;
1929
-
1930
- height: calc(100% - ${56}px);
1931
- overflow-y: auto;
1932
- `,Tu=({isOpen:e,hideOverlay:t=!1,position:i="right",width:n="600px",header:o,children:r})=>(Tr(e),e?Kt(Rt(Bt,{children:[!t&&_t(aa,{onClick:o.onCloseDisabled?void 0:o.onClose}),Rt(Au,{$position:i,$width:n,children:[_t(Eu,{...o}),_t(Du,{children:r})]})]}),document.body):null),Fu=Lt.header`
1933
- position: relative;
1934
- width: calc(100% - 36px);
1935
- padding: 12px 18px;
1936
- background-color: ${({theme:e})=>e.v2.colors.black[500]};
1937
- display: flex;
1938
- align-items: center;
1939
- justify-content: space-between;
1940
- `,Ou=Lt(ia)`
1941
- position: absolute;
1942
- left: 50%;
1943
- transform: translateX(-50%);
1944
- gap: 16px;
1945
- `,zu=({left:e=[],center:t=[],right:i=[]})=>Rt(Fu,{children:[_t(ia,{$gap:16,children:e}),_t(Ou,{children:t}),_t(ia,{$gap:16,children:i})]}),Nu=Lt.div`
1946
- display: flex;
1947
- align-items: center;
1948
- gap: 2px;
1949
- width: fit-content;
1950
- padding: 4px;
1951
- border-radius: 8px;
1952
- background-color: ${({theme:e})=>e.v2.colors.silver[600]};
1953
- box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25);
1954
-
1955
- position: absolute;
1956
- right: ${({$right:e})=>e||"12px"};
1957
- top: 50%;
1958
- transform: translateY(-50%);
1959
- `,Iu=({isOpen:e,actions:t,positionRight:i})=>e?_t(Nu,{$right:i,children:t.map(e=>e?_t(Ta,{text:e.tooltip||"",children:_t(Fp,{...e,variant:Ap.Secondary,size:Dp.S,label:e.label})},e.id):null)}):null,_u=Lt.span`
1960
- font-family: ${({theme:e})=>e.font_family.primary};
1961
- font-size: 14px;
1962
- font-weight: 400;
1963
- color: ${({theme:e})=>e.text.error};
1964
- `,Ru=Lt.span`
1965
- font-family: ${({theme:e})=>e.font_family.primary};
1966
- font-size: 14px;
1967
- font-weight: 400;
1968
- color: ${({theme:e})=>e.v2.colors.silver[200]};
1969
- `,Bu=Lt.div`
1970
- padding: ${({$small:e})=>e?"4px":"12px"};
1971
-
1972
- display: flex;
1973
- align-self: stretch;
1974
- align-items: center;
1975
- gap: 8px;
1976
- border-radius: 6px;
1977
-
1978
- border: 1px solid ${({theme:e,$disabled:t,$error:i})=>t?e.v2.colors.grey[600]:i?e.v2.colors.red[500]:e.v2.colors.silver[500]};
1979
- background: ${({theme:e,$disabled:t})=>t?e.v2.colors.grey[800]:e.v2.colors.black[500]};
1980
- ${({$disabled:e,$error:t})=>!e&&!t&&Mt`
1981
- &:hover,
1982
- &:active,
1983
- &:focus-within {
1984
- border: 1px solid ${({theme:e})=>e.v2.colors.silver[300]};
1985
- }
1986
- `}
1987
- `,Lu=Lt.input`
1988
- flex: 1;
1989
- font-family: ${({theme:e})=>e.font_family.primary};
1990
- font-size: ${({$small:e})=>e?"12px":"14px"};
1991
- font-weight: 400;
1992
-
1993
- line-height: ${({$small:e})=>e?"unset":"22px"};
1994
- max-width: ${({$maxWidth:e})=>e||"unset"};
1995
-
1996
- cursor: text;
1997
- color: ${({theme:e})=>e.v2.colors.white[500]};
1998
- &::placeholder {
1999
- color: ${({theme:e})=>e.v2.colors.silver[200]};
2000
- }
2001
-
2002
- &:disabled {
2003
- cursor: not-allowed;
2004
- color: ${({theme:e})=>e.v2.colors.grey[400]};
2005
- &::placeholder {
2006
- color: ${({theme:e})=>e.v2.colors.grey[400]};
2007
- }
2008
- }
2009
-
2010
- overflow: hidden;
2011
- text-overflow: ellipsis;
2012
- white-space: nowrap;
2013
- `,Mu=Lt.div`
2014
- display: flex;
2015
- align-items: center;
2016
- justify-content: center;
2017
- cursor: pointer;
2018
- `,Pu=({label:e,required:t,tooltip:i,leftIcon:n,rightIcon:o,errorMessage:r,helpMessage:a,type:s=Si.Text,name:l,value:c,onChange:d,disabled:p,maxWidth:u,small:h=!1,...m})=>{const g=Pt(),$=s===Si.Password,[f,x]=wt(!1),b=c?g.v2.colors.white[500]:p?g.v2.colors.grey[400]:g.v2.colors.silver[200],y=h?14:18;return Rt(na,{$gap:6,children:[(e||i||t)&&Rt(ia,{$justifyContent:"space-between",children:[e&&_t(Ru,{children:e}),Rt(ia,{$gap:10,children:[i&&_t(Ta,{text:i,withIcon:!0}),t&&_t(_u,{children:"*"})]})]}),Rt(Bu,{$small:h,$disabled:p,$error:!!r,children:[n?_t(n,{size:y,fill:b}):null,_t(Lu,{"data-id":l,type:f||s===Si.Number?Si.Text:s,name:l,value:c,onChange:e=>{e.stopPropagation(),s===Si.Number&&(e.target.value=Jn(e.target.value)),d?.(e)},onKeyDown:e=>{["Enter"].includes(e.key)||e.stopPropagation()},disabled:p,$maxWidth:u,$small:h,...m}),$?_t(Mu,{onClick:()=>x(e=>!e),children:_t(f?nt:ot,{size:y,fill:b})}):o?_t(o,{size:y,fill:b}):null]}),r?Rt(ia,{$gap:4,children:[_t(qe,{size:12,fill:g.v2.colors.red[500]}),_t(so,{size:ro.XXS,weight:400,color:g.v2.colors.red[500],children:r})]}):a?Rt(ia,{$gap:4,children:[_t(qe,{size:12,fill:g.v2.colors.silver[200]}),_t(so,{size:ro.XXS,weight:400,color:g.v2.colors.silver[200],children:a})]}):null]})},ju=Lt.div`
2019
- position: ${({$relativeToParent:e})=>e?"absolute":"fixed"};
2020
- top: 50%;
2021
- left: 50%;
2022
- transform: translate(-50%, -50%);
2023
- z-index: 1000;
2024
- width: fit-content;
2025
- border-radius: 20px;
2026
- background: ${({theme:e})=>e.v2.colors.black[500]};
2027
- box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.7);
2028
- overflow: hidden;
2029
-
2030
- animation-name: ${mr.in.center};
2031
- `,Uu=Lt.div`
2032
- position: relative;
2033
- `,Wu=Lt.div`
2034
- position: absolute;
2035
- top: 16px;
2036
- left: 16px;
2037
- `,Vu=({isOpen:e,hideOverlay:t=!1,relativeToParent:i=!1,onBack:n,onClose:o,children:r})=>{if(Tr(e),!e)return null;const a=Rt(Bt,{children:[!t&&_t(aa,{$relativeToParent:i,onClick:o}),_t(ju,{$relativeToParent:i,children:Rt(Uu,{children:[n&&_t(Wu,{children:_t(_r,{icon:e=>_t(dt,{rotate:-90,...e}),size:Nr.L,onClick:n})}),r]})})]});return i?a:Kt(a,document.body)},Hu=Lt.div`
2038
- min-width: 530px;
2039
- `,qu=Lt.div`
2040
- display: flex;
2041
- flex-direction: column;
2042
- align-items: center;
2043
- gap: 16px;
2044
- padding: 24px;
2045
- `,Gu=Lt.div`
2046
- display: flex;
2047
- justify-content: center;
2048
- gap: 16px;
2049
- padding: 16px 24px;
2050
- background-color: ${({theme:e})=>e.v2.colors.silver[1e3]};
2051
- `,Ku=({visual:e,title:t,description:i,isOpen:n,onClose:o,onDeny:r,denyLabel:a="Deny",onApprove:s,approveLabel:l="Approve",...c})=>{const d=Pt();return _t(Vu,{isOpen:n,onClose:o,...c,children:Rt(Hu,{children:[Rt(qu,{children:[e&&_t(e,{}),_t(so,{size:ro.M,weight:500,color:d.v2.colors.white[500],children:t}),_t(na,{$alignItems:"center",$gap:4,children:i.split("\n").map(e=>_t(so,{size:ro.XS,weight:400,color:d.v2.colors.silver[200],children:e},e))})]}),(r||s)&&Rt(Gu,{children:[_t(Fp,{variant:Ap.Secondary,label:a,onClick:()=>{r?.(),o()}}),s&&_t(Fp,{variant:Ap.Primary,label:l,onClick:()=>{s(),o()}})]})]})})},Yu=({isOpen:e,onClose:t,onDeny:i,onApprove:n})=>_t(Ku,{title:"Discard changes?",description:"You have unsaved changes.\nIf you cancel now, your changes won't be saved.",isOpen:e,onClose:t,onDeny:i,denyLabel:"Keep editing",onApprove:n,approveLabel:"Discard changes"}),Ju=({isOpen:e,onClose:t,onDeny:i,onApprove:n,action:o="delete",target:r})=>{const a=o.charAt(0).toUpperCase()+o.substring(1),s=r?.endsWith("s")?"these":"this";return _t(Ku,{title:`${a}${r?` ${r}`:""}?`,description:`Are you sure you want to ${o}${r?` ${s} ${r}`:""}?`,isOpen:e,onClose:t,onDeny:i,denyLabel:"Go back",onApprove:n,approveLabel:a})},Xu=Lt.div`
2052
- width: ${({$size:e})=>e}px;
2053
- height: ${({$size:e})=>e}px;
2054
- border-radius: 100%;
2055
- background: ${({$color:e})=>e};
2056
- display: flex;
2057
- align-items: center;
2058
- justify-content: center;
2059
- `,Zu=({scale:e,icon:t})=>{const i=Pt();return _t(Xu,{$size:45*e,$color:"rgba(80, 246, 232, 0.10)",children:_t(Xu,{$size:43*e,$color:"rgba(80, 246, 232, 0.20)",children:_t(Xu,{$size:39*e,$color:"rgba(80, 246, 232, 0.40)",children:_t(Xu,{$size:33*e,$color:"rgba(80, 246, 232, 0.60)",children:_t(Xu,{$size:23*e,$color:"#50F6E8",children:_t(t,{size:16*e,fill:i.v2.colors.black[500]})})})})})})},Qu=434,eh=635,th=Lt.div`
2060
- width: ${434}px;
2061
- height: ${635}px;
2062
- display: flex;
2063
- flex-direction: column;
2064
- align-items: center;
2065
- justify-content: center;
2066
- padding: 16px;
2067
- background: linear-gradient(180deg, #0b0517 2.82%, #190d31 100%);
2068
- position: relative;
2069
- `,ih=Lt.div`
2070
- position: absolute;
2071
- top: 50%;
2072
- left: 50%;
2073
- transform: translate(-50%, -50%);
2074
- `,nh=()=>Rt(th,{children:[_t(ih,{children:Rt("svg",{xmlns:"http://www.w3.org/2000/svg",width:"464",height:"464",viewBox:"0 0 464 464",fill:"none",children:[_t("path",{opacity:"0.1",d:"M231.567 463.134C359.458 463.134 463.134 359.458 463.134 231.567C463.134 103.676 359.458 0 231.567 0C103.676 0 0 103.676 0 231.567C0 359.458 103.676 463.134 231.567 463.134Z",fill:"url(#paint0_radial_164_65835)"}),_t("defs",{children:Rt("radialGradient",{id:"paint0_radial_164_65835",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(201.232 229.641) scale(231.217)",children:[_t("stop",{stopColor:"#7C3BFF",stopOpacity:"0.1"}),_t("stop",{offset:"0.41",stopColor:"#7C3BFF",stopOpacity:"0.11"}),_t("stop",{offset:"0.56",stopColor:"#7C3BFF",stopOpacity:"0.13"}),_t("stop",{offset:"0.67",stopColor:"#7C3BFF",stopOpacity:"0.18"}),_t("stop",{offset:"0.75",stopColor:"#7C3BFF",stopOpacity:"0.25"}),_t("stop",{offset:"0.83",stopColor:"#7C3BFF",stopOpacity:"0.33"}),_t("stop",{offset:"0.89",stopColor:"#7C3BFF",stopOpacity:"0.44"}),_t("stop",{offset:"0.95",stopColor:"#7C3BFF",stopOpacity:"0.56"}),_t("stop",{offset:"1",stopColor:"#7C3BFF",stopOpacity:"0.7"})]})})]})}),_t(ih,{children:Rt("svg",{xmlns:"http://www.w3.org/2000/svg",width:"432",height:"432",viewBox:"0 0 432 432",fill:"none",children:[_t("path",{opacity:"0.3",d:"M215.921 431.841C335.17 431.841 431.841 335.17 431.841 215.921C431.841 96.6709 335.17 0 215.921 0C96.6709 0 0 96.6709 0 215.921C0 335.17 96.6709 431.841 215.921 431.841Z",fill:"url(#paint0_radial_164_65836)"}),_t("defs",{children:Rt("radialGradient",{id:"paint0_radial_164_65836",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(204.229 214.376) scale(216.276)",children:[_t("stop",{stopColor:"#7C3BFF",stopOpacity:"0.1"}),_t("stop",{offset:"0.38",stopColor:"#7C3BFF",stopOpacity:"0.11"}),_t("stop",{offset:"0.52",stopColor:"#7C3BFF",stopOpacity:"0.13"}),_t("stop",{offset:"0.62",stopColor:"#7C3BFF",stopOpacity:"0.18"}),_t("stop",{offset:"0.69",stopColor:"#7C3BFF",stopOpacity:"0.25"}),_t("stop",{offset:"0.76",stopColor:"#7C3BFF",stopOpacity:"0.33"}),_t("stop",{offset:"0.82",stopColor:"#7C3BFF",stopOpacity:"0.44"}),_t("stop",{offset:"0.88",stopColor:"#7C3BFF",stopOpacity:"0.57"}),_t("stop",{offset:"0.93",stopColor:"#7C3BFF",stopOpacity:"0.72"}),_t("stop",{offset:"0.97",stopColor:"#7C3BFF",stopOpacity:"0.88"}),_t("stop",{offset:"1",stopColor:"#7C3BFF"})]})})]})}),_t(ih,{children:Rt("svg",{xmlns:"http://www.w3.org/2000/svg",width:"374",height:"374",viewBox:"0 0 374 374",fill:"none",children:[_t("path",{opacity:"0.5",d:"M186.963 373.927C290.22 373.927 373.927 290.22 373.927 186.963C373.927 83.7063 290.22 0 186.963 0C83.7063 0 0 83.7063 0 186.963C0 290.22 83.7063 373.927 186.963 373.927Z",fill:"url(#paint0_radial_164_65837)"}),_t("defs",{children:Rt("radialGradient",{id:"paint0_radial_164_65837",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(166.792 184.246) scale(186.963)",children:[_t("stop",{stopColor:"#7C3BFF",stopOpacity:"0.1"}),_t("stop",{offset:"0.31",stopColor:"#7C3BFF",stopOpacity:"0.11"}),_t("stop",{offset:"0.45",stopColor:"#7C3BFF",stopOpacity:"0.14"}),_t("stop",{offset:"0.56",stopColor:"#7C3BFF",stopOpacity:"0.19"}),_t("stop",{offset:"0.65",stopColor:"#7C3BFF",stopOpacity:"0.26"}),_t("stop",{offset:"0.73",stopColor:"#7C3BFF",stopOpacity:"0.35"}),_t("stop",{offset:"0.8",stopColor:"#7C3BFF",stopOpacity:"0.46"}),_t("stop",{offset:"0.86",stopColor:"#7C3BFF",stopOpacity:"0.6"}),_t("stop",{offset:"0.92",stopColor:"#7C3BFF",stopOpacity:"0.76"}),_t("stop",{offset:"0.98",stopColor:"#7C3BFF",stopOpacity:"0.93"}),_t("stop",{offset:"1",stopColor:"#7C3BFF"})]})})]})}),_t(ih,{children:Rt("svg",{xmlns:"http://www.w3.org/2000/svg",width:"257",height:"257",viewBox:"0 0 257 257",fill:"none",children:[_t("path",{opacity:"0.7",d:"M128.193 256.387C198.992 256.387 256.387 198.992 256.387 128.193C256.387 57.3941 198.992 0 128.193 0C57.3941 0 0 57.3941 0 128.193C0 198.992 57.3941 256.387 128.193 256.387Z",fill:"url(#paint0_radial_164_65838)"}),_t("defs",{children:Rt("radialGradient",{id:"paint0_radial_164_65838",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(113.263 126.219) scale(128.08)",children:[_t("stop",{stopColor:"#7C3BFF",stopOpacity:"0.1"}),_t("stop",{offset:"0.31",stopColor:"#7C3BFF",stopOpacity:"0.11"}),_t("stop",{offset:"0.45",stopColor:"#7C3BFF",stopOpacity:"0.14"}),_t("stop",{offset:"0.56",stopColor:"#7C3BFF",stopOpacity:"0.19"}),_t("stop",{offset:"0.65",stopColor:"#7C3BFF",stopOpacity:"0.26"}),_t("stop",{offset:"0.73",stopColor:"#7C3BFF",stopOpacity:"0.35"}),_t("stop",{offset:"0.8",stopColor:"#7C3BFF",stopOpacity:"0.46"}),_t("stop",{offset:"0.86",stopColor:"#7C3BFF",stopOpacity:"0.6"}),_t("stop",{offset:"0.92",stopColor:"#7C3BFF",stopOpacity:"0.76"}),_t("stop",{offset:"0.98",stopColor:"#7C3BFF",stopOpacity:"0.93"}),_t("stop",{offset:"1",stopColor:"#7C3BFF"})]})})]})}),_t(ih,{children:_t(H,{size:112})})]}),oh=({minSupportedVersion:e,currentVersion:t})=>_t(Ku,{isOpen:!0,onClose:()=>{},relativeToParent:!0,visual:()=>_t(Zu,{scale:2.4,icon:()=>_t("svg",{xmlns:"http://www.w3.org/2000/svg",width:"22",height:"21",viewBox:"0 0 22 21",fill:"none",children:_t("path",{fill:"#151618",d:"M9.4844 0.730003C9.99694 -0.243259 11.4076 -0.24341 11.92 0.730003L11.9685 0.831353L14.3039 6.22012L20.153 6.77755C21.3553 6.89211 21.841 8.38683 20.9358 9.18621L16.5314 13.0731L17.8091 18.8079C18.0716 19.9868 16.8005 20.9109 15.7605 20.2969L10.7017 17.3093L5.64282 20.2969C4.60289 20.9104 3.33173 19.9866 3.59427 18.8079L4.87192 13.0741L0.468608 9.18621C-0.43662 8.38693 0.0482932 6.8924 1.25029 6.77755L7.09837 6.22012L9.43588 0.831353L9.4844 0.730003ZM8.55284 7.02876C8.35287 7.48992 7.9179 7.80589 7.41751 7.85357L2.03952 8.36571L6.09027 11.941C6.46691 12.2737 6.63296 12.7852 6.5237 13.2758L5.34956 18.5459L10.0008 15.8009L10.1669 15.7179C10.5087 15.574 10.8945 15.5741 11.2364 15.7179L11.4036 15.8009L16.0538 18.5459L14.8807 13.2758C14.7714 12.7851 14.9374 12.2737 15.3141 11.941L19.3627 8.36571L13.9858 7.85357C13.4855 7.80587 13.0505 7.4899 12.8505 7.02876L10.7017 2.07342L8.55284 7.02876Z"})})}),title:"Upgrade Required",description:`To use this feature, please upgrade to Odigos v${e} or later.\nCurrent version: ${t}.`}),rh=Lt.div`
2075
- padding: 0 12px;
2076
- `,ah=({title:e="YAML",yaml:t,defaultOpen:i})=>{const{clickCopy:n,isCopied:o}=Rr(),[r,a]=wt(i??!1),s=yt(()=>t?[{id:dn(),type:ru.Button,buttonProps:{variant:Ap.Secondary,size:Dp.S,leftIcon:o?Ge:Ke,onClick:()=>n(t||""),disabled:o}},{id:dn(),type:ru.Button,buttonProps:{variant:Ap.Secondary,size:Dp.S,leftIcon:r?pt:ut,onClick:()=>a(e=>!e)}}]:[],[t,o,r]);return _t(du,{richTitle:{icon:mt,title:e},actions:s,children:r&&_t(rh,{children:t?_t(cs,{code:t,language:"yaml",theme:"duotoneDark"}):_t(oa,{children:_t(ol,{title:"YAML not found",subTitle:"The YAML for this resource is not available"})})})})},sh=Lt.div`
2077
- display: flex;
2078
- align-items: center;
2079
- justify-content: space-between;
2080
- gap: 32px;
2081
-
2082
- padding: 18px 16px;
2083
- border-radius: 18px;
2084
- background-color: ${({theme:e})=>e.v2.colors.black[500]+ur["095"]};
2085
- box-shadow: 0 4px 16.7px 0 rgba(0, 0, 0, 0.83);
2086
-
2087
- position: fixed;
2088
- bottom: 0;
2089
- left: 50%;
2090
- animation-name: ${mr.in.center};
2091
- `,lh=({isOpen:e,onClose:t,richTitle:i,actions:n})=>e?Rt(sh,{children:[_t(su,{...i}),_t(au,{onAnyClick:t,actions:n})]}):null,ch=Lt.div`
2092
- border-radius: 100%;
2093
- background-color: ${({theme:e})=>e.v2.colors.silver[700]};
2094
- position: relative;
2095
- `,dh=Lt.div`
2096
- width: 80px;
2097
- height: 80px;
2098
- border-radius: 100%;
2099
- border: 4px solid ${({theme:e})=>e.v2.colors.green[300]};
2100
- border-right-color: transparent;
2101
- border-left-color: transparent;
2102
- border-bottom-color: transparent;
2103
- animation: spin 1s linear infinite;
2104
- @keyframes spin {
2105
- to {
2106
- transform: rotate(360deg);
2107
- }
2108
- }
2109
- `,ph=Lt(so)`
2110
- position: absolute;
2111
- top: 50%;
2112
- left: 50%;
2113
- transform: translate(-50%, -50%);
2114
- `,uh=({percentage:e})=>Rt(ch,{children:[_t(dh,{}),"number"==typeof e?_t(ph,{size:ro.M,weight:500,children:`${e}%`}):null]}),hh={cm:!0,mm:!0,in:!0,px:!0,pt:!0,pc:!0,em:!0,ex:!0,ch:!0,rem:!0,vw:!0,vh:!0,vmin:!0,vmax:!0,"%":!0};function mh(e){if("number"==typeof e)return{value:e,unit:"px"};let t;const i=(e.match(/^[0-9.]*/)||"").toString();t=i.includes(".")?parseFloat(i):parseInt(i,10);const n=(e.match(/[^0-9]*$/)||"").toString();return hh[n]?{value:t,unit:n}:{value:t,unit:"px"}}function gh(e){const t=mh(e);return`${t.value}${t.unit}`}const $h=(()=>{const e="react-spinners-SpinnerOld-fade";if("undefined"==typeof window||!window.document)return e;const t=document.createElement("style");document.head.appendChild(t);const i=t.sheet,n=`\n @keyframes ${e} {\n 50% {opacity: 0.3} 100% {opacity: 1}\n }\n `;return i&&i.insertRule(n,0),e})(),fh=({loading:e=!0,color:t,scale:i=1,speedMultiplier:n=1,cssOverride:o={},style:r={},...a})=>{const s=Pt(),l=t||s.text.secondary;if(!e)return null;const{value:c}=mh(2),d=c+4.2,p=d/2+d/5.5,u=4*d*i,h={position:"relative",width:`${u}px`,height:`${u}px`,scale:i,...r,...o},m=(e,t)=>({position:"absolute",width:gh(1.5),height:gh(4),borderRadius:gh(2),backgroundColor:l,transition:"2s",animationFillMode:"both",animation:`${$h} ${1.2/n}s ${.12*e}s infinite ease-in-out`,transform:`translate(-50%, -50%) rotate(${t}deg)`});return Rt("span",{style:h,...a,children:[_t("span",{style:{...m(1,0),top:`calc(50% + ${d}px)`,left:"50%"}}),_t("span",{style:{...m(2,-45),top:`calc(50% + ${p}px)`,left:`calc(50% + ${p}px)`}}),_t("span",{style:{...m(3,90),top:"50%",left:`calc(50% + ${d}px)`}}),_t("span",{style:{...m(4,45),top:`calc(50% + ${-1*p}px)`,left:`calc(50% + ${p}px)`}}),_t("span",{style:{...m(5,0),top:`calc(50% + ${-1*d}px)`,left:"50%"}}),_t("span",{style:{...m(6,-45),top:`calc(50% + ${-1*p}px)`,left:`calc(50% + ${-1*p}px)`}}),_t("span",{style:{...m(7,90),top:"50%",left:`calc(50% + ${-1*d}px)`}}),_t("span",{style:{...m(8,45),top:`calc(50% + ${p}px)`,left:`calc(50% + ${-1*p}px)`}})]})},xh=Ut`
2115
- 0% {
2116
- background-position: 0% 50%;
2117
- }
2118
- 100% {
2119
- background-position: 100% 50%;
2120
- }
2121
- `,bh=Lt(so)`
2122
- background: ${({$titleColor:e,$gradientColor:t})=>`linear-gradient(45deg, ${e} 0%, ${e} 40%, ${t} 50%, ${e} 60%, ${e} 100%)`};
2123
- background-size: 250% 100%; /* Expand background to allow movement */
2124
- background-clip: text;
2125
- color: transparent;
2126
- animation: ${xh} 1s reverse linear infinite;
2127
- `,yh=e=>{const t=Math.max(0,Date.now()-e),i=Math.floor(t/1e3),n=Math.floor(i/60),o=i%60;return`${String(n).padStart(2,"0")}:${String(o).padStart(2,"0")}`},wh=({icon:e,title:t,titleColor:i,titleSize:n=ro.S,subTitle:o,subTitleColor:r,subTitleSize:a=ro.XXXS,startedAt:s,withGradient:l,gradientColor:c,withSpinner:d,percentage:p,withVisual:u,visualIcon:h=gt})=>{const m=Pt(),[g,$]=wt(()=>s?yh(s):"");vt(()=>{if(!s)return;$(yh(s));const e=setInterval(()=>$(yh(s)),1e3);return()=>clearInterval(e)},[s]);const f=i||m.v2.colors.white[500],x=r||m.v2.colors.silver[200],b=c||m.v2.colors.black[500];return Rt(na,{$gap:16,$alignItems:"center",children:[!u&&d?"number"==typeof p?_t(uh,{percentage:p}):_t(fh,{scale:t||o?2:1}):null,u&&!d?_t(Zu,{scale:1.7,icon:h}):null,(t||o||s||e)&&Rt(na,{$gap:8,$alignItems:"center",children:[Rt(ia,{$gap:4,children:[e&&_t(e,{}),l?_t(bh,{align:"center",size:n,$titleColor:f,$gradientColor:b,children:t}):_t(so,{align:"center",size:n,color:f,children:t})]}),o?_t(so,{align:"center",size:a,color:x,children:o}):null,g?_t(so,{align:"center",size:a,color:f,children:g}):null]})]})},vh=Lt.aside`
2128
- display: flex;
2129
- flex-direction: column;
2130
- gap: 8px;
2131
- height: ${({$height:e})=>e};
2132
- width: fit-content;
2133
- padding: 16px 12px;
2134
- background-color: ${({theme:e})=>e.v2.colors.black[500]};
2135
- overflow-y: auto;
2136
- `,kh=({height:e,icons:t})=>_t(vh,{$height:e,children:t.map(({id:e,selected:t,icon:i,onClick:n})=>_t(Fp,{label:"",leftIcon:i,iconSize:24,onClick:n,variant:t?Ap.Primary:Ap.Text},e))}),Ch=Lt.div`
2137
- display: flex;
2138
- align-items: center;
2139
- gap: 10px;
2140
- ${({$fullWidth:e})=>e&&Mt`
2141
- width: calc(100% - 16px);
2142
- `}
2143
- padding: 4px 12px 4px 4px;
2144
- border-radius: 8px;
2145
- background-color: ${({theme:e,$status:t})=>Tn(e,t,[Ei.Info].includes(t)?"1000":"900")};
2146
- `,Sh=Lt.div`
2147
- width: 32px;
2148
- height: 32px;
2149
- display: flex;
2150
- align-items: center;
2151
- justify-content: center;
2152
- border-radius: 6px;
2153
- background-color: ${({theme:e,$status:t})=>Tn(e,t,[Ei.Info].includes(t)?"900":"800")};
2154
- `,Eh=Lt.div`
2155
- margin-left: auto;
2156
- margin-right: 8px;
2157
- cursor: pointer;
2158
- &:hover {
2159
- transform: scale(1.2);
2160
- }
2161
- `,Ah=({status:e,message:t,action:i,fullWidth:n})=>{const o=Pt(),r=On(e,o),a=Tn(o,e,e===Ei.Default?"300":e===Ei.Info?"400":"500");return Rt(Ch,{$status:e,$fullWidth:n,children:[_t("div",{children:_t(Sh,{$status:e,children:_t(r,{size:24})})}),_t(so,{color:a,size:ro.XXXS,weight:400,children:t}),i&&_t(Eh,{onClick:i.onClick,children:_t(so,{color:a,size:ro.XXS,weight:500,underline:!0,children:i.label})})]})};var Dh;!function(e){e.S="small",e.L="large"}(Dh||(Dh={}));const Th=Lt.div`
2162
- width: fit-content;
2163
- display: flex;
2164
- align-items: center;
2165
- gap: 8px;
2166
- cursor: ${({$disabled:e})=>e?"not-allowed":"pointer"};
2167
- `,Fh=Lt.div`
2168
- width: ${({$size:e})=>e===Dh.S?"16px":"20px"};
2169
- height: ${({$size:e})=>e===Dh.S?"16px":"20px"};
2170
- display: flex;
2171
- align-items: center;
2172
- justify-content: center;
2173
- border-radius: 100%;
2174
- border: 1px solid ${({$borderColor:e})=>e};
2175
- background-color: ${({$backgroundColor:e})=>e};
2176
- `,Oh=({label:e,value:t,onChange:i,disabled:n,size:o=Dh.L})=>{const r=Pt(),[a,s]=wt(!1),l=t,c=o===Dh.S?6:8,d=n?r.v2.colors.grey[400]:r.v2.colors.white[500],p=l?"transparent":n?r.v2.colors.grey[700]:a?r.v2.colors.silver[400]:r.v2.colors.silver[600],u=n?r.v2.colors.grey[600]:l?r.v2.colors.purple[500]:r.v2.colors.silver[900];return Rt(Th,{"data-id":"radio"+(e?`-${e}`:""),onClick:e=>{e.stopPropagation(),n||i(!t)},$disabled:n,onMouseEnter:()=>s(!0),onMouseLeave:()=>s(!1),children:[_t(Fh,{$size:o,$borderColor:p,$backgroundColor:u,children:t?_t($t,{size:c,fill:d}):null}),e&&_t(so,{size:o===Dh.S?ro.XXS:ro.XS,children:e})]})},zh=Lt.div`
2177
- display: flex;
2178
- flex-direction: ${({$flexDirection:e})=>e};
2179
- gap: ${({$gap:e})=>e}px;
2180
- `,Nh=({label:e,direction:t,disabled:i,size:n,options:o,values:r,setValues:a})=>Rt(zh,{$flexDirection:t===gi.Horizontal?"row":"column",$gap:t===gi.Horizontal?16:8,children:[e&&_t(so,{children:e}),o.map(t=>_t(Oh,{...t,value:r[t.id],onChange:e=>{return i=t.id,n=e,void a(e=>{const t={...e};return Object.keys(t).forEach(e=>t[e]=!1),t[i]=n,t});var i,n},disabled:i,size:n},`${e}-radio-${t.id}`))]});var Ih;!function(e){e.Data="data",e.Pretty="pretty"}(Ih||(Ih={}));const _h=Lt.div`
2181
- height: ${({$maxHeight:e})=>e};
2182
- width: 100%;
2183
- overflow: auto;
2184
- `,Rh=Lt.table`
2185
- width: 100%;
2186
-
2187
- ${({$variant:e})=>{switch(e){case Ih.Data:return Mt`
2188
- border-collapse: collapse;
2189
- `;case Ih.Pretty:return Mt`
2190
- border-collapse: separate;
2191
- border-spacing: 0 8px;
2192
- `;default:return""}}}
2193
- `,Bh=Lt.thead`
2194
- position: sticky;
2195
- top: 0;
2196
- z-index: 1;
2197
- `,Lh=Lt.th`
2198
- position: relative;
2199
- min-width: ${({$minWidth:e})=>e||"auto"};
2200
- padding: 18px 24px;
2201
- border: none;
2202
- border-radius: ${({$isFirst:e,$isLast:t})=>e?"4px 0 0 0":t?"0 4px 0 0":"0"};
2203
-
2204
- ${({$variant:e,$backgroundColor:t})=>{if(t)return Mt`
2205
- background-color: ${t};
2206
- `;switch(e){case Ih.Data:return Mt`
2207
- background-color: ${({theme:e})=>e.v2.colors.silver[750]};
2208
- `;case Ih.Pretty:return Mt`
2209
- background-color: transparent;
2210
- `;default:return""}}}
2211
- `,Mh=Lt.div`
2212
- position: absolute;
2213
- top: 50%;
2214
- right: 0;
2215
- transform: translateY(-50%);
2216
- width: 1px;
2217
- height: 18px;
2218
- background: ${({theme:e})=>e.v2.colors.silver[500]};
2219
- `,Ph=Lt.tbody``,jh=Lt.td`
2220
- position: relative;
2221
- padding: 18px 24px;
2222
- cursor: ${({$withClick:e})=>e?"pointer":"default"};
2223
-
2224
- ${({$variant:e,$selected:t,$hovered:i,$isLastRow:n,$isFirstCell:o,$isLastCell:r})=>{switch(e){case Ih.Data:return Mt`
2225
- border: ${({theme:e})=>n?"none":`1px solid ${e.v2.colors.silver[500]}`};
2226
- border-left: none;
2227
- border-right: none;
2228
- border-radius: ${n?o?"0 0 0 4px":r?"0 0 4px 0":"0":"0"};
2229
- background-color: ${({theme:e})=>t?e.v2.colors.blue[1e3]:i?e.v2.colors.silver[700]:e.v2.colors.silver[800]};
2230
- `;case Ih.Pretty:return Mt`
2231
- border: none;
2232
- border-radius: ${o?"12px 0 0 12px":r?"0 12px 12px 0":"0"};
2233
- background-color: ${({theme:e})=>t?e.v2.colors.blue[1e3]:i?e.v2.colors.silver[700]:e.v2.colors.silver[900]};
2234
- `;default:return""}}}
2235
- `,Uh=Lt.div`
2236
- width: 100%;
2237
- display: flex;
2238
- align-items: center;
2239
- justify-content: ${({$textAlign:e})=>"right"===e?"flex-end":"left"===e?"flex-start":"center"===e?"center":"unset"};
2240
- gap: 4px;
2241
- text-align: ${({$textAlign:e})=>e||"left"};
2242
- `,Wh=({variant:e,columns:t,rows:i,getRowActions:n,rowActionsPushRightPosition:o,withCheckboxes:r})=>{const[a,s]=wt(null);return _t(Bt,{children:i.map((l,c)=>{const{cells:d,onClick:p,isSelected:u=!1,onSelect:h,onDeselect:m,hideCheckbox:g}=l,$=a===c,f=n(l),x=(e,t)=>({$isLastRow:c===i.length-1,$isFirstCell:e,$isLastCell:t,$selected:u,$withClick:!!p,onClick:()=>p?.(),$hovered:!!p&&$,onMouseEnter:()=>s(c),onMouseLeave:()=>s(null)});return Rt("tr",{children:[r&&_t(jh,{$variant:e,...x(!0,!1),children:!g&&_t(Yp,{value:u,onChange:()=>u?m?.():h?.()})},"checkbox-column"),t.map(({key:i,textAlign:n},a)=>{const s=d.find(e=>e.key===i),l=0===a&&!r,p=a===t.length-1;return Rt(jh,{$variant:e,...x(l,p),children:[s?.component?_t(ia,{$justifyContent:"right"===n?"flex-end":"flex-start",children:_t(s.component,{})}):_t(so,{size:ro.XS,align:n,children:s?.rawValue||"-"}),f.length?_t(Iu,{isOpen:$&&p,actions:f,positionRight:o}):null]},`row-${c}-cell-${a}`)})]},`row-${c}`)})})},Vh=({columnKey:e,sortDirection:t,sortByKey:i,onSort:n})=>{const o=Pt(),r=i===e?o.v2.colors.white[500]:o.v2.colors.grey[400],a=t===$i.Ascending?0:180;return _t(_r,{icon:e=>_t(dt,{fill:r,rotate:a,...e}),onClick:()=>n(e)})},Hh=({columnKey:e,filters:t,onFilter:i,rowsUnfiltered:n})=>{const o=Pt(),r=t[e]?.length?o.v2.colors.white[500]:o.v2.colors.grey[400],a=yt(()=>Array.from(new Set(n.map(t=>t.cells.find(t=>t.key===e)?.rawValue?.toString()).filter(e=>!!e))).sort((e,t)=>e.localeCompare(t)).map(e=>({id:e,label:e,withCheckbox:!0})),[n,e]);return _t(ou,{items:a,withMultiSelect:!0,selectedIds:t[e]?.map(e=>e.toString())??[],setSelectedIds:t=>i(e,t),defaultOpen:!1,iconButtonProps:{icon:e=>_t(ft,{fill:r,...e})}})},qh=({variant:e,backgroundColor:t,columns:i,rowsUnfiltered:n,sortDirection:o,sortByKey:r,onSort:a,filters:s,onFilter:l,withCheckboxes:c,partiallySelected:d,allSelected:p,onSelectAll:u})=>Rt("tr",{children:[c&&_t(Lh,{$variant:e,$backgroundColor:t,$minWidth:24,$isFirst:!0,$isLast:!1,children:_t(Yp,{partiallyChecked:d&&!p,value:p||!1,onChange:u})},"checkbox-column"),i.map(({key:d,label:p,noSort:u,noFilter:h,minWidth:m,textAlign:g},$)=>{const f=0===$&&!c,x=$===i.length-1;return Rt(Lh,{$variant:e,$backgroundColor:t,$minWidth:m,$isFirst:f,$isLast:x,children:[Rt(Uh,{$textAlign:g,children:[_t(so,{size:ro.XS,align:g,children:p}),!u&&_t(Vh,{columnKey:d,sortDirection:o,sortByKey:r,onSort:a}),!h&&_t(Hh,{columnKey:d,filters:s,onFilter:l,rowsUnfiltered:n})]}),!x&&e===Ih.Data&&_t(Mh,{})]},`column-${d}`)})]}),Gh=({variant:e,maxHeight:t="unset",headerBackgroundColor:i,isLoading:n,columns:o,rows:r,getRowActions:a,rowActionsPushRightPosition:s,withCheckboxes:l})=>{const[c,d]=wt($i.Ascending),[p,u]=wt(""),[h,m]=wt({}),g=Ct(e=>{u(e),d(e=>e===$i.Ascending?$i.Descending:$i.Ascending)},[]),$=Ct((e,t)=>{m(i=>({...i,[e]:t}))},[]),f=yt(()=>{const e=(e,t)=>{const i=e.cells.find(e=>e.key===t);return i&&(i.rawValue?.toString()||i.component?.({})?.props?.children?.toString())||""};return(p?[...r].sort((t,i)=>{const n=e(t,p),o=e(i,p);return(c===$i.Ascending?1:-1)*((e,t)=>"string"==typeof e&&"string"==typeof t?e.localeCompare(t):"number"==typeof e&&"number"==typeof t?e-t:"boolean"==typeof e&&"boolean"==typeof t?e===t?0:e?1:-1:String(e).localeCompare(String(t)))(n,o)}):r).filter(t=>{for(const[i,n]of Object.entries(h))if(n.length&&!n.includes(e(t,i)))return!1;return!0})},[r,p,c,h]),{partiallySelected:x,allSelected:b}=yt(()=>{const e=f.filter(e=>!e.hideCheckbox);return{partiallySelected:e.length>0&&e.some(e=>e.isSelected),allSelected:e.length>0&&e.every(e=>e.isSelected)}},[f]);return Rt(_h,{$maxHeight:t,children:[Rt(Rh,{$variant:e,children:[_t(Bh,{children:_t(qh,{variant:e,backgroundColor:i,columns:o,rowsUnfiltered:r,sortDirection:c,sortByKey:p,onSort:g,filters:h,onFilter:$,withCheckboxes:l,partiallySelected:x,allSelected:b,onSelectAll:e=>{e?f.forEach(e=>!e.hideCheckbox&&e.onSelect?.()):f.forEach(e=>!e.hideCheckbox&&e.onDeselect?.())}})}),_t(Ph,{children:_t(Wh,{variant:e,columns:o,rows:f,getRowActions:a||(()=>[]),rowActionsPushRightPosition:s,withCheckboxes:l})})]}),!f.length&&_t(oa,{style:{marginTop:"0.5rem"},children:n?_t(gs,{scale:1.2}):_t(ol,{})})]})},Kh=Lt.div`
2243
- display: flex;
2244
- align-items: center;
2245
- justify-content: center;
2246
- gap: 8px;
2247
- width: fit-content;
2248
- padding: 8px;
2249
- border-radius: 4px;
2250
- ${({$disabled:e,$withClick:t})=>e?Mt`
2251
- cursor: not-allowed;
2252
- background-color: ${({theme:e})=>e.v2.colors.grey[800]};
2253
- `:t?Mt`
2254
- cursor: pointer;
2255
- background-color: ${({theme:e})=>e.v2.colors.silver[300]};
2256
- &:hover {
2257
- background-color: ${({theme:e})=>e.v2.colors.silver[400]};
2258
- }
2259
- &:active {
2260
- background-color: ${({theme:e})=>e.v2.colors.silver[500]};
2261
- }
2262
- `:Mt`
2263
- background-color: ${({theme:e})=>e.v2.colors.silver[300]};
2264
- `}
2265
- `,Yh=({label:e,leftIcon:t,rightIcon:i,onClick:n,disabled:o})=>{const r=Pt(),a=o?r.v2.colors.grey[400]:r.v2.colors.white[500];return Rt(Kh,{$disabled:o,$withClick:!!n,onClick:()=>!o&&n?.(),children:[t&&_t(t,{fill:a,size:16}),_t(so,{color:a,size:ro.XS,nowrap:!0,children:e}),i&&_t(i,{fill:a,size:16})]})};var Jh,Xh,Zh;!function(e){e.Default="default",e.SuccessError="successError"}(Jh||(Jh={})),function(e){e.S="small",e.L="large"}(Xh||(Xh={})),function(e){e.Left="left",e.Right="right"}(Zh||(Zh={}));const Qh=Lt.div`
2266
- display: flex;
2267
- align-items: center;
2268
- gap: ${({$gap:e})=>e}px;
2269
- `,em=Lt.div`
2270
- position: relative;
2271
- display: flex;
2272
- align-items: center;
2273
- justify-content: space-between;
2274
-
2275
- width: ${({$size:e})=>2*e+2}px;
2276
- height: ${({$size:e})=>e}px;
2277
- padding: ${4}px;
2278
- border-radius: ${({$size:e})=>2*e}px;
2279
- background-color: ${({$disabled:e,$onBgColor:t,$offBgColor:i,$variant:n,$value:o,theme:r})=>{if(e)return r.v2.colors.grey[800];if(t&&o)return t;if(i&&!o)return i;switch(n){case Jh.SuccessError:return o?r.v2.colors.green[500]:r.v2.colors.red[500];case Jh.Default:default:return o?r.v2.colors.purple[500]:r.v2.colors.grey[400]}}};
2280
-
2281
- cursor: ${({$disabled:e})=>e?"not-allowed":"pointer"};
2282
- `,tm=Lt.div`
2283
- position: absolute;
2284
- top: 50%;
2285
- left: ${({$value:e,$size:t})=>e?`calc(100% - ${t}px - 4px)`:"4px"};
2286
- transform: translateY(-50%);
2287
- width: ${({$size:e})=>e}px;
2288
- height: ${({$size:e})=>e}px;
2289
- border-radius: 100%;
2290
- background-color: ${({$color:e})=>e};
2291
- box-shadow: ${({$disabled:e})=>e?"0 0 40px 0 rgba(0, 0, 0, 0.07)":"0 0 10px 0 rgba(0, 0, 0, 0.50)"};
2292
- `,im=({variant:e=Jh.Default,size:t=Xh.L,label:i,labelAlign:n=Zh.Left,tooltip:o,value:r,onChange:a,disabled:s,withIcon:l,onIcon:c=Ge,offIcon:d=Ye,onBgColor:p,offBgColor:u})=>{const h=Pt(),m=s?h.v2.colors.grey[400]:h.v2.colors.white[500],g=t===Xh.S?10:16,$=t===Xh.S?ro.XXXS:ro.XS,f=t===Xh.S?8:12;return Rt(Qh,{$gap:f,children:[i&&n===Zh.Left&&_t(so,{size:$,nowrap:!0,children:i}),Rt(em,{$onBgColor:p,$offBgColor:u,$variant:e,$size:g,$value:r,$disabled:s,onClick:e=>{e.stopPropagation(),s||a(!r)},children:[_t(tm,{$color:m,$size:g,$value:r,$disabled:s}),l&&Rt(Bt,{children:[_t(c,{size:g,fill:m}),_t(d,{size:g,fill:m})]})]}),i&&n===Zh.Right&&_t(so,{size:$,nowrap:!0,children:i}),o&&_t(Ta,{text:o,withIcon:!0})]})},nm=Lt.div`
2293
- display: flex;
2294
- flex-direction: ${({$direction:e})=>e===gi.Horizontal?"row":"column"};
2295
- gap: ${({$direction:e})=>e===gi.Horizontal?16:8}px;
2296
- `,om=({direction:e=gi.Vertical,title:t,size:i,disabled:n,options:o,values:r,setValues:a})=>{const s=i===Xh.S?ro.XS:ro.S;return Rt(nm,{$direction:e,children:[t&&_t(so,{size:s,children:t}),o.map(e=>_t(im,{...e,labelAlign:Zh.Right,value:r[e.id],onChange:t=>{return i=e.id,n=t,void a(e=>{const t={...e};return i?t[i]=n:o.forEach(e=>t[e.id]=n),t});var i,n},disabled:n,size:i},`${t}-toggle-${e.id}`))]})};export{yl as $,ru as A,co as B,Yp as C,en as D,vi as E,na as F,Ih as G,Ju as H,lh as I,Fn as J,Lp as K,wh as L,_r as M,ol as N,Ti as O,Zo as P,wu as Q,su as R,Ei as S,so as T,xr as U,Up as V,au as W,hu as X,ah as Y,$u as Z,Wi as _,ia as a,ca as a$,ta as a0,oh as a1,Pu as a2,Rr as a3,Pn as a4,Go as a5,ou as a6,Qp as a7,on as a8,uc as a9,Ja as aA,Dr as aB,xn as aC,_o as aD,Cs as aE,Cc as aF,pn as aG,wi as aH,Jo as aI,ba as aJ,sa as aK,ja as aL,nn as aM,zo as aN,wa as aO,Rd as aP,un as aQ,Ds as aR,Di as aS,qn as aT,On as aU,Yo as aV,oi as aW,Ls as aX,bn as aY,Ws as aZ,la as a_,li as aa,di as ab,ci as ac,Cl as ad,Qa as ae,xo as af,Ol as ag,Si as ah,Ln as ai,yd as aj,kp as ak,Ad as al,$d as am,Ci as an,Jd as ao,ur as ap,qd as aq,zc as ar,Nd as as,yp as at,go as au,qo as av,Wr as aw,rn as ax,Qc as ay,Fc as az,ro as b,mn as b$,ld as b0,fn as b1,da as b2,pc as b3,Ep as b4,wr as b5,to as b6,Sr as b7,ir as b8,Ys as b9,rr as bA,za as bB,fs as bC,Ts as bD,Ns as bE,ki as bF,Gn as bG,ii as bH,_n as bI,Gi as bJ,Mr as bK,Rn as bL,Qt as bM,Yn as bN,Ro as bO,Xi as bP,hp as bQ,fc as bR,kn as bS,Pi as bT,Yi as bU,ji as bV,Ji as bW,Mi as bX,Ui as bY,Li as bZ,$p as b_,Kn as ba,ln as bb,Pd as bc,wn as bd,$n as be,gn as bf,Bi as bg,rp as bh,zr as bi,an as bj,ai as bk,Qi as bl,ri as bm,Fr as bn,Hr as bo,Ea as bp,ra as bq,Qd as br,Vr as bs,Hn as bt,Rl as bu,Mo as bv,Lo as bw,tn as bx,qr as by,Br as bz,Ta as c,Nn as c$,Xo as c0,Ur as c1,Bo as c2,fi as c3,mr as c4,In as c5,Or as c6,Oi as c7,$l as c8,Fd as c9,hi as cA,Ii as cB,zi as cC,bi as cD,Ai as cE,mi as cF,gi as cG,ui as cH,Ri as cI,xi as cJ,qi as cK,Hi as cL,Vi as cM,Fi as cN,Zi as cO,Ki as cP,$i as cQ,pi as cR,ei as cS,sn as cT,yn as cU,vn as cV,Cn as cW,Sn as cX,En as cY,Dn as cZ,Tn as c_,zs as ca,pd as cb,zn as cc,Bn as cd,Os as ce,tl as cf,nl as cg,Iu as ch,jn as ci,Xn as cj,Kr as ck,_i as cl,yi as cm,Zl as cn,Zr as co,js as cp,hn as cq,Nr as cr,Kl as cs,Wo as ct,cn as cu,is as cv,An as cw,_s as cx,si as cy,Ni as cz,im as d,Mn as d0,Un as d1,Vn as d2,Jn as d3,Zn as d4,Qn as d5,eo as d6,io as d7,no as d8,Po as d9,eh as dA,Qu as dB,Zu as dC,nh as dD,Ip as dE,_p as dF,Xp as dG,qp as dH,zu as dI,Vu as dJ,kh as dK,Oh as dL,Nh as dM,Dh as dN,lu as dO,Mp as dP,Yh as dQ,Zh as dR,om as dS,Jh as dT,Ku as dU,jo as da,Uo as db,Io as dc,pr as dd,br as de,hr as df,dr as dg,Tr as dh,Pr as di,xl as dj,ul as dk,al as dl,cs as dm,Tc as dn,Yc as dp,Wc as dq,td as dr,ad as ds,Rs as dt,aa as du,Rc as dv,Ya as dw,uo as dx,ho as dy,mo as dz,Xh as e,oo as f,tr as g,ni as h,Tu as i,oa as j,Hp as k,Ah as l,Fp as m,Ap as n,Yu as o,bl as p,Er as q,gs as r,Qr as s,dn as t,Ho as u,Dp as v,Zp as w,ea as x,du as y,Gh as z};