@odigos/ui-kit 0.0.224 → 0.0.225

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 (90) hide show
  1. package/CHANGELOG.md +17 -0
  2. package/DEVELOPMENT.md +27 -0
  3. package/Makefile +7 -0
  4. package/lib/chunks/index-BMJ_MZzY.js +149 -0
  5. package/lib/chunks/{index-Au62BabI.js → index-Dlnglk_e.js} +1 -1
  6. package/lib/chunks/ui-components-BqdkaDt2.js +2543 -0
  7. package/lib/components/_v2/autocomplete/index.d.ts +13 -3
  8. package/lib/components/_v2/drawer/header/index.d.ts +2 -0
  9. package/lib/components/_v2/drop-data/index.d.ts +1 -0
  10. package/lib/components/_v2/index.d.ts +1 -0
  11. package/lib/components/_v2/time-input/index.d.ts +24 -0
  12. package/lib/components/v2.js +1 -1
  13. package/lib/components.js +1 -1
  14. package/lib/constants/sampling/index.d.ts +9 -4
  15. package/lib/constants/sources/index.d.ts +1 -0
  16. package/lib/constants.js +1 -1
  17. package/lib/containers/_v2/_drawers/index.d.ts +1 -5
  18. package/lib/containers/_v2/_drawers/sampling-rule-drawer/index.d.ts +50 -0
  19. package/lib/containers/_v2/_forms/index.d.ts +1 -5
  20. package/lib/containers/_v2/_forms/sampling-rule-form/index.d.ts +2 -0
  21. package/lib/containers/_v2/sampling-rules/converters.d.ts +9 -0
  22. package/lib/containers/_v2/sampling-rules/helpers.d.ts +2 -2
  23. package/lib/containers/_v2/sampling-rules/rules-table/index.d.ts +1 -1
  24. package/lib/containers/_v2/sampling-rules/toolbar/index.d.ts +1 -1
  25. package/lib/containers/_v2/sampling-rules/types.d.ts +1 -42
  26. package/lib/containers/source-drawer/profiling/index.d.ts +1 -1
  27. package/lib/containers/v2.js +51 -188
  28. package/lib/containers.js +47 -47
  29. package/lib/contexts/index.d.ts +1 -0
  30. package/lib/contexts/sampling-rules-form-context.d.ts +90 -0
  31. package/lib/contexts.js +1 -1
  32. package/lib/functions.js +1 -1
  33. package/lib/hooks/useScrollTo.d.ts +1 -0
  34. package/lib/hooks.js +1 -1
  35. package/lib/snippets/_v2/colored-span/index.d.ts +1 -0
  36. package/lib/snippets/_v2/dynamic-field/index.d.ts +3 -1
  37. package/lib/snippets/_v2/index.d.ts +1 -0
  38. package/lib/snippets/_v2/sampling-rule-form-sections/duration-errors.d.ts +13 -0
  39. package/lib/snippets/_v2/sampling-rule-form-sections/index.d.ts +7 -0
  40. package/lib/snippets/_v2/sampling-rule-form-sections/operation.d.ts +12 -0
  41. package/lib/snippets/_v2/sampling-rule-form-sections/percentage.d.ts +12 -0
  42. package/lib/snippets/_v2/sampling-rule-form-sections/preset-with-custom-input.d.ts +29 -0
  43. package/lib/snippets/_v2/sampling-rule-form-sections/rule-info.d.ts +12 -0
  44. package/lib/snippets/_v2/sampling-rule-form-sections/sampling-preview.d.ts +12 -0
  45. package/lib/{containers/_v2/_forms/create-sampling-rule-form/sections → snippets/_v2/sampling-rule-form-sections}/source-scope.d.ts +8 -4
  46. package/lib/snippets/_v2/sampling-rule-form-sections/styled.d.ts +2 -0
  47. package/lib/snippets/v2.js +1 -53
  48. package/lib/snippets.js +1 -1
  49. package/lib/store.js +1 -1
  50. package/lib/theme.js +1 -1
  51. package/lib/types/common/index.d.ts +2 -1
  52. package/lib/types/enum/index.d.ts +1 -0
  53. package/lib/types/sampling.d.ts +77 -0
  54. package/lib/types/sources/index.d.ts +18 -6
  55. package/lib/types.js +1 -1
  56. package/lib/visuals.js +1 -1
  57. package/package.json +1 -1
  58. package/lib/chunks/ui-components-CI2PiWkX.js +0 -2516
  59. package/lib/containers/_v2/_drawers/create-sampling-rule-drawer/index.d.ts +0 -20
  60. package/lib/containers/_v2/_drawers/edit-auto-rule-drawer/index.d.ts +0 -9
  61. package/lib/containers/_v2/_drawers/edit-cost-reduction-auto-rule-drawer/index.d.ts +0 -9
  62. package/lib/containers/_v2/_drawers/edit-highly-relevant-auto-rule-drawer/index.d.ts +0 -8
  63. package/lib/containers/_v2/_drawers/view-sampling-rule-drawer/index.d.ts +0 -21
  64. package/lib/containers/_v2/_forms/create-sampling-rule-form/context.d.ts +0 -34
  65. package/lib/containers/_v2/_forms/create-sampling-rule-form/converters.d.ts +0 -5
  66. package/lib/containers/_v2/_forms/create-sampling-rule-form/form-helpers.d.ts +0 -5
  67. package/lib/containers/_v2/_forms/create-sampling-rule-form/index.d.ts +0 -3
  68. package/lib/containers/_v2/_forms/create-sampling-rule-form/sections/duration-errors.d.ts +0 -9
  69. package/lib/containers/_v2/_forms/create-sampling-rule-form/sections/operation.d.ts +0 -9
  70. package/lib/containers/_v2/_forms/create-sampling-rule-form/sections/percentage.d.ts +0 -9
  71. package/lib/containers/_v2/_forms/create-sampling-rule-form/sections/rule-info.d.ts +0 -9
  72. package/lib/containers/_v2/_forms/create-sampling-rule-form/sections/sampling-preview.d.ts +0 -9
  73. package/lib/containers/_v2/_forms/create-sampling-rule-form/styled.d.ts +0 -5
  74. package/lib/containers/_v2/_forms/create-sampling-rule-form/types.d.ts +0 -54
  75. package/lib/containers/_v2/_forms/edit-auto-rule-form/context.d.ts +0 -21
  76. package/lib/containers/_v2/_forms/edit-auto-rule-form/index.d.ts +0 -3
  77. package/lib/containers/_v2/_forms/edit-cost-reduction-auto-rule-form/context.d.ts +0 -21
  78. package/lib/containers/_v2/_forms/edit-cost-reduction-auto-rule-form/index.d.ts +0 -3
  79. package/lib/containers/_v2/_forms/edit-highly-relevant-auto-rule-form/context.d.ts +0 -14
  80. package/lib/containers/_v2/_forms/edit-highly-relevant-auto-rule-form/index.d.ts +0 -3
  81. package/lib/containers/_v2/_forms/view-sampling-rule-form/context.d.ts +0 -37
  82. package/lib/containers/_v2/_forms/view-sampling-rule-form/index.d.ts +0 -3
  83. package/lib/containers/_v2/_forms/view-sampling-rule-form/reverse-converters.d.ts +0 -3
  84. package/lib/containers/_v2/_forms/view-sampling-rule-form/sections/duration-errors.d.ts +0 -6
  85. package/lib/containers/_v2/_forms/view-sampling-rule-form/sections/operation-details.d.ts +0 -6
  86. package/lib/containers/_v2/_forms/view-sampling-rule-form/sections/percentage.d.ts +0 -6
  87. package/lib/containers/_v2/_forms/view-sampling-rule-form/sections/rule-info.d.ts +0 -6
  88. package/lib/containers/_v2/_forms/view-sampling-rule-form/sections/sampling-preview.d.ts +0 -6
  89. package/lib/containers/_v2/_forms/view-sampling-rule-form/sections/source-scopes.d.ts +0 -6
  90. /package/lib/containers/_v2/{_forms/view-sampling-rule-form/footer.d.ts → _drawers/sampling-rule-drawer/view-footer.d.ts} +0 -0
@@ -1,2516 +0,0 @@
1
- import{SamplerIcon as e,PiiMaskingIcon as t,ActionIcon as o,RenameAttributeIcon as i,DeleteAttributeIcon as r,AddClusterInfoIcon as n,K8sLogo as a,ImageErrorIcon as s,KafkaLogo as l,RedisLogo as c,PostgresLogo as d,NginxLogo as p,MysqlLogo as u,ElixirLogo as h,SwiftLogo as m,RustLogo as g,RubyLogo as f,PhpLogo as x,CPlusPlusLogo as y,CSharpLogo as b,DotnetLogo as $,PythonLogo as v,NodejsLogo as w,GoLogo as S,JavaLogo as C,AwsXrayLogo as k,VictoriaMetricsLogo as E,UptraceLogo as A,TraceloopLogo as D,TingyunLogo as T,TempoLogo as N,TelemetryHubLogo as I,SumoLogicLogo as _,SplunkLogo as O,SignozLogo as R,SeqLogo as F,AwsS3Logo as z,QuickwitLogo as L,GigapipeLogo as P,QrynLogo as M,PrometheusLogo as B,OpenTelemetryLogo as U,OracleLogo as j,OpsVerseLogo as W,OpenObserveLogo as H,OneUptimeLogo as X,OdigosLogo as G,ObserveLogo as V,NewRelicLogo as K,MiddlewareLogo as q,LumigoLogo as J,LokiLogo as Y,LogzioLogo as Q,LightstepLogo as Z,Last9Logo as ee,KloudmateLogo as te,JaegerLogo as oe,InstanaLogo as ie,HyperDxLogo as re,HoneycombLogo as ne,GroundcoverLogo as ae,GreptimeLogo as se,GrafanaLogo as le,GoogleCloudPlatformLogo as ce,ElasticSearchLogo as de,ElasticApmLogo as pe,DynatraceLogo as ue,DatadogLogo as he,Dash0Logo as me,CoralogixLogo as ge,AwsCloudwatchLogo as fe,ClickhouseLogo as xe,ChronosphereLogo as ye,ChecklyLogo as be,CauselyLogo as $e,BonreeLogo as ve,BetterStackLogo as we,AzureMonitorLogo as Se,AzureBlobLogo as Ce,AxiomLogo as ke,AppDynamicsLogo as Ee,AlibabaCloudLogo as Ae,AlaudaLogo as De,SamplingIcon as Te,InstrumentationRuleIcon as Ne,DestinationIcon as Ie,SourceIcon as _e,NamespacesIcon as Oe,PayloadCollectionIcon as Re,HeadersCollectionIcon as Fe,CustomInstrumentationIcon as ze,CodeAttributesIcon as Le,TracesIcon as Pe,MetricsIcon as Me,LogsIcon as Be,VmLogo as Ue,QuestionCircleIcon as je,XSquareIcon as We,VSquareIcon as He,ExclamationTriangleIcon as Xe,ExclamationCircleIcon as Ge,ISquareIcon as Ve,AwsLogo as Ke,AwsSecretsManagerLogo as qe,AwsStepFunctionsLogo as Je,AwsEventBridgeLogo as Ye,AwsBedrockLogo as Qe,AwsApiGatewayLogo as Ze,AwsEc2Logo as et,AwsKinesisLogo as tt,AwsLambdaLogo as ot,AwsSnsLogo as it,AwsSqsLogo as rt,AwsDynamoDbLogo as nt,AwsStsLogo as at,VIcon as st,CopyIcon as lt,XIcon as ct,MinusIcon as dt,ListIcon as pt,CodeIcon as ut,ExtendArrowIcon as ht,PlusIcon as mt,EditIcon as gt,NoDataIcon as ft,RefreshIcon as xt,EyeClosedIcon as yt,EyeOpenIcon as bt,SearchIcon as $t,TrashIcon as vt,EditedIcon as wt,SortArrowsIcon as St,NotebookIcon as Ct,DotsHorizontalIcon as kt,ChevronUpIcon as Et,ChevronDownIcon as At,ArrowIcon as Dt,DotsVerticalIcon as Tt,DotIcon as Nt,FilterIcon as It}from"../icons.js";import{create as _t}from"zustand";import{jsx as Ot,jsxs as Rt,Fragment as Ft}from"react/jsx-runtime";import{Fragment as zt,useMemo as Lt,useState as Pt,useEffect as Mt,useRef as Bt,useCallback as Ut,useContext as jt,createContext as Wt,forwardRef as Ht,memo as Xt}from"react";import Gt from"javascript-time-ago";import{p as Vt,c as Kt,s as qt,l as Jt}from"./vendor-C150cdxb.js";import Yt,{css as Qt,useTheme as Zt,ThemeProvider as eo,keyframes as to}from"styled-components";import{Handle as oo,Position as io,ReactFlowProvider as ro,ReactFlow as no,Controls as ao,ControlButton as so,useReactFlow as lo}from"@xyflow/react";import co,{createPortal as po}from"react-dom";import{Highlight as uo,themes as ho}from"prism-react-renderer";import{ErrorBoundary as mo}from"react-error-boundary";import go from"lottie-react";import{VList as fo}from"virtua";const xo=e=>e.charAt(0).toUpperCase()+e.slice(1),yo=e=>{const t=e=>e.filter(e=>"object"==typeof e&&null!==e?""!==e.key&&""!==e.value:""!==e),o=e=>Object.fromEntries(Object.entries(e).filter(([e,t])=>""!==e&&""!==t).map(([e,i])=>Array.isArray(i)?[e,t(i)]:"object"==typeof i&&null!==i?[e,o(i)]:[e,i]));return Object.entries(e).reduce((e,[i,r])=>{try{const n=JSON.parse(r);Array.isArray(n)?e[i]=JSON.stringify(t(n)):e[i]="object"==typeof n&&null!==n?JSON.stringify(o(n)):r}catch(n){"object"==typeof r&&null!==r?Array.isArray(r)?e[i]=JSON.stringify(t(r)):e[i]=JSON.stringify(o(r)):e[i]=r}return e},{})};var bo;!function(e){e.SIGNALS="SIGNALS"}(bo||(bo={}));const $o=(e,t,o)=>{if(!e||!e.length)return!0;if(1===e.length)return"true"==e[0];const[i,r,n]=e;if(i===bo.SIGNALS)switch(r){case"INCLUDES":return t?.includes(n);case"EXCLUDES":return!t?.includes(n);default:return!0}const a=o.find(e=>e.name===i||e.key===i);if(!a)return!1;switch(r){case"===":case"==":return a.value===n;case"!==":case"!=":return a.value!==n;case">":return Number(a.value)>Number(n);case"<":return Number(a.value)<Number(n);case">=":return Number(a.value)>=Number(n);case"<=":return Number(a.value)<=Number(n);default:return!0}},vo=e=>JSON.parse(JSON.stringify(e)),wo=(e,t)=>t.split(".").reduce((e,t)=>e?.[t],e),So=(e,t,o)=>{const i=t.split(".");let r=e;for(let e=0;e<i.length-1;e++)i[e]in r&&"object"==typeof r[i[e]]||(r[i[e]]={}),r=r[i[e]];r[i[i.length-1]]=o},Co=(e,t)=>{let o=[...e];return t.monitors?.length&&(o=o.filter(e=>!!t.monitors?.find(t=>e.signals?.find(e=>e.toLowerCase()===t.id)))),o},ko=(e,t)=>{let o=[...e];return t.monitors?.length&&(o=o.filter(e=>!!t.monitors?.find(t=>e.exportedSignals[t.id]))),o},Eo=(e,t)=>t?e.filter(e=>e.dataStreamNames.includes(t)||!e.dataStreamNames.length):[];var Ao,Do,To,No,Io,_o,Oo,Ro,Fo,zo,Lo,Po,Mo,Bo,Uo,jo,Wo,Ho,Xo,Go,Vo,Ko,qo,Jo,Yo,Qo,Zo,ei,ti,oi,ii,ri,ni,ai,si,li,ci,di,pi,ui,hi,mi;!function(e){e.Attributes="attributes",e.Samplers="samplers"}(Ao||(Ao={})),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",e.URLTemplatization="URLTemplatization"}(Do||(Do={})),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",e.UrlTemplatizationRulesGroups="urlTemplatizationRulesGroups"}(To||(To={})),function(e){e.Pod="pod",e.Namespace="namespace",e.Node="node"}(No||(No={})),function(e){e.EXISTS="exists",e.EQUALS="equals",e.NOT_EQUALS="not_equals",e.CONTAINS="contains",e.NOT_CONTAINS="not_contains",e.REGEX="regex"}(Io||(Io={})),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"}(_o||(_o={})),function(e){e.EXISTS="exists",e.EQUALS="equals"}(Oo||(Oo={})),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"}(Ro||(Ro={})),function(e){e.Horizontal="horizontal",e.Vertical="vertical"}(Fo||(Fo={})),function(e){e.Ascending="ascending",e.Descending="descending"}(zo||(zo={})),function(e){e.Community="community",e.Onprem="onprem"}(Lo||(Lo={})),function(e){e.K8s="k8s",e.Vm="vm"}(Po||(Po={})),function(e){e.Cli="odigos-cli",e.Helm="helm",e.Operator="odigos-operator"}(Mo||(Mo={})),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"}(Bo||(Bo={})),function(e){e.Create="Create",e.Read="Read",e.Update="Update",e.Delete="Delete"}(Uo||(Uo={})),function(e){e.Namespace="Namespace",e.Source="Source",e.Destination="Destination",e.Action="Action",e.InstrumentationRule="InstrumentationRule",e.SamplingRule="SamplingRule"}(jo||(jo={})),function(e){e.DataStream="DataStream"}(Wo||(Wo={})),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"}(Ho||(Ho={})),function(e){e.Text="text",e.Password="password",e.Number="number"}(Xo||(Xo={})),function(e){e.Warning="warning",e.Error="error",e.Success="success",e.Info="info",e.Default="default"}(Go||(Go={})),function(e){e.INSTRUMENTED="Instrumented",e.INSTRUMENTING="Instrumenting",e.UNINSTRUMENTED="Uninstrumented",e.NOT_INSTRUMENTED="Not Instrumented"}(Vo||(Vo={})),function(e){e.Loading="loading",e.Disabled="disabled"}(Ko||(Ko={})),function(e){e.Disabled="disabled",e.Unknown="unknown"}(qo||(qo={})),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"}(Jo||(Jo={})),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"}(Yo||(Yo={})),function(e){e.Labeled="labeled"}(Qo||(Qo={})),function(e){e.AddRule="addRule",e.AddSource="addSource",e.AddAction="addAction",e.AddDestination="addDestination"}(Zo||(Zo={})),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"}(ei||(ei={})),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"}(ti||(ti={})),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.CPlusPlusEnterprise="cplusplus-enterprise",e.MySqlEnterprise="mysql-enterprise"}(oi||(oi={})),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"}(ii||(ii={})),function(e){e.CodeAttributes="CodeAttributes",e.HeadersCollection="HeadersCollection",e.PayloadCollection="PayloadCollection",e.CustomInstrumentation="CustomInstrumentation",e.UnknownType="UnknownType"}(ri||(ri={})),function(e){e.Column="column",e.FilePath="filePath",e.Function="function",e.LineNumber="lineNumber",e.Namespace="namespace",e.StackTrace="stacktrace"}(ni||(ni={})),function(e){e.HeaderKeys="headerKeys"}(ai||(ai={})),function(e){e.Java="java",e.Golang="golang"}(si||(si={}));class gi{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 fi{packageName;functionName;receiverName;receiverMethodName;constructor(e,t,o,i){this.packageName=e,this.functionName=t||"",this.receiverName=o||"",this.receiverMethodName=i||""}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"}(li||(li={})),function(e){e.Healthy="Healthy",e.Updating="Updating",e.Degraded="Degraded",e.Failed="Failed",e.Down="Down",e.Unknown="Unknown"}(ci||(ci={})),function(e){e.Pending="Pending",e.Running="Running",e.Succeeded="Succeeded",e.Failed="Failed",e.Unknown="Unknown"}(di||(di={})),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"}(pi||(pi={})),function(e){e.Running="Running",e.Waiting="Waiting",e.Terminated="Terminated"}(ui||(ui={})),function(e){e.Logs="LOGS",e.Metrics="METRICS",e.Traces="TRACES"}(hi||(hi={})),function(e){e.Logs="logs",e.Metrics="metrics",e.Traces="traces"}(mi||(mi={}));const xi={[hi.Logs]:mi.Logs,[hi.Metrics]:mi.Metrics,[hi.Traces]:mi.Traces},yi={[mi.Logs]:hi.Logs,[mi.Metrics]:hi.Metrics,[mi.Traces]:hi.Traces},bi=(e,t)=>{let o=e;if(t.namespaces?.length){const e=new Set(t.namespaces.map(({id:e})=>e));o=o.filter(({namespace:t})=>e.has(t))}if(t.kinds?.length){const e=new Set(t.kinds.map(({id:e})=>e));o=o.filter(({kind:t})=>e.has(t))}if(t.languages?.length){const e=new Set(t.languages.map(({id:e})=>e));o=o.filter(({containers:t})=>t?.some(({language:t})=>e.has(t)))}if(t.conditions?.length){const e=new Set(t.conditions.map(({id:e})=>e));o=o.filter(({conditions:t})=>t?.some(({type:t,reason:o})=>e.has(`${t}#${o}`)))}if(t.podsAgentInjectionStatus?.length){const e=new Set(t.podsAgentInjectionStatus.map(({id:e})=>e));o=o.filter(({podsAgentInjectionStatus:t})=>e.has(t?.reasonEnum)||e.has(t?.message))}if(t.onlyErrors&&(o=o.filter(e=>e.conditions?.some(e=>e.status===Go.Error))),t.errors?.length){const e=new Set(t.errors.map(({id:e})=>e));o=o.filter(t=>t.conditions?.some(t=>e.has(t.message)))}return o},$i="https://docs.odigos.io",vi="default",wi="this-cluster",Si="This Cluster",Ci={SELECTED_DATA_STREAM:"SELECTED_DATA_STREAM",SELECTED_DATA_STREAM_WITH_PROXY:e=>`SELECTED_DATA_STREAM_${e}`,OVERVIEW_FILTERS:"OVERVIEW_FILTERS",DARK_MODE:"DARK_MODE"},ki={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)'},Ei={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",SOURCES_SETUP:"Sources setup",DESTINATIONS_SETUP:"Destinations setup",SUMMARY:"Summary",REVIEW_SETUP:"Review your setup and confirm your choices.",NO_SOURCES_SELECTED:"No sources selected",ADD_SOURCE_PROMPT:"Add at least one source to start collecting data",NO_DESTINATIONS_SELECTED:"No destinations selected",ADD_DESTINATION_PROMPT:"Add destination so your data has somewhere to go",GET_STARTED_WITH:"Get started with",GET_STARTED_DESCRIPTION:"First, select the sources you want Odigos to monitor. Next, choose where your data should be sent by configuring destinations.",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",ROLLBACK_OCCURRED_MESSAGE:"Odigos detected a crash and rolled back instrumentation to protect your workload.",ROLLBACK_RECOVER:"Recover",FETCHING_NAMESPACES:"Fetching namespaces",FETCHING_NAMESPACES_SUBTITLE:"Please wait while we fetch the namespaces",ADD_SOURCES_DESCRIPTION:"Choose which sources to monitor in your pipeline.",CREATING_SOURCES:"Creating Sources...",CREATING_SOURCES_SUBTITLE:"This may take a few moments while sources are being created.",SELECT_NAMESPACE:"Select namespace from the list",SELECT_NAMESPACE_SUBTITLE:"Add namespace so you can select workloads from it.",CREATING_ACTION:"Creating action",CREATING_ACTION_SUBTITLE:"Please wait while we create the action",ADD_ACTION_DESCRIPTION:"Select an action to modify telemetry data before it's sent to destinations. Choose an action type and configure its details.",CREATING_INSTRUMENTATION_RULE:"Creating instrumentation rule",CREATING_INSTRUMENTATION_RULE_SUBTITLE:"Please wait while we create the instrumentation rule",ADD_INSTRUMENTATION_RULE_DESCRIPTION:"Define how telemetry is recorded from your application. Choose a rule type and configure the details.",CREATING_DESTINATION:"Creating destination",CREATING_DESTINATION_SUBTITLE:"Please wait while we create the destination",ADD_DESTINATION_DRAWER_DESCRIPTION:"Add backend destination you want to connect with Odigos."},Ai={GET_STARTED:"Get started",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"},Di=(e,t)=>t?e.filter(e=>e.dataStreamNames.includes(t)||t===vi&&!e.dataStreamNames.length):[],Ti=(e,t="",o={})=>{for(const i in e)if(e.hasOwnProperty(i)){const r=e[i],n=t?`${t}.${i}`:i;null===r||"object"!=typeof r||Array.isArray(r)?Array.isArray(r)?r.forEach((e,t)=>{const i=`${n}[${t}]`;null!==e&&"object"==typeof e?Ti(e,i,o):o[i]=e}):o[n]=r:Ti(r,n,o)}return o},Ni=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]}`},Ii=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`}},_i=()=>{const e=crypto.getRandomValues(new Uint8Array(16));let t=0;return"10000000-1000-4000-8000-100000000000".replace(/[018]/g,o=>{const i=e[t%16];t++;return("1"===o?i:"0"===o?63&i|128:15&i|64).toString(16)})},Oi=l=>{const c=l?.toLowerCase(),d=c?.includes(Ao.Samplers),p=c===Ao.Attributes;if(d)return e;if(p)return t;return{[Do.K8sAttributes]:a,[Do.AddClusterInfo]:n,[Do.DeleteAttributes]:r,[Do.PiiMasking]:t,[Do.RenameAttributes]:i,[Do.URLTemplatization]:o,[Do.ErrorSampler]:e,[Do.ProbabilisticSampler]:e,[Do.LatencySampler]:e,[Do.ServiceNameSampler]:e,[Do.SpanAttributeSampler]:e}[l]||s},Ri=e=>{const t=e?.filter(({status:e})=>e===Go.Error),o=e?.filter(({status:e})=>e===Go.Warning),i=e?.filter(({status:e})=>e===Ko.Disabled),r=e?.filter(({status:e})=>e===Ko.Loading),n=t.length>0,a=o.length>0,s=i.length>0;return{errors:t,hasErrors:n,warnings:o,hasWarnings:a,disableds:i,hasDisableds:s,loadings:r,hasLoadings:r.length>0,priorotizedStatus:n?Go.Error:a?Go.Warning:s?Go.Info:void 0}},Fi=e=>{const t=e?.reduce((e,t)=>t.instrumented?e+1:e,0);return`${t}/${e?.length||0} instrumented`},zi=e=>({[Bo.Java]:C,[Bo.Go]:S,[Bo.JavaScript]:w,[Bo.Python]:v,[Bo.DotNet]:$,[Bo.CSharp]:b,[Bo.CPlusPlus]:y,[Bo.Php]:x,[Bo.Ruby]:f,[Bo.Rust]:g,[Bo.Swift]:m,[Bo.Elixir]:h,[Bo.MySql]:u,[Bo.Nginx]:p,[Bo.Postgres]:d,[Bo.Redis]:c,[Bo.Kafka]:l,[Bo.Ignored]:s,[Bo.Unknown]:s,[Bo.Processing]:s,[Bo.NoContainers]:s,[Bo.NoRunningPods]:s}[e]||s),Li=e=>e?.map(({language:e})=>zi(e))||[],Pi=e=>e?.map(e=>zi(e))||[],Mi=e=>e.detectedLanguages?.length?Pi(e.detectedLanguages):Li(e.containers),Bi=(e,t)=>{const o={[ei.Alauda]:De,[ei.AlibabaCloud]:Ae,[ei.AppDynamics]:Ee,[ei.Axiom]:ke,[ei.AzureBlob]:Ce,[ei.AzureMonitor]:Se,[ei.BetterStack]:we,[ei.Bonree]:ve,[ei.Causely]:$e,[ei.Checkly]:be,[ei.Chronosphere]:ye,[ei.ClickHouse]:xe,[ei.CloudWatch]:fe,[ei.Coralogix]:ge,[ei.Dash0]:me,[ei.Datadog]:he,[ei.Dynamic]:U,[ei.Dynatrace]:ue,[ei.ElasticApm]:pe,[ei.ElasticSearch]:de,[ei.GoogleCloud]:ce,[ei.GoogleCloudOTLP]:ce,[ei.GrafanaCloudLoki]:le,[ei.GrafanaCloudPrometheus]:le,[ei.GrafanaCloudTempo]:le,[ei.Greptime]:se,[ei.Groundcover]:ae,[ei.Honeycomb]:ne,[ei.HyperDX]:re,[ei.Instana]:ie,[ei.Jaeger]:oe,[ei.Kafka]:l,[ei.Kloudmate]:te,[ei.Last9]:ee,[ei.Lightstep]:Z,[ei.LogzIo]:Q,[ei.Loki]:Y,[ei.Lumigo]:J,[ei.Middleware]:q,[ei.NewRelic]:K,[ei.Observe]:V,[ei.Odigos]:G,[ei.OneUptime]:X,[ei.OpenObserve]:H,[ei.Opsverse]:W,[ei.Oracle]:j,[ei.OTLP]:U,[ei.OTLPHttp]:U,[ei.Prometheus]:B,[ei.Qryn]:M,[ei.QrynOss]:P,[ei.Quickwit]:L,[ei.S3]:z,[ei.Seq]:F,[ei.Signalfx]:O,[ei.Signoz]:R,[ei.Splunk]:O,[ei.SplunkSapm]:O,[ei.SplunkOtlp]:O,[ei.SumoLogic]:_,[ei.TelemetryHub]:I,[ei.Tempo]:N,[ei.Tingyun]:T,[ei.Traceloop]:D,[ei.Uptrace]:A,[ei.VictoriaMetrics]:E,[ei.VictoriaMetricsCloud]:E,[ei.XRay]:k}[e];return o&&!t?{icon:o}:{iconSrc:`https://d15jtxgb40qetw.cloudfront.net/${e}.svg`}},Ui=e=>({[jo.Namespace]:Oe,[jo.Source]:_e,[jo.Destination]:Ie,[jo.Action]:o,[jo.InstrumentationRule]:Ne,[jo.SamplingRule]:Te}[e]),ji=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,Wi=e=>e?"string"==typeof e?e:`${e.namespace}/${e.kind}/${e.name}`:"",Hi=e=>Wi(ji(e)),Xi=(e,t,o)=>{const{extended:i,prioritizeDisplayName:r}=o||{};let n="",a="";switch(t){case jo.InstrumentationRule:const t=e;n=t.type,a=t.ruleName;break;case jo.Source:const o=e;n=o.name,a=o.otelServiceName;break;case jo.Action:const i=e;n=i.type,a=i.name;break;case jo.Destination:const r=e;n=r.destinationType.displayName,a=r.name;break;case jo.Namespace:const s=e;n=s.name,a=s.name}return i?n+(a&&a!==n?` (${a})`:""):r&&a||n},Gi=(e,t)=>{if(t===jo.Source){const t={namespace:"",name:"",kind:""};return e.split("&").forEach(e=>{const[o,i]=e.split("=");t[o]=i}),t}return e},Vi=e=>({[ri.CodeAttributes]:Le,[ri.CustomInstrumentation]:ze,[ri.HeadersCollection]:Fe,[ri.PayloadCollection]:Re,[ri.UnknownType]:s}[e]||s),Ki=e=>{const{numberOfInstances:t,containers:o}=e;if(!o)return t&&t>0?Bo.Processing:Bo.NoRunningPods;const i=o?.filter(e=>e.language!==Bo.Ignored);if(!i.length)return Bo.NoContainers;const r=i.find(e=>e.language!==Bo.Unknown);return r?r.language:Bo.Unknown},qi=(e,t,o)=>(t===jo.Source?e?.sources.find(e=>e.kind===o.kind&&e.name===o.name&&e.namespace===o.namespace):e?.destinations.find(e=>e.id===o))||{throughput:0},Ji=e=>({[hi.Logs]:Be,[hi.Metrics]:Me,[hi.Traces]:Pe}[e]),Yi=e=>{if(!e)return G;return{[Po.K8s]:a,[Po.Vm]:Ue}[e]},Qi=e=>{if(!e)return"Unknown";return{[Po.K8s]:"Kubernetes Cluster",[Po.Vm]:"Virtual Machine"}[e]},Zi=(e,t,o)=>{const i=e[t];return i?i.flatMap(e=>{const i=e[o],r=[];return void 0!==i&&(Array.isArray(i)?r.push(...i):r.push(i)),r.push(...Zi(e,t,o)),r}):[]},er=(e,t)=>{if(t===jo.Source){let t="";return Object.entries(e).forEach(([e,o])=>{t+=`${e}=${o}&`}),t.slice(0,-1),t}return e},tr=(e,t,o)=>{switch(t){case Go.Default:return e.v2.colors.purple[o];case Go.Info:return e.v2.colors.blue[o];case Go.Error:return e.v2.colors.red[o];case Go.Warning:return e.v2.colors.yellow[o];case Go.Success:return e.v2.colors.green[o];case qo.Disabled:case qo.Unknown:return e.v2.colors.silver[o];default:return e.v2.colors.white[500]}},or=e=>{switch(e){case ci.Updating:case di.Pending:case pi.ContainerCreating:case ui.Waiting:return Go.Info;case ci.Healthy:case di.Succeeded:case di.Running:case pi.Running:case ui.Running:return Go.Success;case ci.Degraded:return Go.Warning;case ci.Failed:case di.Failed:case pi.Error:case pi.CrashLoopBackOff:case pi.CreateContainerError:case pi.CreateContainerConfigError:case pi.ErrImagePull:case pi.ErrImageNeverPull:case pi.ImagePullBackOff:case pi.InvalidImageName:case pi.RegistryUnavailable:case pi.NetworkNotReady:case pi.OOMKilled:case pi.ContainerCannotRun:case ui.Terminated:case pi.DeadlineExceeded:case pi.StartError:return Go.Error;case ci.Down:case pi.Completed:return qo.Disabled;case ci.Unknown:case di.Unknown:default:return qo.Unknown}},ir=(e,t)=>{const o={[Go.Default]:o=>G({fill:tr(t,e,"300"),...o}),[Go.Info]:o=>Ve({fill:tr(t,e,"400"),...o}),[Go.Error]:o=>Ge({fill:tr(t,e,"500"),...o}),[Go.Warning]:o=>Xe({fill:tr(t,e,"500"),...o}),[Go.Success]:o=>He({fill:tr(t,e,"500"),...o}),[qo.Disabled]:o=>We({fill:tr(t,e,"400"),...o}),[qo.Unknown]:o=>je({fill:tr(t,e,"300"),...o})};return o[e]},rr=e=>{switch(e){case ii.Success:return Go.Success;case ii.Error:case ii.Failure:return Go.Error;case ii.Notice:return Go.Warning;case ii.Unsupported:case ii.Unknown:return Go.Info;case ii.Irrelevant:case ii.Disabled:return Ko.Disabled;case ii.Waiting:return Ko.Loading;case ii.Pending:default:return Go.Default}},nr=(e,t)=>{const o=t.find(([t,o])=>e>=t&&(null===o||e<=o));return o?.[2]||null},ar={redis:c,mysql:u,postgresql:d,postgres:d,kafka:l,elasticsearch:de,clickhouse:xe,oracle:j,aws:Ke},sr={sts:at,dynamodb:nt,s3:z,sqs:rt,sns:it,lambda:ot,kinesis:tt,ec2:et,apigateway:Ze,apigatewayv2:Ze,bedrock:Qe,bedrockruntime:Qe,eventbridge:Ye,sfn:Je,stepfunctions:Je,secretsmanager:qe,cloudwatch:fe},lr=e=>{const t=e.attributes,o=t["db.system"];if(o){const e=ar[o.toLowerCase()];if(e)return e}const i=t["messaging.system"];if(i){const e=ar[i.toLowerCase()];if(e)return e}const r=t["rpc.system"];if(r?.toLowerCase().includes("aws")){const e=t["rpc.service"]?.toLowerCase();if(e){const t=sr[e];if(t)return t}return Ke}const n=e.serviceName.toLowerCase();for(const[e,t]of Object.entries(ar))if(n.includes(e))return t;return Ie},cr=({namespace:e,name:t,kind:o})=>({namespace:e,name:t,kind:o});function dr(e,t){if(!e)return t;if("object"==typeof e)return e;try{return JSON.parse(e)}catch(e){return t}}const pr=(e,t)=>{const o=[],i=JSON.parse(JSON.stringify(e));for(const e of i){const i=dr(t.fields,{}),r=e.items.findIndex(e=>e.type===t.destinationType.type);-1!==r&&o.push(...e.items[r].fields.map(e=>({...e,initialValue:i[e.name]})))}return o},ur=(e,t)=>{const o=e=>e?.some(({healthy:e})=>e.status!==Go.Success);return e?.length?e.some(({instrumentationInstances:e})=>o(e)):o(t)??!1},hr=e=>Array.isArray(e)?!e?.length:"object"==typeof e?!Object.keys(e||{}).length:[void 0,null,""].includes(e),mr=e=>{if(!e)return!1;if(e.length>63)return!1;return/^(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])?$/.test(e)},gr=(e,t=0)=>{const o=(new Date).getTime();return new Date(e).getTime()-o<=t},fr=e=>{const t=String(e).trim().toLowerCase();return["true","false","1","0"].includes(t)},xr=(e,t=0)=>(new Date).getTime()-new Date(e).getTime()>=t,yr=/^(\d+\.)?(\d+\.)?(\*|\d+)$/,br=e=>yr.test(e),$r=e=>e?e.replace(/([a-z0-9])([A-Z])/g,"$1 $2"):"",vr=e=>e?.map(({status:e,type:t,reason:o,message:i})=>({status:e?.toLowerCase(),type:$r(t),reason:o?$r(o):"",message:i}))||[],wr=(e,t)=>{const o=dr(e.fields,{});return t.length?t.map(e=>({key:e.name,name:e.displayName||e.name,value:o[e.name]??null})).filter(e=>null!==e.value):Object.entries(o).map(([e,t])=>({key:e,name:e,value:t}))},Sr=e=>e?Object.keys(e).filter(t=>e[t]).map(e=>yi[e]):[],Cr=e=>e?Object.keys(e).filter(t=>e[t].supported).map(e=>yi[e]):[],kr=e=>e.replace(/[^\d]/g,""),Er=e=>{const t=String(e).trim().toLowerCase();return"true"===t||"1"===t},Ar=e=>{let t="";try{const o=JSON.parse(e);t=Array.isArray(o)?o.map(e=>"object"==typeof e&&null!==e?`${e.key}: ${e.value}`:e).join(", "):"object"==typeof o&&null!==o?Object.entries(o).map(([e,t])=>`${e}: ${t}`).join(", "):e}catch(o){t=e}return t},Dr=e=>{const t=e.fields.reduce((e,{key:t,value:o})=>{const i=(e=>{if(null!=e){if("string"==typeof e)return e;if("number"==typeof e||"boolean"==typeof e)return String(e);try{return JSON.stringify(e)}catch{return}}})(o);return void 0!==i&&e.push({key:t,value:i}),e},[]);return{...e,fields:t}},Tr=e=>{if("object"!=typeof e)return e;const t=Array.isArray(e)?[]:{};return Object.keys(e).forEach(o=>{const i=e[o];if(Array.isArray(i)){const e=i.filter(e=>null!=e&&""!==e);e.length>0&&(t[o]=e.map(e=>Tr(e)))}else if("object"==typeof i&&null!==i){const e=Tr(i);Object.keys(e).length>0&&(t[o]=e)}else[void 0,null,""].includes(i)||(t[o]=i)}),t},Nr=(e,t=2)=>JSON.stringify(e||{},null,t),Ir=async(e=1e3)=>new Promise(t=>setTimeout(t,e)),_r=e=>Object.entries(e).reduce((e,[t,o])=>(e[t]="string"==typeof o?o:JSON.stringify(o),e),{}),Or=e=>{let t=e.toString().replace("v","").split("-")[0];t=t.match(/[\d.]+/)?.[0]||"";const o=t.split(".");return 1e4*parseInt(o[0]||"0",10)+parseInt(o[1]||"0",10)},Rr=Yt.div`
2
- flex: 1;
3
- align-self: stretch;
4
- display: flex;
5
- flex-direction: column;
6
- gap: ${({$gap:e=24})=>e}px;
7
- overflow-x: scroll;
8
-
9
- max-height: calc(100vh - 24px - ${({$heightOffset:e})=>e||0}px);
10
- padding: 24px 24px 0 24px;
11
- `,Fr=Yt.div`
12
- position: relative;
13
-
14
- // inherit all the properties of the parent (PageContent)
15
- flex: inherit;
16
- align-self: inherit;
17
- display: inherit;
18
- flex-direction: inherit;
19
- gap: inherit;
20
- overflow-x: inherit;
21
- `,zr=Yt.div`
22
- padding: ${({$padding:e})=>e||"12px"};
23
- `,Lr=Yt.div`
24
- display: flex;
25
- flex-direction: row;
26
- flex-wrap: ${({$wrap:e="unset"})=>e};
27
- align-items: ${({$alignItems:e="center"})=>e};
28
- justify-content: ${({$justifyContent:e="unset"})=>e};
29
- gap: ${({$gap:e=2})=>e}px;
30
- width: ${({$width:e})=>e||"unset"};
31
- height: ${({$height:e})=>e||"unset"};
32
- margin: ${({$margin:e="unset"})=>e};
33
- padding: ${({$padding:e="unset"})=>e};
34
- `,Pr=Yt.div`
35
- display: flex;
36
- flex-direction: column;
37
- flex-wrap: ${({$wrap:e="unset"})=>e};
38
- align-items: ${({$alignItems:e="unset"})=>e};
39
- justify-content: ${({$justifyContent:e="unset"})=>e};
40
- gap: ${({$gap:e=2})=>e}px;
41
- width: ${({$width:e})=>e||"unset"};
42
- height: ${({$height:e})=>e||"unset"};
43
- margin: ${({$margin:e="unset"})=>e};
44
- padding: ${({$padding:e="unset"})=>e};
45
- `,Mr=Yt(Pr)`
46
- width: ${({$width:e})=>e||"100%"};
47
- height: ${({$height:e})=>e||"unset"};
48
- padding: ${({$padding:e})=>e||"unset"};
49
- align-items: center;
50
- justify-content: center;
51
- `,Br=Yt.div`
52
- display: flex;
53
- flex-direction: column;
54
- padding: 12px;
55
- overflow-y: scroll;
56
- `,Ur=Yt.div`
57
- position: ${({$relativeToParent:e})=>e?"absolute":"fixed"};
58
- top: 0;
59
- left: 0;
60
- right: 0;
61
- bottom: 0;
62
- z-index: 1000;
63
- background: rgba(0, 0, 0, 0.6);
64
- backdrop-filter: blur(2px);
65
- `,jr=Yt.div`
66
- width: 800px;
67
- min-height: ${({$minHeight:e})=>e||"unset"};
68
- height: ${({$isNotModal:e})=>e?"fit-content":"calc(100vh - 350px)"};
69
- margin: ${({$isNotModal:e})=>e?"64px 0 0 0":"64px 7vw 32px 7vw"};
70
- padding: 0 2px;
71
- overflow-y: scroll;
72
- `,Wr=Yt(Pr)`
73
- max-width: ${({$maxWidth:e})=>e||"unset"};
74
- width: 100%;
75
- `,Hr=Yt(Lr)`
76
- gap: 16px;
77
- padding: 16px;
78
- `,Xr=Yt.div`
79
- width: 100%;
80
- max-height: ${({$maxHeight:e})=>e||"unset"};
81
- overflow-y: auto;
82
- `;var Gr,Vr;!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"}(Gr||(Gr={})),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"}(Vr||(Vr={}));const Kr=Yt.p`
83
- margin: 0;
84
- color: ${({$color:e,theme:t})=>e||t.v2.colors.grey[50]};
85
- font-family: ${({theme:e})=>e.font_family.primary};
86
- font-size: ${({theme:e,$size:t})=>e.v2.text.size[t]}px;
87
- font-weight: ${({$weight:e})=>e};
88
- text-align: ${({$align:e})=>e};
89
- text-transform: ${({$transform:e})=>e};
90
- line-height: ${({theme:e,$lineHeight:t,$size:o})=>t||`${e.v2.text.size[o]+2}px`};
91
- opacity: ${({$opacity:e})=>e};
92
-
93
- ${({$nowrap:e})=>e&&Qt`
94
- text-wrap: nowrap;
95
- white-space: nowrap;
96
- overflow: hidden;
97
- text-overflow: ellipsis;
98
- `}
99
-
100
- ${({$underline:e})=>e&&Qt`
101
- text-decoration: underline;
102
- `}
103
-
104
- ${({$withClick:e})=>e&&Qt`
105
- cursor: pointer;
106
- &:hover {
107
- text-decoration: underline;
108
- }
109
- `}
110
- `,qr=({children:e,variant:t=Gr.P,color:o,size:i=Vr.S,weight:r=400,opacity:n=1,align:a="left",lineHeight:s,transform:l,nowrap:c,underline:d,onClick:p,disabled:u,...h})=>{const m=e?.toString().split("\n")||[];return Ot(Kr,{as:t,$color:o,$size:i,$weight:r,$opacity:n,$align:a,$lineHeight:s,$transform:l,$nowrap:c,$underline:d,$withClick:!!p&&!u,onClick:u?void 0:p,...h,children:m.map((e,t)=>Rt(zt,{children:[e,t!==m.length-1&&Ot("br",{})]},`typography-${t}-${e}`))})},Jr=Yt.div`
111
- color: ${({$color:e,theme:t})=>e||t.text.secondary};
112
- font-size: ${({$size:e})=>void 0!==e?e:16}px;
113
- font-weight: ${({$weight:e})=>void 0!==e?e:300};
114
- text-align: ${({$align:e})=>e||"left"};
115
- opacity: ${({$opacity:e})=>void 0!==e?e:1};
116
- text-decoration: ${({$decoration:e})=>e||"none"};
117
- text-transform: ${({$transform:e,$family:t})=>e||("secondary"===t?"uppercase":"none")};
118
- font-family: ${({theme:e,$family:t="primary"})=>e.font_family[t]};
119
- white-space: ${({$nowrap:e})=>e?"nowrap":"unset"};
120
- text-wrap: ${({$nowrap:e})=>e?"nowrap":"unset"};
121
- `,Yr=e=>{const t=e.match(/<a[^>]*href="([^"]*)"[^>]*>(.*?)<\/a>/g);return t?.map(e=>{const[t,o,i]=e.split('"');return{original:e,href:o,label:i.replace("</a>","").replace(">","")}})},Qr=e=>{const t=e.match(/<strong[^>]*>(.*?)<\/strong>/g);return t?.map(e=>{const t=e.replace(/<strong[^>]*>/,"").replace(/<\/strong>/,"");return{original:e,label:t}})},Zr=(e,t)=>{const o=Yr(e);o?.forEach((t,o)=>{e=e.replace(t.original,`LINK-${o}###`)});const i=Qr(e);i?.forEach((t,o)=>{e=e.replace(t.original,`STRONG-${o}###`)});return e.split(" ").map(e=>{if(e.includes("LINK-")){const[i,r]=e.split("###"),n=o?.[parseInt(i.replace("LINK-",""))];return Rt(zt,{children:[Ot("a",{href:n?.href,target:"_blank",rel:"noreferrer",style:{color:t.colors.majestic_blue_soft},children:n?.label}),r?`${r} `:" "]},e)}if(e.includes("STRONG-")){const[t,o]=e.split("###"),r=i?.[parseInt(t.replace("STRONG-",""))];return Rt(zt,{children:[Ot("strong",{style:{fontWeight:600},children:r?.label}),o?`${o} `:" "]},e)}return e+" "})},en=({children:e,color:t,size:o,weight:i,align:r,family:n,opacity:a,decoration:s,transform:l,nowrap:c,...d})=>{const p=Zt(),u=Lt(()=>(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 Ot(Jr,{$color:t,$size:o,$weight:i,$align:r,$family:n,$opacity:a,$decoration:s,$transform:l,$nowrap:c,...d,children:u.length?u.map((e,t)=>Rt(zt,{children:[Zr(e,p),t!==u.length-1?Ot("br",{}):null]},`text-${t}-${e}`)):e})},tn=Yt.div`
122
- padding: 4px 0 0 0;
123
- `,on=Yt(en)`
124
- font-size: 12px;
125
- color: ${({theme:e})=>e.text.error};
126
- `,rn=({children:e})=>Ot(tn,{children:Ot(on,{children:e})}),nn=Yt.div`
127
- position: relative;
128
- width: 100%;
129
- `,an=Yt.div`
130
- width: calc(100% - 16px);
131
- display: flex;
132
- align-items: center;
133
- height: 36px;
134
- gap: 8px;
135
- padding-left: 12px;
136
- transition: border-color 0.3s;
137
- border-radius: 32px;
138
- border: 1px solid ${({theme:e,$hasError:t})=>t?e.text.error:e.colors.border};
139
-
140
- &:hover {
141
- border-color: ${({theme:e,$hasError:t})=>t?e.text.error_secondary:e.colors.secondary};
142
- }
143
- &:focus-within {
144
- border-color: ${({theme:e,$hasError:t})=>t?e.text.error_secondary:e.colors.secondary};
145
- }
146
- `,sn=Yt.input`
147
- flex: 1;
148
- border: none;
149
- outline: none;
150
- background: none;
151
- color: ${({theme:e})=>e.text.secondary};
152
- font-size: 14px;
153
- font-family: ${({theme:e})=>e.font_family.primary};
154
- font-weight: 300;
155
- &::placeholder {
156
- color: ${({theme:e})=>e.text.secondary};
157
- font-family: ${({theme:e})=>e.font_family.primary};
158
- opacity: 0.4;
159
- font-size: 14px;
160
- font-weight: 300;
161
- line-height: 22px;
162
- }
163
-
164
- &:disabled {
165
- cursor: not-allowed;
166
- }
167
- `,ln=Yt.ul`
168
- position: absolute;
169
- max-height: 500px;
170
- top: 32px;
171
- border-radius: 24px;
172
- width: calc(100% - 32px);
173
- overflow-y: auto;
174
- background-color: ${({theme:e})=>e.colors.dropdown_bg};
175
- border: 1px solid ${({theme:e})=>e.colors.border};
176
- z-index: 9999;
177
- padding: 12px;
178
- `,cn=Yt.li`
179
- width: calc(100% - 24px);
180
- padding: 8px 12px;
181
- cursor: ${({$isList:e})=>e?"default":"pointer"};
182
- border-radius: 24px;
183
- gap: 8px;
184
- display: flex;
185
- align-items: ${({$isList:e})=>e?"flex-start":"center"};
186
- background: transparent;
187
- &:hover {
188
- background: ${({theme:e,$isList:t})=>!t&&e.colors.dropdown_bg_2};
189
- }
190
- `,dn=Yt.div`
191
- width: 100%;
192
- `,pn=Yt.div`
193
- display: flex;
194
- width: 100%;
195
- `,un=Yt.div`
196
- width: 1px;
197
- height: 52px;
198
- background-color: ${({theme:e})=>e.colors.dropdown_bg_2};
199
- position: absolute;
200
- left: 33px;
201
- `,hn=Yt.div`
202
- display: flex;
203
- flex-direction: column;
204
- gap: 4px;
205
- `,mn=Yt(en)`
206
- flex: 1;
207
- font-size: 14px;
208
- `,gn=Yt(en)`
209
- color: ${({theme:e})=>e.text.grey};
210
- font-size: 10px;
211
- line-height: 150%;
212
- `,fn=Yt.ul`
213
- padding-left: 0px;
214
- margin: 4px 0 0 0;
215
- list-style: none;
216
- width: 100%;
217
- `,xn=(e,t)=>t?e.reduce((e,o)=>{if(o.items){const i=xn(o.items,t);i.length&&e.push({...o,items:i})}else o.label.toLowerCase().includes(t.toLowerCase())&&e.push(o);return e},[]):e,yn=({placeholder:e="Type to search...",options:t,selectedOption:o,onOptionSelect:i,defaultText:r,onTextChange:n,style:a,disabled:s,errorMessage:l,...c})=>{const[d,p]=Pt(o?.label||r||""),[u,h]=Pt(xn(t,d)),[m,g]=Pt(!1);Pt(-1),Mt(()=>h(xn(t,d)),[t]);const f=o?.icon,x=e=>{e&&(p(e.label),n?.(e.label)),g(!e),i?.(e)};return Rt(nn,{style:a,children:[Rt(an,{$hasError:!!l,children:[f&&Ot(f,{}),Ot(sn,{type:"text",value:d,placeholder:e,onChange:e=>{e.stopPropagation();const o=e.target.value,i=xn(t,o),r=1===i.length&&i[0].label===o?i[0]:void 0;p(o),n?.(o),h(i),x(r)},onKeyDown:e=>{["Enter"].includes(e.key)||e.stopPropagation()},disabled:s,onBlur:()=>!s&&g(!1),onFocus:()=>!s&&g(!0),...c})]}),m&&u.length?Ot(ln,{children:u.map(e=>Ot(bn,{option:e,onClick:x},e.type||e.label))}):null,l&&Ot(rn,{children:l})]})},bn=({option:e,renderIcon:t=!0,onClick:o})=>{const i=!!e.items&&e.items.length>0,r=e.icon;return Rt(cn,{"data-id":`option-${e.type||e.label}`,$isList:i,onMouseDown:()=>i?null:o(e),children:[r&&t&&Ot(r,{}),Rt(dn,{children:[Rt(hn,{children:[Ot(mn,{children:e.label}),Ot(gn,{children:e.description})]}),i&&Ot(fn,{children:e.items?.map(e=>Rt(pn,{children:[Ot(un,{}),Ot(bn,{option:e,renderIcon:!1,onClick:o})]},e.type||e.label))})]})]})},$n=_t(e=>({activeNodeType:null,activeNodeId:null,setActiveNodeType:t=>e({activeNodeType:t}),setActiveNodeId:t=>e({activeNodeId:t})})),vn=[{type:Do.K8sAttributes,icon:Oi(Do.K8sAttributes),label:"Kubernetes Attributes",description:"Add dynamic k8s resource attributes to your data.",allowedSignals:[hi.Traces,hi.Metrics,hi.Logs],docsEndpoint:"/pipeline/actions/attributes/k8sattributes",docsDescription:"This action adds kubernetes related resource attributes to spans, metrics data points and log records."},{type:Do.AddClusterInfo,icon:Oi(Do.AddClusterInfo),label:"Add Cluster Info",description:"Add static cluster-scoped attributes to your data.",allowedSignals:[hi.Traces,hi.Metrics,hi.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:Do.DeleteAttributes,icon:Oi(Do.DeleteAttributes),label:"Delete Attribute",description:"Delete attributes from logs, metrics, and traces.",allowedSignals:[hi.Traces,hi.Metrics,hi.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:Do.RenameAttributes,icon:Oi(Do.RenameAttributes),label:"Rename Attribute",description:"Rename attributes in logs, metrics, and traces.",allowedSignals:[hi.Traces,hi.Metrics,hi.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:Do.PiiMasking,icon:Oi(Do.PiiMasking),label:"PII Masking",description:"Mask PII data in your traces.",allowedSignals:[hi.Traces],docsEndpoint:"/pipeline/actions/attributes/piimasking",docsDescription:"This action processes a list of PII categories to be masked from the traces."},{type:Do.URLTemplatization,icon:Oi(Do.URLTemplatization),label:"URL Templatization",description:"Replace dynamic URL path segments with named placeholders to reduce span cardinality.",allowedSignals:[hi.Traces],docsEndpoint:"/pipeline/actions/attributes/urltemplatization",docsDescription:"Normalizes HTTP URL paths by replacing dynamic segments (IDs, UUIDs, dates) with named placeholders (e.g. /user/1234 → /user/{id}). Reduces cardinality of http.route and span names, improving usability in telemetry backends.",minVersion:Or("v1.21.0")}],wn=[{type:Do.ErrorSampler,icon:Oi(Ao.Samplers),label:"Error Sampler",description:"Sample errors based on percentage.",allowedSignals:[hi.Traces],docsEndpoint:"/pipeline/actions/sampling/errorsampler",docsDescription:"This action is a Global Action that supports error sampling by filtering out non-error traces."},{type:Do.LatencySampler,icon:Oi(Ao.Samplers),label:"Latency Sampler",description:"Add latency to your traces.",allowedSignals:[hi.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:Do.ProbabilisticSampler,icon:Oi(Ao.Samplers),label:"Probabilistic Sampler",description:"Sample traces based on percentage.",allowedSignals:[hi.Traces],docsEndpoint:"/pipeline/actions/sampling/probabilisticsampler",docsDescription:"This action supports probabilistic sampling based on a configured sampling percentage applied to the TraceID."},{type:Do.ServiceNameSampler,icon:Oi(Ao.Samplers),label:"Service Name Sampler",description:"Sample traces based on the presence of specified services within a trace.",allowedSignals:[hi.Traces],docsEndpoint:"/pipeline/actions/sampling/servicenamesampler",docsDescription:"This action supports service name sampling based on the presence of specified services within a trace."},{type:Do.SpanAttributeSampler,icon:Oi(Ao.Samplers),label:"Span Attributes Sampler",description:"Sample traces based on the presence or value of specific attributes within a trace.",allowedSignals:[hi.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."}],Sn=[{label:"Attributes",icon:Oi(Ao.Attributes),items:vn},{label:"Samplers",icon:Oi(Ao.Samplers),items:wn}];var Cn;!function(e){e.ALL="all",e.UNSAVED="unsaved",e.EXISTS="exists",e.DETECTED="detected",e.SELF_HOSTED="self-hosted",e.MANAGED="managed"}(Cn||(Cn={}));const kn={[Cn.ALL]:{TITLE:"All",DESCRIPTION:"All destinations"},[Cn.UNSAVED]:{TITLE:"Selected",DESCRIPTION:"These are destinations that you have not yet saved."},[Cn.EXISTS]:{TITLE:"Already configured",DESCRIPTION:"These are destinations that you have already configured in other data-streams and can reuse them."},[Cn.DETECTED]:{TITLE:"Detected by system",DESCRIPTION:"Odigos found these destinations in your cluster and pre-filled their details. Review and enable them to start sending data."},[Cn.SELF_HOSTED]:{TITLE:"Self hosted",DESCRIPTION:"Full control and customization for advanced application monitoring."},[Cn.MANAGED]:{TITLE:"Managed",DESCRIPTION:"Effortless monitoring with scalable performance management."}},En=[{type:ri.CodeAttributes,icon:Vi(ri.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:[Bo.Go,Bo.Python]},{type:ri.CustomInstrumentation,icon:Vi(ri.CustomInstrumentation),label:"Custom Instrumentation",description:"Define custom instrumentation for specific class and methods (i.e. for Java) or explicit symbol (i.e. for 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:[Bo.Go,Bo.Java]},{type:ri.HeadersCollection,icon:Vi(ri.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:[Bo.Go,Bo.Java,Bo.JavaScript]},{type:ri.PayloadCollection,icon:Vi(ri.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:[Bo.Go]}],An="Cancel",Dn="Save",Tn="Edit rule",Nn="Edit auto rule",In="Create rule",_n="Delete rule",On="Save",Rn="Rule name",Fn="Rule type",zn="Rule Enabled",Ln="Note",Pn="HTTP route",Mn="Method",Bn="Keep Percentage",Un="Drop Percentage",jn="Keep traces with duration larger than",Wn="Keep traces with errors",Hn="Keep at least this percentage of matching traces",Xn="Keep at most this percentage of matching traces",Gn="Custom percentage",Vn="Disabled rule",Kn="Sample",qn="Keep all",Jn="Drop all",Yn="Operation type",Qn="HTTP route prefix",Zn="Templated path",ea="Templated path prefix",ta="Kafka topic",oa="Custom duration (ms)",ia="No preview available",ra="Server address",na="Drop at most this percentage of matching traces",aa="Unnamed rule",sa="Sampling Preview",la="Source Scope",ca="Operation",da="Duration",pa="Errors",ua="Keep Percentage",ha="Drop Percentage",ma="Define which sources this rule applies to. You can target specific services, namespaces, or apply the rule to the entire cluster.",ga="Define which operations this rule applies to. You can target specific endpoints or requests, or apply the rule to all operations in the selected services.",fa="Define a duration threshold for this rule. Traces with a duration longer than the specified value will be considered important and retained.",xa="Retain traces with errors from the selected services and operations.",ya="Specify the exact percentage of matching traces to keep",ba="Specify the exact percentage of matching traces to drop",$a="Type rule name",va="Add note here...",wa="Type here",Sa="Search source name",Ca="e.g. collector.my.vendor.com",ka="Optional notes (not used by the system). Add any context or details for this sampling rule.",Ea="Rule will apply to all sources in the cluster",Aa="All sources",Da="-",Ta="All",Na="All operations",Ia="HTTP server endpoint",_a="HTTP client endpoint",Oa="Kafka consumer",Ra="Kafka producer",Fa="Sampling Rules",za='Control how traces are categorized based on "Importance" and potential value, for fine grain control of what is kept and what is dropped.',La="Refresh",Pa="Create rule",Ma="Sampling docs",Ba="75vw",Ua="Delete rule?",ja="Are you sure you want to delete this sampling rule?",Wa="Delete",Ha="Cancel",Xa="Kubernetes Health Probes",Ga="Keep All Error Traces",Va="Drop Traces Cluster-Wide",Ka="A rule with the same matching conditions already exists.",qa="Edit 'Noisy Operation' auto rule",Ja="Automatically detect and sample health probe traces across the cluster.",Ya="Edit 'Highly Relevant' auto rule",Qa="Automatically keep all error traces across the entire cluster.",Za="Edit 'Cost Reduction' auto rule",es="Automatically drop a percentage of traces across the entire cluster.",ts={noisy:"Rules that reduce noise from high-volume, low-value operations using Head Sampling.",highlyRelevant:"Add a rule to identify highly relevant operations. Traces with errors, long duration, or from critical endpoints and key workflows will be retained so important transactions are always available for analysis.",costReduction:"Rules that optimize costs by sampling less critical data using Tail Sampling."},os={noisy:"Create 'Noisy Operations' sampling rule",highlyRelevant:"Create 'Highly Relevant Operations' sampling rule",costReduction:"Create 'Cost Reduction' sampling rule"},is={noisy:"Edit 'Noisy Operations' sampling rule",highlyRelevant:"Edit 'Highly Relevant Operations' sampling rule",costReduction:"Edit 'Cost Reduction' sampling rule"},rs={noisy:"Noisy Operation",highlyRelevant:"Highly Relevant",costReduction:"Cost Reduction"},ns=[{id:hi.Logs,value:"Logs"},{id:hi.Metrics,value:"Metrics"},{id:hi.Traces,value:"Traces"}],as={[Bo.Go]:"Go",[Bo.Java]:"Java",[Bo.JavaScript]:"Node.js",[Bo.Python]:"Python",[Bo.DotNet]:".NET",[Bo.CSharp]:"C#",[Bo.CPlusPlus]:"C++",[Bo.Php]:"PHP",[Bo.Ruby]:"Ruby",[Bo.Rust]:"Rust",[Bo.Swift]:"Swift",[Bo.Elixir]:"Elixir",[Bo.MySql]:"MySQL",[Bo.Nginx]:"Nginx",[Bo.Postgres]:"PostgreSQL",[Bo.Redis]:"Redis",[Bo.Kafka]:"Kafka",[Bo.Ignored]:"Ignored",[Bo.Unknown]:"Unknown",[Bo.Processing]:"Processing",[Bo.NoContainers]:"No Containers",[Bo.NoRunningPods]:"No Running Pods"},ss=[{id:Bo.Go,value:as[Bo.Go],icon:zi(Bo.Go)},{id:Bo.Java,value:as[Bo.Java],icon:zi(Bo.Java)},{id:Bo.JavaScript,value:as[Bo.JavaScript],icon:zi(Bo.JavaScript)},{id:Bo.Python,value:as[Bo.Python],icon:zi(Bo.Python)},{id:Bo.Php,value:as[Bo.Php],icon:zi(Bo.Php)},{id:Bo.Ruby,value:as[Bo.Ruby],icon:zi(Bo.Ruby)},{id:Bo.Rust,value:as[Bo.Rust],icon:zi(Bo.Rust)},{id:Bo.DotNet,value:as[Bo.DotNet],icon:zi(Bo.DotNet)},{id:Bo.CSharp,value:as[Bo.CSharp],icon:zi(Bo.CSharp)},{id:Bo.CPlusPlus,value:as[Bo.CPlusPlus],icon:zi(Bo.CPlusPlus)},{id:Bo.Swift,value:as[Bo.Swift],icon:zi(Bo.Swift)},{id:Bo.Elixir,value:as[Bo.Elixir],icon:zi(Bo.Elixir)}],ls={[Bo.Go]:{community:[{id:oi.GolangCommunity,value:oi.GolangCommunity,icon:zi(Bo.Go)}],enterprise:[{id:oi.GolangEnterprise,value:oi.GolangEnterprise,icon:zi(Bo.Go)}]},[Bo.JavaScript]:{community:[{id:oi.NodejsCommunity,value:oi.NodejsCommunity,icon:zi(Bo.JavaScript)}],enterprise:[{id:oi.NodejsEnterprise,value:oi.NodejsEnterprise,icon:zi(Bo.JavaScript)}]},[Bo.Python]:{community:[{id:oi.PythonCommunity,value:oi.PythonCommunity,icon:zi(Bo.Python)}],enterprise:[{id:oi.PythonEnterprise,value:oi.PythonEnterprise,icon:zi(Bo.Python)}]},[Bo.Java]:{community:[{id:oi.JavaCommunity,value:oi.JavaCommunity,icon:zi(Bo.Java)}],enterprise:[{id:oi.JavaEnterprise,value:oi.JavaEnterprise,icon:zi(Bo.Java)},{id:oi.JavaEbpfInstrumentations,value:oi.JavaEbpfInstrumentations,icon:zi(Bo.Java)}]},[Bo.DotNet]:{community:[{id:oi.DotNetCommunity,value:oi.DotNetCommunity,icon:zi(Bo.DotNet)}],enterprise:[{id:oi.DotNetEnterprise,value:oi.DotNetEnterprise,icon:zi(Bo.DotNet)}]},[Bo.Ruby]:{community:[{id:oi.RubyCommunity,value:oi.RubyCommunity,icon:zi(Bo.Ruby)}],enterprise:[{id:oi.RubyEnterprise,value:oi.RubyEnterprise,icon:zi(Bo.Ruby)}]},[Bo.Php]:{community:[{id:oi.PhpCommunity,value:oi.PhpCommunity,icon:zi(Bo.Php)}],enterprise:[]},[Bo.CSharp]:{community:[],enterprise:[{id:oi.CPlusPlusEnterprise,value:oi.CPlusPlusEnterprise,icon:zi(Bo.CSharp)}]},[Bo.MySql]:{community:[],enterprise:[{id:oi.MySqlEnterprise,value:oi.MySqlEnterprise,icon:zi(Bo.MySql)}]},[Bo.CPlusPlus]:{community:[],enterprise:[]},[Bo.Rust]:{community:[],enterprise:[]},[Bo.Swift]:{community:[],enterprise:[]},[Bo.Elixir]:{community:[],enterprise:[]},[Bo.Nginx]:{community:[],enterprise:[]},[Bo.Postgres]:{community:[],enterprise:[]},[Bo.Redis]:{community:[],enterprise:[]},[Bo.Kafka]:{community:[],enterprise:[]},[Bo.Ignored]:{community:[],enterprise:[]},[Bo.Unknown]:{community:[],enterprise:[]},[Bo.Processing]:{community:[],enterprise:[]},[Bo.NoContainers]:{community:[],enterprise:[]},[Bo.NoRunningPods]:{community:[],enterprise:[]}},cs=6048e5,ds=_t()(Vt(e=>({darkMode:!0,setDarkMode:t=>e({darkMode:t})}),{name:Ci.DARK_MODE,storage:"undefined"!=typeof window?Kt(()=>localStorage):void 0})),ps={dataStreamsLoading:!1,dataStreams:[],selectedStreamName:vi},us=_t(e=>({...ps,setDataStreamsLoading:t=>e({dataStreamsLoading:t}),setDataStreams:t=>e({dataStreams:t}),addDataStreams:t=>e(e=>{const o=[...e.dataStreams,...t].map(e=>[e.name,e]);return{dataStreams:Array.from(new Map(o).values())}}),removeDataStreams:t=>e(e=>({dataStreams:e.dataStreams.filter(e=>!t.find(t=>t.name===e.name))})),setSelectedStreamName:t=>e({selectedStreamName:t}),resetDataStreamStore:()=>e(ps)})),hs=_t(e=>({drawerType:null,drawerEntityId:null,setDrawerType:t=>e({drawerType:t}),setDrawerEntityId:t=>e({drawerEntityId:t})})),ms=_t(e=>({namespacesLoading:!1,namespaces:[],sourcesLoading:!1,sources:[],destinationsLoading:!1,destinations:[],actionsLoading:!1,actions:[],instrumentationRulesLoading:!1,instrumentationRules:[],setEntitiesLoading:(t,o)=>{const i=t===jo.Namespace?"namespacesLoading":t===jo.Source?"sourcesLoading":t===jo.Destination?"destinationsLoading":t===jo.Action?"actionsLoading":t===jo.InstrumentationRule?"instrumentationRulesLoading":"NONE";"NONE"!==i&&e({[i]:o})},setEntities:(t,o)=>{const i=t===jo.Namespace?"namespaces":t===jo.Source?"sources":t===jo.Destination?"destinations":t===jo.Action?"actions":t===jo.InstrumentationRule?"instrumentationRules":"NONE";"NONE"!==i&&e({[i]:o})},addEntities:(t,o)=>{const i=t===jo.Namespace?"namespaces":t===jo.Source?"sources":t===jo.Destination?"destinations":t===jo.Action?"actions":t===jo.InstrumentationRule?"instrumentationRules":"NONE";"NONE"!==i&&e(e=>{const t=[...e[i]],r=new Map;return t.forEach((e,t)=>{r.set(Hi(e),t)}),o.forEach(e=>{const o=Hi(e),i=r.get(o);void 0!==i?t[i]={...t[i],...e}:(r.set(o,t.length),t.push(e))}),{[i]:t}})},removeEntities:(t,o)=>{const i=t===jo.Namespace?"namespaces":t===jo.Source?"sources":t===jo.Destination?"destinations":t===jo.Action?"actions":t===jo.InstrumentationRule?"instrumentationRules":"NONE";"NONE"!==i&&e(e=>{const t=new Set(o.map(e=>Wi(e))),r=e[i].filter(e=>!t.has(Hi(e)));return{[i]:r}})},resetEntityStore:()=>{e({namespacesLoading:!1,namespaces:[],sourcesLoading:!1,sources:[],destinationsLoading:!1,destinations:[],actionsLoading:!1,actions:[],instrumentationRulesLoading:!1,instrumentationRules:[]})}})),gs=()=>({searchText:"",statuses:[],platformTypes:[],namespaces:[],kinds:[],monitors:[],languages:[],conditions:[],podsAgentInjectionStatus:[],errors:[],onlyErrors:!1}),fs=_t(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:gs})),xs=_t(e=>({currentModal:"",setCurrentModal:t=>e({currentModal:t})})),ys=_t((e,t)=>({notifications:[],addNotification:o=>{const i=new Date,r=`${i.getTime().toString()}${o.target?`#${o.target}`:""}`,{notifications:n}=t();n.some(e=>e.type===o.type&&e.title===o.title&&e.message===o.message&&!e.dismissed)||e(e=>({notifications:[{...o,id:r,time:i.toISOString(),dismissed:!1,seen:!1},...e.notifications]}))},markAsDismissed:t=>{e(e=>{const o=e.notifications.findIndex(e=>e.id===t);return-1!==o&&(e.notifications[o].dismissed=!0),{notifications:e.notifications}})},markAsSeen:t=>{e(e=>{const o=e.notifications.findIndex(e=>e.id===t);return-1!==o&&(e.notifications[o].seen=!0),{notifications:e.notifications}})},removeNotification:t=>{e(e=>{const o=e.notifications.findIndex(e=>e.id===t);return-1!==o&&e.notifications.splice(o,1),{notifications:e.notifications}})},removeNotifications:t=>{t&&e(e=>({notifications:e.notifications.filter(e=>e.id.split("#")[1]!==t)}))}}));var bs;!function(e){e.Instrumenting="instrumenting",e.Uninstrumenting="uninstrumenting",e.BulkInstrumenting="bulk-instrumenting",e.BulkUninstrumenting="bulk-uninstrumenting",e.DownloadingDiagnose="downloading-diagnose"}(bs||(bs={}));const $s=(e,t)=>({...t?.[e]||{total:0,current:0,percentage:0}}),vs=e=>(e.total<e.current&&(e.total=e.current+1),e.percentage=Math.round(e.current/e.total*100),e),ws=_t((e,t)=>({progress:{},setProgress:(o,i)=>{const r=t(),n=$s();return"number"==typeof i.total&&(n.total=i.total),"number"==typeof i.current&&(n.current=i.current),Array.isArray(i.list)&&(n.list=i.list),e({progress:{...r.progress,[o]:vs(n)}})},addProgress:(o,i,r)=>{const n=t(),a=$s(o,n.progress);return a.current+=i,r&&(a.list=a.list?.map(e=>e.label===r.label?{...e,status:r.status}:e)),e({progress:{...n.progress,[o]:vs(a)}})},resetProgress:t=>e({progress:{[t]:void 0}})})),Ss=_t(e=>({selectedSources:{},setSelectedSources:t=>e({selectedSources:t}),resetSelectedState:()=>e(()=>({selectedSources:{},selectedConnection:null}))})),Cs={configuredSources:{},configuredFutureApps:{},configuredDestinations:[],configuredDestinationsUpdateOnly:[]},ks=(e,t)=>e.destinationType.type!==t.destinationType.type,Es=_t(e=>({...Cs,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=>ks(e,t))})),setConfiguredDestinationsUpdateOnly:t=>e({configuredDestinationsUpdateOnly:t}),addConfiguredDestinationUpdateOnly:t=>e(e=>{const o=[...e.configuredDestinationsUpdateOnly,t].map(e=>[e.id,e]);return{configuredDestinationsUpdateOnly:Array.from(new Map(o).values())}}),removeConfiguredDestinationUpdateOnly:t=>e(e=>({configuredDestinationsUpdateOnly:e.configuredDestinationsUpdateOnly.filter(e=>ks(e,t))})),clearStore:()=>e(()=>({...Cs}))})),As={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"}},Ds={v2:As.v2,darkMode:!0,colors:{...As.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:As.font_family},Ts={v2:As.v2,darkMode:!1,colors:{...As.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:As.font_family},Ns=e=>e?Ds:Ts;var Is=Object.freeze({__proto__:null,baseTheme:As,darkModeTheme:Ds,getTheme:Ns,lightModeTheme:Ts});qt('@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 _s=({children:e})=>{const{darkMode:t}=ds();return Ot(eo,{theme:Ns(t),children:e})},Os={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 Rs=Object.freeze({__proto__:null,hex:Os});const Fs={in:{left:to`
218
- from { transform: translateX(-100%); }
219
- to { transform: translateX(0); }
220
- `,right:to`
221
- from { transform: translateX(100%); }
222
- to { transform: translateX(0); }
223
- `,top:to`
224
- from { transform: translateY(-100%); }
225
- to { transform: translateY(0); }
226
- `,bottom:to`
227
- from { transform: translateY(100%); }
228
- to { transform: translateY(0); }
229
- `,center:to`
230
- from { transform: translate(-50%, 100%); }
231
- to { transform: translate(-50%, -50%); }
232
- `},out:{left:to`
233
- from { transform: translateX(0); }
234
- to { transform: translateX(-100%); }
235
- `,right:to`
236
- from { transform: translateX(0); }
237
- to { transform: translateX(100%); }
238
- `,top:to`
239
- from { transform: translateY(0); }
240
- to { transform: translateY(-100%); }
241
- `,bottom:to`
242
- from { transform: translateY(0); }
243
- to { transform: translateY(100%); }
244
- `,center:to`
245
- from { transform: translate(-50%, -50%); }
246
- to { transform: translate(-50%, 100%); }
247
- `}},zs={in:to`
248
- from {
249
- width: 0%;
250
- }
251
- to {
252
- width: 100%;
253
- }
254
- `,out:to`
255
- from {
256
- width: 100%;
257
- }
258
- to {
259
- width: 0%;
260
- }
261
- `},Ls=to`
262
- 0% {
263
- transform: scale(1);
264
- opacity: 1;
265
- }
266
- 75%, 100% {
267
- transform: scale(2);
268
- opacity: 0;
269
- }
270
- `,Ps=to`
271
- 0% {
272
- background-position: -500px 0;
273
- }
274
- 100% {
275
- background-position: 500px 0;
276
- }
277
- `,Ms={in:to`
278
- from {
279
- opacity: 0;
280
- }
281
- to {
282
- opacity: 1;
283
- }
284
- `,out:to`
285
- from {
286
- opacity: 1;
287
- }
288
- to {
289
- opacity: 0;
290
- }
291
- `};var Bs=Object.freeze({__proto__:null,fade:Ms,ping:Ls,progress:zs,shimmer:Ps,slide:Fs});const Us=Yt.span`
292
- display: flex;
293
- align-items: center;
294
- justify-content: center;
295
-
296
- min-height: 16px;
297
- min-width: 16px;
298
- width: fit-content;
299
- padding: 4px;
300
- gap: 2px;
301
-
302
- border-radius: 50px;
303
- border: 1px solid ${({theme:e,$filled:t,$status:o})=>o?e.text[o]+(t?"":Os["050"]):t?"transparent":e.colors.border};
304
- background-color: ${({theme:e,$filled:t,$status:o})=>t?o?e.colors[o]:e.colors.majestic_blue:"transparent"};
305
- color: ${({theme:e,$filled:t,$status:o})=>t&&o?e.text.secondary:t?e.text.white:o?e.text[o]:e.text.grey};
306
- font-family: ${({theme:e})=>e.font_family.secondary};
307
- font-size: 12px;
308
- white-space: nowrap;
309
-
310
- ${({theme:e,$filled:t,$status:o,$clickable:i})=>i&&`&:hover {\n cursor: pointer;\n background-color: ${o?e.colors[o]+Os["020"]:t?e.colors.majestic_blue_soft:e.colors.secondary+Os["020"]};\n }`}
311
- `,js=({label:e,filled:t,status:o,withIcon:i,onClick:r})=>{const n=Zt(),a=o&&i?ir(o,n):null;return Rt(Us,{$filled:t,$status:o,$clickable:!!r,onClick:r,children:[!!a&&Ot(a,{}),e]})},Ws=Yt.div`
312
- height: fit-content;
313
- border: 2px solid transparent;
314
- padding: 2px;
315
- border-radius: 32px;
316
- background-color: transparent;
317
- transition: border-color 0.3s ease;
318
- &:focus-within {
319
- border-color: ${({theme:e})=>e.colors.secondary};
320
- }
321
- `,Hs={primary:Qt`
322
- border: 1px solid ${({theme:e})=>e.text.secondary+Os["024"]};
323
- background: ${({theme:e})=>e.colors.secondary};
324
- color: ${({theme:e})=>e.colors.primary};
325
- &:hover {
326
- background: ${({theme:e})=>e.colors.secondary+Os["080"]};
327
- }
328
- &:active {
329
- background: ${({theme:e})=>e.text.secondary+Os["060"]};
330
- }
331
- `,secondary:Qt`
332
- border: 1px solid ${({theme:e})=>e.colors.border};
333
- background: ${({theme:e})=>e.colors.primary};
334
- color: ${({theme:e})=>e.colors.secondary};
335
- &:hover {
336
- border: 1px solid ${({theme:e})=>e.text.darker_grey};
337
- background: ${({theme:e})=>e.colors.secondary+Os["010"]};
338
- }
339
- &:active {
340
- border: 1px solid ${({theme:e})=>e.text.dark_grey};
341
- background: ${({theme:e})=>e.colors.secondary+Os["015"]};
342
- }
343
- `,tertiary:Qt`
344
- border-color: transparent;
345
- background: transparent;
346
- &:hover {
347
- background: ${({theme:e})=>e.colors.dropdown_bg_2+Os["040"]};
348
- }
349
- &:active {
350
- background: ${({theme:e})=>e.colors.dropdown_bg_2};
351
- }
352
- `,danger:Qt`
353
- border-color: transparent;
354
- background: ${({theme:e})=>e.text.error};
355
- &:hover {
356
- background: ${({theme:e})=>e.text.error+Os["090"]};
357
- }
358
- &:active {
359
- background: ${({theme:e})=>e.text.error+Os["080"]};
360
- }
361
- `,warning:Qt`
362
- border-color: transparent;
363
- background: ${({theme:e})=>e.text.warning};
364
- &:hover {
365
- background: ${({theme:e})=>e.text.warning+Os["090"]};
366
- }
367
- &:active {
368
- background: ${({theme:e})=>e.text.warning+Os["080"]};
369
- }
370
- `},Xs=Yt.button`
371
- height: 36px;
372
- border-radius: 32px;
373
- cursor: pointer;
374
- display: flex;
375
- align-items: center;
376
- justify-content: center;
377
- gap: 8px;
378
- padding: 0 12px;
379
- font-family: ${({theme:e})=>e.font_family.secondary};
380
- text-transform: uppercase;
381
- text-decoration: underline;
382
- font-weight: 600;
383
- outline: none;
384
- ${({$variant:e})=>e&&Hs[e]}
385
- ${({disabled:e,$variant:t})=>e&&Qt`
386
- opacity: 0.5;
387
- cursor: not-allowed;
388
-
389
- ${"primary"===t?Qt`
390
- color: ${({theme:e})=>e.colors.secondary};
391
- background: ${({theme:e})=>e.text.secondary+Os["010"]};
392
- &:hover {
393
- background: ${({theme:e})=>e.text.secondary+Os["015"]};
394
- }
395
- `:""}
396
- `}
397
- `,Gs=({children:e,variant:t="primary",onClick:o,...i})=>{const r=Bt(null);return Ot(Ws,{$variant:t,children:Ot(Xs,{ref:r,$variant:t,onClick:e=>{o&&o(e),r.current?.blur()},...i,children:e})})},Vs=e=>{function t(){return void 0===e?{}:vo(e)}const[o,i]=Pt(t()),[r,n]=Pt({}),a=Ut((e,t)=>{const o={};if(!t||"object"!=typeof t)return e?{...e}:o;for(const[i,r]of Object.entries(e)){const e=i;if(Array.isArray(r)){const i=t[e];Array.isArray(i)&&r.length===i.length&&r.every((e,t)=>"object"==typeof e&&null!==e?0===Object.keys(a(e,i[t])).length:e===i[t])||(o[e]=t[e])}else if("object"==typeof r&&null!==r)if(null==t[e]||"object"!=typeof t[e])o[e]=t[e];else{const i=a(r,t[e]);Object.keys(i).length>0&&(o[e]=i)}else r!==t[e]&&(o[e]=t[e])}for(const i of Object.keys(t))i in e||(o[i]=t[i]);return o},[]),s=(e,t)=>0===Object.keys(a(e,t)).length,l=Lt(()=>void 0!==e&&!s(e,o),[e,o]);Mt(()=>{const r=t();void 0!==e&&"{}"===JSON.stringify(o)&&"{}"!==JSON.stringify(r)&&i(r)},[e,o]);const c=Ut((e,t)=>wo("formData"===e?o:r,t.toString()),[o,r]);return{formData:o,formErrors:r,getFormDiff:a,areFormValuesEqual:s,isFormDirty:l,handleFormChange:(e,t,o)=>{if(e){const o=e.toString().split(".");1===o.length?i(o=>({...o,[e]:t})):i(e=>{const i=vo(e);let r=i;for(let e=0;e<o.length-1;e++){const t=o[e];r[t]&&"object"==typeof r[t]||(r[t]={}),r=r[t]}return r[o[o.length-1]]=t,i})}else o&&i({...o})},handleErrorChange:(e,t,o)=>{if(e){const o=e.toString().split(".");1===o.length?n(o=>({...o,[e]:t})):n(e=>{const i=vo(e);let r=i;for(let e=0;e<o.length-1;e++){const t=o[e];r[t]&&"object"==typeof r[t]||(r[t]={}),r=r[t]}return r[o[o.length-1]]=t,i})}else o&&n({...o})},resetFormData:e=>{i(e||t()),n({})},getNestedValue:c}},Ks={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,urlTemplatizationRulesGroups:null}},qs=()=>{const{addNotification:e}=ys(),{formData:t,formErrors:o,handleFormChange:i,handleErrorChange:r,resetFormData:n}=Vs(Ks),a=e=>e&&Array.isArray(e)?e.map(e=>!e.fromSources?.length&&e.from?{...e,fromSources:[e.from]}:e):e;return{formData:t,formErrors:o,handleFormChange:i,resetFormData:n,validateForm:o=>{const i={};let n=!0;if(Object.entries(t).forEach(([e,t])=>{switch(e){case"type":case"signals":hr(t)&&(i[e]=ki.FIELD_IS_REQUIRED)}}),t.type===Do.URLTemplatization){const e=t.fields?.urlTemplatizationRulesGroups;if(e)for(const t of e)if(t.templatizationRules?.some(e=>!e.template?.trim())){i.fields=ki.FIELD_IS_REQUIRED;break}}return n=!Object.values(i).length,!n&&o?.withAlert&&e({type:Go.Warning,title:o.alertTitle,message:ki.REQUIRED_FIELDS,hideFromHistory:!0}),r(void 0,void 0,i),n},loadFormWithDrawerItem:({type:e,signals:t,name:o,notes:r,disabled:n,fields:s})=>{const l={...vo(Ks),type:e,signals:t,name:o,notes:r,disabled:n};Object.entries(s).forEach(([e,t])=>{if(t)switch(e){case To.LabelsAttributes:case To.AnnotationsAttributes:l.fields||(l.fields={}),l.fields[e]=a(t);break;case To.CollectContainerAttributes:case To.CollectReplicaSetAttributes:case To.CollectWorkloadId:case To.CollectClusterId:case To.ClusterAttributes:case To.OverwriteExistingValues:case To.AttributeNamesToDelete:case To.Renames:case To.PiiCategories:case To.FallbackSamplingRatio:case To.SamplingPercentage:case To.EndpointsFilters:case To.ServicesNameFilters:case To.AttributeFilters:case To.UrlTemplatizationRulesGroups:l.fields||(l.fields={}),l.fields[e]=t}}),i(void 0,void 0,l)}}},Js=e=>{Mt(()=>{if(e){const e=document.body.style.overflow;return document.body.style.overflow="hidden",()=>{document.body.style.overflow=e}}},[e])},Ys=()=>{const{setCurrentModal:e}=xs(),{setDrawerType:t,setDrawerEntityId:o}=hs(),{setActiveNodeType:i,setActiveNodeId:r,activeNodeId:n}=$n();return{onClickNode:(a,s)=>{const{id:l,type:c,data:{id:d,type:p}}=s;switch(n===l?(i(null),r(null)):(i(c),r(l)),p){case jo.Source:case jo.Destination:case jo.Action:case jo.InstrumentationRule:t(p),o(d);break;case Zo.AddSource:e(jo.Source);break;case Zo.AddDestination:e(jo.Destination);break;case Zo.AddAction:e(jo.Action);break;case Zo.AddRule:e(jo.InstrumentationRule)}}}},Qs=()=>{const{setDrawerType:e,setDrawerEntityId:t}=hs(),{markAsDismissed:o,markAsSeen:i}=ys();return{onClickNotification:(r,n)=>{const{id:a,crdType:s,target:l}=r,{dismissToast:c}=n||{};if(s&&l)switch(s){case jo.InstrumentationRule:e(jo.InstrumentationRule),t(Gi(l,jo.InstrumentationRule));break;case jo.Source:case"InstrumentationConfig":case"InstrumentationInstance":e(jo.Source),t(Gi(l,jo.Source));break;case jo.Action:e(jo.Action),t(Gi(l,jo.Action));break;case jo.Destination:case"Destination":e(jo.Destination),t(Gi(l,jo.Destination))}i(a),c&&o(a)}}},Zs=()=>{const e=Bt(null),[t,o]=Pt(0),[i,r]=Pt(0);return Mt(()=>{const t=()=>{if(e.current){const{width:t,height:i}=e.current.getBoundingClientRect();o(t),r(i)}};return t(),window.addEventListener("resize",t),()=>window.removeEventListener("resize",t)},[]),{containerRef:e,containerWidth:t,containerHeight:i}};var el;!function(e){e[e.XS=16]="XS",e[e.S=18]="S",e[e.M=24]="M",e[e.L=32]="L"}(el||(el={}));const tl=Yt.div`
398
- width: ${({$size:e})=>1.5*e}px;
399
- height: ${({$size:e})=>1.5*e}px;
400
- display: flex;
401
- align-items: center;
402
- justify-content: center;
403
- border-radius: 100%;
404
- cursor: ${({$disabled:e})=>e?"not-allowed":"pointer"};
405
- &:hover {
406
- background: ${({theme:e})=>e.v2.colors.silver[900]};
407
- }
408
- `,ol=({icon:e,size:t=el.S,onClick:o,disabled:i})=>Ot(tl,{$size:t,$disabled:i,onClick:e=>{o&&!i&&(e.stopPropagation(),o(e))},children:Ot(e,{size:t})}),il=({onDone:e}={})=>{const[t,o]=Pt(!1),[i,r]=Pt(-1),n=Ut(async(i,n)=>{if(!t){if(o(!0),void 0!==n&&r(n),navigator?.clipboard&&navigator.clipboard.writeText)try{await navigator.clipboard.writeText(i)}catch(e){}else{const e=document.createElement("textarea");e.value=i,document.body.appendChild(e),e.select();try{document.execCommand("copy")}catch(e){}document.body.removeChild(e)}e?.(),setTimeout(()=>{o(!1),r(-1)},1e3)}},[t,e]);return{CopyButton:Ut(({value:e,size:o})=>Ot(ol,{icon:t?st:lt,size:o,onClick:()=>n(e)}),[t]),isCopied:t,copiedIndex:i,clickCopy:n}},rl=e=>{const{addNotification:t}=ys(),{formData:o,handleFormChange:i,formErrors:r,handleErrorChange:n,resetFormData:a}=Vs(e);return{formData:o,formErrors:r,handleFormChange:i,resetFormData:a,validateForm:e=>{const i={};let r=!0;return o.name?mr(o.name)?i.name=void 0:(r=!1,i.name=ki.ILLEGAL_K8S_LABEL):(r=!1,i.name=ki.FIELD_IS_REQUIRED),!r&&e?.withAlert&&t({type:Go.Warning,title:e.alertTitle,message:ki.REQUIRED_FIELDS,hideFromHistory:!0}),n(void 0,void 0,i),r},loadFormWithDrawerItem:({name:t})=>{const o={...vo(e),name:t};i(void 0,void 0,o)}}},nl={type:"",name:"",exportedSignals:{logs:!1,metrics:!1,traces:!1},fields:[],disabled:!1},al=e=>{const{supportedSignals:t,preLoadedFields:o}=e||{},{addNotification:i}=ys(),{formData:r,formErrors:n,handleFormChange:a,handleErrorChange:s,resetFormData:l}=Vs(nl),[c,d]=Pt([]),[p,u]=Pt([]);Mt(()=>{var e;u(c?(e=c,e.filter(e=>!!e).map(e=>{const{name:t,componentType:o,componentProperties:i,displayName:r,initialValue:n,renderCondition:a}=e;if(o===Ho.Dropdown){const e=dr(i,{}),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:o,title:r,value:n,placeholder:e.placeholder||"Select an option",options:s,renderCondition:a,...e}}return{name:t,componentType:o,title:r,value:n,renderCondition:a,...dr(i,{})}})).map(e=>{if(o){const t="string"==typeof o?dr(o,{}):o;if(e.name in t)return{...e,value:t[e.name]}}return e}):[])},[c,o]),Mt(()=>{if(p){const e=p.map(e=>({key:e.name,value:e.value}));a("fields",e)}},[p]),Mt(()=>{if(t&&0===Sr(r.exportedSignals).length){const{logs:e,metrics:o,traces:i}=t;a("exportedSignals",{logs:e.supported,metrics:o.supported,traces:i.supported})}},[t,r.exportedSignals]);return{formData:r,formErrors:n,handleFormChange:a,resetFormData:l,validateForm:e=>{const t={};let o=!0;return p.forEach(({name:e,value:i,required:r})=>{r&&!i&&(o=!1,t[e]=ki.FIELD_IS_REQUIRED)}),!o&&e?.withAlert&&i({type:Go.Warning,title:e.alertTitle,message:ki.REQUIRED_FIELDS,hideFromHistory:!0}),s(void 0,void 0,t),o},loadFormWithDrawerItem:({destinationType:{type:e},name:t,disabled:o,exportedSignals:i,fields:r})=>{const n={...vo(nl),type:e,name:t,disabled:o,exportedSignals:i,fields:Object.entries(dr(r,{})).map(([e,t])=>({key:e,value:t}))};return a(void 0,void 0,n),n},yamlFields:c,setYamlFields:d,dynamicFields:p,setDynamicFields:u}},sl={ruleName:"",notes:"",disabled:!1,workloads:null,instrumentationLibraries:null,payloadCollection:{[li.HttpRequest]:null,[li.HttpResponse]:null,[li.DbQuery]:null,[li.Messaging]:null},codeAttributes:{[ni.Column]:null,[ni.FilePath]:null,[ni.Function]:null,[ni.LineNumber]:null,[ni.Namespace]:null,[ni.StackTrace]:null},headersCollection:null,customInstrumentations:{[si.Java]:null,[si.Golang]:null}},ll=()=>{const{formData:e,formErrors:t,handleFormChange:o,handleErrorChange:i,resetFormData:r}=Vs(sl);return{formData:e,formErrors:t,handleFormChange:o,resetFormData:r,validateForm:()=>(i(void 0,void 0,{}),!0),loadFormWithDrawerItem:({ruleName:e,notes:t,disabled:i,payloadCollection:r,codeAttributes:n,headersCollection:a,customInstrumentations:s})=>{const l={...vo(sl),ruleName:e,notes:t,disabled:i};r&&(l.payloadCollection={[li.HttpRequest]:r[li.HttpRequest]?{}:null,[li.HttpResponse]:r[li.HttpResponse]?{}:null,[li.DbQuery]:r[li.DbQuery]?{}:null,[li.Messaging]:r[li.Messaging]?{}:null}),n&&(l.codeAttributes={[ni.Column]:n[ni.Column]||null,[ni.FilePath]:n[ni.FilePath]||null,[ni.Function]:n[ni.Function]||null,[ni.LineNumber]:n[ni.LineNumber]||null,[ni.Namespace]:n[ni.Namespace]||null,[ni.StackTrace]:n[ni.StackTrace]||null}),a&&(l.headersCollection=a),s&&(l.customInstrumentations={[si.Java]:s[si.Java]||null,[si.Golang]:s[si.Golang]||null}),o(void 0,void 0,l)}}},cl=({active:e,key:t,withAltKey:o,withCtrlKey:i,withShiftKey:r,withMetaKey:n},a)=>(Mt(()=>{const s=s=>{e&&t===s.key&&(!o||o&&s.altKey)&&(!i||i&&s.ctrlKey)&&(!r||r&&s.shiftKey)&&(!n||n&&s.metaKey)&&(s.preventDefault(),s.stopPropagation(),a(s))};return window.addEventListener("keydown",s),()=>{window.removeEventListener("keydown",s)}},[t,e,o,i,r,n,a]),null),dl=(e,t)=>{Mt(()=>{const o=o=>{e.current&&!e.current.contains(o.target)&&t()};return document.addEventListener("mousedown",o),document.addEventListener("touchstart",o),()=>{document.removeEventListener("mousedown",o),document.removeEventListener("touchstart",o)}},[e,t])},pl=({sectionNames:e,threshold:t=.4})=>{const[o,i]=Pt(e[0]||""),r=Bt({}),n=Bt(!1),a=Bt(!1),s=Ut((e,t)=>{r.current[e]=t},[]),l=Ut(e=>{a.current=!0,i(e)},[]);return Mt(()=>{if(!a.current)return;a.current=!1;const e=r.current[o];if(!e)return;n.current=!0,e.scrollIntoView({behavior:"smooth",block:"start"});const t=setTimeout(()=>{n.current=!1},600);return()=>clearTimeout(t)},[o]),Mt(()=>{const o=r.current,a=e.map(e=>o[e]).filter(Boolean);if(!a.length)return;const s=new IntersectionObserver(e=>{if(!n.current)for(const t of e)if(t.isIntersecting){const e=t.target.getAttribute("data-section-name");e&&i(e);break}},{threshold:t});return a.forEach(e=>s.observe(e)),()=>s.disconnect()},[e,t]),{selectedSection:o,setSelectedSection:l,setSectionRef:s}},ul=({defaultClientHeight:e=0,defaultClientwidth:t=0,onClickOutside:o,positionMode:i="local"}={})=>{const r=Bt(null),[n,a]=Pt(!1),[s,l]=Pt({top:0,left:0}),[c,d]=Pt({edge:"top",align:"left"});dl(r,()=>{n&&(a(!1),o?.())});return{popupRef:r,popupOpen:n,setPopupOpen:a,popupPosition:s,arrowPlacement:c,handlePosition:(o,n)=>{if("local"===i)return void l({top:n,left:o});const{innerWidth:a,innerHeight:s}=window,c=r.current?.clientWidth||t,p=r.current?.clientHeight||e,u=o/a,h=u<1/3?"left":u>2/3?"right":"center";d({edge:n<s/2?"top":"bottom",align:h});let m=n,g=o;if(m>=s/2&&(m+=-p),"center"===h){g=o-c/2;const e=8;g=Math.max(e,Math.min(g,a-c-e))}else g>=a/2&&(g=o-c);l({top:m,left:g})}}},hl=()=>({getItemSS:(e,t)=>{const o=sessionStorage.getItem(e);return o?dr(o,t):t},setItemSS:(e,t)=>{sessionStorage.setItem(e,JSON.stringify(t))},removeItemSS:e=>{sessionStorage.removeItem(e)}}),ml={otelServiceName:"",currentStreamName:""},gl=()=>{const{formData:e,formErrors:t,handleFormChange:o,handleErrorChange:i,resetFormData:r}=Vs(ml);return{formData:e,formErrors:t,handleFormChange:o,resetFormData:r,validateForm:()=>(i(void 0,void 0,{}),!0),loadFormWithDrawerItem:({otelServiceName:e,name:t})=>{const i={...vo(ml),otelServiceName:e||t||""};o(void 0,void 0,i)}}},fl=Wt({platformType:Po.K8s,tier:Lo.Community,version:"v0.0.0"}),xl=({children:e,platformType:t,tier:o,version:i})=>{const r=Lt(()=>({platformType:t,tier:o,version:i}),[t,o,i]);return Ot(fl.Provider,{value:r,children:e})},yl=(e,t)=>!t||Or(e)>=Or(t),bl=e=>{const t=jt(fl),o=yl(t.version,e),i=t.platformType===Po.Vm;return{...t,isVersionSupported:o,isVm:i,isEnterprise:t.tier===Lo.Onprem}},$l=Wt({formType:void 0}),vl=({children:e,formType:t})=>{const o=Lt(()=>({formType:t}),[t]);return Ot($l.Provider,{value:o,children:e})},wl=()=>jt($l),Sl=new Set([ti.StaticPod]),Cl=e=>{const t=e.workloads.filter(({selected:e})=>e).length,o=e.workloads.length;return{selectedCount:t,isAllSourced:t>0&&t===o,isSomeSourced:t>0&&t<o,isFutureApps:e.selected||!1}},kl=(e,t,o)=>{if(t&&!e.name.toLowerCase().includes(t.toLowerCase()))return!1;if(o.showOnlySelected){const{isAllSourced:t,isSomeSourced:o,isFutureApps:i}=Cl(e);return t||o||i}return!0},El=(e,t,o)=>!(t&&!e.name.toLowerCase().includes(t.toLowerCase()))&&(!o.showOnlySelected||e.selected),Al=(e,t,o)=>{const i=!!e.dataStreamNames?.length||!!e.currentStreamName?.length,r=i&&e.dataStreamNames?.includes(t)||e.currentStreamName===t,n=e.selected&&(!i||r)||!1;return{namespace:e.namespace,name:e.name,kind:e.kind,selected:n,numberOfInstances:e.numberOfInstances}},Dl=(e,t,o)=>({...Al(e,t),currentStreamName:t}),Tl=(e,t,o)=>{const i="boolean"==typeof o,r=e.dataStreamNames?.includes(t),n=(i?o:e.selected)||!1;return{namespace:e.name,selected:!(!r&&!i)&&n,currentStreamName:t}},Nl=e=>{const{fetchNamespacesWithWorkloads:t}=e,{tier:o}=bl(),i=e=>o!==Lo.Onprem&&Sl.has(e),{selectedStreamName:r}=us(),{namespaces:n,addEntities:a}=ms(),[s,l]=Pt(!1),[c,d]=Pt({}),[p,u]=Pt(!1),[h,m]=Pt(""),[g,f]=Pt({}),[x,y]=Pt({}),[b,$]=Pt(""),[v,w]=Pt(jo.Source),[S,C]=Pt(!1),[k,E]=Pt(!1),A=Lt(()=>{const e=(e,t)=>!b||v!==t||v===t&&e.toLowerCase().includes(b),t={};return Object.entries(x).filter(([t])=>e(t,jo.Namespace)).forEach(([o,i])=>{const r=i.filter(t=>{return e(t.name,jo.Source)&&(o=t,!S||o.selected)&&(e=>!k||(e.numberOfInstances||0)>0)(t);var o});(!b||b&&(v===jo.Namespace||v===jo.Source&&r.length))&&(t[o]=r)}),t},[x,b,v,S,k]);return Mt(()=>{(async()=>{l(!0);const e=await t();l(!1);const o=e.data;if(!o?.length)return;const i=[...o].sort((e,t)=>e.name.localeCompare(t.name)),n={},s={},c={};for(const e of i){const t=[...e.sources||[]].sort((e,t)=>e.name.localeCompare(t.name));n[e.name]=t.map(e=>Al(e,r)),s[e.name]=t.map(e=>Dl(e,r)),c[e.name]=Tl(e,r)}a(jo.Namespace,o.map(({sources:e,...t})=>t));const{configuredSources:p,configuredFutureApps:u}=Es.getState();Object.entries(p).forEach(([e,t])=>{s[e]&&t.forEach(t=>{const o=s[e].findIndex(e=>e.name===t.name&&e.kind===t.kind);-1!==o&&(s[e][o]={...s[e][o],selected:t.selected,currentStreamName:t.currentStreamName})})}),Object.entries(u).forEach(([e,t])=>{c[e]&&(c[e]=t)}),d(n),y(s),f(c)})()},[r]),{loading:s,availableSources:c,filteredNamespacesAndSources:A,getApiSourcesPayload:()=>{const e={};return Object.entries(x).forEach(([t,o])=>{o.forEach(o=>{const i=c[t]?.find(e=>e.name===o.name&&e.kind===o.kind);i?.selected!==o.selected&&(e[t]||(e[t]=[]),e[t].push(o))})}),e},getApiFutureAppsPayload:()=>{const e={};return Object.entries(g).forEach(([t,o])=>{const i=n?.find(e=>e.name===t);(o.selected&&!i?.dataStreamNames?.includes(r)||!o.selected&&i?.dataStreamNames?.includes(r))&&(e[t]=o)}),e},selectedNamespace:h,onSelectNamespace:(e,t)=>{if(n.find(t=>t.name===e)){const o="boolean"==typeof t;m(t=>t!==e||o?e:""),o&&(y(o=>({...o,[e]:(o[e]||[]).map(e=>t&&i(e.kind)?e:{...e,selected:t,currentStreamName:r})})),u(!1))}},selectedAllNamespaces:p,onSelectAllNamespaces:e=>{u(e),y(t=>{const o={};for(const[n,a]of Object.entries(t))o[n]=a.map(t=>e&&i(t.kind)?t:{...t,selected:e,currentStreamName:r});return o})},selectedSources:x,onSelectSource:(e,t)=>{const o=t||h;if(!o)return;if(i(e.kind))return;const n=[...x[o]||[]],a=n.findIndex(({name:t,kind:o})=>t===e.name&&o===e.kind);if(-1!==a){const e={...n[a],selected:!n[a].selected,currentStreamName:r};n[a]=e}else n.push({...e,selected:!0,currentStreamName:r});y(e=>({...e,[o]:n})),u(!1)},selectedFutureApps:g,onSelectFutureApps:(e,t)=>{const o=t||h;if(!o)return;const i=n.find(e=>e.name===t);i&&f(t=>({...t,[o]:Tl(i,r,e)}))},searchText:b,setSearchText:$,searchBy:v,setSearchBy:w,showSelectedOnly:S,setShowSelectedOnly:C,showRunningOnly:k,setShowRunningOnly:E}};try{Gt.addDefaultLocale(Jt)}catch(e){}const Il=()=>{const e=Bt(new Gt(Jt.locale));return{formatTimeAgo:Ut(t=>{try{return"string"==typeof t&&(t=t.replace("t","T").replace("z","Z")),e.current.format(new Date(t))}catch(e){return"-"}},[])}},_l=Yt.div`
409
- position: fixed;
410
- top: 50%;
411
- left: 50%;
412
- transform: translate(-50%, -50%);
413
- z-index: 1000;
414
- width: fit-content;
415
- background: ${({theme:e})=>e.colors.translucent_bg};
416
- border: ${({theme:e})=>`1px solid ${e.colors.border}`};
417
- border-radius: 40px;
418
- box-shadow: ${({theme:e})=>{const t=e.colors.primary+Os["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}`}};
419
- animation-name: ${Fs.in.center};
420
- `,Ol=Yt.div`
421
- display: flex;
422
- justify-content: space-between;
423
- align-items: center;
424
- height: 80px;
425
- border-bottom: 1px solid ${({theme:e})=>e.colors.border};
426
- padding: 0 24px;
427
- `,Rl=Yt.div`
428
- cursor: pointer;
429
- display: flex;
430
- align-items: center;
431
- gap: 8px;
432
- `,Fl=Yt.div`
433
- display: flex;
434
- align-items: center;
435
- gap: 8px;
436
- `,zl=Yt(Mr)`
437
- min-width: 350px;
438
- min-height: 150px;
439
- `,Ll=Yt.div`
440
- position: absolute;
441
- left: 50%;
442
- transform: translateX(-50%);
443
- display: flex;
444
- align-items: center;
445
- justify-content: center;
446
- width: 100%;
447
- pointer-events: none;
448
- `,Pl=Yt(en)`
449
- text-transform: uppercase;
450
- font-family: ${({theme:e})=>e.font_family.secondary};
451
- pointer-events: auto;
452
- `,Ml=Yt(en)`
453
- text-transform: uppercase;
454
- font-weight: 500;
455
- font-size: 14px;
456
- font-family: ${({theme:e})=>e.font_family.secondary};
457
- text-decoration: underline;
458
- cursor: pointer;
459
- `,Bl=({isOpen:e,noOverlay:t,header:o,actionComponent:i,onClose:r,children:n,closeOnEscape:a=!0})=>(cl({key:"Escape",active:e&&a},()=>r()),Js(e),e?co.createPortal(Rt(Ft,{children:[Ot(Ur,{hidden:!e,onClick:r,style:{opacity:t?0:1}}),Rt(_l,{"data-id":"modal"+(o?`-${o.title.replaceAll(" ","-")}`:""),children:[o&&Rt(Ol,{children:[Rt(Rl,{onClick:r,children:[Ot(ct,{}),Ot(Ml,{children:"Cancel"})]}),Ot(Ll,{children:Ot(Pl,{children:o.title})}),Ot(Fl,{children:i})]}),Ot(zl,{children:n})]})]}),document.body):null),Ul=Yt.div`
460
- width: ${({$orientation:e,$thickness:t,$length:o})=>"vertical"===e?`${t}px`:o||"100%"};
461
- height: ${({$orientation:e,$thickness:t,$length:o})=>"horizontal"===e?`${t}px`:o||"100%"};
462
- margin: ${({$orientation:e,$margin:t})=>t||("horizontal"===e?"8px 0":"0 8px")};
463
- background-color: ${({$type:e,theme:t})=>(e?t.text[e]:t.colors.border)+Os["050"]};
464
- opacity: ${({$opacity:e})=>e||1};
465
- `,jl=({orientation:e="horizontal",type:t,thickness:o=1,length:i,margin:r,opacity:n})=>Ot(Ul,{$orientation:e,$type:t,$thickness:o,$length:i,$margin:r,$opacity:n}),Wl=Yt.div`
466
- /* Portal: viewport coords (usePopup positionMode viewport). Non-portal: offset-parent coords, absolute. */
467
- position: ${({$asPortal:e})=>e?"fixed":"absolute"};
468
- ${({$top:e})=>void 0!==e&&`top: ${e}px;`}
469
- ${({$bottom:e})=>void 0!==e&&`bottom: ${e}px;`}
470
- ${({$left:e})=>void 0!==e&&`left: ${e}px;`}
471
- ${({$right:e})=>void 0!==e&&`right: ${e}px;`}
472
- z-index: 9999;
473
-
474
- background-color: ${({theme:e})=>e.colors.info};
475
- border: 1px solid ${({theme:e})=>e.colors.border};
476
- border-radius: ${({$borderRadius:e})=>void 0!==e?e:"24px"};
477
- max-width: ${({$maxWidth:e})=>void 0!==e?e:"unset"};
478
- width: ${({$width:e})=>void 0!==e?e:"unset"};
479
-
480
- ${({$asPortal:e,$withPointerEvents:t})=>e&&!t&&"pointer-events: none;"}
481
- `,Hl=Yt.div`
482
- padding: ${({$padding:e})=>void 0!==e?e:"12px"};
483
- border-bottom: 1px solid ${({theme:e})=>e.colors.border};
484
- `,Xl=Yt.div`
485
- padding: ${({$padding:e})=>void 0!==e?e:"12px"};
486
- `,Gl=Yt.div`
487
- padding: ${({$padding:e})=>void 0!==e?e:"12px"};
488
- border-top: 1px solid ${({theme:e})=>e.colors.border};
489
- `,Vl=Ht(({isOpen:e,asPortal:t,...o},i)=>{const r=Lt(()=>{const{children:e,top:r,bottom:n,left:a,right:s,borderRadius:l,padding:c,maxWidth:d,width:p,header:u,footer:h,withPointerEvents:m,...g}=o;return Rt(Wl,{ref:i,$top:r,$bottom:n,$left:a,$right:s,$borderRadius:l,$padding:c,$maxWidth:d,$width:p,$asPortal:t,$withPointerEvents:m,...g,children:[u&&Ot(Hl,{$padding:c,children:u}),Ot(Xl,{$padding:c,children:e}),h&&Ot(Gl,{$padding:c,children:h})]})},[i,o,t]);return e?t?co.createPortal(r,document.body):r:null});Vl.displayName=Vl.name;const Kl=Yt.div`
490
- width: ${({$fullWidth:e})=>e?"100%":"fit-content"};
491
- position: relative;
492
- display: flex;
493
- align-items: center;
494
- gap: 4px;
495
- cursor: help;
496
- ${({$ellipsis:e})=>e&&"\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n "}
497
- `,ql=Yt.div`
498
- display: flex;
499
- flex-direction: column;
500
- align-items: flex-start;
501
- gap: 8px;
502
- width: 100%;
503
- `,Jl=Yt.div`
504
- display: flex;
505
- width: 100%;
506
- flex-shrink: 0;
507
- box-sizing: border-box;
508
- line-height: 0;
509
-
510
- ${({$align:e})=>"left"===e&&"\n justify-content: flex-start;\n padding-left: 20px;\n padding-right: 10px;\n "}
511
- ${({$align:e})=>"right"===e&&"\n justify-content: flex-end;\n padding-left: 10px;\n padding-right: 20px;\n "}
512
- ${({$align:e})=>"center"===e&&"\n justify-content: center;\n align-items: center;\n min-height: 8px;\n "}
513
- `,Yl=Yt.div`
514
- width: 0;
515
- height: 0;
516
- border-style: solid;
517
- border-left: 6.5px solid transparent;
518
- border-right: 6.5px solid transparent;
519
- flex-shrink: 0;
520
-
521
- ${({$pointsUp:e,theme:t})=>e?`\n border-bottom: 8px solid ${t.v2.colors.black[500]};\n border-top-width: 0;\n `:`\n border-top: 8px solid ${t.v2.colors.black[500]};\n border-bottom-width: 0;\n `}
522
- `,Ql=Yt.div`
523
- display: flex;
524
- flex-direction: column;
525
- align-items: stretch;
526
- min-width: 0;
527
- `,Zl=Yt.div`
528
- background-color: ${({theme:e})=>e.v2.colors.black[500]};
529
- border-radius: 4px;
530
- padding: 8px;
531
- box-sizing: border-box;
532
- min-width: 0;
533
- `,ec=({withIcon:e,titleIcon:t,title:o,text:i,timestamp:r,children:n,fullWidth:a=!1,keepAlive:s=!1,ellipsis:l=!1})=>{const c=Zt(),{popupRef:d,popupOpen:p,setPopupOpen:u,popupPosition:h,arrowPlacement:m,handlePosition:g}=ul({positionMode:"viewport",defaultClientHeight:48,defaultClientwidth:Math.min(7.5*(i?.length||0),300)}),f=Lt(()=>!!Yr(i||"")?.length,[i]),x=e=>{const{type:t,clientX:o,clientY:i}=e;f?g(h.left||o,h.top||i):g(o,i),u("mouseleave"!==t)};return i||s?Rt(Kl,{$fullWidth:a,$ellipsis:l,onMouseEnter:x,onMouseMove:x,onMouseLeave:x,children:[n,e&&Ot(je,{fill:c.v2.colors.white[500]}),Ot(Vl,{ref:d,isOpen:p&&!!i,top:h.top,left:h.left,asPortal:!0,withPointerEvents:f,onMouseEnter:f?x:void 0,style:{backgroundColor:"transparent",border:"none"},maxWidth:"270px",borderRadius:"0",padding:"0",children:Rt(Ql,{children:["top"===m.edge&&Ot(Jl,{$align:m.align,children:Ot(Yl,{$pointsUp:!0})}),Ot(Zl,{children:Rt(ql,{children:[(!!t||!!o)&&Rt(Lr,{$gap:4,style:{alignItems:"center"},children:[t&&Ot(t,{size:16},"icon"),o&&Ot(qr,{size:Vr.XS,children:o},"title")]}),!!i&&Ot(qr,{size:Vr.XXXS,children:i}),!!r&&Ot(qr,{size:Vr.XXXS,color:c.v2.colors.silver[200],children:new Date(r).toLocaleString()})]})}),"bottom"===m.edge&&Ot(Jl,{$align:m.align,children:Ot(Yl,{$pointsUp:!1})})]})})]}):Ot(Ft,{children:n})},tc=Yt.button`
534
- position: relative;
535
- width: ${({$size:e})=>e}px;
536
- height: ${({$size:e})=>e}px;
537
- border: ${({theme:e,$withBorder:t})=>t?`1px solid ${e.colors.border}`:"none"};
538
- border-radius: 100%;
539
- background-color: ${({$backgroundColor:e})=>e||"transparent"};
540
- display: flex;
541
- align-items: center;
542
- justify-content: center;
543
- cursor: pointer;
544
- &:hover {
545
- background-color: ${({theme:e,$backgroundColor:t})=>t?t+Os["070"]:e.colors.dropdown_bg_2};
546
- }
547
- `,oc=Yt.div`
548
- position: absolute;
549
- top: ${({$size:e})=>e/5}px;
550
- right: ${({$size:e})=>e/5}px;
551
- width: 6px;
552
- height: 6px;
553
- border-radius: 100%;
554
- background-color: ${({theme:e,$color:t})=>t||e.colors.secondary};
555
-
556
- &::after {
557
- content: '';
558
- position: absolute;
559
- inset: 0;
560
- border-radius: 100%;
561
- background-color: ${({theme:e,$color:t})=>t||e.colors.secondary};
562
- animation: ${Ls} 1.5s cubic-bezier(0, 0, 0.2, 1) infinite;
563
- }
564
- `,ic=({children:e,onClick:t,tooltip:o,size:i=36,withPing:r,pingColor:n,withBorder:a,backgroundColor:s,...l})=>Ot(ec,{text:o,children:Rt(tc,{$size:i,$withBorder:a,$backgroundColor:s,onClick:t,...l,children:[r&&Ot(oc,{$size:i,$color:n}),e]})}),rc=Yt.div`
565
- position: relative;
566
- &.animated {
567
- overflow: hidden;
568
- padding-bottom: 1px;
569
- border-radius: 32px;
570
- animation: ${({$isLeaving:e})=>e?Fs.out.bottom:Fs.in.bottom} ${({$duration:e})=>e/10}ms forwards;
571
- }
572
- `,nc=Yt.div`
573
- position: absolute;
574
- bottom: -1px;
575
- left: 0;
576
- z-index: -1;
577
- width: 100%;
578
- height: 100%;
579
- border-radius: 32px;
580
- background-color: ${({$type:e,theme:t})=>t.text[e]};
581
- animation: ${zs.out} ${({$duration:e})=>""+(e-e/10)}ms forwards;
582
- `,ac=Yt.div`
583
- display: flex;
584
- align-items: center;
585
- flex: 1;
586
- gap: 8px;
587
- padding: 0 12px;
588
- border-radius: 32px;
589
- background-color: ${({$type:e,theme:t})=>t.colors[e]};
590
- `,sc=Yt.div`
591
- display: flex;
592
- align-items: center;
593
- margin: 0 auto 0 0;
594
- padding: 8px 0;
595
- max-width: ${({$withAction:e,$overrideMaxWidth:t})=>t||(e?"400px":"500px")};
596
- min-height: 12px;
597
- `,lc=Yt(en)`
598
- font-size: 14px;
599
- color: ${({$type:e,theme:t})=>t.text[e]};
600
- `,cc=Yt(en)`
601
- color: ${({$type:e,theme:t})=>t.text[e]};
602
- font-size: 12px;
603
- `,dc=Yt(Lr)``,pc=Yt(en)`
604
- text-transform: uppercase;
605
- text-decoration: underline;
606
- font-size: 12px;
607
- font-family: ${({theme:e})=>e.font_family.secondary};
608
- white-space: nowrap;
609
- cursor: pointer;
610
- &:hover {
611
- transform: scale(1.1);
612
- transition: transform 0.3s;
613
- }
614
- `,uc=({type:e,icon:t,title:o,message:i,action:r,onClose:n,duration:a=5e3,overrideMaxWidth:s,style:l})=>{const c=Zt(),[d,p]=Pt(!1),u=Bt(null),h=Bt(null),m=e=>{n&&(p(!0),n({asSeen:e?.asSeen}))};Mt(()=>(u.current=setTimeout(()=>m({asSeen:!1}),a),()=>{u.current&&clearTimeout(u.current)}),[a]);const g=t||ir(e,c);return Rt(rc,{className:n?"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(ac,{"data-id":"toast",$type:e,style:l,children:[Ot(g,{fill:c.text[e]}),Rt(sc,{$withAction:!!r,$overrideMaxWidth:s,children:[o&&Ot(lc,{$type:e,children:o}),o&&i&&Ot(jl,{orientation:"vertical",type:e}),i&&Ot(cc,{$type:e,children:i})]}),(!!r||!!n)&&Rt(dc,{children:[r&&Ot(pc,{"data-id":"toast-action",onClick:r.onClick,children:r.label}),n&&Ot(ic,{"data-id":"toast-close",onClick:()=>m({asSeen:!0}),children:Ot(ct,{size:12})})]})]}),n&&Ot(nc,{ref:h,$duration:a,$type:e})]})},hc=Yt.div`
615
- padding: 24px 32px;
616
- `,mc=Yt.div`
617
- padding: ${({$withNote:e})=>e?"12px 0px":"12px 0px 32px 0"};
618
- `,gc=Yt(en)`
619
- font-size: 20px;
620
- line-height: 28px;
621
- `,fc=Yt(en)`
622
- color: ${({theme:e})=>e.text.grey};
623
- width: 416px;
624
- font-style: normal;
625
- font-weight: 300;
626
- line-height: 24px;
627
- `,xc=Yt.div`
628
- display: flex;
629
- justify-content: space-between;
630
- gap: 12px;
631
- `,yc=Yt(Gs)`
632
- width: 250px;
633
- `,bc=Yt.div`
634
- margin-bottom: 12px;
635
- `,$c=({isOpen:e,noOverlay:t,title:o="",description:i="",note:r,approveButton:n,denyButton:a,closeOnEscape:s=!0})=>{cl({key:"Enter",active:e&&s},()=>n.onClick());const l=()=>a.onClick();return Ot(Bl,{isOpen:e,noOverlay:t,onClose:l,children:Rt(hc,{children:[Ot(gc,{children:o}),Ot(mc,{$withNote:!!r,children:Ot(fc,{children:i})}),!!r&&Ot(bc,{children:Ot(uc,{type:r.type,title:r.title,message:r.message})}),Rt(xc,{children:[Ot(yc,{"data-id":"approve",variant:n.variant||"primary",onClick:()=>n.onClick(),children:n.text}),Ot(yc,{"data-id":"deny",variant:a.variant||"secondary",onClick:l,children:a.text})]})]})})},vc=({isOpen:e,noOverlay:t,name:o,onApprove:i,onDeny:r})=>Ot($c,{isOpen:e,noOverlay:t,title:"Cancel"+(o?` ${o}`:""),description:"Are you sure you want to cancel?",approveButton:{text:"Confirm",variant:Go.Warning,onClick:i},denyButton:{text:"Go Back",onClick:r}}),wc=Yt.div`
636
- display: flex;
637
- align-items: center;
638
- gap: 8px;
639
- cursor: ${({$disabled:e})=>e?"not-allowed":"pointer"};
640
- opacity: ${({$disabled:e})=>e?.6:1};
641
- `,Sc=Yt.div`
642
- width: 18px;
643
- height: 18px;
644
- border-radius: 6px;
645
- border: 1px dashed ${({$isChecked:e,$isPartiallyChecked:t,theme:o})=>e||t?"transparent":o.colors.secondary};
646
- display: flex;
647
- align-items: center;
648
- justify-content: center;
649
- background-color: ${({$isChecked:e,$isPartiallyChecked:t,theme:o})=>e?o.colors.majestic_blue:t?o.colors.majestic_blue_soft:o.colors.secondary+Os["020"]};
650
- pointer-events: ${({$disabled:e})=>e?"none":"auto"};
651
- transition: border 0.3s;
652
- &:hover {
653
- border: 1px solid ${({theme:e})=>e.colors.secondary};
654
- }
655
- `,Cc=({title:e,titleColor:t,tooltip:o,value:i=!1,partiallyChecked:r=!1,onChange:n,disabled:a,style:s,errorMessage:l,allowPropagation:c=!1})=>{const d=Zt(),[p,u]=Pt(i);Mt(()=>u(i),[i]);return Rt(Pr,{children:[Rt(wc,{"data-id":"checkbox"+(e?`-${e}`:""),$disabled:a,onClick:e=>{a||(c||e.stopPropagation(),n?n(!!r||!p):u(e=>!!r||!e))},style:s,children:[Ot(Sc,{$isChecked:p,$isPartiallyChecked:r,$disabled:a,children:r?Ot(dt,{fill:d.text.white}):p?Ot(st,{fill:d.text.white}):null}),e&&Ot(ec,{text:o,withIcon:!0,children:Ot(en,{size:12,color:t||d.text.grey,style:{maxWidth:"90%"},children:e})})]}),!!l&&Ot(rn,{children:l})]})},kc=Yt(Lr)`
656
- gap: 0;
657
- `,Ec=Yt.button`
658
- padding: 4px 8px;
659
- background-color: ${({theme:e,$selected:t})=>t?e.colors.dropdown_bg_2:"transparent"};
660
- border-radius: ${({$position:e})=>"left"===e?"32px 0px 0px 32px":"right"===e?"0px 32px 32px 0px":"0"};
661
- border: 1px solid ${({theme:e})=>e.colors.border};
662
- display: flex;
663
- align-items: center;
664
- justify-content: center;
665
- cursor: pointer;
666
- &:hover {
667
- border: 1px solid ${({theme:e})=>e.colors.secondary};
668
- }
669
- `,Ac=({isPrettyMode:e,setIsPrettyMode:t})=>Rt(kc,{children:[Ot(Ec,{$position:"left",$selected:e,onClick:()=>t(!0),children:Ot(pt,{})}),Ot(Ec,{$position:"right",$selected:!e,onClick:()=>t(!1),children:Ot(ut,{})})]}),Dc=Yt.table`
670
- border-collapse: collapse;
671
- font-family: ${({theme:e})=>e.font_family.primary};
672
- `,Tc=Yt.tbody``,Nc=Yt.tr`
673
- td:first-child {
674
- padding-left: 0 !important;
675
- }
676
- td:last-child {
677
- padding-right: 0 !important;
678
- }
679
- `,Ic=Yt.td`
680
- vertical-align: top;
681
- padding: 4px 6px;
682
- `,_c=Yt(en)`
683
- white-space: nowrap;
684
- `,Oc=Yt.span`
685
- white-space: ${({$noWrap:e})=>e?"nowrap":"pre-wrap"};
686
- overflow-wrap: break-word;
687
- word-break: break-word;
688
- word-wrap: break-word;
689
- /* Fallback for older browsers */
690
- -ms-word-break: break-all;
691
- font-size: 12px;
692
- `,Rc=({language:e,code:t,theme:o,flatten:i,pretty:r})=>{const{darkMode:n}=Zt(),a=o?ho[o]:n?ho.palenight:ho.vsLight;let s="";if("json"===e){const e=dr(t,{}),o=Tr(e);s=Nr(i?Ti(o):o)}else s=t;return r&&"json"===e?Ot(Fc,{darkMode:n,str:s}):Ot(uo,{theme:a||(n?ho.palenight:ho.vsLight),language:e,code:s,children:({getLineProps:e,getTokenProps:t,tokens:o})=>Ot("pre",{children:o.map((o,i)=>Ot("div",{...e({line:o}),children:o.map((e,o)=>Ot(Oc,{...t({token:e})},`line-${i}-token-${o}`))},`line-${i}`))})})},Fc=({darkMode:e,str:t})=>{const o=Zt(),i=(e,t)=>{const i=new Array(e).fill(e=>Rt(Nc,{...e,children:[Ot(Ic,{}),Ot(Ic,{})]}));return Ot(zt,{children:i.map((e,i)=>Ot(e,{style:0===i?{borderBottom:`1px solid ${o.colors.border}`}:{}},`empty-row-${t}-${i}`))})};return Ot(uo,{theme:e?ho.palenight:ho.vsLight,language:"json",code:t,children:({getLineProps:e,getTokenProps:t,tokens:r})=>Ot(Dc,{children:Ot(Tc,{children:r.map((r,n)=>{const a=(e=>{const t=["punctuation","plain","operator"];return e.filter(e=>!t.includes(e.types[0])).map(({types:e,content:t})=>{const o=[...e],i=["property","string"].includes(o[0])?t.replace(/"/g,""):t;return"string"===o[0]&&(["true","false"].includes(i.split("@")[0])&&(o[0]="boolean"),i.split("@")[0].match(/^[0-9]+$/)&&(o[0]="number")),{types:o,content:i}})})(r),s=e({line:a});return 1===a.length&&"property"===a[0].types[0]?Rt(zt,{children:[i(2,n),Rt(Nc,{...s,children:[Ot(Ic,{children:Ot(_c,{children:a[0].content})}),Ot(Ic,{})]})]},`line-${n}`):2===a.length?Ot(Nc,{...s,children:a.map((e,i)=>{const{text:r,components:a}=((e,t)=>{const[o,...i]=e.split("@");return{text:o,components:i?.map((e,o)=>{if(!e.includes("="))return null;const[i,r]=e.split("=");switch(i){case"tooltip":return Ot(ec,{withIcon:!0,text:r},`${i}-${r}-${o}`);case"status":if("none"===r)return Ot("div",{style:{width:16,height:16}},`${i}-${r}-${o}`);let e=ir(r,t);return e||(e=ir(Go.Warning,t)),Ot(e,{},`${i}-${r}-${o}`);default:return null}})?.filter(e=>!!e)||[]}})(e.content,o),s=0===i;return Ot(Ic,{children:Rt(Lr,{children:[Ot(Lr,{children:a}),Ot(Oc,{$noWrap:s,...t({token:e}),children:r})]})},`line-${n}-token-${i}`)})},`line-${n}`):(a.length,null)})})})})},zc={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 Lc(e){if("number"==typeof e)return{value:e,unit:"px"};let t;const o=(e.match(/^[0-9.]*/)||"").toString();t=o.includes(".")?parseFloat(o):parseInt(o,10);const i=(e.match(/[^0-9]*$/)||"").toString();return zc[i]?{value:t,unit:i}:{value:t,unit:"px"}}function Pc(e){const t=Lc(e);return`${t.value}${t.unit}`}const Mc=((e,t,o)=>{const i=`react-spinners-${e}-${o}`;if("undefined"==typeof window||!window.document)return i;const r=document.createElement("style");document.head.appendChild(r);const n=r.sheet,a=`\n @keyframes ${i} {\n ${t}\n }\n `;return n&&n.insertRule(a,0),i})("FadeLoader","50% {opacity: 0.3} 100% {opacity: 1}","fade"),Bc=({loading:e=!0,color:t,scale:o=1,speedMultiplier:i=1,cssOverride:r={},style:n={},...a})=>{const s=Zt(),l=t||s.text.secondary;if(!e)return null;const{value:c}=Lc(2),d=c+4.2,p=d/2+d/5.5,u=4*d*o,h={position:"relative",width:`${u}px`,height:`${u}px`,scale:o,...n,...r},m=(e,t)=>({position:"absolute",width:Pc(1.5),height:Pc(4),borderRadius:Pc(2),backgroundColor:l,transition:"2s",animationFillMode:"both",animation:`${Mc} ${1.2/i}s ${.12*e}s infinite ease-in-out`,transform:`translate(-50%, -50%) rotate(${t}deg)`});return Rt("span",{style:h,...a,children:[Ot("span",{style:{...m(1,0),top:`calc(50% + ${d}px)`,left:"50%"}}),Ot("span",{style:{...m(2,-45),top:`calc(50% + ${p}px)`,left:`calc(50% + ${p}px)`}}),Ot("span",{style:{...m(3,90),top:"50%",left:`calc(50% + ${d}px)`}}),Ot("span",{style:{...m(4,45),top:`calc(50% + ${-1*p}px)`,left:`calc(50% + ${p}px)`}}),Ot("span",{style:{...m(5,0),top:`calc(50% + ${-1*d}px)`,left:"50%"}}),Ot("span",{style:{...m(6,-45),top:`calc(50% + ${-1*p}px)`,left:`calc(50% + ${-1*p}px)`}}),Ot("span",{style:{...m(7,90),top:"50%",left:`calc(50% + ${-1*d}px)`}}),Ot("span",{style:{...m(8,45),top:`calc(50% + ${p}px)`,left:`calc(50% + ${-1*p}px)`}})]})},Uc=Yt.div`
693
- margin: ${({$align:e})=>"right"===e?"auto 6px auto auto":"left"===e?"auto auto auto 6px":"auto"};
694
- display: flex;
695
- align-items: center;
696
- justify-content: center;
697
- `,jc=({extend:e,size:t=14,align:o="center"})=>Ot(Uc,{$align:o,children:Ot(ht,{size:t,rotate:e?180:0})}),Wc=Yt.div`
698
- border-radius: 24px;
699
- background-color: ${({theme:e,$status:t})=>t===Go.Error?e.text.error+Os["010"]:t===Go.Warning?e.text.warning+Os["010"]:e.colors.secondary+Os["005"]};
700
- &:hover {
701
- background-color: ${({theme:e,$status:t})=>t===Go.Error?e.text.error+Os["020"]:t===Go.Warning?e.text.warning+Os["020"]:e.colors.secondary+Os["010"]};
702
- }
703
- cursor: pointer;
704
- transition: background 0.3s;
705
- `,Hc=Yt.div`
706
- display: flex;
707
- align-items: center;
708
- gap: 12px;
709
- padding: 12px 18px;
710
- `,Xc=Yt.div`
711
- display: flex;
712
- flex-direction: column;
713
- gap: 8px;
714
- padding: 6px 18px 12px 18px;
715
- `,Gc=Yt.div`
716
- display: flex;
717
- align-items: center;
718
- gap: 12px;
719
- `,Vc=Yt(en)`
720
- white-space: nowrap;
721
- `,Kc=Yt(Pr)`
722
- width: 16px;
723
- `,qc=({conditions:e,headerLabelError:t="Something Failed",headerLabelWarning:o="Something isn't right",headerLabelSuccess:i="Everything Successful"})=>{const r=Zt(),[n,a]=Pt(!1),s=Lt(()=>vr(e),[e]),{errors:l,hasErrors:c,warnings:d,hasWarnings:p,hasDisableds:u,hasLoadings:h}=Lt(()=>Ri(s),[s]);Mt(()=>{a(c||p||u)},[c,p,u]);const m=(!s.length||h)&&!c&&!p&&!u,g=c?Go.Error:p?Go.Warning:u?Go.Info:Go.Success,f=ir(g,r),x=c?t:p||u?o:m?"Loading...":i,y=c?r.text.error:p?r.text.warning:r.text.info,b=`(${c?l.length:p?d.length:s.length}/${s.length})`,$=c?r.text.error_secondary:p?r.text.warning_secondary:r.text.info_secondary,v=Ut(()=>a(e=>!e),[]);return Rt(Wc,{onClick:v,$status:g,children:[Rt(Hc,{children:[Ot(m?Bc:f,{}),Ot(en,{color:y,size:14,children:x}),Ot(en,{color:$,size:12,family:"secondary",children:b}),Ot(jc,{extend:n,align:"right"})]}),n&&Ot(Xc,{children:s.map(({status:e,type:t,reason:o,message:i},n)=>{const a=e===Ko.Loading?()=>Ot(Bc,{scale:.8}):e===Ko.Disabled?ir(Go.Info,r):ir(e,r),s=e===Ko.Disabled?r.text.info:e===Go.Error?r.text.error:e===Go.Warning?r.text.warning:r.text.info,l=e===Ko.Disabled?r.text.info_secondary:e===Go.Error?r.text.error_secondary:e===Go.Warning?r.text.warning_secondary:r.text.info_secondary;return Rt(Gc,{children:[Ot(Kc,{children:Ot(a,{})}),Rt(en,{color:s,size:12,children:[Ot(Vc,{color:l,size:12,weight:700,children:t}),i||o]})]},`condition-${n}`)})})]})},Jc=Yt.div`
724
- display: flex;
725
- align-items: center;
726
- gap: ${({$size:e})=>e/3}px;
727
- padding: ${({$size:e,$withBorder:t,$withBackground:o})=>t||o?`${e/(t?3:2)}px ${e/(t?1.5:1)}px`:"0"};
728
- width: ${({$width:e})=>e||"fit-content"};
729
- border-radius: 360px;
730
- border: ${({$withBorder:e,$status:t,theme:o})=>e?`1px solid ${o.text[t]+Os["050"]}`:"none"};
731
- background: ${({$withBackground:e,$status:t,theme:o})=>e?`linear-gradient(90deg, transparent 0%, ${o.text[t]+Os["030"]} 100%)`:"transparent"};
732
- `,Yc=Yt.div`
733
- display: flex;
734
- align-items: center;
735
- `,Qc=Yt.div`
736
- display: flex;
737
- align-items: center;
738
- `,Zc=({title:e,subtitle:t,status:o=Go.Default,forceIcon:i,withIcon:r,withBorder:n,withBackground:a,width:s,size:l=12,family:c="secondary",nowrap:d=!1})=>{const p=Zt(),u=[Ko.Loading,Ko.Disabled].includes(o)?Go.Info:o,h=i?()=>Ot(i,{size:l+2,fill:p.text[u]}):o===Ko.Loading?()=>Ot(Bc,{scale:.8}):()=>ir(u,p)?.({size:l+2});return Rt(Jc,{$status:u,$width:s,$size:l,$withIcon:r,$withBorder:n,$withBackground:a,children:[r&&Ot(Yc,{children:Ot(h,{})}),(!!e||!!t)&&Rt(Qc,{children:[!!e&&Ot(en,{size:l,family:c,color:p.text[u],nowrap:d,children:e}),!!e&&!!t&&Ot(jl,{orientation:"vertical",length:l-2+"px",type:u}),!!t&&Ot(en,{size:l-2,family:c,color:p.text[`${u}_secondary`],nowrap:d,children:t})]})]})},ed=({label:e,onClick:t,variant:o="tertiary",textProps:i,...r})=>{const n=Zt();return Rt(Gs,{onClick:t,variant:o,...r,children:[Ot(mt,{fill:"primary"===o?n.text.primary:n.text.info}),Ot(en,{size:14,family:"secondary",decoration:"underline",color:"primary"===o?n.text.primary:void 0,...i,children:e||Ai.ADD})]})},td=Yt(Lr)`
739
- width: 100%;
740
- border-radius: 8px;
741
- background-color: ${({theme:e})=>e.colors.secondary+Os["010"]};
742
- pre {
743
- color: ${({theme:e})=>e.text.default};
744
- font-size: 12px;
745
- overflow-x: auto;
746
- width: 100%;
747
- padding-left: 12px;
748
- }
749
- `,od=({value:e,callbackCopyDone:t})=>{const{clickCopy:o,isCopied:i}=il();return Rt(td,{children:[Ot("pre",{children:e}),Ot(ic,{onClick:i=>{i.stopPropagation(),o(e),t?.()},tooltip:i?"Copied!":"Copy",children:Ot(i?st:lt,{})})]})},id=({label:e,onClick:t,variant:o="tertiary",...i})=>{const r=Zt();return Rt(Gs,{onClick:t,variant:o,...i,children:[Ot(gt,{fill:"primary"===o?r.text.primary:r.text.info}),Ot(en,{size:14,family:"secondary",decoration:"underline",color:"primary"===o?r.text.primary:void 0,children:e||Ai.EDIT})]})},rd=({onClick:e})=>Ot(uc,{type:Go.Default,icon:Ve,message:Ei.QUICK_BACK_TO_SUMMARY,action:{label:Ei.GO_TO_SUMMARY,onClick:e}}),nd=Yt(en)`
750
- max-width: ${({$maxWidth:e})=>e?`${e}px`:"unset"};
751
- white-space: nowrap;
752
- overflow-x: auto;
753
-
754
- &::after {
755
- // This is to prevent the "browser default tooltip" from appearing when the title is too long
756
- content: '';
757
- display: block;
758
- }
759
- `,ad=({maxWidth:e,text:t,textSize:o=16,textColor:i})=>{const[r,n]=Pt(!1),a=Bt(null);return Mt(()=>{if(a.current){const{clientWidth:t}=a.current;n(t<1.05*(e-o)&&t>.95*(e-o))}},[e,o,t]),Rt(Lr,{$gap:0,children:[t&&Ot(ec,{text:r?t:void 0,children:Ot(nd,{ref:a,$maxWidth:e-o,size:o,color:i,children:t})}),r&&Ot(nd,{$maxWidth:o,size:o,color:i,children:"..."})]})},sd=({src:e="",alt:t="",size:o=16})=>{const[i,r]=Pt(!1);return e&&!i?Ot("img",{src:e,alt:t,width:o,height:o,onError:()=>r(!0)}):Ot(s,{size:o})},ld=Yt.div`
760
- display: flex;
761
- align-items: center;
762
- justify-content: center;
763
- width: ${({$size:e})=>e}px;
764
- height: ${({$size:e})=>e}px;
765
- border-radius: 8px;
766
- background: ${({$status:e,theme:t})=>{const o=t.colors[e||"dropdown_bg_2"];return`linear-gradient(180deg, ${o} 0%, ${o+Os["030"]} 100%)`}};
767
- `,cd=({icon:e,src:t="",alt:o="",status:i,size:r=36})=>Ot(ld,{$status:i,$size:r,children:t?Ot(sd,{src:t,alt:o,size:r-12}):Ot(e||s,{size:r-12})}),dd=Yt.div`
768
- position: relative;
769
- display: flex;
770
- flex-wrap: wrap;
771
- align-items: center;
772
- justify-content: center;
773
- width: ${({$size:e})=>e}px;
774
- height: ${({$size:e})=>e}px;
775
- `,pd=Yt.div`
776
- position: absolute;
777
- top: ${({$top:e})=>e}px;
778
- left: ${({$left:e})=>e}px;
779
- z-index: ${({$zIndex:e})=>e};
780
- display: flex;
781
- align-items: center;
782
- justify-content: center;
783
- width: ${({$size:e})=>e}px;
784
- height: ${({$size:e})=>e}px;
785
- border-radius: 100%;
786
- border: 1px solid ${({theme:e,$status:t})=>(t?e.text[t]:e.colors.border)+Os["030"]};
787
- background: ${({$status:e,theme:t})=>{const o=t.colors[e||"dropdown_bg_2"];return`linear-gradient(180deg, ${o} 0%, ${o+Os["030"]} 100%)`}};
788
- `,ud=({icons:e=[],iconSrcs:t=[],status:o,size:i=36,id:r})=>{const n=Zt(),a=1===e.length||1===t.length?i-12:i/2.7;if(t.length>0)return Ot(ud,{icons:t.map(e=>()=>Ot(sd,{src:e,size:a})),status:o,size:i,id:r});if(1===e.length)return Ot(cd,{icon:e[0],status:o,size:i});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 Ot(dd,{$status:o,$size:i,children:e.map((t,i)=>i>2?null:Ot(pd,{$status:o,$size:1.5*a,$top:s(i),$left:l(i),$zIndex:i+1,children:2===i&&e.length>3?Rt(en,{family:"secondary",color:n.text.dark_grey,size:.8*a,children:["+",e.length-2]}):Ot(t,{size:a})},`icon-${r}-${i}`))})},hd=ns.map(({id:e})=>e),md=({monitors:e=hd,withTooltips:t,withLabels:o,size:i=12,color:r})=>{const n=Zt(),a=r||n.text.grey;return Ot(Lr,{$gap:o?i:i/2,children:e.map(e=>{const r=xo(e.toLowerCase()),n=Ji(e);return n?Ot(ec,{text:t?r:"",children:Rt(Lr,{$gap:i/3,children:[Ot(n,{size:o?i+2:i,fill:a}),o&&Ot(en,{size:i,color:a,children:r})]})},e):null})})},gd=Yt.div`
789
- visibility: hidden;
790
- `,fd=Yt.div`
791
- display: flex;
792
- flex-direction: column;
793
- align-self: stretch;
794
- padding: 16px;
795
- width: calc(100% - 32px);
796
- border-radius: 16px;
797
- background-color: ${({theme:e,$status:t,$bgColor:o})=>o||(t?e.text[t]+Os["010"]:e.colors.secondary+Os["005"])};
798
- opacity: ${({$faded:e})=>e?.5:1};
799
-
800
- ${({theme:e,$status:t,$bgColorHover:o,$withClick:i})=>i?Qt`
801
- &:hover {
802
- cursor: pointer;
803
- background-color: ${o||(t?e.text[t]+Os["020"]:e.colors.secondary+Os["010"])};
804
- ${gd} {
805
- visibility: visible;
806
- }
807
- }
808
- `:`\n &:hover {\n ${gd} {\n visibility: visible;\n }\n }\n `}
809
- `,xd=Yt.div`
810
- display: flex;
811
- align-items: center;
812
- gap: 8px;
813
- margin-left: auto;
814
- `,yd=Yt(en)`
815
- margin-right: 16px;
816
- `,bd=Yt(en)`
817
- font-size: 10px;
818
- color: ${({theme:e})=>e.text.grey};
819
- `,$d=({title:e,subTitle:t,hoverText:o,onClick:i,renderActions:r,iconProps:{icon:n,icons:a,iconSrc:s,iconSrcs:l}={},visualProps:{status:c,faded:d,bgColor:p,bgColorHover:u,monitors:h,monitorsWithLabels:m,componentsUnderTitles:g}={},checkboxProps:{withCheckbox:f,isCheckboxDisabled:x,isChecked:y,isLoading:b,onCheckboxChange:$}={},extendableProps:{withExtend:v,isExtended:w,renderExtended:S}={},...C})=>{const k=Zt(),[E,A]=Pt(w||!1),[D,T]=Pt(0),N=Bt(null),I=Bt(null),_=Bt(null);return Mt(()=>{if(N.current){const e=N.current.clientWidth,t=I.current?.clientWidth||0;T(e-((f?125:85)+t))}},[f]),Rt(fd,{ref:N,$status:c,$faded:d,$bgColor:p,$bgColorHover:u,$withClick:!!i,onClick:i,...C,children:[Rt(Lr,{$gap:8,children:[Rt(Lr,{$gap:16,children:[b?Ot(Bc,{}):f?Ot(Cc,{value:y,onChange:$,disabled:x}):null,a?.length||l?.length?Ot(ud,{icons:a,iconSrcs:l,status:c,id:`${e}-${t}`}):n||s?Ot(cd,{icon:n,src:s,status:c}):null]}),Rt(Pr,{$gap:4,children:[e&&Ot(ad,{maxWidth:D,text:e,textSize:14}),Rt(Lr,{$gap:4,children:[t&&Ot(ad,{maxWidth:D-(_.current?.clientWidth||0),text:t,textSize:10,textColor:k.text.grey}),h&&h.length>0&&Rt(Lr,{$gap:4,ref:_,children:[t&&Ot(bd,{children:"•"}),Ot(md,{monitors:h,withLabels:m,size:10})]})]}),g&&g.length>0?Ot(Lr,{$gap:4,children:g?.map((e,t)=>Ot(zt,{children:e},`componentsUnderTitles-${t}`))}):null]}),Rt(xd,{ref:I,children:[!!o&&Ot(gd,{children:Ot(yd,{size:14,family:"secondary",children:o})}),r&&r(),v&&Rt(zt,{children:[Ot(jl,{orientation:"vertical",length:"16px",margin:"0 2px"}),Ot(ic,{onClick:()=>A(e=>!e),children:Ot(jc,{extend:E})})]})]})]}),E&&S&&Rt(Pr,{children:[Ot(jl,{margin:"16px 0"}),S()]})]})},vd=Yt(Lr)`
820
- width: 100%;
821
- justify-content: space-between;
822
- `,wd=Yt(en)`
823
- font-size: 12px;
824
- color: ${({theme:e})=>e.text.grey};
825
- `,Sd=Yt(en)`
826
- font-size: 10px;
827
- color: ${({theme:e})=>e.text.darker_grey};
828
- `,Cd=Yt.div`
829
- display: flex;
830
- align-items: center;
831
- gap: 8px;
832
- margin-left: auto;
833
- `,kd=Yt(en)`
834
- font-size: 12px;
835
- text-align: right;
836
- `,Ed=({title:e,subTitle:t,tooltip:o,value:i})=>Rt(vd,{children:[Ot(Pr,{$gap:4,children:Rt(ec,{text:o||"",children:[e&&Ot(wd,{children:e},"title"),t&&Ot(Sd,{children:t},"subtitle")]})}),Ot(Cd,{children:i?.status?Ot(Zc,{status:"transitioning"===i.status?Ko.Loading:i.status,title:i.text||i.status,withBorder:!0,withIcon:!0}):Ot(kd,{children:i?.text||"-"})})]}),Ad=Yt(Pr)`
837
- width: 100%;
838
- `,Dd=({containerName:e,actualDevices:t,started:o,ready:i,instrumentationInstances:r})=>{const n=Lt(()=>{const e=[];return o?.name&&e.push(Ot(Zc,{status:fr(o.value)?Er(o.value)?Go.Success:Go.Error:Go.Default,title:o.name,withIcon:!0,withBorder:!0,size:8},"started")),i?.name&&e.push(Ot(Zc,{status:fr(i.value)?Er(i.value)?Go.Success:Go.Error:Go.Default,title:i.name,withIcon:!0,withBorder:!0,size:8},"ready")),e},[o?.name,o?.value,i?.name,i?.value]);return Ot($d,{title:e.value,subTitle:r.length?`${r.length} Instrumented Processes`:void 0,visualProps:{componentsUnderTitles:n},renderActions:()=>Ot(Zc,{status:Go.Info,title:"Instrumentation Device",subtitle:t.value&&"[]"!==t.value?t.value:"none",withBorder:!0}),extendableProps:{isExtended:!!r.length,renderExtended:()=>Ot(Ad,{$gap:24,children:r.map((e,t)=>Rt(Ad,{$gap:8,children:[Ot(Ed,{title:`Instrumented Process #${t+1}`,subTitle:e.message?.value||"",value:{status:e.healthy.status,text:e.healthy.status===Go.Success?"healthy":"unhealthy"}}),e.identifyingAttributes?.map(({name:e,value:t})=>Ot(Ed,{title:e,subTitle:"",value:{text:t,status:void 0}},`describe-${e}-${t}`))]},`process-${t}`))})}})},Td=({title:e="Data not found",subTitle:t})=>{const o=Zt().v2.colors.grey[400];return Rt(Mr,{children:[Rt(Lr,{$gap:8,children:[Ot(ft,{fill:o}),Ot(qr,{size:Vr.XS,color:o,align:"center",children:e})]}),t&&Ot(qr,{size:Vr.XXS,color:o,align:"center",children:t})]})},Nd=Yt(Pr)`
839
- max-width: 300px;
840
- padding: 12px;
841
- border-radius: 12px;
842
- background-color: ${({theme:e})=>e.colors.dropdown_bg};
843
- justify-content: center;
844
- `,Id=Xt(({id:e,data:t})=>{const{title:o,subTitle:i}=t;return Ot(Nd,{"data-id":e,children:Ot(Td,{title:o,subTitle:i})})});Id.displayName=Id.name;const _d=Yt.div`
845
- padding: 6px;
846
- border-radius: 12px;
847
- background-color: ${({theme:e})=>e.colors.dropdown_bg};
848
- cursor: pointer;
849
- ${({$isVirtual:e,theme:t})=>e&&`\n border: 1px dashed ${t.colors.border};\n opacity: 0.8;\n `}
850
- `,Od=Yt.div`
851
- position: relative;
852
- `,Rd=Yt.div`
853
- position: absolute;
854
- top: 100%;
855
- margin-top: 4px;
856
- left: 50%;
857
- transform: translateX(-50%);
858
- display: flex;
859
- flex-direction: column;
860
- align-items: center;
861
- gap: 2px;
862
- width: 140px;
863
- text-align: center;
864
- `,Fd=Xt(({id:e,data:t})=>{const{id:o,status:i,title:r,icons:n,isVirtual:a}=t,s=Zt(),l=a||i!==Go.Error?null:ir(i,s);return Rt(Ft,{children:[Ot(oo,{type:"source",position:io.Right,style:{visibility:"hidden"}}),Ot(oo,{type:"target",position:io.Left,style:{visibility:"hidden"}}),Rt(Od,{"data-id":e,children:[Ot(_d,{$isVirtual:a,children:Ot(ud,{id:o,icons:n,status:a?void 0:i})}),Rt(Rd,{children:[l&&Ot(l,{}),Ot(en,{size:12,style:{textAlign:"center",wordBreak:"break-word",lineHeight:"1.3"},children:r})]})]})]})});Fd.displayName=Fd.name;const zd={duration:300,padding:.1,includeHiddenNodes:!0},Ld=Yt.div`
865
- height: 100%;
866
- .react-flow__attribution {
867
- visibility: hidden;
868
- }
869
- `,Pd=Yt.div`
870
- button {
871
- padding: 8px;
872
- margin: 8px;
873
- border-radius: 8px;
874
- border: 1px solid ${({theme:e})=>e.colors.border} !important;
875
- background-color: ${({theme:e})=>e.colors.dropdown_bg};
876
- path {
877
- fill: ${({theme:e})=>e.text.secondary};
878
- }
879
- &:hover {
880
- background-color: ${({theme:e})=>e.colors.dropdown_bg_2};
881
- }
882
- &:last-child svg {
883
- transform: scale(1.4);
884
- }
885
- }
886
- `,Md={[Yo.MapItem]:Fd,[Yo.NoData]:Id},Bd=({trigger:e})=>{const{fitView:t}=lo(),o=Bt(!0);return Mt(()=>{o.current?o.current=!1:e>0&&requestAnimationFrame(()=>t(zd))},[e,t]),null},Ud=({nodes:e,edges:t,onNodesChange:o,onEdgesChange:i,fitViewTrigger:r=0,zoomOnScroll:n=!1,onEdgeClick:a,onNodeMouseEnter:s,onNodeMouseLeave:l,onRefresh:c})=>{const{onClickNode:d}=Ys(),{setActiveNodeType:p,setActiveNodeId:u}=$n();return Rt(no,{zoomOnScroll:n,nodes:e,nodeTypes:Md,edges:t,onNodeClick:d,onEdgeClick:a,onNodeMouseEnter:s,onNodeMouseLeave:l,onNodesChange:o,onEdgesChange:i,onBlur:()=>{p(null),u(null)},children:[Ot(Bd,{trigger:r}),Ot(Pd,{children:Ot(ao,{position:"bottom-right",orientation:"horizontal",showInteractive:!1,showZoom:!0,showFitView:!0,fitViewOptions:zd,children:c&&Ot(so,{onClick:c,children:Ot(xt,{size:20})})})})]})},jd=e=>Ot(Ld,{children:Ot(ro,{children:Ot(Ud,{...e})})}),Wd=Yt.div`
887
- display: flex;
888
-
889
- align-items: center;
890
- gap: 6px;
891
- margin-bottom: 4px;
892
- `,Hd=Yt(en)`
893
- font-size: 14px;
894
- opacity: 0.8;
895
- line-height: 22px;
896
- overflow: hidden;
897
- white-space: nowrap;
898
- text-overflow: ellipsis;
899
- color: ${({$status:e,theme:t})=>e?t.text[e]:t.text.secondary};
900
- `,Xd=Yt(en)`
901
- font-size: 12px;
902
- color: ${({theme:e})=>e.text.darker_grey};
903
- opacity: 0.8;
904
- `,Gd=({title:e,required:t,tooltip:o,style:i,status:r})=>e?Ot(Wd,{style:i,children:Rt(ec,{text:o,withIcon:!0,children:[Ot(Hd,{$status:r,children:e}),!t&&Ot(Xd,{children:"(optional)"})]})}):null,Vd=Yt.div`
905
- display: flex;
906
- flex-direction: column;
907
- position: relative;
908
- width: 100%;
909
- `,Kd=Yt.div`
910
- width: 100%;
911
- display: flex;
912
- align-items: center;
913
- height: 36px;
914
- gap: 12px;
915
- transition: border-color 0.3s;
916
- border-radius: 32px;
917
- border: 1px solid ${({theme:e})=>e.colors.border};
918
- ${({$disabled:e})=>e&&Qt`
919
- cursor: not-allowed;
920
- opacity: 0.6;
921
- `}
922
- ${({$isActive:e,$hasError:t,$status:o})=>e?Qt`
923
- border-color: ${({theme:e})=>e.colors.secondary};
924
- `:t?Qt`
925
- border-color: ${({theme:e})=>e.text.error};
926
- `:o?Qt`
927
- border-color: ${({theme:e})=>e.text[o]};
928
- `:""}
929
- &:hover {
930
- border-color: ${({theme:e})=>e.colors.secondary};
931
- }
932
- &:focus-within {
933
- border-color: ${({theme:e})=>e.colors.secondary};
934
- }
935
- `,qd=Yt.input`
936
- padding-left: ${({$hasIcon:e})=>e?"0":"16px"};
937
- flex: 1;
938
- min-width: 150px;
939
- width: 100%;
940
- border: none;
941
- outline: none;
942
- background: none;
943
- color: ${({theme:e})=>e.text.secondary};
944
- font-size: 14px;
945
- font-family: ${({theme:e})=>e.font_family.primary};
946
- font-weight: 300;
947
- &::placeholder {
948
- color: ${({theme:e})=>e.text.secondary};
949
- font-family: ${({theme:e})=>e.font_family.primary};
950
- opacity: 0.4;
951
- font-size: 14px;
952
- font-weight: 300;
953
- line-height: 22px; /* 157.143% */
954
- }
955
- &:disabled {
956
- cursor: not-allowed;
957
- opacity: 0.6;
958
- }
959
- &::-webkit-inner-spin-button,
960
- &::-webkit-outer-spin-button {
961
- -webkit-appearance: none;
962
- margin: 0;
963
- }
964
- `,Jd=Yt.div`
965
- display: flex;
966
- align-items: center;
967
- margin-left: 12px;
968
- `,Yd=Yt(Jd)`
969
- cursor: pointer;
970
- `,Qd=Yt.button`
971
- background-color: ${({theme:e})=>e.colors.primary};
972
- border: none;
973
- color: ${({theme:e})=>e.text.secondary};
974
- padding: 8px 16px;
975
- border-radius: 20px;
976
- cursor: pointer;
977
- margin-left: 8px;
978
- &:hover {
979
- background-color: ${({theme:e})=>e.colors.secondary};
980
- }
981
- &:disabled {
982
- background-color: ${({theme:e})=>e.colors.border};
983
- cursor: not-allowed;
984
- }
985
- `,Zd=({icon:e,buttonLabel:t,onButtonClick:o,hasError:i,errorMessage:r,title:n,tooltip:a,required:s,value:l,onChange:c,type:d=Xo.Text,name:p,status:u,...h})=>{const m=Zt(),g=d===Xo.Password,[f,x]=Pt(!1);return Rt(Vd,{children:[Ot(Gd,{title:n,required:s,tooltip:a,status:u}),Rt(Kd,{$disabled:h.disabled,$hasError:i||!!r,$isActive:!!h.autoFocus,$status:u,children:[g?Ot(Yd,{onClick:()=>x(e=>!e),children:Ot(f?yt:bt,{size:14,fill:m.text.grey})}):e?Ot(Jd,{children:Ot(e,{size:14,fill:m.text.grey})}):null,Ot(qd,{"data-id":p,type:f||d===Xo.Number?Xo.Text:d,$hasIcon:!!e||g,name:p,value:l,onChange:e=>{e.stopPropagation(),d===Xo.Number&&(e.target.value=kr(e.target.value)),c?.(e)},onKeyDown:e=>{["Enter"].includes(e.key)||e.stopPropagation()},...h}),t&&o&&Ot(Qd,{onClick:o,disabled:h.disabled,children:t})]}),!!r&&Ot(rn,{children:r})]})},ep=Yt.div`
986
- display: flex;
987
- flex-direction: column;
988
- min-width: 120px;
989
- width: 100%;
990
- opacity: ${({$disabled:e})=>e?.5:1};
991
- `,tp=Yt.div`
992
- position: relative;
993
- `,op=Yt.div`
994
- display: flex;
995
- align-items: center;
996
- justify-content: space-between;
997
- height: 36px;
998
- padding: ${({$isMulti:e,$hasSelections:t})=>e&&t?"0 16px 0 6px":"0 16px"};
999
- border-radius: 32px;
1000
- cursor: ${({$disabled:e})=>e?"not-allowed":"pointer"};
1001
-
1002
- ${({$isOpen:e,$isMulti:t,theme:o})=>e&&!t?Qt`
1003
- border: 1px solid ${o.text.grey};
1004
- background: ${o.colors.dropdown_bg_2};
1005
- `:Qt`
1006
- border: 1px solid ${o.colors.border};
1007
- background: transparent;
1008
- `};
1009
-
1010
- ${({$hasError:e,$status:t})=>e?Qt`
1011
- border-color: ${({theme:e})=>e.text.error};
1012
- `:t?Qt`
1013
- border-color: ${({theme:e})=>e.text[t]};
1014
- `:""}
1015
-
1016
- &:hover {
1017
- border-color: ${({$isMulti:e,$hasSelections:t,$disabled:o,theme:i})=>o?"auto":e&&t?i.colors.border:i.colors.secondary};
1018
- }
1019
- `,ip=Yt.div`
1020
- display: flex;
1021
- align-items: center;
1022
- gap: 4px;
1023
- `,rp=({options:e,value:t,onSelect:o,onDeselect:i,title:r,tooltip:n,placeholder:a,disabled:s=!1,isMulti:l=!1,showSearch:c=!1,required:d=!1,errorMessage:p,hasError:u=!1,status:h})=>{const[m,g]=Pt(!1),[f,x]=Pt(!1),y=Bt(null);dl(y,()=>g(!1));const b=()=>{(()=>{if(y.current){const e=y.current.getBoundingClientRect().bottom+300>window.innerHeight;x(e)}})(),g(e=>!e)},$=Array.isArray(t)?t.length:0;return Rt(ep,{$disabled:s,children:[Ot(Gd,{title:r,required:d,tooltip:n,status:h}),Rt(tp,{ref:y,children:[Rt(op,{$isOpen:m,$isMulti:l,$hasSelections:!!Array.isArray(t)&&!!t.length,$hasError:!!p||u,$status:h,$disabled:s,onClick:()=>!s&&b(),children:[Ot(lp,{value:t,placeholder:a,onDeselect:i}),Rt(ip,{children:[l&&Ot(js,{label:$,filled:!!$}),Ot(jc,{extend:m})]})]}),m&&Ot(pp,{openUpwards:f,options:e,value:t,onSelect:e=>{o?.(e),l||b()},onDeselect:e=>{i?.(e),l||b()},isMulti:l,showSearch:c})]}),!!p&&Ot(rn,{children:p})]})},np=Yt(ip)`
1024
- max-width: calc(100% - 50px);
1025
- overflow-x: auto;
1026
- `,ap=Yt(en)`
1027
- display: flex;
1028
- align-items: center;
1029
- gap: 2px;
1030
- padding: 4px 12px;
1031
- background: ${({theme:e})=>e.colors.dropdown_bg_2};
1032
- border-radius: 360px;
1033
- white-space: nowrap;
1034
- text-overflow: ellipsis;
1035
- img {
1036
- &:hover {
1037
- transform: scale(2);
1038
- transition: transform 0.3s;
1039
- }
1040
- }
1041
- `,sp=Yt(en)``,lp=({value:e,placeholder:t,onDeselect:o})=>{const i=Zt();return Array.isArray(e)?e.length?Ot(np,{children:e.map(e=>Rt(ap,{size:14,children:[e.value,Ot(jl,{orientation:"vertical",length:"10px",margin:"0 4px"}),Ot(ct,{size:12,onClick:t=>{t.stopPropagation(),o?.(e)}})]},`multi-label-${e.id}`))}):Ot(sp,{size:14,color:i.text.darker_grey,children:t}):Ot(sp,{size:14,color:e?.value?void 0:i.text.darker_grey,children:e?.value||t})},cp=Yt.div`
1042
- position: absolute;
1043
- ${({$openUpwards:e})=>e?"bottom":"top"}: calc(100% + 8px);
1044
- left: 0;
1045
- z-index: 1;
1046
- display: flex;
1047
- flex-direction: column;
1048
- overflow-y: auto;
1049
- width: calc(100% - 16px);
1050
- max-height: 200px;
1051
- gap: 8px;
1052
- padding: 8px;
1053
- background-color: ${({theme:e})=>e.colors.dropdown_bg_2};
1054
- border: 1px solid ${({theme:e})=>e.colors.border};
1055
- border-radius: 24px;
1056
- `,dp=Yt.div`
1057
- display: flex;
1058
- flex-direction: column;
1059
- align-items: center;
1060
- `,pp=({openUpwards:e,options:t,value:o,onSelect:i,onDeselect:r,isMulti:n,showSearch:a})=>{const[s,l]=Pt(""),c=t.filter(e=>e.value?.toLowerCase().includes(s?.toLowerCase()));return Rt(cp,{$openUpwards:e,children:[a&&Rt(dp,{children:[Ot(Zd,{placeholder:"Search...",icon:$t,value:s,onChange:e=>l(e.target.value)}),Ot(jl,{thickness:1,margin:"8px 0 0 0"})]}),0===c.length?Ot(Td,{subTitle:a&&s?void 0:" "}):c.map((e,t)=>Ot(hp,{option:e,value:o,isMulti:n,onSelect:i,onDeselect:r},`dropdown-option-${e.id||t}`))]})},up=Yt.div`
1061
- padding: 8px 12px;
1062
- cursor: pointer;
1063
- display: flex;
1064
- justify-content: space-between;
1065
- align-items: center;
1066
- border-radius: 32px;
1067
- &:hover,
1068
- &.selected {
1069
- background: ${({theme:e})=>e.colors.majestic_blue+Os["024"]};
1070
- }
1071
- `,hp=({option:e,value:t,isMulti:o,onSelect:i,onDeselect:r})=>{const n=Zt(),a=Array.isArray(t)?!!t?.find(t=>t.id===e.id):t?.id===e.id,s=t=>t?i?.(e):r?.(e);return o?Ot(up,{className:a?"selected":"",onClick:()=>s(!a),children:Ot(Cc,{title:e.value||"",titleColor:n.text.secondary,value:a,onChange:s,style:{width:"100%"}})}):Rt(up,{className:a?"selected":"",onClick:()=>a?r?.(e):i?.(e),children:[Rt(Lr,{$gap:8,children:[e.icon&&Ot(e.icon,{}),Ot(en,{size:14,children:e.value})]}),a&&Ot(st,{})]})},mp=Yt(Pr)`
1072
- gap: 12px;
1073
- `,gp=Yt(Lr)`
1074
- width: 100%;
1075
- gap: 12px;
1076
- align-items: flex-end;
1077
- `,fp=({clientX:e=0,flipX:t,clientY:o=0,flipY:i,isOpen:r,onClose:n,onSave:a,withDelete:s,onDelete:l,title:c,titleTooltip:d,warning:p,children:u})=>{const h=Zt(),{popupRef:m,popupPosition:g,handlePosition:f}=ul({onClickOutside:n});return cl({key:"Enter",active:r},a),Mt(()=>f(e,o),[e,o]),0===g.top&&0!==o||0===g.left&&0!==e?null:Ot(Vl,{ref:m,isOpen:r,top:i?void 0:g.top,bottom:i?g.top:void 0,left:t?void 0:g.left,right:t?g.left:void 0,padding:"24px",children:Rt(mp,{children:[Ot(ec,{text:d,withIcon:!0,children:Ot(en,{size:14,children:c})}),Rt(gp,{children:[u,Rt(Lr,{$gap:6,children:[Ot(ic,{withBorder:!0,onClick:n,tooltip:"Cancel",children:Ot(ct,{})}),Ot(ic,{withBorder:!0,backgroundColor:h.colors.secondary,onClick:a,tooltip:"Save",children:Ot(st,{fill:h.text.primary})}),s&&Ot(ic,{onClick:l,tooltip:"Undo",children:Ot(vt,{})})]})]}),p&&Ot(uc,{type:Go.Warning,message:p})]})})},xp=Yt.div`
1078
- position: relative;
1079
- `,yp=({defaultLanguage:e=Bo.Unknown,defaultVersion:t="",defaultOtelDistroName:o=null,handleSave:i})=>{const{tier:r}=bl(),{addNotification:n}=ys(),{formData:a,handleFormChange:s,resetFormData:l}=Vs({language:e,version:t,otelDistroName:o}),[c,d]=Pt(!1),p=()=>{d(!1),l()},u=Lt(()=>{if(!a.language)return[];const e=ls[a.language].community,t=r===Lo.Onprem?ls[a.language].enterprise:[];return e.concat(t)},[a.language,r]);return Rt(xp,{children:[Ot(ic,{tooltip:Ei.OVERRIDE_RUNTIME_DETAILS,size:32,onClick:()=>{d(!0)},children:Ot(gt,{})}),Ot(fp,{flipX:!0,clientX:36,isOpen:c,onClose:p,onSave:async()=>{!a.version||br(a.version)?(await i({...a}),p()):n({type:Go.Warning,message:ki.INVALID_VERSION,hideFromHistory:!0})},withDelete:!0,onDelete:async()=>{await i({language:null,version:"",otelDistroName:null}),p()},title:Ei.OVERRIDE_RUNTIME_DETAILS,warning:Ei.OVERRIDE_RUNTIME_WARNING,children:Rt(Pr,{$gap:12,children:[Rt(Lr,{$gap:12,children:[Ot(rp,{title:Ei.LANGUAGE,options:ss,value:ss.find(e=>e.id===a.language),onSelect:e=>{s("language",e.id),s("version",""),s("otelDistroName",null)},required:!0}),Ot(Zd,{title:Ei.RUNTIME_VERSION,placeholder:Ei.VERSION_PLACEHOLDER,value:a.version,onChange:e=>s("version",e.target.value),required:!1})]}),a.language&&Ot(rp,{title:"Otel Distro Name",options:u,value:u.find(e=>e.id===a.otelDistroName),onSelect:e=>s("otelDistroName",e.id),required:!1})]})})]})},bp=Yt(Lr)`
1080
- width: 100%;
1081
- justify-content: center;
1082
- `,$p=({containerName:e,language:t,runtimeVersion:o,overriden:i,instrumented:r,instrumentationMessage:n,otelDistroName:a,callbackRuntimeOverride:s})=>{const l=Zt(),c=r?Go.Success:n?Go.Info:Go.Warning,d=r?Vo.INSTRUMENTED:n?Vo.NOT_INSTRUMENTED:Vo.INSTRUMENTING;return Ot($d,{title:e,subTitle:`${t?as[t]:"no runtime info"}`+(o?` • Runtime Version: ${o}`:""),iconProps:{icon:zi(t)},extendableProps:{isExtended:!!n,renderExtended:()=>Ot(bp,{children:Ot(en,{size:12,family:"secondary",color:l.text.info,children:$r(n)})})},renderActions:()=>Rt(Ft,{children:[Ot(Zc,{status:c,title:d,subtitle:a||void 0,withIcon:!0,withBorder:!0}),i&&Ot(Zc,{status:Go.Default,forceIcon:wt,title:Ei.OVERIDDEN,withIcon:!0,withBorder:!0}),s&&Ot(yp,{defaultLanguage:t,defaultVersion:o,defaultOtelDistroName:a,handleSave:t=>s({...t,containerName:e})})]})})},vp=Yt.tr`
1083
- cursor: ${({$withHover:e})=>e?"pointer":"default"};
1084
- opacity: ${({$faded:e})=>e?.5:1};
1085
- `,wp=Yt.td`
1086
- position: relative;
1087
- width: fit-content;
1088
- padding: 16px 8px 16px ${({$isFirst:e})=>e?"16px":"8px"};
1089
- color: ${({theme:e})=>e.text.secondary};
1090
- font-family: ${({theme:e})=>e.font_family.primary};
1091
- font-size: 14px;
1092
- white-space: nowrap;
1093
- `,Sp=Yt(en)`
1094
- font-size: 14px;
1095
- color: ${({$color:e,theme:t})=>e??t.text.secondary};
1096
- line-height: 16px;
1097
-
1098
- overflow: hidden;
1099
- overflow-wrap: break-word;
1100
- white-space: wrap;
1101
- text-wrap: wrap;
1102
- text-overflow: ellipsis;
1103
- display: -webkit-box;
1104
- -webkit-line-clamp: 2;
1105
- -webkit-box-orient: vertical;
1106
- `,Cp=Yt.div`
1107
- position: absolute;
1108
- top: 0;
1109
- left: 0;
1110
- z-index: -1;
1111
- width: ${({$width:e})=>e}px;
1112
- height: ${({$height:e})=>e}px;
1113
- border-radius: 16px;
1114
- background-color: ${({theme:e,$hovered:t,$status:o})=>t?o?e.text[o]+Os["020"]:e.colors.majestic_blue+Os["030"]:o?e.text[o]+Os["010"]:e.colors.secondary+Os["005"]};
1115
- `,kp=({index:e,columns:t,cells:o,onClick:i,status:r,faded:n})=>{const{containerRef:a,containerHeight:s,containerWidth:l}=Zs(),[c,d]=Pt(!1);return Ot(vp,{ref:a,onMouseEnter:()=>!!i&&d(!0),onMouseLeave:()=>!!i&&d(!1),onClick:()=>!!i&&i(),$withHover:!!i,$faded:n,children:t.map(({key:t},i)=>{const n=o.find(({columnKey:e})=>e===t);if(!n)return null;const{value:a,textColor:d,withTooltip:p,icon:u,component:h}=n;return Rt(wp,{$isFirst:0===i,children:[u?Ot(cd,{icon:u}):h?Ot(h,{}):Ot(ec,{text:p&&a?String(a):"",children:Ot(Sp,{$color:d,children:hr(a)?"-":a})}),0===i&&Ot(Cp,{$height:s,$width:l,$top:s*e,$hovered:c,$status:r})]},`table-row-${t}-${a}-${e}-${i}`)})})},Ep=Yt.div`
1116
- width: 100%;
1117
- `,Ap=Yt.table`
1118
- position: relative;
1119
- z-index: 0;
1120
- width: 100%;
1121
- border-collapse: separate;
1122
- border-spacing: 0 12px;
1123
- `,Dp=Yt.thead`
1124
- // only supported with "border-collapse: collapse;"
1125
- // border-top: 1px solid ${({theme:e})=>e.colors.dropdown_bg_2};
1126
- // border-bottom: 1px solid ${({theme:e})=>e.colors.dropdown_bg_2};
1127
- `,Tp=Yt.th`
1128
- // only required with "border-collapse: separate;"
1129
- border-top: 1px solid ${({theme:e})=>e.colors.dropdown_bg_2};
1130
- border-bottom: 1px solid ${({theme:e})=>e.colors.dropdown_bg_2};
1131
-
1132
- padding: 8px;
1133
- `,Np=Yt(Lr)`
1134
- cursor: pointer;
1135
- &:hover {
1136
- * {
1137
- color: ${({theme:e})=>e.text.secondary};
1138
- }
1139
- }
1140
- `,Ip=Yt(en)`
1141
- color: ${({theme:e})=>e.text.darker_grey};
1142
- font-family: ${({theme:e})=>e.font_family.secondary};
1143
- text-transform: uppercase;
1144
- font-size: 12px;
1145
- font-weight: 500;
1146
- text-wrap: nowrap;
1147
- `,_p=Yt.tbody``,Op=({columns:e,rows:t})=>{const[o,i]=Pt(zo.Ascending),[r,n]=Pt("name"),a=Ut(e=>{r===e?i(e=>e===zo.Ascending?zo.Descending:zo.Ascending):(n(e),i(zo.Ascending))},[r]),s=Lt(()=>{const i=(e,t)=>e.cells.find(({columnKey:e})=>e===t)?.value??null;return(r?[...t].sort((e,t)=>{const n=i(e,r),a=i(t,r);return(o===zo.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)))(n,a)}):t).map(({status:t,faded:o,cells:i,onClick:r},n)=>Ot(kp,{index:n,columns:e,cells:i,onClick:r,status:t,faded:o},`row-${n}`))},[e,t,r,o]);return Ot(Ep,{children:Rt(Ap,{children:[Ot(Dp,{children:Ot("tr",{children:e.map(({key:e,title:t,sortable:o})=>Ot(Tp,{children:o?Rt(Np,{onClick:()=>a(e),children:[Ot(St,{}),Ot(Ip,{children:t})]}):Ot(Ip,{children:t})},`column-${e}`))})}),Ot(_p,{children:s})]})})};var Rp;!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"}(Rp||(Rp={}));const Fp=Yt.div`
1148
- display: flex;
1149
- flex-wrap: wrap;
1150
- gap: 16px 32px;
1151
- width: 100%;
1152
- `,zp=Yt.div`
1153
- display: flex;
1154
- flex-direction: column;
1155
- gap: 2px;
1156
- width: ${({$width:e})=>e};
1157
- `,Lp=Yt(en)`
1158
- color: ${({theme:e})=>e.text.grey};
1159
- font-size: 10px;
1160
- line-height: 16px;
1161
- `,Pp=Yt(en)`
1162
- font-size: 12px;
1163
- white-space: pre-wrap;
1164
- `,Mp=({data:e})=>Ot(Fp,{children:e?.map(({type:e,title:t,titleIcon:o,tooltip:i,value:r},n)=>Rt(zp,{$width:e&&[Rp.Code,Rp.Table].includes(e)?"inherit":e&&[Rp.Loader,Rp.Divider,Rp.CopyText].includes(e)?"100%":"unset",children:[Ot(ec,{text:i,withIcon:!0,children:Rt(Lr,{$alignItems:"center",$gap:4,children:[o&&Ot(o,{size:14}),!!t&&Ot(Lp,{transform:"capitalize",children:t})]})}),Ot(Bp,{type:e,value:r})]},`data-field-${t||(r?JSON.stringify(r):n)}`))}),Bp=({type:e,value:t})=>{const o=Zt();switch(e){case Rp.Divider:return Ot(jl,{length:"100%",margin:"0"});case Rp.Loader:return Ot(Mr,{children:Ot(Bc,{scale:1.2})});case Rp.Monitors:return Ot(md,{monitors:t?.split(", ")||[],withLabels:!0,color:o.colors.secondary});case Rp.Badge:{const{label:e,filled:o,...i}=dr(t,{label:"-",filled:!1});return Ot(js,{label:e,filled:o,...i})}case Rp.Code:{const{language:e,code:o,...i}=dr(t,{language:"",code:""});return Ot(Rc,{language:e,code:o,...i})}case Rp.Table:{const{columns:e,rows:o,...i}=dr(t,{columns:[],rows:[{status:void 0,cells:[]}]});return Ot(Op,{columns:e,rows:o,...i})}case Rp.ActiveStatus:return Ot(Zc,{status:"true"==t?Go.Success:Go.Error,title:"true"==t?Ei.ENABLED:Ei.DISABLED,size:10,withIcon:!0,withBorder:!0});case Rp.CopyText:{const e="string"==typeof t?t:JSON.stringify(t);return Ot(od,{value:e})}default:return Ot(Pp,{children:Ar("string"==typeof t?t||"-":"")})}},Up=Yt.div`
1165
- display: flex;
1166
- flex-direction: column;
1167
- align-items: flex-start;
1168
- align-self: stretch;
1169
- gap: 16px;
1170
- padding: 24px;
1171
- border-radius: 24px;
1172
- border: 1px solid ${({theme:e})=>e.colors.border};
1173
- background-color: ${({theme:e,$hovered:t})=>t?e.colors.secondary+Os["010"]:"transparent"};
1174
- transition: background-color 0.3s;
1175
- `,jp=Yt.div`
1176
- width: 100%;
1177
- display: flex;
1178
- flex-direction: column;
1179
- gap: 4px;
1180
- cursor: ${({$clickable:e})=>e?"pointer":"default"};
1181
- `,Wp=Yt(en)`
1182
- width: 100%;
1183
- display: flex;
1184
- align-items: center;
1185
- gap: 8px;
1186
- font-size: 16px;
1187
- `,Hp=Yt(en)`
1188
- font-size: 12px;
1189
- color: ${({theme:e})=>e.text.grey};
1190
- `,Xp=Yt(Lr)`
1191
- margin-left: auto;
1192
- gap: 8px;
1193
- `,Gp=({title:e="Details",titleBadge:t,titleIcon:o,description:i,action:r,withExtend:n,initialExtended:a=!1,data:s,children:l})=>{const[c,d]=Pt(a),[p,u]=Pt(!1);return Rt(Up,{$hovered:p,children:[e||o||i||r?Rt(jp,{$clickable:n||!1,onClick:()=>n&&d(e=>!e),onMouseEnter:()=>n&&u(!0),onMouseLeave:()=>n&&u(!1),children:[Rt(Lr,{children:[Rt(Lr,{$alignItems:"center",$gap:8,children:[o&&Ot(Lr,{$alignItems:"center",children:Ot(o,{size:20})}),!!e&&Ot(Wp,{transform:"capitalize",children:e}),t===Ko.Loading?Ot(Bc,{}):void 0!==t&&Ot(js,{label:t})]}),(!!r||n)&&Rt(Xp,{children:["function"==typeof r?Ot(r,{hovered:p}):r,n&&Ot(jc,{extend:c})]})]}),!!i&&Ot(Hp,{children:i})]}):null,(!n||n&&c)&&(l||Ot(Mp,{data:s}))]})},Vp=Yt.div`
1194
- visibility: hidden;
1195
- `,Kp=Yt(Lr)`
1196
- align-self: stretch;
1197
- width: calc(100% - 32px);
1198
- padding: 16px;
1199
- border-radius: 16px;
1200
- background-color: ${({theme:e})=>e.colors.secondary+Os["005"]};
1201
- ${({theme:e,$withClick:t})=>t?Qt`
1202
- &:hover {
1203
- cursor: pointer;
1204
- background-color: ${e.colors.secondary+Os["010"]};
1205
- ${Vp} {
1206
- visibility: visible;
1207
- }
1208
- }
1209
- `:`\n &:hover {\n ${Vp} {\n visibility: visible;\n }\n }\n `}
1210
- `,qp=Yt(Lr)`
1211
- margin-left: auto;
1212
- gap: 8px;
1213
- `,Jp=Yt(en)`
1214
- font-size: 10px;
1215
- color: ${({theme:e})=>e.text.grey};
1216
- `,Yp=({title:e,subTitle:t,icons:o,iconSrcs:i,onClick:r,renderActions:n})=>{const a=Zt(),[s,l]=Pt(0),c=Bt(null),d=Bt(null);return Mt(()=>{if(c.current){const e=c.current.clientWidth,t=d.current?.clientWidth||0;l(e-(85+t))}},[]),Rt(Kp,{ref:c,$gap:8,$withClick:!!r,onClick:r,children:[Ot(ud,{id:`${e}-${t}`,icons:o,iconSrcs:i}),e&&Ot(ad,{maxWidth:s/2,text:e,textSize:14}),e&&t&&Ot(Jp,{children:"•"}),t&&Ot(ad,{maxWidth:s/2,text:t,textSize:10,textColor:a.text.grey}),Ot(qp,{ref:d,children:n&&Rt(Ft,{children:[Ot(jl,{orientation:"vertical",length:"24px",margin:"0"}),n()]})})]})},Qp=({isOpen:e,noOverlay:t,name:o,type:i,isLastItem:r,onApprove:n,onDeny:a})=>{const s=i===jo.Source?"uninstrument":"delete";return Ot($c,{isOpen:e,noOverlay:t,title:`${s.charAt(0).toUpperCase()+s.substring(1)}${o?` ${o}`:""}`,description:`Are you sure you want to ${s}?`,note:r?{type:Go.Warning,title:`You're about to ${s} the last ${i||o}`,message:""}:void 0,approveButton:{text:"Confirm",variant:"danger",onClick:n},denyButton:{text:"Go Back",onClick:a}})},Zp=Yt(Gs)`
1217
- display: flex;
1218
- align-items: center;
1219
- justify-content: center;
1220
- font-size: 14px;
1221
- gap: 6px;
1222
- min-width: 100px;
1223
- `,eu=({endpoint:e="/",variant:t="secondary"})=>Rt(Zp,{variant:t,onClick:()=>window.open(`https://docs.odigos.io${e}`,"_blank","noopener noreferrer"),children:[Ot(Ct,{size:18}),"Docs"]}),tu=Yt(Lr)`
1224
- border-bottom: ${({$hideBorder:e,theme:t})=>e?"none":`1px solid ${t.colors.border}`};
1225
- `,ou=Yt.div`
1226
- display: flex;
1227
- align-items: center;
1228
- border-bottom: 2px solid ${({theme:e,$selected:t})=>t?e.colors.majestic_blue:"transparent"};
1229
- cursor: pointer;
1230
- `,iu=Yt(en)`
1231
- padding: 12px;
1232
- font-size: 14px;
1233
- color: ${({theme:e,$selected:t})=>t?e.text.secondary:e.text.grey};
1234
- `,ru=({tabs:e,hideBorder:t=!1})=>e?.length?Ot(tu,{$hideBorder:t,children:e.map(({label:e,icon:t,onClick:o,selected:i})=>Rt(ou,{onClick:o,$selected:i,children:[Ot(iu,{$selected:i,children:e}),t&&Ot(t,{})]},`tab-${e}`))}):null,nu=Yt.section`
1235
- padding: 0px 32px;
1236
- border-bottom: 1px solid ${({theme:e})=>e.colors.border};
1237
- `,au=Yt.div`
1238
- height: 76px;
1239
- display: flex;
1240
- justify-content: space-between;
1241
- flex-shrink: 0;
1242
- align-self: stretch;
1243
- `,su=Yt.div`
1244
- display: flex;
1245
- align-items: center;
1246
- gap: ${({$gap:e})=>e||16}px;
1247
- `,lu=Yt(en)`
1248
- font-size: 18px;
1249
- line-height: 26px;
1250
- max-width: ${({$maxWidth:e})=>e};
1251
- overflow: hidden;
1252
- white-space: nowrap;
1253
- text-overflow: ellipsis;
1254
- `,cu=Yt(Gs)`
1255
- gap: 8px;
1256
- `,du=Yt(Gs)``,pu=({onClose:e,width:t,icons:o,iconSrcs:i,title:r,titleTooltip:n,replaceTitleWith:a,actions:s,actionButtons:l=[],tabs:c})=>Rt(nu,{children:[Rt(au,{children:[Rt(su,{children:[o?.length||i?.length?Ot(ud,{icons:o,iconSrcs:i,id:`drawer-header-${r}`}):null,("function"==typeof a?Ot(a,{}):a||null)||Ot(ec,{text:n||r,withIcon:!!n,children:r&&Ot(lu,{$maxWidth:`calc(${t} ${s||l.length?"/ 5":"- 192px"})`,children:r})})]}),Rt(su,{$gap:2,children:[s,l.map((e,t)=>Ot(cu,{...e},`header-action-button-${t}`)),Ot(du,{"data-id":"drawer-close",variant:"secondary",onClick:e,children:Ot(ct,{size:12})})]})]}),Ot(ru,{tabs:c,hideBorder:!0})]}),uu=Yt.div`
1257
- display: flex;
1258
- justify-content: space-between;
1259
- gap: 8px;
1260
- padding: 24px 18px 24px 32px;
1261
- border-top: 1px solid ${({theme:e})=>e.colors.border};
1262
- background-color: ${({theme:e})=>e.colors.translucent_bg};
1263
- transform: translateY(100%);
1264
- animation-name: ${Fs.in.bottom};
1265
- `,hu=Yt(Lr)`
1266
- margin-right: auto;
1267
- `,mu=Yt(Lr)`
1268
- margin: 0 auto;
1269
- `,gu=Yt(Lr)`
1270
- margin-left: auto;
1271
- `,fu=Yt(Gs)`
1272
- min-width: 140px;
1273
- font-size: 14px;
1274
- `,xu=({isOpen:e,leftButtons:t=[],centerButtons:o=[],rightButtons:i=[]})=>e?Rt(uu,{children:[Ot(hu,{children:t.map((e,t)=>Ot(fu,{...e},`footer-left-button-${t}`))}),Ot(mu,{children:o.map((e,t)=>Ot(fu,{...e},`footer-center-button-${t}`))}),Ot(gu,{children:i.map((e,t)=>Ot(fu,{...e},`footer-right-button-${t}`))})]}):null,yu=Yt.div`
1275
- position: fixed;
1276
- top: 0;
1277
- bottom: 0;
1278
- ${({$position:e})=>e}: 0;
1279
- z-index: 1000;
1280
- width: ${({$width:e})=>e};
1281
- background: ${({theme:e})=>e.colors.translucent_bg};
1282
- box-shadow: 0 2px 10px ${({theme:e})=>e.colors.primary+Os["010"]};
1283
- overflow-y: auto;
1284
- animation-name: ${({$position:e})=>Fs.in[e]};
1285
- `,bu=Yt.div`
1286
- display: flex;
1287
- flex-direction: column;
1288
- height: 100%;
1289
- `,$u=Yt.div`
1290
- flex-grow: 1;
1291
- padding: 24px 32px;
1292
- overflow-y: auto;
1293
- `,vu=({isOpen:e,onClose:t,closeOnEscape:o=!0,position:i="right",width:r="300px",children:n,header:a,footer:s})=>(cl({key:"Escape",active:e&&o},()=>t()),Js(e),e?co.createPortal(Rt(Ft,{children:[Ot(Ur,{hidden:!e,onClick:t}),Ot(yu,{"data-id":"drawer",$position:i,$width:r,children:Rt(bu,{children:[Ot(pu,{onClose:t,width:r,...a}),Ot($u,{children:n}),Ot(xu,{...s})]})})]}),document.body):null),wu=({error:e})=>{const t=Zt(),o={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:o.container,children:[Ot("h2",{children:"Something went wrong!"}),Ot("pre",{style:o.errorMessage,children:e?.message||"Unknown Error"}),Rt("details",{style:o.errorStackWrapper,children:[Ot("summary",{children:"Stack Trace"}),Ot("pre",{style:o.errorStack,children:e?.stack||"Unknown Stack"})]}),Ot("p",{style:o.infoText,children:"Try refreshing the page or contact support"}),Ot(Gs,{variant:"secondary",onClick:()=>window.location.reload(),style:{fontSize:"1rem"},children:"Reload"})]})},Su=({children:e})=>Ot(mo,{FallbackComponent:({error:e,...t})=>Ot(_s,{children:Ot(wu,{...t,error:e})}),children:e}),Cu=Yt(Lr)`
1294
- position: relative;
1295
- width: calc(100% - 24px);
1296
- padding: 12px;
1297
- background-color: ${({theme:e})=>e.colors.dark_grey};
1298
- border-bottom: 1px solid ${({theme:e})=>e.colors.border+Os["050"]};
1299
- `,ku=Yt(Lr)`
1300
- margin-right: auto;
1301
- margin-left: 32px;
1302
- gap: 12px;
1303
- `,Eu=Yt(Lr)`
1304
- margin-left: auto;
1305
- margin-right: 32px;
1306
- gap: 12px;
1307
- `,Au=Yt(Lr)`
1308
- position: absolute;
1309
- left: 50%;
1310
- transform: translateX(-50%);
1311
- gap: 12px;
1312
- `,Du=({left:e=[],center:t=[],right:o=[]})=>Rt(Cu,{children:[Ot(ku,{children:e.map((e,t)=>e&&Ot(zt,{children:e},t))}),Ot(Au,{children:t.map((e,t)=>e&&Ot(zt,{children:e},t))}),Ot(Eu,{children:o.map((e,t)=>e&&Ot(zt,{children:e},t))})]}),Tu=Yt(en)`
1313
- color: ${({theme:e})=>e.text.grey};
1314
- `,Nu=({icon:e,title:t,badge:o,badgeTooltip:i,loading:r})=>Rt(Lr,{$gap:6,children:[e&&Ot(e,{}),Ot(Tu,{size:14,children:t}),void 0!==o&&Ot(ec,{text:i,children:Ot(js,{label:o})}),r&&Ot(Bc,{})]}),Iu=Yt.div`
1315
- width: fit-content;
1316
- height: fit-content;
1317
- padding: 4px;
1318
- gap: 4px;
1319
- border-radius: 32px;
1320
- border: 1px solid ${({theme:e})=>e.colors.border+Os["070"]};
1321
-
1322
- display: flex;
1323
- flex-direction: ${({$orientation:e,$flip:t})=>("horizontal"===e?"row":"column")+(t?"-reverse":"")};
1324
- align-items: center;
1325
- justify-content: center;
1326
- `,_u=Yt.div`
1327
- width: 32px;
1328
- height: 32px;
1329
-
1330
- border-radius: 100%;
1331
- background-color: ${({theme:e,$selected:t})=>t?e.colors.majestic_blue+Os["070"]:e.colors.secondary+Os["012"]};
1332
- transition: background-color 0.3s;
1333
-
1334
- display: flex;
1335
- align-items: center;
1336
- justify-content: center;
1337
-
1338
- cursor: pointer;
1339
- `,Ou=({orientation:e="vertical",flip:t,mainIcons:o,subIcons:i})=>Rt(Iu,{$orientation:e,$flip:t,children:[o.map(({icon:e,selected:t,onClick:o,tooltip:i},r)=>Ot(ec,{text:i,children:Ot(_u,{$selected:t,onClick:o,children:Ot(e,{size:20})})},`main-nav-icon-${r}`)),!!o.length&&!!i.length&&Ot(jl,{orientation:"vertical"===e?"horizontal":"vertical",margin:"0",length:"20px"}),i.map(({icon:e,selected:t,onClick:o,tooltip:i},r)=>Ot(ec,{text:i,children:Ot(_u,{$selected:t,onClick:o,children:Ot(e,{size:20})})},`sub-nav-icon-${r}`))]}),Ru=Yt.div`
1340
- display: flex;
1341
- flex-direction: column;
1342
- width: 100%;
1343
- `,Fu=Yt.div`
1344
- display: flex;
1345
- flex-direction: column;
1346
- gap: 8px;
1347
- `,zu=Yt.div`
1348
- display: flex;
1349
- align-items: center;
1350
- gap: 16px;
1351
- `,Lu=Yt(ic)`
1352
- cursor: ${({$disabled:e})=>e?"not-allowed":"pointer"};
1353
- opacity: ${({$disabled:e})=>e?.5:1};
1354
- `,Pu=({initialValues:e=[],value:t,onChange:o,title:i,tooltip:r,required:n,errorMessage:a})=>{const[s,l]=Pt(t||e);Mt(()=>{s.length||l([""])},[]);const c=s.filter(e=>!!e.trim()),d=Bt(JSON.stringify(c));Mt(()=>{const e=JSON.stringify(c);d.current!==e&&(d.current=e,o&&o(c))},[c]);const p=(e,t)=>{l(o=>{const i=[...o];return i[t]=e,i})},u=s.length<=1,h=s.some(e=>""===e.trim()),m=u&&h;return Rt(Ru,{children:[Ot(Gd,{title:i,required:n,tooltip:r}),Ot(Fu,{children:s.map((e,t)=>{const o=t===s.length-1;return Rt(zu,{children:[Ot(Zd,{value:e,onChange:e=>p(e.target.value,t),hasError:!!a,autoFocus:hr(e)&&!u&&o}),t===s.length-1&&Ot(Lu,{withBorder:!0,size:30,$disabled:h,onClick:h?void 0:()=>{l(e=>{const t=[...e];return t.push(""),t})},children:Ot(mt,{})}),Ot(Lu,{size:30,$disabled:m,onClick:m?void 0:()=>(e=>{u?p("",e):l(t=>t.filter((t,o)=>o!==e))})(t),children:Ot(vt,{})})]},`input-list-${t}`)})}),!!a&&Ot(rn,{children:a})]})},Mu=({col:e,colIdx:t,row:o,rowIdx:i,rowsLength:r,maxWidth:n,handleChange:a,errorMessage:s,limitFieldsPerRow:l})=>{const{keyName:c,title:d,tooltip:p,placeholder:u,required:h,type:m,componentType:g,options:f,renderCondition:x}=e,y=o[c];if(x&&!x(o))return null;return Ot("td",{style:{maxWidth:n,padding:"4px 6px 4px 0"},children:(()=>{switch(g){case Ho.Dropdown:const e=f?.find(e=>e.id===y);return Ot(rp,{title:l?d:void 0,tooltip:l?p:void 0,placeholder:u,required:h,options:f||[],value:e,onSelect:e=>a(c,e.id,i),onDeselect:()=>a(c,"",i),hasError:!!s&&(!h||h&&hr(y))});case"multi-dropdown":const o=Array.isArray(y)&&f?.filter(e=>y.includes(e.id))||[];return Ot(rp,{title:l?d:void 0,tooltip:l?p:void 0,placeholder:u,required:h,options:f||[],value:o,isMulti:!0,onSelect:e=>{const t=[...Array.isArray(y)?y:[],e.id];a(c,t,i)},onDeselect:e=>{const t=(Array.isArray(y)?y:[]).filter(t=>t!==e.id);a(c,t,i)},hasError:!!s&&(!h||h&&hr(y))});default:const g=r>1&&i===r-1&&0===t&&hr(y);return Ot(Zd,{title:l?d:void 0,tooltip:l?p:void 0,placeholder:u,type:m,required:h,autoFocus:g,value:y,onChange:({target:{value:e}})=>a(c,e,i),style:{maxWidth:n,paddingLeft:10},hasError:!!s&&(!h||h&&hr(y))})}})()},`input-table-${i}-${c}`)},Bu=Yt.div`
1355
- display: flex;
1356
- flex-direction: column;
1357
- width: 100%;
1358
- `,Uu=Yt.button`
1359
- margin-top: ${({$marginTop:e})=>e};
1360
- background: none;
1361
- border: none;
1362
- cursor: ${({disabled:e})=>e?"not-allowed":"pointer"};
1363
- opacity: ${({disabled:e})=>e?.5:1};
1364
- `,ju=({columns:e,initialValues:t=[],value:o,onChange:i,errorMessage:r,limitFieldsPerRow:n,title:a=""})=>{const[s,l]=Pt({}),[c,d]=Pt(o||t),p=Lt(()=>new Map(e.map(e=>[e.keyName,e])),[e]);Mt(()=>{if(!c.length){const t={};e.forEach(({keyName:e})=>t[e]=""),l(t),d([t])}},[]);const u=c.filter(e=>{for(const[t,o]of Object.entries(e)){const i=p.get(t);if((!i?.renderCondition||i.renderCondition(e))&&(i?.required&&hr(o)))return!1}return!0}),h=Bt(JSON.stringify(u)),m=u.length!==c.length,g=`${Math.floor(640/((n||e.length)+.4))}px`;Mt(()=>{const e=JSON.stringify(u);h.current!==e&&(h.current=e,i&&i(u))},[u]);const f=(e,t,o)=>{d(i=>{const r=vo(i);return r[o][e]=t,r})},x=Lt(()=>{if(n){const t=[];for(let o=0;;o+=n){const i=e.slice(o,o+n);if(!i.length)break;t.push(i)}return t}return[e]},[n,e]);return Rt(Bu,{children:[Ot(Gd,{title:a}),Rt("table",{style:{borderCollapse:"collapse"},children:[!n&&Ot("thead",{children:Rt("tr",{children:[e.map(({title:e,tooltip:t,required:o})=>Ot("th",{style:{maxWidth:g},children:Ot(Gd,{title:e,required:o,tooltip:t})},`input-table-head-${e}`)),Ot("th",{})]})}),Ot("tbody",{children:c.map((t,o)=>Rt(zt,{children:[n&&o>0?Ot("tr",{children:Ot("td",{colSpan:x.length,children:Ot(jl,{})})}):null,x.map((i,a)=>Rt("tr",{children:[i.map((e,i)=>Ot(Mu,{col:e,colIdx:i,row:t,rowIdx:o,rowsLength:c.length,maxWidth:g,limitFieldsPerRow:n,errorMessage:r,handleChange:f},`input-table-row-${o}-col-${i}`)),0===a&&Ot("td",{children:Ot(Uu,{$marginTop:n?"24px":"0",onClick:()=>{return t=o,void(c.length>1?d(e=>e.filter((e,o)=>o!==t)):e.forEach(({keyName:e,type:o})=>f(e,o===Xo.Number?"0":"",t)));var t},children:Ot(vt,{})})})]},`input-table-matrix-${o}-${a}`))]},`input-table-row-${o}`))})]}),!!r&&Ot(rn,{children:r}),Ot(ed,{onClick:()=>{d(e=>{const t=vo(e);return t.push(vo(s)),t})},disabled:m})]})},Wu=Yt.div`
1365
- display: flex;
1366
- flex-direction: column;
1367
- width: 100%;
1368
- `,Hu=Yt.div`
1369
- display: flex;
1370
- flex-direction: column;
1371
- gap: 8px;
1372
- `,Xu=Yt.div`
1373
- display: flex;
1374
- align-items: center;
1375
- gap: 8px;
1376
- `,Gu=Yt.div`
1377
- width: 100%;
1378
- max-width: ${({$maxWidth:e})=>e?`${e}px`:"unset"};
1379
- `,Vu=Yt(ic)`
1380
- cursor: ${({$disabled:e})=>e?"not-allowed":"pointer"};
1381
- opacity: ${({$disabled:e})=>e?.5:1};
1382
- `,Ku={key:"",value:""},qu=({initialKeyValuePairs:e=[],value:t,onChange:o,title:i,tooltip:r,disabled:n,required:a,errorMessage:s,keyPlaceholder:l="Key",valuePlaceholder:c="Value",inputMaxWidth:d=300})=>{const[p,u]=Pt(t||e);Mt(()=>{p.length||u([{...Ku}])},[]);const h=p.filter(({key:e,value:t})=>!hr(e.trim())&&!hr(t.trim())),m=Bt(JSON.stringify(h));Mt(()=>{const e=JSON.stringify(h);m.current!==e&&(m.current=e,o&&o(h))},[h]);const g=(e,t,o)=>{u(i=>{const r=[...i];return r[o][e]=t,r})},f=p.length<=1,x=n||p.some(({key:e,value:t})=>""===e.trim()||""===t.trim()),y=n||f&&x;return Rt(Wu,{children:[Ot(Gd,{title:i,required:a,tooltip:r}),Ot(Hu,{children:p.map(({key:e,value:t},o)=>Rt(Xu,{children:[Ot(Gu,{$maxWidth:d,children:Ot(Zd,{placeholder:l,disabled:n,value:e,onChange:e=>g("key",e.target.value,o),hasError:!!s&&(!a||a&&!e),autoFocus:hr(t)&&!f&&o===p.length-1})}),Ot(Gu,{$maxWidth:o===p.length-1?d-38:d,children:Ot(Zd,{placeholder:c,disabled:n,value:t,onChange:e=>g("value",e.target.value,o),hasError:!!s&&(!a||a&&hr(t)),autoFocus:!1})}),o===p.length-1&&Ot(Vu,{withBorder:!0,size:30,$disabled:x,onClick:x?void 0:()=>{u(e=>{const t=[...e];return t.push({...Ku}),t})},children:Ot(mt,{})}),Ot(Vu,{size:30,$disabled:y,onClick:y?void 0:()=>(e=>{f?(g("key","",e),g("value","",e)):u(t=>t.filter((t,o)=>o!==e))})(o),children:Ot(vt,{})})]},`key-value-input-list-${o}`))}),!!s&&Ot(rn,{children:s})]})},Ju=to`
1383
- 0% {
1384
- background-position: 0% 50%;
1385
- }
1386
- 100% {
1387
- background-position: 100% 50%;
1388
- }
1389
- `,Yu=Yt(en)`
1390
- background: ${({$textColor:e,$stripColor:t})=>`linear-gradient(45deg, ${e} 0%, ${e} 40%, ${t} 50%, ${e} 60%, ${e} 100%)`};
1391
- background-size: 250% 100%; /* Expand background to allow movement */
1392
- background-clip: text;
1393
- color: transparent;
1394
- animation: ${Ju} 1s reverse linear infinite;
1395
- `,Qu=({children:e="Loading...",textColor:t,stripColor:o,...i})=>{const r=Zt(),n=t||r.v2.colors.white[500],a=o||r.v2.colors.black[500];return Ot(Yu,{$textColor:n,$stripColor:a,...i,children:e})},Zu=Yt.div`
1396
- display: flex;
1397
- flex-direction: ${({$isVertical:e})=>e?"column":"row"};
1398
- gap: ${({$isVertical:e})=>e?"12px":"24px"};
1399
- ${({$hasError:e})=>e&&Qt`
1400
- border: 1px solid ${({theme:e})=>e.text.error};
1401
- border-radius: 32px;
1402
- padding: 8px;
1403
- `}
1404
- `,eh=(e,t)=>!t?.length||!!t?.find(t=>t===e),th=({isVertical:e,title:t="Monitors",required:o,errorMessage:i,allowedSignals:r,selectedSignals:n,setSelectedSignals:a})=>{const[s,l]=Pt(1===n.length),c=Bt(JSON.stringify(n));Mt(()=>{const e=n;e.length||ns.forEach(({id:t})=>{eh(t,r)&&e.push(t)});const t=JSON.stringify(e);return c.current!==t&&(c.current=t,a(e),l(1===e.length)),()=>{c.current=""}},[r]);return Rt("div",{children:[t&&Ot(Gd,{title:t,required:o}),Ot(Zu,{$isVertical:e,$hasError:!!i,children:ns.map(e=>{const t=eh(e.id,r),o=((e,t)=>!!t?.find(t=>t===e))(e.id,n);return t?Ot(Cc,{title:e.value,disabled:!t||s&&o,value:o,onChange:t=>((e,t)=>{const o=e,i=t?[...n,o]:n.filter(e=>e!==o);a(i),l(1===i.length)})(e.id,t)},e.id):null})}),!!i&&Ot(rn,{children:i})]})},oh=Yt.div`
1405
- display: flex;
1406
- gap: 8px;
1407
- align-items: center;
1408
- `,ih=Yt(Gs)`
1409
- display: flex;
1410
- align-items: center;
1411
- justify-content: center;
1412
- gap: 8px;
1413
- min-width: 90px;
1414
- `,rh=({buttons:e})=>{const t=Zt(),o=({button:t,index:o})=>e.length>1&&0===o&&(t.icon||t.iconSrc),i=({button:e,rotate:o})=>e.icon?Ot(e.icon,{size:14,rotate:o,fill:t.text[e.variant||"secondary"]}):e.iconSrc?Ot("img",{src:e.iconSrc,alt:e.label,width:8,height:12}):null;return Ot(oh,{children:e.map((e,t)=>Ot(ec,{text:e.tooltip||"",children:Rt(ih,{variant:e.variant||"secondary",onClick:e.onClick,disabled:e.disabled,children:[o({button:e,index:t})&&i({button:e,rotate:0}),e.label,!o({button:e,index:t})&&i({button:e,rotate:180})]},t)},t))})},nh=Yt.div`
1415
- width: 100%;
1416
- height: 100%;
1417
-
1418
- * {
1419
- animation: none !important;
1420
- transition: none !important;
1421
- }
1422
- `,ah=({width:e="100%",height:t="100%",gap:o=0,elements:i,noAnimation:r=!1,onTopIndexChange:n})=>{const a=Bt(null),s=Lt(()=>o?i.map((e,t)=>Ot("div",{style:{paddingBottom:o},children:e},`scroll-y-item-${t}`)):i,[i,o]),l=Ut(e=>{if(!n||!a.current)return;const t=a.current.findItemIndex(e);n(t)},[n]),c=Ot(fo,{ref:a,style:{width:e,height:t},onScroll:n?l:void 0,children:s});return r?Ot(nh,{children:c}):c},sh=Yt.div`
1423
- display: flex;
1424
- justify-content: space-between;
1425
- align-items: center;
1426
- gap: 16px;
1427
- `,lh=Yt.div`
1428
- display: flex;
1429
- flex-direction: column;
1430
- gap: 4px;
1431
- `,ch=Yt.div`
1432
- display: flex;
1433
- align-items: center;
1434
- gap: 8px;
1435
- `,dh=Yt(en)``,ph=Yt(en)``,uh=({title:e,description:t,badgeLabel:o,icon:i,actionButton:r,size:n="medium"})=>{const a="small"===n?16:"medium"===n?20:24,s="small"===n?12:"medium"===n?14:16;return Rt(sh,{children:[Rt(lh,{children:[Rt(ch,{children:[i&&Ot(i,{size:a}),Ot(dh,{weight:300,size:a,children:e}),void 0!==o&&Ot(js,{label:o,filled:!!o})]}),Ot(ph,{weight:200,opacity:.8,size:s,children:t})]}),r&&Ot("div",{children:r})]})},hh=Yt.div`
1436
- position: relative;
1437
- gap: 0;
1438
- z-index: 0;
1439
- display: grid;
1440
- grid-template-columns: repeat(${({$count:e})=>e}, 1fr);
1441
- `,mh=Yt.button`
1442
- flex: 1;
1443
- display: flex;
1444
- align-items: center;
1445
- justify-content: center;
1446
- gap: 4px;
1447
- padding: 6px 12px;
1448
- background-color: transparent;
1449
- border-radius: ${({$isFirstItem:e,$isLastItem:t})=>e?"32px 0px 0px 32px":t?"0px 32px 32px 0px":"0"};
1450
- border: 1px solid ${({theme:e})=>e.colors.border};
1451
- cursor: pointer;
1452
- &:hover {
1453
- border: 1px solid ${({theme:e})=>e.colors.secondary};
1454
- }
1455
- `,gh=Yt.div`
1456
- position: absolute;
1457
- top: ${({$y:e})=>e}px;
1458
- left: ${({$x:e})=>e}px;
1459
- z-index: -1;
1460
- width: ${({$width:e})=>e}px;
1461
- height: ${({$height:e})=>e}px;
1462
- background-color: ${({theme:e,$bgColor:t})=>t||e.colors.dropdown_bg_2};
1463
- border-radius: ${({$isFirstItem:e,$isLastItem:t})=>e?"32px 0px 0px 32px":t?"0px 32px 32px 0px":"0"};
1464
- transition: all 0.3s;
1465
- `,fh=({options:e=[],selected:t,setSelected:o})=>{const i=e.findIndex(e=>e.value===t),[r,n]=Pt(e[i]?.selectedBgColor||""),[a,s]=Pt({width:0,height:0}),[l,c]=Pt({x:0,y:0}),d=Bt(null);return Mt(()=>{d.current&&(s({width:d.current.offsetWidth,height:d.current.offsetHeight}),c({x:d.current.offsetWidth*i,y:0}))},[t,i]),Rt(hh,{$count:e.length,children:[e.map(({icon:i,label:r,value:a,selectedBgColor:s,selectedTextColor:l},c)=>{const p=t===a;return Rt(mh,{ref:p?d:void 0,$isFirstItem:0===c,$isLastItem:c===e.length-1,onClick:()=>{o(a),n(s||"")},children:[i&&Ot(i,{}),r&&Ot(en,{size:12,family:"secondary",decoration:"underline",color:p?l:void 0,children:r})]},`segment-${r||c}-${a}`)}),Ot(gh,{$bgColor:r,$width:a.width,$height:a.height,$x:l.x,$y:l.y,$isFirstItem:0===i,$isLastItem:i===e.length-1})]})},xh=Yt(Gs)`
1466
- gap: 8px;
1467
- text-transform: none;
1468
- text-decoration: none;
1469
- border: ${({theme:e,$withBorder:t})=>`1px solid ${t?e.colors.border:"transparent"}`};
1470
- &.not-selected {
1471
- background-color: ${({theme:e,$color:t})=>t||e.colors.dropdown_bg_2+Os["060"]};
1472
- &:hover {
1473
- background-color: ${({theme:e,$hoverColor:t})=>t||e.colors.dropdown_bg_2};
1474
- }
1475
- }
1476
- &.selected {
1477
- background-color: ${({theme:e})=>e.colors.majestic_blue+Os["030"]};
1478
- }
1479
- `,yh=Yt(en)`
1480
- white-space: nowrap;
1481
- overflow: hidden;
1482
- text-overflow: ellipsis;
1483
- font-size: 14px;
1484
- `,bh=({label:e,onClick:t,icon:o,iconSrc:i,badgeLabel:r,badgeFilled:n,isSelected:a,withBorder:s,color:l,hoverColor:c,style:d})=>{const p=Zt();return Rt(xh,{onClick:t,className:a?"selected":"not-selected",$withBorder:s,$color:l,$hoverColor:c,style:d,children:[o&&Ot("div",{children:Ot(o,{fill:p.text.info})}),i&&Ot("div",{children:Ot("img",{src:i,alt:"",width:16,height:16})}),Ot(yh,{children:e}),a&&Ot("div",{children:Ot(st,{fill:p.colors.majestic_blue_soft})}),void 0!==r&&Ot(js,{label:r,filled:n||a})]})},$h=Yt.div`
1485
- display: flex;
1486
- flex-direction: column;
1487
- gap: 16px;
1488
- ${({$maxWidth:e})=>e&&`max-width: ${e};`}
1489
- `,vh=Yt.div`
1490
- display: flex;
1491
- align-items: center;
1492
- gap: 16px;
1493
- `,wh=Yt.div`
1494
- width: 50px;
1495
- height: 50px;
1496
- border-radius: 8px;
1497
- background: ${({theme:e})=>`linear-gradient(90deg, ${e.colors.dropdown_bg_2} 25%, ${e.colors.dropdown_bg_2} 50%, ${e.colors.border} 75%)`};
1498
- background-size: 200% 100%;
1499
- animation: ${Ps} 10s infinite linear;
1500
- `,Sh=Yt(Pr)`
1501
- flex: 1;
1502
- gap: 12px;
1503
- `,Ch=Yt.div`
1504
- width: ${({$width:e})=>e};
1505
- height: 16px;
1506
- background: ${({theme:e})=>`linear-gradient(90deg, ${e.colors.dropdown_bg_2} 25%, ${e.colors.dropdown_bg_2} 50%, ${e.colors.border} 75%)`};
1507
- background-size: 200% 100%;
1508
- animation: ${Ps} 1.5s infinite linear;
1509
- border-radius: 4px;
1510
- `,kh=({size:e=5,maxWidth:t})=>Ot($h,{$maxWidth:t,children:[...Array(e)].map((e,t)=>Rt(vh,{children:[Ot(wh,{}),Rt(Sh,{children:[Ot(Ch,{$width:"80%"}),Ot(Ch,{$width:"100%"})]})]},t))});var Eh;!function(e){e.Active="active",e.Disabled="disabled",e.Finished="finish"}(Eh||(Eh={}));const Ah=Yt.div`
1511
- display: flex;
1512
- flex-direction: column;
1513
- gap: 32px;
1514
- `,Dh=Yt.div`
1515
- display: flex;
1516
- gap: 16px;
1517
- padding: 8px;
1518
- opacity: ${({$state:e})=>e===Eh.Active?1:e===Eh.Disabled?.5:.8};
1519
- transition: all 0.3s;
1520
- `,Th=Yt(Lr)`
1521
- justify-content: center;
1522
- width: 24px;
1523
- height: 24px;
1524
- border-radius: 32px;
1525
- border: ${({theme:e,$state:t})=>t===Eh.Disabled?`1px dashed ${e.text.dark_grey}`:`1px solid ${e.colors.secondary}`};
1526
- opacity: ${({$state:e})=>e===Eh.Finished?.8:1};
1527
- `,Nh=Yt(Pr)`
1528
- justify-content: center;
1529
- gap: 8px;
1530
- `,Ih=Yt(en)``,_h=Yt(en)``,Oh=({data:e,currentStep:t=0})=>{const[o,i]=Pt([]);return Mt(()=>{i(e.map((e,o)=>o<t-1?{...e,state:Eh.Finished,subtitle:e.subtitle||Go.Success}:o===t-1?{...e,state:Eh.Active,subtitle:""}:{...e,state:Eh.Disabled,subtitle:""}))},[t,e]),Ot(Ah,{children:o.map((e,t)=>Rt(Dh,{$state:e.state,children:[Ot(Th,{$state:e.state,children:[Eh.Active,Eh.Disabled].includes(e.state)?Ot(en,{size:12,children:e.stepNumber}):e.state===Eh.Finished?Ot(st,{size:20}):null}),Rt(Nh,{children:[Ot(Ih,{family:"secondary",children:e.title}),e.subtitle&&Ot(_h,{size:10,weight:300,children:e.subtitle})]})]},t))})},Rh=Yt(Lr)`
1531
- width: fit-content;
1532
- gap: 6px;
1533
- padding: 6px 12px;
1534
- border-radius: 360px;
1535
- background-color: ${({$type:e,theme:t})=>t.colors[e]};
1536
- `,Fh=Yt(en)`
1537
- color: ${({$type:e,theme:t})=>t.text[e]};
1538
- `,zh=({type:e=Go.Info,icon:t,title:o,size:i,family:r,children:n,...a})=>Rt(Rh,{$type:e,children:[t&&Ot(t,{}),Ot(Fh,{$type:e,size:i||12,family:r||"secondary",...a,children:n||o})]}),Lh=Yt.div`
1539
- display: flex;
1540
- flex-direction: column;
1541
- position: relative;
1542
- width: 100%;
1543
- `,Ph=Yt.div`
1544
- width: 100%;
1545
- display: flex;
1546
- align-items: center;
1547
- gap: 12px;
1548
- transition: border-color 0.3s;
1549
- border-radius: 24px;
1550
- border: 1px solid ${({theme:e})=>e.colors.border};
1551
- ${({$disabled:e})=>e&&Qt`
1552
- background-color: ${({theme:e})=>e.colors.border};
1553
- cursor: not-allowed;
1554
- opacity: 0.6;
1555
- `}
1556
-
1557
- ${({$hasError:e})=>e&&Qt`
1558
- border-color: ${({theme:e})=>e.text.error};
1559
- `}
1560
-
1561
- ${({$isActive:e})=>e&&Qt`
1562
- border-color: ${({theme:e})=>e.colors.secondary};
1563
- `}
1564
-
1565
- &:hover {
1566
- border-color: ${({theme:e})=>e.colors.secondary};
1567
- }
1568
- &:focus-within {
1569
- border-color: ${({theme:e})=>e.colors.secondary};
1570
- }
1571
- `,Mh=Yt.textarea`
1572
- flex: 1;
1573
- border: none;
1574
- outline: none;
1575
- background: none;
1576
- color: ${({theme:e})=>e.text.secondary};
1577
- font-size: 14px;
1578
- padding: 12px 20px 0;
1579
- font-family: ${({theme:e})=>e.font_family.primary};
1580
- font-weight: 300;
1581
- line-height: 22px;
1582
- &::placeholder {
1583
- color: ${({theme:e})=>e.text.secondary};
1584
- font-family: ${({theme:e})=>e.font_family.primary};
1585
- opacity: 0.4;
1586
- font-size: 14px;
1587
- font-weight: 300;
1588
- line-height: 22px; /* 157.143% */
1589
- }
1590
-
1591
- &:disabled {
1592
- background-color: ${({theme:e})=>e.colors.border};
1593
- cursor: not-allowed;
1594
- }
1595
- `,Bh=({errorMessage:e,title:t,tooltip:o,required:i,onChange:r,name:n,...a})=>{const s=Bt(null),l=e=>{s.current&&(s.current.style.height="auto",e&&(s.current.style.height=`${s.current.scrollHeight}px`))};return Rt(Lh,{children:[Ot(Gd,{title:t,required:i,tooltip:o}),Ot(Ph,{$disabled:a.disabled,$hasError:!!e,$isActive:!!a.autoFocus,children:Ot(Mh,{ref:s,"data-id":n,name:n,onFocus:()=>l(!0),onBlur:()=>l(!1),onChange:e=>{e.stopPropagation(),l(!0),r?.(e)},onKeyDown:e=>{e.stopPropagation()},...a})}),!!e&&Ot(rn,{children:e})]})},Uh=Yt.div`
1596
- display: flex;
1597
- align-items: center;
1598
- gap: 12px;
1599
- cursor: ${({$disabled:e})=>e?"not-allowed":"pointer"};
1600
- opacity: ${({$disabled:e})=>e?.6:1};
1601
- `,jh=Yt.div`
1602
- width: 24px;
1603
- height: 12px;
1604
- border: 1px ${({$isActive:e,theme:t})=>e?`solid ${t.colors.majestic_blue}`:`dashed ${t.text.grey}`};
1605
- border-radius: 20px;
1606
- display: flex;
1607
- align-items: center;
1608
- padding: 2px;
1609
- background-color: transparent;
1610
- pointer-events: ${({$disabled:e})=>e?"none":"auto"};
1611
- cursor: ${({$disabled:e})=>e?"not-allowed":"pointer"};
1612
- opacity: ${({$isActive:e})=>e?1:.5};
1613
- transition: border-color 0.3s, opacity 0.3s;
1614
- &::before {
1615
- content: '';
1616
- width: 12px;
1617
- height: 12px;
1618
- border-radius: 50%;
1619
- background-color: ${({$isActive:e,theme:t})=>e?t.colors.majestic_blue:t.colors.secondary};
1620
- transform: ${({$isActive:e})=>e?"translateX(12px)":"translateX(0)"};
1621
- transition: background-color 0.3s, transform 0.3s;
1622
- }
1623
- `,Wh=({title:e,tooltip:t,initialValue:o=!1,onChange:i,disabled:r,allowPropagation:n=!1,flipHorizontally:a})=>{const[s,l]=Pt(o);Mt(()=>l(o),[o]);return Rt(Uh,{$disabled:r,onClick:e=>{r||(n||e.stopPropagation(),i?i(!s):l(e=>!e))},children:[!a&&Ot(jh,{$disabled:r,$isActive:s}),(e||t)&&Ot(ec,{text:t,withIcon:!0,children:e&&Ot(en,{size:14,children:e})}),a&&Ot(jh,{$disabled:r,$isActive:s})]})};var Hh={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 Xh=Yt.div`
1624
- width: ${({$width:e})=>e}px;
1625
- height: ${({$height:e})=>e}px;
1626
- position: relative;
1627
- `,Gh=({width:e=620})=>{const{darkMode:t}=Zt(),o=e/(620/220);return Ot(Xh,{$width:e,$height:o,children:Ot(go,{autoplay:!0,loop:!0,animationData:Hh,style:{width:o,height:e,transform:"rotate(-90deg)",position:"absolute",top:-(o-o/10),left:o-o/10,filter:t?"invert(0)":"invert(1)"}})})},Vh=Yt.div`
1628
- display: flex;
1629
- align-items: center;
1630
- justify-content: center;
1631
- gap: 4px;
1632
- min-width: ${({$minWidth:e})=>e};
1633
- width: ${({$fullWidth:e})=>e?"100%":"fit-content"};
1634
- padding: ${({$hasLabel:e})=>e?"4px 8px":"4px"};
1635
- border-radius: 100px;
1636
- background-color: ${({$backgroundColor:e})=>e};
1637
- `,Kh=({label:e,leftIcon:t,rightIcon:o,tooltip:i,status:r=qo.Unknown,useSecondaryTone:n=!1,invertColors:a=!1,textSize:s,textColor:l,backgroundColor:c,minWidth:d="unset",fullWidth:p=!1})=>{const u=Zt(),h=e?.toString(),m=r?[qo.Disabled].includes(r)?tr(u,r,a?"400":"700"):[qo.Unknown].includes(r)?tr(u,r,"600"):tr(u,r,a?n?"400":"300":n?"700":"500"):u.v2.colors.grey[200],g=l||(a&&![qo.Unknown].includes(r)?m:[qo.Disabled].includes(r)?u.v2.colors.grey[400]:[Go.Error,Go.Warning,Go.Success].includes(r)?u.v2.colors.black[500]:u.v2.colors.white[500]),f=c||(a&&![qo.Unknown].includes(r)?[qo.Disabled].includes(r)?u.v2.colors.grey[700]:u.v2.colors.silver[600]:m);return Ot(ec,{text:i,fullWidth:p,children:Rt(Vh,{$backgroundColor:f,$minWidth:d,$fullWidth:p,$hasLabel:!!h,children:[t&&Ot(t,{fill:g,size:14}),h&&Ot(qr,{color:g,size:s||Vr.XXS,nowrap:!0,children:h}),o&&Ot(o,{fill:g,size:14})]})})},qh=Yt.span`
1638
- font-family: ${({theme:e})=>e.font_family.primary};
1639
- font-size: ${({$smallAndDark:e})=>e?"12px":"14px"};
1640
- font-weight: 400;
1641
- color: ${({theme:e,$smallAndDark:t})=>t?e.v2.colors.grey[400]:e.v2.colors.silver[200]};
1642
- `,Jh=Yt.span`
1643
- font-family: ${({theme:e})=>e.font_family.primary};
1644
- font-size: 14px;
1645
- font-weight: 400;
1646
- color: ${({theme:e})=>e.v2.colors.red[500]};
1647
- `,Yh=({label:e,tooltip:t,required:o,badge:i,width:r,smallAndDark:n})=>e||t||o?Rt(Lr,{$width:r,$justifyContent:"space-between",children:[e&&Ot(qh,{$smallAndDark:n,children:e}),Rt(Lr,{$gap:4,children:[i&&Ot(Kh,{...i,textSize:Vr.XXXS}),o&&Ot(Jh,{children:"*"}),t&&Ot(ec,{text:t,withIcon:!0})]})]}):null,Qh=({errorMessage:e,warnMessage:t,helpMessage:o})=>{const i=Zt(),r=e?i.v2.colors.red[500]:t?i.v2.colors.yellow[500]:i.v2.colors.silver[200],n=Ot(Ve,{size:12,fill:r});return e||t||o?Rt(Lr,{$alignItems:"center",children:[n&&Ot(Pr,{children:n}),Ot(qr,{size:Vr.XXS,weight:400,color:r,children:e||t||o})]}):null},Zh=Yt.div`
1648
- padding: ${({$small:e})=>e?"4px":"6px 12px"};
1649
-
1650
- display: flex;
1651
- align-self: stretch;
1652
- align-items: center;
1653
- gap: 8px;
1654
- border-radius: 6px;
1655
-
1656
- border: 1px solid ${({theme:e,$disabled:t,$error:o})=>t?e.v2.colors.grey[600]:o?e.v2.colors.red[500]:e.v2.colors.silver[500]};
1657
- background: ${({theme:e,$disabled:t})=>t?e.v2.colors.grey[800]:e.v2.colors.black[500]};
1658
- ${({$disabled:e,$error:t})=>!e&&!t&&Qt`
1659
- &:hover,
1660
- &:active,
1661
- &:focus-within {
1662
- border: 1px solid ${({theme:e})=>e.v2.colors.silver[300]};
1663
- }
1664
- `}
1665
- `,em=Yt.input`
1666
- max-width: ${({$maxWidth:e})=>e||"unset"};
1667
- width: ${({$width:e})=>e||"unset"};
1668
-
1669
- flex: 1;
1670
- font-family: ${({theme:e})=>e.font_family.primary};
1671
- font-size: ${({$small:e})=>e?"12px":"14px"};
1672
- font-weight: 400;
1673
-
1674
- cursor: text;
1675
- color: ${({theme:e})=>e.v2.colors.white[500]};
1676
- &::placeholder {
1677
- color: ${({theme:e})=>e.v2.colors.silver[600]};
1678
- }
1679
-
1680
- &:disabled {
1681
- cursor: not-allowed;
1682
- color: ${({theme:e})=>e.v2.colors.grey[400]};
1683
- &::placeholder {
1684
- color: ${({theme:e})=>e.v2.colors.grey[400]};
1685
- }
1686
- }
1687
-
1688
- overflow: hidden;
1689
- text-overflow: ellipsis;
1690
- white-space: nowrap;
1691
- `,tm=Yt.div`
1692
- display: flex;
1693
- align-items: center;
1694
- justify-content: center;
1695
- cursor: pointer;
1696
- `,om=({label:e,required:t,tooltip:o,badge:i,leftIcon:r,rightIcon:n,hasError:a,errorMessage:s,warnMessage:l,helpMessage:c,type:d=Xo.Text,name:p,value:u,onChange:h,disabled:m,maxWidth:g,width:f,small:x=!1,onClick:y,...b})=>{const $=Zt(),v=d===Xo.Password,[w,S]=Pt(!1),[C,k]=Pt(null),E=a||!!s||!!C,A=u?$.v2.colors.white[500]:m?$.v2.colors.grey[400]:$.v2.colors.silver[200],D=x?14:18;return Rt(Pr,{$width:f,$gap:6,children:[Ot(Yh,{label:e,tooltip:o,required:t,badge:i}),Rt(Zh,{$small:x,$disabled:m,$error:E,onClick:y,children:[r?Ot(r,{size:D,fill:A}):null,Ot(em,{"data-id":p,type:w||d===Xo.Number?Xo.Text:d,name:p,value:u,onChange:e=>{e.stopPropagation();const t=e.target.value;d===Xo.Number&&(e.target.value=kr(t),t&&t!==e.target.value?k("Please enter a valid number"):k(null)),h?.(e)},onKeyDown:e=>{["Enter"].includes(e.key)||e.stopPropagation()},disabled:m,$maxWidth:g,$width:f,$small:x,...b}),v?Ot(tm,{onClick:()=>S(e=>!e),children:Ot(w?yt:bt,{size:D,fill:A})}):n?Ot(n,{size:D,fill:A}):null]}),Ot(Qh,{errorMessage:C||s,warnMessage:l,helpMessage:c})]})};var im,rm;!function(e){e.S="s",e.L="l"}(im||(im={})),function(e){e.Filled="filled",e.Underline="underline"}(rm||(rm={}));const nm=Yt.div`
1697
- display: flex;
1698
- align-items: center;
1699
- gap: 2px;
1700
- padding: 3px;
1701
- border-radius: 8px;
1702
- border: 1px solid ${({theme:e})=>e.v2.colors.grey[500]};
1703
- background-color: ${({theme:e})=>e.v2.colors.silver[700]};
1704
- `,am=Yt.button`
1705
- flex: 1;
1706
- display: flex;
1707
- align-items: center;
1708
- justify-content: center;
1709
- gap: 8px;
1710
- padding: ${({$size:e})=>e===im.S?"4px 8px":"8px 16px"};
1711
- border-radius: 6px;
1712
- border: none;
1713
- box-shadow: ${({$isSelected:e})=>e?"0 0 11px 0 rgba(0, 0, 0, 0.32)":"none"};
1714
-
1715
- ${({$disabled:e,$isSelected:t,$selectedBgColor:o,theme:i})=>e?Qt`
1716
- cursor: not-allowed;
1717
- background-color: ${t?(o||i.v2.colors.black[500])+Os["040"]:"transparent"};
1718
- `:Qt`
1719
- cursor: pointer;
1720
- background-color: ${t?o||i.v2.colors.black[500]:"transparent"};
1721
- &:hover {
1722
- background-color: ${t?o||i.v2.colors.black[500]:i.v2.colors.silver[800]};
1723
- }
1724
- `}
1725
- `,sm=Yt.div`
1726
- display: flex;
1727
- align-items: stretch;
1728
- `,lm=Yt.button`
1729
- display: flex;
1730
- height: 34px;
1731
- padding: 8px 12px 8px 16px;
1732
- justify-content: center;
1733
- align-items: center;
1734
- gap: 8px;
1735
- border: none;
1736
- border-bottom: 2px solid ${({theme:e,$isSelected:t})=>t?e.v2.colors.white[500]:"transparent"};
1737
- border-radius: ${({$isSelected:e})=>e?"6px 6px 0 0":"0"};
1738
- background-color: ${({theme:e,$isSelected:t})=>t?e.v2.colors.silver[1e3]:"transparent"};
1739
- cursor: ${({$disabled:e})=>e?"not-allowed":"pointer"};
1740
- transition:
1741
- border-color 0.2s,
1742
- background-color 0.2s,
1743
- border-radius 0.2s;
1744
- &:hover {
1745
- border-bottom-color: ${({theme:e,$isSelected:t})=>t?e.v2.colors.white[500]:e.v2.colors.grey[500]};
1746
- }
1747
- `,cm=({"data-id":e,size:t=im.L,variant:o=rm.Filled,options:i=[],selected:r,setSelected:n,disabled:a})=>{const s=Zt(),l=o===rm.Underline,c=l?lm:am;return Ot(l?sm:nm,{"data-id":e,children:i.map(({value:e,label:o,icon:i,tooltip:d,selectedBgColor:p,disabled:u},h)=>{const m=r===e,g=u||a,f=g?s.v2.colors.grey[400]:l||m?s.v2.colors.white[500]:s.v2.colors.grey[300],x=t===im.S?Vr.XXS:Vr.XS,y=m?500:400,b=Rt(Ft,{children:[i&&Ot(i,{fill:f}),o&&Ot(qr,{size:x,weight:y,color:f,nowrap:!0,children:o})]});return Ot(c,{onClick:()=>!g&&n(e),$disabled:g,$isSelected:m,$size:t,...!l&&{$selectedBgColor:p},children:d?Ot(ec,{text:d,withIcon:!0,children:b}):b},`segment-${o||h}-${e}`)})})},dm=Yt.div`
1748
- box-sizing: border-box !important;
1749
- width: ${({$width:e})=>e??"fit-content"};
1750
- padding: ${({$withSegment:e})=>e?"2px 2px 2px 12px":"6px 12px"};
1751
- display: flex;
1752
- align-self: stretch;
1753
- align-items: center;
1754
- gap: 8px;
1755
- overflow: hidden;
1756
- border-radius: 6px;
1757
-
1758
- border: none;
1759
- border-radius: 6px;
1760
- background: ${({$isHovered:e,$isActive:t,$idleBackgroundColor:o,$emphasizeBackgroundColor:i,theme:r})=>{const n=o??r.v2.colors.silver[800],a=i??r.v2.colors.silver[700];return e||t?a:n}};
1761
- `,pm=Yt.input`
1762
- min-width: 0;
1763
- flex: 1;
1764
- font-family: ${({theme:e})=>e.font_family.primary};
1765
- font-size: 14px;
1766
- font-weight: 400;
1767
- line-height: 20px;
1768
-
1769
- cursor: text;
1770
- color: ${({$textColor:e})=>e};
1771
- &::placeholder {
1772
- color: ${({$textColor:e})=>e};
1773
- }
1774
-
1775
- overflow: hidden;
1776
- text-overflow: ellipsis;
1777
- white-space: nowrap;
1778
- `,um=({"data-id":e,value:t,onChange:o,placeholder:i,width:r,segment:n,idleBackgroundColor:a,emphasizeBackgroundColor:s})=>{const l=Zt(),[c,d]=Pt(!1),[p,u]=Pt(!1),[h,m]=Pt(!1),g=c?l.v2.colors.white[500]:l.v2.colors.silver[200],f=!!n?.options?.length,x=Lt(()=>{if(f)return n?.options.find(e=>e.value===n.selected)?.label},[f,n?.options,n?.selected]),y=Lt(()=>i||(f&&x?`Search by ${x.toLowerCase()}`:"Search..."),[i,f,x]);return Rt(dm,{$width:r,$withSegment:f,onMouseEnter:()=>u(!0),onMouseLeave:()=>u(!1),$isHovered:p&&!h,$isActive:c,$idleBackgroundColor:a,$emphasizeBackgroundColor:s,children:[Ot($t,{size:18,fill:g}),Ot(pm,{"data-id":e??"search",name:"search",type:"text",placeholder:y,value:t,onChange:e=>{e.stopPropagation(),o(e.target.value)},onFocus:()=>d(!0),onBlur:()=>d(!1),$textColor:g}),f&&Ot("div",{style:{flexShrink:0},onMouseEnter:()=>m(!0),onMouseLeave:()=>m(!1),children:Ot(cm,{"data-id":n["data-id"],options:n.options,selected:n.selected,setSelected:n.setSelected,size:im.S})})]})},hm=Yt.div`
1779
- border-radius: 100%;
1780
- background-color: ${({theme:e})=>e.v2.colors.silver[700]};
1781
- position: relative;
1782
- `,mm=Yt.div`
1783
- width: 80px;
1784
- height: 80px;
1785
- border-radius: 100%;
1786
- border: 4px solid ${({theme:e})=>e.v2.colors.green[300]};
1787
- border-right-color: transparent;
1788
- border-left-color: transparent;
1789
- border-bottom-color: transparent;
1790
- animation: spin 1s linear infinite;
1791
- @keyframes spin {
1792
- to {
1793
- transform: rotate(360deg);
1794
- }
1795
- }
1796
- `,gm=Yt(qr)`
1797
- position: absolute;
1798
- top: 50%;
1799
- left: 50%;
1800
- transform: translate(-50%, -50%);
1801
- `,fm=({percentage:e})=>Rt(hm,{children:[Ot(mm,{}),"number"==typeof e?Ot(gm,{size:Vr.M,weight:500,children:`${e}%`}):null]}),xm={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 ym(e){if("number"==typeof e)return{value:e,unit:"px"};let t;const o=(e.match(/^[0-9.]*/)||"").toString();t=o.includes(".")?parseFloat(o):parseInt(o,10);const i=(e.match(/[^0-9]*$/)||"").toString();return xm[i]?{value:t,unit:i}:{value:t,unit:"px"}}function bm(e){const t=ym(e);return`${t.value}${t.unit}`}const $m=((e,t,o)=>{const i=`react-spinners-${e}-${o}`;if("undefined"==typeof window||!window.document)return i;const r=document.createElement("style");document.head.appendChild(r);const n=r.sheet,a=`\n @keyframes ${i} {\n ${t}\n }\n `;return n&&n.insertRule(a,0),i})("SpinnerOld","50% {opacity: 0.3} 100% {opacity: 1}","fade"),vm=({loading:e=!0,color:t,scale:o=1,speedMultiplier:i=1,cssOverride:r={},style:n={},...a})=>{const s=Zt(),l=t||s.text.secondary;if(!e)return null;const{value:c}=ym(2),d=c+4.2,p=d/2+d/5.5,u=4*d*o,h={position:"relative",width:`${u}px`,height:`${u}px`,scale:o,...n,...r},m=(e,t)=>({position:"absolute",width:bm(1.5),height:bm(4),borderRadius:bm(2),backgroundColor:l,transition:"2s",animationFillMode:"both",animation:`${$m} ${1.2/i}s ${.12*e}s infinite ease-in-out`,transform:`translate(-50%, -50%) rotate(${t}deg)`});return Rt("span",{style:h,...a,children:[Ot("span",{style:{...m(1,0),top:`calc(50% + ${d}px)`,left:"50%"}}),Ot("span",{style:{...m(2,-45),top:`calc(50% + ${p}px)`,left:`calc(50% + ${p}px)`}}),Ot("span",{style:{...m(3,90),top:"50%",left:`calc(50% + ${d}px)`}}),Ot("span",{style:{...m(4,45),top:`calc(50% + ${-1*p}px)`,left:`calc(50% + ${p}px)`}}),Ot("span",{style:{...m(5,0),top:`calc(50% + ${-1*d}px)`,left:"50%"}}),Ot("span",{style:{...m(6,-45),top:`calc(50% + ${-1*p}px)`,left:`calc(50% + ${-1*p}px)`}}),Ot("span",{style:{...m(7,90),top:"50%",left:`calc(50% + ${-1*d}px)`}}),Ot("span",{style:{...m(8,45),top:`calc(50% + ${p}px)`,left:`calc(50% + ${-1*p}px)`}})]})},wm=Yt.div`
1802
- width: ${({$size:e})=>e}px;
1803
- height: ${({$size:e})=>e}px;
1804
- border-radius: 100%;
1805
- background: ${({$color:e})=>e};
1806
- display: flex;
1807
- align-items: center;
1808
- justify-content: center;
1809
- `,Sm=({scale:e,icon:t})=>{const o=Zt();return Ot(wm,{$size:45*e,$color:"rgba(80, 246, 232, 0.10)",children:Ot(wm,{$size:43*e,$color:"rgba(80, 246, 232, 0.20)",children:Ot(wm,{$size:39*e,$color:"rgba(80, 246, 232, 0.40)",children:Ot(wm,{$size:33*e,$color:"rgba(80, 246, 232, 0.60)",children:Ot(wm,{$size:23*e,$color:"#50F6E8",children:Ot(t,{size:16*e,fill:o.v2.colors.black[500]})})})})})})},Cm=434,km=635,Em=Yt.div`
1810
- width: ${434}px;
1811
- height: ${635}px;
1812
- display: flex;
1813
- flex-direction: column;
1814
- align-items: center;
1815
- justify-content: center;
1816
- padding: 16px;
1817
- background: linear-gradient(180deg, #0b0517 2.82%, #190d31 100%);
1818
- position: relative;
1819
- `,Am=Yt.div`
1820
- position: absolute;
1821
- top: 50%;
1822
- left: 50%;
1823
- transform: translate(-50%, -50%);
1824
- `,Dm=()=>Rt(Em,{children:[Ot(Am,{children:Rt("svg",{xmlns:"http://www.w3.org/2000/svg",width:"464",height:"464",viewBox:"0 0 464 464",fill:"none",children:[Ot("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)"}),Ot("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:[Ot("stop",{stopColor:"#7C3BFF",stopOpacity:"0.1"}),Ot("stop",{offset:"0.41",stopColor:"#7C3BFF",stopOpacity:"0.11"}),Ot("stop",{offset:"0.56",stopColor:"#7C3BFF",stopOpacity:"0.13"}),Ot("stop",{offset:"0.67",stopColor:"#7C3BFF",stopOpacity:"0.18"}),Ot("stop",{offset:"0.75",stopColor:"#7C3BFF",stopOpacity:"0.25"}),Ot("stop",{offset:"0.83",stopColor:"#7C3BFF",stopOpacity:"0.33"}),Ot("stop",{offset:"0.89",stopColor:"#7C3BFF",stopOpacity:"0.44"}),Ot("stop",{offset:"0.95",stopColor:"#7C3BFF",stopOpacity:"0.56"}),Ot("stop",{offset:"1",stopColor:"#7C3BFF",stopOpacity:"0.7"})]})})]})}),Ot(Am,{children:Rt("svg",{xmlns:"http://www.w3.org/2000/svg",width:"432",height:"432",viewBox:"0 0 432 432",fill:"none",children:[Ot("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)"}),Ot("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:[Ot("stop",{stopColor:"#7C3BFF",stopOpacity:"0.1"}),Ot("stop",{offset:"0.38",stopColor:"#7C3BFF",stopOpacity:"0.11"}),Ot("stop",{offset:"0.52",stopColor:"#7C3BFF",stopOpacity:"0.13"}),Ot("stop",{offset:"0.62",stopColor:"#7C3BFF",stopOpacity:"0.18"}),Ot("stop",{offset:"0.69",stopColor:"#7C3BFF",stopOpacity:"0.25"}),Ot("stop",{offset:"0.76",stopColor:"#7C3BFF",stopOpacity:"0.33"}),Ot("stop",{offset:"0.82",stopColor:"#7C3BFF",stopOpacity:"0.44"}),Ot("stop",{offset:"0.88",stopColor:"#7C3BFF",stopOpacity:"0.57"}),Ot("stop",{offset:"0.93",stopColor:"#7C3BFF",stopOpacity:"0.72"}),Ot("stop",{offset:"0.97",stopColor:"#7C3BFF",stopOpacity:"0.88"}),Ot("stop",{offset:"1",stopColor:"#7C3BFF"})]})})]})}),Ot(Am,{children:Rt("svg",{xmlns:"http://www.w3.org/2000/svg",width:"374",height:"374",viewBox:"0 0 374 374",fill:"none",children:[Ot("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)"}),Ot("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:[Ot("stop",{stopColor:"#7C3BFF",stopOpacity:"0.1"}),Ot("stop",{offset:"0.31",stopColor:"#7C3BFF",stopOpacity:"0.11"}),Ot("stop",{offset:"0.45",stopColor:"#7C3BFF",stopOpacity:"0.14"}),Ot("stop",{offset:"0.56",stopColor:"#7C3BFF",stopOpacity:"0.19"}),Ot("stop",{offset:"0.65",stopColor:"#7C3BFF",stopOpacity:"0.26"}),Ot("stop",{offset:"0.73",stopColor:"#7C3BFF",stopOpacity:"0.35"}),Ot("stop",{offset:"0.8",stopColor:"#7C3BFF",stopOpacity:"0.46"}),Ot("stop",{offset:"0.86",stopColor:"#7C3BFF",stopOpacity:"0.6"}),Ot("stop",{offset:"0.92",stopColor:"#7C3BFF",stopOpacity:"0.76"}),Ot("stop",{offset:"0.98",stopColor:"#7C3BFF",stopOpacity:"0.93"}),Ot("stop",{offset:"1",stopColor:"#7C3BFF"})]})})]})}),Ot(Am,{children:Rt("svg",{xmlns:"http://www.w3.org/2000/svg",width:"257",height:"257",viewBox:"0 0 257 257",fill:"none",children:[Ot("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)"}),Ot("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:[Ot("stop",{stopColor:"#7C3BFF",stopOpacity:"0.1"}),Ot("stop",{offset:"0.31",stopColor:"#7C3BFF",stopOpacity:"0.11"}),Ot("stop",{offset:"0.45",stopColor:"#7C3BFF",stopOpacity:"0.14"}),Ot("stop",{offset:"0.56",stopColor:"#7C3BFF",stopOpacity:"0.19"}),Ot("stop",{offset:"0.65",stopColor:"#7C3BFF",stopOpacity:"0.26"}),Ot("stop",{offset:"0.73",stopColor:"#7C3BFF",stopOpacity:"0.35"}),Ot("stop",{offset:"0.8",stopColor:"#7C3BFF",stopOpacity:"0.46"}),Ot("stop",{offset:"0.86",stopColor:"#7C3BFF",stopOpacity:"0.6"}),Ot("stop",{offset:"0.92",stopColor:"#7C3BFF",stopOpacity:"0.76"}),Ot("stop",{offset:"0.98",stopColor:"#7C3BFF",stopOpacity:"0.93"}),Ot("stop",{offset:"1",stopColor:"#7C3BFF"})]})})]})}),Ot(Am,{children:Ot(G,{size:112})})]}),Tm=to`
1825
- 0% {
1826
- background-position: 0% 50%;
1827
- }
1828
- 100% {
1829
- background-position: 100% 50%;
1830
- }
1831
- `,Nm=Yt(qr)`
1832
- background: ${({$titleColor:e,$gradientColor:t})=>`linear-gradient(45deg, ${e} 0%, ${e} 40%, ${t} 50%, ${e} 60%, ${e} 100%)`};
1833
- background-size: 250% 100%; /* Expand background to allow movement */
1834
- background-clip: text;
1835
- color: transparent;
1836
- animation: ${Tm} 1s reverse linear infinite;
1837
- `,Im=e=>{const t=Math.max(0,Date.now()-e),o=Math.floor(t/1e3),i=Math.floor(o/60),r=o%60;return`${String(i).padStart(2,"0")}:${String(r).padStart(2,"0")}`},_m=({icon:e,title:t,titleColor:o,titleSize:i=Vr.S,subTitle:r,subTitleColor:n,subTitleSize:a=Vr.XXXS,startedAt:s,withGradient:l,gradientColor:c,withSpinner:d,withSpinnerOld:p,scaleSpinnerOld:u=1,percentage:h,withVisual:m,visualIcon:g=kt})=>{const f=Zt(),[x,y]=Pt(()=>s?Im(s):"");Mt(()=>{if(!s)return;y(Im(s));const e=setInterval(()=>y(Im(s)),1e3);return()=>clearInterval(e)},[s]);const b=o||f.v2.colors.white[500],$=n||f.v2.colors.silver[200],v=c||f.v2.colors.black[500];return Rt(Pr,{$gap:16,$alignItems:"center",children:[m?Ot(Sm,{scale:1.7,icon:g}):d?Ot(fm,{percentage:h}):p?Ot(vm,{scale:u}):null,(t||r||s||e)&&Rt(Pr,{$gap:8,$alignItems:"center",children:[Rt(Lr,{$gap:4,children:[e&&Ot(e,{}),l?Ot(Nm,{align:"center",size:i,$titleColor:b,$gradientColor:v,children:t}):Ot(qr,{align:"center",size:i,color:b,children:t})]}),r?Ot(qr,{align:"center",size:a,color:$,children:r}):null,x?Ot(qr,{align:"center",size:a,color:b,children:x}):null]})]})};var Om,Rm;!function(e){e.Primary="primary",e.Secondary="secondary",e.Text="text"}(Om||(Om={})),function(e){e.S="small",e.M="medium",e.L="large"}(Rm||(Rm={}));const Fm=Yt.button`
1838
- display: flex;
1839
- align-items: center;
1840
- justify-content: center;
1841
- gap: 8px;
1842
- ${({$fullWidth:e})=>e&&Qt`
1843
- width: 100%;
1844
- `}
1845
- border: none;
1846
- border-radius: 6px;
1847
- ${({$size:e,$hasLabel:t})=>e===Rm.S?Qt`
1848
- height: 32px;
1849
- ${t?Qt`
1850
- padding: 8px 16px;
1851
- `:Qt`
1852
- width: 32px;
1853
- `}
1854
- `:e===Rm.M?Qt`
1855
- height: 38px;
1856
- ${t?Qt`
1857
- padding: 8px 18px;
1858
- `:Qt`
1859
- width: 38px;
1860
- `}
1861
- `:Qt`
1862
- height: 44px;
1863
- ${t?Qt`
1864
- padding: 8px 22px;
1865
- `:Qt`
1866
- width: 44px;
1867
- `}
1868
- `}
1869
-
1870
- cursor: pointer;
1871
- &:disabled {
1872
- background-color: ${({theme:e})=>e.v2.colors.silver[800]};
1873
- cursor: not-allowed;
1874
- }
1875
- &:enabled {
1876
- ${({$withShadow:e})=>e?Qt`
1877
- box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.32);
1878
- `:""}
1879
- ${({$variant:e})=>e===Om.Primary?Qt`
1880
- background-color: ${({theme:e})=>e.v2.colors.purple[500]};
1881
- &:hover {
1882
- background-color: ${({theme:e})=>e.v2.colors.purple[600]};
1883
- }
1884
- &:active {
1885
- background-color: ${({theme:e})=>e.v2.colors.purple[700]};
1886
- }
1887
- `:e===Om.Secondary?Qt`
1888
- background-color: ${({theme:e})=>e.v2.colors.silver[750]};
1889
- &:hover {
1890
- background-color: ${({theme:e})=>e.v2.colors.silver[600]};
1891
- }
1892
- &:active {
1893
- background-color: ${({theme:e})=>e.v2.colors.silver[500]};
1894
- }
1895
- `:e===Om.Text?Qt`
1896
- background-color: transparent;
1897
- &:hover {
1898
- background-color: ${({theme:e})=>e.v2.colors.silver[800]};
1899
- }
1900
- &:active {
1901
- background-color: ${({theme:e})=>e.v2.colors.silver[900]};
1902
- }
1903
- `:""}
1904
- }
1905
- `,zm=Ht(({"data-id":e,label:t,tooltip:o,hideTooltipIcon:i,leftIcon:r,rightIcon:n,variant:a=Om.Primary,size:s=Rm.M,iconSize:l,loading:c,fullWidth:d,withShadow:p,textColor:u,disabled:h,onClick:m,...g},f)=>{const x=Zt(),y=l||(s===Rm.L?18:16),b=s===Rm.L?Vr.S:Vr.XS,$=u||(h?x.v2.colors.grey[400]:x.v2.colors.white[500]),[v,w]=Pt(!1),S=Ut(async e=>{e.stopPropagation(),w(!0),await(m?.(e)),w(!1)},[m]);return Ot(Fm,{ref:f,"data-id":e,$variant:a,$size:s,$fullWidth:d,$withShadow:p,$hasLabel:!!t,disabled:h,onClick:c||v?void 0:S,...g,children:Ot(ec,{text:o,withIcon:!i,children:c||v?t?Ot(Qu,{size:x.v2.text.size[b],textColor:$}):Ot(Bc,{}):Rt(Ft,{children:[r&&Ot(r,{size:y,fill:$}),t?Ot(qr,{size:b,weight:500,color:$,nowrap:!0,children:t}):null,n&&Ot(n,{size:y,fill:$})]})})})});zm.displayName=zm.name;const Lm=Yt.div`
1906
- display: flex;
1907
- align-items: center;
1908
- justify-content: center;
1909
- width: fit-content;
1910
- height: fit-content;
1911
- padding: 8px;
1912
- border-radius: 100%;
1913
- background-color: ${({theme:e})=>e.v2.colors.silver[700]};
1914
- `,Pm=({icon:e=ct,hideIcon:t=!1,title:o="No data",subTitle:i,button:r})=>{const n=Zt().v2.colors.silver[200];return Rt(Pr,{$gap:12,$alignItems:"center",children:[!t&&Ot(Lm,{children:Ot(e,{size:32,fill:n})}),Rt(Pr,{$gap:4,$alignItems:"center",children:[Ot(qr,{size:Vr.S,align:"center",children:o}),i&&Ot(qr,{size:Vr.XXS,align:"center",color:n,children:i})]}),r&&Ot(zm,{variant:Om.Secondary,...r})]})};var Mm;!function(e){e.S="small",e.L="large"}(Mm||(Mm={}));const Bm=Yt.div`
1915
- width: fit-content;
1916
- display: flex;
1917
- align-items: center;
1918
- gap: 8px;
1919
- cursor: ${({$disabled:e})=>e?"not-allowed":"pointer"};
1920
- `,Um=Yt.div`
1921
- width: ${({$size:e})=>e===Mm.S?"16px":"20px"};
1922
- height: ${({$size:e})=>e===Mm.S?"16px":"20px"};
1923
- display: flex;
1924
- align-items: center;
1925
- justify-content: center;
1926
- border-radius: 4px;
1927
- border: 1px solid ${({$borderColor:e})=>e};
1928
- background-color: ${({$backgroundColor:e})=>e};
1929
- `,jm=({name:e,label:t,tooltip:o,badge:i,size:r=Mm.L,disabled:n,partiallyChecked:a,value:s,onChange:l,errorMessage:c,warnMessage:d,helpMessage:p})=>{const u=Zt(),[h,m]=Pt(!1),g=a||s,f=r===Mm.S?12:16,x=n?u.v2.colors.grey[400]:u.v2.colors.white[500],y=g?"transparent":n?u.v2.colors.grey[700]:h?u.v2.colors.silver[400]:u.v2.colors.silver[600],b=n?u.v2.colors.grey[600]:g?u.v2.colors.purple[500]:u.v2.colors.silver[900];return Rt(Pr,{$gap:4,children:[Rt(Lr,{$justifyContent:"space-between",children:[Rt(Bm,{"data-id":e||"checkbox"+(t?`-${t}`:""),onClick:e=>{e.stopPropagation(),n||l(!!a||!s)},$disabled:n,onMouseEnter:()=>m(!0),onMouseLeave:()=>m(!1),children:[Ot(Um,{$size:r,$borderColor:y,$backgroundColor:b,children:a?Ot(dt,{size:f,fill:x}):s?Ot(st,{size:f,fill:x}):null}),t&&Ot(qr,{size:r===Mm.S?Vr.XXS:Vr.XS,nowrap:!0,children:t})]}),Ot(Yh,{tooltip:o,badge:i})]}),Ot(Qh,{errorMessage:c,warnMessage:d,helpMessage:p})]})},Wm=Yt.div`
1930
- display: flex;
1931
- flex-direction: ${({$direction:e})=>e===Fo.Horizontal?"row":"column"};
1932
- gap: ${({$direction:e})=>e===Fo.Horizontal?16:8}px;
1933
- `,Hm=({direction:e=Fo.Vertical,title:t,size:o,disabled:i,withSelectAll:r,options:n,values:a,setValues:s})=>{const l=o===Mm.S?Vr.XXS:Vr.XS,c=Lt(()=>n.every(e=>a[e.id]),[n,a]),d=Lt(()=>n.some(e=>a[e.id])&&n.some(e=>!a[e.id]),[n,a]),p=(e,t)=>{s(o=>{const i={...o};return e?i[e]=t:n.forEach(e=>i[e.id]=t),i})};return Rt(Wm,{$direction:e,children:[t&&r?Ot(jm,{label:t,partiallyChecked:d,value:c,onChange:e=>p("",e),size:o}):t&&!r?Ot(qr,{size:l,children:t}):null,n.map(e=>Ot(jm,{...e,value:a[e.id],onChange:t=>p(e.id,t),disabled:i,size:o},`${t}-checkbox-${e.id}`))]})};var Xm,Gm;!function(e){e.Left="left",e.Right="right"}(Xm||(Xm={})),function(e){e.Top="top",e.Bottom="bottom"}(Gm||(Gm={}));const Vm=Yt.div`
1934
- position: relative;
1935
- `,Km=Yt.div`
1936
- display: flex;
1937
- flex-direction: column;
1938
- gap: 0;
1939
-
1940
- min-width: 120px;
1941
- width: ${({$fullWidth:e})=>e?"calc(100% - 16px)":"fit-content"};
1942
- padding: 8px;
1943
- border-radius: 6px;
1944
- background-color: ${({theme:e})=>e.v2.colors.silver[900]};
1945
- box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.3);
1946
-
1947
- position: absolute;
1948
- ${({$alignX:e})=>`${e}: 0;`}
1949
- ${({$alignY:e,$withOffsetY:t})=>`${e===Gm.Bottom?"top":"bottom"}: ${t?"calc(100% + 8px)":"0"};`}
1950
- z-index: 1;
1951
- `,qm=Yt.div`
1952
- display: flex;
1953
- flex-direction: column;
1954
- gap: 0;
1955
-
1956
- width: 100%;
1957
- max-height: ${({$maxHeight:e})=>e||"230px"};
1958
- overflow-y: auto;
1959
- `,Jm=Yt.div`
1960
- display: flex;
1961
- align-items: center;
1962
- gap: 8px;
1963
- width: calc(100% - 16px);
1964
- padding: 8px;
1965
- border-radius: 6px;
1966
- cursor: pointer;
1967
- ${({$selected:e})=>e?Qt`
1968
- background-color: ${({theme:e})=>e.v2.colors.silver[500]};
1969
- `:Qt`
1970
- background-color: transparent;
1971
- &:hover {
1972
- background-color: ${({theme:e})=>e.v2.colors.grey[700]};
1973
- }
1974
- `}
1975
- `,Ym=({defaultOpen:e,open:t,onOpenChange:o,alignX:i,alignY:r,items:n,selectedIds:a,setSelectedIds:s,withMultiSelect:l,withSearch:c,fullWidth:d,maxHeight:p,buttonProps:u,iconButtonProps:h,isLoading:m,emptyMessage:g,children:f})=>{const x=Zt(),y=void 0!==t,b=!!u||!!h||!!f,[$,v]=Pt(e??!b),w=y?t:$,S=Ut(e=>{y||v(e),o?.(e)},[y,o]),[C,k]=Pt({x:i||Xm.Left,y:r||Gm.Bottom}),E=e=>{S(!w),k({x:i||(e.clientX>window.innerWidth/2?Xm.Right:Xm.Left),y:r||(e.clientY>window.innerHeight/2?Gm.Top:Gm.Bottom)})},A=e=>{s(l?a.includes(e)?a.filter(t=>t!==e):[...a,e]:[e]),b&&!l&&S(!1)},D=Bt(null);dl(D,()=>S(!1));const[T,N]=Pt(""),I=Lt(()=>T?n.filter(e=>e?.label?.toLowerCase().includes(T.toLowerCase())):n,[n.length,T]);return Rt(Vm,{ref:D,children:[u&&Ot(zm,{...u,fullWidth:d,rightIcon:w?Et:At,onClick:E}),h&&Ot(ol,{...h,onClick:E}),"function"==typeof f?f({ChevronIcon:w?Et:At,handleClick:E}):f,w&&Rt(Km,{$alignX:C.x,$alignY:C.y,$fullWidth:d,$withOffsetY:b,children:[c&&Ot(um,{value:T,onChange:N,width:"100%"}),m?Ot(_m,{withSpinner:!0,title:"Loading...",titleSize:Vr.XS}):0===I.length&&g?Ot(Pm,{subTitle:g}):Ot(qm,{$maxHeight:p,children:I.map(e=>{if(!e)return null;const{id:t,label:o,icon:i,withCheckbox:r}=e,n=a.includes(t);return Rt(Jm,{"data-id":`option-${t}`,$selected:n&&!r,onClick:()=>A(t),children:[r&&Ot(jm,{value:n,onChange:()=>A(t)}),i&&Ot(i,{size:14,fill:x.v2.colors.white[500]}),Ot(qr,{size:Vr.XS,nowrap:!0,children:o})]},t)})}),l&&Ot(zm,{label:"Done",onClick:()=>S(!1)})]})]})},Qm=({"data-id":e,options:t,value:o,onSelect:i,placeholder:r="Search...",isLoading:n})=>{const[a,s]=Pt(""),[l,c]=Pt(!1),d=Lt(()=>o?t.find(e=>e.id===o)?.label??"":"",[o,t]),p=l?a:d,u=Lt(()=>{if(!a)return t;const e=a.toLowerCase();return t.filter(t=>t.label.toLowerCase().includes(e))},[t,a]),h=Ut(()=>{s(""),c(!0)},[]),m=Ut(e=>{s(e.target.value),l||c(!0),!e.target.value&&o&&i(null)},[l,o,i]),g=Ut(e=>{c(e),e||s("")},[]),f=Ut(e=>{const o=t.find(t=>t.id===e[0]);o&&(i(o),s(""),c(!1))},[t,i]),x=l&&(n||u.length>0||a.length>0);return Ot(Ym,{open:x,onOpenChange:g,items:u,selectedIds:o?[o]:[],setSelectedIds:f,isLoading:n,emptyMessage:"No results found",fullWidth:!0,alignY:Gm.Bottom,children:Ot(om,{name:e,leftIcon:$t,placeholder:r,value:p,onChange:m,onFocus:h})})},Zm=Yt.button`
1976
- width: 100%;
1977
- padding: 0;
1978
- padding-right: 12px;
1979
- display: flex;
1980
- align-items: center;
1981
- justify-content: flex-start;
1982
- gap: 12px;
1983
- border-radius: 8px;
1984
- border: none;
1985
- ${({$hovered:e})=>e?Qt`
1986
- background-color: ${({theme:e})=>e.v2.colors.silver[750]};
1987
- `:Qt`
1988
- background-color: ${({theme:e})=>e.v2.colors.silver[800]};
1989
- `}
1990
- overflow: hidden;
1991
- cursor: pointer;
1992
- &:disabled {
1993
- cursor: not-allowed;
1994
- opacity: 0.5;
1995
- }
1996
- `,eg=Yt.div`
1997
- width: ${({$hasIcon:e})=>e?"56px":"0"};
1998
- height: 56px;
1999
- display: flex;
2000
- align-items: center;
2001
- justify-content: center;
2002
- ${({$hovered:e})=>e?Qt`
2003
- background-color: ${({theme:e})=>e.v2.colors.silver[600]};
2004
- `:Qt`
2005
- background-color: ${({theme:e})=>e.v2.colors.silver[700]};
2006
- `}
2007
- `,tg=Yt.div`
2008
- width: ${({$hasIcon:e})=>e?"calc(100% - 56px)":"100%"};
2009
- display: flex;
2010
- justify-content: space-between;
2011
- align-items: center;
2012
- gap: 8px;
2013
- `,og=({label:e,icon:t,loading:o,disabled:i,onClick:r})=>{const[n,a]=Pt(!1);return Rt(Zm,{$hovered:n,type:"button",disabled:i||o,onClick:r,onMouseEnter:()=>a(!0),onMouseLeave:()=>a(!1),children:[Ot(eg,{$hovered:n,$hasIcon:!!t,children:t&&Ot(t,{size:36})}),Rt(tg,{$hasIcon:!!t,children:[o?Ot(Qu,{size:16}):Ot(qr,{variant:Gr.Span,align:"center",children:e}),Ot(Dt,{rotate:90,size:24})]})]})},ig=({buttons:e})=>Ot(Pr,{$gap:12,children:e.map(e=>Ot(og,{...e},e.label))}),rg=Yt.div`
2014
- display: flex;
2015
- align-items: center;
2016
- flex-wrap: wrap;
2017
- width: calc(100% - 24px);
2018
- padding: 4px 12px;
2019
- border-radius: 12px;
2020
- background-color: ${({theme:e})=>e.v2.colors.silver[800]};
2021
- `,ng=Yt.div`
2022
- width: calc(${({$cellsPerRow:e})=>100/e+"%"} - 16px);
2023
- margin: 8px;
2024
- display: flex;
2025
- flex-direction: column;
2026
- gap: 4px;
2027
- `,ag=({cellsPerRow:e,items:t})=>{const o=Zt(),{CopyButton:i}=il();return Ot(rg,{children:t.map(({id:r,title:n,label:a,withCopy:s,badge:l})=>Rt(ng,{$cellsPerRow:e||t.length,children:[Ot(qr,{size:Vr.XXXS,color:o.v2.colors.silver[200],nowrap:!0,children:n}),Rt(Lr,{$gap:4,children:[l&&Ot(Kh,{...l}),a&&Ot(qr,{size:Vr.XS,nowrap:!0,children:a}),s&&Ot(i,{value:a||l?.label?.toString()||"",size:el.XS})]})]},r))})};var sg;!function(e){e.Button="button",e.ButtonDropData="button-drop-data"}(sg||(sg={}));const lg=({onAnyClick:e,actions:t})=>Ot(Lr,{$gap:8,$alignItems:"center",children:t?.map(t=>{if(!t)return null;switch(t.type){case sg.Button:return Ot(zm,{...t.buttonProps,onClick:o=>{t.buttonProps?.onClick?.(o),e?.()}},t.id);case sg.ButtonDropData:return Ot(Ym,{...t.dropDataProps,items:t.dropDataProps?.items??[],withMultiSelect:!1,selectedIds:[],setSelectedIds:o=>{t.buttonProps?.onClick?.(o[0]),e?.()},buttonProps:t.buttonProps},t.id);default:return null}})}),cg=Yt.div`
2028
- display: flex;
2029
- align-items: center;
2030
- justify-content: center;
2031
- padding: 8px;
2032
- border-radius: 8px;
2033
- background-color: ${({theme:e})=>e.v2.colors.silver[900]};
2034
- `,dg=({icon:e,title:t,subTitle:o,withCopy:i,badge:r,children:n})=>{const a=Zt(),{CopyButton:s}=il();return Rt(Lr,{$gap:o?8:6,$alignItems:"center",children:[e&&(o?Ot(cg,{children:Ot(e,{size:24})}):Ot(e,{size:24})),t||r||o?Rt(Pr,{children:[t||r?Rt(Lr,{$gap:6,$alignItems:"center",children:[t&&Ot(qr,{nowrap:!0,children:t}),i&&t&&Ot(s,{value:t,size:el.XS}),r&&Ot(Kh,{...r})]}):null,o&&Ot(qr,{size:Vr.XXS,color:a.v2.colors.silver[200],nowrap:!0,children:o})]}):null,n]})};var pg;!function(e){e.S="small",e.M="medium"}(pg||(pg={}));const ug=Yt.div`
2035
- display: flex;
2036
- flex-direction: column;
2037
- gap: ${({$gap:e})=>e}px;
2038
- width: ${({$padding:e})=>`calc(100% - ${2*e}px)`};
2039
- align-self: ${({$fullHeight:e})=>e?"stretch":"auto"};
2040
- padding: ${({$padding:e})=>e}px;
2041
- border-radius: 16px;
2042
- background-color: ${({theme:e})=>e.v2.colors.silver[1e3]};
2043
- `,hg=Ht(({id:e,size:t=pg.M,fullHeight:o=!1,richTitle:i,search:r,actions:n,children:a},s)=>{const l=t===pg.S?4:16,c=t===pg.S?12:16;return Rt(ug,{ref:s,id:e,"data-section-name":e,$padding:c,$gap:l,$fullHeight:o,children:[r||i||n?Rt(Lr,{$gap:l,$justifyContent:"space-between",children:[r||i?Ot(dg,{...i,children:r&&Ot(um,{...r})}):null,Ot(lg,{actions:n??[]})]}):null,a]})});hg.displayName="SectionCard";const mg=Yt.div`
2044
- flex: 1;
2045
- align-self: stretch;
2046
- display: flex;
2047
- align-items: center;
2048
- gap: 8px;
2049
- padding: 16px;
2050
- border-radius: 12px;
2051
- background-color: ${({theme:e,$status:t})=>tr(e,t,t===qo.Unknown?"750":"500")};
2052
- `,gg=Yt.div`
2053
- display: flex;
2054
- align-items: center;
2055
- justify-content: center;
2056
- width: fit-content;
2057
- height: fit-content;
2058
- padding: 8px;
2059
- border-radius: 12px;
2060
- background-color: ${({theme:e,$status:t})=>t===qo.Unknown?tr(e,t,"800"):tr(e,t,"900")+Os["015"]};
2061
- `,fg=({status:e,icon:t,title:o,description:i})=>{const r=Zt(),n=t??ir(e,r),a=[Go.Default,Go.Info,qo.Disabled,qo.Unknown].includes(e)?r.v2.colors.white[500]:r.v2.colors.black[500];return Rt(mg,{$status:e,children:[Ot(gg,{$status:e,children:Ot(n,{size:32,fill:a})}),Rt(Pr,{$gap:2,$justifyContent:"center",children:[Ot(qr,{size:Vr.M,weight:500,color:a,nowrap:!0,children:o}),Ot(qr,{size:Vr.XXS,weight:300,color:a,nowrap:!0,children:i})]})]})},xg=Yt.div`
2062
- flex: 1;
2063
- align-self: stretch;
2064
- display: flex;
2065
- flex-direction: column;
2066
- gap: 12px;
2067
- padding: 12px;
2068
- border-radius: 12px;
2069
- background-color: ${({theme:e})=>e.v2.colors.silver[800]};
2070
- `,yg=["-","N/A"],bg=({title:e,cells:t})=>{const o=Zt();return Rt(xg,{children:[Ot(qr,{size:Vr.XXS,color:o.v2.colors.grey[150],children:e}),Ot(Lr,{$gap:32,children:t.map(t=>Rt(Pr,{$gap:2,children:[!t.isLoading||t.value&&!yg.includes(t.value)?Ot(qr,{size:t.label?Vr.M:Vr.L,children:t.value}):Ot(Bc,{scale:.9}),t.label&&Ot(qr,{size:Vr.XXS,children:t.label})]},`${e}-${t.label}-${t.value}`))})]})},$g=Yt(Lr)`
2071
- width: calc(100% - 20px);
2072
- padding: 10px;
2073
- border-radius: 6px;
2074
- background-color: ${({theme:e})=>e.v2.colors.grey[800]};
2075
- display: flex;
2076
- align-items: center;
2077
- justify-content: space-between;
2078
- gap: 12px;
2079
- `,vg=Yt.div`
2080
- position: relative;
2081
- width: ${({$hideCopy:e})=>e?"100%":"calc(100% - 24px - 12px)"};
2082
- display: flex;
2083
- align-items: center;
2084
- gap: 4px;
2085
- `,wg=Yt.pre`
2086
- flex: 1;
2087
- margin: 0;
2088
- padding: 0;
2089
- font-size: 14px;
2090
- color: #5ffb98; // TODO: add to theme
2091
- overflow-x: auto;
2092
- `,Sg=Yt.span`
2093
- flex-shrink: 0;
2094
- font-size: 14px;
2095
- color: #5ffb98; // TODO: add to theme
2096
- `,Cg=({value:e,hideCopy:t=!1,onDone:o})=>{const{CopyButton:i}=il({onDone:o}),r=Bt(null),[n,a]=Pt(!1);return Mt(()=>{const e=()=>{if(r.current){const{scrollWidth:e,clientWidth:t}=r.current;a(e>t)}};e();const t=new ResizeObserver(e);return r.current&&t.observe(r.current),()=>{t.disconnect()}},[e]),Rt($g,{children:[Rt(vg,{$hideCopy:t,children:[Ot(wg,{ref:r,children:e}),n&&Ot(Sg,{children:"..."})]}),!t&&Ot(i,{value:e,size:el.XS})]})},kg=Yt.div`
2097
- display: flex;
2098
- align-items: center;
2099
- justify-content: space-between;
2100
- width: 100%;
2101
- overflow: hidden;
2102
- `,Eg=Yt.div`
2103
- display: flex;
2104
- align-items: center;
2105
- gap: 16px;
2106
- padding: 6px 0;
2107
- min-width: 0;
2108
- flex: 1;
2109
- overflow: hidden;
2110
- `,Ag=Yt.div`
2111
- display: flex;
2112
- align-items: center;
2113
- justify-content: center;
2114
- flex: 0 0 36px;
2115
- width: 36px;
2116
- height: 36px;
2117
- border-radius: 8px;
2118
- background: ${({theme:e})=>e.v2.colors.silver[800]};
2119
- `,Dg=Yt.div`
2120
- display: flex;
2121
- align-items: center;
2122
- gap: 12px;
2123
- flex-shrink: 0;
2124
- `,Tg=({icon:e,title:t,subTitle:o,actions:i,onClose:r,onCloseDisabled:n})=>Rt(kg,{children:[Rt(Eg,{children:[e&&Ot(Ag,{children:Ot(e,{size:24})}),(t||o)&&Rt(Pr,{$gap:6,children:[t&&Ot(qr,{size:Vr.S,weight:500,children:t}),o&&Ot(qr,{size:Vr.XXS,children:o})]})]}),Rt(Dg,{children:[i?.length?Ot(ol,{icon:Tt,size:el.M,onClick:()=>alert("todo")}):null,r&&Ot(ol,{icon:ct,size:el.M,onClick:r,disabled:n})]})]}),Ng=Yt.div`
2125
- display: flex;
2126
- align-items: center;
2127
- gap: 10px;
2128
- ${({$fullWidth:e})=>e&&Qt`
2129
- width: calc(100% - 16px);
2130
- `}
2131
- padding: 4px 12px 4px 4px;
2132
- border-radius: 8px;
2133
- background-color: ${({theme:e,$status:t})=>tr(e,t,[Go.Info].includes(t)?"1000":"900")};
2134
- `,Ig=Yt.div`
2135
- width: ${({$smallIcon:e})=>e?"24px":"32px"};
2136
- height: ${({$smallIcon:e})=>e?"24px":"32px"};
2137
- display: flex;
2138
- align-items: center;
2139
- justify-content: center;
2140
- border-radius: 6px;
2141
- background-color: ${({theme:e,$status:t})=>tr(e,t,[Go.Info].includes(t)?"900":"800")};
2142
- `,_g=Yt.div`
2143
- margin-left: auto;
2144
- margin-right: 8px;
2145
- cursor: pointer;
2146
- &:hover {
2147
- transform: scale(1.2);
2148
- }
2149
- `,Og=({status:e,message:t,action:o,fullWidth:i,smallIcon:r})=>{const n=Zt(),a=ir(e,n),s=tr(n,e,e===Go.Default?"300":e===Go.Info?"400":"500");return Rt(Ng,{$status:e,$fullWidth:i,children:[Ot("div",{children:Ot(Ig,{$status:e,$smallIcon:r,children:Ot(a,{size:r?18:24})})}),Ot(qr,{color:s,size:Vr.XXXS,weight:400,children:t}),o&&Ot(_g,{"data-id":o["data-id"],onClick:o.onClick,children:Ot(qr,{color:s,size:Vr.XXS,weight:500,underline:!0,children:o.label})})]})},Rg=Yt.div`
2150
- display: flex;
2151
- align-items: center;
2152
- gap: 8px;
2153
- padding: 4px 12px;
2154
- `,Fg=Yt.div`
2155
- flex: 1;
2156
- `,zg=Yt.div`
2157
- width: 150px;
2158
- `,Lg=({note:e,actions:t,children:o})=>o?Ot(Rg,{children:o}):Rt(Rg,{children:[e&&Ot(Og,{...e}),Ot(Fg,{}),t?.map((e,t)=>Ot(zg,{children:Ot(zm,{fullWidth:!0,...e})},e["data-id"]||`drawer-footer-button-${t}`))]}),Pg=Yt.div`
2159
- position: fixed;
2160
- top: 0;
2161
- bottom: 0;
2162
- ${({$position:e})=>e}: 0;
2163
- z-index: 1000;
2164
-
2165
- display: flex;
2166
- flex-direction: column;
2167
- gap: 12px;
2168
-
2169
- width: calc(${({$width:e})=>e} - 32px);
2170
- padding: 12px;
2171
- border-radius: ${({$position:e})=>"left"===e?"0 20px 20px 0":"20px 0 0 20px"};
2172
- background: ${({theme:e})=>e.v2.colors.black[500]};
2173
- box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.7);
2174
- overflow: hidden;
2175
-
2176
- ${({$disableAnimation:e,$position:t})=>!e&&Qt`
2177
- animation-name: ${Fs.in[t]};
2178
- `}
2179
- `,Mg=Yt.div`
2180
- display: flex;
2181
- flex-direction: column;
2182
- gap: 12px;
2183
-
2184
- height: calc(100% - ${56}px);
2185
- overflow-y: auto;
2186
- `,Bg=({isOpen:e,hideOverlay:t=!1,disableAnimation:o=!1,position:i="right",width:r="600px",header:n,footer:a,children:s})=>(Js(e),e?po(Rt(Ft,{children:[!t&&Ot(Ur,{onClick:n?.onCloseDisabled?void 0:n?.onClose}),Rt(Pg,{$position:i,$width:r,$disableAnimation:o,children:[n&&Ot(Tg,{...n}),Ot(Mg,{children:s}),a&&Ot(Lg,{...a})]})]}),document.body):null),Ug=({options:e,values:t,setValues:o,withMultiSelect:i,withSearch:r,...n})=>{const a=Lt(()=>t?.length?`Selected: ${e.filter(e=>t.includes(e.id)).map(e=>e.label).join(", ")||"none"}`:"",[e,t]);return Ot(Ym,{withMultiSelect:i,withSearch:r,alignX:Xm.Left,items:e,selectedIds:t,setSelectedIds:o,children:({ChevronIcon:e,handleClick:t})=>Ot(om,{placeholder:"Select options...",...n,rightIcon:e,value:a,onChange:()=>{},onClick:t})})},jg=Yt.header`
2187
- position: relative;
2188
- width: calc(100% - 36px);
2189
- padding: 12px 18px;
2190
- background-color: ${({theme:e})=>e.v2.colors.black[500]};
2191
- display: flex;
2192
- align-items: center;
2193
- justify-content: space-between;
2194
- `,Wg=Yt(Lr)`
2195
- position: absolute;
2196
- left: 50%;
2197
- transform: translateX(-50%);
2198
- gap: 16px;
2199
- `,Hg=({left:e=[],center:t=[],right:o=[]})=>Rt(jg,{children:[Ot(Lr,{$gap:16,children:e}),Ot(Wg,{children:t}),Ot(Lr,{$gap:16,children:o})]}),Xg=Yt.div`
2200
- display: flex;
2201
- align-items: center;
2202
- gap: 2px;
2203
- width: fit-content;
2204
- padding: 4px;
2205
- border-radius: 8px;
2206
- background-color: ${({theme:e})=>e.v2.colors.silver[600]};
2207
- box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.25);
2208
-
2209
- position: absolute;
2210
- right: ${({$right:e,$left:t})=>e||(t?"unset":"12px")};
2211
- left: ${({$left:e})=>e||"unset"};
2212
- top: 50%;
2213
- transform: translateY(-50%);
2214
- `,Gg=({isOpen:e,actions:t,positionRight:o,positionLeft:i})=>e?Ot(Xg,{$right:o,$left:i,children:t.map(e=>{if(!e)return null;const{tooltip:t,...o}=e;return Ot(ec,{text:t||"",children:Ot(zm,{...o,variant:Om.Secondary,size:Rm.S})},o.id)})}):null,Vg=({values:e,setValues:t,name:o,label:i,tooltip:r,badge:n,required:a,errorMessage:s,warnMessage:l,helpMessage:c,placeholder:d,disabled:p})=>{const u=Zt(),h=e.length<=1,m=p,g=p||h&&m,f=e.length?e:[""];return Rt(Pr,{"data-id":o,$gap:6,children:[Ot(Yh,{label:i,tooltip:r,required:a,badge:n}),Ot(Pr,{$gap:8,children:f.map((o,i)=>{const r=i===f.length-1;return Rt(Lr,{$gap:8,$alignItems:"center",children:[Ot(om,{width:"100%",autoFocus:hr(o)&&!h&&r,value:o,onChange:o=>((o,i)=>{const r=[...e||[]];r[i]=o,t(r)})(o.target.value,i),disabled:p,placeholder:d,hasError:!!s}),r&&Ot(zm,{leftIcon:mt,variant:Om.Secondary,size:Rm.S,disabled:m,onClick:()=>(()=>{const o=[...e||[]];o.push(""),t(o)})()}),Ot(zm,{leftIcon:g?vt:()=>Ot(vt,{fill:u.v2.colors.red[500]}),variant:Om.Secondary,size:Rm.S,disabled:g,onClick:()=>(o=>{const i=[...e||[]].filter((e,t)=>t!==o);i.length||i.push(""),t(i)})(i)})]},`input-list-${i}`)})}),Ot(Qh,{errorMessage:s,warnMessage:l,helpMessage:c})]})},Kg=({col:e,colIdx:t,row:o,rowIdx:i,rowsLength:r,handleChange:n,errorMessage:a,disabled:s})=>{const{keyName:l,componentType:c,inputType:d,label:p,placeholder:u,options:h,renderCondition:m}=e,g=o[l];if(m&&!m(o))return null;switch(c){case Ho.Dropdown:case"multi-dropdown":{const e="multi-dropdown"===c,t=Array.isArray(g)?g:null!=g&&""!==g?[String(g)]:[],o=h?.filter(e=>t.includes(e.id)).map(e=>e.id)||[];return Ot(Ug,{name:l,label:u?p:void 0,placeholder:u||p,options:h||[],withMultiSelect:e,withSearch:e,values:o,setValues:t=>n(l,e?t:t[0]??"",i),disabled:s,hasError:!!a},l)}default:const e=r>1&&0===i&&0===t&&hr(g);return Ot(om,{name:l,label:u?p:void 0,placeholder:u||p,autoFocus:e,type:d,value:g,onChange:({target:{value:e}})=>n(l,e,i),disabled:s,hasError:!!a})}},qg=Yt.table`
2215
- width: 100%;
2216
- border-collapse: separate;
2217
- border-spacing: 0 8px;
2218
- `,Jg=Yt.td`
2219
- padding: 0 8px 0 0;
2220
- `,Yg=Yt.td`
2221
- width: 72px;
2222
- padding-bottom: 2px;
2223
- vertical-align: bottom;
2224
- `,Qg=({columns:e,values:t,setValues:o,name:i,label:r,tooltip:n,badge:a,required:s,disabled:l,errorMessage:c,warnMessage:d,helpMessage:p,limitFieldsPerRow:u})=>{const h=Zt(),m=Lt(()=>{const t={};return e.forEach(({keyName:e})=>t[e]=""),t},[e]),g=(e,i,r)=>{const n=t.length?vo(t):[vo(m)];n[r][e]=i,o(n)},f=Lt(()=>{if(u){const t=[];for(let o=0;;o+=u){const i=e.slice(o,o+u);if(!i.length)break;t.push(i)}return t}return[e]},[u,e]),x=t.length?t:[m];return Rt(Pr,{"data-id":i,$gap:0,children:[Ot(Yh,{label:r,tooltip:n,required:s,badge:a}),Ot(qg,{children:Ot("tbody",{children:x.map((e,i)=>{const r=i===x.length-1;return Rt(zt,{children:[u&&i>0?Ot("tr",{children:Ot(Jg,{colSpan:f.length})}):null,f.map((n,a)=>Rt("tr",{children:[n.map((t,o)=>t.renderCondition&&!t.renderCondition(e)?null:Ot(Jg,{children:Ot(Kg,{col:t,colIdx:o,row:e,rowIdx:i,rowsLength:x.length,handleChange:g,disabled:l,errorMessage:c})},`input-table-row-${i}-col-${a}-${o}`)),0===a&&Ot(Yg,{children:Rt(Lr,{$gap:8,$justifyContent:"flex-end",children:[r&&Ot(zm,{leftIcon:mt,variant:Om.Secondary,size:Rm.S,disabled:l,onClick:()=>(()=>{const e=vo(t);e.push(vo(m)),o(e)})()}),Ot(zm,{leftIcon:l?vt:()=>Ot(vt,{fill:h.v2.colors.red[500]}),variant:Om.Secondary,size:Rm.S,disabled:l,onClick:()=>(e=>{const i=t.filter((t,o)=>o!==e);i.length||i.push(vo(m)),o(i)})(i)})]})})]},`input-table-matrix-${i}-${a}`))]},`input-table-row-${i}`)})})}),Ot(Qh,{errorMessage:c,warnMessage:d,helpMessage:p})]})},Zg=Yt.div`
2225
- display: flex;
2226
- align-items: center;
2227
- justify-content: space-between;
2228
- gap: 32px;
2229
-
2230
- padding: 18px 16px;
2231
- border-radius: 18px;
2232
- background-color: ${({theme:e})=>e.v2.colors.black[500]+Os["095"]};
2233
- box-shadow: 0 4px 16.7px 0 rgba(0, 0, 0, 0.83);
2234
-
2235
- position: fixed;
2236
- bottom: 0;
2237
- left: 50%;
2238
- z-index: 1;
2239
- animation-name: ${Fs.in.center};
2240
- `,ef=({isOpen:e,onClose:t,richTitle:o,actions:i})=>e?Rt(Zg,{children:[Ot(dg,{...o}),Ot(lg,{onAnyClick:t,actions:i})]}):null,tf=Yt.div`
2241
- position: ${({$relativeToParent:e})=>e?"absolute":"fixed"};
2242
- top: 50%;
2243
- left: 50%;
2244
- transform: translate(-50%, -50%);
2245
- z-index: 1000;
2246
- width: fit-content;
2247
- border-radius: 20px;
2248
- background: ${({theme:e})=>e.v2.colors.black[500]};
2249
- box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.7);
2250
- overflow: hidden;
2251
-
2252
- animation-name: ${Fs.in.center};
2253
- `,of=Yt.div`
2254
- position: relative;
2255
- `,rf=Yt.div`
2256
- position: absolute;
2257
- top: 16px;
2258
- left: 16px;
2259
- `,nf=({isOpen:e,hideOverlay:t=!1,relativeToParent:o=!1,onBack:i,onClose:r,children:n})=>{if(Js(e),!e)return null;const a=Rt(Ft,{children:[!t&&Ot(Ur,{$relativeToParent:o,onClick:r}),Ot(tf,{$relativeToParent:o,children:Rt(of,{children:[i&&Ot(rf,{children:Ot(ol,{icon:e=>Ot(Dt,{rotate:-90,...e}),size:el.L,onClick:i})}),n]})})]});return o?a:po(a,document.body)},af=Yt.div`
2260
- position: relative;
2261
- width: ${64}px;
2262
- height: ${({$height:e})=>e};
2263
- flex-shrink: 0;
2264
- `,sf=Yt.aside`
2265
- position: absolute;
2266
- top: 0;
2267
- left: 0;
2268
- bottom: 0;
2269
- display: flex;
2270
- flex-direction: column;
2271
- gap: 8px;
2272
- width: ${({$expanded:e})=>e?"220px":"64px"};
2273
- padding: 16px ${12}px;
2274
- box-sizing: border-box;
2275
- background-color: ${({theme:e})=>e.v2.colors.black[500]};
2276
- overflow-x: hidden;
2277
- overflow-y: auto;
2278
- z-index: 10;
2279
- transition:
2280
- width 200ms ease,
2281
- padding 200ms ease;
2282
- `,lf=Yt.button`
2283
- display: flex;
2284
- align-items: center;
2285
- width: 100%;
2286
- min-width: 0;
2287
- height: ${40}px;
2288
- padding: 0;
2289
- margin: 0;
2290
- border: none;
2291
- border-radius: 6px;
2292
- box-sizing: border-box;
2293
- cursor: pointer;
2294
- font: inherit;
2295
- background-color: ${({theme:e,$selected:t})=>t?e.v2.colors.purple[500]:"transparent"};
2296
- &:hover {
2297
- background-color: ${({theme:e,$selected:t})=>t?e.v2.colors.purple[600]:e.v2.colors.silver[800]};
2298
- }
2299
- &:active {
2300
- background-color: ${({theme:e,$selected:t})=>t?e.v2.colors.purple[700]:e.v2.colors.silver[900]};
2301
- }
2302
- `,cf=Yt.div`
2303
- width: ${40}px;
2304
- height: ${40}px;
2305
- display: flex;
2306
- align-items: center;
2307
- justify-content: center;
2308
- flex-shrink: 0;
2309
- `,df=Yt.div`
2310
- flex: 1 1 0;
2311
- min-width: 0;
2312
- overflow: hidden;
2313
- padding-right: 12px;
2314
- pointer-events: none;
2315
- `,pf=({height:e,icons:t})=>{const o=Zt(),[i,r]=Pt(!1);return Ot(af,{$height:e,children:Ot(sf,{$expanded:i,onMouseEnter:()=>r(!0),onMouseLeave:()=>r(!1),children:t.map(({id:e,label:t,selected:r,icon:n,onClick:a})=>Rt(lf,{$selected:r,onClick:a,"aria-label":t,title:i?void 0:t,children:[Ot(cf,{children:Ot(n,{size:24,fill:o.v2.colors.white[500]})}),i&&Ot(df,{children:Ot(qr,{size:Vr.S,weight:500,color:o.v2.colors.white[500],nowrap:!0,children:t})})]},e))})})};var uf;!function(e){e.S="small",e.L="large"}(uf||(uf={}));const hf=Yt.div`
2316
- width: fit-content;
2317
- display: flex;
2318
- align-items: center;
2319
- gap: 8px;
2320
- cursor: ${({$disabled:e})=>e?"not-allowed":"pointer"};
2321
- `,mf=Yt.div`
2322
- width: ${({$size:e})=>e===uf.S?"16px":"20px"};
2323
- height: ${({$size:e})=>e===uf.S?"16px":"20px"};
2324
- display: flex;
2325
- align-items: center;
2326
- justify-content: center;
2327
- border-radius: 100%;
2328
- border: 1px solid ${({$borderColor:e})=>e};
2329
- background-color: ${({$backgroundColor:e})=>e};
2330
- `,gf=({"data-id":e,label:t,value:o,onChange:i,disabled:r,size:n=uf.L})=>{const a=Zt(),[s,l]=Pt(!1),c=o,d=n===uf.S?6:8,p=r?a.v2.colors.grey[400]:a.v2.colors.white[500],u=c?"transparent":r?a.v2.colors.grey[700]:s?a.v2.colors.silver[400]:a.v2.colors.silver[600],h=r?a.v2.colors.grey[600]:c?a.v2.colors.purple[500]:a.v2.colors.silver[900];return Rt(hf,{"data-id":e??"radio"+(t?`-${t}`:""),onClick:e=>{e.stopPropagation(),r||i(!o)},$disabled:r,onMouseEnter:()=>l(!0),onMouseLeave:()=>l(!1),children:[Ot(mf,{$size:n,$borderColor:u,$backgroundColor:h,children:o?Ot(Nt,{size:d,fill:p}):null}),t&&Ot(qr,{size:n===uf.S?Vr.XXS:Vr.XS,children:t})]})},ff=Yt.div`
2331
- display: flex;
2332
- flex-direction: ${({$flexDirection:e})=>e};
2333
- gap: ${({$gap:e})=>e}px;
2334
- `,xf=({label:e,direction:t,disabled:o,size:i,options:r,values:n,setValues:a})=>Rt(ff,{$flexDirection:t===Fo.Horizontal?"row":"column",$gap:t===Fo.Horizontal?16:8,children:[e&&Ot(qr,{children:e}),r.map(t=>Ot(gf,{...t,value:n[t.id],onChange:e=>{return o=t.id,i=e,void a(e=>{const t={...e};return Object.keys(t).forEach(e=>t[e]=!1),t[o]=i,t});var o,i},disabled:o,size:i},`${e}-radio-${t.id}`))]}),yf=({currentStep:e,data:t,gap:o=12})=>Ot(Pr,{$gap:o,children:t.map(t=>{const o=t.step<e,i=t.step===e;return Rt(Lr,{$gap:8,children:[o||t.forceDoneBadge?Ot(Kh,{status:Go.Success,label:"",leftIcon:st}):Ot(Kh,{status:Go.Default,label:t.step.toString()}),Ot(qr,{size:i?Vr.M:Vr.XS,weight:i?500:400,opacity:i?1:.7,children:t.label})]},`stepper-item-${t.step}`)})});var bf;!function(e){e.Data="data",e.Pretty="pretty"}(bf||(bf={}));const $f=Yt.div`
2335
- height: ${({$maxHeight:e})=>e};
2336
- width: 100%;
2337
- display: flex;
2338
- flex-direction: column;
2339
- overflow: hidden;
2340
- `,vf=Yt.div`
2341
- width: 100%;
2342
- flex: 1;
2343
- display: flex;
2344
- flex-direction: column;
2345
- `,wf=Yt.div`
2346
- flex-shrink: 0;
2347
- position: relative;
2348
- z-index: 2;
2349
- `,Sf=Yt.div`
2350
- position: relative;
2351
- display: flex;
2352
- width: 100%;
2353
- `,Cf=Yt.div`
2354
- position: relative;
2355
- min-width: ${({$minWidth:e})=>e?`${e}px`:"auto"};
2356
- flex: ${({$flex:e})=>e??1};
2357
- padding: 18px 24px;
2358
- border: none;
2359
- border-radius: ${({$isFirst:e,$isLast:t})=>e?"4px 0 0 0":t?"0 4px 0 0":"0"};
2360
- box-sizing: border-box;
2361
-
2362
- ${({$variant:e,$backgroundColor:t})=>{if(t)return Qt`
2363
- background-color: ${t};
2364
- `;switch(e){case bf.Data:return Qt`
2365
- background-color: ${({theme:e})=>e.v2.colors.silver[750]};
2366
- `;case bf.Pretty:return Qt`
2367
- background-color: transparent;
2368
- `;default:return""}}}
2369
- `,kf=Yt.div`
2370
- position: absolute;
2371
- top: 50%;
2372
- right: 0;
2373
- transform: translateY(-50%);
2374
- width: 1px;
2375
- height: 18px;
2376
- background: ${({theme:e})=>e.v2.colors.silver[500]};
2377
- `,Ef=Yt.div`
2378
- min-width: ${({$minWidth:e})=>e?`${e}px`:"auto"};
2379
- flex: ${({$flex:e})=>e??1};
2380
- overflow: hidden;
2381
- display: flex;
2382
- align-items: center;
2383
-
2384
- padding: 18px 24px;
2385
- cursor: ${({$withClick:e})=>e?"pointer":"default"};
2386
- box-sizing: border-box;
2387
-
2388
- ${({$variant:e,$selected:t,$hovered:o,$isLastRow:i,$isFirstCell:r,$isLastCell:n})=>{switch(e){case bf.Data:return Qt`
2389
- border-bottom: ${({theme:e})=>i?"none":`1px solid ${e.v2.colors.silver[500]}`};
2390
- border-radius: ${i?r?"0 0 0 4px":n?"0 0 4px 0":"0":"0"};
2391
- background-color: ${({theme:e})=>t?e.v2.colors.blue[1e3]:o?e.v2.colors.silver[700]:e.v2.colors.silver[800]};
2392
- `;case bf.Pretty:return Qt`
2393
- border: none;
2394
- border-radius: ${r?"12px 0 0 12px":n?"0 12px 12px 0":"0"};
2395
- background-color: ${({theme:e})=>t?e.v2.colors.blue[1e3]:o?e.v2.colors.silver[700]:e.v2.colors.silver[900]};
2396
- `;default:return""}}}
2397
- `,Af=Yt.div`
2398
- width: 100%;
2399
- display: flex;
2400
- align-items: center;
2401
- justify-content: ${({$textAlign:e})=>"right"===e?"flex-end":"left"===e?"flex-start":"center"===e?"center":"unset"};
2402
- gap: 4px;
2403
- text-align: ${({$textAlign:e})=>e||"left"};
2404
- `,Df=({variant:e,columns:t,rows:o,getRowActions:i,rowActionsPushRightPosition:r,rowActionsPushLeftPosition:n,withCheckboxes:a})=>{const[s,l]=Pt(null),c=Lt(()=>o.map((c,d)=>{const{cells:p,onClick:u,isSelected:h=!1,onSelect:m,onDeselect:g,hideCheckbox:f}=c,x=s===d,y=i(c),b=(e,t)=>({$isLastRow:d===o.length-1,$isFirstCell:e,$isLastCell:t,$selected:h,$withClick:!!u,onClick:()=>u?.(),$hovered:!!u&&x,onMouseEnter:()=>l(d),onMouseLeave:()=>l(null)});return Rt(Sf,{children:[a&&Ot(Ef,{$variant:e,style:{flex:"0 0 68px"},...b(!0,!1),children:!f&&Ot(jm,{value:h,onChange:()=>h?g?.():m?.()})},"checkbox-column"),t.map(({key:o,withTooltip:i,textAlign:s,flex:l,minWidth:c},u)=>{const h=p.find(e=>e.key===o),m=0===u&&!a,g=u===t.length-1,f=y.length&&(r&&g||n&&m||!r&&!n&&g),$=Ot(Lr,{$width:"100%",$justifyContent:"right"===s?"flex-end":"center"===s?"center":"flex-start",children:h?.component?Ot(h.component,{}):Ot(qr,{size:Vr.XS,children:h?.rawValue||"-"})});return Rt(Ef,{$variant:e,$flex:l,$minWidth:c,...b(m,g),children:[i?Ot(ec,{text:h?.rawValue?.toString()||"",ellipsis:!0,children:$}):$,f?Ot(Gg,{isOpen:x,actions:y,positionRight:r,positionLeft:n}):null]},`row-${d}-cell-${u}`)})]},`row-${d}`)}),[o,s,i,r,n,a,t]);return Ot(ah,{gap:e===bf.Pretty?8:0,elements:c})},Tf=({columnKey:e,sortDirection:t,sortByKey:o,onSort:i})=>{const r=Zt(),n=o===e?r.v2.colors.white[500]:r.v2.colors.grey[400],a=t===zo.Ascending?0:180;return Ot(ol,{icon:e=>Ot(Dt,{fill:n,rotate:a,...e}),onClick:()=>i(e)})},Nf=({columnKey:e,filters:t,onFilter:o,rowsUnfiltered:i,filterOverride:r})=>{const n=Zt(),a=t[e]?.length?n.v2.colors.white[500]:n.v2.colors.grey[400],s=Lt(()=>{if(r)return r.options.map(({id:e,label:t})=>({id:e,label:t,withCheckbox:!0}));return Array.from(new Set(i.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}))},[i,e,r]);return Ot(Ym,{items:s,withMultiSelect:!0,selectedIds:t[e]?.map(e=>e.toString())??[],setSelectedIds:t=>o(e,t),defaultOpen:!1,iconButtonProps:{icon:e=>Ot(It,{fill:a,...e})}})},If=({variant:e,backgroundColor:t,columns:o,rowsUnfiltered:i,sortDirection:r,sortByKey:n,onSort:a,filters:s,onFilter:l,withCheckboxes:c,partiallySelected:d,allSelected:p,onSelectAll:u})=>Rt(Sf,{children:[c&&Ot(Cf,{$variant:e,$backgroundColor:t,$isFirst:!0,$isLast:!1,style:{flex:"0 0 68px"},children:Ot(jm,{partiallyChecked:d&&!p,value:p||!1,onChange:u})},"checkbox-column"),o.map(({key:d,label:p,withTooltip:u,tooltip:h,noSort:m,noFilter:g,filterOverride:f,flex:x,minWidth:y,textAlign:b},$)=>{const v=0===$&&!c,w=$===o.length-1,S=Ot(qr,{size:Vr.XS,align:b,children:p});return Rt(Cf,{$variant:e,$backgroundColor:t,$flex:x,$minWidth:y,$isFirst:v,$isLast:w,children:[Rt(Af,{$textAlign:b,children:[h||u?Ot(ec,{text:h||p,children:S}):S,!m&&Ot(Tf,{columnKey:d,sortDirection:r,sortByKey:n,onSort:a}),!g&&Ot(Nf,{columnKey:d,filters:s,onFilter:l,rowsUnfiltered:i,filterOverride:f})]}),!w&&e===bf.Data&&Ot(kf,{})]},`column-${d}`)})]}),_f=({variant:e,maxHeight:t="256px",headerBackgroundColor:o,hideHeader:i=!1,isLoading:r,noDataProps:n,columns:a,rows:s,getRowActions:l,rowActionsPushRightPosition:c,rowActionsPushLeftPosition:d,withCheckboxes:p})=>{const[u,h]=Pt(zo.Ascending),[m,g]=Pt(""),[f,x]=Pt({}),y=Ut(e=>{g(e),h(e=>e===zo.Ascending?zo.Descending:zo.Ascending)},[]),b=Ut((e,t)=>{x(o=>({...o,[e]:t}))},[]),$=Lt(()=>{const e=(e,t)=>{const o=e.cells.find(e=>e.key===t);return o&&(o.rawValue?.toString()||o.component?.({})?.props?.children?.toString())||""};return(m?[...s].sort((t,o)=>{const i=e(t,m),r=e(o,m);return(u===zo.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)))(i,r)}):s).filter(t=>{for(const[o,i]of Object.entries(f)){if(!i.length)continue;const r=a.find(e=>e.key===o)?.filterOverride;if(r){if(!r.filterRow(t,i))return!1}else if(!i.includes(e(t,o)))return!1}return!0})},[s,m,u,f,a]),{partiallySelected:v,allSelected:w}=Lt(()=>{const e=$.filter(e=>!e.hideCheckbox);return{partiallySelected:e.length>0&&e.some(e=>e.isSelected),allSelected:e.length>0&&e.every(e=>e.isSelected)}},[$]);return Ot($f,{$maxHeight:t,children:Rt(vf,{$variant:e,children:[!i&&Ot(wf,{children:Ot(If,{variant:e,backgroundColor:o,columns:a,rowsUnfiltered:s,sortDirection:u,sortByKey:m,onSort:y,filters:f,onFilter:b,withCheckboxes:p,partiallySelected:v,allSelected:w,onSelectAll:e=>{e?$.forEach(e=>!e.hideCheckbox&&e.onSelect?.()):$.forEach(e=>!e.hideCheckbox&&e.onDeselect?.())}})}),$.length?Ot(Df,{variant:e,columns:a,rows:$,getRowActions:l||(()=>[]),rowActionsPushRightPosition:c,rowActionsPushLeftPosition:d,withCheckboxes:p}):Ot(Mr,{style:{height:t},children:r?Ot(_m,{withSpinner:!0}):Ot(Pm,{...n})})]})})},Of=Yt.div`
2405
- display: flex;
2406
- align-items: center;
2407
- justify-content: center;
2408
- gap: 8px;
2409
- width: fit-content;
2410
- padding: 8px;
2411
- border-radius: 4px;
2412
- ${({$disabled:e,$withClick:t})=>e?Qt`
2413
- cursor: not-allowed;
2414
- background-color: ${({theme:e})=>e.v2.colors.grey[800]};
2415
- `:t?Qt`
2416
- cursor: pointer;
2417
- background-color: ${({theme:e})=>e.v2.colors.silver[300]};
2418
- &:hover {
2419
- background-color: ${({theme:e})=>e.v2.colors.silver[400]};
2420
- }
2421
- &:active {
2422
- background-color: ${({theme:e})=>e.v2.colors.silver[500]};
2423
- }
2424
- `:Qt`
2425
- background-color: ${({theme:e})=>e.v2.colors.silver[300]};
2426
- `}
2427
- `,Rf=({label:e,leftIcon:t,rightIcon:o,onClick:i,disabled:r})=>{const n=Zt(),a=r?n.v2.colors.grey[400]:n.v2.colors.white[500];return Rt(Of,{$disabled:r,$withClick:!!i,onClick:()=>!r&&i?.(),children:[t&&Ot(t,{fill:a,size:16}),Ot(qr,{color:a,size:Vr.XS,nowrap:!0,children:e}),o&&Ot(o,{fill:a,size:16})]})},Ff=Yt.div`
2428
- padding: 6px 12px;
2429
-
2430
- display: flex;
2431
- align-self: stretch;
2432
- align-items: flex-start;
2433
- gap: 8px;
2434
- border-radius: 6px;
2435
-
2436
- border: 1px solid ${({theme:e,$disabled:t,$error:o})=>t?e.v2.colors.grey[600]:o?e.v2.colors.red[500]:e.v2.colors.silver[500]};
2437
- background: ${({theme:e,$disabled:t})=>t?e.v2.colors.grey[800]:e.v2.colors.black[500]};
2438
- ${({$disabled:e,$error:t})=>!e&&!t&&Qt`
2439
- &:hover,
2440
- &:active,
2441
- &:focus-within {
2442
- border: 1px solid ${({theme:e})=>e.v2.colors.silver[300]};
2443
- }
2444
- `}
2445
- `,zf=Yt.textarea`
2446
- max-width: ${({$maxWidth:e})=>e||"unset"};
2447
- min-height: ${({$minHeight:e})=>e||"50px"};
2448
- flex: 1;
2449
- font-family: ${({theme:e})=>e.font_family.primary};
2450
- font-size: 14px;
2451
- font-weight: 400;
2452
- resize: none;
2453
-
2454
- background: transparent;
2455
- border: none;
2456
- outline: none;
2457
- cursor: text;
2458
- color: ${({theme:e})=>e.v2.colors.white[500]};
2459
- &::placeholder {
2460
- color: ${({theme:e})=>e.v2.colors.silver[600]};
2461
- }
2462
-
2463
- &:disabled {
2464
- cursor: not-allowed;
2465
- color: ${({theme:e})=>e.v2.colors.grey[400]};
2466
- &::placeholder {
2467
- color: ${({theme:e})=>e.v2.colors.grey[400]};
2468
- }
2469
- }
2470
- `,Lf=({label:e,required:t,tooltip:o,badge:i,errorMessage:r,warnMessage:n,helpMessage:a,name:s,value:l,onChange:c,disabled:d,maxWidth:p,minHeight:u,...h})=>{const m=Bt(null),g=()=>{m.current&&(m.current.style.height="auto",m.current.style.height=`${m.current.scrollHeight}px`)};return Rt(Pr,{$gap:6,children:[Ot(Yh,{label:e,tooltip:o,required:t,badge:i}),Ot(Ff,{$disabled:d,$error:!!r,children:Ot(zf,{ref:m,"data-id":s,name:s,value:l,onChange:e=>{e.stopPropagation(),g(),c?.(e)},onKeyDown:e=>{e.stopPropagation()},onFocus:g,onBlur:g,disabled:d,$maxWidth:p,$minHeight:u,...h})}),Ot(Qh,{errorMessage:r,warnMessage:n,helpMessage:a})]})};var Pf,Mf,Bf;!function(e){e.Default="default",e.SuccessError="successError"}(Pf||(Pf={})),function(e){e.S="small",e.L="large"}(Mf||(Mf={})),function(e){e.Left="left",e.Right="right"}(Bf||(Bf={}));const Uf=Yt.div`
2471
- display: flex;
2472
- align-items: center;
2473
- gap: ${({$gap:e})=>e}px;
2474
- `,jf=Yt.div`
2475
- position: relative;
2476
- display: flex;
2477
- align-items: center;
2478
- justify-content: space-between;
2479
-
2480
- width: ${({$size:e})=>2*e+2}px;
2481
- height: ${({$size:e})=>e}px;
2482
- padding: ${4}px;
2483
- border-radius: ${({$size:e})=>2*e}px;
2484
- background-color: ${({$disabled:e,$onBgColor:t,$offBgColor:o,$variant:i,$value:r,theme:n})=>{if(e)return n.v2.colors.grey[800];if(t&&r)return t;if(o&&!r)return o;switch(i){case Pf.SuccessError:return r?n.v2.colors.green[500]:n.v2.colors.red[500];case Pf.Default:default:return r?n.v2.colors.purple[500]:n.v2.colors.grey[400]}}};
2485
-
2486
- border: 1px solid ${({$disabled:e,theme:t})=>e?t.v2.colors.grey[600]:"transparent"};
2487
- cursor: ${({$disabled:e})=>e?"not-allowed":"pointer"};
2488
- `,Wf=Yt.div`
2489
- position: absolute;
2490
- top: 50%;
2491
- left: ${({$value:e,$size:t})=>e?`calc(100% - ${t}px - 4px)`:"4px"};
2492
- transform: translateY(-50%);
2493
- width: ${({$size:e})=>e}px;
2494
- height: ${({$size:e})=>e}px;
2495
- border-radius: 100%;
2496
- background-color: ${({$color:e})=>e};
2497
- 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)"};
2498
- `,Hf=({variant:e=Pf.Default,size:t=Mf.L,name:o,label:i,labelAlign:r=Bf.Right,labelColor:n,tooltip:a,badge:s,value:l,onChange:c,disabled:d,withIcon:p,onIcon:u=st,offIcon:h=ct,onBgColor:m,offBgColor:g,errorMessage:f,warnMessage:x,helpMessage:y})=>{const b=Zt(),$=d?b.v2.colors.grey[400]:b.v2.colors.white[500],v=t===Mf.S?10:16,w=n||b.v2.colors.silver[200],S=t===Mf.S?Vr.XXXS:Vr.XS,C=t===Mf.S?8:12;return Rt(Pr,{$gap:4,children:[Rt(Lr,{$justifyContent:"space-between",children:[Rt(Uf,{"data-id":o||"toggle"+(i?`-${i}`:""),$gap:C,children:[i&&r===Bf.Left&&Ot(qr,{color:w,size:S,nowrap:!0,children:i}),Rt(jf,{$onBgColor:m,$offBgColor:g,$variant:e,$size:v,$value:l,$disabled:d,onClick:e=>{e.stopPropagation(),d||c(!l)},children:[Ot(Wf,{$color:$,$size:v,$value:l,$disabled:d}),p&&Rt(Ft,{children:[Ot(u,{size:v,fill:$}),Ot(h,{size:v,fill:$})]})]}),i&&r===Bf.Right&&Ot(qr,{color:w,size:S,nowrap:!0,children:i})]}),Ot(Yh,{tooltip:a,badge:s})]}),Ot(Qh,{errorMessage:f,warnMessage:x,helpMessage:y})]})},Xf=Yt.div`
2499
- display: flex;
2500
- flex-direction: ${({$direction:e})=>e===Fo.Horizontal?"row":"column"};
2501
- gap: ${({$direction:e})=>e===Fo.Horizontal?16:8}px;
2502
- `,Gf=({direction:e=Fo.Vertical,title:t,size:o,disabled:i,options:r,values:n,setValues:a})=>{const s=o===Mf.S?Vr.XS:Vr.S;return Rt(Xf,{$direction:e,children:[t&&Ot(qr,{size:s,children:t}),r.map(e=>Ot(Hf,{...e,labelAlign:Bf.Right,value:n[e.id],onChange:t=>{return o=e.id,i=t,void a(e=>{const t={...e};return o?t[o]=i:r.forEach(e=>t[e.id]=i),t});var o,i},disabled:i,size:o},`${t}-toggle-${e.id}`))]})},Vf=Yt.div`
2503
- width: 530px;
2504
- `,Kf=Yt.div`
2505
- display: flex;
2506
- flex-direction: column;
2507
- align-items: center;
2508
- gap: 16px;
2509
- padding: 24px;
2510
- `,qf=Yt.div`
2511
- display: flex;
2512
- justify-content: center;
2513
- gap: 16px;
2514
- padding: 16px 24px;
2515
- background-color: ${({theme:e})=>e.v2.colors.silver[1e3]};
2516
- `,Jf=({visual:e,title:t,description:o,isOpen:i,onClose:r,onDeny:n,denyLabel:a="Deny",onApprove:s,approveLabel:l="Approve",...c})=>{const d=Zt();return Ot(nf,{isOpen:i,onClose:r,...c,children:Rt(Vf,{children:[Rt(Kf,{children:[e&&Ot(e,{}),Ot(qr,{size:Vr.M,weight:500,color:d.v2.colors.white[500],children:t}),Ot(Pr,{$alignItems:"center",$gap:4,children:o.split("\n").map(e=>Ot(qr,{size:Vr.XS,weight:400,color:d.v2.colors.silver[200],children:e},e))})]}),(n||s)&&Rt(qf,{children:[Ot(zm,{variant:Om.Secondary,label:a,onClick:()=>{n?.(),r()}}),s&&Ot(zm,{variant:Om.Primary,label:l,onClick:()=>{s(),r()}})]})]})})};export{ri as $,sg as A,Rm as B,Rc as C,jl as D,us as E,Pr as F,Cn as G,Cr as H,om as I,hi as J,No as K,Sr as L,dr as M,Pm as N,ki as O,Og as P,Go as Q,Dr as R,hg as S,qr as T,ni as U,ec as V,ai as W,li as X,fi as Y,gi as Z,si as _,Om as a,Yn as a$,Kh as a0,as as a1,zi as a2,bl as a3,Si as a4,wi as a5,Sl as a6,El as a7,kl as a8,Lo as a9,Gn as aA,ma as aB,la as aC,Ea as aD,Qm as aE,Sa as aF,Mm as aG,Bo as aH,fa as aI,da as aJ,jn as aK,oa as aL,xa as aM,pa as aN,Wn as aO,Mf as aP,Nn as aQ,ia as aR,sa as aS,aa as aT,Da as aU,rs as aV,Mn as aW,Kn as aX,Jn as aY,qn as aZ,Ia as a_,jo as aa,$a as ab,Rn as ac,Fn as ad,im as ae,va as af,ka as ag,Ln as ah,ga as ai,ca as aj,Ca as ak,ra as al,gf as am,wa as an,Zn as ao,Pn as ap,ea as aq,Qn as ar,Ym as as,ta as at,ya as au,ba as av,Bn as aw,Un as ax,Hn as ay,Xn as az,Mr as b,lg as b$,_a as b0,Na as b1,Oa as b2,Ra as b3,Xa as b4,zn as b5,ua as b6,Ga as b7,Va as b8,ha as b9,qa as bA,Qa as bB,Ya as bC,es as bD,Za as bE,cl as bF,Il as bG,gr as bH,Gm as bI,Xm as bJ,ag as bK,On as bL,Tn as bM,_n as bN,is as bO,yl as bP,Ai as bQ,Rr as bR,_f as bS,bf as bT,ef as bU,yf as bV,or as bW,Bc as bX,Cg as bY,Ms as bZ,dg as b_,na as ba,vn as bb,wn as bc,Ei as bd,ol as be,el as bf,_m as bg,kn as bh,Bi as bi,Ug as bj,ms as bk,En as bl,qo as bm,Gr as bn,Cl as bo,ws as bp,bs as bq,Bg as br,An as bs,In as bt,ts as bu,os as bv,Ba as bw,zr as bx,Dn as by,Ja as bz,Lr as c,md as c$,fg as c0,bg as c1,ci as c2,Fr as c3,Vn as c4,Ta as c5,Ka as c6,Ma as c7,La as c8,Pa as c9,hs as cA,vu as cB,Qp as cC,vc as cD,qs as cE,ji as cF,Sn as cG,qc as cH,Gp as cI,Oi as cJ,Uo as cK,xs as cL,Or as cM,Bl as cN,jr as cO,uc as cP,yn as cQ,rh as cR,Ri as cS,Zc as cT,Ko as cU,vr as cV,ir as cW,fs as cX,Co as cY,cd as cZ,Xi as c_,za as ca,Fa as cb,rm as cc,Jf as cd,Ha as ce,Wa as cf,ja as cg,Ua as ch,pl as ci,Rp as cj,Gd as ck,Cc as cl,rn as cm,Zd as cn,ju as co,Wh as cp,qu as cq,Pu as cr,ic as cs,ed as ct,fh as cu,uh as cv,eu as cw,th as cx,Bh as cy,en as cz,jm as d,id as d$,Wr as d0,Hr as d1,Nu as d2,Ui as d3,Xr as d4,Op as d5,Td as d6,Gh as d7,js as d8,Ir as d9,Ci as dA,hl as dB,rl as dC,Es as dD,vi as dE,jc as dF,rd as dG,Wo as dH,wr as dI,al as dJ,pr as dK,xo as dL,xi as dM,Oh as dN,Mp as dO,qi as dP,zh as dQ,ys as dR,ll as dS,$c as dT,Fs as dU,cr as dV,Qs as dW,Yo as dX,lr as dY,$n as dZ,jd as d_,Gs as da,Ss as db,$d as dc,ii as dd,Hi as de,Wi as df,ah as dg,Ni as dh,Vi as di,Mi as dj,kh as dk,Zs as dl,Di as dm,Eo as dn,bi as dp,ko as dq,Ys as dr,ul as ds,Vl as dt,Br as du,bh as dv,dl as dw,$r as dx,rp as dy,ns as dz,Vr as e,So as e$,Ou as e0,um as e1,rr as e2,ur as e3,od as e4,Ed as e5,Dd as e6,Gg as e7,fr as e8,Er as e9,ui as eA,pi as eB,di as eC,Jo as eD,yi as eE,mi as eF,zo as eG,Io as eH,yo as eI,Ti as eJ,wo as eK,Pi as eL,Gi as eM,Ki as eN,Ji as eO,Yi as eP,Qi as eQ,er as eR,tr as eS,nr as eT,mr as eU,xr as eV,br as eW,kr as eX,Ar as eY,Tr as eZ,Nr as e_,gl as ea,ti as eb,$p as ec,Li as ed,Nl as ee,ud as ef,Fi as eg,fp as eh,ds as ei,Ii as ej,Ac as ek,Zi as el,ad as em,Sm as en,Ao as eo,Zo as ep,Oo as eq,ei as er,Qo as es,Mo as et,Vo as eu,Ro as ev,Fo as ew,_o as ex,oi as ey,Po as ez,To as f,_r as f0,Aa as f1,ss as f2,ls as f3,cs as f4,_s as f5,Bs as f6,Rs as f7,Is as f8,xl as f9,xf as fA,uf as fB,pg as fC,Rf as fD,Gf as fE,Pf as fF,vl as fa,wl as fb,Js as fc,Fd as fd,Id as fe,Yp as ff,xu as fg,pu as fh,Su as fi,Du as fj,sd as fk,Qu as fl,Ur as fm,ru as fn,Yr as fo,Qr as fp,Zr as fq,km as fr,Cm as fs,Dm as ft,og as fu,ig as fv,Hm as fw,Hg as fx,nf as fy,pf as fz,_i as g,Os as h,Yh as i,Qh as j,Xo as k,hr as l,Qg as m,Hf as n,Bf as o,Vg as p,zm as q,Ho as r,Do as s,Vs as t,il as u,vo as v,$i as w,cm as x,Lf as y,$o as z};