@odigos/ui-kit 0.0.249 → 0.0.251

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 (140) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/docs/api-context.md +687 -0
  3. package/lib/chunks/connections-scope-CneIqjeg.js +1 -0
  4. package/lib/chunks/flow-CQi_KYfs.js +49 -0
  5. package/lib/chunks/helpers-K1tnyqhm.js +19 -0
  6. package/lib/chunks/{index-CRKgHzab.js → index-Dv0RvKAp.js} +8 -8
  7. package/lib/chunks/source-instrument-form-context-C79I_5cH.js +1 -0
  8. package/lib/chunks/{ui-components-DODwSdKu.js → ui-components-BKrLf2tx.js} +214 -214
  9. package/lib/chunks/use-odigos-api-CDHW7ekQ.js +5 -0
  10. package/lib/chunks/vendor-BFqT13Me.js +1 -0
  11. package/lib/components/_v2/segment/index.d.ts +4 -2
  12. package/lib/components/v2.js +1 -1
  13. package/lib/components.js +1 -1
  14. package/lib/constants/strings/index.d.ts +7 -0
  15. package/lib/constants.js +1 -1
  16. package/lib/containers/_v2/_drawers/add-action-drawer/index.d.ts +0 -2
  17. package/lib/containers/_v2/_drawers/add-destination-drawer/form-column/index.d.ts +1 -5
  18. package/lib/containers/_v2/_drawers/add-destination-drawer/index.d.ts +0 -6
  19. package/lib/containers/_v2/_drawers/add-destination-drawer/lists-filters/index.d.ts +2 -1
  20. package/lib/containers/_v2/_drawers/add-rule-drawer/index.d.ts +0 -2
  21. package/lib/containers/_v2/_drawers/add-source-drawer/index.d.ts +1 -4
  22. package/lib/containers/_v2/_drawers/edit-action-drawer/index.d.ts +0 -3
  23. package/lib/containers/_v2/_drawers/edit-config-drawer/index.d.ts +1 -3
  24. package/lib/containers/_v2/_drawers/edit-destination-drawer/index.d.ts +0 -5
  25. package/lib/containers/_v2/_drawers/edit-rule-drawer/index.d.ts +0 -3
  26. package/lib/containers/_v2/_drawers/edit-source-drawer/debug/index.d.ts +1 -2
  27. package/lib/containers/_v2/_drawers/edit-source-drawer/index.d.ts +3 -14
  28. package/lib/containers/_v2/_drawers/edit-source-drawer/overview/containers-card/index.d.ts +1 -2
  29. package/lib/containers/_v2/_drawers/edit-source-drawer/overview/index.d.ts +0 -2
  30. package/lib/containers/_v2/_drawers/edit-source-drawer/peers/index.d.ts +1 -6
  31. package/lib/containers/_v2/_drawers/edit-source-drawer/profiling/index.d.ts +1 -15
  32. package/lib/containers/_v2/_drawers/edit-source-drawer/sampling/index.d.ts +8 -0
  33. package/lib/containers/_v2/_drawers/edit-source-drawer/sampling/rule-row.d.ts +8 -0
  34. package/lib/containers/_v2/_drawers/edit-source-drawer/tabs.d.ts +1 -0
  35. package/lib/containers/_v2/_drawers/system-drawer/describe/index.d.ts +1 -8
  36. package/lib/containers/_v2/_drawers/system-drawer/diagnose/index.d.ts +1 -4
  37. package/lib/containers/_v2/_drawers/system-drawer/index.d.ts +1 -4
  38. package/lib/containers/_v2/_drawers/system-drawer/tokens/index.d.ts +1 -2
  39. package/lib/containers/_v2/_forms/add-destination-form/index.d.ts +1 -2
  40. package/lib/containers/_v2/_modals/add-data-stream-modal/index.d.ts +0 -3
  41. package/lib/containers/_v2/_modals/edit-data-stream-modal/index.d.ts +0 -2
  42. package/lib/containers/_v2/_modals/sampling-onboarding-modal/types.d.ts +1 -4
  43. package/lib/containers/_v2/central-connections/index.d.ts +1 -12
  44. package/lib/containers/_v2/onboarding/index.d.ts +0 -8
  45. package/lib/containers/_v2/overview/columns/column/head.d.ts +1 -1
  46. package/lib/containers/_v2/overview/columns/column/index.d.ts +2 -1
  47. package/lib/containers/_v2/overview/columns/index.d.ts +1 -8
  48. package/lib/containers/_v2/overview/data-stream-select/index.d.ts +1 -10
  49. package/lib/containers/_v2/overview/drawers/index.d.ts +2 -29
  50. package/lib/containers/_v2/overview/index.d.ts +2 -8
  51. package/lib/containers/_v2/overview/multi-source-control/index.d.ts +1 -5
  52. package/lib/containers/_v2/pipeline-collectors/index.d.ts +0 -7
  53. package/lib/containers/_v2/pipeline-collectors/pods-info/index.d.ts +1 -2
  54. package/lib/containers/_v2/pipeline-collectors/pods-info/pod-drawer/index.d.ts +1 -2
  55. package/lib/containers/_v2/sampling-rules/helpers.d.ts +2 -0
  56. package/lib/containers/_v2/sampling-rules/types.d.ts +2 -16
  57. package/lib/containers/_v2/settings/index.d.ts +0 -9
  58. package/lib/containers/service-map/index.d.ts +4 -2
  59. package/lib/containers/v2.js +197 -166
  60. package/lib/containers.js +7 -7
  61. package/lib/contexts/index.d.ts +1 -0
  62. package/lib/contexts/odigos-api/capabilities.d.ts +38 -0
  63. package/lib/contexts/odigos-api/client.d.ts +22 -0
  64. package/lib/contexts/odigos-api/connections-scope.d.ts +18 -0
  65. package/lib/contexts/odigos-api/hooks/use-actions-api.d.ts +26 -0
  66. package/lib/contexts/odigos-api/hooks/use-collectors-api.d.ts +25 -0
  67. package/lib/contexts/odigos-api/hooks/use-config-api.d.ts +24 -0
  68. package/lib/contexts/odigos-api/hooks/use-data-streams-api.d.ts +26 -0
  69. package/lib/contexts/odigos-api/hooks/use-describe-api.d.ts +33 -0
  70. package/lib/contexts/odigos-api/hooks/use-destinations-api.d.ts +50 -0
  71. package/lib/contexts/odigos-api/hooks/use-instrumentation-rules-api.d.ts +35 -0
  72. package/lib/contexts/odigos-api/hooks/use-k8s-manifest-api.d.ts +14 -0
  73. package/lib/contexts/odigos-api/hooks/use-metrics-api.d.ts +13 -0
  74. package/lib/contexts/odigos-api/hooks/use-namespace-api.d.ts +30 -0
  75. package/lib/contexts/odigos-api/hooks/use-profiling-api.d.ts +17 -0
  76. package/lib/contexts/odigos-api/hooks/use-sampling-api.d.ts +39 -0
  77. package/lib/contexts/odigos-api/hooks/use-service-map-api.d.ts +13 -0
  78. package/lib/contexts/odigos-api/hooks/use-snapshots-api.d.ts +13 -0
  79. package/lib/contexts/odigos-api/hooks/use-sources-api.d.ts +75 -0
  80. package/lib/contexts/odigos-api/hooks/use-tokens-api.d.ts +12 -0
  81. package/lib/contexts/odigos-api/index.d.ts +37 -0
  82. package/lib/contexts/odigos-api/internal/notify.d.ts +49 -0
  83. package/lib/contexts/odigos-api/internal/source-payloads.d.ts +53 -0
  84. package/lib/contexts/odigos-api/platform-helpers.d.ts +98 -0
  85. package/lib/contexts/odigos-api/provider.d.ts +28 -0
  86. package/lib/contexts/odigos-api/runner.d.ts +32 -0
  87. package/lib/contexts/odigos-api/types.d.ts +831 -0
  88. package/lib/contexts/odigos-api/use-api-for-connections.d.ts +43 -0
  89. package/lib/contexts/odigos-api/use-api-query.d.ts +130 -0
  90. package/lib/contexts/odigos-api/use-odigos-api.d.ts +103 -0
  91. package/lib/contexts/odigos-api.js +1 -0
  92. package/lib/contexts/odigos-context.d.ts +2 -2
  93. package/lib/contexts/storybook-context.d.ts +2 -2
  94. package/lib/contexts.js +1 -1
  95. package/lib/functions.js +1 -1
  96. package/lib/hooks.js +1 -1
  97. package/lib/icons/destinations/open-telemetry-logo/index.d.ts +2 -1
  98. package/lib/snippets/_v2/sampling-rule-form-sections/preset-with-custom-input.d.ts +1 -1
  99. package/lib/snippets/v2.js +1 -1
  100. package/lib/snippets.js +1 -49
  101. package/lib/store/index.d.ts +0 -1
  102. package/lib/store/useDrawerStore.d.ts +6 -1
  103. package/lib/store.js +1 -1
  104. package/lib/theme.js +1 -1
  105. package/lib/types/actions/index.d.ts +0 -5
  106. package/lib/types/common/index.d.ts +29 -4
  107. package/lib/types/destinations/index.d.ts +0 -10
  108. package/lib/types/index.d.ts +0 -1
  109. package/lib/types/instrumentation-rules/index.d.ts +0 -5
  110. package/lib/types/namespaces/index.d.ts +0 -5
  111. package/lib/types/pipeline-collectors/index.d.ts +0 -5
  112. package/lib/types/snapshot/index.d.ts +0 -2
  113. package/lib/types/sources/index.d.ts +0 -30
  114. package/lib/types/tokens/index.d.ts +0 -6
  115. package/lib/types/workload/index.d.ts +46 -22
  116. package/lib/types.js +1 -1
  117. package/lib/visuals.js +1 -1
  118. package/package.json +31 -22
  119. package/lib/chunks/helpers-IEFhGXc7.js +0 -19
  120. package/lib/chunks/source-instrument-form-context-DjIHPYQJ.js +0 -1
  121. package/lib/chunks/vendor-Be0cOokr.js +0 -1
  122. package/lib/mock-data/actions/index.d.ts +0 -2
  123. package/lib/mock-data/config/index.d.ts +0 -3
  124. package/lib/mock-data/connections/index.d.ts +0 -2
  125. package/lib/mock-data/describe/index.d.ts +0 -3
  126. package/lib/mock-data/destinations/index.d.ts +0 -4
  127. package/lib/mock-data/index.d.ts +0 -15
  128. package/lib/mock-data/instrumentation-instances/index.d.ts +0 -2
  129. package/lib/mock-data/instrumentation-rules/index.d.ts +0 -2
  130. package/lib/mock-data/namespaces/index.d.ts +0 -2
  131. package/lib/mock-data/pipeline-collectors/index.d.ts +0 -6
  132. package/lib/mock-data/profiling/index.d.ts +0 -8
  133. package/lib/mock-data/service-map/index.d.ts +0 -4
  134. package/lib/mock-data/snapshot/index.d.ts +0 -5
  135. package/lib/mock-data/sources/index.d.ts +0 -4
  136. package/lib/mock-data/sources/yamls.d.ts +0 -22
  137. package/lib/mock-data/tokens/index.d.ts +0 -2
  138. package/lib/mock-data/traces/index.d.ts +0 -2
  139. package/lib/store/useEntityStore.d.ts +0 -24
  140. package/lib/types/k8s-manifest/index.d.ts +0 -2
@@ -1,4 +1,4 @@
1
- import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as r,useTheme as i,keyframes as a,ThemeProvider as s}from"styled-components";import{VSquareIcon as l,XSquareIcon as c,ActionIcon as d,RenameAttributeIcon as u,PiiMaskingIcon as p,DeleteAttributeIcon as h,AddClusterInfoIcon as g,K8sLogo as m,ImageErrorIcon as f,KafkaLogo as y,RedisLogo as b,PostgresLogo as $,NginxLogo as v,MysqlLogo as x,ElixirLogo as S,SwiftLogo as w,RustLogo as E,RubyLogo as C,PhpLogo as T,CPlusPlusLogo as A,CSharpLogo as k,DotnetLogo as I,PythonLogo as N,NodejsLogo as D,GoLogo as R,JavaLogo as O,PyroscopeLogo as _,AwsXrayLogo as L,VictoriaMetricsLogo as P,UptraceLogo as F,TraceloopLogo as M,TingyunLogo as z,TempoLogo as U,TelemetryHubLogo as B,SumoLogicLogo as j,SplunkLogo as W,SignozLogo as H,SeqLogo as G,AwsS3Logo as X,QuickwitLogo as K,GigapipeLogo as V,QrynLogo as J,PrometheusLogo as q,OpenTelemetryLogo as Y,OracleLogo as Q,OpsVerseLogo as Z,OpenObserveLogo as ee,OneUptimeLogo as te,OdigosLogo as ne,ObserveLogo as oe,NewRelicLogo as re,MiddlewareLogo as ie,LumigoLogo as ae,LokiLogo as se,LogzioLogo as le,LightstepLogo as ce,Last9Logo as de,KloudmateLogo as ue,JaegerLogo as pe,InstanaLogo as he,HyperDxLogo as ge,HoneycombLogo as me,GroundcoverLogo as fe,GreptimeLogo as ye,GrafanaLogo as be,GoogleCloudPlatformLogo as $e,ElasticSearchLogo as ve,ElasticApmLogo as xe,DynatraceLogo as Se,DatadogLogo as we,Dash0Logo as Ee,CoralogixLogo as Ce,AwsCloudwatchLogo as Te,ClickhouseLogo as Ae,ChronosphereLogo as ke,ChecklyLogo as Ie,CauselyLogo as Ne,BonreeLogo as De,BetterStackLogo as Re,AzureMonitorLogo as Oe,AzureBlobLogo as _e,AxiomLogo as Le,AppDynamicsLogo as Pe,AlibabaCloudLogo as Fe,AlaudaLogo as Me,SamplingIcon as ze,InstrumentationRuleIcon as Ue,DestinationIcon as Be,SourceIcon as je,NamespacesIcon as We,PayloadCollectionIcon as He,HeadersCollectionIcon as Ge,CustomInstrumentationIcon as Xe,CodeAttributesIcon as Ke,TracesIcon as Ve,MetricsIcon as Je,LogsIcon as qe,VmLogo as Ye,DotsHorizontalIcon as Qe,QuestionCircleIcon as Ze,ExclamationTriangleIcon as et,ExclamationCircleIcon as tt,ISquareIcon as nt,AwsLogo as ot,AwsSecretsManagerLogo as rt,AwsStepFunctionsLogo as it,AwsEventBridgeLogo as at,AwsBedrockLogo as st,AwsApiGatewayLogo as lt,AwsEc2Logo as ct,AwsKinesisLogo as dt,AwsLambdaLogo as ut,AwsSnsLogo as pt,AwsSqsLogo as ht,AwsDynamoDbLogo as gt,AwsStsLogo as mt,OpenTelemetryLogoStripped as ft,VIcon as yt,CopyIcon as bt,ListIcon as $t,CodeIcon as vt,XIcon as xt,EyeClosedIcon as St,EyeOpenIcon as wt,SearchIcon as Et,MinusIcon as Ct,ChevronUpIcon as Tt,ChevronDownIcon as At,ArrowIcon as kt,DotsVerticalIcon as It,PlusIcon as Nt,TrashIcon as Dt,DotIcon as Rt,FilterIcon as Ot}from"../icons.js";import{create as _t}from"zustand";import{forwardRef as Lt,Fragment as Pt,useState as Ft,useEffect as Mt,useMemo as zt,useCallback as Ut,useRef as Bt,useLayoutEffect as jt,createElement as Wt}from"react";import Ht from"javascript-time-ago";import{p as Gt,c as Xt,l as Kt,s as Vt}from"./vendor-Be0cOokr.js";import{Highlight as Jt,themes as qt}from"prism-react-renderer";import{ErrorBoundary as Yt}from"react-error-boundary";import Qt,{createPortal as Zt}from"react-dom";import{VList as en}from"virtua";const tn=e=>e?e.replace(/([a-z0-9])([A-Z])/g,"$1 $2"):"";var nn,on,rn;!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"}(nn||(nn={})),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"}(on||(on={})),function(e){e.Primary="primary",e.Secondary="secondary",e.Tertiary="tertiary",e.Disable="disable",e.Error="error",e.Mandatory="mandatory",e.Link="link",e.Success="success"}(rn||(rn={}));const an=new Set(Object.values(rn)),sn=(e,t)=>{if("string"!=typeof(n=t)||!an.has(n))return t;var n;switch(t){case rn.Primary:return e.v2.colors.white[500];case rn.Secondary:return e.v2.colors.silver[200];case rn.Tertiary:return e.v2.colors.black[500];case rn.Disable:return e.v2.colors.grey[400];case rn.Error:return e.v2.colors.red[500];case rn.Mandatory:return e.v2.colors.red[600];case rn.Link:return e.v2.colors.purple[400];case rn.Success:return e.v2.colors.green[400];default:return}},ln=o.p`
1
+ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as r,useTheme as i,keyframes as a,ThemeProvider as s}from"styled-components";import{VSquareIcon as l,XSquareIcon as c,ActionIcon as d,RenameAttributeIcon as u,PiiMaskingIcon as p,DeleteAttributeIcon as h,AddClusterInfoIcon as g,K8sLogo as m,ImageErrorIcon as f,KafkaLogo as y,RedisLogo as b,PostgresLogo as $,NginxLogo as v,MysqlLogo as x,ElixirLogo as S,SwiftLogo as w,RustLogo as E,RubyLogo as C,PhpLogo as T,CPlusPlusLogo as A,CSharpLogo as I,DotnetLogo as k,PythonLogo as N,NodejsLogo as D,GoLogo as O,JavaLogo as R,PyroscopeLogo as _,AwsXrayLogo as L,VictoriaMetricsLogo as P,UptraceLogo as F,TraceloopLogo as M,TingyunLogo as z,TempoLogo as U,TelemetryHubLogo as B,SumoLogicLogo as j,SplunkLogo as H,SignozLogo as W,SeqLogo as G,AwsS3Logo as X,QuickwitLogo as K,GigapipeLogo as V,QrynLogo as J,PrometheusLogo as Y,OpenTelemetryLogo as q,OracleLogo as Q,OpsVerseLogo as Z,OpenObserveLogo as ee,OneUptimeLogo as te,OdigosLogo as ne,ObserveLogo as oe,NewRelicLogo as re,MiddlewareLogo as ie,LumigoLogo as ae,LokiLogo as se,LogzioLogo as le,LightstepLogo as ce,Last9Logo as de,KloudmateLogo as ue,JaegerLogo as pe,InstanaLogo as he,HyperDxLogo as ge,HoneycombLogo as me,GroundcoverLogo as fe,GreptimeLogo as ye,GrafanaLogo as be,GoogleCloudPlatformLogo as $e,ElasticSearchLogo as ve,ElasticApmLogo as xe,DynatraceLogo as Se,DatadogLogo as we,Dash0Logo as Ee,CoralogixLogo as Ce,AwsCloudwatchLogo as Te,ClickhouseLogo as Ae,ChronosphereLogo as Ie,ChecklyLogo as ke,CauselyLogo as Ne,BonreeLogo as De,BetterStackLogo as Oe,AzureMonitorLogo as Re,AzureBlobLogo as _e,AxiomLogo as Le,AppDynamicsLogo as Pe,AlibabaCloudLogo as Fe,AlaudaLogo as Me,SamplingIcon as ze,InstrumentationRuleIcon as Ue,DestinationIcon as Be,SourceIcon as je,NamespacesIcon as He,PayloadCollectionIcon as We,HeadersCollectionIcon as Ge,CustomInstrumentationIcon as Xe,CodeAttributesIcon as Ke,TracesIcon as Ve,MetricsIcon as Je,LogsIcon as Ye,VmLogo as qe,DotsHorizontalIcon as Qe,QuestionCircleIcon as Ze,ExclamationTriangleIcon as et,ExclamationCircleIcon as tt,ISquareIcon as nt,AwsLogo as ot,AwsSecretsManagerLogo as rt,AwsStepFunctionsLogo as it,AwsEventBridgeLogo as at,AwsBedrockLogo as st,AwsApiGatewayLogo as lt,AwsEc2Logo as ct,AwsKinesisLogo as dt,AwsLambdaLogo as ut,AwsSnsLogo as pt,AwsSqsLogo as ht,AwsDynamoDbLogo as gt,AwsStsLogo as mt,OpenTelemetryLogoStripped as ft,VIcon as yt,CopyIcon as bt,ListIcon as $t,CodeIcon as vt,XIcon as xt,EyeClosedIcon as St,EyeOpenIcon as wt,SearchIcon as Et,MinusIcon as Ct,ChevronUpIcon as Tt,ChevronDownIcon as At,ArrowIcon as It,DotsVerticalIcon as kt,PlusIcon as Nt,TrashIcon as Dt,DotIcon as Ot,FilterIcon as Rt}from"../icons.js";import{create as _t}from"zustand";import{forwardRef as Lt,Fragment as Pt,useState as Ft,useEffect as Mt,useMemo as zt,useCallback as Ut,useRef as Bt,useLayoutEffect as jt,createElement as Ht}from"react";import Wt from"javascript-time-ago";import Gt from"javascript-time-ago/locale/en";import{Highlight as Xt,themes as Kt}from"prism-react-renderer";import{s as Vt}from"./vendor-BFqT13Me.js";import{persist as Jt,createJSONStorage as Yt}from"zustand/middleware";import{ErrorBoundary as qt}from"react-error-boundary";import Qt,{createPortal as Zt}from"react-dom";import{VList as en}from"virtua";const tn=e=>e?e.replace(/([a-z0-9])([A-Z])/g,"$1 $2"):"";var nn,on,rn;!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"}(nn||(nn={})),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"}(on||(on={})),function(e){e.Primary="primary",e.Secondary="secondary",e.Tertiary="tertiary",e.Disable="disable",e.Error="error",e.Mandatory="mandatory",e.Link="link",e.Success="success"}(rn||(rn={}));const an=new Set(Object.values(rn)),sn=(e,t)=>{if("string"!=typeof(n=t)||!an.has(n))return t;var n;switch(t){case rn.Primary:return e.v2.colors.white[500];case rn.Secondary:return e.v2.colors.silver[200];case rn.Tertiary:return e.v2.colors.black[500];case rn.Disable:return e.v2.colors.grey[400];case rn.Error:return e.v2.colors.red[500];case rn.Mandatory:return e.v2.colors.red[600];case rn.Link:return e.v2.colors.purple[400];case rn.Success:return e.v2.colors.green[400];default:return}},ln=o.p`
2
2
  margin: 0;
3
3
  color: ${({$color:e,theme:t})=>sn(t,e)||t.v2.colors.grey[50]};
4
4
  font-family: ${({theme:e})=>e.font_family.primary};
@@ -38,11 +38,11 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
38
38
  text-decoration: underline;
39
39
  }
40
40
  `}
41
- `,cn=Lt(({children:n,variant:o=nn.P,color:r,size:i=on.S,weight:a=400,opacity:s=1,align:l="left",lineHeight:c,transform:d,nowrap:u,underline:p,onClick:h,disabled:g,maxLines:m,...f},y)=>{const b=n?.toString().split("\n")||[];return e(ln,{ref:y,as:o,$color:r,$size:i,$weight:a,$opacity:s,$align:l,$lineHeight:c,$transform:d,$nowrap:u,$underline:p,$maxLines:m,$withClick:!!h&&!g,onClick:g?void 0:h,...f,children:b.map((n,o)=>t(Pt,{children:[n,o!==b.length-1&&e("br",{})]},`typography-${o}-${n}`))})});cn.displayName="Typography";const dn="https://docs.odigos.io",un="default",pn="this-cluster",hn="This Cluster",gn={SELECTED_DATA_STREAM:"SELECTED_DATA_STREAM",SELECTED_DATA_STREAM_WITH_PROXY:e=>`SELECTED_DATA_STREAM_${e}`,OVERVIEW_FILTERS:"OVERVIEW_FILTERS",DARK_MODE:"DARK_MODE"},mn={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)'},fn={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",RENAME_STREAM:e=>`Rename "${e}"`,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}".`,DATA_STREAM_MERGE_WARNING:(e,t)=>e?`A Data Stream named "${t}" already exists. Saving will merge "${e}" into "${t}" - both streams will share the same configuration going forward.`:`A Data Stream named "${t}" already exists. Saving will merge into "${t}" - the new stream will share the existing configuration going forward.`,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",OVERVIEW:"Overview",LIBRARIES:"Libraries",STANDARD_LIBRARY:"Standard Library",STANDARD:"Standard",PEER_SOURCES:"Peer Sources",PROFILING:"Profiling",INBOUND:"Inbound",OUTBOUND:"Outbound",INBOUND_DESCRIPTION:e=>`Services that send requests to ${e}`,OUTBOUND_DESCRIPTION:e=>`Services that ${e} sends requests to`,NO_INBOUND_CONNECTIONS_DESCRIPTION:"No services are currently sending requests to this source.",NO_OUTBOUND_CONNECTIONS_DESCRIPTION:"This source hasn't sent requests to other services yet.",NO_INBOUND_CONNECTIONS:"No inbound connections",NO_OUTBOUND_CONNECTIONS:"No outbound connections",COULD_NOT_FETCH_PEER_SOURCES:"Could not fetch peer sources",VIRTUAL:"Virtual",VIRTUAL_TOOLTIP:"This service is not instrumented/injected with Odigos, but we can still see it in the service map because it is connected to other services.",NO_RESULTS:"No results",NO_RESULTS_FOR_FILTER:e=>`No results matched the filter '${e}'`,POD:"Pod",PODS:"Pods",PODS_HEALTHY:"Pods are healthy",PODS_NOT_HEALTHY:"Pods are not healthy",NO_RUNNING_PODS:"No running pods",NO_RUNNING_PODS_SUBTITLE:"Check if you have any running pods and try again",AGENT_INJECTED:"Agent injected",INJECTIONS_AS_EXPECTED:"Injections as expected",AGENT_NOT_INJECTED:"Agent not injected",KUBERNETES_HEALTHY:"Kubernetes healthy",ODIGOS_HEALTHY:"Odigos healthy",HEALTHY:"Healthy",UNHEALTHY:"Unhealthy",NOT_HEALTHY:"Not Healthy",NODE:"Node",AGE:"Age",RUNNING_TIME:"Running Time",RUNNING_TIME_TOOLTIP:"Time elapsed since the container was last started and entered the Running state",NOT_RUNNING:"Not Running",RESTARTS:"Restarts",LATEST_REVISION:"Latest Revision",OLD_REVISION:"Old Revision",READY:"Ready",NOT_READY:"Not Ready",STARTED:"Started",NOT_STARTED:"Not Started",CRASHLOOP:"Crashloop",NO_CRASHLOOP:"No Crashloop",CRASHLOOP_BACKOFF:"Crashloop backoff",CANNOT_POOL_IMAGE:"Cannot pool image",DEVICE_NAME:"Device Name",INSTRUMENTED:"Instrumented",UNINSTRUMENTED:"Uninstrumented",INSTRUMENTED_WITH_DISTRO:e=>`Instrumented | ${e}`,DEBUG_COMMANDS:"Debug Commands",YAML:"YAML",YAML_FILES:"YAML Files",GET_POD_YAML:"Get Pod YAML",GET_POD_LOGS:"Get Pod Logs",DESCRIBE_POD:"Describe Pod",CONTAINER:"Container",CONTAINERS:"Containers",DETECTED_CONTAINERS:"Detected Containers",DETECTED_CONTAINERS_DESCRIPTION:"The system automatically instruments the containers it detects with a supported programming language.",NO_CONTAINERS_DETECTED:"No containers detected",DETECTED_PROCESSES:"Detected Processes",DETECTED_PROCESSES_DESCRIPTION:"The system automatically instruments the processes it detects with a supported programming language.",NO_PROCESSES_DETECTED:"No processes detected",CONTAINER_NAME:"Container Name",PROCESS:"Process",PROCESSES:"Processes",PROCESS_FALLBACK_NAME:"process",OPEN_IN_POD_TAB:"Open in 'Pod' tab",ALL_CONTAINERS_HEALTHY:e=>`All ${e} containers are healthy`,ALL_PROCESSES_HEALTHY:e=>`All ${e} processes are healthy`,PID:e=>`#${e}`,IDENTIFYING_ATTRIBUTES:"Identifying Attributes",INSTRUMENTATION_LIBRARIES:"Instrumentation Libraries",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",NO_DATA_INSTRUMENTATION_RULES:"To configure how telemetry is collected",NO_DATA_SOURCES:"To start collecting telemetry from a Kubernetes workload",NO_DATA_ACTIONS:"To process telemetry before export",NO_DATA_DESTINATIONS:"To send telemetry to an observability backend",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_DETAILS_SUBTITLE:"Use when multiple languages exist in the same container or when Odigos is unable to detect the application language",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.",OVERRIDE_OTEL_DISTRO_NAME:"Override OpenTelemetry distro name",OVERRIDE_OTEL_DISTRO_NAME_SUBTITLE:"Use to set a specific Odigos OpenTelemetry distribution",OVERRIDE_OTEL_DISTRO_NAME_WARNING:"This is an advanced configuration. If the selected OpenTelemetry distro name is incorrect, data collection may be incomplete or may not occur at all.",OVERRIDE_OTEL_DISTRO_NAME_SAVE_TOOLTIP:"Use the provided OpenTelemetry distro name to instrument this container",OVERRIDE_OTEL_DISTRO_NAME_DELETE_TOOLTIP:"Remove manual override of OpenTelemetry distro name, and use Odigos automatic detection OpenTelemetry distro name for instrumentation",OVERRIDE_RUNTIME_DETAILS_SAVE_TOOLTIP:"Use the provided runtime details to instrument this container",OVERRIDE_RUNTIME_DETAILS_DELETE_TOOLTIP:"Remove manual override of runtime details, and use Odigos automatic detection runtime details for instrumentation",OTEL_DISTRO_NAME:"OpenTelemetry distro name",WAITING_FOR_RUNTIME_DETECTION:"Waiting for runtime detection...",DETECTING_RUNTIME_INFO:"Detecting runtime info",NO_AVAILABLE_AGENT:"No available agent",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",ROLLOUT:"Rollout",ROLLOUT_RESTART:"Rollout Restart",ROLLOUT_NOT_REQUIRED:"Rollout Not Required",ROLLOUT_NOT_REQUIRED_MESSAGE:"This source is instrumented with eBPF and does not require a restart.",ROLLOUT_FAILED:"Rollout Failed",ROLLOUT_PREVIOUS_ONGOING:"Previous Rollout Ongoing",ROLLOUT_PREVIOUS_ONGOING_MESSAGE:"A previous rollout is ongoing. Please wait for it to finish before triggering a new one.",ROLLOUT_AUTO_DISABLED:"Auto Rollout Disabled",ROLLOUT_AUTO_DISABLED_MESSAGE:"Trigger a manual rollout to inject the agent.",ROLLOUT_FINISHED:"Rollout Finished",ROLLOUT_FINISHED_MESSAGE:"All pods have been updated and are healthy.",ROLLBACK:"Rollback",ROLLBACK_OCCURRED:"Rollback Occurred",ROLLBACK_OCCURRED_MESSAGE:"Odigos detected a crash and rolled back instrumentation to protect your workload.",ROLLBACK_SUCCESS:"Rollback Success",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.",THROUGHPUT_LAST_10_SECONDS:"Throughput (last 10 seconds)",DELETE_POD_TO_RESTART:"Delete Pod to Restart",RESTART_POD_DESCRIPTION:"Deleting a pod removes it and lets Kubernetes controllers recreate a new one.\nThe new pod starts fresh with the latest instrumentation agent and configuration.\nRecommended for non-production clusters only.",DEBUG:"Debug"},yn={GET_STARTED:"Get started",ADD:"Add",ADD_NEW:"Add New",NEW:"New",SELECT:"Select",CREATE:"Create",UPDATE:"Update",EDIT:"Edit",DELETE:"Delete",RESTART:"Restart",RESTART_POD:"Restart pod",REFRESH:"Refresh",CANCEL:"Cancel",DONE:"Done",SAVE:"Save",BACK:"Back",NEXT:"Next",TEST:"Test",TEST_CONNECTION:"Test Connection",INSTRUMENT:"Instrument",UNINSTRUMENT:"Uninstrument"};var bn,$n,vn,xn,Sn,wn,En,Cn,Tn,An,kn,In,Nn,Dn,Rn,On,_n,Ln,Pn,Fn,Mn,zn,Un,Bn,jn,Wn,Hn,Gn,Xn,Kn,Vn,Jn,qn,Yn,Qn,Zn,eo,to,no,oo,ro,io,ao,so,lo;!function(e){e.K8sAttributes="K8sAttributesResolver",e.AddClusterInfo="AddClusterInfo",e.DeleteAttributes="DeleteAttribute",e.RenameAttributes="RenameAttribute",e.PiiMasking="PiiMasking",e.URLTemplatization="URLTemplatization",e.ExtractAttribute="ExtractAttribute"}(bn||(bn={})),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.UrlTemplatizationRulesGroups="urlTemplatizationRulesGroups",e.ExtractAttribute="extractAttribute"}($n||($n={})),function(e){e.Pod="pod",e.Namespace="namespace",e.Node="node"}(vn||(vn={})),function(e){e.EXISTS="exists",e.EQUALS="equals",e.NOT_EQUALS="not_equals",e.CONTAINS="contains",e.NOT_CONTAINS="not_contains",e.REGEX="regex"}(xn||(xn={})),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"}(Sn||(Sn={})),function(e){e.EXISTS="exists",e.EQUALS="equals"}(wn||(wn={})),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"}(En||(En={})),function(e){e.JSON="json",e.SQL="sql",e.ResourcePath="resource_path"}(Cn||(Cn={})),function(e){e.Horizontal="horizontal",e.Vertical="vertical"}(Tn||(Tn={})),function(e){e.Ascending="ascending",e.Descending="descending"}(An||(An={})),function(e){e.Community="community",e.Onprem="onprem"}(kn||(kn={})),function(e){e.K8s="k8s",e.Vm="vm"}(In||(In={})),function(e){e.Cli="odigos-cli",e.Helm="helm",e.Operator="odigos-operator"}(Nn||(Nn={})),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"}(Dn||(Dn={})),function(e){e.Create="Create",e.Read="Read",e.Update="Update",e.Delete="Delete"}(Rn||(Rn={})),function(e){e.Namespace="Namespace",e.Source="Source",e.Destination="Destination",e.Action="Action",e.InstrumentationRule="InstrumentationRule",e.SamplingRule="SamplingRule"}(On||(On={})),function(e){e.DataStream="DataStream"}(_n||(_n={})),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",e.Time="time"}(Ln||(Ln={})),function(e){e.Text="text",e.Password="password",e.Number="number",e.Decimal="decimal"}(Pn||(Pn={})),function(e){e.Warning="warning",e.Error="error",e.Success="success",e.Info="info",e.Default="default"}(Fn||(Fn={})),function(e){e.INSTRUMENTED="Instrumented",e.INSTRUMENTING="Instrumenting",e.UNINSTRUMENTED="Uninstrumented",e.NOT_INSTRUMENTED="Not Instrumented"}(Mn||(Mn={})),function(e){e.Loading="loading",e.Disabled="disabled"}(zn||(zn={})),function(e){e.Disabled="disabled",e.Unknown="unknown"}(Un||(Un={})),function(e){e.MarkedForInstrumentation="MarkedForInstrumentation",e.RuntimeDetection="RuntimeDetection",e.AgentEnabled="AgentEnabled",e.AgentInjected="AgentInjected",e.WorkloadRollout="WorkloadRollout",e.ProcessesHealthStatus="ProcessesHealthStatus",e.ExpectingTelemetry="ExpectingTelemetry",e.WorkloadOdigosHealth="WorkloadOdigosHealth"}(Bn||(Bn={})),function(e){e.TriggeredSuccessfully="RolloutTriggeredSuccessfully",e.RolloutFinished="RolloutFinished",e.PreviousRolloutOngoing="PreviousRolloutOngoing",e.Disabled="Disabled",e.NotRequired="NotRequired",e.WaitingForRestart="WaitingForRestart",e.WorkloadNotSupporting="WorkloadNotSupporting",e.WaitingInQueue="WaitingInQueue",e.FailedToPatch="FailedToPatch"}(jn||(jn={})),function(e){e.SuccessfullyInjected="SuccessfullyInjected",e.NoAgentInjected="NoAgentInjected",e.SomePodsAgentNotInjectedRolloutNeeded="SomePodsAgentNotInjectedRolloutNeeded",e.AgentInjectedAndDataSent="AgentInjectedAndDataSent"}(Wn||(Wn={})),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"}(Hn||(Hn={})),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"}(Gn||(Gn={})),function(e){e.Labeled="labeled"}(Xn||(Xn={})),function(e){e.AddRule="addRule",e.AddSource="addSource",e.AddAction="addAction",e.AddDestination="addDestination"}(Kn||(Kn={})),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",e.Pyroscope="pyroscope"}(Vn||(Vn={})),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",e.InstrumentationConfig="InstrumentationConfig"}(Jn||(Jn={})),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.OpentelemetryEbpfInstrumentation="opentelemetry-ebpf-instrumentation",e.DotNetLegacy="dotnet-legacy",e.DotNetEnterprise="dotnet-enterprise",e.RubyEnterprise="ruby-enterprise",e.CPlusPlusEnterprise="cplusplus-enterprise",e.MySqlEnterprise="mysql-enterprise"}(qn||(qn={})),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"}(Yn||(Yn={})),function(e){e.CodeAttributes="CodeAttributes",e.HeadersCollection="HeadersCollection",e.PayloadCollection="PayloadCollection",e.CustomInstrumentation="CustomInstrumentation",e.UnknownType="UnknownType"}(Qn||(Qn={})),function(e){e.Column="column",e.FilePath="filePath",e.Function="function",e.LineNumber="lineNumber",e.Namespace="namespace",e.StackTrace="stacktrace"}(Zn||(Zn={})),function(e){e.HeaderKeys="headerKeys"}(eo||(eo={})),function(e){e.Java="java",e.Golang="golang"}(to||(to={}));class co{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 uo{packageName;functionName;receiverName;receiverMethodName;constructor(e,t,n,o){this.packageName=e,this.functionName=t||"",this.receiverName=n||"",this.receiverMethodName=o||""}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"}(no||(no={})),function(e){e.Healthy="Healthy",e.Updating="Updating",e.Degraded="Degraded",e.Failed="Failed",e.Down="Down",e.Unknown="Unknown"}(oo||(oo={})),function(e){e.Pending="Pending",e.Running="Running",e.Succeeded="Succeeded",e.Failed="Failed",e.Unknown="Unknown"}(ro||(ro={})),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"}(io||(io={})),function(e){e.Running="Running",e.Waiting="Waiting",e.Terminated="Terminated"}(ao||(ao={})),function(e){e.Logs="LOGS",e.Metrics="METRICS",e.Traces="TRACES",e.Profiles="PROFILES"}(so||(so={})),function(e){e.Logs="logs",e.Metrics="metrics",e.Traces="traces",e.Profiles="profiles"}(lo||(lo={}));const po={[so.Logs]:lo.Logs,[so.Metrics]:lo.Metrics,[so.Traces]:lo.Traces,[so.Profiles]:lo.Profiles},ho={[lo.Logs]:so.Logs,[lo.Metrics]:so.Metrics,[lo.Traces]:so.Traces,[lo.Profiles]:so.Profiles};var go;!function(e){e.Equals="equals",e.NotEquals="notEquals",e.EndWith="endWith",e.StartWith="startWith"}(go||(go={}));const mo=(e,t)=>e===Fn.Success?fn.HEALTHY:e===Fn.Error?fn.NOT_HEALTHY:tn(t),fo=e=>{if(!e)return null;switch(e){case Yn.Irrelevant:return null;case Yn.Failure:case Yn.Error:return Fn.Error;case Yn.Notice:return Fn.Warning;case Yn.Pending:case Yn.Waiting:return zn.Loading;case Yn.Unsupported:case Yn.Disabled:return zn.Disabled;case Yn.Success:return Fn.Success;case Yn.Unknown:default:return Fn.Info}},yo=(e,t,n="reason",o)=>{const r=fo(e?.status);return r?{key:`desired-status-${e?.name}`,status:r,leftIcon:t||(r===Fn.Success?l:c),label:o||("reason"===n?tn(e?.reasonEnum):mo(r,e?.reasonEnum)),tooltip:e?.message,textSize:on.XXXS,invertColors:!0,useSecondaryTone:!0}:null},bo=e=>e.charAt(0).toUpperCase()+e.slice(1),$o=e=>{const t=e=>e.filter(e=>"object"==typeof e&&null!==e?""!==e.key&&""!==e.value:""!==e),n=e=>Object.fromEntries(Object.entries(e).filter(([e,t])=>""!==e&&""!==t).map(([e,o])=>Array.isArray(o)?[e,t(o)]:"object"==typeof o&&null!==o?[e,n(o)]:[e,o]));return Object.entries(e).reduce((e,[o,r])=>{try{const i=JSON.parse(r);Array.isArray(i)?e[o]=JSON.stringify(t(i)):e[o]="object"==typeof i&&null!==i?JSON.stringify(n(i)):r}catch(i){"object"==typeof r&&null!==r?Array.isArray(r)?e[o]=JSON.stringify(t(r)):e[o]=JSON.stringify(n(r)):e[o]=r}return e},{})};var vo;!function(e){e.SIGNALS="SIGNALS"}(vo||(vo={}));const xo=(e,t,n)=>{if(!e||!e.length)return!0;if(1===e.length)return"true"==e[0];const[o,r,i]=e;if(o===vo.SIGNALS)switch(r){case"INCLUDES":return t?.includes(i);case"EXCLUDES":return!t?.includes(i);default:return!0}const a=n.find(e=>e.name===o||e.key===o);if(!a)return!1;const s=null==a.value?"":String(a.value);switch(r){case"===":case"==":return s===i;case"!==":case"!=":return s!==i;case">":return Number(s)>Number(i);case"<":return Number(s)<Number(i);case">=":return Number(s)>=Number(i);case"<=":return Number(s)<=Number(i);default:return!0}},So=e=>JSON.parse(JSON.stringify(e)),wo=(e,t)=>t.split(".").reduce((e,t)=>e?.[t],e),Eo=(e,t,n)=>{const o=t.split(".");let r=e;for(let e=0;e<o.length-1;e++)o[e]in r&&"object"==typeof r[o[e]]||(r[o[e]]={}),r=r[o[e]];r[o[o.length-1]]=n},Co=(e,t)=>{let n=[...e];return t.monitors?.length&&(n=n.filter(e=>!!t.monitors?.find(t=>e.signals?.find(e=>e.toLowerCase()===t.id)))),n},To=(e,t)=>{let n=[...e];return t.monitors?.length&&(n=n.filter(e=>!!t.monitors?.find(t=>e.exportedSignals[t.id]))),n},Ao=(e,t)=>t?e.filter(e=>e.dataStreamNames.includes(t)||!e.dataStreamNames.length):[],ko=(e,t)=>{let n=e;if(t.namespaces?.length){const e=new Set(t.namespaces.map(({id:e})=>e));n=n.filter(({id:t})=>e.has(t.namespace))}if(t.kinds?.length){const e=new Set(t.kinds.map(({id:e})=>e));n=n.filter(({id:t})=>e.has(t.kind))}if(t.languages?.length){const e=new Set(t.languages.map(({id:e})=>e));n=n.filter(({runtimeInfo:t,containers:n})=>t?.detectedLanguages?.some(t=>e.has(t))||n?.some(t=>{const n=t.overrides?.runtimeInfo?.language??t.runtimeInfo?.language;return!!n&&e.has(n)}))}if(t.podsAgentInjectionStatus?.length){const e=new Set(t.podsAgentInjectionStatus.map(({id:e})=>e));n=n.filter(({podsAgentInjectionStatus:t})=>e.has(t?.reasonEnum??"")||e.has(t?.message??""))}return t.onlyErrors&&(n=n.filter(e=>fo(e.workloadOdigosHealthStatus?.status)===Fn.Error)),n},Io=(e,t)=>t?e.filter(e=>e.dataStreamNames?.includes(t)||t===un&&!e.dataStreamNames?.length):[],No=(e,t="",n={})=>{for(const o in e)if(e.hasOwnProperty(o)){const r=e[o],i=t?`${t}.${o}`:o;null===r||"object"!=typeof r||Array.isArray(r)?Array.isArray(r)?r.forEach((e,t)=>{const o=`${i}[${t}]`;null!==e&&"object"==typeof e?No(e,o,n):n[o]=e}):n[i]=r:No(r,i,n)}return n},Do=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]}`},Ro=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`}},Oo=()=>{const e=crypto.getRandomValues(new Uint8Array(16));let t=0;return"10000000-1000-4000-8000-100000000000".replace(/[018]/g,n=>{const o=e[t%16];t++;return("1"===n?o:"0"===n?63&o|128:15&o|64).toString(16)})},_o=e=>({[bn.K8sAttributes]:m,[bn.AddClusterInfo]:g,[bn.DeleteAttributes]:h,[bn.PiiMasking]:p,[bn.RenameAttributes]:u,[bn.ExtractAttribute]:d,[bn.URLTemplatization]:d}[e]||f),Lo=e=>{if(!e)return Po([]);if(Array.isArray(e))return Po(e);const t=Object.values(e).reduce((e,t)=>{if(null!=t){const n=fo(t.status);n&&e.push({status:n,type:t.name??"",reason:t.reasonEnum??null,message:t.message??null})}return e},[]);return Po(t)},Po=e=>{const t=e?.filter(({status:e})=>e===Fn.Error),n=e?.filter(({status:e})=>e===Fn.Warning),o=e?.filter(({status:e})=>e===zn.Disabled),r=e?.filter(({status:e})=>e===zn.Loading),i=t.length>0,a=n.length>0,s=o.length>0;return{errors:t,hasErrors:i,warnings:n,hasWarnings:a,disableds:o,hasDisableds:s,loadings:r,hasLoadings:r.length>0,priorotizedStatus:i?Fn.Error:a?Fn.Warning:s?Fn.Info:void 0}},Fo=e=>{const t=e?.reduce((e,t)=>t.agentEnabled?.agentEnabled?e+1:e,0);return`${t}/${e?.length||0} instrumented`},Mo=e=>({[Dn.Java]:O,[Dn.Go]:R,[Dn.JavaScript]:D,[Dn.Python]:N,[Dn.DotNet]:I,[Dn.CSharp]:k,[Dn.CPlusPlus]:A,[Dn.Php]:T,[Dn.Ruby]:C,[Dn.Rust]:E,[Dn.Swift]:w,[Dn.Elixir]:S,[Dn.MySql]:x,[Dn.Nginx]:v,[Dn.Postgres]:$,[Dn.Redis]:b,[Dn.Kafka]:y,[Dn.Ignored]:f,[Dn.Unknown]:f,[Dn.Processing]:f,[Dn.NoContainers]:f,[Dn.NoRunningPods]:f}[e]||f),zo=e=>e?e.overrides?.runtimeInfo?.language??e.runtimeInfo?.language??Dn.Unknown:Dn.Unknown,Uo=e=>e?e.overrides?.runtimeInfo?.runtimeVersion??e.runtimeInfo?.runtimeVersion??null:null,Bo=e=>e?.map(e=>Mo(zo(e)))||[],jo=e=>e?.map(e=>Mo(e))||[],Wo=e=>e.runtimeInfo?.detectedLanguages?.length?jo(e.runtimeInfo?.detectedLanguages):Bo(e.containers),Ho=(e,t)=>{const n={[Vn.Alauda]:Me,[Vn.AlibabaCloud]:Fe,[Vn.AppDynamics]:Pe,[Vn.Axiom]:Le,[Vn.AzureBlob]:_e,[Vn.AzureMonitor]:Oe,[Vn.BetterStack]:Re,[Vn.Bonree]:De,[Vn.Causely]:Ne,[Vn.Checkly]:Ie,[Vn.Chronosphere]:ke,[Vn.ClickHouse]:Ae,[Vn.CloudWatch]:Te,[Vn.Coralogix]:Ce,[Vn.Dash0]:Ee,[Vn.Datadog]:we,[Vn.Dynamic]:Y,[Vn.Dynatrace]:Se,[Vn.ElasticApm]:xe,[Vn.ElasticSearch]:ve,[Vn.GoogleCloud]:$e,[Vn.GoogleCloudOTLP]:$e,[Vn.GrafanaCloudLoki]:be,[Vn.GrafanaCloudPrometheus]:be,[Vn.GrafanaCloudTempo]:be,[Vn.Greptime]:ye,[Vn.Groundcover]:fe,[Vn.Honeycomb]:me,[Vn.HyperDX]:ge,[Vn.Instana]:he,[Vn.Jaeger]:pe,[Vn.Kafka]:y,[Vn.Kloudmate]:ue,[Vn.Last9]:de,[Vn.Lightstep]:ce,[Vn.LogzIo]:le,[Vn.Loki]:se,[Vn.Lumigo]:ae,[Vn.Middleware]:ie,[Vn.NewRelic]:re,[Vn.Observe]:oe,[Vn.Odigos]:ne,[Vn.OneUptime]:te,[Vn.OpenObserve]:ee,[Vn.Opsverse]:Z,[Vn.Oracle]:Q,[Vn.OTLP]:Y,[Vn.OTLPHttp]:Y,[Vn.Prometheus]:q,[Vn.Qryn]:J,[Vn.QrynOss]:V,[Vn.Quickwit]:K,[Vn.S3]:X,[Vn.Seq]:G,[Vn.Signalfx]:W,[Vn.Signoz]:H,[Vn.Splunk]:W,[Vn.SplunkSapm]:W,[Vn.SplunkOtlp]:W,[Vn.SumoLogic]:j,[Vn.TelemetryHub]:B,[Vn.Tempo]:U,[Vn.Tingyun]:z,[Vn.Traceloop]:M,[Vn.Uptrace]:F,[Vn.VictoriaMetrics]:P,[Vn.VictoriaMetricsCloud]:P,[Vn.XRay]:L,[Vn.Pyroscope]:_}[e];return n&&!t?{icon:n}:{iconSrc:`https://d15jtxgb40qetw.cloudfront.net/${e}.svg`}},Go=e=>({[On.Namespace]:We,[On.Source]:je,[On.Destination]:Be,[On.Action]:d,[On.InstrumentationRule]:Ue,[On.SamplingRule]:ze}[e]),Xo=e=>"ruleId"in e&&e.ruleId?e.ruleId:"id"in e&&"string"==typeof e.id&&e.id||"id"in e&&"object"==typeof e.id&&e.id.namespace&&e.id.kind&&e.id.name?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,Ko=e=>e?"string"==typeof e?e:`${e.namespace}/${e.kind}/${e.name}`:"",Vo=e=>Ko(Xo(e)),Jo=(e,t,n)=>{const{extended:o,prioritizeDisplayName:r}=n||{};let i="",a="";switch(t){case On.InstrumentationRule:const t=e;i=t.type,a=t.ruleName;break;case On.Source:const n=e;i=n.id.name,a=n.serviceName||"";break;case On.Action:const o=e;i=o.type,a=o.name||"";break;case On.Destination:const r=e;i=r.destinationType.displayName,a=r.name;break;case On.Namespace:const s=e;i=s.name,a=s.name}return o?i+(a&&a!==i?` (${a})`:""):r&&a||i},qo=(e,t)=>{if(t===On.Source){const t={namespace:"",name:"",kind:""};return e.split("&").forEach(e=>{const[n,o]=e.split("=");t[n]=o}),t}return e},Yo=e=>({[Qn.CodeAttributes]:Ke,[Qn.CustomInstrumentation]:Xe,[Qn.HeadersCollection]:Ge,[Qn.PayloadCollection]:He,[Qn.UnknownType]:f}[e]||f),Qo=e=>e.overrides?.runtimeInfo?.language??e.runtimeInfo?.language??Dn.Unknown,Zo=e=>{const{numberOfInstances:t,containers:n}=e;if(!n)return t&&t>0?Dn.Processing:Dn.NoRunningPods;const o=n?.filter(e=>Qo(e)!==Dn.Ignored);if(!o.length)return Dn.NoContainers;const r=o.find(e=>Qo(e)!==Dn.Unknown);return r?Qo(r):Dn.Unknown},er=(e,t,n)=>(t===On.Source?e?.sources.find(e=>e.kind===n.kind&&e.name===n.name&&e.namespace===n.namespace):e?.destinations.find(e=>e.id===n))||{throughput:0},tr=e=>({[so.Logs]:qe,[so.Metrics]:Je,[so.Traces]:Ve,[so.Profiles]:ne}[e]),nr=e=>{if(!e)return ne;return{[In.K8s]:m,[In.Vm]:Ye}[e]},or=e=>{if(!e)return"Unknown";return{[In.K8s]:"Kubernetes Cluster",[In.Vm]:"Virtual Machine"}[e]},rr=(e,t,n)=>{const o=e[t];return o?o.flatMap(e=>{const o=e[n],r=[];return void 0!==o&&(Array.isArray(o)?r.push(...o):r.push(o)),r.push(...rr(e,t,n)),r}):[]},ir=(e,t)=>{if(t===On.Source){let t="";return Object.entries(e).forEach(([e,n])=>{t+=`${e}=${n}&`}),t.slice(0,-1),t}return e},ar=(e,t,n)=>{switch(t){case Fn.Default:return e.v2.colors.purple[n];case Fn.Info:return e.v2.colors.blue[n];case Fn.Error:return e.v2.colors.red[n];case Fn.Warning:return e.v2.colors.yellow[n];case Fn.Success:return e.v2.colors.green[n];case zn.Loading:case Un.Disabled:case Un.Unknown:return e.v2.colors.silver[n];default:return e.v2.colors.white[500]}},sr=e=>{switch(e){case oo.Updating:case ro.Pending:case io.ContainerCreating:case ao.Waiting:return Fn.Info;case oo.Healthy:case ro.Succeeded:case ro.Running:case io.Running:case ao.Running:return Fn.Success;case oo.Degraded:return Fn.Warning;case oo.Failed:case ro.Failed:case io.Error:case io.CrashLoopBackOff:case io.CreateContainerError:case io.CreateContainerConfigError:case io.ErrImagePull:case io.ErrImageNeverPull:case io.ImagePullBackOff:case io.InvalidImageName:case io.RegistryUnavailable:case io.NetworkNotReady:case io.OOMKilled:case io.ContainerCannotRun:case ao.Terminated:case io.DeadlineExceeded:case io.StartError:return Fn.Error;case oo.Down:case io.Completed:return Un.Disabled;case oo.Unknown:case ro.Unknown:default:return Un.Unknown}},lr=o.div`
41
+ `,cn=Lt(({children:n,variant:o=nn.P,color:r,size:i=on.S,weight:a=400,opacity:s=1,align:l="left",lineHeight:c,transform:d,nowrap:u,underline:p,onClick:h,disabled:g,maxLines:m,...f},y)=>{const b=n?.toString().split("\n")||[];return e(ln,{ref:y,as:o,$color:r,$size:i,$weight:a,$opacity:s,$align:l,$lineHeight:c,$transform:d,$nowrap:u,$underline:p,$maxLines:m,$withClick:!!h&&!g,onClick:g?void 0:h,...f,children:b.map((n,o)=>t(Pt,{children:[n,o!==b.length-1&&e("br",{})]},`typography-${o}-${n}`))})});cn.displayName="Typography";const dn="https://docs.odigos.io",un="default",pn="this-cluster",hn="This Cluster",gn={SELECTED_DATA_STREAM:"SELECTED_DATA_STREAM",SELECTED_DATA_STREAM_WITH_PROXY:e=>`SELECTED_DATA_STREAM_${e}`,OVERVIEW_FILTERS:"OVERVIEW_FILTERS",DARK_MODE:"DARK_MODE"},mn={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)'},fn={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",RENAME_STREAM:e=>`Rename "${e}"`,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}".`,DATA_STREAM_MERGE_WARNING:(e,t)=>e?`A Data Stream named "${t}" already exists. Saving will merge "${e}" into "${t}" - both streams will share the same configuration going forward.`:`A Data Stream named "${t}" already exists. Saving will merge into "${t}" - the new stream will share the existing configuration going forward.`,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",OVERVIEW:"Overview",LIBRARIES:"Libraries",STANDARD_LIBRARY:"Standard Library",STANDARD:"Standard",PEER_SOURCES:"Peer Sources",PROFILING:"Profiling",INBOUND:"Inbound",OUTBOUND:"Outbound",INBOUND_DESCRIPTION:e=>`Services that send requests to ${e}`,OUTBOUND_DESCRIPTION:e=>`Services that ${e} sends requests to`,NO_INBOUND_CONNECTIONS_DESCRIPTION:"No services are currently sending requests to this source.",NO_OUTBOUND_CONNECTIONS_DESCRIPTION:"This source hasn't sent requests to other services yet.",NO_INBOUND_CONNECTIONS:"No inbound connections",NO_OUTBOUND_CONNECTIONS:"No outbound connections",COULD_NOT_FETCH_PEER_SOURCES:"Could not fetch peer sources",VIRTUAL:"Virtual",VIRTUAL_TOOLTIP:"This service is not instrumented/injected with Odigos, but we can still see it in the service map because it is connected to other services.",NO_RESULTS:"No results",NO_RESULTS_FOR_FILTER:e=>`No results matched the filter '${e}'`,POD:"Pod",PODS:"Pods",PODS_HEALTHY:"Pods are healthy",PODS_NOT_HEALTHY:"Pods are not healthy",NO_RUNNING_PODS:"No running pods",NO_RUNNING_PODS_SUBTITLE:"Check if you have any running pods and try again",AGENT_INJECTED:"Agent injected",INJECTIONS_AS_EXPECTED:"Injections as expected",AGENT_NOT_INJECTED:"Agent not injected",KUBERNETES_HEALTHY:"Kubernetes healthy",ODIGOS_HEALTHY:"Odigos healthy",HEALTHY:"Healthy",UNHEALTHY:"Unhealthy",NOT_HEALTHY:"Not Healthy",NODE:"Node",AGE:"Age",RUNNING_TIME:"Running Time",RUNNING_TIME_TOOLTIP:"Time elapsed since the container was last started and entered the Running state",NOT_RUNNING:"Not Running",RESTARTS:"Restarts",LATEST_REVISION:"Latest Revision",OLD_REVISION:"Old Revision",READY:"Ready",NOT_READY:"Not Ready",STARTED:"Started",NOT_STARTED:"Not Started",CRASHLOOP:"Crashloop",NO_CRASHLOOP:"No Crashloop",CRASHLOOP_BACKOFF:"Crashloop backoff",CANNOT_POOL_IMAGE:"Cannot pool image",DEVICE_NAME:"Device Name",INSTRUMENTED:"Instrumented",UNINSTRUMENTED:"Uninstrumented",INSTRUMENTED_WITH_DISTRO:e=>`Instrumented | ${e}`,DEBUG_COMMANDS:"Debug Commands",YAML:"YAML",YAML_FILES:"YAML Files",GET_POD_YAML:"Get Pod YAML",GET_POD_LOGS:"Get Pod Logs",DESCRIBE_POD:"Describe Pod",CONTAINER:"Container",CONTAINERS:"Containers",DETECTED_CONTAINERS:"Detected Containers",DETECTED_CONTAINERS_DESCRIPTION:"The system automatically instruments the containers it detects with a supported programming language.",NO_CONTAINERS_DETECTED:"No containers detected",DETECTED_PROCESSES:"Detected Processes",DETECTED_PROCESSES_DESCRIPTION:"The system automatically instruments the processes it detects with a supported programming language.",NO_PROCESSES_DETECTED:"No processes detected",CONTAINER_NAME:"Container Name",PROCESS:"Process",PROCESSES:"Processes",PROCESS_FALLBACK_NAME:"process",OPEN_IN_POD_TAB:"Open in 'Pod' tab",OPEN_IN_SAMPLING_PAGE:"Open in 'Sampling' page",ALL_CONTAINERS_HEALTHY:e=>`All ${e} containers are healthy`,ALL_PROCESSES_HEALTHY:e=>`All ${e} processes are healthy`,PID:e=>`#${e}`,IDENTIFYING_ATTRIBUTES:"Identifying Attributes",INSTRUMENTATION_LIBRARIES:"Instrumentation Libraries",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",NO_DATA_INSTRUMENTATION_RULES:"To configure how telemetry is collected",NO_DATA_SOURCES:"To start collecting telemetry from a Kubernetes workload",NO_DATA_ACTIONS:"To process telemetry before export",NO_DATA_DESTINATIONS:"To send telemetry to an observability backend",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_DETAILS_SUBTITLE:"Use when multiple languages exist in the same container or when Odigos is unable to detect the application language",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.",OVERRIDE_OTEL_DISTRO_NAME:"Override OpenTelemetry distro name",OVERRIDE_OTEL_DISTRO_NAME_SUBTITLE:"Use to set a specific Odigos OpenTelemetry distribution",OVERRIDE_OTEL_DISTRO_NAME_WARNING:"This is an advanced configuration. If the selected OpenTelemetry distro name is incorrect, data collection may be incomplete or may not occur at all.",OVERRIDE_OTEL_DISTRO_NAME_SAVE_TOOLTIP:"Use the provided OpenTelemetry distro name to instrument this container",OVERRIDE_OTEL_DISTRO_NAME_DELETE_TOOLTIP:"Remove manual override of OpenTelemetry distro name, and use Odigos automatic detection OpenTelemetry distro name for instrumentation",OVERRIDE_RUNTIME_DETAILS_SAVE_TOOLTIP:"Use the provided runtime details to instrument this container",OVERRIDE_RUNTIME_DETAILS_DELETE_TOOLTIP:"Remove manual override of runtime details, and use Odigos automatic detection runtime details for instrumentation",OTEL_DISTRO_NAME:"OpenTelemetry distro name",WAITING_FOR_RUNTIME_DETECTION:"Waiting for runtime detection...",DETECTING_RUNTIME_INFO:"Detecting runtime info",NO_AVAILABLE_AGENT:"No available agent",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",ROLLOUT:"Rollout",ROLLOUT_RESTART:"Rollout Restart",ROLLOUT_NOT_REQUIRED:"Rollout Not Required",ROLLOUT_NOT_REQUIRED_MESSAGE:"This source is instrumented with eBPF and does not require a restart.",ROLLOUT_FAILED:"Rollout Failed",ROLLOUT_PREVIOUS_ONGOING:"Previous Rollout Ongoing",ROLLOUT_PREVIOUS_ONGOING_MESSAGE:"A previous rollout is ongoing. Please wait for it to finish before triggering a new one.",ROLLOUT_AUTO_DISABLED:"Auto Rollout Disabled",ROLLOUT_AUTO_DISABLED_MESSAGE:"Trigger a manual rollout to inject the agent.",ROLLOUT_FINISHED:"Rollout Finished",ROLLOUT_FINISHED_MESSAGE:"All pods have been updated and are healthy.",ROLLBACK:"Rollback",ROLLBACK_OCCURRED:"Rollback Occurred",ROLLBACK_OCCURRED_MESSAGE:"Odigos detected a crash and rolled back instrumentation to protect your workload.",ROLLBACK_SUCCESS:"Rollback Success",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.",THROUGHPUT_LAST_10_SECONDS:"Throughput (last 10 seconds)",DELETE_POD_TO_RESTART:"Delete Pod to Restart",RESTART_POD_DESCRIPTION:"Deleting a pod removes it and lets Kubernetes controllers recreate a new one.\nThe new pod starts fresh with the latest instrumentation agent and configuration.\nRecommended for non-production clusters only.",DEBUG:"Debug",SAMPLING:"Sampling",HEAD_SAMPLING:"Head Sampling",TAIL_SAMPLING:"Tail Sampling",NOISY_OPERATIONS:"Noisy Operations",HIGHLY_RELEVANT_OPERATIONS:"Highly Relevant Operations",COST_REDUCTION_OPERATIONS:"Cost Reduction Operations"},yn={GET_STARTED:"Get started",ADD:"Add",ADD_NEW:"Add New",NEW:"New",SELECT:"Select",CREATE:"Create",UPDATE:"Update",EDIT:"Edit",DELETE:"Delete",RESTART:"Restart",RESTART_POD:"Restart pod",REFRESH:"Refresh",CANCEL:"Cancel",DONE:"Done",SAVE:"Save",BACK:"Back",NEXT:"Next",TEST:"Test",TEST_CONNECTION:"Test Connection",INSTRUMENT:"Instrument",UNINSTRUMENT:"Uninstrument"};var bn,$n,vn,xn,Sn,wn,En,Cn,Tn,An,In,kn,Nn,Dn,On,Rn,_n,Ln,Pn,Fn,Mn,zn,Un,Bn,jn,Hn,Wn,Gn,Xn,Kn,Vn,Jn,Yn,qn,Qn,Zn,eo,to,no,oo,ro,io,ao,so,lo,co;!function(e){e.K8sAttributes="K8sAttributesResolver",e.AddClusterInfo="AddClusterInfo",e.DeleteAttributes="DeleteAttribute",e.RenameAttributes="RenameAttribute",e.PiiMasking="PiiMasking",e.URLTemplatization="URLTemplatization",e.ExtractAttribute="ExtractAttribute"}(bn||(bn={})),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.UrlTemplatizationRulesGroups="urlTemplatizationRulesGroups",e.ExtractAttribute="extractAttribute"}($n||($n={})),function(e){e.Pod="pod",e.Namespace="namespace",e.Node="node"}(vn||(vn={})),function(e){e.EXISTS="exists",e.EQUALS="equals",e.NOT_EQUALS="not_equals",e.CONTAINS="contains",e.NOT_CONTAINS="not_contains",e.REGEX="regex"}(xn||(xn={})),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"}(Sn||(Sn={})),function(e){e.EXISTS="exists",e.EQUALS="equals"}(wn||(wn={})),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"}(En||(En={})),function(e){e.JSON="json",e.SQL="sql",e.ResourcePath="resource_path"}(Cn||(Cn={})),function(e){e.Horizontal="horizontal",e.Vertical="vertical"}(Tn||(Tn={})),function(e){e.Ascending="ascending",e.Descending="descending"}(An||(An={})),function(e){e.Community="community",e.Onprem="onprem"}(In||(In={})),function(e){e.K8s="k8s",e.Vm="vm"}(kn||(kn={})),function(e){e.Cli="odigos-cli",e.Helm="helm",e.Operator="odigos-operator"}(Nn||(Nn={})),function(e){e.New="NEW",e.AppsSelected="APPS_SELECTED",e.Finished="FINISHED"}(Dn||(Dn={})),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"}(On||(On={})),function(e){e.Create="Create",e.Read="Read",e.Update="Update",e.Delete="Delete"}(Rn||(Rn={})),function(e){e.Namespace="Namespace",e.Source="Source",e.Destination="Destination",e.Action="Action",e.InstrumentationRule="InstrumentationRule",e.SamplingRule="SamplingRule"}(_n||(_n={})),function(e){e.DataStream="DataStream"}(Ln||(Ln={})),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",e.Time="time"}(Pn||(Pn={})),function(e){e.Text="text",e.Password="password",e.Number="number",e.Decimal="decimal"}(Fn||(Fn={})),function(e){e.Warning="warning",e.Error="error",e.Success="success",e.Info="info",e.Default="default"}(Mn||(Mn={})),function(e){e.INSTRUMENTED="Instrumented",e.INSTRUMENTING="Instrumenting",e.UNINSTRUMENTED="Uninstrumented",e.NOT_INSTRUMENTED="Not Instrumented"}(zn||(zn={})),function(e){e.Loading="loading",e.Disabled="disabled"}(Un||(Un={})),function(e){e.Disabled="disabled",e.Unknown="unknown"}(Bn||(Bn={})),function(e){e.MarkedForInstrumentation="MarkedForInstrumentation",e.RuntimeDetection="RuntimeDetection",e.AgentEnabled="AgentEnabled",e.AgentInjected="AgentInjected",e.WorkloadRollout="WorkloadRollout",e.ProcessesHealthStatus="ProcessesHealthStatus",e.ExpectingTelemetry="ExpectingTelemetry",e.WorkloadOdigosHealth="WorkloadOdigosHealth"}(jn||(jn={})),function(e){e.TriggeredSuccessfully="RolloutTriggeredSuccessfully",e.RolloutFinished="RolloutFinished",e.PreviousRolloutOngoing="PreviousRolloutOngoing",e.Disabled="Disabled",e.NotRequired="NotRequired",e.WaitingForRestart="WaitingForRestart",e.WorkloadNotSupporting="WorkloadNotSupporting",e.WaitingInQueue="WaitingInQueue",e.FailedToPatch="FailedToPatch"}(Hn||(Hn={})),function(e){e.SuccessfullyInjected="SuccessfullyInjected",e.NoAgentInjected="NoAgentInjected",e.SomePodsAgentNotInjectedRolloutNeeded="SomePodsAgentNotInjectedRolloutNeeded",e.AgentInjectedAndDataSent="AgentInjectedAndDataSent"}(Wn||(Wn={})),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"}(Gn||(Gn={})),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"}(Xn||(Xn={})),function(e){e.Labeled="labeled"}(Kn||(Kn={})),function(e){e.AddRule="addRule",e.AddSource="addSource",e.AddAction="addAction",e.AddDestination="addDestination"}(Vn||(Vn={})),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",e.Pyroscope="pyroscope"}(Jn||(Jn={})),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",e.InstrumentationConfig="InstrumentationConfig"}(Yn||(Yn={})),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.OpentelemetryEbpfInstrumentation="opentelemetry-ebpf-instrumentation",e.DotNetLegacy="dotnet-legacy",e.DotNetEnterprise="dotnet-enterprise",e.RubyEnterprise="ruby-enterprise",e.CPlusPlusEnterprise="cplusplus-enterprise",e.MySqlEnterprise="mysql-enterprise"}(qn||(qn={})),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"}(Qn||(Qn={})),function(e){e.CodeAttributes="CodeAttributes",e.HeadersCollection="HeadersCollection",e.PayloadCollection="PayloadCollection",e.CustomInstrumentation="CustomInstrumentation",e.UnknownType="UnknownType"}(Zn||(Zn={})),function(e){e.Column="column",e.FilePath="filePath",e.Function="function",e.LineNumber="lineNumber",e.Namespace="namespace",e.StackTrace="stacktrace"}(eo||(eo={})),function(e){e.HeaderKeys="headerKeys"}(to||(to={})),function(e){e.Java="java",e.Golang="golang"}(no||(no={}));class uo{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 po{packageName;functionName;receiverName;receiverMethodName;constructor(e,t,n,o){this.packageName=e,this.functionName=t||"",this.receiverName=n||"",this.receiverMethodName=o||""}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"}(oo||(oo={})),function(e){e.Healthy="Healthy",e.Updating="Updating",e.Degraded="Degraded",e.Failed="Failed",e.Down="Down",e.Unknown="Unknown"}(ro||(ro={})),function(e){e.Pending="Pending",e.Running="Running",e.Succeeded="Succeeded",e.Failed="Failed",e.Unknown="Unknown"}(io||(io={})),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"}(ao||(ao={})),function(e){e.Running="Running",e.Waiting="Waiting",e.Terminated="Terminated"}(so||(so={})),function(e){e.Logs="LOGS",e.Metrics="METRICS",e.Traces="TRACES",e.Profiles="PROFILES"}(lo||(lo={})),function(e){e.Logs="logs",e.Metrics="metrics",e.Traces="traces",e.Profiles="profiles"}(co||(co={}));const ho={[lo.Logs]:co.Logs,[lo.Metrics]:co.Metrics,[lo.Traces]:co.Traces,[lo.Profiles]:co.Profiles},go={[co.Logs]:lo.Logs,[co.Metrics]:lo.Metrics,[co.Traces]:lo.Traces,[co.Profiles]:lo.Profiles};var mo;!function(e){e.SampledSpansOnly="sampled_spans_only",e.AllSpans="all_spans"}(mo||(mo={}));const fo=(e,t)=>e===Mn.Success?fn.HEALTHY:e===Mn.Error?fn.NOT_HEALTHY:tn(t),yo=e=>{if(!e)return null;switch(e){case Qn.Irrelevant:return null;case Qn.Failure:case Qn.Error:return Mn.Error;case Qn.Notice:return Mn.Warning;case Qn.Pending:case Qn.Waiting:return Un.Loading;case Qn.Unsupported:case Qn.Disabled:return Un.Disabled;case Qn.Success:return Mn.Success;case Qn.Unknown:default:return Mn.Info}},bo=(e,t,n="reason",o)=>{const r=yo(e?.status);return r?{key:`desired-status-${e?.name}`,status:r,leftIcon:t||(r===Mn.Success?l:c),label:o||("reason"===n?tn(e?.reasonEnum):fo(r,e?.reasonEnum)),tooltip:e?.message,textSize:on.XXXS,invertColors:!0,useSecondaryTone:!0}:null},$o=e=>e.charAt(0).toUpperCase()+e.slice(1),vo=e=>{const t=e=>e.filter(e=>"object"==typeof e&&null!==e?""!==e.key&&""!==e.value:""!==e),n=e=>Object.fromEntries(Object.entries(e).filter(([e,t])=>""!==e&&""!==t).map(([e,o])=>Array.isArray(o)?[e,t(o)]:"object"==typeof o&&null!==o?[e,n(o)]:[e,o]));return Object.entries(e).reduce((e,[o,r])=>{try{const i=JSON.parse(r);Array.isArray(i)?e[o]=JSON.stringify(t(i)):e[o]="object"==typeof i&&null!==i?JSON.stringify(n(i)):r}catch(i){"object"==typeof r&&null!==r?Array.isArray(r)?e[o]=JSON.stringify(t(r)):e[o]=JSON.stringify(n(r)):e[o]=r}return e},{})};var xo;!function(e){e.SIGNALS="SIGNALS"}(xo||(xo={}));const So=(e,t,n)=>{if(!e||!e.length)return!0;if(1===e.length)return"true"==e[0];const[o,r,i]=e;if(o===xo.SIGNALS)switch(r){case"INCLUDES":return t?.includes(i);case"EXCLUDES":return!t?.includes(i);default:return!0}const a=n.find(e=>e.name===o||e.key===o);if(!a)return!1;const s=null==a.value?"":String(a.value);switch(r){case"===":case"==":return s===i;case"!==":case"!=":return s!==i;case">":return Number(s)>Number(i);case"<":return Number(s)<Number(i);case">=":return Number(s)>=Number(i);case"<=":return Number(s)<=Number(i);default:return!0}},wo=e=>JSON.parse(JSON.stringify(e)),Eo=(e,t)=>t.split(".").reduce((e,t)=>e?.[t],e),Co=(e,t,n)=>{const o=t.split(".");let r=e;for(let e=0;e<o.length-1;e++)o[e]in r&&"object"==typeof r[o[e]]||(r[o[e]]={}),r=r[o[e]];r[o[o.length-1]]=n},To=(e,t)=>{let n=[...e];return t.monitors?.length&&(n=n.filter(e=>!!t.monitors?.find(t=>e.signals?.find(e=>e.toLowerCase()===t.id)))),n},Ao=(e,t)=>{let n=[...e];return t.monitors?.length&&(n=n.filter(e=>!!t.monitors?.find(t=>e.exportedSignals[t.id]))),n},Io=(e,t)=>t?e.filter(e=>e.dataStreamNames.includes(t)||!e.dataStreamNames.length):[],ko=(e,t)=>{let n=e;if(t.namespaces?.length){const e=new Set(t.namespaces.map(({id:e})=>e));n=n.filter(({id:t})=>e.has(t.namespace))}if(t.kinds?.length){const e=new Set(t.kinds.map(({id:e})=>e));n=n.filter(({id:t})=>e.has(t.kind))}if(t.languages?.length){const e=new Set(t.languages.map(({id:e})=>e));n=n.filter(({runtimeInfo:t,containers:n})=>t?.detectedLanguages?.some(t=>e.has(t))||n?.some(t=>{const n=t.overrides?.runtimeInfo?.language??t.runtimeInfo?.language;return!!n&&e.has(n)}))}if(t.podsAgentInjectionStatus?.length){const e=new Set(t.podsAgentInjectionStatus.map(({id:e})=>e));n=n.filter(({podsAgentInjectionStatus:t})=>e.has(t?.reasonEnum??"")||e.has(t?.message??""))}return t.onlyErrors&&(n=n.filter(e=>yo(e.workloadOdigosHealthStatus?.status)===Mn.Error)),n},No=(e,t)=>t?e.filter(e=>e.dataStreamNames?.includes(t)||t===un&&!e.dataStreamNames?.length):[],Do=(e,t="",n={})=>{for(const o in e)if(e.hasOwnProperty(o)){const r=e[o],i=t?`${t}.${o}`:o;null===r||"object"!=typeof r||Array.isArray(r)?Array.isArray(r)?r.forEach((e,t)=>{const o=`${i}[${t}]`;null!==e&&"object"==typeof e?Do(e,o,n):n[o]=e}):n[i]=r:Do(r,i,n)}return n},Oo=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]}`},Ro=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`}},_o=()=>{const e=crypto.getRandomValues(new Uint8Array(16));let t=0;return"10000000-1000-4000-8000-100000000000".replace(/[018]/g,n=>{const o=e[t%16];t++;return("1"===n?o:"0"===n?63&o|128:15&o|64).toString(16)})},Lo=e=>({[bn.K8sAttributes]:m,[bn.AddClusterInfo]:g,[bn.DeleteAttributes]:h,[bn.PiiMasking]:p,[bn.RenameAttributes]:u,[bn.ExtractAttribute]:d,[bn.URLTemplatization]:d}[e]||f),Po=e=>{if(!e)return Fo([]);if(Array.isArray(e))return Fo(e);const t=Object.values(e).reduce((e,t)=>{if(null!=t){const n=yo(t.status);n&&e.push({status:n,type:t.name??"",reason:t.reasonEnum??null,message:t.message??null})}return e},[]);return Fo(t)},Fo=e=>{const t=e?.filter(({status:e})=>e===Mn.Error),n=e?.filter(({status:e})=>e===Mn.Warning),o=e?.filter(({status:e})=>e===Un.Disabled),r=e?.filter(({status:e})=>e===Un.Loading),i=t.length>0,a=n.length>0,s=o.length>0;return{errors:t,hasErrors:i,warnings:n,hasWarnings:a,disableds:o,hasDisableds:s,loadings:r,hasLoadings:r.length>0,priorotizedStatus:i?Mn.Error:a?Mn.Warning:s?Mn.Info:void 0}},Mo=e=>{const t=e?.reduce((e,t)=>t.agentEnabled?.agentEnabled?e+1:e,0);return`${t}/${e?.length||0} instrumented`},zo=e=>({[On.Java]:R,[On.Go]:O,[On.JavaScript]:D,[On.Python]:N,[On.DotNet]:k,[On.CSharp]:I,[On.CPlusPlus]:A,[On.Php]:T,[On.Ruby]:C,[On.Rust]:E,[On.Swift]:w,[On.Elixir]:S,[On.MySql]:x,[On.Nginx]:v,[On.Postgres]:$,[On.Redis]:b,[On.Kafka]:y,[On.Ignored]:f,[On.Unknown]:f,[On.Processing]:f,[On.NoContainers]:f,[On.NoRunningPods]:f}[e]||f),Uo=e=>e?e.overrides?.runtimeInfo?.language??e.runtimeInfo?.language??On.Unknown:On.Unknown,Bo=e=>e?e.overrides?.runtimeInfo?.runtimeVersion??e.runtimeInfo?.runtimeVersion??null:null,jo=e=>e?.map(e=>zo(Uo(e)))||[],Ho=e=>e?.map(e=>zo(e))||[],Wo=e=>e.runtimeInfo?.detectedLanguages?.length?Ho(e.runtimeInfo?.detectedLanguages):jo(e.containers),Go=(e,t)=>{const n={[Jn.Alauda]:Me,[Jn.AlibabaCloud]:Fe,[Jn.AppDynamics]:Pe,[Jn.Axiom]:Le,[Jn.AzureBlob]:_e,[Jn.AzureMonitor]:Re,[Jn.BetterStack]:Oe,[Jn.Bonree]:De,[Jn.Causely]:Ne,[Jn.Checkly]:ke,[Jn.Chronosphere]:Ie,[Jn.ClickHouse]:Ae,[Jn.CloudWatch]:Te,[Jn.Coralogix]:Ce,[Jn.Dash0]:Ee,[Jn.Datadog]:we,[Jn.Dynamic]:q,[Jn.Dynatrace]:Se,[Jn.ElasticApm]:xe,[Jn.ElasticSearch]:ve,[Jn.GoogleCloud]:$e,[Jn.GoogleCloudOTLP]:$e,[Jn.GrafanaCloudLoki]:be,[Jn.GrafanaCloudPrometheus]:be,[Jn.GrafanaCloudTempo]:be,[Jn.Greptime]:ye,[Jn.Groundcover]:fe,[Jn.Honeycomb]:me,[Jn.HyperDX]:ge,[Jn.Instana]:he,[Jn.Jaeger]:pe,[Jn.Kafka]:y,[Jn.Kloudmate]:ue,[Jn.Last9]:de,[Jn.Lightstep]:ce,[Jn.LogzIo]:le,[Jn.Loki]:se,[Jn.Lumigo]:ae,[Jn.Middleware]:ie,[Jn.NewRelic]:re,[Jn.Observe]:oe,[Jn.Odigos]:ne,[Jn.OneUptime]:te,[Jn.OpenObserve]:ee,[Jn.Opsverse]:Z,[Jn.Oracle]:Q,[Jn.OTLP]:q,[Jn.OTLPHttp]:q,[Jn.Prometheus]:Y,[Jn.Qryn]:J,[Jn.QrynOss]:V,[Jn.Quickwit]:K,[Jn.S3]:X,[Jn.Seq]:G,[Jn.Signalfx]:H,[Jn.Signoz]:W,[Jn.Splunk]:H,[Jn.SplunkSapm]:H,[Jn.SplunkOtlp]:H,[Jn.SumoLogic]:j,[Jn.TelemetryHub]:B,[Jn.Tempo]:U,[Jn.Tingyun]:z,[Jn.Traceloop]:M,[Jn.Uptrace]:F,[Jn.VictoriaMetrics]:P,[Jn.VictoriaMetricsCloud]:P,[Jn.XRay]:L,[Jn.Pyroscope]:_}[e];return n&&!t?{icon:n}:{iconSrc:`https://d15jtxgb40qetw.cloudfront.net/${e}.svg`}},Xo=e=>({[_n.Namespace]:He,[_n.Source]:je,[_n.Destination]:Be,[_n.Action]:d,[_n.InstrumentationRule]:Ue,[_n.SamplingRule]:ze}[e]),Ko=e=>"ruleId"in e&&e.ruleId?e.ruleId:"id"in e&&"string"==typeof e.id&&e.id||"id"in e&&"object"==typeof e.id&&e.id.namespace&&e.id.kind&&e.id.name?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,Vo=e=>e?"string"==typeof e?e:`${e.namespace}/${e.kind}/${e.name}`:"",Jo=e=>Vo(Ko(e)),Yo=(e,t,n)=>{const{extended:o,prioritizeDisplayName:r}=n||{};let i="",a="";switch(t){case _n.InstrumentationRule:const t=e;i=t.type,a=t.ruleName;break;case _n.Source:const n=e;i=n.id.name,a=n.serviceName||"";break;case _n.Action:const o=e;i=o.type,a=o.name||"";break;case _n.Destination:const r=e;i=r.destinationType.displayName,a=r.name;break;case _n.Namespace:const s=e;i=s.name,a=s.name}return o?i+(a&&a!==i?` (${a})`:""):r&&a||i},qo=(e,t)=>{if(t===_n.Source){const t={namespace:"",name:"",kind:""};return e.split("&").forEach(e=>{const[n,o]=e.split("=");t[n]=o}),t}return e},Qo=e=>({[Zn.CodeAttributes]:Ke,[Zn.CustomInstrumentation]:Xe,[Zn.HeadersCollection]:Ge,[Zn.PayloadCollection]:We,[Zn.UnknownType]:f}[e]||f),Zo=e=>e.overrides?.runtimeInfo?.language??e.runtimeInfo?.language??On.Unknown,er=e=>{const{numberOfInstances:t,containers:n}=e;if(!n)return t&&t>0?On.Processing:On.NoRunningPods;const o=n?.filter(e=>Zo(e)!==On.Ignored);if(!o.length)return On.NoContainers;const r=o.find(e=>Zo(e)!==On.Unknown);return r?Zo(r):On.Unknown},tr=(e,t,n)=>(t===_n.Source?e?.sources.find(e=>e.kind===n.kind&&e.name===n.name&&e.namespace===n.namespace):e?.destinations.find(e=>e.id===n))||{throughput:0},nr=e=>({[lo.Logs]:Ye,[lo.Metrics]:Je,[lo.Traces]:Ve,[lo.Profiles]:ne}[e]),or=e=>{if(!e)return ne;return{[kn.K8s]:m,[kn.Vm]:qe}[e]},rr=e=>{if(!e)return"Unknown";return{[kn.K8s]:"Kubernetes Cluster",[kn.Vm]:"Virtual Machine"}[e]},ir=(e,t,n)=>{const o=e[t];return o?o.flatMap(e=>{const o=e[n],r=[];return void 0!==o&&(Array.isArray(o)?r.push(...o):r.push(o)),r.push(...ir(e,t,n)),r}):[]},ar=(e,t)=>{if(t===_n.Source){let t="";return Object.entries(e).forEach(([e,n])=>{t+=`${e}=${n}&`}),t.slice(0,-1),t}return e},sr=(e,t,n)=>{switch(t){case Mn.Default:return e.v2.colors.purple[n];case Mn.Info:return e.v2.colors.blue[n];case Mn.Error:return e.v2.colors.red[n];case Mn.Warning:return e.v2.colors.yellow[n];case Mn.Success:return e.v2.colors.green[n];case Un.Loading:case Bn.Disabled:case Bn.Unknown:return e.v2.colors.silver[n];default:return e.v2.colors.white[500]}},lr=e=>{switch(e){case ro.Updating:case io.Pending:case ao.ContainerCreating:case so.Waiting:return Mn.Info;case ro.Healthy:case io.Succeeded:case io.Running:case ao.Running:case so.Running:return Mn.Success;case ro.Degraded:return Mn.Warning;case ro.Failed:case io.Failed:case ao.Error:case ao.CrashLoopBackOff:case ao.CreateContainerError:case ao.CreateContainerConfigError:case ao.ErrImagePull:case ao.ErrImageNeverPull:case ao.ImagePullBackOff:case ao.InvalidImageName:case ao.RegistryUnavailable:case ao.NetworkNotReady:case ao.OOMKilled:case ao.ContainerCannotRun:case so.Terminated:case ao.DeadlineExceeded:case ao.StartError:return Mn.Error;case ro.Down:case ao.Completed:return Bn.Disabled;case ro.Unknown:case io.Unknown:default:return Bn.Unknown}},cr=o.div`
42
42
  border-radius: 100%;
43
43
  background-color: ${({theme:e})=>e.v2.colors.silver[700]};
44
44
  position: relative;
45
- `,cr=o.div`
45
+ `,dr=o.div`
46
46
  width: 80px;
47
47
  height: 80px;
48
48
  border-radius: 100%;
@@ -56,12 +56,12 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
56
56
  transform: rotate(360deg);
57
57
  }
58
58
  }
59
- `,dr=o(cn)`
59
+ `,ur=o(cn)`
60
60
  position: absolute;
61
61
  top: 50%;
62
62
  left: 50%;
63
63
  transform: translate(-50%, -50%);
64
- `,ur=({percentage:n})=>t(lr,{children:[e(cr,{}),"number"==typeof n?e(dr,{size:on.M,weight:500,nowrap:!0,children:`${n}%`}):null]}),pr={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 hr(e){if("number"==typeof e)return{value:e,unit:"px"};let t;const n=(e.match(/^[0-9.]*/)||"").toString();t=n.includes(".")?parseFloat(n):parseInt(n,10);const o=(e.match(/[^0-9]*$/)||"").toString();return pr[o]?{value:t,unit:o}:{value:t,unit:"px"}}function gr(e){const t=hr(e);return`${t.value}${t.unit}`}const mr=((e,t,n)=>{const o=`react-spinners-${e}-${n}`;if("undefined"==typeof window||!window.document)return o;const r=document.createElement("style");document.head.appendChild(r);const i=r.sheet,a=`\n @keyframes ${o} {\n ${t}\n }\n `;return i&&i.insertRule(a,0),o})("SpinnerOld","50% {opacity: 0.3} 100% {opacity: 1}","fade"),fr=({loading:n=!0,color:o,scale:r=1,speedMultiplier:a=1,cssOverride:s={},style:l={},...c})=>{const d=i(),u=o||d.text.secondary;if(!n)return null;const{value:p}=hr(2),h=p+4.2,g=h/2+h/5.5,m=4*h*r,f={position:"relative",width:`${m}px`,height:`${m}px`,scale:r,...l,...s},y=(e,t)=>({position:"absolute",width:gr(1.5),height:gr(4),borderRadius:gr(2),backgroundColor:u,transition:"2s",animationFillMode:"both",animation:`${mr} ${1.2/a}s ${.12*e}s infinite ease-in-out`,transform:`translate(-50%, -50%) rotate(${t}deg)`});return t("span",{style:f,...c,children:[e("span",{style:{...y(1,0),top:`calc(50% + ${h}px)`,left:"50%"}}),e("span",{style:{...y(2,-45),top:`calc(50% + ${g}px)`,left:`calc(50% + ${g}px)`}}),e("span",{style:{...y(3,90),top:"50%",left:`calc(50% + ${h}px)`}}),e("span",{style:{...y(4,45),top:`calc(50% + ${-1*g}px)`,left:`calc(50% + ${g}px)`}}),e("span",{style:{...y(5,0),top:`calc(50% + ${-1*h}px)`,left:"50%"}}),e("span",{style:{...y(6,-45),top:`calc(50% + ${-1*g}px)`,left:`calc(50% + ${-1*g}px)`}}),e("span",{style:{...y(7,90),top:"50%",left:`calc(50% + ${-1*h}px)`}}),e("span",{style:{...y(8,45),top:`calc(50% + ${g}px)`,left:`calc(50% + ${-1*g}px)`}})]})},yr=o.div`
64
+ `,pr=({percentage:n})=>t(cr,{children:[e(dr,{}),"number"==typeof n?e(ur,{size:on.M,weight:500,nowrap:!0,children:`${n}%`}):null]}),hr={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 gr(e){if("number"==typeof e)return{value:e,unit:"px"};let t;const n=(e.match(/^[0-9.]*/)||"").toString();t=n.includes(".")?parseFloat(n):parseInt(n,10);const o=(e.match(/[^0-9]*$/)||"").toString();return hr[o]?{value:t,unit:o}:{value:t,unit:"px"}}function mr(e){const t=gr(e);return`${t.value}${t.unit}`}const fr=((e,t,n)=>{const o=`react-spinners-${e}-${n}`;if("undefined"==typeof window||!window.document)return o;const r=document.createElement("style");document.head.appendChild(r);const i=r.sheet,a=`\n @keyframes ${o} {\n ${t}\n }\n `;return i&&i.insertRule(a,0),o})("SpinnerOld","50% {opacity: 0.3} 100% {opacity: 1}","fade"),yr=({loading:n=!0,color:o,scale:r=1,speedMultiplier:a=1,cssOverride:s={},style:l={},...c})=>{const d=i(),u=o||d.text.secondary;if(!n)return null;const{value:p}=gr(2),h=p+4.2,g=h/2+h/5.5,m=4*h*r,f={position:"relative",width:`${m}px`,height:`${m}px`,scale:r,...l,...s},y=(e,t)=>({position:"absolute",width:mr(1.5),height:mr(4),borderRadius:mr(2),backgroundColor:u,transition:"2s",animationFillMode:"both",animation:`${fr} ${1.2/a}s ${.12*e}s infinite ease-in-out`,transform:`translate(-50%, -50%) rotate(${t}deg)`});return t("span",{style:f,...c,children:[e("span",{style:{...y(1,0),top:`calc(50% + ${h}px)`,left:"50%"}}),e("span",{style:{...y(2,-45),top:`calc(50% + ${g}px)`,left:`calc(50% + ${g}px)`}}),e("span",{style:{...y(3,90),top:"50%",left:`calc(50% + ${h}px)`}}),e("span",{style:{...y(4,45),top:`calc(50% + ${-1*g}px)`,left:`calc(50% + ${g}px)`}}),e("span",{style:{...y(5,0),top:`calc(50% + ${-1*h}px)`,left:"50%"}}),e("span",{style:{...y(6,-45),top:`calc(50% + ${-1*g}px)`,left:`calc(50% + ${-1*g}px)`}}),e("span",{style:{...y(7,90),top:"50%",left:`calc(50% + ${-1*h}px)`}}),e("span",{style:{...y(8,45),top:`calc(50% + ${g}px)`,left:`calc(50% + ${-1*g}px)`}})]})},br=o.div`
65
65
  width: ${({$size:e})=>e}px;
66
66
  height: ${({$size:e})=>e}px;
67
67
  border-radius: 100%;
@@ -69,7 +69,7 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
69
69
  display: flex;
70
70
  align-items: center;
71
71
  justify-content: center;
72
- `,br=({scale:t,icon:n})=>{const o=i();return e(yr,{$size:45*t,$color:"rgba(80, 246, 232, 0.10)",children:e(yr,{$size:43*t,$color:"rgba(80, 246, 232, 0.20)",children:e(yr,{$size:39*t,$color:"rgba(80, 246, 232, 0.40)",children:e(yr,{$size:33*t,$color:"rgba(80, 246, 232, 0.60)",children:e(yr,{$size:23*t,$color:"#50F6E8",children:e(n,{size:16*t,fill:o.v2.colors.black[500]})})})})})})},$r=434,vr=635,xr=o.div`
72
+ `,$r=({scale:t,icon:n})=>{const o=i();return e(br,{$size:45*t,$color:"rgba(80, 246, 232, 0.10)",children:e(br,{$size:43*t,$color:"rgba(80, 246, 232, 0.20)",children:e(br,{$size:39*t,$color:"rgba(80, 246, 232, 0.40)",children:e(br,{$size:33*t,$color:"rgba(80, 246, 232, 0.60)",children:e(br,{$size:23*t,$color:"#50F6E8",children:e(n,{size:16*t,fill:o.v2.colors.black[500]})})})})})})},vr=434,xr=635,Sr=o.div`
73
73
  width: ${434}px;
74
74
  height: ${635}px;
75
75
  display: flex;
@@ -79,12 +79,12 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
79
79
  padding: 16px;
80
80
  background: linear-gradient(180deg, #0b0517 2.82%, #190d31 100%);
81
81
  position: relative;
82
- `,Sr=o.div`
82
+ `,wr=o.div`
83
83
  position: absolute;
84
84
  top: 50%;
85
85
  left: 50%;
86
86
  transform: translate(-50%, -50%);
87
- `,wr=()=>t(xr,{children:[e(Sr,{children:t("svg",{xmlns:"http://www.w3.org/2000/svg",width:"464",height:"464",viewBox:"0 0 464 464",fill:"none",children:[e("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)"}),e("defs",{children:t("radialGradient",{id:"paint0_radial_164_65835",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(201.232 229.641) scale(231.217)",children:[e("stop",{stopColor:"#7C3BFF",stopOpacity:"0.1"}),e("stop",{offset:"0.41",stopColor:"#7C3BFF",stopOpacity:"0.11"}),e("stop",{offset:"0.56",stopColor:"#7C3BFF",stopOpacity:"0.13"}),e("stop",{offset:"0.67",stopColor:"#7C3BFF",stopOpacity:"0.18"}),e("stop",{offset:"0.75",stopColor:"#7C3BFF",stopOpacity:"0.25"}),e("stop",{offset:"0.83",stopColor:"#7C3BFF",stopOpacity:"0.33"}),e("stop",{offset:"0.89",stopColor:"#7C3BFF",stopOpacity:"0.44"}),e("stop",{offset:"0.95",stopColor:"#7C3BFF",stopOpacity:"0.56"}),e("stop",{offset:"1",stopColor:"#7C3BFF",stopOpacity:"0.7"})]})})]})}),e(Sr,{children:t("svg",{xmlns:"http://www.w3.org/2000/svg",width:"432",height:"432",viewBox:"0 0 432 432",fill:"none",children:[e("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)"}),e("defs",{children:t("radialGradient",{id:"paint0_radial_164_65836",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(204.229 214.376) scale(216.276)",children:[e("stop",{stopColor:"#7C3BFF",stopOpacity:"0.1"}),e("stop",{offset:"0.38",stopColor:"#7C3BFF",stopOpacity:"0.11"}),e("stop",{offset:"0.52",stopColor:"#7C3BFF",stopOpacity:"0.13"}),e("stop",{offset:"0.62",stopColor:"#7C3BFF",stopOpacity:"0.18"}),e("stop",{offset:"0.69",stopColor:"#7C3BFF",stopOpacity:"0.25"}),e("stop",{offset:"0.76",stopColor:"#7C3BFF",stopOpacity:"0.33"}),e("stop",{offset:"0.82",stopColor:"#7C3BFF",stopOpacity:"0.44"}),e("stop",{offset:"0.88",stopColor:"#7C3BFF",stopOpacity:"0.57"}),e("stop",{offset:"0.93",stopColor:"#7C3BFF",stopOpacity:"0.72"}),e("stop",{offset:"0.97",stopColor:"#7C3BFF",stopOpacity:"0.88"}),e("stop",{offset:"1",stopColor:"#7C3BFF"})]})})]})}),e(Sr,{children:t("svg",{xmlns:"http://www.w3.org/2000/svg",width:"374",height:"374",viewBox:"0 0 374 374",fill:"none",children:[e("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)"}),e("defs",{children:t("radialGradient",{id:"paint0_radial_164_65837",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(166.792 184.246) scale(186.963)",children:[e("stop",{stopColor:"#7C3BFF",stopOpacity:"0.1"}),e("stop",{offset:"0.31",stopColor:"#7C3BFF",stopOpacity:"0.11"}),e("stop",{offset:"0.45",stopColor:"#7C3BFF",stopOpacity:"0.14"}),e("stop",{offset:"0.56",stopColor:"#7C3BFF",stopOpacity:"0.19"}),e("stop",{offset:"0.65",stopColor:"#7C3BFF",stopOpacity:"0.26"}),e("stop",{offset:"0.73",stopColor:"#7C3BFF",stopOpacity:"0.35"}),e("stop",{offset:"0.8",stopColor:"#7C3BFF",stopOpacity:"0.46"}),e("stop",{offset:"0.86",stopColor:"#7C3BFF",stopOpacity:"0.6"}),e("stop",{offset:"0.92",stopColor:"#7C3BFF",stopOpacity:"0.76"}),e("stop",{offset:"0.98",stopColor:"#7C3BFF",stopOpacity:"0.93"}),e("stop",{offset:"1",stopColor:"#7C3BFF"})]})})]})}),e(Sr,{children:t("svg",{xmlns:"http://www.w3.org/2000/svg",width:"257",height:"257",viewBox:"0 0 257 257",fill:"none",children:[e("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)"}),e("defs",{children:t("radialGradient",{id:"paint0_radial_164_65838",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(113.263 126.219) scale(128.08)",children:[e("stop",{stopColor:"#7C3BFF",stopOpacity:"0.1"}),e("stop",{offset:"0.31",stopColor:"#7C3BFF",stopOpacity:"0.11"}),e("stop",{offset:"0.45",stopColor:"#7C3BFF",stopOpacity:"0.14"}),e("stop",{offset:"0.56",stopColor:"#7C3BFF",stopOpacity:"0.19"}),e("stop",{offset:"0.65",stopColor:"#7C3BFF",stopOpacity:"0.26"}),e("stop",{offset:"0.73",stopColor:"#7C3BFF",stopOpacity:"0.35"}),e("stop",{offset:"0.8",stopColor:"#7C3BFF",stopOpacity:"0.46"}),e("stop",{offset:"0.86",stopColor:"#7C3BFF",stopOpacity:"0.6"}),e("stop",{offset:"0.92",stopColor:"#7C3BFF",stopOpacity:"0.76"}),e("stop",{offset:"0.98",stopColor:"#7C3BFF",stopOpacity:"0.93"}),e("stop",{offset:"1",stopColor:"#7C3BFF"})]})})]})}),e(Sr,{children:e(ne,{size:112})})]}),Er=o.div`
87
+ `,Er=()=>t(Sr,{children:[e(wr,{children:t("svg",{xmlns:"http://www.w3.org/2000/svg",width:"464",height:"464",viewBox:"0 0 464 464",fill:"none",children:[e("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)"}),e("defs",{children:t("radialGradient",{id:"paint0_radial_164_65835",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(201.232 229.641) scale(231.217)",children:[e("stop",{stopColor:"#7C3BFF",stopOpacity:"0.1"}),e("stop",{offset:"0.41",stopColor:"#7C3BFF",stopOpacity:"0.11"}),e("stop",{offset:"0.56",stopColor:"#7C3BFF",stopOpacity:"0.13"}),e("stop",{offset:"0.67",stopColor:"#7C3BFF",stopOpacity:"0.18"}),e("stop",{offset:"0.75",stopColor:"#7C3BFF",stopOpacity:"0.25"}),e("stop",{offset:"0.83",stopColor:"#7C3BFF",stopOpacity:"0.33"}),e("stop",{offset:"0.89",stopColor:"#7C3BFF",stopOpacity:"0.44"}),e("stop",{offset:"0.95",stopColor:"#7C3BFF",stopOpacity:"0.56"}),e("stop",{offset:"1",stopColor:"#7C3BFF",stopOpacity:"0.7"})]})})]})}),e(wr,{children:t("svg",{xmlns:"http://www.w3.org/2000/svg",width:"432",height:"432",viewBox:"0 0 432 432",fill:"none",children:[e("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)"}),e("defs",{children:t("radialGradient",{id:"paint0_radial_164_65836",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(204.229 214.376) scale(216.276)",children:[e("stop",{stopColor:"#7C3BFF",stopOpacity:"0.1"}),e("stop",{offset:"0.38",stopColor:"#7C3BFF",stopOpacity:"0.11"}),e("stop",{offset:"0.52",stopColor:"#7C3BFF",stopOpacity:"0.13"}),e("stop",{offset:"0.62",stopColor:"#7C3BFF",stopOpacity:"0.18"}),e("stop",{offset:"0.69",stopColor:"#7C3BFF",stopOpacity:"0.25"}),e("stop",{offset:"0.76",stopColor:"#7C3BFF",stopOpacity:"0.33"}),e("stop",{offset:"0.82",stopColor:"#7C3BFF",stopOpacity:"0.44"}),e("stop",{offset:"0.88",stopColor:"#7C3BFF",stopOpacity:"0.57"}),e("stop",{offset:"0.93",stopColor:"#7C3BFF",stopOpacity:"0.72"}),e("stop",{offset:"0.97",stopColor:"#7C3BFF",stopOpacity:"0.88"}),e("stop",{offset:"1",stopColor:"#7C3BFF"})]})})]})}),e(wr,{children:t("svg",{xmlns:"http://www.w3.org/2000/svg",width:"374",height:"374",viewBox:"0 0 374 374",fill:"none",children:[e("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)"}),e("defs",{children:t("radialGradient",{id:"paint0_radial_164_65837",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(166.792 184.246) scale(186.963)",children:[e("stop",{stopColor:"#7C3BFF",stopOpacity:"0.1"}),e("stop",{offset:"0.31",stopColor:"#7C3BFF",stopOpacity:"0.11"}),e("stop",{offset:"0.45",stopColor:"#7C3BFF",stopOpacity:"0.14"}),e("stop",{offset:"0.56",stopColor:"#7C3BFF",stopOpacity:"0.19"}),e("stop",{offset:"0.65",stopColor:"#7C3BFF",stopOpacity:"0.26"}),e("stop",{offset:"0.73",stopColor:"#7C3BFF",stopOpacity:"0.35"}),e("stop",{offset:"0.8",stopColor:"#7C3BFF",stopOpacity:"0.46"}),e("stop",{offset:"0.86",stopColor:"#7C3BFF",stopOpacity:"0.6"}),e("stop",{offset:"0.92",stopColor:"#7C3BFF",stopOpacity:"0.76"}),e("stop",{offset:"0.98",stopColor:"#7C3BFF",stopOpacity:"0.93"}),e("stop",{offset:"1",stopColor:"#7C3BFF"})]})})]})}),e(wr,{children:t("svg",{xmlns:"http://www.w3.org/2000/svg",width:"257",height:"257",viewBox:"0 0 257 257",fill:"none",children:[e("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)"}),e("defs",{children:t("radialGradient",{id:"paint0_radial_164_65838",cx:"0",cy:"0",r:"1",gradientUnits:"userSpaceOnUse",gradientTransform:"translate(113.263 126.219) scale(128.08)",children:[e("stop",{stopColor:"#7C3BFF",stopOpacity:"0.1"}),e("stop",{offset:"0.31",stopColor:"#7C3BFF",stopOpacity:"0.11"}),e("stop",{offset:"0.45",stopColor:"#7C3BFF",stopOpacity:"0.14"}),e("stop",{offset:"0.56",stopColor:"#7C3BFF",stopOpacity:"0.19"}),e("stop",{offset:"0.65",stopColor:"#7C3BFF",stopOpacity:"0.26"}),e("stop",{offset:"0.73",stopColor:"#7C3BFF",stopOpacity:"0.35"}),e("stop",{offset:"0.8",stopColor:"#7C3BFF",stopOpacity:"0.46"}),e("stop",{offset:"0.86",stopColor:"#7C3BFF",stopOpacity:"0.6"}),e("stop",{offset:"0.92",stopColor:"#7C3BFF",stopOpacity:"0.76"}),e("stop",{offset:"0.98",stopColor:"#7C3BFF",stopOpacity:"0.93"}),e("stop",{offset:"1",stopColor:"#7C3BFF"})]})})]})}),e(wr,{children:e(ne,{size:112})})]}),Cr=o.div`
88
88
  width: ${({$size:e})=>e}px;
89
89
  height: ${({$size:e})=>e}px;
90
90
  border-radius: 100%;
@@ -92,7 +92,7 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
92
92
  display: flex;
93
93
  align-items: center;
94
94
  justify-content: center;
95
- `,Cr=({scale:t=1,icon:n})=>{const o=i();return e(Er,{$size:73*t,$color:"rgba(106, 42, 255, 0.10)",children:e(Er,{$size:71*t,$color:"rgba(106, 42, 255, 0.20)",children:e(Er,{$size:65*t,$color:"rgba(106, 42, 255, 0.40)",children:e(Er,{$size:56*t,$color:"rgba(106, 42, 255, 0.60)",children:e(Er,{$size:39*t,$color:o.v2.colors.purple[500],children:e(n,{size:32*t,fill:o.v2.colors.white[500]})})})})})})},Tr=o.div`
95
+ `,Tr=({scale:t=1,icon:n})=>{const o=i();return e(Cr,{$size:73*t,$color:"rgba(106, 42, 255, 0.10)",children:e(Cr,{$size:71*t,$color:"rgba(106, 42, 255, 0.20)",children:e(Cr,{$size:65*t,$color:"rgba(106, 42, 255, 0.40)",children:e(Cr,{$size:56*t,$color:"rgba(106, 42, 255, 0.60)",children:e(Cr,{$size:39*t,$color:o.v2.colors.purple[500],children:e(n,{size:32*t,fill:o.v2.colors.white[500]})})})})})})},Ar=o.div`
96
96
  flex: 1;
97
97
  align-self: stretch;
98
98
  min-height: 0;
@@ -102,7 +102,7 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
102
102
  overflow-y: auto;
103
103
  overflow-x: auto;
104
104
  padding: 12px;
105
- `,Ar=o.div`
105
+ `,Ir=o.div`
106
106
  position: relative;
107
107
 
108
108
  // inherit all the properties of the parent (PageContent)
@@ -114,7 +114,7 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
114
114
  gap: inherit;
115
115
  `,kr=o.div`
116
116
  padding: ${({$padding:e})=>e||"12px"};
117
- `,Ir=o.div`
117
+ `,Nr=o.div`
118
118
  display: flex;
119
119
  flex-direction: row;
120
120
  flex-wrap: ${({$wrap:e="unset"})=>e};
@@ -126,7 +126,7 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
126
126
  margin: ${({$margin:e="unset"})=>e};
127
127
  padding: ${({$padding:e="unset"})=>e};
128
128
  ${({$fullHeight:e})=>e?"\n flex: 1;\n min-height: 0;\n ":""}
129
- `,Nr=o.div`
129
+ `,Dr=o.div`
130
130
  display: flex;
131
131
  flex-direction: column;
132
132
  flex-wrap: ${({$wrap:e="unset"})=>e};
@@ -138,7 +138,7 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
138
138
  margin: ${({$margin:e="unset"})=>e};
139
139
  padding: ${({$padding:e="unset"})=>e};
140
140
  ${({$fullHeight:e})=>e?"\n flex: 1;\n min-height: 0;\n ":""}
141
- `,Dr=o(Nr)`
141
+ `,Or=o(Dr)`
142
142
  width: ${({$width:e})=>e||"100%"};
143
143
  height: ${({$height:e})=>e||"unset"};
144
144
  padding: ${({$padding:e})=>e||"unset"};
@@ -149,7 +149,7 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
149
149
  flex-direction: column;
150
150
  padding: 12px;
151
151
  overflow-y: scroll;
152
- `,Or=o.div`
152
+ `,_r=o.div`
153
153
  position: ${({$relativeToParent:e})=>e?"absolute":"fixed"};
154
154
  top: 0;
155
155
  left: 0;
@@ -160,37 +160,37 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
160
160
  z-index: ${({theme:e})=>e.v2.zIndex.modal};
161
161
  background: rgba(0, 0, 0, 0.6);
162
162
  backdrop-filter: blur(2px);
163
- `,_r=o.div`
163
+ `,Lr=o.div`
164
164
  width: 800px;
165
165
  min-height: ${({$minHeight:e})=>e||"unset"};
166
166
  height: ${({$isNotModal:e})=>e?"fit-content":"calc(100vh - 350px)"};
167
167
  margin: ${({$isNotModal:e})=>e?"64px 0 0 0":"64px 7vw 32px 7vw"};
168
168
  padding: 0 2px;
169
169
  overflow-y: scroll;
170
- `,Lr=o(Nr)`
170
+ `,Pr=o(Dr)`
171
171
  max-width: ${({$maxWidth:e})=>e||"unset"};
172
172
  width: 100%;
173
- `,Pr=o(Ir)`
173
+ `,Fr=o(Nr)`
174
174
  gap: 16px;
175
175
  padding: 16px;
176
- `,Fr=o.div`
176
+ `,Mr=o.div`
177
177
  width: 100%;
178
178
  max-height: ${({$maxHeight:e})=>e||"unset"};
179
179
  overflow-y: auto;
180
- `,Mr=a`
180
+ `,zr=a`
181
181
  0% {
182
182
  background-position: 0% 50%;
183
183
  }
184
184
  100% {
185
185
  background-position: 100% 50%;
186
186
  }
187
- `,zr=o(cn)`
187
+ `,Ur=o(cn)`
188
188
  background: ${({$titleColor:e,$gradientColor:t})=>`linear-gradient(45deg, ${e} 0%, ${e} 40%, ${t} 50%, ${e} 60%, ${e} 100%)`};
189
189
  background-size: 250% 100%; /* Expand background to allow movement */
190
190
  background-clip: text;
191
191
  color: transparent;
192
- animation: ${Mr} 1s reverse linear infinite;
193
- `,Ur=e=>{const t=Math.max(0,Date.now()-e),n=Math.floor(t/1e3),o=Math.floor(n/60),r=n%60;return`${String(o).padStart(2,"0")}:${String(r).padStart(2,"0")}`},Br=({icon:n,title:o,titleColor:r,titleSize:a=on.S,subTitle:s,subTitleColor:l,subTitleSize:c=on.XXXS,startedAt:d,withGradient:u,gradientColor:p,withSpinner:h,withSpinnerOld:g,scaleSpinnerOld:m=1,percentage:f,withVisual:y,visualIcon:b=Qe})=>{const $=i(),[v,x]=Ft(()=>d?Ur(d):"");Mt(()=>{if(!d)return;x(Ur(d));const e=setInterval(()=>x(Ur(d)),1e3);return()=>clearInterval(e)},[d]);const S=r||$.v2.colors.white[500],w=l||$.v2.colors.silver[200],E=p||$.v2.colors.black[500];return t(Nr,{$gap:16,$alignItems:"center",children:[y?e(br,{scale:1.7,icon:b}):h?e(ur,{percentage:f}):g?e(fr,{scale:m}):null,(o||s||d||n)&&t(Nr,{$gap:8,$alignItems:"center",children:[t(Ir,{$gap:4,children:[n&&e(n,{}),u?e(zr,{align:"center",size:a,$titleColor:S,$gradientColor:E,children:o}):e(cn,{align:"center",size:a,color:S,children:o})]}),s?e(cn,{align:"center",size:c,color:w,children:s}):null,v?e(cn,{align:"center",size:c,color:S,children:v}):null]})]})},jr=(e,t)=>({[Fn.Default]:n=>ne({fill:ar(t,e,"300"),...n}),[Fn.Info]:n=>nt({fill:ar(t,e,"400"),...n}),[Fn.Error]:n=>tt({fill:ar(t,e,"500"),...n}),[Fn.Warning]:n=>et({fill:ar(t,e,"500"),...n}),[Fn.Success]:n=>l({fill:ar(t,e,"500"),...n}),[zn.Loading]:e=>Br({withSpinnerOld:!0,...e}),[Un.Disabled]:n=>c({fill:ar(t,e,"400"),...n}),[Un.Unknown]:n=>Ze({fill:ar(t,e,"300"),...n})}[e]),Wr=e=>{switch(e){case Yn.Success:return Fn.Success;case Yn.Error:case Yn.Failure:return Fn.Error;case Yn.Notice:return Fn.Warning;case Yn.Unsupported:case Yn.Unknown:return Fn.Info;case Yn.Irrelevant:case Yn.Disabled:return zn.Disabled;case Yn.Waiting:return zn.Loading;case Yn.Pending:default:return Fn.Default}},Hr=(e,t)=>{const n=t.find(([t,n])=>e>=t&&(null===n||e<=n));return n?.[2]||null},Gr={redis:b,mysql:x,postgresql:$,postgres:$,kafka:y,elasticsearch:ve,clickhouse:Ae,oracle:Q,aws:ot},Xr={sts:mt,dynamodb:gt,s3:X,sqs:ht,sns:pt,lambda:ut,kinesis:dt,ec2:ct,apigateway:lt,apigatewayv2:lt,bedrock:st,bedrockruntime:st,eventbridge:at,sfn:it,stepfunctions:it,secretsmanager:rt,cloudwatch:Te},Kr=e=>{const t=e.attributes,n=t["db.system"];if(n){const e=Gr[n.toLowerCase()];if(e)return e}const o=t["messaging.system"];if(o){const e=Gr[o.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=Xr[e];if(t)return t}return ot}const i=e.serviceName.toLowerCase();for(const[e,t]of Object.entries(Gr))if(i.includes(e))return t;return Be},Vr=e=>{if(!e)return{namespace:"",name:"",kind:""};if("id"in e&&"object"==typeof e.id)return{namespace:e.id.namespace,name:e.id.name,kind:e.id.kind};const{namespace:t,name:n,kind:o}=e;return{namespace:t,name:n,kind:o}};function Jr(e,t){if(!e)return t;if("object"==typeof e)return e;try{return JSON.parse(e)}catch(e){return t}}const qr=(e,t)=>{const n=[],o=JSON.parse(JSON.stringify(e));for(const e of o){const o=Jr(t.fields,{}),r=e.items.findIndex(e=>e.type===t.destinationType.type);-1!==r&&n.push(...e.items[r].fields.map(e=>({...e,initialValue:o[e.name]})))}return n},Yr=(e,t)=>{const n=e=>e?.some(({healthy:e})=>e.status!==Fn.Success);return e?.length?e.some(({instrumentationInstances:e})=>n(e)):n(t)??!1};function Qr(e){if(!e||0===e.length)return null;const t=[],n=[],o=[];for(const r of e){if(!r)continue;const e=r.workloadName??"",i=r.workloadKind??"",a=r.workloadNamespace??"",s=r.workloadLanguage??"";e||i?t.push({namespace:a,kind:i,name:e}):a&&n.push(a),s&&o.push(s)}return 0===t.length&&0===n.length&&0===o.length?null:{sources:t,namespaces:n,languages:o}}function Zr(e){if(!e)return null;const t=[];for(const n of e.sources??[])t.push({workloadName:n.name||null,workloadKind:n.kind||null,workloadNamespace:n.namespace||null});for(const n of e.namespaces??[])t.push({workloadNamespace:n});for(const n of e.languages??[])t.push({workloadLanguage:n});return t.length?t:null}function ei(e){const{sourcesScopes:t,...n}=e;return{...n,sourceScopes:Qr(t??null)}}function ti(e){const{sourceScopes:t,...n}=e;return{...n,sourcesScopes:Zr(t??null)}}const ni=e=>Array.isArray(e)?!e?.length:"object"==typeof e?!Object.keys(e||{}).length:[void 0,null,""].includes(e),oi=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)},ri=(e,t=0)=>{const n=(new Date).getTime();return new Date(e).getTime()-n<=t},ii=e=>{const t=String(e).trim().toLowerCase();return["true","false","1","0"].includes(t)},ai=(e,t=0)=>(new Date).getTime()-new Date(e).getTime()>=t,si=/^(\d+\.)?(\d+\.)?(\*|\d+)$/,li=e=>si.test(e),ci=e=>e?.map(({status:e,type:t,reason:n,message:o})=>({status:e?.toLowerCase(),type:tn(t),reason:n?tn(n):"",message:o}))||[],di=(e,t)=>{const n=Jr(e.fields,{});return t.length?t.map(e=>({key:e.name,name:e.displayName||e.name,value:n[e.name]??null})).filter(e=>null!==e.value):Object.entries(n).map(([e,t])=>({key:e,name:e,value:t}))},ui=e=>e?Object.keys(e).filter(t=>e[t]).map(e=>ho[e]):[],pi=e=>e?Object.keys(e).filter(t=>e[t].supported).map(e=>ho[e]):[],hi=e=>{let t=e.replace(/[^\d.]/g,"");const n=t.indexOf(".");return-1!==n&&(t=t.slice(0,n+1)+t.slice(n+1).replace(/\./g,"")),t},gi=e=>e.replace(/[^\d]/g,""),mi=e=>{const t=String(e).trim().toLowerCase();return"true"===t||"1"===t},fi=e=>{let t="";try{const n=JSON.parse(e);t=Array.isArray(n)?n.map(e=>"object"==typeof e&&null!==e?`${e.key}: ${e.value}`:e).join(", "):"object"==typeof n&&null!==n?Object.entries(n).map(([e,t])=>`${e}: ${t}`).join(", "):e}catch(n){t=e}return t},yi=e=>{const t=e.fields.reduce((e,{key:t,value:n})=>{const o=(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}}})(n);return void 0!==o&&e.push({key:t,value:o}),e},[]);return{...e,fields:t}},bi=e=>{if("object"!=typeof e)return e;const t=Array.isArray(e)?[]:{};return Object.keys(e).forEach(n=>{const o=e[n];if(Array.isArray(o)){const e=o.filter(e=>null!=e&&""!==e);e.length>0&&(t[n]=e.map(e=>bi(e)))}else if("object"==typeof o&&null!==o){const e=bi(o);Object.keys(e).length>0&&(t[n]=e)}else[void 0,null,""].includes(o)||(t[n]=o)}),t},$i=(e,t=2)=>JSON.stringify(e||{},null,t),vi=async(e=1e3)=>new Promise(t=>setTimeout(t,e)),xi=e=>Object.entries(e).reduce((e,[t,n])=>(e[t]="string"==typeof n?n:JSON.stringify(n),e),{}),Si=e=>{let t=e.toString().replace("v","").split("-")[0];t=t.match(/[\d.]+/)?.[0]||"";const n=t.split(".");return 1e4*parseInt(n[0]||"0",10)+parseInt(n[1]||"0",10)},wi=o.div`
192
+ animation: ${zr} 1s reverse linear infinite;
193
+ `,Br=e=>{const t=Math.max(0,Date.now()-e),n=Math.floor(t/1e3),o=Math.floor(n/60),r=n%60;return`${String(o).padStart(2,"0")}:${String(r).padStart(2,"0")}`},jr=({icon:n,title:o,titleColor:r,titleSize:a=on.S,subTitle:s,subTitleColor:l,subTitleSize:c=on.XXXS,startedAt:d,withGradient:u,gradientColor:p,withSpinner:h,withSpinnerOld:g,scaleSpinnerOld:m=1,percentage:f,withVisual:y,visualIcon:b=Qe})=>{const $=i(),[v,x]=Ft(()=>d?Br(d):"");Mt(()=>{if(!d)return;x(Br(d));const e=setInterval(()=>x(Br(d)),1e3);return()=>clearInterval(e)},[d]);const S=r||$.v2.colors.white[500],w=l||$.v2.colors.silver[200],E=p||$.v2.colors.black[500];return t(Dr,{$gap:16,$alignItems:"center",children:[y?e($r,{scale:1.7,icon:b}):h?e(pr,{percentage:f}):g?e(yr,{scale:m}):null,(o||s||d||n)&&t(Dr,{$gap:8,$alignItems:"center",children:[t(Nr,{$gap:4,children:[n&&e(n,{}),u?e(Ur,{align:"center",size:a,$titleColor:S,$gradientColor:E,children:o}):e(cn,{align:"center",size:a,color:S,children:o})]}),s?e(cn,{align:"center",size:c,color:w,children:s}):null,v?e(cn,{align:"center",size:c,color:S,children:v}):null]})]})},Hr=(e,t)=>({[Mn.Default]:n=>ne({fill:sr(t,e,"300"),...n}),[Mn.Info]:n=>nt({fill:sr(t,e,"400"),...n}),[Mn.Error]:n=>tt({fill:sr(t,e,"500"),...n}),[Mn.Warning]:n=>et({fill:sr(t,e,"500"),...n}),[Mn.Success]:n=>l({fill:sr(t,e,"500"),...n}),[Un.Loading]:e=>jr({withSpinnerOld:!0,...e}),[Bn.Disabled]:n=>c({fill:sr(t,e,"400"),...n}),[Bn.Unknown]:n=>Ze({fill:sr(t,e,"300"),...n})}[e]),Wr=e=>{switch(e){case Qn.Success:return Mn.Success;case Qn.Error:case Qn.Failure:return Mn.Error;case Qn.Notice:return Mn.Warning;case Qn.Unsupported:case Qn.Unknown:return Mn.Info;case Qn.Irrelevant:case Qn.Disabled:return Un.Disabled;case Qn.Waiting:return Un.Loading;case Qn.Pending:default:return Mn.Default}},Gr=(e,t)=>{const n=t.find(([t,n])=>e>=t&&(null===n||e<=n));return n?.[2]||null},Xr={redis:b,mysql:x,postgresql:$,postgres:$,kafka:y,elasticsearch:ve,clickhouse:Ae,oracle:Q,aws:ot},Kr={sts:mt,dynamodb:gt,s3:X,sqs:ht,sns:pt,lambda:ut,kinesis:dt,ec2:ct,apigateway:lt,apigatewayv2:lt,bedrock:st,bedrockruntime:st,eventbridge:at,sfn:it,stepfunctions:it,secretsmanager:rt,cloudwatch:Te},Vr=e=>{const t=e.attributes,n=t["db.system"];if(n){const e=Xr[n.toLowerCase()];if(e)return e}const o=t["messaging.system"];if(o){const e=Xr[o.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=Kr[e];if(t)return t}return ot}const i=e.serviceName.toLowerCase();for(const[e,t]of Object.entries(Xr))if(i.includes(e))return t;return Be},Jr=e=>{if(!e)return{namespace:"",name:"",kind:""};if("id"in e&&"object"==typeof e.id)return{namespace:e.id.namespace,name:e.id.name,kind:e.id.kind};const{namespace:t,name:n,kind:o}=e;return{namespace:t,name:n,kind:o}};function Yr(e,t){if(!e)return t;if("object"==typeof e)return e;try{return JSON.parse(e)}catch(e){return t}}const qr=(e,t)=>{const n=[],o=JSON.parse(JSON.stringify(e));for(const e of o){const o=Yr(t.fields,{}),r=e.items.findIndex(e=>e.type===t.destinationType.type);-1!==r&&n.push(...e.items[r].fields.map(e=>({...e,initialValue:o[e.name]})))}return n},Qr=(e,t)=>{const n=e=>e?.some(({healthy:e})=>e.status!==Mn.Success);return e?.length?e.some(({instrumentationInstances:e})=>n(e)):n(t)??!1};function Zr(e){if(!e||0===e.length)return null;const t=[],n=[],o=[];for(const r of e){if(!r)continue;const e=r.workloadName??"",i=r.workloadKind??"",a=r.workloadNamespace??"",s=r.workloadLanguage??"";e||i?t.push({namespace:a,kind:i,name:e}):a&&n.push(a),s&&o.push(s)}return 0===t.length&&0===n.length&&0===o.length?null:{sources:t,namespaces:n,languages:o}}function ei(e){if(!e)return null;const t=[];for(const n of e.sources??[])t.push({workloadName:n.name||null,workloadKind:n.kind||null,workloadNamespace:n.namespace||null});for(const n of e.namespaces??[])t.push({workloadNamespace:n});for(const n of e.languages??[])t.push({workloadLanguage:n});return t.length?t:null}function ti(e){const{sourcesScopes:t,...n}=e;return{...n,sourceScopes:Zr(t??null)}}function ni(e){const{sourceScopes:t,...n}=e;return{...n,sourcesScopes:ei(t??null)}}const oi=e=>Array.isArray(e)?!e?.length:"object"==typeof e?!Object.keys(e||{}).length:[void 0,null,""].includes(e),ri=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)},ii=(e,t=0)=>{const n=(new Date).getTime();return new Date(e).getTime()-n<=t},ai=e=>{const t=String(e).trim().toLowerCase();return["true","false","1","0"].includes(t)},si=(e,t=0)=>(new Date).getTime()-new Date(e).getTime()>=t,li=/^(\d+\.)?(\d+\.)?(\*|\d+)$/,ci=e=>li.test(e),di=e=>e?.map(({status:e,type:t,reason:n,message:o})=>({status:e?.toLowerCase(),type:tn(t),reason:n?tn(n):"",message:o}))||[],ui=(e,t)=>{const n=Yr(e.fields,{});return t.length?t.map(e=>({key:e.name,name:e.displayName||e.name,value:n[e.name]??null})).filter(e=>null!==e.value):Object.entries(n).map(([e,t])=>({key:e,name:e,value:t}))},pi=e=>e?Object.keys(e).filter(t=>e[t]).map(e=>go[e]):[],hi=e=>e?Object.keys(e).filter(t=>e[t].supported).map(e=>go[e]):[],gi=e=>{let t=e.replace(/[^\d.]/g,"");const n=t.indexOf(".");return-1!==n&&(t=t.slice(0,n+1)+t.slice(n+1).replace(/\./g,"")),t},mi=e=>e.replace(/[^\d]/g,""),fi=e=>{const t=String(e).trim().toLowerCase();return"true"===t||"1"===t},yi=e=>{let t="";try{const n=JSON.parse(e);t=Array.isArray(n)?n.map(e=>"object"==typeof e&&null!==e?`${e.key}: ${e.value}`:e).join(", "):"object"==typeof n&&null!==n?Object.entries(n).map(([e,t])=>`${e}: ${t}`).join(", "):e}catch(n){t=e}return t},bi=e=>{const t=e.fields.reduce((e,{key:t,value:n})=>{const o=(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}}})(n);return void 0!==o&&e.push({key:t,value:o}),e},[]);return{...e,fields:t}},$i=e=>{if("object"!=typeof e)return e;const t=Array.isArray(e)?[]:{};return Object.keys(e).forEach(n=>{const o=e[n];if(Array.isArray(o)){const e=o.filter(e=>null!=e&&""!==e);e.length>0&&(t[n]=e.map(e=>$i(e)))}else if("object"==typeof o&&null!==o){const e=$i(o);Object.keys(e).length>0&&(t[n]=e)}else[void 0,null,""].includes(o)||(t[n]=o)}),t},vi=(e,t=2)=>JSON.stringify(e||{},null,t),xi=async(e=1e3)=>new Promise(t=>setTimeout(t,e)),Si=e=>Object.entries(e).reduce((e,[t,n])=>(e[t]="string"==typeof n?n:JSON.stringify(n),e),{}),wi=e=>{let t=e.toString().replace("v","").split("-")[0];t=t.match(/[\d.]+/)?.[0]||"";const n=t.split(".");return 1e4*parseInt(n[0]||"0",10)+parseInt(n[1]||"0",10)},Ei=o.div`
194
194
  /* Portal: viewport coords (usePopup positionMode viewport). Non-portal: offset-parent coords, absolute. */
195
195
  position: ${({$asPortal:e})=>e?"fixed":"absolute"};
196
196
  ${({$top:e})=>void 0!==e&&`top: ${e}px;`}
@@ -206,15 +206,15 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
206
206
  width: ${({$width:e})=>void 0!==e?e:"unset"};
207
207
 
208
208
  ${({$asPortal:e,$withPointerEvents:t})=>e&&!t&&"pointer-events: none;"}
209
- `,Ei=o.div`
210
- padding: ${({$padding:e})=>void 0!==e?e:"12px"};
211
- border-bottom: 1px solid ${({theme:e})=>e.colors.border};
212
209
  `,Ci=o.div`
213
210
  padding: ${({$padding:e})=>void 0!==e?e:"12px"};
211
+ border-bottom: 1px solid ${({theme:e})=>e.colors.border};
214
212
  `,Ti=o.div`
215
213
  padding: ${({$padding:e})=>void 0!==e?e:"12px"};
214
+ `,Ai=o.div`
215
+ padding: ${({$padding:e})=>void 0!==e?e:"12px"};
216
216
  border-top: 1px solid ${({theme:e})=>e.colors.border};
217
- `,Ai=Lt(({isOpen:n,asPortal:o,...r},i)=>{const a=zt(()=>{const{children:n,top:a,bottom:s,left:l,right:c,borderRadius:d,padding:u,maxWidth:p,width:h,header:g,footer:m,withPointerEvents:f,...y}=r;return t(wi,{ref:i,$top:a,$bottom:s,$left:l,$right:c,$borderRadius:d,$padding:u,$maxWidth:p,$width:h,$asPortal:o,$withPointerEvents:f,...y,children:[g&&e(Ei,{$padding:u,children:g}),e(Ci,{$padding:u,children:n}),m&&e(Ti,{$padding:u,children:m})]})},[i,r,o]);return n?o?Qt.createPortal(a,document.body):a:null});Ai.displayName=Ai.name;const ki=[{type:bn.K8sAttributes,icon:_o(bn.K8sAttributes),label:"Kubernetes Attributes",description:"Add dynamic k8s resource attributes to your data.",allowedSignals:[so.Traces,so.Metrics,so.Logs,so.Profiles],docsEndpoint:"/pipeline/actions/attributes/k8sattributes",docsDescription:"This action adds kubernetes related resource attributes to spans, metrics data points and log records."},{type:bn.AddClusterInfo,icon:_o(bn.AddClusterInfo),label:"Add Cluster Info",description:"Add static cluster-scoped attributes to your data.",allowedSignals:[so.Traces,so.Metrics,so.Logs,so.Profiles],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:bn.DeleteAttributes,icon:_o(bn.DeleteAttributes),label:"Delete Attribute",description:"Delete attributes from logs, metrics, and traces.",allowedSignals:[so.Traces,so.Metrics,so.Logs,so.Profiles],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:bn.RenameAttributes,icon:_o(bn.RenameAttributes),label:"Rename Attribute",description:"Rename attributes in logs, metrics, and traces.",allowedSignals:[so.Traces,so.Metrics,so.Logs,so.Profiles],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:bn.PiiMasking,icon:_o(bn.PiiMasking),label:"PII Masking",description:"Mask PII data in your traces.",allowedSignals:[so.Traces],docsEndpoint:"/pipeline/actions/attributes/piimasking",docsDescription:"This action processes a list of PII categories to be masked from the traces."},{type:bn.URLTemplatization,icon:_o(bn.URLTemplatization),label:"URL Templatization",description:"Replace dynamic URL path segments with named placeholders to reduce span cardinality.",allowedSignals:[so.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:Si("v1.21.0")},{type:bn.ExtractAttribute,icon:_o(bn.ExtractAttribute),label:"Extract Attribute",description:"Extract values from existing attributes and save them as new attributes using JSON, SQL, resource-path, or custom regex extraction.",allowedSignals:[so.Traces],docsEndpoint:"/pipeline/actions/attributes/extractattribute",docsDescription:"Extracts a value from an existing span attribute into a new attribute on the same span. The value can be located by combining a lookup key with a pre-set data format (JSON, SQL, or resource path), or by supplying a custom regular expression that uses a single capture group.",minVersion:Si("v1.29.0")}];var Ii;!function(e){e.ALL="all",e.UNSAVED="unsaved",e.EXISTS="exists",e.DETECTED="detected",e.SELF_HOSTED="self-hosted",e.MANAGED="managed"}(Ii||(Ii={}));const Ni={[Ii.ALL]:{TITLE:"All",DESCRIPTION:"All destinations"},[Ii.UNSAVED]:{TITLE:"Selected",DESCRIPTION:"These are destinations that you have not yet saved."},[Ii.EXISTS]:{TITLE:"Already configured",DESCRIPTION:"These are destinations that you have already configured in other data-streams and can reuse them."},[Ii.DETECTED]:{TITLE:"Suggested",DESCRIPTION:"Odigos found these destinations in your cluster and pre-filled their details. Review and enable them to start sending data."},[Ii.SELF_HOSTED]:{TITLE:"Self hosted",DESCRIPTION:"Full control and customization for advanced application monitoring."},[Ii.MANAGED]:{TITLE:"Managed",DESCRIPTION:"Effortless monitoring with scalable performance management."}},Di=[{type:Qn.CodeAttributes,icon:Yo(Qn.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:[Dn.Go,Dn.Python,Dn.JavaScript]},{type:Qn.CustomInstrumentation,icon:Yo(Qn.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:[Dn.Go,Dn.Java]},{type:Qn.HeadersCollection,icon:Yo(Qn.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:[Dn.Go,Dn.Java,Dn.JavaScript]},{type:Qn.PayloadCollection,icon:Yo(Qn.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:[Dn.Go,Dn.JavaScript]}],Ri={TITLE:"Regex Testing",REGEX_LABEL:"Regex",REGEX_EMPTY_HINT:"No regex to test - fill in the regex field on the row first.",TEST_STRING_LABEL:"Test string",TEST_STRING_PLACEHOLDER:"Paste a span attribute payload to test the regex against...",TEST_STRING_HELP:'The regex runs verbatim against this string. Paste the actual attribute value the processor will see - if your sample came from a log dump with JSON-escaped quotes (\\"), click Unescape first.',RESULT_LABEL:"Result",RESULT_CAPTURE_HINT:"This is the value that will be written to the new span attribute.",RESULT_EMPTY_REGEX:"Enter a regex to test.",RESULT_EMPTY_INPUT:"Enter a test string to see the result.",RESULT_NO_MATCH:"No match found.",RESULT_INVALID_REGEX_FALLBACK:"Invalid regex pattern.",UNESCAPE_LABEL:"Unescape",UNESCAPE_TOOLTIP:'Convert escape sequences (\\", \\n, \\t, \\\\) into their literal characters. Useful when pasting log output that JSON-escapes attribute values.'},Oi={SEGMENT_PRESET_LABEL:"Preset extract",SEGMENT_PRESET_TOOLTIP:"Extract a value from an existing attribute using a pre-set pattern (JSON, SQL, or Resource path).",SEGMENT_REGEX_LABEL:"Custom Regex",SEGMENT_REGEX_TOOLTIP:"Extract a value using your own regular expression with a single capture group.",PRESET_ROW_TITLE:e=>`Data format ${e+1}`,REGEX_ROW_TITLE:e=>`Custom Regex ${e+1}`,TEST_REGEX_LABEL:"Test Regex",REGEX_LABEL:"Regex",REGEX_PLACEHOLDER:"e.g. (?:^|[\\s,{(\"'])[\"']?study_id[\"']?\\s*[:=]\\s*[\"']?([^\"'\\s,;)}]+)",REGEX_HELP:"A regex with a single capture group; the captured value becomes the new attribute.",TARGET_LABEL:"New span attribute name",TARGET_PLACEHOLDER:"e.g. customerId",TARGET_HELP:"The name of the new extracted attribute."},_i={[Cn.JSON]:{label:"JSON",keyLabel:"JSON key",placeholder:"e.g. customer_id",helpMessage:"Type the JSON key containing the value to extract."},[Cn.SQL]:{label:"SQL",keyLabel:"SQL key",placeholder:"e.g. invoice_id",helpMessage:"Type the SQL key containing the value to extract."},[Cn.ResourcePath]:{label:"Resource path",keyLabel:"Resource path key",placeholder:"e.g. tenants",helpMessage:"Type the resource name containing the value to extract."}},Li="Cancel",Pi="Save",Fi="Edit rule",Mi="Edit auto rule",zi="Create rule",Ui="Delete rule",Bi="Save",ji="Create your first rule",Wi="No Rules Exist",Hi="No Results",Gi=e=>`No rules match the search term "${e}"`,Xi="Rule name",Ki="Rule type",Vi="Select the type of condition that makes a trace highly relevant.",Ji="Rule Enabled",qi="Rule Disabled",Yi="Enabled",Qi="Disabled",Zi="Note",ea="HTTP route",ta="Method",na="Keep Percentage",oa="Keep traces with duration larger than",ra="Keep traces with errors",ia="Keep at least this percentage of matching traces. A higher rate from another matching rule may apply instead.",aa="Keep at most this percentage of matching traces. A lower rate from another matching rule may apply instead.",sa="Custom percentage",la="Disabled rule",ca="Sample",da="Keep all",ua="Drop all",pa="Operation type",ha="HTTP route prefix",ga="Templated path",ma="Templated path prefix",fa="Kafka topic",ya="Custom duration (ms)",ba="No preview available",$a="Server address",va="Drop at most this percentage of matching traces",xa="Unnamed rule",Sa="Sampling Preview",wa="Source Scope",Ea="Unknown source",Ca="Operation",Ta="Duration",Aa="Errors",ka="Keep Percentage",Ia="Define which sources this rule applies to. You can target specific services, namespaces, or apply the rule to the entire cluster.",Na="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.",Da="Define a duration threshold for this rule. Traces with a duration longer than the specified value will be considered important and retained.",Ra="Retain traces with errors from the selected services and operations.",Oa="Use Keep All to retain every matching trace, or Sample when keeping everything is too expensive. 100% means keep all",_a="Use Drop All to discard every matching trace, or Sample to keep some examples. 0% means drop all.",La={highlyRelevant:Oa,noisy:_a,costReduction:void 0},Pa="Type rule name",Fa="Add note here...",Ma="Type here",za="Search source name",Ua="e.g. collector.my.vendor.com",Ba="Optional notes (not used by the system). Add any context or details for this sampling rule.",ja="Rule will apply to all sources in the cluster",Wa="If multiple source scopes are set, they must all match simultaneously.",Ha="All sources",Ga="-",Xa="All",Ka="Sources",Va="Namespaces",Ja="Languages",qa="any of",Ya="AND",Qa="All operations",Za="HTTP server endpoint",es="HTTP client endpoint",ts="Kafka consumer",ns="Kafka producer",os="Sampling Rules",rs='Control how traces are categorized based on "Importance" and potential value, for fine grain control of what is kept and what is dropped.',is="Refresh",as="Create rule",ss="Sampling docs",ls="75vw",cs="Delete rule?",ds="Are you sure you want to delete this sampling rule?",us="Delete",ps="Cancel",hs="Kubernetes Health Probes",gs="Keep All Error Traces",ms="Drop Traces Cluster-Wide",fs="A rule with the same matching conditions already exists.",ys="Create 'Noisy Operation Kubernetes Health Probes' rule",bs="Edit 'Noisy Operation Kubernetes Health Probes' rule",$s="Automatically detect and sample health probe traces across the cluster.",vs="Create 'Highly Relevant Operations' rule",xs="Edit 'Highly Relevant Operations' rule",Ss="Automatically keep all error traces across the entire cluster.",ws="Create 'Cost Reduction' rule",Es="Edit 'Cost Reduction' rule",Cs="Automatically drop a percentage of traces across the entire cluster.",Ts="Skip setup",As="Start setup",ks="Next",Is="Go to Sampling",Ns="Read more",Ds="Welcome to Sampling",Rs="Cut costs without losing what matters",Os="Odigos sampling works in three stages:",_s="Filter noisy traffic",Ls="Remove non-actionable traces like health checks.",Ps="Guarantee highly relevance operations",Fs="Keep traces with errors, high latency, or mission-critical endpoints/services.",Ms="Reduce cost",zs="Sample routine traffic using percentages.",Us="Sampling does not drop individual spans - it keeps or drops the entire trace.",Bs="Filter noisy operations",js="Cut traces with little or no observability value (health-checks, metric scarping, etc)",Ws="Odigos filters these efficiently, dropping them early with almost no resource cost.\n\nSampling happens at request start, so only root span attributes available at that moment can be used. Later insights about the trace (errors, latency) - aren’t available.",Hs="Preset Rules",Gs="Kubernetes Health Probes",Xs="Automatically ignore health checks",Ks="You can review, adjust, and add additional custom rules later.",Vs="Choose your sampling strategy",Js="Pick the approach that best fits your balance of cost vs data-completeness",qs="Keep List",Ys="Budget Friendly",Qs="Define which traces must be kept, while all others are sampled by default to minimize cost.",Zs="Cost-oriented - keeps only what you explicitly select.",el="Best for very large clusters with high volumes of traces and high costs.",tl="Higher risk of missing important traces without ongoing review.",nl="Drop List",ol="Safe Choice",rl="Define which traces must be aggressively dropped, while all others are kept by default.",il="Preserves most data unless explicitly filtered.",al="Safer by default - gaps in rules or system changes increase cost rather than risk losing important traces.",sl="Advanced",ll="Maximum Flexibility",cl="Full control over all sampling rules and categories.\n\nBest for advanced users who want complete flexibility.",dl="'Keep List' profile",ul="Protect important traces",pl="Start by setting the default sampling rate for all traces.\nThen define rules to exclude highly relevant traces so they are guaranteed to be kept\n\nCommon use-cases include:",hl="Traces with errors",gl="Slow requests (duration above threshold)",ml="Mission-Critical endpoints or services",fl="Services under test or evaluation",yl="New deployments",bl="You can review, adjust, and add rules once onboarding is complete.",$l="Common Rules",vl="Preset Rules",xl="Error collection - entire cluster",Sl="Keep all traces with errors",wl="Ambient sampling percentage",El="'Drop List' profile",Cl="Reduce high-volume traffic",Tl="Start by keeping all traces by default. Then define rules to drop high-volume or low-value traces to reduce overall volume and cost.\n\nIn many systems, a small number of endpoints generate most of the trace volume.\nTargeting these high-volume sources can significantly reduce overall data.",Al="Advanced Configuration",kl="Configure sampling rules",Il="Advanced mode allows you to configure all sampling categories:",Nl="Noise Filtering - remove non-actionable traces",Dl="Highly Relevance - guarantee important traces are kept",Rl='Cost Control - drop traces for "Normal" operations',Ol="Rules can target:",_l="Services",Ll="HTTP Endpoints",Pl="DB Operations",Fl="Errors",Ml="Latency and more...",zl="Sampling configured successfully!",Ul="Your sampling configuration is ready.\nYou can add and adjust rules anytime in Sampling Rules space.",Bl="Odigos will now:",jl="Filter noisy operations",Wl="Guarantee important traces",Hl="Reduce cost using controlled sampling",Gl="Recommended",Xl={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."},Kl={noisy:ys,highlyRelevant:vs,costReduction:ws},Vl={noisy:bs,highlyRelevant:xs,costReduction:Es},Jl={noisy:"Noisy Operation",highlyRelevant:"Highly Relevant",costReduction:"Cost Reduction"},ql=[{id:so.Logs,value:"Logs"},{id:so.Metrics,value:"Metrics"},{id:so.Traces,value:"Traces"},{id:so.Profiles,value:"Profiles"}],Yl={PID:"process.pid",VPID:"process.vpid"},Ql={[Dn.Go]:"Go",[Dn.Java]:"Java",[Dn.JavaScript]:"Node.js",[Dn.Python]:"Python",[Dn.DotNet]:".NET",[Dn.CSharp]:"C#",[Dn.CPlusPlus]:"C++",[Dn.Php]:"PHP",[Dn.Ruby]:"Ruby",[Dn.Rust]:"Rust",[Dn.Swift]:"Swift",[Dn.Elixir]:"Elixir",[Dn.MySql]:"MySQL",[Dn.Nginx]:"Nginx",[Dn.Postgres]:"PostgreSQL",[Dn.Redis]:"Redis",[Dn.Kafka]:"Kafka",[Dn.Ignored]:"Ignored",[Dn.Unknown]:"Unknown",[Dn.Processing]:"Processing",[Dn.NoContainers]:"No Containers",[Dn.NoRunningPods]:"No Running Pods"},Zl=[{id:Dn.Go,label:Ql[Dn.Go],icon:Mo(Dn.Go)},{id:Dn.Java,label:Ql[Dn.Java],icon:Mo(Dn.Java)},{id:Dn.JavaScript,label:Ql[Dn.JavaScript],icon:Mo(Dn.JavaScript)},{id:Dn.Python,label:Ql[Dn.Python],icon:Mo(Dn.Python)},{id:Dn.Php,label:Ql[Dn.Php],icon:Mo(Dn.Php)},{id:Dn.Ruby,label:Ql[Dn.Ruby],icon:Mo(Dn.Ruby)},{id:Dn.Rust,label:Ql[Dn.Rust],icon:Mo(Dn.Rust)},{id:Dn.DotNet,label:Ql[Dn.DotNet],icon:Mo(Dn.DotNet)},{id:Dn.CSharp,label:Ql[Dn.CSharp],icon:Mo(Dn.CSharp)},{id:Dn.CPlusPlus,label:Ql[Dn.CPlusPlus],icon:Mo(Dn.CPlusPlus)},{id:Dn.Swift,label:Ql[Dn.Swift],icon:Mo(Dn.Swift)},{id:Dn.Elixir,label:Ql[Dn.Elixir],icon:Mo(Dn.Elixir)}],ec={id:qn.OpentelemetryEbpfInstrumentation,label:qn.OpentelemetryEbpfInstrumentation,icon:ft},tc={[Dn.Go]:{community:[{id:qn.GolangCommunity,label:qn.GolangCommunity,icon:Mo(Dn.Go)},ec],enterprise:[{id:qn.GolangEnterprise,label:qn.GolangEnterprise,icon:Mo(Dn.Go)}]},[Dn.JavaScript]:{community:[{id:qn.NodejsCommunity,label:qn.NodejsCommunity,icon:Mo(Dn.JavaScript)},ec],enterprise:[{id:qn.NodejsEnterprise,label:qn.NodejsEnterprise,icon:Mo(Dn.JavaScript)}]},[Dn.Python]:{community:[{id:qn.PythonCommunity,label:qn.PythonCommunity,icon:Mo(Dn.Python)},ec],enterprise:[{id:qn.PythonEnterprise,label:qn.PythonEnterprise,icon:Mo(Dn.Python)}]},[Dn.Java]:{community:[{id:qn.JavaCommunity,label:qn.JavaCommunity,icon:Mo(Dn.Java)},ec],enterprise:[{id:qn.JavaEnterprise,label:qn.JavaEnterprise,icon:Mo(Dn.Java)},{id:qn.JavaEbpfInstrumentations,label:qn.JavaEbpfInstrumentations,icon:Mo(Dn.Java)}]},[Dn.DotNet]:{community:[{id:qn.DotNetCommunity,label:qn.DotNetCommunity,icon:Mo(Dn.DotNet)},ec],enterprise:[{id:qn.DotNetEnterprise,label:qn.DotNetEnterprise,icon:Mo(Dn.DotNet)}]},[Dn.Ruby]:{community:[{id:qn.RubyCommunity,label:qn.RubyCommunity,icon:Mo(Dn.Ruby)},ec],enterprise:[{id:qn.RubyEnterprise,label:qn.RubyEnterprise,icon:Mo(Dn.Ruby)}]},[Dn.Php]:{community:[{id:qn.PhpCommunity,label:qn.PhpCommunity,icon:Mo(Dn.Php)},ec],enterprise:[]},[Dn.CSharp]:{community:[],enterprise:[{id:qn.CPlusPlusEnterprise,label:qn.CPlusPlusEnterprise,icon:Mo(Dn.CSharp)}]},[Dn.MySql]:{community:[],enterprise:[{id:qn.MySqlEnterprise,label:qn.MySqlEnterprise,icon:Mo(Dn.MySql)}]},[Dn.CPlusPlus]:{community:[ec],enterprise:[]},[Dn.Rust]:{community:[ec],enterprise:[]},[Dn.Swift]:{community:[ec],enterprise:[]},[Dn.Elixir]:{community:[ec],enterprise:[]},[Dn.Nginx]:{community:[ec],enterprise:[]},[Dn.Postgres]:{community:[ec],enterprise:[]},[Dn.Redis]:{community:[ec],enterprise:[]},[Dn.Kafka]:{community:[ec],enterprise:[]},[Dn.Ignored]:{community:[],enterprise:[]},[Dn.Unknown]:{community:[ec],enterprise:[]},[Dn.Processing]:{community:[],enterprise:[]},[Dn.NoContainers]:{community:[],enterprise:[]},[Dn.NoRunningPods]:{community:[],enterprise:[]}},nc=6048e5,oc=_t(e=>({activeNodeType:null,activeNodeId:null,setActiveNodeType:t=>e({activeNodeType:t}),setActiveNodeId:t=>e({activeNodeId:t})})),rc=_t()(Gt(e=>({darkMode:!0,setDarkMode:t=>e({darkMode:t})}),{name:gn.DARK_MODE,storage:"undefined"!=typeof window?Xt(()=>localStorage):void 0})),ic={dataStreamsLoading:!1,dataStreams:[],selectedStreamName:un},ac=_t(e=>({...ic,setDataStreamsLoading:t=>e({dataStreamsLoading:t}),setDataStreams:t=>e({dataStreams:t}),addDataStreams:t=>e(e=>{const n=[...e.dataStreams,...t].map(e=>[e.name,e]);return{dataStreams:Array.from(new Map(n).values())}}),removeDataStreams:t=>e(e=>({dataStreams:e.dataStreams.filter(e=>!t.find(t=>t.name===e.name))})),setSelectedStreamName:t=>e({selectedStreamName:t}),resetDataStreamStore:()=>e(ic)})),sc=_t(e=>({drawerType:null,drawerEntityId:null,setDrawerType:t=>e({drawerType:t}),setDrawerEntityId:t=>e({drawerEntityId:t})})),lc=e=>[...e].sort((e,t)=>{const n=e.id.namespace.localeCompare(t.id.namespace);return 0!==n?n:e.id.name.localeCompare(t.id.name)}),cc=_t(e=>({namespacesLoading:!1,namespaces:[],sourcesLoading:!1,sources:[],destinationsLoading:!1,destinations:[],actionsLoading:!1,actions:[],instrumentationRulesLoading:!1,instrumentationRules:[],setEntitiesLoading:(t,n)=>{const o=t===On.Namespace?"namespacesLoading":t===On.Source?"sourcesLoading":t===On.Destination?"destinationsLoading":t===On.Action?"actionsLoading":t===On.InstrumentationRule?"instrumentationRulesLoading":"NONE";"NONE"!==o&&e({[o]:n})},setEntities:(t,n)=>{const o=t===On.Namespace?"namespaces":t===On.Source?"sources":t===On.Destination?"destinations":t===On.Action?"actions":t===On.InstrumentationRule?"instrumentationRules":"NONE";if("NONE"===o)return;const r="sources"===o?lc(n):n;e({[o]:r})},addEntities:(t,n)=>{const o=t===On.Namespace?"namespaces":t===On.Source?"sources":t===On.Destination?"destinations":t===On.Action?"actions":t===On.InstrumentationRule?"instrumentationRules":"NONE";"NONE"!==o&&e(e=>{const t=[...e[o]],r=new Map;t.forEach((e,t)=>{r.set(Vo(e),t)}),n.forEach(e=>{const n=Vo(e),o=r.get(n);void 0!==o?t[o]={...t[o],...e}:(r.set(n,t.length),t.push(e))});const i="sources"===o?lc(t):t;return{[o]:i}})},removeEntities:(t,n)=>{const o=t===On.Namespace?"namespaces":t===On.Source?"sources":t===On.Destination?"destinations":t===On.Action?"actions":t===On.InstrumentationRule?"instrumentationRules":"NONE";"NONE"!==o&&e(e=>{const t=new Set(n.map(e=>Ko(e))),r=e[o].filter(e=>!t.has(Vo(e)));return{[o]:r}})},resetEntityStore:()=>{e({namespacesLoading:!1,namespaces:[],sourcesLoading:!1,sources:[],destinationsLoading:!1,destinations:[],actionsLoading:!1,actions:[],instrumentationRulesLoading:!1,instrumentationRules:[]})}})),dc=()=>({searchText:"",statuses:[],platformTypes:[],namespaces:[],kinds:[],monitors:[],languages:[],podsAgentInjectionStatus:[],onlyErrors:!1}),uc=_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}),podsAgentInjectionStatus:[],setPodsAgentInjectionStatus:t=>e({podsAgentInjectionStatus:t}),onlyErrors:!1,setOnlyErrors:t=>e({onlyErrors:t}),setAll:t=>e(t),clearAll:()=>e({searchText:"",statuses:[],platformTypes:[],namespaces:[],kinds:[],monitors:[],languages:[],podsAgentInjectionStatus:[],onlyErrors:!1}),getEmptyState:dc})),pc=_t(e=>({currentModal:"",setCurrentModal:t=>e({currentModal:t})})),hc=_t((e,t)=>({notifications:[],addNotification:n=>{const o=new Date,r=`${o.getTime().toString()}${n.target?`#${n.target}`:""}`,{notifications:i}=t();i.some(e=>e.type===n.type&&e.title===n.title&&e.message===n.message&&!e.dismissed)||e(e=>({notifications:[{...n,id:r,time:o.toISOString(),dismissed:!1,seen:!1},...e.notifications]}))},markAsDismissed:t=>{e(e=>{const n=e.notifications.findIndex(e=>e.id===t);return-1!==n&&(e.notifications[n].dismissed=!0),{notifications:e.notifications}})},markAsSeen:t=>{e(e=>{const n=e.notifications.findIndex(e=>e.id===t);return-1!==n&&(e.notifications[n].seen=!0),{notifications:e.notifications}})},removeNotification:t=>{e(e=>{const n=e.notifications.findIndex(e=>e.id===t);return-1!==n&&e.notifications.splice(n,1),{notifications:e.notifications}})},removeNotifications:t=>{t&&e(e=>({notifications:e.notifications.filter(e=>e.id.split("#")[1]!==t)}))}}));var gc;!function(e){e.Instrumenting="instrumenting",e.Uninstrumenting="uninstrumenting",e.BulkInstrumenting="bulk-instrumenting",e.BulkUninstrumenting="bulk-uninstrumenting",e.DownloadingDiagnose="downloading-diagnose"}(gc||(gc={}));const mc=(e,t)=>({...t?.[e]||{total:0,current:0,percentage:0}}),fc=e=>(e.total<e.current&&(e.total=e.current+1),e.percentage=Math.round(e.current/e.total*100),e),yc=_t((e,t)=>({progress:{},setProgress:(n,o)=>{const r=t(),i=mc();return"number"==typeof o.total&&(i.total=o.total),"number"==typeof o.current&&(i.current=o.current),Array.isArray(o.list)&&(i.list=o.list),e({progress:{...r.progress,[n]:fc(i)}})},addProgress:(n,o,r)=>{const i=t(),a=mc(n,i.progress);return a.current+=o,r&&(a.list=a.list?.map(e=>e.label===r.label?{...e,status:r.status}:e)),e({progress:{...i.progress,[n]:fc(a)}})},resetProgress:t=>e({progress:{[t]:void 0}})})),bc=_t(e=>({selectedSources:{},setSelectedSources:t=>e({selectedSources:t}),resetSelectedState:()=>e(()=>({selectedSources:{},selectedConnection:null}))})),$c={configuredSources:{},configuredFutureApps:{},configuredDestinations:[],configuredDestinationsUpdateOnly:[]},vc=(e,t)=>e.destinationType.type!==t.destinationType.type,xc=_t(e=>({...$c,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=>vc(e,t))})),setConfiguredDestinationsUpdateOnly:t=>e({configuredDestinationsUpdateOnly:t}),addConfiguredDestinationUpdateOnly:t=>e(e=>{const n=[...e.configuredDestinationsUpdateOnly,t].map(e=>[e.id,e]);return{configuredDestinationsUpdateOnly:Array.from(new Map(n).values())}}),removeConfiguredDestinationUpdateOnly:t=>e(e=>({configuredDestinationsUpdateOnly:e.configuredDestinationsUpdateOnly.filter(e=>vc(e,t))})),clearStore:()=>e(()=>({...$c}))})),Sc=e=>{function t(){return void 0===e?{}:So(e)}const[n,o]=Ft(t()),[r,i]=Ft({}),[a,s]=Ft(t()),l=Ut((e,t)=>{const n={};if(!t||"object"!=typeof t)return e?{...e}:n;for(const[o,r]of Object.entries(e)){const e=o;if(Array.isArray(r)){const o=t[e];Array.isArray(o)&&r.length===o.length&&r.every((e,t)=>"object"==typeof e&&null!==e?0===Object.keys(l(e,o[t])).length:e===o[t])||(n[e]=t[e])}else if("object"==typeof r&&null!==r)if(null==t[e]||"object"!=typeof t[e])n[e]=t[e];else{const o=l(r,t[e]);Object.keys(o).length>0&&(n[e]=o)}else r!==t[e]&&(n[e]=t[e])}for(const o of Object.keys(t))o in e||(n[o]=t[o]);return n},[]),c=(e,t)=>0===Object.keys(l(e,t)).length,d=zt(()=>!c(a,n),[a,n]);Mt(()=>{const r=t();void 0!==e&&"{}"===JSON.stringify(n)&&"{}"!==JSON.stringify(r)&&(o(r),s(r))},[e,n]);const u=Ut((e,t)=>wo("formData"===e?n:r,t.toString()),[n,r]);return{formData:n,formErrors:r,getFormDiff:l,areFormValuesEqual:c,isFormDirty:d,handleFormChange:(e,t,n)=>{if(e){const n=e.toString(),r=n.split(".");1===r.length?o(n=>({...n,[e]:t})):o(e=>{const n=So(e);let o=n;for(let e=0;e<r.length-1;e++){const t=r[e];o[t]&&"object"==typeof o[t]||(o[t]={}),o=o[t]}return o[r[r.length-1]]=t,n}),i(e=>{const t=n,o=r[r.length-1],i=void 0!==e[t],a=o!==t&&void 0!==e[o];if(!i&&!a)return e;const s={...e};return i&&delete s[t],a&&delete s[o],s})}else n&&o({...n})},handleErrorChange:(e,t,n)=>{if(e){const n=e.toString().split(".");1===n.length?i(n=>({...n,[e]:t})):i(e=>{const o=So(e);let r=o;for(let e=0;e<n.length-1;e++){const t=n[e];r[t]&&"object"==typeof r[t]||(r[t]={}),r=r[t]}return r[n[n.length-1]]=t,o})}else n&&i({...n})},resetFormData:e=>{const n=e||t();o(n),s(n),i({})},getNestedValue:u}},wc={type:"",name:"",notes:"",signals:[],disabled:!1,fields:{clusterAttributes:null,overwriteExistingValues:null,renames:null,attributeNamesToDelete:null,piiCategories:null,urlTemplatizationRulesGroups:null,extractAttribute:null}},Ec=()=>{const{addNotification:e}=hc(),{formData:t,formErrors:n,handleFormChange:o,handleErrorChange:r,resetFormData:i}=Sc(wc),a=e=>e&&Array.isArray(e)?e.map(e=>!e.fromSources?.length&&e.from?{...e,fromSources:[e.from]}:e):e;return{formData:t,formErrors:n,handleFormChange:o,resetFormData:i,validateForm:n=>{const o={};let i=!0;if(Object.entries(t).forEach(([e,t])=>{switch(e){case"type":case"signals":ni(t)&&(o[e]=mn.FIELD_IS_REQUIRED)}}),t.type===bn.URLTemplatization){const e=t.fields?.urlTemplatizationRulesGroups;if(e)for(const t of e)if(t.templatizationRules?.some(e=>!e.template?.trim())){o.fields=mn.FIELD_IS_REQUIRED;break}}return i=!Object.values(o).length,!i&&n?.withAlert&&e({type:Fn.Warning,title:n.alertTitle,message:mn.REQUIRED_FIELDS,hideFromHistory:!0}),r(void 0,void 0,o),i},loadFormWithDrawerItem:({type:e,signals:t,name:n,notes:r,disabled:i,fields:s})=>{const l={...So(wc),type:e,signals:t,name:n,notes:r,disabled:i};Object.entries(s).forEach(([e,t])=>{if(t)switch(e){case $n.LabelsAttributes:case $n.AnnotationsAttributes:l.fields||(l.fields={}),l.fields[e]=a(t);break;case $n.CollectContainerAttributes:case $n.CollectReplicaSetAttributes:case $n.CollectWorkloadId:case $n.CollectClusterId:case $n.ClusterAttributes:case $n.OverwriteExistingValues:case $n.AttributeNamesToDelete:case $n.Renames:case $n.PiiCategories:case $n.ExtractAttribute:case $n.UrlTemplatizationRulesGroups:l.fields||(l.fields={}),l.fields[e]=t}}),o(void 0,void 0,l)}}},Cc=e=>{Mt(()=>{if(e){const e=document.body.style.overflow;return document.body.style.overflow="hidden",()=>{document.body.style.overflow=e}}},[e])},Tc=()=>{const{setCurrentModal:e}=pc(),{setDrawerType:t,setDrawerEntityId:n}=sc(),{setActiveNodeType:o,setActiveNodeId:r,activeNodeId:i}=oc();return{onClickNode:(a,s)=>{const{id:l,type:c,data:{id:d,type:u}}=s;switch(i===l?(o(null),r(null)):(o(c),r(l)),u){case On.Source:case On.Destination:case On.Action:case On.InstrumentationRule:t(u),n(d);break;case Kn.AddSource:e(On.Source);break;case Kn.AddDestination:e(On.Destination);break;case Kn.AddAction:e(On.Action);break;case Kn.AddRule:e(On.InstrumentationRule)}}}},Ac=()=>{const{setDrawerType:e,setDrawerEntityId:t}=sc(),{markAsDismissed:n,markAsSeen:o}=hc();return{onClickNotification:(r,i)=>{const{id:a,crdType:s,target:l}=r,{dismissToast:c}=i||{};if(s&&l)switch(s){case On.InstrumentationRule:e(On.InstrumentationRule),t(qo(l,On.InstrumentationRule));break;case On.Source:case"InstrumentationConfig":case"InstrumentationInstance":e(On.Source),t(qo(l,On.Source));break;case On.Action:e(On.Action),t(qo(l,On.Action));break;case On.Destination:case"Destination":e(On.Destination),t(qo(l,On.Destination))}o(a),c&&n(a)}}},kc=()=>{const e=Bt(null),[t,n]=Ft(0),[o,r]=Ft(0);return Mt(()=>{const t=()=>{if(e.current){const{width:t,height:o}=e.current.getBoundingClientRect();n(t),r(o)}};return t(),window.addEventListener("resize",t),()=>window.removeEventListener("resize",t)},[]),{containerRef:e,containerWidth:t,containerHeight:o}};var Ic;!function(e){e[e.XS=16]="XS",e[e.S=18]="S",e[e.M=24]="M",e[e.L=32]="L"}(Ic||(Ic={}));const Nc=o.div`
217
+ `,Ii=Lt(({isOpen:n,asPortal:o,...r},i)=>{const a=zt(()=>{const{children:n,top:a,bottom:s,left:l,right:c,borderRadius:d,padding:u,maxWidth:p,width:h,header:g,footer:m,withPointerEvents:f,...y}=r;return t(Ei,{ref:i,$top:a,$bottom:s,$left:l,$right:c,$borderRadius:d,$padding:u,$maxWidth:p,$width:h,$asPortal:o,$withPointerEvents:f,...y,children:[g&&e(Ci,{$padding:u,children:g}),e(Ti,{$padding:u,children:n}),m&&e(Ai,{$padding:u,children:m})]})},[i,r,o]);return n?o?Qt.createPortal(a,document.body):a:null});Ii.displayName=Ii.name;const ki=[{type:bn.K8sAttributes,icon:Lo(bn.K8sAttributes),label:"Kubernetes Attributes",description:"Add dynamic k8s resource attributes to your data.",allowedSignals:[lo.Traces,lo.Metrics,lo.Logs,lo.Profiles],docsEndpoint:"/pipeline/actions/attributes/k8sattributes",docsDescription:"This action adds kubernetes related resource attributes to spans, metrics data points and log records."},{type:bn.AddClusterInfo,icon:Lo(bn.AddClusterInfo),label:"Add Cluster Info",description:"Add static cluster-scoped attributes to your data.",allowedSignals:[lo.Traces,lo.Metrics,lo.Logs,lo.Profiles],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:bn.DeleteAttributes,icon:Lo(bn.DeleteAttributes),label:"Delete Attribute",description:"Delete attributes from logs, metrics, and traces.",allowedSignals:[lo.Traces,lo.Metrics,lo.Logs,lo.Profiles],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:bn.RenameAttributes,icon:Lo(bn.RenameAttributes),label:"Rename Attribute",description:"Rename attributes in logs, metrics, and traces.",allowedSignals:[lo.Traces,lo.Metrics,lo.Logs,lo.Profiles],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:bn.PiiMasking,icon:Lo(bn.PiiMasking),label:"PII Masking",description:"Mask PII data in your traces.",allowedSignals:[lo.Traces],docsEndpoint:"/pipeline/actions/attributes/piimasking",docsDescription:"This action processes a list of PII categories to be masked from the traces."},{type:bn.URLTemplatization,icon:Lo(bn.URLTemplatization),label:"URL Templatization",description:"Replace dynamic URL path segments with named placeholders to reduce span cardinality.",allowedSignals:[lo.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:wi("v1.21.0")},{type:bn.ExtractAttribute,icon:Lo(bn.ExtractAttribute),label:"Extract Attribute",description:"Extract values from existing attributes and save them as new attributes using JSON, SQL, resource-path, or custom regex extraction.",allowedSignals:[lo.Traces],docsEndpoint:"/pipeline/actions/attributes/extractattribute",docsDescription:"Extracts a value from an existing span attribute into a new attribute on the same span. The value can be located by combining a lookup key with a pre-set data format (JSON, SQL, or resource path), or by supplying a custom regular expression that uses a single capture group.",minVersion:wi("v1.29.0")}];var Ni;!function(e){e.ALL="all",e.UNSAVED="unsaved",e.EXISTS="exists",e.DETECTED="detected",e.SELF_HOSTED="self-hosted",e.MANAGED="managed"}(Ni||(Ni={}));const Di={[Ni.ALL]:{TITLE:"All",DESCRIPTION:"All destinations"},[Ni.UNSAVED]:{TITLE:"Selected",DESCRIPTION:"These are destinations that you have not yet saved."},[Ni.EXISTS]:{TITLE:"Already configured",DESCRIPTION:"These are destinations that you have already configured in other data-streams and can reuse them."},[Ni.DETECTED]:{TITLE:"Suggested",DESCRIPTION:"Odigos found these destinations in your cluster and pre-filled their details. Review and enable them to start sending data."},[Ni.SELF_HOSTED]:{TITLE:"Self hosted",DESCRIPTION:"Full control and customization for advanced application monitoring."},[Ni.MANAGED]:{TITLE:"Managed",DESCRIPTION:"Effortless monitoring with scalable performance management."}},Oi=[{type:Zn.CodeAttributes,icon:Qo(Zn.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:[On.Go,On.Python,On.JavaScript]},{type:Zn.CustomInstrumentation,icon:Qo(Zn.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:[On.Go,On.Java]},{type:Zn.HeadersCollection,icon:Qo(Zn.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:[On.Go,On.Java,On.JavaScript]},{type:Zn.PayloadCollection,icon:Qo(Zn.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:[On.Go,On.JavaScript]}],Ri={TITLE:"Regex Testing",REGEX_LABEL:"Regex",REGEX_EMPTY_HINT:"No regex to test - fill in the regex field on the row first.",TEST_STRING_LABEL:"Test string",TEST_STRING_PLACEHOLDER:"Paste a span attribute payload to test the regex against...",TEST_STRING_HELP:'The regex runs verbatim against this string. Paste the actual attribute value the processor will see - if your sample came from a log dump with JSON-escaped quotes (\\"), click Unescape first.',RESULT_LABEL:"Result",RESULT_CAPTURE_HINT:"This is the value that will be written to the new span attribute.",RESULT_EMPTY_REGEX:"Enter a regex to test.",RESULT_EMPTY_INPUT:"Enter a test string to see the result.",RESULT_NO_MATCH:"No match found.",RESULT_INVALID_REGEX_FALLBACK:"Invalid regex pattern.",UNESCAPE_LABEL:"Unescape",UNESCAPE_TOOLTIP:'Convert escape sequences (\\", \\n, \\t, \\\\) into their literal characters. Useful when pasting log output that JSON-escapes attribute values.'},_i={SEGMENT_PRESET_LABEL:"Preset extract",SEGMENT_PRESET_TOOLTIP:"Extract a value from an existing attribute using a pre-set pattern (JSON, SQL, or Resource path).",SEGMENT_REGEX_LABEL:"Custom Regex",SEGMENT_REGEX_TOOLTIP:"Extract a value using your own regular expression with a single capture group.",PRESET_ROW_TITLE:e=>`Data format ${e+1}`,REGEX_ROW_TITLE:e=>`Custom Regex ${e+1}`,TEST_REGEX_LABEL:"Test Regex",REGEX_LABEL:"Regex",REGEX_PLACEHOLDER:"e.g. (?:^|[\\s,{(\"'])[\"']?study_id[\"']?\\s*[:=]\\s*[\"']?([^\"'\\s,;)}]+)",REGEX_HELP:"A regex with a single capture group; the captured value becomes the new attribute.",TARGET_LABEL:"New span attribute name",TARGET_PLACEHOLDER:"e.g. customerId",TARGET_HELP:"The name of the new extracted attribute."},Li={[Cn.JSON]:{label:"JSON",keyLabel:"JSON key",placeholder:"e.g. customer_id",helpMessage:"Type the JSON key containing the value to extract."},[Cn.SQL]:{label:"SQL",keyLabel:"SQL key",placeholder:"e.g. invoice_id",helpMessage:"Type the SQL key containing the value to extract."},[Cn.ResourcePath]:{label:"Resource path",keyLabel:"Resource path key",placeholder:"e.g. tenants",helpMessage:"Type the resource name containing the value to extract."}},Pi="Cancel",Fi="Save",Mi="Edit rule",zi="Edit auto rule",Ui="Create rule",Bi="Delete rule",ji="Save",Hi="Create your first rule",Wi="No Rules Exist",Gi="No Results",Xi=e=>`No rules match the search term "${e}"`,Ki="Rule name",Vi="Rule type",Ji="Select the type of condition that makes a trace highly relevant.",Yi="Rule Enabled",qi="Rule Disabled",Qi="Enabled",Zi="Disabled",ea="Note",ta="HTTP route",na="Method",oa="Keep Percentage",ra="Keep traces with duration larger than",ia="Keep traces with errors",aa="Keep at least this percentage of matching traces. A higher rate from another matching rule may apply instead.",sa="Keep at most this percentage of matching traces. A lower rate from another matching rule may apply instead.",la="Custom percentage",ca="Disabled rule",da="Sample",ua="Keep all",pa="Drop all",ha="Operation type",ga="HTTP route prefix",ma="Templated path",fa="Templated path prefix",ya="Kafka topic",ba="Custom duration (ms)",$a="No preview available",va="Server address",xa="Drop at most this percentage of matching traces",Sa="Unnamed rule",wa="Sampling Preview",Ea="Source Scope",Ca="Unknown source",Ta="Operation",Aa="Duration",Ia="Errors",ka="Keep Percentage",Na="Define which sources this rule applies to. You can target specific services, namespaces, or apply the rule to the entire cluster.",Da="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.",Oa="Define a duration threshold for this rule. Traces with a duration longer than the specified value will be considered important and retained.",Ra="Retain traces with errors from the selected services and operations.",_a="Use Keep All to retain every matching trace, or Sample when keeping everything is too expensive. 100% means keep all",La="Use Drop All to discard every matching trace, or Sample to keep some examples. 0% means drop all.",Pa={highlyRelevant:_a,noisy:La,costReduction:void 0},Fa="Type rule name",Ma="Add note here...",za="Type here",Ua="Search source name",Ba="e.g. collector.my.vendor.com",ja="Optional notes (not used by the system). Add any context or details for this sampling rule.",Ha="Rule will apply to all sources in the cluster",Wa="If multiple source scopes are set, they must all match simultaneously.",Ga="All sources",Xa="-",Ka="All",Va="Sources",Ja="Namespaces",Ya="Languages",qa="any of",Qa="AND",Za="All operations",es="HTTP server endpoint",ts="HTTP client endpoint",ns="Kafka consumer",os="Kafka producer",rs="Sampling Rules",is='Control how traces are categorized based on "Importance" and potential value, for fine grain control of what is kept and what is dropped.',as="Refresh",ss="Create rule",ls="Sampling docs",cs="75vw",ds="Delete rule?",us="Are you sure you want to delete this sampling rule?",ps="Delete",hs="Cancel",gs="Kubernetes Health Probes",ms="Keep All Error Traces",fs="Drop Traces Cluster-Wide",ys="A rule with the same matching conditions already exists.",bs="Create 'Noisy Operation Kubernetes Health Probes' rule",$s="Edit 'Noisy Operation Kubernetes Health Probes' rule",vs="Automatically detect and sample health probe traces across the cluster.",xs="Create 'Highly Relevant Operations' rule",Ss="Edit 'Highly Relevant Operations' rule",ws="Automatically keep all error traces across the entire cluster.",Es="Create 'Cost Reduction' rule",Cs="Edit 'Cost Reduction' rule",Ts="Automatically drop a percentage of traces across the entire cluster.",As="Skip setup",Is="Start setup",ks="Next",Ns="Go to Sampling",Ds="Read more",Os="Welcome to Sampling",Rs="Cut costs without losing what matters",_s="Odigos sampling works in three stages:",Ls="Filter noisy traffic",Ps="Remove non-actionable traces like health checks.",Fs="Guarantee highly relevance operations",Ms="Keep traces with errors, high latency, or mission-critical endpoints/services.",zs="Reduce cost",Us="Sample routine traffic using percentages.",Bs="Sampling does not drop individual spans - it keeps or drops the entire trace.",js="Filter noisy operations",Hs="Cut traces with little or no observability value (health-checks, metric scarping, etc)",Ws="Odigos filters these efficiently, dropping them early with almost no resource cost.\n\nSampling happens at request start, so only root span attributes available at that moment can be used. Later insights about the trace (errors, latency) - aren’t available.",Gs="Preset Rules",Xs="Kubernetes Health Probes",Ks="Automatically ignore health checks",Vs="You can review, adjust, and add additional custom rules later.",Js="Choose your sampling strategy",Ys="Pick the approach that best fits your balance of cost vs data-completeness",qs="Keep List",Qs="Budget Friendly",Zs="Define which traces must be kept, while all others are sampled by default to minimize cost.",el="Cost-oriented - keeps only what you explicitly select.",tl="Best for very large clusters with high volumes of traces and high costs.",nl="Higher risk of missing important traces without ongoing review.",ol="Drop List",rl="Safe Choice",il="Define which traces must be aggressively dropped, while all others are kept by default.",al="Preserves most data unless explicitly filtered.",sl="Safer by default - gaps in rules or system changes increase cost rather than risk losing important traces.",ll="Advanced",cl="Maximum Flexibility",dl="Full control over all sampling rules and categories.\n\nBest for advanced users who want complete flexibility.",ul="'Keep List' profile",pl="Protect important traces",hl="Start by setting the default sampling rate for all traces.\nThen define rules to exclude highly relevant traces so they are guaranteed to be kept\n\nCommon use-cases include:",gl="Traces with errors",ml="Slow requests (duration above threshold)",fl="Mission-Critical endpoints or services",yl="Services under test or evaluation",bl="New deployments",$l="You can review, adjust, and add rules once onboarding is complete.",vl="Common Rules",xl="Preset Rules",Sl="Error collection - entire cluster",wl="Keep all traces with errors",El="Ambient sampling percentage",Cl="'Drop List' profile",Tl="Reduce high-volume traffic",Al="Start by keeping all traces by default. Then define rules to drop high-volume or low-value traces to reduce overall volume and cost.\n\nIn many systems, a small number of endpoints generate most of the trace volume.\nTargeting these high-volume sources can significantly reduce overall data.",Il="Advanced Configuration",kl="Configure sampling rules",Nl="Advanced mode allows you to configure all sampling categories:",Dl="Noise Filtering - remove non-actionable traces",Ol="Highly Relevance - guarantee important traces are kept",Rl='Cost Control - drop traces for "Normal" operations',_l="Rules can target:",Ll="Services",Pl="HTTP Endpoints",Fl="DB Operations",Ml="Errors",zl="Latency and more...",Ul="Sampling configured successfully!",Bl="Your sampling configuration is ready.\nYou can add and adjust rules anytime in Sampling Rules space.",jl="Odigos will now:",Hl="Filter noisy operations",Wl="Guarantee important traces",Gl="Reduce cost using controlled sampling",Xl="Recommended",Kl={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."},Vl={noisy:bs,highlyRelevant:xs,costReduction:Es},Jl={noisy:$s,highlyRelevant:Ss,costReduction:Cs},Yl={noisy:"Noisy Operation",highlyRelevant:"Highly Relevant",costReduction:"Cost Reduction"},ql=[{id:lo.Logs,value:"Logs"},{id:lo.Metrics,value:"Metrics"},{id:lo.Traces,value:"Traces"},{id:lo.Profiles,value:"Profiles"}],Ql={PID:"process.pid",VPID:"process.vpid"},Zl={[On.Go]:"Go",[On.Java]:"Java",[On.JavaScript]:"Node.js",[On.Python]:"Python",[On.DotNet]:".NET",[On.CSharp]:"C#",[On.CPlusPlus]:"C++",[On.Php]:"PHP",[On.Ruby]:"Ruby",[On.Rust]:"Rust",[On.Swift]:"Swift",[On.Elixir]:"Elixir",[On.MySql]:"MySQL",[On.Nginx]:"Nginx",[On.Postgres]:"PostgreSQL",[On.Redis]:"Redis",[On.Kafka]:"Kafka",[On.Ignored]:"Ignored",[On.Unknown]:"Unknown",[On.Processing]:"Processing",[On.NoContainers]:"No Containers",[On.NoRunningPods]:"No Running Pods"},ec=[{id:On.Go,label:Zl[On.Go],icon:zo(On.Go)},{id:On.Java,label:Zl[On.Java],icon:zo(On.Java)},{id:On.JavaScript,label:Zl[On.JavaScript],icon:zo(On.JavaScript)},{id:On.Python,label:Zl[On.Python],icon:zo(On.Python)},{id:On.Php,label:Zl[On.Php],icon:zo(On.Php)},{id:On.Ruby,label:Zl[On.Ruby],icon:zo(On.Ruby)},{id:On.Rust,label:Zl[On.Rust],icon:zo(On.Rust)},{id:On.DotNet,label:Zl[On.DotNet],icon:zo(On.DotNet)},{id:On.CSharp,label:Zl[On.CSharp],icon:zo(On.CSharp)},{id:On.CPlusPlus,label:Zl[On.CPlusPlus],icon:zo(On.CPlusPlus)},{id:On.Swift,label:Zl[On.Swift],icon:zo(On.Swift)},{id:On.Elixir,label:Zl[On.Elixir],icon:zo(On.Elixir)}],tc={id:qn.OpentelemetryEbpfInstrumentation,label:qn.OpentelemetryEbpfInstrumentation,icon:ft},nc={[On.Go]:{community:[{id:qn.GolangCommunity,label:qn.GolangCommunity,icon:zo(On.Go)},tc],enterprise:[{id:qn.GolangEnterprise,label:qn.GolangEnterprise,icon:zo(On.Go)}]},[On.JavaScript]:{community:[{id:qn.NodejsCommunity,label:qn.NodejsCommunity,icon:zo(On.JavaScript)},tc],enterprise:[{id:qn.NodejsEnterprise,label:qn.NodejsEnterprise,icon:zo(On.JavaScript)}]},[On.Python]:{community:[{id:qn.PythonCommunity,label:qn.PythonCommunity,icon:zo(On.Python)},tc],enterprise:[{id:qn.PythonEnterprise,label:qn.PythonEnterprise,icon:zo(On.Python)}]},[On.Java]:{community:[{id:qn.JavaCommunity,label:qn.JavaCommunity,icon:zo(On.Java)},tc],enterprise:[{id:qn.JavaEnterprise,label:qn.JavaEnterprise,icon:zo(On.Java)},{id:qn.JavaEbpfInstrumentations,label:qn.JavaEbpfInstrumentations,icon:zo(On.Java)}]},[On.DotNet]:{community:[{id:qn.DotNetCommunity,label:qn.DotNetCommunity,icon:zo(On.DotNet)},tc],enterprise:[{id:qn.DotNetEnterprise,label:qn.DotNetEnterprise,icon:zo(On.DotNet)}]},[On.Ruby]:{community:[{id:qn.RubyCommunity,label:qn.RubyCommunity,icon:zo(On.Ruby)},tc],enterprise:[{id:qn.RubyEnterprise,label:qn.RubyEnterprise,icon:zo(On.Ruby)}]},[On.Php]:{community:[{id:qn.PhpCommunity,label:qn.PhpCommunity,icon:zo(On.Php)},tc],enterprise:[]},[On.CSharp]:{community:[],enterprise:[{id:qn.CPlusPlusEnterprise,label:qn.CPlusPlusEnterprise,icon:zo(On.CSharp)}]},[On.MySql]:{community:[],enterprise:[{id:qn.MySqlEnterprise,label:qn.MySqlEnterprise,icon:zo(On.MySql)}]},[On.CPlusPlus]:{community:[tc],enterprise:[]},[On.Rust]:{community:[tc],enterprise:[]},[On.Swift]:{community:[tc],enterprise:[]},[On.Elixir]:{community:[tc],enterprise:[]},[On.Nginx]:{community:[tc],enterprise:[]},[On.Postgres]:{community:[tc],enterprise:[]},[On.Redis]:{community:[tc],enterprise:[]},[On.Kafka]:{community:[tc],enterprise:[]},[On.Ignored]:{community:[],enterprise:[]},[On.Unknown]:{community:[tc],enterprise:[]},[On.Processing]:{community:[],enterprise:[]},[On.NoContainers]:{community:[],enterprise:[]},[On.NoRunningPods]:{community:[],enterprise:[]}},oc=6048e5,rc=_t(e=>({activeNodeType:null,activeNodeId:null,setActiveNodeType:t=>e({activeNodeType:t}),setActiveNodeId:t=>e({activeNodeId:t})})),ic=_t()(Jt(e=>({darkMode:!0,setDarkMode:t=>e({darkMode:t})}),{name:gn.DARK_MODE,storage:"undefined"!=typeof window?Yt(()=>localStorage):void 0})),ac={dataStreamsLoading:!1,dataStreams:[],selectedStreamName:un},sc=_t(e=>({...ac,setDataStreamsLoading:t=>e({dataStreamsLoading:t}),setDataStreams:t=>e({dataStreams:t}),addDataStreams:t=>e(e=>{const n=[...e.dataStreams,...t].map(e=>[e.name,e]);return{dataStreams:Array.from(new Map(n).values())}}),removeDataStreams:t=>e(e=>({dataStreams:e.dataStreams.filter(e=>!t.find(t=>t.name===e.name))})),setSelectedStreamName:t=>e({selectedStreamName:t}),resetDataStreamStore:()=>e(ac)})),lc=_t(e=>({drawerType:null,drawerEntityId:null,pendingViewSamplingRule:null,setDrawerType:t=>e({drawerType:t}),setDrawerEntityId:t=>e({drawerEntityId:t}),setPendingViewSamplingRule:t=>e({pendingViewSamplingRule:t})})),cc=()=>({searchText:"",statuses:[],platformTypes:[],namespaces:[],kinds:[],monitors:[],languages:[],podsAgentInjectionStatus:[],onlyErrors:!1}),dc=_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}),podsAgentInjectionStatus:[],setPodsAgentInjectionStatus:t=>e({podsAgentInjectionStatus:t}),onlyErrors:!1,setOnlyErrors:t=>e({onlyErrors:t}),setAll:t=>e(t),clearAll:()=>e({searchText:"",statuses:[],platformTypes:[],namespaces:[],kinds:[],monitors:[],languages:[],podsAgentInjectionStatus:[],onlyErrors:!1}),getEmptyState:cc})),uc=_t(e=>({currentModal:"",setCurrentModal:t=>e({currentModal:t})})),pc=_t((e,t)=>({notifications:[],addNotification:n=>{const o=new Date,r=`${o.getTime().toString()}${n.target?`#${n.target}`:""}`,{notifications:i}=t();i.some(e=>e.type===n.type&&e.title===n.title&&e.message===n.message&&!e.dismissed)||e(e=>({notifications:[{...n,id:r,time:o.toISOString(),dismissed:!1,seen:!1},...e.notifications]}))},markAsDismissed:t=>{e(e=>{const n=e.notifications.findIndex(e=>e.id===t);return-1!==n&&(e.notifications[n].dismissed=!0),{notifications:e.notifications}})},markAsSeen:t=>{e(e=>{const n=e.notifications.findIndex(e=>e.id===t);return-1!==n&&(e.notifications[n].seen=!0),{notifications:e.notifications}})},removeNotification:t=>{e(e=>{const n=e.notifications.findIndex(e=>e.id===t);return-1!==n&&e.notifications.splice(n,1),{notifications:e.notifications}})},removeNotifications:t=>{t&&e(e=>({notifications:e.notifications.filter(e=>e.id.split("#")[1]!==t)}))}}));var hc;!function(e){e.Instrumenting="instrumenting",e.Uninstrumenting="uninstrumenting",e.BulkInstrumenting="bulk-instrumenting",e.BulkUninstrumenting="bulk-uninstrumenting",e.DownloadingDiagnose="downloading-diagnose"}(hc||(hc={}));const gc=(e,t)=>({...t?.[e]||{total:0,current:0,percentage:0}}),mc=e=>(e.total<e.current&&(e.total=e.current+1),e.percentage=Math.round(e.current/e.total*100),e),fc=_t((e,t)=>({progress:{},setProgress:(n,o)=>{const r=t(),i=gc();return"number"==typeof o.total&&(i.total=o.total),"number"==typeof o.current&&(i.current=o.current),Array.isArray(o.list)&&(i.list=o.list),e({progress:{...r.progress,[n]:mc(i)}})},addProgress:(n,o,r)=>{const i=t(),a=gc(n,i.progress);return a.current+=o,r&&(a.list=a.list?.map(e=>e.label===r.label?{...e,status:r.status}:e)),e({progress:{...i.progress,[n]:mc(a)}})},resetProgress:t=>e({progress:{[t]:void 0}})})),yc=_t(e=>({selectedSources:{},setSelectedSources:t=>e({selectedSources:t}),resetSelectedState:()=>e(()=>({selectedSources:{},selectedConnection:null}))})),bc={configuredSources:{},configuredFutureApps:{},configuredDestinations:[],configuredDestinationsUpdateOnly:[]},$c=(e,t)=>e.destinationType.type!==t.destinationType.type,vc=_t(e=>({...bc,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=>$c(e,t))})),setConfiguredDestinationsUpdateOnly:t=>e({configuredDestinationsUpdateOnly:t}),addConfiguredDestinationUpdateOnly:t=>e(e=>{const n=[...e.configuredDestinationsUpdateOnly,t].map(e=>[e.id,e]);return{configuredDestinationsUpdateOnly:Array.from(new Map(n).values())}}),removeConfiguredDestinationUpdateOnly:t=>e(e=>({configuredDestinationsUpdateOnly:e.configuredDestinationsUpdateOnly.filter(e=>$c(e,t))})),clearStore:()=>e(()=>({...bc}))})),xc=e=>{function t(){return void 0===e?{}:wo(e)}const[n,o]=Ft(t()),[r,i]=Ft({}),[a,s]=Ft(t()),l=Ut((e,t)=>{const n={};if(!t||"object"!=typeof t)return e?{...e}:n;for(const[o,r]of Object.entries(e)){const e=o;if(Array.isArray(r)){const o=t[e];Array.isArray(o)&&r.length===o.length&&r.every((e,t)=>"object"==typeof e&&null!==e?0===Object.keys(l(e,o[t])).length:e===o[t])||(n[e]=t[e])}else if("object"==typeof r&&null!==r)if(null==t[e]||"object"!=typeof t[e])n[e]=t[e];else{const o=l(r,t[e]);Object.keys(o).length>0&&(n[e]=o)}else r!==t[e]&&(n[e]=t[e])}for(const o of Object.keys(t))o in e||(n[o]=t[o]);return n},[]),c=(e,t)=>0===Object.keys(l(e,t)).length,d=zt(()=>!c(a,n),[a,n]);Mt(()=>{const r=t();void 0!==e&&"{}"===JSON.stringify(n)&&"{}"!==JSON.stringify(r)&&(o(r),s(r))},[e,n]);const u=Ut((e,t)=>Eo("formData"===e?n:r,t.toString()),[n,r]);return{formData:n,formErrors:r,getFormDiff:l,areFormValuesEqual:c,isFormDirty:d,handleFormChange:(e,t,n)=>{if(e){const n=e.toString(),r=n.split(".");1===r.length?o(n=>({...n,[e]:t})):o(e=>{const n=wo(e);let o=n;for(let e=0;e<r.length-1;e++){const t=r[e];o[t]&&"object"==typeof o[t]||(o[t]={}),o=o[t]}return o[r[r.length-1]]=t,n}),i(e=>{const t=n,o=r[r.length-1],i=void 0!==e[t],a=o!==t&&void 0!==e[o];if(!i&&!a)return e;const s={...e};return i&&delete s[t],a&&delete s[o],s})}else n&&o({...n})},handleErrorChange:(e,t,n)=>{if(e){const n=e.toString().split(".");1===n.length?i(n=>({...n,[e]:t})):i(e=>{const o=wo(e);let r=o;for(let e=0;e<n.length-1;e++){const t=n[e];r[t]&&"object"==typeof r[t]||(r[t]={}),r=r[t]}return r[n[n.length-1]]=t,o})}else n&&i({...n})},resetFormData:e=>{const n=e||t();o(n),s(n),i({})},getNestedValue:u}},Sc={type:"",name:"",notes:"",signals:[],disabled:!1,fields:{clusterAttributes:null,overwriteExistingValues:null,renames:null,attributeNamesToDelete:null,piiCategories:null,urlTemplatizationRulesGroups:null,extractAttribute:null}},wc=()=>{const{addNotification:e}=pc(),{formData:t,formErrors:n,handleFormChange:o,handleErrorChange:r,resetFormData:i}=xc(Sc),a=e=>e&&Array.isArray(e)?e.map(e=>!e.fromSources?.length&&e.from?{...e,fromSources:[e.from]}:e):e;return{formData:t,formErrors:n,handleFormChange:o,resetFormData:i,validateForm:n=>{const o={};let i=!0;if(Object.entries(t).forEach(([e,t])=>{switch(e){case"type":case"signals":oi(t)&&(o[e]=mn.FIELD_IS_REQUIRED)}}),t.type===bn.URLTemplatization){const e=t.fields?.urlTemplatizationRulesGroups;if(e)for(const t of e)if(t.templatizationRules?.some(e=>!e.template?.trim())){o.fields=mn.FIELD_IS_REQUIRED;break}}return i=!Object.values(o).length,!i&&n?.withAlert&&e({type:Mn.Warning,title:n.alertTitle,message:mn.REQUIRED_FIELDS,hideFromHistory:!0}),r(void 0,void 0,o),i},loadFormWithDrawerItem:({type:e,signals:t,name:n,notes:r,disabled:i,fields:s})=>{const l={...wo(Sc),type:e,signals:t,name:n,notes:r,disabled:i};Object.entries(s).forEach(([e,t])=>{if(t)switch(e){case $n.LabelsAttributes:case $n.AnnotationsAttributes:l.fields||(l.fields={}),l.fields[e]=a(t);break;case $n.CollectContainerAttributes:case $n.CollectReplicaSetAttributes:case $n.CollectWorkloadId:case $n.CollectClusterId:case $n.ClusterAttributes:case $n.OverwriteExistingValues:case $n.AttributeNamesToDelete:case $n.Renames:case $n.PiiCategories:case $n.ExtractAttribute:case $n.UrlTemplatizationRulesGroups:l.fields||(l.fields={}),l.fields[e]=t}}),o(void 0,void 0,l)}}},Ec=e=>{Mt(()=>{if(e){const e=document.body.style.overflow;return document.body.style.overflow="hidden",()=>{document.body.style.overflow=e}}},[e])},Cc=()=>{const{setCurrentModal:e}=uc(),{setDrawerType:t,setDrawerEntityId:n}=lc(),{setActiveNodeType:o,setActiveNodeId:r,activeNodeId:i}=rc();return{onClickNode:(a,s)=>{const{id:l,type:c,data:{id:d,type:u}}=s;switch(i===l?(o(null),r(null)):(o(c),r(l)),u){case _n.Source:case _n.Destination:case _n.Action:case _n.InstrumentationRule:t(u),n(d);break;case Vn.AddSource:e(_n.Source);break;case Vn.AddDestination:e(_n.Destination);break;case Vn.AddAction:e(_n.Action);break;case Vn.AddRule:e(_n.InstrumentationRule)}}}},Tc=()=>{const{setDrawerType:e,setDrawerEntityId:t}=lc(),{markAsDismissed:n,markAsSeen:o}=pc();return{onClickNotification:(r,i)=>{const{id:a,crdType:s,target:l}=r,{dismissToast:c}=i||{};if(s&&l)switch(s){case _n.InstrumentationRule:e(_n.InstrumentationRule),t(qo(l,_n.InstrumentationRule));break;case _n.Source:case"InstrumentationConfig":case"InstrumentationInstance":e(_n.Source),t(qo(l,_n.Source));break;case _n.Action:e(_n.Action),t(qo(l,_n.Action));break;case _n.Destination:case"Destination":e(_n.Destination),t(qo(l,_n.Destination))}o(a),c&&n(a)}}},Ac=()=>{const e=Bt(null),[t,n]=Ft(0),[o,r]=Ft(0);return Mt(()=>{const t=()=>{if(e.current){const{width:t,height:o}=e.current.getBoundingClientRect();n(t),r(o)}};return t(),window.addEventListener("resize",t),()=>window.removeEventListener("resize",t)},[]),{containerRef:e,containerWidth:t,containerHeight:o}};var Ic;!function(e){e[e.XS=16]="XS",e[e.S=18]="S",e[e.M=24]="M",e[e.L=32]="L"}(Ic||(Ic={}));const kc=o.div`
218
218
  width: ${({$size:e})=>1.5*e}px;
219
219
  height: ${({$size:e})=>1.5*e}px;
220
220
  display: flex;
@@ -225,7 +225,7 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
225
225
  &:hover {
226
226
  background: ${({theme:e})=>e.v2.colors.silver[900]};
227
227
  }
228
- `,Dc=({"data-id":t,icon:n,size:o=Ic.S,onClick:r,disabled:i})=>e(Nc,{"data-id":t,$size:o,$disabled:i,onClick:e=>{r&&!i&&(e.stopPropagation(),r(e))},children:e(n,{size:o})}),Rc=({onDone:t}={})=>{const[n,o]=Ft(!1),[r,i]=Ft(-1),a=Ut(async(e,r)=>{if(!n){if(o(!0),void 0!==r&&i(r),navigator?.clipboard&&navigator.clipboard.writeText)try{await navigator.clipboard.writeText(e)}catch(e){}else{const t=document.createElement("textarea");t.value=e,document.body.appendChild(t),t.select();try{document.execCommand("copy")}catch(e){}document.body.removeChild(t)}t?.(),setTimeout(()=>{o(!1),i(-1)},1e3)}},[n,t]);return{CopyButton:Ut(({value:t,size:o})=>e(Dc,{icon:n?yt:bt,size:o,onClick:()=>a(t)}),[n]),isCopied:n,copiedIndex:r,clickCopy:a}},Oc=e=>{const{addNotification:t}=hc(),{formData:n,handleFormChange:o,formErrors:r,handleErrorChange:i,resetFormData:a}=Sc(e);return{formData:n,formErrors:r,handleFormChange:o,resetFormData:a,validateForm:e=>{const o={};let r=!0;return n.name?oi(n.name)?o.name=void 0:(r=!1,o.name=mn.ILLEGAL_K8S_LABEL):(r=!1,o.name=mn.FIELD_IS_REQUIRED),!r&&e?.withAlert&&t({type:Fn.Warning,title:e.alertTitle,message:mn.REQUIRED_FIELDS,hideFromHistory:!0}),i(void 0,void 0,o),r},loadFormWithDrawerItem:({name:t})=>{const n={...So(e),name:t};o(void 0,void 0,n)}}},_c={type:"",name:"",exportedSignals:{logs:!1,metrics:!1,traces:!1,profiles:!1},fields:[],disabled:!1},Lc=e=>{const{supportedSignals:t,preLoadedFields:n}=e||{},{addNotification:o}=hc(),{formData:r,formErrors:i,handleFormChange:a,handleErrorChange:s,resetFormData:l}=Sc(_c),[c,d]=Ft([]),[u,p]=Ft([]);Mt(()=>{var e;p(c?(e=c,e.filter(e=>!!e).map(e=>{const{name:t,componentType:n,componentProperties:o,displayName:r,initialValue:i,renderCondition:a}=e;if(n===Ln.Dropdown){const e=Jr(o,{}),s=Array.isArray(e.values)?e.values.map(e=>({id:e,label:e})):Object.entries(e.values).map(([e,t])=>({id:e,label:t}));return{name:t,componentType:n,title:r,value:i,placeholder:e.placeholder||"Select an option",options:s,renderCondition:a,...e}}return{name:t,componentType:n,title:r,value:i,renderCondition:a,...Jr(o,{})}})).map(e=>{if(n){const t="string"==typeof n?Jr(n,{}):n;if(e.name in t)return{...e,value:t[e.name]}}return e}):[])},[c,n]),Mt(()=>{if(u){const e=u.map(e=>({key:e.name,value:e.value}));a("fields",e)}},[u]),Mt(()=>{if(t&&0===ui(r.exportedSignals).length){const{logs:e,metrics:n,traces:o}=t;a("exportedSignals",{logs:e.supported,metrics:n.supported,traces:o.supported})}},[t,r.exportedSignals]);return{formData:r,formErrors:i,handleFormChange:a,resetFormData:l,validateForm:e=>{const t={};let n=!0;return u.forEach(({name:e,value:o,required:r})=>{r&&!o&&(n=!1,t[e]=mn.FIELD_IS_REQUIRED)}),!n&&e?.withAlert&&o({type:Fn.Warning,title:e.alertTitle,message:mn.REQUIRED_FIELDS,hideFromHistory:!0}),s(void 0,void 0,t),n},loadFormWithDrawerItem:({destinationType:{type:e},name:t,disabled:n,exportedSignals:o,fields:r})=>{const i={...So(_c),type:e,name:t,disabled:n,exportedSignals:o,fields:Object.entries(Jr(r,{})).map(([e,t])=>({key:e,value:t}))};return a(void 0,void 0,i),i},yamlFields:c,setYamlFields:d,dynamicFields:u,setDynamicFields:p}},Pc={ruleName:"",notes:"",disabled:!1,workloads:null,sourceScopes:null,instrumentationLibraries:null,payloadCollection:{[no.HttpRequest]:null,[no.HttpResponse]:null,[no.DbQuery]:null,[no.Messaging]:null},codeAttributes:{[Zn.Column]:null,[Zn.FilePath]:null,[Zn.Function]:null,[Zn.LineNumber]:null,[Zn.Namespace]:null,[Zn.StackTrace]:null},headersCollection:null,customInstrumentations:{[to.Java]:null,[to.Golang]:null}},Fc=()=>{const{formData:e,formErrors:t,handleFormChange:n,handleErrorChange:o,resetFormData:r}=Sc(Pc);return{formData:e,formErrors:t,handleFormChange:n,resetFormData:r,validateForm:()=>(o(void 0,void 0,{}),!0),loadFormWithDrawerItem:({ruleName:e,notes:t,disabled:o,sourceScopes:r,payloadCollection:i,codeAttributes:a,headersCollection:s,customInstrumentations:l})=>{const c={...So(Pc),ruleName:e,notes:t,disabled:o,sourceScopes:r??null};i&&(c.payloadCollection={[no.HttpRequest]:i[no.HttpRequest]?{}:null,[no.HttpResponse]:i[no.HttpResponse]?{}:null,[no.DbQuery]:i[no.DbQuery]?{}:null,[no.Messaging]:i[no.Messaging]?{}:null}),a&&(c.codeAttributes={[Zn.Column]:a[Zn.Column]||null,[Zn.FilePath]:a[Zn.FilePath]||null,[Zn.Function]:a[Zn.Function]||null,[Zn.LineNumber]:a[Zn.LineNumber]||null,[Zn.Namespace]:a[Zn.Namespace]||null,[Zn.StackTrace]:a[Zn.StackTrace]||null}),s&&(c.headersCollection=s),l&&(c.customInstrumentations={[to.Java]:l[to.Java]||null,[to.Golang]:l[to.Golang]||null}),n(void 0,void 0,c)}}},Mc=({active:e,key:t,withAltKey:n,withCtrlKey:o,withShiftKey:r,withMetaKey:i},a)=>(Mt(()=>{const s=s=>{e&&t===s.key&&(!n||n&&s.altKey)&&(!o||o&&s.ctrlKey)&&(!r||r&&s.shiftKey)&&(!i||i&&s.metaKey)&&(s.preventDefault(),s.stopPropagation(),a(s))};return window.addEventListener("keydown",s),()=>{window.removeEventListener("keydown",s)}},[t,e,n,o,r,i,a]),null),zc="data-ignore-outside-click",Uc=(e,t)=>{const n=Bt(t);n.current=t,Mt(()=>{const t=t=>{const o=t.target;e.current&&!e.current.contains(o)&&((e=>{let t=e;for(;t;){if(t instanceof Element&&t.hasAttribute(zc))return!0;t=t.parentNode}return!1})(o)||n.current())};return document.addEventListener("mousedown",t),document.addEventListener("touchstart",t),()=>{document.removeEventListener("mousedown",t),document.removeEventListener("touchstart",t)}},[e])},Bc=(e,{axis:t="horizontal",deps:n=[]}={})=>{const[o,r]=Ft(!1),i=e=>{const n="vertical"===t?e.scrollHeight>e.clientHeight+1:e.scrollWidth>e.clientWidth+1;r(n)};return jt(()=>{const t=e.current;if(!t)return;i(t);const n=new ResizeObserver(()=>i(t));return n.observe(t),()=>n.disconnect()},[t,...n]),Mt(()=>{if("undefined"==typeof document||!document.fonts?.ready)return;let t=!1;return document.fonts.ready.then(()=>{const n=e.current;!t&&n&&i(n)}),()=>{t=!0}},[t,...n]),o},jc=(e,{behavior:t="smooth",block:n="center",inline:o,delayMs:r=50}={})=>{const i=Bt(null);return Mt(()=>{if(!e)return;const a=window.setTimeout(()=>{i.current?.scrollIntoView({behavior:t,block:n,inline:o})},r);return()=>window.clearTimeout(a)},[e,t,n,o,r]),i},Wc=({sectionNames:e,threshold:t=.4})=>{const[n,o]=Ft(e[0]||""),[r,i]=Ft(null),a=Bt({}),s=Bt(!1),l=Bt(!1),c=Ut((e,t)=>{a.current[e]=t},[]),d=Ut(e=>{i(e)},[]),u=Ut(e=>{l.current=!0,o(e)},[]);return Mt(()=>{if(!l.current)return;l.current=!1;const e=a.current[n];if(!e)return;s.current=!0,e.scrollIntoView({behavior:"smooth",block:"start"});const t=setTimeout(()=>{s.current=!1},600);return()=>clearTimeout(t)},[n]),Mt(()=>{const n=a.current,i=e.map(e=>n[e]).filter(Boolean);if(!i.length)return;const l=new IntersectionObserver(e=>{if(!s.current)for(const t of e)if(t.isIntersecting){const e=t.target.getAttribute("data-section-name");e&&o(e);break}},{threshold:t,root:r});return i.forEach(e=>l.observe(e)),()=>l.disconnect()},[e,t,r]),{selectedSection:n,setSelectedSection:u,setSectionRef:c,setScrollContainerRef:d}},Hc=({defaultClientHeight:e=0,defaultClientwidth:t=0,onClickOutside:n,positionMode:o="local"}={})=>{const r=Bt(null),[i,a]=Ft(!1),[s,l]=Ft({top:0,left:0}),[c,d]=Ft({edge:"top",align:"left"});Uc(r,()=>{i&&(a(!1),n?.())});return{popupRef:r,popupOpen:i,setPopupOpen:a,popupPosition:s,arrowPlacement:c,handlePosition:(n,i)=>{if("local"===o)return void l({top:i,left:n});const{innerWidth:a,innerHeight:s}=window,c=r.current?.clientWidth||t,u=r.current?.clientHeight||e,p=n/a,h=p<1/3?"left":p>2/3?"right":"center";d({edge:i<s/2?"top":"bottom",align:h});let g=i,m=n;if(g>=s/2&&(g+=-u),"center"===h){m=n-c/2;const e=8;m=Math.max(e,Math.min(m,a-c-e))}else m>=a/2&&(m=n-c);l({top:g,left:m})}}},Gc=()=>({getItemSS:(e,t)=>{const n=sessionStorage.getItem(e);return n?Jr(n,t):t},setItemSS:(e,t)=>{sessionStorage.setItem(e,JSON.stringify(t))},removeItemSS:e=>{sessionStorage.removeItem(e)}}),Xc={otelServiceName:"",currentStreamName:""},Kc=()=>{const{formData:e,formErrors:t,handleFormChange:n,handleErrorChange:o,resetFormData:r}=Sc(Xc);return{formData:e,formErrors:t,handleFormChange:n,resetFormData:r,validateForm:()=>(o(void 0,void 0,{}),!0),loadFormWithDrawerItem:({serviceName:e,id:t})=>{const o={...So(Xc),otelServiceName:e||t.name||""};n(void 0,void 0,o)}}};try{Ht.addDefaultLocale(Kt)}catch(e){}const Vc=new Ht(Kt.locale),Jc=[{ms:31536e6,long:["year","years"],short:"y"},{ms:2592e6,long:["month","months"],short:"mo"},{ms:864e5,long:["day","days"],short:"d"},{ms:36e5,long:["hour","hours"],short:"h"},{ms:6e4,long:["minute","minutes"],short:"m"},{ms:1e3,long:["second","seconds"],short:"s"}],qc=e=>"string"==typeof e?new Date(e.replace("t","T").replace("z","Z")):new Date(e),Yc=()=>{const[e,t]=Ft(0);Mt(()=>{const e=setInterval(()=>{t(e=>(e+1)%Number.MAX_SAFE_INTEGER)},1e3);return()=>clearInterval(e)},[]);return{formatTimeAgo:Ut(e=>{try{return Vc.format(qc(e))}catch(e){return"-"}},[e]),formatDurationAgo:Ut((e,{units:t=2,style:n="long",suffix:o=!0}={})=>{try{const r=qc(e);let i=Math.max(0,Date.now()-r.getTime());if(i<1e3)return"short"===n?"0s":o?"just now":"0 seconds";const a=[];for(const e of Jc){if(a.length===t)break;const o=Math.floor(i/e.ms);if(!(o<=0&&0===a.length)){if(o<=0)break;i-=o*e.ms,a.push("short"===n?`${o}${e.short}`:`${o} ${1===o?e.long[0]:e.long[1]}`)}}const s="short"===n?a.join(""):a.join(" ");return o&&"long"===n?`${s} ago`:s}catch(e){return"-"}},[e])}},Qc=o.div`
228
+ `,Nc=({"data-id":t,icon:n,size:o=Ic.S,onClick:r,disabled:i})=>e(kc,{"data-id":t,$size:o,$disabled:i,onClick:e=>{r&&!i&&(e.stopPropagation(),r(e))},children:e(n,{size:o})}),Dc=({onDone:t}={})=>{const[n,o]=Ft(!1),[r,i]=Ft(-1),a=Ut(async(e,r)=>{if(!n){if(o(!0),void 0!==r&&i(r),navigator?.clipboard&&navigator.clipboard.writeText)try{await navigator.clipboard.writeText(e)}catch(e){}else{const t=document.createElement("textarea");t.value=e,document.body.appendChild(t),t.select();try{document.execCommand("copy")}catch(e){}document.body.removeChild(t)}t?.(),setTimeout(()=>{o(!1),i(-1)},1e3)}},[n,t]);return{CopyButton:Ut(({value:t,size:o})=>e(Nc,{icon:n?yt:bt,size:o,onClick:()=>a(t)}),[n]),isCopied:n,copiedIndex:r,clickCopy:a}},Oc=e=>{const{addNotification:t}=pc(),{formData:n,handleFormChange:o,formErrors:r,handleErrorChange:i,resetFormData:a}=xc(e);return{formData:n,formErrors:r,handleFormChange:o,resetFormData:a,validateForm:e=>{const o={};let r=!0;return n.name?ri(n.name)?o.name=void 0:(r=!1,o.name=mn.ILLEGAL_K8S_LABEL):(r=!1,o.name=mn.FIELD_IS_REQUIRED),!r&&e?.withAlert&&t({type:Mn.Warning,title:e.alertTitle,message:mn.REQUIRED_FIELDS,hideFromHistory:!0}),i(void 0,void 0,o),r},loadFormWithDrawerItem:({name:t})=>{const n={...wo(e),name:t};o(void 0,void 0,n)}}},Rc={type:"",name:"",exportedSignals:{logs:!1,metrics:!1,traces:!1,profiles:!1},fields:[],disabled:!1},_c=e=>{const{supportedSignals:t,preLoadedFields:n}=e||{},{addNotification:o}=pc(),{formData:r,formErrors:i,handleFormChange:a,handleErrorChange:s,resetFormData:l}=xc(Rc),[c,d]=Ft([]),[u,p]=Ft([]);Mt(()=>{var e;p(c?(e=c,e.filter(e=>!!e).map(e=>{const{name:t,componentType:n,componentProperties:o,displayName:r,initialValue:i,renderCondition:a}=e;if(n===Pn.Dropdown){const e=Yr(o,{}),s=Array.isArray(e.values)?e.values.map(e=>({id:e,label:e})):Object.entries(e.values).map(([e,t])=>({id:e,label:t}));return{name:t,componentType:n,title:r,value:i,placeholder:e.placeholder||"Select an option",options:s,renderCondition:a,...e}}return{name:t,componentType:n,title:r,value:i,renderCondition:a,...Yr(o,{})}})).map(e=>{if(n){const t="string"==typeof n?Yr(n,{}):n;if(e.name in t)return{...e,value:t[e.name]}}return e}):[])},[c,n]),Mt(()=>{if(u){const e=u.map(e=>({key:e.name,value:e.value}));a("fields",e)}},[u]),Mt(()=>{if(t&&0===pi(r.exportedSignals).length){const{logs:e,metrics:n,traces:o}=t;a("exportedSignals",{logs:e.supported,metrics:n.supported,traces:o.supported})}},[t,r.exportedSignals]);return{formData:r,formErrors:i,handleFormChange:a,resetFormData:l,validateForm:e=>{const t={};let n=!0;return u.forEach(({name:e,value:o,required:r})=>{r&&!o&&(n=!1,t[e]=mn.FIELD_IS_REQUIRED)}),!n&&e?.withAlert&&o({type:Mn.Warning,title:e.alertTitle,message:mn.REQUIRED_FIELDS,hideFromHistory:!0}),s(void 0,void 0,t),n},loadFormWithDrawerItem:({destinationType:{type:e},name:t,disabled:n,exportedSignals:o,fields:r})=>{const i={...wo(Rc),type:e,name:t,disabled:n,exportedSignals:o,fields:Object.entries(Yr(r,{})).map(([e,t])=>({key:e,value:t}))};return a(void 0,void 0,i),i},yamlFields:c,setYamlFields:d,dynamicFields:u,setDynamicFields:p}},Lc={ruleName:"",notes:"",disabled:!1,workloads:null,sourceScopes:null,instrumentationLibraries:null,payloadCollection:{[oo.HttpRequest]:null,[oo.HttpResponse]:null,[oo.DbQuery]:null,[oo.Messaging]:null},codeAttributes:{[eo.Column]:null,[eo.FilePath]:null,[eo.Function]:null,[eo.LineNumber]:null,[eo.Namespace]:null,[eo.StackTrace]:null},headersCollection:null,customInstrumentations:{[no.Java]:null,[no.Golang]:null}},Pc=()=>{const{formData:e,formErrors:t,handleFormChange:n,handleErrorChange:o,resetFormData:r}=xc(Lc);return{formData:e,formErrors:t,handleFormChange:n,resetFormData:r,validateForm:()=>(o(void 0,void 0,{}),!0),loadFormWithDrawerItem:({ruleName:e,notes:t,disabled:o,sourceScopes:r,payloadCollection:i,codeAttributes:a,headersCollection:s,customInstrumentations:l})=>{const c={...wo(Lc),ruleName:e,notes:t,disabled:o,sourceScopes:r??null};i&&(c.payloadCollection={[oo.HttpRequest]:i[oo.HttpRequest]?{}:null,[oo.HttpResponse]:i[oo.HttpResponse]?{}:null,[oo.DbQuery]:i[oo.DbQuery]?{}:null,[oo.Messaging]:i[oo.Messaging]?{}:null}),a&&(c.codeAttributes={[eo.Column]:a[eo.Column]||null,[eo.FilePath]:a[eo.FilePath]||null,[eo.Function]:a[eo.Function]||null,[eo.LineNumber]:a[eo.LineNumber]||null,[eo.Namespace]:a[eo.Namespace]||null,[eo.StackTrace]:a[eo.StackTrace]||null}),s&&(c.headersCollection=s),l&&(c.customInstrumentations={[no.Java]:l[no.Java]||null,[no.Golang]:l[no.Golang]||null}),n(void 0,void 0,c)}}},Fc=({active:e,key:t,withAltKey:n,withCtrlKey:o,withShiftKey:r,withMetaKey:i},a)=>(Mt(()=>{const s=s=>{e&&t===s.key&&(!n||n&&s.altKey)&&(!o||o&&s.ctrlKey)&&(!r||r&&s.shiftKey)&&(!i||i&&s.metaKey)&&(s.preventDefault(),s.stopPropagation(),a(s))};return window.addEventListener("keydown",s),()=>{window.removeEventListener("keydown",s)}},[t,e,n,o,r,i,a]),null),Mc="data-ignore-outside-click",zc=(e,t)=>{const n=Bt(t);n.current=t,Mt(()=>{const t=t=>{const o=t.target;e.current&&!e.current.contains(o)&&((e=>{let t=e;for(;t;){if(t instanceof Element&&t.hasAttribute(Mc))return!0;t=t.parentNode}return!1})(o)||n.current())};return document.addEventListener("mousedown",t),document.addEventListener("touchstart",t),()=>{document.removeEventListener("mousedown",t),document.removeEventListener("touchstart",t)}},[e])},Uc=(e,{axis:t="horizontal",deps:n=[]}={})=>{const[o,r]=Ft(!1),i=e=>{const n="vertical"===t?e.scrollHeight>e.clientHeight+1:e.scrollWidth>e.clientWidth+1;r(n)};return jt(()=>{const t=e.current;if(!t)return;i(t);const n=new ResizeObserver(()=>i(t));return n.observe(t),()=>n.disconnect()},[t,...n]),Mt(()=>{if("undefined"==typeof document||!document.fonts?.ready)return;let t=!1;return document.fonts.ready.then(()=>{const n=e.current;!t&&n&&i(n)}),()=>{t=!0}},[t,...n]),o},Bc=(e,{behavior:t="smooth",block:n="center",inline:o,delayMs:r=50}={})=>{const i=Bt(null);return Mt(()=>{if(!e)return;const a=window.setTimeout(()=>{i.current?.scrollIntoView({behavior:t,block:n,inline:o})},r);return()=>window.clearTimeout(a)},[e,t,n,o,r]),i},jc=({sectionNames:e,threshold:t=.4})=>{const[n,o]=Ft(e[0]||""),[r,i]=Ft(null),a=Bt({}),s=Bt(!1),l=Bt(!1),c=Ut((e,t)=>{a.current[e]=t},[]),d=Ut(e=>{i(e)},[]),u=Ut(e=>{l.current=!0,o(e)},[]);return Mt(()=>{if(!l.current)return;l.current=!1;const e=a.current[n];if(!e)return;s.current=!0,e.scrollIntoView({behavior:"smooth",block:"start"});const t=setTimeout(()=>{s.current=!1},600);return()=>clearTimeout(t)},[n]),Mt(()=>{const n=a.current,i=e.map(e=>n[e]).filter(Boolean);if(!i.length)return;const l=new IntersectionObserver(e=>{if(!s.current)for(const t of e)if(t.isIntersecting){const e=t.target.getAttribute("data-section-name");e&&o(e);break}},{threshold:t,root:r});return i.forEach(e=>l.observe(e)),()=>l.disconnect()},[e,t,r]),{selectedSection:n,setSelectedSection:u,setSectionRef:c,setScrollContainerRef:d}},Hc=({defaultClientHeight:e=0,defaultClientwidth:t=0,onClickOutside:n,positionMode:o="local"}={})=>{const r=Bt(null),[i,a]=Ft(!1),[s,l]=Ft({top:0,left:0}),[c,d]=Ft({edge:"top",align:"left"});zc(r,()=>{i&&(a(!1),n?.())});return{popupRef:r,popupOpen:i,setPopupOpen:a,popupPosition:s,arrowPlacement:c,handlePosition:(n,i)=>{if("local"===o)return void l({top:i,left:n});const{innerWidth:a,innerHeight:s}=window,c=r.current?.clientWidth||t,u=r.current?.clientHeight||e,p=n/a,h=p<1/3?"left":p>2/3?"right":"center";d({edge:i<s/2?"top":"bottom",align:h});let g=i,m=n;if(g>=s/2&&(g+=-u),"center"===h){m=n-c/2;const e=8;m=Math.max(e,Math.min(m,a-c-e))}else m>=a/2&&(m=n-c);l({top:g,left:m})}}},Wc=()=>({getItemSS:(e,t)=>{const n=sessionStorage.getItem(e);return n?Yr(n,t):t},setItemSS:(e,t)=>{sessionStorage.setItem(e,JSON.stringify(t))},removeItemSS:e=>{sessionStorage.removeItem(e)}}),Gc={otelServiceName:"",currentStreamName:""},Xc=()=>{const{formData:e,formErrors:t,handleFormChange:n,handleErrorChange:o,resetFormData:r}=xc(Gc);return{formData:e,formErrors:t,handleFormChange:n,resetFormData:r,validateForm:()=>(o(void 0,void 0,{}),!0),loadFormWithDrawerItem:({serviceName:e,id:t})=>{const o={...wo(Gc),otelServiceName:e||t.name||""};n(void 0,void 0,o)}}};try{Wt.addDefaultLocale(Gt)}catch(e){}const Kc=new Wt(Gt.locale),Vc=[{ms:31536e6,long:["year","years"],short:"y"},{ms:2592e6,long:["month","months"],short:"mo"},{ms:864e5,long:["day","days"],short:"d"},{ms:36e5,long:["hour","hours"],short:"h"},{ms:6e4,long:["minute","minutes"],short:"m"},{ms:1e3,long:["second","seconds"],short:"s"}],Jc=e=>"string"==typeof e?new Date(e.replace("t","T").replace("z","Z")):new Date(e),Yc=()=>{const[e,t]=Ft(0);Mt(()=>{const e=setInterval(()=>{t(e=>(e+1)%Number.MAX_SAFE_INTEGER)},1e3);return()=>clearInterval(e)},[]);return{formatTimeAgo:Ut(e=>{try{return Kc.format(Jc(e))}catch(e){return"-"}},[e]),formatDurationAgo:Ut((e,{units:t=2,style:n="long",suffix:o=!0}={})=>{try{const r=Jc(e);let i=Math.max(0,Date.now()-r.getTime());if(i<1e3)return"short"===n?"0s":o?"just now":"0 seconds";const a=[];for(const e of Vc){if(a.length===t)break;const o=Math.floor(i/e.ms);if(!(o<=0&&0===a.length)){if(o<=0)break;i-=o*e.ms,a.push("short"===n?`${o}${e.short}`:`${o} ${1===o?e.long[0]:e.long[1]}`)}}const s="short"===n?a.join(""):a.join(" ");return o&&"long"===n?`${s} ago`:s}catch(e){return"-"}},[e])}},qc=o.div`
229
229
  color: ${({$color:e,theme:t})=>e||t.text.secondary};
230
230
  font-size: ${({$size:e})=>void 0!==e?e:16}px;
231
231
  font-weight: ${({$weight:e})=>void 0!==e?e:300};
@@ -236,7 +236,7 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
236
236
  font-family: ${({theme:e,$family:t="primary"})=>e.font_family[t]};
237
237
  white-space: ${({$nowrap:e})=>e?"nowrap":"unset"};
238
238
  text-wrap: ${({$nowrap:e})=>e?"nowrap":"unset"};
239
- `,Zc=e=>{const t=e.match(/<a[^>]*href="([^"]*)"[^>]*>(.*?)<\/a>/g);return t?.map(e=>{const[t,n,o]=e.split('"');return{original:e,href:n,label:o.replace("</a>","").replace(">","")}})},ed=e=>{const t=e.match(/<strong[^>]*>(.*?)<\/strong>/g);return t?.map(e=>{const t=e.replace(/<strong[^>]*>/,"").replace(/<\/strong>/,"");return{original:e,label:t}})},td=(n,o)=>{const r=Zc(n);r?.forEach((e,t)=>{n=n.replace(e.original,`LINK-${t}###`)});const i=ed(n);i?.forEach((e,t)=>{n=n.replace(e.original,`STRONG-${t}###`)});return n.split(" ").map(n=>{if(n.includes("LINK-")){const[i,a]=n.split("###"),s=r?.[parseInt(i.replace("LINK-",""))];return t(Pt,{children:[e("a",{href:s?.href,target:"_blank",rel:"noreferrer",style:{color:o.colors.majestic_blue_soft},children:s?.label}),a?`${a} `:" "]},n)}if(n.includes("STRONG-")){const[o,r]=n.split("###"),a=i?.[parseInt(o.replace("STRONG-",""))];return t(Pt,{children:[e("strong",{style:{fontWeight:600},children:a?.label}),r?`${r} `:" "]},n)}return n+" "})},nd=({children:n,color:o,size:r,weight:a,align:s,family:l,opacity:c,decoration:d,transform:u,nowrap:p,...h})=>{const g=i(),m=zt(()=>(n?["string","number"].includes(typeof n)?n.toString():Array.isArray(n)?n.map(e=>"object"==typeof e&&Object.hasOwn(e,"props")?e.props.children:e).filter(e=>e&&["string","number"].includes(typeof e)).join(" "):"":"").split("\n"),[n]);return e(Qc,{$color:o,$size:r,$weight:a,$align:s,$family:l,$opacity:c,$decoration:d,$transform:u,$nowrap:p,...h,children:m.length?m.map((n,o)=>t(Pt,{children:[td(n,g),o!==m.length-1?e("br",{}):null]},`text-${o}-${n}`)):n})},od=o.div`
239
+ `,Qc=e=>{const t=e.match(/<a[^>]*href="([^"]*)"[^>]*>(.*?)<\/a>/g);return t?.map(e=>{const[t,n,o]=e.split('"');return{original:e,href:n,label:o.replace("</a>","").replace(">","")}})},Zc=e=>{const t=e.match(/<strong[^>]*>(.*?)<\/strong>/g);return t?.map(e=>{const t=e.replace(/<strong[^>]*>/,"").replace(/<\/strong>/,"");return{original:e,label:t}})},ed=(n,o)=>{const r=Qc(n);r?.forEach((e,t)=>{n=n.replace(e.original,`LINK-${t}###`)});const i=Zc(n);i?.forEach((e,t)=>{n=n.replace(e.original,`STRONG-${t}###`)});return n.split(" ").map(n=>{if(n.includes("LINK-")){const[i,a]=n.split("###"),s=r?.[parseInt(i.replace("LINK-",""))];return t(Pt,{children:[e("a",{href:s?.href,target:"_blank",rel:"noreferrer",style:{color:o.colors.majestic_blue_soft},children:s?.label}),a?`${a} `:" "]},n)}if(n.includes("STRONG-")){const[o,r]=n.split("###"),a=i?.[parseInt(o.replace("STRONG-",""))];return t(Pt,{children:[e("strong",{style:{fontWeight:600},children:a?.label}),r?`${r} `:" "]},n)}return n+" "})},td=({children:n,color:o,size:r,weight:a,align:s,family:l,opacity:c,decoration:d,transform:u,nowrap:p,...h})=>{const g=i(),m=zt(()=>(n?["string","number"].includes(typeof n)?n.toString():Array.isArray(n)?n.map(e=>"object"==typeof e&&Object.hasOwn(e,"props")?e.props.children:e).filter(e=>e&&["string","number"].includes(typeof e)).join(" "):"":"").split("\n"),[n]);return e(qc,{$color:o,$size:r,$weight:a,$align:s,$family:l,$opacity:c,$decoration:d,$transform:u,$nowrap:p,...h,children:m.length?m.map((n,o)=>t(Pt,{children:[ed(n,g),o!==m.length-1?e("br",{}):null]},`text-${o}-${n}`)):n})},nd=o.div`
240
240
  width: ${({$fullWidth:e})=>e?"100%":"fit-content"};
241
241
  position: relative;
242
242
  display: flex;
@@ -250,13 +250,13 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
250
250
  text-overflow: ellipsis;
251
251
  white-space: nowrap;
252
252
  `}
253
- `,rd=o.div`
253
+ `,od=o.div`
254
254
  display: flex;
255
255
  flex-direction: column;
256
256
  align-items: flex-start;
257
257
  gap: 8px;
258
258
  width: 100%;
259
- `,id=o.div`
259
+ `,rd=o.div`
260
260
  display: flex;
261
261
  width: 100%;
262
262
  flex-shrink: 0;
@@ -266,7 +266,7 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
266
266
  ${({$align:e})=>"left"===e&&"\n justify-content: flex-start;\n padding-left: 20px;\n padding-right: 10px;\n "}
267
267
  ${({$align:e})=>"right"===e&&"\n justify-content: flex-end;\n padding-left: 10px;\n padding-right: 20px;\n "}
268
268
  ${({$align:e})=>"center"===e&&"\n justify-content: center;\n align-items: center;\n min-height: 8px;\n "}
269
- `,ad=o.div`
269
+ `,id=o.div`
270
270
  width: 0;
271
271
  height: 0;
272
272
  border-style: solid;
@@ -275,20 +275,20 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
275
275
  flex-shrink: 0;
276
276
 
277
277
  ${({$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 `}
278
- `,sd=o.div`
278
+ `,ad=o.div`
279
279
  display: flex;
280
280
  flex-direction: column;
281
281
  align-items: stretch;
282
282
  min-width: 0;
283
- `,ld=o.div`
283
+ `,sd=o.div`
284
284
  background-color: ${({theme:e})=>e.v2.colors.black[500]};
285
285
  border-radius: 4px;
286
286
  padding: 8px;
287
287
  box-sizing: border-box;
288
288
  min-width: 0;
289
- `,cd=({withIcon:o,titleIcon:r,title:a,text:s,timestamp:l,children:c,fullWidth:d=!1,keepAlive:u=!1,ellipsis:p=!1})=>{const h=i(),{popupRef:g,popupOpen:m,setPopupOpen:f,popupPosition:y,arrowPlacement:b,handlePosition:$}=Hc({positionMode:"viewport",defaultClientHeight:48,defaultClientwidth:Math.min(7.5*(s?.length||0),300)}),v=zt(()=>!!Zc(s||"")?.length,[s]),x=e=>{const{type:t,clientX:n,clientY:o}=e;v?$(y.left||n,y.top||o):$(n,o),f("mouseleave"!==t)};return s||u?t(od,{$fullWidth:d,$ellipsis:p,$hasText:!!s,onMouseEnter:x,onMouseMove:x,onMouseLeave:x,children:[c,o&&e(Ze,{fill:h.v2.colors.white[500]}),e(Ai,{ref:g,isOpen:m&&!!s,top:y.top,left:y.left,asPortal:!0,withPointerEvents:v,onMouseEnter:v?x:void 0,style:{backgroundColor:"transparent",border:"none"},maxWidth:"270px",borderRadius:"0",padding:"0",children:t(sd,{children:["top"===b.edge&&e(id,{$align:b.align,children:e(ad,{$pointsUp:!0})}),e(ld,{children:t(rd,{children:[(!!r||!!a)&&t(Ir,{$gap:4,style:{alignItems:"center"},children:[r&&e(r,{size:16},"icon"),a&&e(cn,{size:on.XS,children:a},"title")]}),!!s&&e(cn,{size:on.XXXS,children:s}),!!l&&e(cn,{size:on.XXXS,color:rn.Secondary,children:new Date(l).toLocaleString()})]})}),"bottom"===b.edge&&e(id,{$align:b.align,children:e(ad,{$pointsUp:!1})})]})})]}):e(n,{children:c})},dd=o(Ir)`
289
+ `,ld=({withIcon:o,titleIcon:r,title:a,text:s,timestamp:l,children:c,fullWidth:d=!1,keepAlive:u=!1,ellipsis:p=!1})=>{const h=i(),{popupRef:g,popupOpen:m,setPopupOpen:f,popupPosition:y,arrowPlacement:b,handlePosition:$}=Hc({positionMode:"viewport",defaultClientHeight:48,defaultClientwidth:Math.min(7.5*(s?.length||0),300)}),v=zt(()=>!!Qc(s||"")?.length,[s]),x=e=>{const{type:t,clientX:n,clientY:o}=e;v?$(y.left||n,y.top||o):$(n,o),f("mouseleave"!==t)};return s||u?t(nd,{$fullWidth:d,$ellipsis:p,$hasText:!!s,onMouseEnter:x,onMouseMove:x,onMouseLeave:x,children:[c,o&&e(Ze,{fill:h.v2.colors.white[500]}),e(Ii,{ref:g,isOpen:m&&!!s,top:y.top,left:y.left,asPortal:!0,withPointerEvents:v,onMouseEnter:v?x:void 0,style:{backgroundColor:"transparent",border:"none"},maxWidth:"270px",borderRadius:"0",padding:"0",children:t(ad,{children:["top"===b.edge&&e(rd,{$align:b.align,children:e(id,{$pointsUp:!0})}),e(sd,{children:t(od,{children:[(!!r||!!a)&&t(Nr,{$gap:4,style:{alignItems:"center"},children:[r&&e(r,{size:16},"icon"),a&&e(cn,{size:on.XS,children:a},"title")]}),!!s&&e(cn,{size:on.XXXS,children:s}),!!l&&e(cn,{size:on.XXXS,color:rn.Secondary,children:new Date(l).toLocaleString()})]})}),"bottom"===b.edge&&e(rd,{$align:b.align,children:e(id,{$pointsUp:!1})})]})})]}):e(n,{children:c})},cd=o(Nr)`
290
290
  gap: 0;
291
- `,ud=o.button`
291
+ `,dd=o.button`
292
292
  padding: 4px 8px;
293
293
  background-color: ${({theme:e,$selected:t})=>t?e.colors.dropdown_bg_2:"transparent"};
294
294
  border-radius: ${({$position:e})=>"left"===e?"32px 0px 0px 32px":"right"===e?"0px 32px 32px 0px":"0"};
@@ -300,22 +300,22 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
300
300
  &:hover {
301
301
  border: 1px solid ${({theme:e})=>e.colors.secondary};
302
302
  }
303
- `,pd=({isPrettyMode:n,setIsPrettyMode:o})=>t(dd,{children:[e(ud,{$position:"left",$selected:n,onClick:()=>o(!0),children:e($t,{})}),e(ud,{$position:"right",$selected:!n,onClick:()=>o(!1),children:e(vt,{})})]}),hd=o.table`
303
+ `,ud=({isPrettyMode:n,setIsPrettyMode:o})=>t(cd,{children:[e(dd,{$position:"left",$selected:n,onClick:()=>o(!0),children:e($t,{})}),e(dd,{$position:"right",$selected:!n,onClick:()=>o(!1),children:e(vt,{})})]}),pd=o.table`
304
304
  border-collapse: collapse;
305
305
  font-family: ${({theme:e})=>e.font_family.primary};
306
- `,gd=o.tbody``,md=o.tr`
306
+ `,hd=o.tbody``,gd=o.tr`
307
307
  td:first-child {
308
308
  padding-left: 0 !important;
309
309
  }
310
310
  td:last-child {
311
311
  padding-right: 0 !important;
312
312
  }
313
- `,fd=o.td`
313
+ `,md=o.td`
314
314
  vertical-align: top;
315
315
  padding: 4px 6px;
316
- `,yd=o(nd)`
316
+ `,fd=o(td)`
317
317
  white-space: nowrap;
318
- `,bd=o.span`
318
+ `,yd=o.span`
319
319
  white-space: ${({$noWrap:e})=>e?"nowrap":"pre-wrap"};
320
320
  overflow-wrap: break-word;
321
321
  word-break: break-word;
@@ -323,7 +323,7 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
323
323
  /* Fallback for older browsers */
324
324
  -ms-word-break: break-all;
325
325
  font-size: 12px;
326
- `,$d=({language:t,code:n,theme:o,flatten:r,pretty:a})=>{const{darkMode:s}=i(),l=o?qt[o]:s?qt.palenight:qt.vsLight;let c="";if("json"===t){const e=Jr(n,{}),t=bi(e);c=$i(r?No(t):t)}else c=n;return a&&"json"===t?e(vd,{darkMode:s,str:c}):e(Jt,{theme:l||(s?qt.palenight:qt.vsLight),language:t,code:c,children:({getLineProps:t,getTokenProps:n,tokens:o})=>e("pre",{children:o.map((o,r)=>e("div",{...t({line:o}),children:o.map((t,o)=>e(bd,{...n({token:t})},`line-${r}-token-${o}`))},`line-${r}`))})})},vd=({darkMode:n,str:o})=>{const r=i(),a=(n,o)=>{const i=new Array(n).fill(n=>t(md,{...n,children:[e(fd,{}),e(fd,{})]}));return e(Pt,{children:i.map((t,n)=>e(t,{style:0===n?{borderBottom:`1px solid ${r.colors.border}`}:{}},`empty-row-${o}-${n}`))})};return e(Jt,{theme:n?qt.palenight:qt.vsLight,language:"json",code:o,children:({getLineProps:n,getTokenProps:o,tokens:i})=>e(hd,{children:e(gd,{children:i.map((i,s)=>{const l=(e=>{const t=["punctuation","plain","operator"];return e.filter(e=>!t.includes(e.types[0])).map(({types:e,content:t})=>{const n=[...e],o=["property","string"].includes(n[0])?t.replace(/"/g,""):t;return"string"===n[0]&&(["true","false"].includes(o.split("@")[0])&&(n[0]="boolean"),o.split("@")[0].match(/^[0-9]+$/)&&(n[0]="number")),{types:n,content:o}})})(i),c=n({line:l});return 1===l.length&&"property"===l[0].types[0]?t(Pt,{children:[a(2,s),t(md,{...c,children:[e(fd,{children:e(yd,{children:l[0].content})}),e(fd,{})]})]},`line-${s}`):2===l.length?e(md,{...c,children:l.map((n,i)=>{const{text:a,components:l}=((t,n)=>{const[o,...r]=t.split("@");return{text:o,components:r?.map((t,o)=>{if(!t.includes("="))return null;const[r,i]=t.split("=");switch(r){case"tooltip":return e(cd,{withIcon:!0,text:i},`${r}-${i}-${o}`);case"status":if("none"===i)return e("div",{style:{width:16,height:16}},`${r}-${i}-${o}`);let t=jr(i,n);return t||(t=jr(Fn.Warning,n)),e(t,{},`${r}-${i}-${o}`);default:return null}})?.filter(e=>!!e)||[]}})(n.content,r),c=0===i;return e(fd,{children:t(Ir,{children:[e(Ir,{children:l}),e(bd,{$noWrap:c,...o({token:n}),children:a})]})},`line-${s}-token-${i}`)})},`line-${s}`):(l.length,null)})})})})},xd={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:"#8855FF",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:{500:"#FF7CC8",600:"#FF7CA9"},orange:{600:"#F29142"}},zIndex:{base:1,island:100,drawer:1e3,modal:1e3,dropdown:1100,popover:1100,tooltip:1200}},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"}},Sd={v2:xd.v2,darkMode:!0,colors:{...xd.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:xd.font_family},wd={v2:xd.v2,darkMode:!1,colors:{...xd.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:xd.font_family},Ed=e=>e?Sd:wd;var Cd=Object.freeze({__proto__:null,baseTheme:xd,darkModeTheme:Sd,getTheme:Ed,lightModeTheme:wd});Vt('@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");*,:after,:before{box-sizing:border-box}*{-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 Td=({children:t})=>{const{darkMode:n}=rc();return e(s,{theme:Ed(n),children:t})},Ad={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 kd=Object.freeze({__proto__:null,hex:Ad});const Id={in:{left:a`
326
+ `,bd=({language:t,code:n,theme:o,flatten:r,pretty:a})=>{const{darkMode:s}=i(),l=o?Kt[o]:s?Kt.palenight:Kt.vsLight;let c="";if("json"===t){const e=Yr(n,{}),t=$i(e);c=vi(r?Do(t):t)}else c=n;return a&&"json"===t?e($d,{darkMode:s,str:c}):e(Xt,{theme:l||(s?Kt.palenight:Kt.vsLight),language:t,code:c,children:({getLineProps:t,getTokenProps:n,tokens:o})=>e("pre",{children:o.map((o,r)=>e("div",{...t({line:o}),children:o.map((t,o)=>e(yd,{...n({token:t})},`line-${r}-token-${o}`))},`line-${r}`))})})},$d=({darkMode:n,str:o})=>{const r=i(),a=(n,o)=>{const i=new Array(n).fill(n=>t(gd,{...n,children:[e(md,{}),e(md,{})]}));return e(Pt,{children:i.map((t,n)=>e(t,{style:0===n?{borderBottom:`1px solid ${r.colors.border}`}:{}},`empty-row-${o}-${n}`))})};return e(Xt,{theme:n?Kt.palenight:Kt.vsLight,language:"json",code:o,children:({getLineProps:n,getTokenProps:o,tokens:i})=>e(pd,{children:e(hd,{children:i.map((i,s)=>{const l=(e=>{const t=["punctuation","plain","operator"];return e.filter(e=>!t.includes(e.types[0])).map(({types:e,content:t})=>{const n=[...e],o=["property","string"].includes(n[0])?t.replace(/"/g,""):t;return"string"===n[0]&&(["true","false"].includes(o.split("@")[0])&&(n[0]="boolean"),o.split("@")[0].match(/^[0-9]+$/)&&(n[0]="number")),{types:n,content:o}})})(i),c=n({line:l});return 1===l.length&&"property"===l[0].types[0]?t(Pt,{children:[a(2,s),t(gd,{...c,children:[e(md,{children:e(fd,{children:l[0].content})}),e(md,{})]})]},`line-${s}`):2===l.length?e(gd,{...c,children:l.map((n,i)=>{const{text:a,components:l}=((t,n)=>{const[o,...r]=t.split("@");return{text:o,components:r?.map((t,o)=>{if(!t.includes("="))return null;const[r,i]=t.split("=");switch(r){case"tooltip":return e(ld,{withIcon:!0,text:i},`${r}-${i}-${o}`);case"status":if("none"===i)return e("div",{style:{width:16,height:16}},`${r}-${i}-${o}`);let t=Hr(i,n);return t||(t=Hr(Mn.Warning,n)),e(t,{},`${r}-${i}-${o}`);default:return null}})?.filter(e=>!!e)||[]}})(n.content,r),c=0===i;return e(md,{children:t(Nr,{children:[e(Nr,{children:l}),e(yd,{$noWrap:c,...o({token:n}),children:a})]})},`line-${s}-token-${i}`)})},`line-${s}`):(l.length,null)})})})})},vd={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:"#8855FF",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:{500:"#FF7CC8",600:"#FF7CA9"},orange:{600:"#F29142"}},zIndex:{base:1,island:100,drawer:1e3,modal:1e3,dropdown:1100,popover:1100,tooltip:1200}},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"}},xd={v2:vd.v2,darkMode:!0,colors:{...vd.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:vd.font_family},Sd={v2:vd.v2,darkMode:!1,colors:{...vd.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:vd.font_family},wd=e=>e?xd:Sd;var Ed=Object.freeze({__proto__:null,baseTheme:vd,darkModeTheme:xd,getTheme:wd,lightModeTheme:Sd});Vt('@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");*,:after,:before{box-sizing:border-box}*{-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 Cd=({children:t})=>{const{darkMode:n}=ic();return e(s,{theme:wd(n),children:t})},Td={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 Ad=Object.freeze({__proto__:null,hex:Td});const Id={in:{left:a`
327
327
  from { transform: translateX(-100%); }
328
328
  to { transform: translateX(0); }
329
329
  `,right:a`
@@ -353,7 +353,7 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
353
353
  `,center:a`
354
354
  from { transform: translate(-50%, -50%); }
355
355
  to { transform: translate(-50%, 100%); }
356
- `}},Nd={in:a`
356
+ `}},kd={in:a`
357
357
  from {
358
358
  width: 0%;
359
359
  }
@@ -367,7 +367,7 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
367
367
  to {
368
368
  width: 0%;
369
369
  }
370
- `},Dd=a`
370
+ `},Nd=a`
371
371
  0% {
372
372
  transform: scale(1);
373
373
  opacity: 1;
@@ -376,7 +376,7 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
376
376
  transform: scale(2);
377
377
  opacity: 0;
378
378
  }
379
- `,Rd=a`
379
+ `,Dd=a`
380
380
  0% {
381
381
  background-position: -500px 0;
382
382
  }
@@ -397,26 +397,26 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
397
397
  to {
398
398
  opacity: 0;
399
399
  }
400
- `};var _d=Object.freeze({__proto__:null,fade:Od,ping:Dd,progress:Nd,shimmer:Rd,slide:Id});const Ld=o.div`
400
+ `};var Rd=Object.freeze({__proto__:null,fade:Od,ping:Nd,progress:kd,shimmer:Dd,slide:Id});const _d=o.div`
401
401
  width: ${({$orientation:e,$thickness:t,$length:n})=>"vertical"===e?`${t}px`:n||"100%"};
402
402
  height: ${({$orientation:e,$thickness:t,$length:n})=>"horizontal"===e?`${t}px`:n||"100%"};
403
403
  margin: ${({$orientation:e,$margin:t})=>t||("horizontal"===e?"8px 0":"0 8px")};
404
- background-color: ${({$type:e,theme:t})=>(e?t.text[e]:t.colors.border)+Ad["050"]};
404
+ background-color: ${({$type:e,theme:t})=>(e?t.text[e]:t.colors.border)+Td["050"]};
405
405
  opacity: ${({$opacity:e})=>e||1};
406
- `,Pd=({orientation:t="horizontal",type:n,thickness:o=1,length:r,margin:i,opacity:a})=>e(Ld,{$orientation:t,$type:n,$thickness:o,$length:r,$margin:i,$opacity:a}),Fd={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 Md(e){if("number"==typeof e)return{value:e,unit:"px"};let t;const n=(e.match(/^[0-9.]*/)||"").toString();t=n.includes(".")?parseFloat(n):parseInt(n,10);const o=(e.match(/[^0-9]*$/)||"").toString();return Fd[o]?{value:t,unit:o}:{value:t,unit:"px"}}function zd(e){const t=Md(e);return`${t.value}${t.unit}`}const Ud=((e,t,n)=>{const o=`react-spinners-${e}-${n}`;if("undefined"==typeof window||!window.document)return o;const r=document.createElement("style");document.head.appendChild(r);const i=r.sheet,a=`\n @keyframes ${o} {\n ${t}\n }\n `;return i&&i.insertRule(a,0),o})("FadeLoader","50% {opacity: 0.3} 100% {opacity: 1}","fade"),Bd=({loading:n=!0,color:o,scale:r=1,speedMultiplier:a=1,cssOverride:s={},style:l={},...c})=>{const d=i(),u=o||d.text.secondary;if(!n)return null;const{value:p}=Md(2),h=p+4.2,g=h/2+h/5.5,m=4*h*r,f={position:"relative",width:`${m}px`,height:`${m}px`,scale:r,...l,...s},y=(e,t)=>({position:"absolute",width:zd(1.5),height:zd(4),borderRadius:zd(2),backgroundColor:u,transition:"2s",animationFillMode:"both",animation:`${Ud} ${1.2/a}s ${.12*e}s infinite ease-in-out`,transform:`translate(-50%, -50%) rotate(${t}deg)`});return t("span",{style:f,...c,children:[e("span",{style:{...y(1,0),top:`calc(50% + ${h}px)`,left:"50%"}}),e("span",{style:{...y(2,-45),top:`calc(50% + ${g}px)`,left:`calc(50% + ${g}px)`}}),e("span",{style:{...y(3,90),top:"50%",left:`calc(50% + ${h}px)`}}),e("span",{style:{...y(4,45),top:`calc(50% + ${-1*g}px)`,left:`calc(50% + ${g}px)`}}),e("span",{style:{...y(5,0),top:`calc(50% + ${-1*h}px)`,left:"50%"}}),e("span",{style:{...y(6,-45),top:`calc(50% + ${-1*g}px)`,left:`calc(50% + ${-1*g}px)`}}),e("span",{style:{...y(7,90),top:"50%",left:`calc(50% + ${-1*h}px)`}}),e("span",{style:{...y(8,45),top:`calc(50% + ${g}px)`,left:`calc(50% + ${-1*g}px)`}})]})},jd=a`
406
+ `,Ld=({orientation:t="horizontal",type:n,thickness:o=1,length:r,margin:i,opacity:a})=>e(_d,{$orientation:t,$type:n,$thickness:o,$length:r,$margin:i,$opacity:a}),Pd={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 Fd(e){if("number"==typeof e)return{value:e,unit:"px"};let t;const n=(e.match(/^[0-9.]*/)||"").toString();t=n.includes(".")?parseFloat(n):parseInt(n,10);const o=(e.match(/[^0-9]*$/)||"").toString();return Pd[o]?{value:t,unit:o}:{value:t,unit:"px"}}function Md(e){const t=Fd(e);return`${t.value}${t.unit}`}const zd=((e,t,n)=>{const o=`react-spinners-${e}-${n}`;if("undefined"==typeof window||!window.document)return o;const r=document.createElement("style");document.head.appendChild(r);const i=r.sheet,a=`\n @keyframes ${o} {\n ${t}\n }\n `;return i&&i.insertRule(a,0),o})("FadeLoader","50% {opacity: 0.3} 100% {opacity: 1}","fade"),Ud=({loading:n=!0,color:o,scale:r=1,speedMultiplier:a=1,cssOverride:s={},style:l={},...c})=>{const d=i(),u=o||d.text.secondary;if(!n)return null;const{value:p}=Fd(2),h=p+4.2,g=h/2+h/5.5,m=4*h*r,f={position:"relative",width:`${m}px`,height:`${m}px`,scale:r,...l,...s},y=(e,t)=>({position:"absolute",width:Md(1.5),height:Md(4),borderRadius:Md(2),backgroundColor:u,transition:"2s",animationFillMode:"both",animation:`${zd} ${1.2/a}s ${.12*e}s infinite ease-in-out`,transform:`translate(-50%, -50%) rotate(${t}deg)`});return t("span",{style:f,...c,children:[e("span",{style:{...y(1,0),top:`calc(50% + ${h}px)`,left:"50%"}}),e("span",{style:{...y(2,-45),top:`calc(50% + ${g}px)`,left:`calc(50% + ${g}px)`}}),e("span",{style:{...y(3,90),top:"50%",left:`calc(50% + ${h}px)`}}),e("span",{style:{...y(4,45),top:`calc(50% + ${-1*g}px)`,left:`calc(50% + ${g}px)`}}),e("span",{style:{...y(5,0),top:`calc(50% + ${-1*h}px)`,left:"50%"}}),e("span",{style:{...y(6,-45),top:`calc(50% + ${-1*g}px)`,left:`calc(50% + ${-1*g}px)`}}),e("span",{style:{...y(7,90),top:"50%",left:`calc(50% + ${-1*h}px)`}}),e("span",{style:{...y(8,45),top:`calc(50% + ${g}px)`,left:`calc(50% + ${-1*g}px)`}})]})},Bd=a`
407
407
  0% {
408
408
  background-position: 0% 50%;
409
409
  }
410
410
  100% {
411
411
  background-position: 100% 50%;
412
412
  }
413
- `,Wd=o(nd)`
413
+ `,jd=o(td)`
414
414
  background: ${({$textColor:e,$stripColor:t})=>`linear-gradient(45deg, ${e} 0%, ${e} 40%, ${t} 50%, ${e} 60%, ${e} 100%)`};
415
415
  background-size: 250% 100%; /* Expand background to allow movement */
416
416
  background-clip: text;
417
417
  color: transparent;
418
- animation: ${jd} 1s reverse linear infinite;
419
- `,Hd=({children:t="Loading...",textColor:n,stripColor:o,...r})=>{const a=i(),s=n||a.v2.colors.white[500],l=o||a.v2.colors.black[500];return e(Wd,{$textColor:s,$stripColor:l,...r,children:t})};var Gd,Xd;!function(e){e.Primary="primary",e.Secondary="secondary",e.Text="text"}(Gd||(Gd={})),function(e){e.S="small",e.M="medium",e.L="large"}(Xd||(Xd={}));const Kd=o.button`
418
+ animation: ${Bd} 1s reverse linear infinite;
419
+ `,Hd=({children:t="Loading...",textColor:n,stripColor:o,...r})=>{const a=i(),s=n||a.v2.colors.white[500],l=o||a.v2.colors.black[500];return e(jd,{$textColor:s,$stripColor:l,...r,children:t})};var Wd,Gd;!function(e){e.Primary="primary",e.Secondary="secondary",e.Text="text"}(Wd||(Wd={})),function(e){e.S="small",e.M="medium",e.L="large"}(Gd||(Gd={}));const Xd=o.button`
420
420
  display: flex;
421
421
  align-items: center;
422
422
  justify-content: center;
@@ -426,14 +426,14 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
426
426
  `}
427
427
  border: none;
428
428
  border-radius: 6px;
429
- ${({$size:e,$hasLabel:t})=>e===Xd.S?r`
429
+ ${({$size:e,$hasLabel:t})=>e===Gd.S?r`
430
430
  height: 32px;
431
431
  ${t?r`
432
432
  padding: 8px 16px;
433
433
  `:r`
434
434
  width: 32px;
435
435
  `}
436
- `:e===Xd.M?r`
436
+ `:e===Gd.M?r`
437
437
  height: 38px;
438
438
  ${t?r`
439
439
  padding: 8px 18px;
@@ -458,7 +458,7 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
458
458
  ${({$withShadow:e})=>e?r`
459
459
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.32);
460
460
  `:""}
461
- ${({$variant:e})=>e===Gd.Primary?r`
461
+ ${({$variant:e})=>e===Wd.Primary?r`
462
462
  background-color: ${({theme:e})=>e.v2.colors.purple[500]};
463
463
  &:hover {
464
464
  background-color: ${({theme:e})=>e.v2.colors.purple[600]};
@@ -466,7 +466,7 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
466
466
  &:active {
467
467
  background-color: ${({theme:e})=>e.v2.colors.purple[700]};
468
468
  }
469
- `:e===Gd.Secondary?r`
469
+ `:e===Wd.Secondary?r`
470
470
  background-color: ${({theme:e})=>e.v2.colors.silver[750]};
471
471
  &:hover {
472
472
  background-color: ${({theme:e})=>e.v2.colors.silver[600]};
@@ -474,7 +474,7 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
474
474
  &:active {
475
475
  background-color: ${({theme:e})=>e.v2.colors.silver[500]};
476
476
  }
477
- `:e===Gd.Text?r`
477
+ `:e===Wd.Text?r`
478
478
  background-color: transparent;
479
479
  &:hover {
480
480
  background-color: ${({theme:e})=>e.v2.colors.silver[800]};
@@ -484,7 +484,7 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
484
484
  }
485
485
  `:""}
486
486
  }
487
- `,Vd=Lt(({"data-id":o,label:r,tooltip:a,hideTooltipIcon:s,leftIcon:l,rightIcon:c,variant:d=Gd.Primary,size:u=Xd.M,iconSize:p,loading:h,fullWidth:g,withShadow:m,textColor:f,disabled:y,onClick:b,...$},v)=>{const x=i(),S=p||(u===Xd.L?18:16),w=u===Xd.L?on.S:on.XS,E=f||(y?x.v2.colors.grey[400]:x.v2.colors.white[500]),[C,T]=Ft(!1),A=Ut(async e=>{e.stopPropagation(),T(!0),await(b?.(e)),T(!1)},[b]);return e(Kd,{ref:v,"data-id":o,$variant:d,$size:u,$fullWidth:g,$withShadow:m,$hasLabel:!!r,disabled:y,onClick:h||C?void 0:A,...$,children:e(cd,{text:a,withIcon:!s,children:h||C?r?e(Hd,{size:x.v2.text.size[w],textColor:E}):e(Bd,{}):t(n,{children:[l&&e(l,{size:S,fill:E}),r?e(cn,{size:w,weight:500,color:E,nowrap:!0,children:r}):null,c&&e(c,{size:S,fill:E})]})})})});Vd.displayName=Vd.name;const Jd=({error:n})=>{const o=i(),r={container:{display:"flex",flexDirection:"column",alignItems:"center",textAlign:"center",color:o.text.error,fontFamily:o.font_family.primary},errorMessage:{padding:10,borderRadius:5,whiteSpace:"pre-wrap",background:o.colors.error},errorStack:{whiteSpace:"pre-wrap",fontSize:"12px"},errorStackWrapper:{textAlign:"left",marginTop:10},infoText:{marginTop:100,color:o.text.secondary,fontSize:"14px"}};return t("div",{style:r.container,children:[e("h2",{children:"Something went wrong!"}),e("pre",{style:r.errorMessage,children:n?.message||"Unknown Error"}),t("details",{style:r.errorStackWrapper,children:[e("summary",{children:"Stack Trace"}),e("pre",{style:r.errorStack,children:n?.stack||"Unknown Stack"})]}),e("p",{style:r.infoText,children:"Try refreshing the page or contact support"}),e(Vd,{variant:Gd.Secondary,onClick:()=>window.location.reload(),label:"Reload Page"})]})},qd=({children:t})=>e(Yt,{FallbackComponent:({error:t,...n})=>e(Td,{children:e(Jd,{...n,error:t})}),children:t}),Yd=o.button`
487
+ `,Kd=Lt(({"data-id":o,label:r,tooltip:a,hideTooltipIcon:s,leftIcon:l,rightIcon:c,variant:d=Wd.Primary,size:u=Gd.M,iconSize:p,loading:h,fullWidth:g,withShadow:m,textColor:f,disabled:y,onClick:b,...$},v)=>{const x=i(),S=p||(u===Gd.L?18:16),w=u===Gd.L?on.S:on.XS,E=f||(y?x.v2.colors.grey[400]:x.v2.colors.white[500]),[C,T]=Ft(!1),A=Ut(async e=>{e.stopPropagation(),T(!0),await(b?.(e)),T(!1)},[b]);return e(Xd,{ref:v,"data-id":o,$variant:d,$size:u,$fullWidth:g,$withShadow:m,$hasLabel:!!r,disabled:y,onClick:h||C?void 0:A,...$,children:e(ld,{text:a,withIcon:!s,children:h||C?r?e(Hd,{size:x.v2.text.size[w],textColor:E}):e(Ud,{}):t(n,{children:[l&&e(l,{size:S,fill:E}),r?e(cn,{size:w,weight:500,color:E,nowrap:!0,children:r}):null,c&&e(c,{size:S,fill:E})]})})})});Kd.displayName=Kd.name;const Vd=({error:n})=>{const o=i(),r={container:{display:"flex",flexDirection:"column",alignItems:"center",textAlign:"center",color:o.text.error,fontFamily:o.font_family.primary},errorMessage:{padding:10,borderRadius:5,whiteSpace:"pre-wrap",background:o.colors.error},errorStack:{whiteSpace:"pre-wrap",fontSize:"12px"},errorStackWrapper:{textAlign:"left",marginTop:10},infoText:{marginTop:100,color:o.text.secondary,fontSize:"14px"}};return t("div",{style:r.container,children:[e("h2",{children:"Something went wrong!"}),e("pre",{style:r.errorMessage,children:n?.message||"Unknown Error"}),t("details",{style:r.errorStackWrapper,children:[e("summary",{children:"Stack Trace"}),e("pre",{style:r.errorStack,children:n?.stack||"Unknown Stack"})]}),e("p",{style:r.infoText,children:"Try refreshing the page or contact support"}),e(Kd,{variant:Wd.Secondary,onClick:()=>window.location.reload(),label:"Reload Page"})]})},Jd=({children:t})=>e(qt,{FallbackComponent:({error:t,...n})=>e(Cd,{children:e(Vd,{...n,error:t})}),children:t}),Yd=o.button`
488
488
  position: relative;
489
489
  width: ${({$size:e})=>e}px;
490
490
  height: ${({$size:e})=>e}px;
@@ -496,9 +496,9 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
496
496
  justify-content: center;
497
497
  cursor: pointer;
498
498
  &:hover {
499
- background-color: ${({theme:e,$backgroundColor:t})=>t?t+Ad["070"]:e.colors.dropdown_bg_2};
499
+ background-color: ${({theme:e,$backgroundColor:t})=>t?t+Td["070"]:e.colors.dropdown_bg_2};
500
500
  }
501
- `,Qd=o.div`
501
+ `,qd=o.div`
502
502
  position: absolute;
503
503
  top: ${({$size:e})=>e/5}px;
504
504
  right: ${({$size:e})=>e/5}px;
@@ -513,17 +513,17 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
513
513
  inset: 0;
514
514
  border-radius: 100%;
515
515
  background-color: ${({theme:e,$color:t})=>t||e.colors.secondary};
516
- animation: ${Dd} 1.5s cubic-bezier(0, 0, 0.2, 1) infinite;
516
+ animation: ${Nd} 1.5s cubic-bezier(0, 0, 0.2, 1) infinite;
517
517
  }
518
- `,Zd=({children:n,onClick:o,tooltip:r,size:i=36,withPing:a,pingColor:s,withBorder:l,backgroundColor:c,...d})=>e(cd,{text:r,children:t(Yd,{$size:i,$withBorder:l,$backgroundColor:c,onClick:o,...d,children:[a&&e(Qd,{$size:i,$color:s}),n]})}),eu=({src:t="",alt:n="",size:o=16})=>{const[r,i]=Ft(!1);return t&&!r?e("img",{src:t,alt:n,width:o,height:o,onError:()=>i(!0)}):e(f,{size:o})},tu=o.div`
518
+ `,Qd=({children:n,onClick:o,tooltip:r,size:i=36,withPing:a,pingColor:s,withBorder:l,backgroundColor:c,...d})=>e(ld,{text:r,children:t(Yd,{$size:i,$withBorder:l,$backgroundColor:c,onClick:o,...d,children:[a&&e(qd,{$size:i,$color:s}),n]})}),Zd=({src:t="",alt:n="",size:o=16})=>{const[r,i]=Ft(!1);return t&&!r?e("img",{src:t,alt:n,width:o,height:o,onError:()=>i(!0)}):e(f,{size:o})},eu=o.div`
519
519
  display: flex;
520
520
  align-items: center;
521
521
  justify-content: center;
522
522
  width: ${({$size:e})=>e}px;
523
523
  height: ${({$size:e})=>e}px;
524
524
  border-radius: 8px;
525
- background: ${({$status:e,theme:t})=>{const n=t.colors[e||"dropdown_bg_2"];return`linear-gradient(180deg, ${n} 0%, ${n+Ad["030"]} 100%)`}};
526
- `,nu=({icon:t,src:n="",alt:o="",status:r,size:i=36})=>e(tu,{$status:r,$size:i,children:n?e(eu,{src:n,alt:o,size:i-12}):e(t||f,{size:i-12})}),ou=o.div`
525
+ background: ${({$status:e,theme:t})=>{const n=t.colors[e||"dropdown_bg_2"];return`linear-gradient(180deg, ${n} 0%, ${n+Td["030"]} 100%)`}};
526
+ `,tu=({icon:t,src:n="",alt:o="",status:r,size:i=36})=>e(eu,{$status:r,$size:i,children:n?e(Zd,{src:n,alt:o,size:i-12}):e(t||f,{size:i-12})}),nu=o.div`
527
527
  position: relative;
528
528
  display: flex;
529
529
  flex-wrap: wrap;
@@ -531,7 +531,7 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
531
531
  justify-content: center;
532
532
  width: ${({$size:e})=>e}px;
533
533
  height: ${({$size:e})=>e}px;
534
- `,ru=o.div`
534
+ `,ou=o.div`
535
535
  position: absolute;
536
536
  top: ${({$top:e})=>e}px;
537
537
  left: ${({$left:e})=>e}px;
@@ -542,9 +542,9 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
542
542
  width: ${({$size:e})=>e}px;
543
543
  height: ${({$size:e})=>e}px;
544
544
  border-radius: 100%;
545
- border: 1px solid ${({theme:e,$status:t})=>(t?e.text[t]:e.colors.border)+Ad["030"]};
546
- background: ${({$status:e,theme:t})=>{const n=t.colors[e||"dropdown_bg_2"];return`linear-gradient(180deg, ${n} 0%, ${n+Ad["030"]} 100%)`}};
547
- `,iu=({icons:n=[],iconSrcs:o=[],status:r,size:a=36,id:s})=>{const l=i(),c=1===n.length||1===o.length?a-12:a/2.7;if(o.length>0)return e(iu,{icons:o.map(t=>()=>e(eu,{src:t,size:c})),status:r,size:a,id:s});if(1===n.length)return e(nu,{icon:n[0],status:r,size:a});const d=e=>n.length<=2?.5*c:0===e||1===e?0:1.15*c,u=e=>0===e?0:1===e?1.15*c:1.15*c*.5;return e(ou,{$status:r,$size:a,children:n.map((o,i)=>i>2?null:e(ru,{$status:r,$size:1.5*c,$top:d(i),$left:u(i),$zIndex:i+1,children:2===i&&n.length>3?t(nd,{family:"secondary",color:l.text.dark_grey,size:.8*c,children:["+",n.length-2]}):e(o,{size:c})},`icon-${s}-${i}`))})},au=o.div`
545
+ border: 1px solid ${({theme:e,$status:t})=>(t?e.text[t]:e.colors.border)+Td["030"]};
546
+ background: ${({$status:e,theme:t})=>{const n=t.colors[e||"dropdown_bg_2"];return`linear-gradient(180deg, ${n} 0%, ${n+Td["030"]} 100%)`}};
547
+ `,ru=({icons:n=[],iconSrcs:o=[],status:r,size:a=36,id:s})=>{const l=i(),c=1===n.length||1===o.length?a-12:a/2.7;if(o.length>0)return e(ru,{icons:o.map(t=>()=>e(Zd,{src:t,size:c})),status:r,size:a,id:s});if(1===n.length)return e(tu,{icon:n[0],status:r,size:a});const d=e=>n.length<=2?.5*c:0===e||1===e?0:1.15*c,u=e=>0===e?0:1===e?1.15*c:1.15*c*.5;return e(nu,{$status:r,$size:a,children:n.map((o,i)=>i>2?null:e(ou,{$status:r,$size:1.5*c,$top:d(i),$left:u(i),$zIndex:i+1,children:2===i&&n.length>3?t(td,{family:"secondary",color:l.text.dark_grey,size:.8*c,children:["+",n.length-2]}):e(o,{size:c})},`icon-${s}-${i}`))})},iu=o.div`
548
548
  position: relative;
549
549
  &.animated {
550
550
  overflow: hidden;
@@ -552,7 +552,7 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
552
552
  border-radius: 32px;
553
553
  animation: ${({$isLeaving:e})=>e?Id.out.bottom:Id.in.bottom} ${({$duration:e})=>e/10}ms forwards;
554
554
  }
555
- `,su=o.div`
555
+ `,au=o.div`
556
556
  position: absolute;
557
557
  bottom: -1px;
558
558
  left: 0;
@@ -561,8 +561,8 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
561
561
  height: 100%;
562
562
  border-radius: 32px;
563
563
  background-color: ${({$type:e,theme:t})=>t.text[e]};
564
- animation: ${Nd.out} ${({$duration:e})=>""+(e-e/10)}ms forwards;
565
- `,lu=o.div`
564
+ animation: ${kd.out} ${({$duration:e})=>""+(e-e/10)}ms forwards;
565
+ `,su=o.div`
566
566
  display: flex;
567
567
  align-items: center;
568
568
  flex: 1;
@@ -570,20 +570,20 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
570
570
  padding: 0 12px;
571
571
  border-radius: 32px;
572
572
  background-color: ${({$type:e,theme:t})=>t.colors[e]};
573
- `,cu=o.div`
573
+ `,lu=o.div`
574
574
  display: flex;
575
575
  align-items: center;
576
576
  margin: 0 auto 0 0;
577
577
  padding: 8px 0;
578
578
  max-width: ${({$withAction:e,$overrideMaxWidth:t})=>t||(e?"400px":"500px")};
579
579
  min-height: 12px;
580
- `,du=o(nd)`
580
+ `,cu=o(td)`
581
581
  font-size: 14px;
582
582
  color: ${({$type:e,theme:t})=>t.text[e]};
583
- `,uu=o(nd)`
583
+ `,du=o(td)`
584
584
  color: ${({$type:e,theme:t})=>t.text[e]};
585
585
  font-size: 12px;
586
- `,pu=o(Ir)``,hu=o(nd)`
586
+ `,uu=o(Nr)``,pu=o(td)`
587
587
  text-transform: uppercase;
588
588
  text-decoration: underline;
589
589
  font-size: 12px;
@@ -594,7 +594,7 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
594
594
  transform: scale(1.1);
595
595
  transition: transform 0.3s;
596
596
  }
597
- `,gu=({type:n,icon:o,title:r,message:a,action:s,onClose:l,duration:c=5e3,overrideMaxWidth:d,style:u})=>{const p=i(),[h,g]=Ft(!1),m=Bt(null),f=Bt(null),y=e=>{l&&(g(!0),l({asSeen:e?.asSeen}))};Mt(()=>(m.current=setTimeout(()=>y({asSeen:!1}),c),()=>{m.current&&clearTimeout(m.current)}),[c]);const b=o||jr(n,p);return t(au,{className:l?"animated":"",$duration:c,$isLeaving:h,onMouseEnter:()=>{m.current&&clearTimeout(m.current),f.current&&(f.current.style.animationPlayState="paused")},onMouseLeave:()=>{if(f.current){const e=f.current.offsetWidth/f.current.parentElement.offsetWidth*c;m.current=setTimeout(()=>y({asSeen:!1}),e),f.current.style.animationPlayState="running"}},children:[t(lu,{"data-id":"toast",$type:n,style:u,children:[e(b,{fill:p.text[n]}),t(cu,{$withAction:!!s,$overrideMaxWidth:d,children:[r&&e(du,{$type:n,children:r}),r&&a&&e(Pd,{orientation:"vertical",type:n}),a&&e(uu,{$type:n,children:a})]}),(!!s||!!l)&&t(pu,{children:[s&&e(hu,{"data-id":"toast-action",onClick:s.onClick,children:s.label}),l&&e(Zd,{"data-id":"toast-close",onClick:()=>y({asSeen:!0}),children:e(xt,{size:12})})]})]}),l&&e(su,{ref:f,$duration:c,$type:n})]})},mu=o(nd)`
597
+ `,hu=({type:n,icon:o,title:r,message:a,action:s,onClose:l,duration:c=5e3,overrideMaxWidth:d,style:u})=>{const p=i(),[h,g]=Ft(!1),m=Bt(null),f=Bt(null),y=e=>{l&&(g(!0),l({asSeen:e?.asSeen}))};Mt(()=>(m.current=setTimeout(()=>y({asSeen:!1}),c),()=>{m.current&&clearTimeout(m.current)}),[c]);const b=o||Hr(n,p);return t(iu,{className:l?"animated":"",$duration:c,$isLeaving:h,onMouseEnter:()=>{m.current&&clearTimeout(m.current),f.current&&(f.current.style.animationPlayState="paused")},onMouseLeave:()=>{if(f.current){const e=f.current.offsetWidth/f.current.parentElement.offsetWidth*c;m.current=setTimeout(()=>y({asSeen:!1}),e),f.current.style.animationPlayState="running"}},children:[t(su,{"data-id":"toast",$type:n,style:u,children:[e(b,{fill:p.text[n]}),t(lu,{$withAction:!!s,$overrideMaxWidth:d,children:[r&&e(cu,{$type:n,children:r}),r&&a&&e(Ld,{orientation:"vertical",type:n}),a&&e(du,{$type:n,children:a})]}),(!!s||!!l)&&t(uu,{children:[s&&e(pu,{"data-id":"toast-action",onClick:s.onClick,children:s.label}),l&&e(Qd,{"data-id":"toast-close",onClick:()=>y({asSeen:!0}),children:e(xt,{size:12})})]})]}),l&&e(au,{ref:f,$duration:c,$type:n})]})},gu=o(td)`
598
598
  max-width: ${({$maxWidth:e})=>e?`${e}px`:"unset"};
599
599
  white-space: nowrap;
600
600
  overflow-x: auto;
@@ -604,7 +604,7 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
604
604
  content: '';
605
605
  display: block;
606
606
  }
607
- `,fu=({maxWidth:n,text:o,textSize:r=16,textColor:i})=>{const[a,s]=Ft(!1),l=Bt(null);return Mt(()=>{if(l.current){const{clientWidth:e}=l.current;s(e<1.05*(n-r)&&e>.95*(n-r))}},[n,r,o]),t(Ir,{$gap:0,children:[o&&e(cd,{text:a?o:void 0,children:e(mu,{ref:l,$maxWidth:n-r,size:r,color:i,children:o})}),a&&e(mu,{$maxWidth:r,size:r,color:i,children:"..."})]})},yu=o.div`
607
+ `,mu=({maxWidth:n,text:o,textSize:r=16,textColor:i})=>{const[a,s]=Ft(!1),l=Bt(null);return Mt(()=>{if(l.current){const{clientWidth:e}=l.current;s(e<1.05*(n-r)&&e>.95*(n-r))}},[n,r,o]),t(Nr,{$gap:0,children:[o&&e(ld,{text:a?o:void 0,children:e(gu,{ref:l,$maxWidth:n-r,size:r,color:i,children:o})}),a&&e(gu,{$maxWidth:r,size:r,color:i,children:"..."})]})},fu=o.div`
608
608
  width: 100%;
609
609
  height: 100%;
610
610
 
@@ -612,33 +612,33 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
612
612
  animation: none !important;
613
613
  transition: none !important;
614
614
  }
615
- `,bu=({width:t="100%",height:n="100%",gap:o=0,elements:r,noAnimation:i=!1,onTopIndexChange:a})=>{const s=Bt(null),l=zt(()=>o?r.map((t,n)=>e("div",{style:{paddingBottom:o},children:t},`scroll-y-item-${n}`)):r,[r,o]),c=Ut(e=>{if(!a||!s.current)return;const t=s.current.findItemIndex(e);a(t)},[a]),d=e(en,{ref:s,style:{width:t,height:n},onScroll:a?c:void 0,children:l});return i?e(yu,{children:d}):d},$u=o.div`
615
+ `,yu=({width:t="100%",height:n="100%",gap:o=0,elements:r,noAnimation:i=!1,onTopIndexChange:a})=>{const s=Bt(null),l=zt(()=>o?r.map((t,n)=>e("div",{style:{paddingBottom:o},children:t},`scroll-y-item-${n}`)):r,[r,o]),c=Ut(e=>{if(!a||!s.current)return;const t=s.current.findItemIndex(e);a(t)},[a]),d=e(en,{ref:s,style:{width:t,height:n},onScroll:a?c:void 0,children:l});return i?e(fu,{children:d}):d},bu=o.div`
616
616
  display: flex;
617
617
  flex-direction: column;
618
618
  gap: 16px;
619
619
  ${({$maxWidth:e})=>e&&`max-width: ${e};`}
620
- `,vu=o.div`
620
+ `,$u=o.div`
621
621
  display: flex;
622
622
  align-items: center;
623
623
  gap: 16px;
624
- `,xu=o.div`
624
+ `,vu=o.div`
625
625
  width: 50px;
626
626
  height: 50px;
627
627
  border-radius: 8px;
628
628
  background: ${({theme:e})=>`linear-gradient(90deg, ${e.v2.colors.grey[600]} 25%, ${e.v2.colors.grey[600]} 50%, ${e.v2.colors.silver[500]} 75%)`};
629
629
  background-size: 200% 100%;
630
- animation: ${Rd} 10s infinite linear;
631
- `,Su=o(Nr)`
630
+ animation: ${Dd} 10s infinite linear;
631
+ `,xu=o(Dr)`
632
632
  flex: 1;
633
633
  gap: 12px;
634
- `,wu=o.div`
634
+ `,Su=o.div`
635
635
  width: ${({$width:e})=>e};
636
636
  height: 16px;
637
637
  background: ${({theme:e})=>`linear-gradient(90deg, ${e.v2.colors.grey[600]} 25%, ${e.v2.colors.grey[600]} 50%, ${e.v2.colors.silver[500]} 75%)`};
638
638
  background-size: 200% 100%;
639
- animation: ${Rd} 1.5s infinite linear;
639
+ animation: ${Dd} 1.5s infinite linear;
640
640
  border-radius: 4px;
641
- `,Eu=({size:n=5,maxWidth:o})=>e($u,{$maxWidth:o,children:[...Array(n)].map((n,o)=>t(vu,{children:[e(xu,{}),t(Su,{children:[e(wu,{$width:"80%"}),e(wu,{$width:"100%"})]})]},o))}),Cu=o.div`
641
+ `,wu=({size:n=5,maxWidth:o})=>e(bu,{$maxWidth:o,children:[...Array(n)].map((n,o)=>t($u,{children:[e(vu,{}),t(xu,{children:[e(Su,{$width:"80%"}),e(Su,{$width:"100%"})]})]},o))}),Eu=o.div`
642
642
  display: flex;
643
643
  align-items: center;
644
644
  justify-content: center;
@@ -648,17 +648,17 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
648
648
  padding: ${({$hasLabel:e})=>e?"4px 8px":"4px"};
649
649
  border-radius: 100px;
650
650
  background-color: ${({$backgroundColor:e})=>e};
651
- `,Tu=({label:n,leftIcon:o,rightIcon:r,tooltip:a,status:s=Un.Unknown,useSecondaryTone:l=!1,invertColors:c=!1,textSize:d,textColor:u,backgroundColor:p,minWidth:h="unset",fullWidth:g=!1})=>{const m=i(),f=n?.toString(),y=zn.Loading===s,b=s?[Un.Disabled,zn.Disabled,zn.Loading].includes(s)?ar(m,s,c?"400":"700"):[Un.Unknown].includes(s)?ar(m,s,"600"):ar(m,s,c?l?"500":"300":l?"700":"500"):m.v2.colors.grey[200],$=u||(c&&![Un.Unknown].includes(s)?b:[Un.Disabled,zn.Disabled,zn.Loading].includes(s)?m.v2.colors.grey[400]:[Fn.Error,Fn.Warning,Fn.Success].includes(s)?m.v2.colors.black[500]:m.v2.colors.white[500]),v=p||(c&&![Un.Unknown].includes(s)?[Un.Disabled,zn.Disabled,zn.Loading].includes(s)?m.v2.colors.grey[700]:m.v2.colors.silver[700]:b);return e(cd,{text:a,fullWidth:g,children:t(Cu,{$backgroundColor:v,$minWidth:h,$fullWidth:g,$hasLabel:!!f,children:[!y||f&&o?o?e(o,{fill:$,size:d?m.v2.text.size[d]+2:14}):null:e(Br,{withSpinnerOld:!0,scaleSpinnerOld:.5}),f?y?e(Br,{withGradient:!0,title:f,titleSize:d||on.XXS}):e(cn,{color:$,size:d||on.XXS,nowrap:!0,children:f}):null,r&&e(r,{fill:$,size:d?m.v2.text.size[d]+2:14})]})})},Au=o.span`
651
+ `,Cu=({label:n,leftIcon:o,rightIcon:r,tooltip:a,status:s=Bn.Unknown,useSecondaryTone:l=!1,invertColors:c=!1,textSize:d,textColor:u,backgroundColor:p,minWidth:h="unset",fullWidth:g=!1})=>{const m=i(),f=n?.toString(),y=Un.Loading===s,b=s?[Bn.Disabled,Un.Disabled,Un.Loading].includes(s)?sr(m,s,c?"400":"700"):[Bn.Unknown].includes(s)?sr(m,s,"600"):sr(m,s,c?l?"500":"300":l?"700":"500"):m.v2.colors.grey[200],$=u||(c&&![Bn.Unknown].includes(s)?b:[Bn.Disabled,Un.Disabled,Un.Loading].includes(s)?m.v2.colors.grey[400]:[Mn.Error,Mn.Warning,Mn.Success].includes(s)?m.v2.colors.black[500]:m.v2.colors.white[500]),v=p||(c&&![Bn.Unknown].includes(s)?[Bn.Disabled,Un.Disabled,Un.Loading].includes(s)?m.v2.colors.grey[700]:m.v2.colors.silver[700]:b);return e(ld,{text:a,fullWidth:g,children:t(Eu,{$backgroundColor:v,$minWidth:h,$fullWidth:g,$hasLabel:!!f,children:[!y||f&&o?o?e(o,{fill:$,size:d?m.v2.text.size[d]+2:14}):null:e(jr,{withSpinnerOld:!0,scaleSpinnerOld:.5}),f?y?e(jr,{withGradient:!0,title:f,titleSize:d||on.XXS}):e(cn,{color:$,size:d||on.XXS,nowrap:!0,children:f}):null,r&&e(r,{fill:$,size:d?m.v2.text.size[d]+2:14})]})})},Tu=o.span`
652
652
  font-family: ${({theme:e})=>e.font_family.primary};
653
653
  font-size: ${({$smallAndDark:e})=>e?"12px":"14px"};
654
654
  font-weight: 400;
655
655
  color: ${({theme:e,$smallAndDark:t})=>t?e.v2.colors.grey[400]:e.v2.colors.silver[200]};
656
- `,ku=o.span`
656
+ `,Au=o.span`
657
657
  font-family: ${({theme:e})=>e.font_family.primary};
658
658
  font-size: 14px;
659
659
  font-weight: 400;
660
660
  color: ${({theme:e})=>e.v2.colors.red[500]};
661
- `,Iu=({label:n,tooltip:o,required:r,badge:i,width:a,smallAndDark:s})=>n||o||r?t(Ir,{$width:a,$justifyContent:"space-between",children:[n&&e(Au,{$smallAndDark:s,children:n}),t(Ir,{$gap:4,children:[i&&e(Tu,{...i,textSize:on.XXXS}),r&&e(ku,{children:"*"}),o&&e(cd,{text:o,withIcon:!0})]})]}):null,Nu=({errorMessage:n,warnMessage:o,helpMessage:r})=>{const a=i(),s=n?a.v2.colors.red[500]:o?a.v2.colors.yellow[500]:a.v2.colors.silver[200],l=e(nt,{size:12,fill:s});return n||o||r?t(Ir,{$alignItems:"center",children:[l&&e(Nr,{children:l}),e(cn,{size:on.XXXS,weight:400,color:s,children:n||o||r})]}):null},Du=o.div`
661
+ `,Iu=({label:n,tooltip:o,required:r,badge:i,width:a,smallAndDark:s})=>n||o||r?t(Nr,{$width:a,$justifyContent:"space-between",children:[n&&e(Tu,{$smallAndDark:s,children:n}),t(Nr,{$gap:4,children:[i&&e(Cu,{...i,textSize:on.XXXS}),r&&e(Au,{children:"*"}),o&&e(ld,{text:o,withIcon:!0})]})]}):null,ku=({errorMessage:n,warnMessage:o,helpMessage:r})=>{const a=i(),s=n?a.v2.colors.red[500]:o?a.v2.colors.yellow[500]:a.v2.colors.silver[200],l=e(nt,{size:12,fill:s});return n||o||r?t(Nr,{$alignItems:"center",children:[l&&e(Dr,{children:l}),e(cn,{size:on.XXXS,weight:400,color:s,children:n||o||r})]}):null},Nu=o.div`
662
662
  padding: ${({$small:e})=>e?"4px":"6px 12px"};
663
663
 
664
664
  display: flex;
@@ -677,7 +677,7 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
677
677
  border: 1px solid ${({theme:e})=>e.v2.colors.silver[300]};
678
678
  }
679
679
  `}
680
- `,Ru=o.input`
680
+ `,Du=o.input`
681
681
  max-width: ${({$maxWidth:e})=>e||"unset"};
682
682
  width: ${({$width:e})=>e||"unset"};
683
683
 
@@ -714,7 +714,7 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
714
714
  align-items: center;
715
715
  justify-content: center;
716
716
  cursor: pointer;
717
- `,_u=({label:n,required:o,tooltip:r,badge:a,leftIcon:s,rightIcon:l,hasError:c,errorMessage:d,warnMessage:u,helpMessage:p,type:h=Pn.Text,name:g,value:m,onChange:f,disabled:y,maxWidth:b,width:$,small:v=!1,onClick:x,...S})=>{const w=i(),E=h===Pn.Password,[C,T]=Ft(!1),[A,k]=Ft(null),I=c||!!d||!!A,N=m?w.v2.colors.white[500]:y?w.v2.colors.grey[400]:w.v2.colors.silver[200],D=v?14:18,R=Bt(null),O=Bc(R,{deps:[m]}),_=S.readOnly&&O&&null!=m&&""!==m?String(m):"";return t(Nr,{$width:$,$gap:6,children:[e(Iu,{label:n,tooltip:r,required:o,badge:a}),e(Du,{$small:v,$disabled:y,$error:I,$clickable:!!x&&!y,onClick:y?void 0:x,children:t(cd,{text:_,fullWidth:!0,keepAlive:!0,children:[s?e(s,{size:D,fill:N}):null,e(Ru,{"data-id":g,type:C||h===Pn.Number||h===Pn.Decimal?Pn.Text:h,name:g,value:m,onChange:e=>{e.stopPropagation();const t=e.target.value;if(h===Pn.Number||h===Pn.Decimal){const n=h===Pn.Number?gi(t):hi(t),o=null!=S.min?Number(S.min):void 0,r=null!=S.max?Number(S.max):void 0,i=h===Pn.Decimal&&n.endsWith(".");let a=n,s=!1;if(n&&!i){const e=parseFloat(n);isNaN(e)||(null!=r&&e>r?(a=String(r),s=!0):null!=o&&e<o&&(a=String(o),s=!0))}if(e.target.value=a,t&&t!==n)k("Please enter a valid number");else if(s){k(`Value must be ${null!=o&&null!=r?`between ${o} and ${r}`:null!=r?`at most ${r}`:`at least ${o}`}`)}else k(null)}f?.(e)},onKeyDown:e=>{["Enter"].includes(e.key)||e.stopPropagation()},disabled:y,$maxWidth:b,$width:$,$small:v,...S,ref:R}),E?e(Ou,{onClick:()=>T(e=>!e),children:e(C?St:wt,{size:D,fill:N})}):l?e(l,{size:D,fill:N}):null]})}),e(Nu,{errorMessage:A||d,warnMessage:u,helpMessage:p})]})};var Lu,Pu;!function(e){e.S="s",e.L="l"}(Lu||(Lu={})),function(e){e.Filled="filled",e.Underline="underline"}(Pu||(Pu={}));const Fu=o.div`
717
+ `,Ru=({label:n,required:o,tooltip:r,badge:a,leftIcon:s,rightIcon:l,hasError:c,errorMessage:d,warnMessage:u,helpMessage:p,type:h=Fn.Text,name:g,value:m,onChange:f,disabled:y,maxWidth:b,width:$,small:v=!1,onClick:x,...S})=>{const w=i(),E=h===Fn.Password,[C,T]=Ft(!1),[A,I]=Ft(null),k=c||!!d||!!A,N=m?w.v2.colors.white[500]:y?w.v2.colors.grey[400]:w.v2.colors.silver[200],D=v?14:18,O=Bt(null),R=Uc(O,{deps:[m]}),_=S.readOnly&&R&&null!=m&&""!==m?String(m):"";return t(Dr,{$width:$,$gap:6,children:[e(Iu,{label:n,tooltip:r,required:o,badge:a}),e(Nu,{$small:v,$disabled:y,$error:k,$clickable:!!x&&!y,onClick:y?void 0:x,children:t(ld,{text:_,fullWidth:!0,keepAlive:!0,children:[s?e(s,{size:D,fill:N}):null,e(Du,{"data-id":g,type:C||h===Fn.Number||h===Fn.Decimal?Fn.Text:h,name:g,value:m,onChange:e=>{e.stopPropagation();const t=e.target.value;if(h===Fn.Number||h===Fn.Decimal){const n=h===Fn.Number?mi(t):gi(t),o=null!=S.min?Number(S.min):void 0,r=null!=S.max?Number(S.max):void 0,i=h===Fn.Decimal&&n.endsWith(".");let a=n,s=!1;if(n&&!i){const e=parseFloat(n);isNaN(e)||(null!=r&&e>r?(a=String(r),s=!0):null!=o&&e<o&&(a=String(o),s=!0))}if(e.target.value=a,t&&t!==n)I("Please enter a valid number");else if(s){I(`Value must be ${null!=o&&null!=r?`between ${o} and ${r}`:null!=r?`at most ${r}`:`at least ${o}`}`)}else I(null)}f?.(e)},onKeyDown:e=>{["Enter"].includes(e.key)||e.stopPropagation()},disabled:y,$maxWidth:b,$width:$,$small:v,...S,ref:O}),E?e(Ou,{onClick:()=>T(e=>!e),children:e(C?St:wt,{size:D,fill:N})}):l?e(l,{size:D,fill:N}):null]})}),e(ku,{errorMessage:A||d,warnMessage:u,helpMessage:p})]})};var _u,Lu;!function(e){e.S="s",e.L="l"}(_u||(_u={})),function(e){e.Filled="filled",e.Underline="underline"}(Lu||(Lu={}));const Pu=o.div`
718
718
  display: flex;
719
719
  align-items: center;
720
720
  gap: 2px;
@@ -723,20 +723,20 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
723
723
  border: 1px solid ${({theme:e})=>e.v2.colors.grey[500]};
724
724
  background-color: ${({theme:e})=>e.v2.colors.silver[700]};
725
725
  width: ${({$fullWidth:e})=>e?"100%":"fit-content"};
726
- `,Mu=o.button`
726
+ `,Fu=o.button`
727
727
  flex: 1;
728
728
  display: flex;
729
729
  align-items: center;
730
730
  justify-content: center;
731
731
  gap: 8px;
732
- padding: ${({$size:e})=>e===Lu.S?"4px 8px":"8px 16px"};
732
+ padding: ${({$size:e})=>e===_u.S?"4px 8px":"8px 16px"};
733
733
  border-radius: 6px;
734
734
  border: 1px solid ${({$isSelected:e,$selectedBorderColor:t})=>e&&t?t:"transparent"};
735
735
  box-shadow: ${({$isSelected:e})=>e?"0 0 11px 0 rgba(0, 0, 0, 0.32)":"none"};
736
736
 
737
737
  ${({$disabled:e,$isSelected:t,$selectedBgColor:n,theme:o})=>e?r`
738
738
  cursor: not-allowed;
739
- background-color: ${t?(n||o.v2.colors.black[500])+Ad["040"]:"transparent"};
739
+ background-color: ${t?(n||o.v2.colors.black[500])+Td["040"]:"transparent"};
740
740
  `:r`
741
741
  cursor: pointer;
742
742
  background-color: ${t?n||o.v2.colors.black[500]:"transparent"};
@@ -744,11 +744,11 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
744
744
  background-color: ${t?n||o.v2.colors.black[500]:o.v2.colors.silver[800]};
745
745
  }
746
746
  `}
747
- `,zu=o.div`
747
+ `,Mu=o.div`
748
748
  display: flex;
749
749
  align-items: stretch;
750
750
  width: ${({$fullWidth:e})=>e?"100%":"fit-content"};
751
- `,Uu=o.button`
751
+ `,zu=o.button`
752
752
  display: flex;
753
753
  height: 34px;
754
754
  padding: 8px 12px 8px 16px;
@@ -767,7 +767,7 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
767
767
  &:hover {
768
768
  border-bottom-color: ${({theme:e,$isSelected:t})=>t?e.v2.colors.white[500]:e.v2.colors.grey[500]};
769
769
  }
770
- `,Bu=({"data-id":o,size:r=Lu.S,variant:a=Pu.Filled,options:s=[],selected:l,setSelected:c,disabled:d,fullWidth:u=!1})=>{const p=i(),h=a===Pu.Underline,g=h?Uu:Mu;return e(h?zu:Fu,{"data-id":o,$fullWidth:u,children:s.map(({value:o,label:i,icon:a,tooltip:s,selectedBgColor:u,selectedBorderColor:m,disabled:f},y)=>{const b=l===o,$=f||d,v=$?p.v2.colors.grey[400]:h||b?p.v2.colors.white[500]:p.v2.colors.grey[300],x=r===Lu.S?on.XXS:on.XS,S=b?500:400,w=t(n,{children:[a&&e(a,{fill:v}),i&&e(cn,{size:x,weight:S,color:v,nowrap:!0,children:i})]});return e(g,{onClick:()=>!$&&c(o),$disabled:$,$isSelected:b,$size:r,...!h&&{$selectedBgColor:u,$selectedBorderColor:m},children:s?e(cd,{text:s,withIcon:!0,children:w}):w},`segment-${i||y}-${o}`)})})},ju=o.div`
770
+ `,Uu=({"data-id":o,size:r=_u.S,variant:a=Lu.Filled,options:s=[],selected:l,setSelected:c,disabled:d,fullWidth:u=!1})=>{const p=i(),h=a===Lu.Underline,g=h?zu:Fu;return e(h?Mu:Pu,{"data-id":o,$fullWidth:u,children:s.map(({value:o,label:i,icon:a,badge:s,tooltip:u,selectedBgColor:m,selectedBorderColor:f,disabled:y},b)=>{const $=l===o,v=y||d,x=v?p.v2.colors.grey[400]:h||$?p.v2.colors.white[500]:p.v2.colors.grey[300],S=r===_u.S?on.XXS:on.XS,w=$?500:400,E=t(n,{children:[a&&e(a,{fill:x}),i&&e(cn,{size:S,weight:w,color:x,nowrap:!0,children:i}),s&&e(Cu,{...s})]});return e(g,{onClick:()=>!v&&c(o),$disabled:v,$isSelected:$,$size:r,...!h&&{$selectedBgColor:m,$selectedBorderColor:f},children:u?e(ld,{text:u,withIcon:!0,children:E}):E},`segment-${i||b}-${o}`)})})},Bu=o.div`
771
771
  box-sizing: border-box !important;
772
772
  width: ${({$width:e})=>e??"fit-content"};
773
773
  padding: ${({$withSegment:e})=>e?"2px 2px 2px 12px":"6px 12px"};
@@ -781,7 +781,7 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
781
781
  border: none;
782
782
  border-radius: 6px;
783
783
  background: ${({$isHovered:e,$isActive:t,$idleBackgroundColor:n,$emphasizeBackgroundColor:o,theme:r})=>{const i=n??r.v2.colors.silver[800],a=o??r.v2.colors.silver[700];return e||t?a:i}};
784
- `,Wu=o.input`
784
+ `,ju=o.input`
785
785
  min-width: 0;
786
786
  flex: 1;
787
787
  font-family: ${({theme:e})=>e.font_family.primary};
@@ -798,7 +798,7 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
798
798
  overflow: hidden;
799
799
  text-overflow: ellipsis;
800
800
  white-space: nowrap;
801
- `,Hu=({"data-id":n,value:o,onChange:r,onFocus:a,onBlur:s,placeholder:l,width:c,segment:d,idleBackgroundColor:u,emphasizeBackgroundColor:p})=>{const h=i(),[g,m]=Ft(!1),[f,y]=Ft(!1),[b,$]=Ft(!1),v=g?h.v2.colors.white[500]:h.v2.colors.silver[200],x=!!d?.options?.length,S=zt(()=>{if(x)return d?.options.find(e=>e.value===d.selected)?.label},[x,d?.options,d?.selected]),w=zt(()=>l||(x&&S?`Search by ${S.toLowerCase()}`:"Search..."),[l,x,S]);return t(ju,{$width:c,$withSegment:x,onMouseEnter:()=>y(!0),onMouseLeave:()=>y(!1),$isHovered:f&&!b,$isActive:g,$idleBackgroundColor:u,$emphasizeBackgroundColor:p,children:[e(Et,{size:18,fill:v}),e(Wu,{"data-id":n??"search",name:"search",type:"text",placeholder:w,value:o,onChange:e=>{e.stopPropagation(),r(e.target.value)},onFocus:()=>{m(!0),a?.()},onBlur:()=>{m(!1),s?.()},$textColor:v}),x&&e("div",{style:{flexShrink:0},onMouseEnter:()=>$(!0),onMouseLeave:()=>$(!1),children:e(Bu,{"data-id":d["data-id"],options:d.options,selected:d.selected,setSelected:d.setSelected})})]})},Gu=o.div`
801
+ `,Hu=({"data-id":n,value:o,onChange:r,onFocus:a,onBlur:s,placeholder:l,width:c,segment:d,idleBackgroundColor:u,emphasizeBackgroundColor:p})=>{const h=i(),[g,m]=Ft(!1),[f,y]=Ft(!1),[b,$]=Ft(!1),v=g?h.v2.colors.white[500]:h.v2.colors.silver[200],x=!!d?.options?.length,S=zt(()=>{if(x)return d?.options.find(e=>e.value===d.selected)?.label},[x,d?.options,d?.selected]),w=zt(()=>l||(x&&S?`Search by ${S.toLowerCase()}`:"Search..."),[l,x,S]);return t(Bu,{$width:c,$withSegment:x,onMouseEnter:()=>y(!0),onMouseLeave:()=>y(!1),$isHovered:f&&!b,$isActive:g,$idleBackgroundColor:u,$emphasizeBackgroundColor:p,children:[e(Et,{size:18,fill:v}),e(ju,{"data-id":n??"search",name:"search",type:"text",placeholder:w,value:o,onChange:e=>{e.stopPropagation(),r(e.target.value)},onFocus:()=>{m(!0),a?.()},onBlur:()=>{m(!1),s?.()},$textColor:v}),x&&e("div",{style:{flexShrink:0},onMouseEnter:()=>$(!0),onMouseLeave:()=>$(!1),children:e(Uu,{"data-id":d["data-id"],options:d.options,selected:d.selected,setSelected:d.setSelected})})]})},Wu=o.div`
802
802
  display: flex;
803
803
  align-items: center;
804
804
  justify-content: center;
@@ -807,31 +807,31 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
807
807
  padding: 8px;
808
808
  border-radius: 100%;
809
809
  background-color: ${({theme:e})=>e.v2.colors.silver[700]};
810
- `,Xu=({icon:n=xt,hideIcon:o=!1,title:r="No data",subTitle:a,button:s})=>{const l=i().v2.colors.silver[200];return t(Nr,{$gap:12,$alignItems:"center",children:[!o&&e(Gu,{children:e(n,{size:32,fill:l})}),t(Nr,{$gap:4,$alignItems:"center",children:[e(cn,{size:on.S,align:"center",children:r}),a&&e(cn,{size:on.XXS,align:"center",color:l,children:a})]}),s&&e(Vd,{variant:Gd.Secondary,...s})]})};var Ku;!function(e){e.S="small",e.L="large"}(Ku||(Ku={}));const Vu=o.div`
810
+ `,Gu=({icon:n=xt,hideIcon:o=!1,title:r="No data",subTitle:a,button:s})=>{const l=i().v2.colors.silver[200];return t(Dr,{$gap:12,$alignItems:"center",children:[!o&&e(Wu,{children:e(n,{size:32,fill:l})}),t(Dr,{$gap:4,$alignItems:"center",children:[e(cn,{size:on.S,align:"center",children:r}),a&&e(cn,{size:on.XXS,align:"center",color:l,children:a})]}),s&&e(Kd,{variant:Wd.Secondary,...s})]})};var Xu;!function(e){e.S="small",e.L="large"}(Xu||(Xu={}));const Ku=o.div`
811
811
  width: fit-content;
812
812
  display: flex;
813
813
  align-items: center;
814
814
  gap: 8px;
815
815
  cursor: ${({$disabled:e})=>e?"not-allowed":"pointer"};
816
- `,Ju=o.div`
817
- width: ${({$size:e})=>e===Ku.S?"16px":"20px"};
818
- height: ${({$size:e})=>e===Ku.S?"16px":"20px"};
816
+ `,Vu=o.div`
817
+ width: ${({$size:e})=>e===Xu.S?"16px":"20px"};
818
+ height: ${({$size:e})=>e===Xu.S?"16px":"20px"};
819
819
  display: flex;
820
820
  align-items: center;
821
821
  justify-content: center;
822
822
  border-radius: 4px;
823
823
  border: 1px solid ${({$borderColor:e})=>e};
824
824
  background-color: ${({$backgroundColor:e})=>e};
825
- `,qu=({name:n,label:o,tooltip:r,badge:a,size:s=Ku.L,disabled:l,partiallyChecked:c,value:d,onChange:u,errorMessage:p,warnMessage:h,helpMessage:g})=>{const m=i(),[f,y]=Ft(!1),b=c||d,$=s===Ku.S?12:16,v=l?m.v2.colors.grey[400]:m.v2.colors.white[500],x=b?"transparent":l?m.v2.colors.grey[700]:f?m.v2.colors.silver[400]:m.v2.colors.silver[600],S=l?m.v2.colors.grey[600]:b?m.v2.colors.purple[500]:m.v2.colors.silver[900];return t(Nr,{$gap:4,children:[t(Ir,{$justifyContent:"space-between",children:[t(Vu,{"data-id":n||"checkbox"+(o?`-${o}`:""),onClick:e=>{e.stopPropagation(),l||u(!!c||!d)},$disabled:l,onMouseEnter:()=>y(!0),onMouseLeave:()=>y(!1),children:[e(Ju,{$size:s,$borderColor:x,$backgroundColor:S,children:c?e(Ct,{size:$,fill:v}):d?e(yt,{size:$,fill:v}):null}),o&&e(cn,{size:s===Ku.S?on.XXS:on.XS,nowrap:!0,children:o})]}),e(Iu,{tooltip:r,badge:a})]}),e(Nu,{errorMessage:p,warnMessage:h,helpMessage:g})]})},Yu=o.div`
825
+ `,Ju=({name:n,label:o,tooltip:r,badge:a,size:s=Xu.L,disabled:l,partiallyChecked:c,value:d,onChange:u,errorMessage:p,warnMessage:h,helpMessage:g})=>{const m=i(),[f,y]=Ft(!1),b=c||d,$=s===Xu.S?12:16,v=l?m.v2.colors.grey[400]:m.v2.colors.white[500],x=b?"transparent":l?m.v2.colors.grey[700]:f?m.v2.colors.silver[400]:m.v2.colors.silver[600],S=l?m.v2.colors.grey[600]:b?m.v2.colors.purple[500]:m.v2.colors.silver[900];return t(Dr,{$gap:4,children:[t(Nr,{$justifyContent:"space-between",children:[t(Ku,{"data-id":n||"checkbox"+(o?`-${o}`:""),onClick:e=>{e.stopPropagation(),l||u(!!c||!d)},$disabled:l,onMouseEnter:()=>y(!0),onMouseLeave:()=>y(!1),children:[e(Vu,{$size:s,$borderColor:x,$backgroundColor:S,children:c?e(Ct,{size:$,fill:v}):d?e(yt,{size:$,fill:v}):null}),o&&e(cn,{size:s===Xu.S?on.XXS:on.XS,nowrap:!0,children:o})]}),e(Iu,{tooltip:r,badge:a})]}),e(ku,{errorMessage:p,warnMessage:h,helpMessage:g})]})},Yu=o.div`
826
826
  display: flex;
827
827
  flex-direction: ${({$direction:e})=>e===Tn.Horizontal?"row":"column"};
828
828
  gap: ${({$direction:e})=>e===Tn.Horizontal?16:8}px;
829
- `,Qu=({direction:n=Tn.Vertical,title:o,size:r,disabled:i,withSelectAll:a,options:s,values:l,setValues:c})=>{const d=r===Ku.S?on.XXS:on.XS,u=zt(()=>s.every(e=>l[e.id]),[s,l]),p=zt(()=>s.some(e=>l[e.id])&&s.some(e=>!l[e.id]),[s,l]),h=(e,t)=>{c(n=>{const o={...n};return e?o[e]=t:s.forEach(e=>o[e.id]=t),o})};return t(Yu,{$direction:n,children:[o&&a?e(qu,{label:o,partiallyChecked:p,value:u,onChange:e=>h("",e),size:r}):o&&!a?e(cn,{size:d,children:o}):null,s.map(t=>e(qu,{...t,value:l[t.id],onChange:e=>h(t.id,e),disabled:i,size:r},`${o}-checkbox-${t.id}`))]})};var Zu,ep;!function(e){e.Left="left",e.Right="right"}(Zu||(Zu={})),function(e){e.Top="top",e.Bottom="bottom"}(ep||(ep={}));const tp=o.div`
829
+ `,qu=({direction:n=Tn.Vertical,title:o,size:r,disabled:i,withSelectAll:a,options:s,values:l,setValues:c})=>{const d=r===Xu.S?on.XXS:on.XS,u=zt(()=>s.every(e=>l[e.id]),[s,l]),p=zt(()=>s.some(e=>l[e.id])&&s.some(e=>!l[e.id]),[s,l]),h=(e,t)=>{c(n=>{const o={...n};return e?o[e]=t:s.forEach(e=>o[e.id]=t),o})};return t(Yu,{$direction:n,children:[o&&a?e(Ju,{label:o,partiallyChecked:p,value:u,onChange:e=>h("",e),size:r}):o&&!a?e(cn,{size:d,children:o}):null,s.map(t=>e(Ju,{...t,value:l[t.id],onChange:e=>h(t.id,e),disabled:i,size:r},`${o}-checkbox-${t.id}`))]})};var Qu,Zu;!function(e){e.Left="left",e.Right="right"}(Qu||(Qu={})),function(e){e.Top="top",e.Bottom="bottom"}(Zu||(Zu={}));const ep=o.div`
830
830
  position: relative;
831
831
  display: flex;
832
832
  flex-direction: column;
833
833
  gap: 4px;
834
- `,np=o.div`
834
+ `,tp=o.div`
835
835
  position: fixed;
836
836
  ${({$coords:e})=>null!=e.top?`top: ${e.top}px;`:""}
837
837
  ${({$coords:e})=>null!=e.bottom?`bottom: ${e.bottom}px;`:""}
@@ -849,7 +849,7 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
849
849
  border-radius: 6px;
850
850
  background-color: ${({theme:e})=>e.v2.colors.silver[900]};
851
851
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.3);
852
- `,op=o.div`
852
+ `,np=o.div`
853
853
  display: flex;
854
854
  flex-direction: column;
855
855
  gap: 0;
@@ -857,7 +857,7 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
857
857
  width: 100%;
858
858
  max-height: ${({$maxHeight:e})=>e||"230px"};
859
859
  overflow-y: auto;
860
- `,rp=o.div`
860
+ `,op=o.div`
861
861
  display: flex;
862
862
  align-items: center;
863
863
  gap: 8px;
@@ -873,7 +873,7 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
873
873
  background-color: ${({theme:e})=>e.v2.colors.grey[700]};
874
874
  }
875
875
  `}
876
- `,ip=({defaultOpen:n,open:o,onOpenChange:r,alignX:a,alignY:s,items:l,selectedIds:c,setSelectedIds:d,label:u,withMultiSelect:p,withSearch:h,fullWidth:g,maxHeight:m,buttonProps:f,iconButtonProps:y,isLoading:b,emptyMessage:$,children:v})=>{const x=i(),S=void 0!==o,w=!!f||!!y||!!v,[E,C]=Ft(n??!w),T=S?o:E,A=Ut(e=>{S||C(e),r?.(e)},[S,r]),[k,I]=Ft({x:a||Zu.Left,y:s||ep.Bottom}),N=Bt(null);Uc(N,()=>A(!1));const[D,R]=Ft({}),O=Ut((e,t)=>{const n=N.current?.getBoundingClientRect();if(!n)return;const o=w?8:0;R({top:t===ep.Bottom?w?n.bottom+o:n.top:void 0,bottom:t===ep.Top?w?window.innerHeight-n.top+o:window.innerHeight-n.bottom:void 0,left:e===Zu.Left?n.left:void 0,right:e===Zu.Right?window.innerWidth-n.right:void 0,width:g?n.width:void 0})},[w,g]),_=e=>{const t=!T;if(A(t),!t)return;const n={x:a||(e.clientX>window.innerWidth/2?Zu.Right:Zu.Left),y:s||(e.clientY>window.innerHeight/2?ep.Top:ep.Bottom)};I(n),O(n.x,n.y)};jt(()=>{T&&O(k.x,k.y)},[T,k.x,k.y,O]);const L=e=>{d(p?c.includes(e)?c.filter(t=>t!==e):[...c,e]:[e]),w&&!p&&A(!1)},[P,F]=Ft(""),M=zt(()=>P?l.filter(e=>e?.label?.toLowerCase().includes(P.toLowerCase())):l,[l.length,P]);return t(tp,{ref:N,children:[u&&e(Iu,{label:u}),f&&e(Vd,{...f,fullWidth:g,rightIcon:T?Tt:At,onClick:_}),y&&e(Vd,{variant:Gd.Text,size:Xd.S,...y,onClick:_}),"function"==typeof v?v({ChevronIcon:T?Tt:At,handleClick:_}):v,T&&Zt(t(np,{$coords:D,"data-ignore-outside-click":"true",children:[h&&e(Hu,{value:P,onChange:F,width:"100%"}),b?e(Br,{withSpinner:!0,title:"Loading...",titleSize:on.XS}):M.length?e(op,{$maxHeight:m,children:M.map(n=>{if(!n)return null;const{id:o,label:r,icon:i,withCheckbox:a}=n,s=c.includes(o);return t(rp,{"data-id":`option-${o}`,$selected:s&&!a,onClick:()=>L(o),children:[a&&e(qu,{value:s,onChange:()=>L(o)}),i&&e(i,{size:14,fill:n.color||x.v2.colors.white[500]}),e(cn,{size:on.XS,nowrap:!0,color:n.color||rn.Primary,children:r})]},o)})}):e(kr,{$padding:"6px 0",children:e(Xu,{hideIcon:!0,title:"No results",subTitle:$})}),p&&!!M.length&&e(Vd,{label:"Done",onClick:()=>A(!1)})]}),document.body)]})},ap=t=>{const{"data-id":n,options:o,placeholder:r="Search...",isLoading:i}=t,a=!0===t.multiple,[s,l]=Ft(""),[c,d]=Ft(!1),u=zt(()=>a?t.value:t.value?[t.value]:[],[a,t.value]),p=zt(()=>{if(a){const e=u.length;return e?1===e?o.find(e=>e.id===u[0])?.label??"":`${e} selected`:""}return t.value?o.find(e=>e.id===t.value)?.label??"":""},[a,t,o,u]),h=c?s:p,g=zt(()=>{const e=a?o.map(e=>({...e,withCheckbox:!0})):o;if(!s)return e;const t=s.toLowerCase();return e.filter(e=>e.label.toLowerCase().includes(t))},[a,o,s]),m=Ut(()=>{l(""),d(!0)},[]),f=Ut(e=>{l(e.target.value),c||d(!0),a||e.target.value||!t.value||t.onSelect(null)},[c,a,t]),y=Ut(e=>{d(e),e||l("")},[]),b=Ut(e=>{if(a)return void t.onSelect(e);const n=o.find(t=>t.id===e[0]);n&&(t.onSelect(n),l(""),d(!1))},[a,t,o]),$=c&&(i||g.length>0||s.length>0);return e(ip,{open:$,onOpenChange:y,items:g,selectedIds:u,setSelectedIds:b,withMultiSelect:a,isLoading:i,emptyMessage:`No results matched the filter '${s}'`,fullWidth:!0,alignY:ep.Bottom,children:e(_u,{name:n,leftIcon:Et,placeholder:r,value:h,onChange:f,onFocus:m})})},sp=o.button`
876
+ `,rp=({defaultOpen:n,open:o,onOpenChange:r,alignX:a,alignY:s,items:l,selectedIds:c,setSelectedIds:d,label:u,withMultiSelect:p,withSearch:h,fullWidth:g,maxHeight:m,buttonProps:f,iconButtonProps:y,isLoading:b,emptyMessage:$,children:v})=>{const x=i(),S=void 0!==o,w=!!f||!!y||!!v,[E,C]=Ft(n??!w),T=S?o:E,A=Ut(e=>{S||C(e),r?.(e)},[S,r]),[I,k]=Ft({x:a||Qu.Left,y:s||Zu.Bottom}),N=Bt(null);zc(N,()=>A(!1));const[D,O]=Ft({}),R=Ut((e,t)=>{const n=N.current?.getBoundingClientRect();if(!n)return;const o=w?8:0;O({top:t===Zu.Bottom?w?n.bottom+o:n.top:void 0,bottom:t===Zu.Top?w?window.innerHeight-n.top+o:window.innerHeight-n.bottom:void 0,left:e===Qu.Left?n.left:void 0,right:e===Qu.Right?window.innerWidth-n.right:void 0,width:g?n.width:void 0})},[w,g]),_=e=>{const t=!T;if(A(t),!t)return;const n={x:a||(e.clientX>window.innerWidth/2?Qu.Right:Qu.Left),y:s||(e.clientY>window.innerHeight/2?Zu.Top:Zu.Bottom)};k(n),R(n.x,n.y)};jt(()=>{T&&R(I.x,I.y)},[T,I.x,I.y,R]);const L=e=>{d(p?c.includes(e)?c.filter(t=>t!==e):[...c,e]:[e]),w&&!p&&A(!1)},[P,F]=Ft(""),M=zt(()=>P?l.filter(e=>e?.label?.toLowerCase().includes(P.toLowerCase())):l,[l.length,P]);return t(ep,{ref:N,children:[u&&e(Iu,{label:u}),f&&e(Kd,{...f,fullWidth:g,rightIcon:T?Tt:At,onClick:_}),y&&e(Kd,{variant:Wd.Text,size:Gd.S,...y,onClick:_}),"function"==typeof v?v({ChevronIcon:T?Tt:At,handleClick:_}):v,T&&Zt(t(tp,{$coords:D,"data-ignore-outside-click":"true",children:[h&&e(Hu,{value:P,onChange:F,width:"100%"}),b?e(jr,{withSpinner:!0,title:"Loading...",titleSize:on.XS}):M.length?e(np,{$maxHeight:m,children:M.map(n=>{if(!n)return null;const{id:o,label:r,icon:i,withCheckbox:a}=n,s=c.includes(o);return t(op,{"data-id":`option-${o}`,$selected:s&&!a,onClick:()=>L(o),children:[a&&e(Ju,{value:s,onChange:()=>L(o)}),i&&e(i,{size:14,fill:n.color||x.v2.colors.white[500]}),e(cn,{size:on.XS,nowrap:!0,color:n.color||rn.Primary,children:r})]},o)})}):e(kr,{$padding:"6px 0",children:e(Gu,{hideIcon:!0,title:"No results",subTitle:$})}),p&&!!M.length&&e(Kd,{label:"Done",onClick:()=>A(!1)})]}),document.body)]})},ip=t=>{const{"data-id":n,options:o,placeholder:r="Search...",isLoading:i}=t,a=!0===t.multiple,[s,l]=Ft(""),[c,d]=Ft(!1),u=zt(()=>a?t.value:t.value?[t.value]:[],[a,t.value]),p=zt(()=>{if(a){const e=u.length;return e?1===e?o.find(e=>e.id===u[0])?.label??"":`${e} selected`:""}return t.value?o.find(e=>e.id===t.value)?.label??"":""},[a,t,o,u]),h=c?s:p,g=zt(()=>{const e=a?o.map(e=>({...e,withCheckbox:!0})):o;if(!s)return e;const t=s.toLowerCase();return e.filter(e=>e.label.toLowerCase().includes(t))},[a,o,s]),m=Ut(()=>{l(""),d(!0)},[]),f=Ut(e=>{l(e.target.value),c||d(!0),a||e.target.value||!t.value||t.onSelect(null)},[c,a,t]),y=Ut(e=>{d(e),e||l("")},[]),b=Ut(e=>{if(a)return void t.onSelect(e);const n=o.find(t=>t.id===e[0]);n&&(t.onSelect(n),l(""),d(!1))},[a,t,o]),$=c&&(i||g.length>0||s.length>0);return e(rp,{open:$,onOpenChange:y,items:g,selectedIds:u,setSelectedIds:b,withMultiSelect:a,isLoading:i,emptyMessage:`No results matched the filter '${s}'`,fullWidth:!0,alignY:Zu.Bottom,children:e(Ru,{name:n,leftIcon:Et,placeholder:r,value:h,onChange:f,onFocus:m})})},ap=o.button`
877
877
  width: 100%;
878
878
  padding: 0;
879
879
  padding-right: 12px;
@@ -894,7 +894,7 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
894
894
  cursor: not-allowed;
895
895
  opacity: 0.5;
896
896
  }
897
- `,lp=o.div`
897
+ `,sp=o.div`
898
898
  width: ${({$hasIcon:e})=>e?"56px":"0"};
899
899
  height: 56px;
900
900
  display: flex;
@@ -905,20 +905,20 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
905
905
  `:r`
906
906
  background-color: ${({theme:e})=>e.v2.colors.silver[700]};
907
907
  `}
908
- `,cp=o.div`
908
+ `,lp=o.div`
909
909
  width: ${({$hasIcon:e})=>e?"calc(100% - 56px)":"100%"};
910
910
  display: flex;
911
911
  justify-content: space-between;
912
912
  align-items: center;
913
913
  gap: 8px;
914
- `,dp=({label:n,icon:o,loading:r,disabled:i,onClick:a})=>{const[s,l]=Ft(!1);return t(sp,{$hovered:s,type:"button",disabled:i||r,onClick:a,onMouseEnter:()=>l(!0),onMouseLeave:()=>l(!1),children:[e(lp,{$hovered:s,$hasIcon:!!o,children:o&&e(o,{size:36})}),t(cp,{$hasIcon:!!o,children:[r?e(Hd,{size:16}):e(cn,{variant:nn.Span,align:"center",children:n}),e(kt,{rotate:90,size:24})]})]})},up=({buttons:t})=>e(Nr,{$gap:12,children:t.map(t=>e(dp,{...t},t.label))});var pp;!function(e){e.Button="button",e.ButtonDropData="button-drop-data"}(pp||(pp={}));const hp=({onAnyClick:t,actions:n})=>e(Ir,{$gap:8,$alignItems:"center",children:n?.map(n=>{if(!n)return null;switch(n.type){case pp.Button:return e(Vd,{...n.buttonProps,onClick:e=>{n.buttonProps?.onClick?.(e),t?.()}},n.id);case pp.ButtonDropData:return e(ip,{...n.dropDataProps,items:n.dropDataProps?.items??[],withMultiSelect:!1,selectedIds:[],setSelectedIds:e=>{n.buttonProps?.onClick?.(e[0]),t?.()},buttonProps:n.buttonProps},n.id);default:return null}})}),gp=({children:t,fullText:n,fullWidth:o=!0,...r})=>{const i=Bt(null),a=!!r.maxLines&&r.maxLines>0,s=Bc(i,{axis:a?"vertical":"horizontal",deps:[t]})?n??(null==t?"":String(t)):"";return e(cd,{text:s,fullWidth:o,ellipsis:!a,keepAlive:!0,children:e(cn,{ref:i,...r,children:t})})},mp=o.div`
914
+ `,cp=({label:n,icon:o,loading:r,disabled:i,onClick:a})=>{const[s,l]=Ft(!1);return t(ap,{$hovered:s,type:"button",disabled:i||r,onClick:a,onMouseEnter:()=>l(!0),onMouseLeave:()=>l(!1),children:[e(sp,{$hovered:s,$hasIcon:!!o,children:o&&e(o,{size:36})}),t(lp,{$hasIcon:!!o,children:[r?e(Hd,{size:16}):e(cn,{variant:nn.Span,align:"center",children:n}),e(It,{rotate:90,size:24})]})]})},dp=({buttons:t})=>e(Dr,{$gap:12,children:t.map(t=>e(cp,{...t},t.label))});var up;!function(e){e.Button="button",e.ButtonDropData="button-drop-data"}(up||(up={}));const pp=({onAnyClick:t,actions:n})=>e(Nr,{$gap:8,$alignItems:"center",children:n?.map(n=>{if(!n)return null;switch(n.type){case up.Button:return e(Kd,{...n.buttonProps,onClick:e=>{n.buttonProps?.onClick?.(e),t?.()}},n.id);case up.ButtonDropData:return e(rp,{...n.dropDataProps,items:n.dropDataProps?.items??[],withMultiSelect:!1,selectedIds:[],setSelectedIds:e=>{n.buttonProps?.onClick?.(e[0]),t?.()},buttonProps:n.buttonProps},n.id);default:return null}})}),hp=({children:t,fullText:n,fullWidth:o=!0,...r})=>{const i=Bt(null),a=!!r.maxLines&&r.maxLines>0,s=Uc(i,{axis:a?"vertical":"horizontal",deps:[t]})?n??(null==t?"":String(t)):"";return e(ld,{text:s,fullWidth:o,ellipsis:!a,keepAlive:!0,children:e(cn,{ref:i,...r,children:t})})},gp=o.div`
915
915
  display: flex;
916
916
  align-items: center;
917
917
  justify-content: center;
918
918
  padding: 8px;
919
919
  border-radius: 8px;
920
- background-color: ${({theme:e})=>e.v2.colors.white[500]+Ad["004"]};
921
- `,fp=({icon:n,iconWithWrapper:o=!1,title:r,titleSize:i=on.S,titleColor:a=rn.Primary,titleWrap:s=!1,subTitle:l,subTitleSize:c=on.XXS,subTitleColor:d=rn.Secondary,subTitleWrap:u=!1,tooltip:p,withCopy:h,badge:g,gap:m,children:f})=>{const{CopyButton:y}=Rc();return t(Ir,{$gap:l?8:6,$alignItems:"center",children:[n&&(o||l?e(mp,{children:e(n,{size:24})}):e(n,{size:24})),r||g||l?t(Nr,{children:[r||g?t(Ir,{$gap:6,$alignItems:"center",children:[r&&e(cn,{size:i,color:a,nowrap:!s,children:r}),h&&r&&e(y,{value:r,size:Ic.XS}),p&&e(cd,{text:p,withIcon:!0}),g&&e(Tu,{...g})]}):null,l&&e(cn,{size:c,color:d,nowrap:!u,children:l})]}):null,e(Ir,{$gap:m,$margin:`0 0 0 ${m??0}px`,$alignItems:"center",children:f})]})},yp=o.section`
920
+ background-color: ${({theme:e})=>e.v2.colors.white[500]+Td["004"]};
921
+ `,mp=({icon:n,iconWithWrapper:o=!1,title:r,titleSize:i=on.S,titleColor:a=rn.Primary,titleWrap:s=!1,subTitle:l,subTitleSize:c=on.XXS,subTitleColor:d=rn.Secondary,subTitleWrap:u=!1,tooltip:p,withCopy:h,badge:g,gap:m,children:f})=>{const{CopyButton:y}=Dc();return t(Nr,{$gap:l?8:6,$alignItems:"center",children:[n&&(o||l?e(gp,{children:e(n,{size:24})}):e(n,{size:24})),r||g||l?t(Dr,{children:[r||g?t(Nr,{$gap:6,$alignItems:"center",children:[r&&e(cn,{size:i,color:a,nowrap:!s,children:r}),h&&r&&e(y,{value:r,size:Ic.XS}),p&&e(ld,{text:p,withIcon:!0}),g&&e(Cu,{...g})]}):null,l&&e(cn,{size:c,color:d,nowrap:!u,children:l})]}):null,e(Nr,{$gap:m,$margin:`0 0 0 ${m??0}px`,$alignItems:"center",children:f})]})},fp=o.section`
922
922
  display: flex;
923
923
  flex-direction: column;
924
924
  gap: ${({$moreSpacing:e})=>e?"16px":"12px"};
@@ -928,22 +928,22 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
928
928
  padding: ${({$moreSpacing:e})=>e?"16px":"12px"};
929
929
  border-radius: ${({$moreSpacing:e})=>e?"16px":"12px"};
930
930
  background-color: ${({theme:e,$bgTint:t})=>e.v2.colors.silver[t]};
931
- `,bp=o(Ir)`
931
+ `,yp=o(Nr)`
932
932
  cursor: ${({$clickable:e})=>e?"pointer":"default"};
933
933
  user-select: ${({$clickable:e})=>e?"none":"auto"};
934
- `,$p=o.div`
934
+ `,bp=o.div`
935
935
  display: flex;
936
936
  align-items: flex-end;
937
937
  flex-wrap: wrap;
938
938
  width: 100%;
939
- `,vp=o.div`
939
+ `,$p=o.div`
940
940
  width: ${({$cellsPerRow:e})=>e?`calc(${100/e}% - 16px)`:"unset"};
941
941
  margin: 8px;
942
942
  display: flex;
943
943
  flex-direction: column;
944
944
  gap: 4px;
945
945
  min-width: 0;
946
- `,xp=({item:n,cellsPerRow:o})=>{const{CopyButton:r}=Rc(),{spacer:i,title:a,titleTooltip:s,label:l,labelTooltip:c,withCopy:d,badge:u}=n;return i?e("div",{style:{flex:1}}):t(vp,{$cellsPerRow:o,children:[!!a&&e(cd,{text:s,children:e(gp,{size:on.XXXS,color:rn.Secondary,nowrap:!0,children:a})}),t(Ir,{$gap:4,children:[u&&e(Tu,{...u}),l&&e(cd,{text:c,children:e(gp,{size:on.XS,nowrap:!0,children:l})}),d&&e(r,{value:l||u?.label?.toString()||"",size:Ic.XS})]})]})},Sp=({bgTint:n="900",width:o,fullHeight:r=!1,moreSpacing:i=!1,richTitle:a,withCollapse:s,collapseIsDefaultOpen:l,badges:c=[],actions:d=[],dropDataActions:u=[],renderOnRightSide:p,cellsPerRow:h,items:g,children:m})=>{const[f,y]=Ft(l||!1),b=()=>y(e=>!e),$=!s||s&&f,v=!!d.length,x=!!u.length,S=!!c.length;return t(yp,{$width:o,$bgTint:n,$fullHeight:r,$moreSpacing:i,children:[(a||s)&&t(bp,{$gap:16,$justifyContent:"space-between",$clickable:!!s,onClick:e=>{s&&e.target.closest("section")&&b()},children:[a?e(fp,{...a}):e("div",{}),t(Ir,{$gap:12,children:[p,v&&$&&e(hp,{actions:d}),S&&e(Ir,{$gap:8,children:c.map(e=>Wt(Tu,{...e,key:e.key||e.label}))}),(x||s)&&t(Ir,{$gap:2,children:[x&&e(ip,{iconButtonProps:{"data-id":"drawer-actions",leftIcon:It},items:u,selectedIds:[],setSelectedIds:e=>u?.find(t=>t?.id===e[0])?.onClick?.()}),s&&e(Vd,{variant:Gd.Text,size:Xd.S,leftIcon:f?Tt:At,onClick:b})]})]})]}),$&&g?e($p,{children:g.map(t=>e(xp,{item:t,cellsPerRow:h&&h<=g.length?h:void 0},t.id))}):null,$&&m]})};var wp;!function(e){e.S="small",e.M="medium"}(wp||(wp={}));const Ep=o.div`
946
+ `,vp=({item:n,cellsPerRow:o})=>{const{CopyButton:r}=Dc(),{spacer:i,title:a,titleTooltip:s,label:l,labelTooltip:c,withCopy:d,badge:u}=n;return i?e("div",{style:{flex:1}}):t($p,{$cellsPerRow:o,children:[!!a&&e(ld,{text:s,children:e(hp,{size:on.XXXS,color:rn.Secondary,nowrap:!0,children:a})}),t(Nr,{$gap:4,children:[u&&e(Cu,{...u}),l&&e(ld,{text:c,children:e(hp,{size:on.XS,nowrap:!0,children:l})}),d&&e(r,{value:l||u?.label?.toString()||"",size:Ic.XS})]})]})},xp=({bgTint:n="900",width:o,fullHeight:r=!1,moreSpacing:i=!1,richTitle:a,withCollapse:s,collapseIsDefaultOpen:l,badges:c=[],actions:d=[],dropDataActions:u=[],renderOnRightSide:p,cellsPerRow:h,items:g,children:m})=>{const[f,y]=Ft(l||!1),b=()=>y(e=>!e),$=!s||s&&f,v=!!d.length,x=!!u.length,S=!!c.length;return t(fp,{$width:o,$bgTint:n,$fullHeight:r,$moreSpacing:i,children:[(a||s)&&t(yp,{$gap:16,$justifyContent:"space-between",$clickable:!!s,onClick:e=>{s&&e.target.closest("section")&&b()},children:[a?e(mp,{...a}):e("div",{}),t(Nr,{$gap:12,children:[p,v&&$&&e(pp,{actions:d}),S&&e(Nr,{$gap:8,children:c.map(e=>Ht(Cu,{...e,key:e.key||e.label}))}),(x||s)&&t(Nr,{$gap:2,children:[x&&e(rp,{iconButtonProps:{"data-id":"drawer-actions",leftIcon:kt},items:u,selectedIds:[],setSelectedIds:e=>u?.find(t=>t?.id===e[0])?.onClick?.()}),s&&e(Kd,{variant:Wd.Text,size:Gd.S,leftIcon:f?Tt:At,onClick:b})]})]})]}),$&&g?e(bp,{children:g.map(t=>e(vp,{item:t,cellsPerRow:h&&h<=g.length?h:void 0},t.id))}):null,$&&m]})};var Sp;!function(e){e.S="small",e.M="medium"}(Sp||(Sp={}));const wp=o.div`
947
947
  display: flex;
948
948
  flex-direction: column;
949
949
  gap: ${({$gap:e})=>e}px;
@@ -953,7 +953,7 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
953
953
  padding: ${({$padding:e})=>e}px;
954
954
  border-radius: 16px;
955
955
  background-color: ${({theme:e,$backgroundColor:t})=>t??e.v2.colors.silver[1e3]};
956
- `,Cp=Lt(({id:n,size:o=wp.M,fullHeight:r=!1,richTitle:i,customTitle:a,search:s,customSearch:l,filters:c,actions:d,children:u,backgroundColor:p,padding:h},g)=>{const m=o===wp.S?4:16,f="number"==typeof h?h:o===wp.S?12:16,y=a??(i?e(fp,{...i}):null),b=l??(s?e(Hu,{...s}):null),$=!!y||!!b,v=!!d&&d.length>0;return t(Ep,{ref:g,id:n,"data-section-name":n,$padding:f,$gap:m,$fullHeight:r,$backgroundColor:p,children:[$||v?t(Ir,{$gap:m,$justifyContent:"space-between",children:[$?t(Ir,{$gap:m,$alignItems:"center",children:[y,b,c]}):null,v&&e(hp,{actions:d??[]})]}):null,u]})});Cp.displayName="SectionCard";const Tp=o.div`
956
+ `,Ep=Lt(({id:n,size:o=Sp.M,fullHeight:r=!1,richTitle:i,customTitle:a,search:s,customSearch:l,filters:c,actions:d,children:u,backgroundColor:p,padding:h},g)=>{const m=o===Sp.S?4:16,f="number"==typeof h?h:o===Sp.S?12:16,y=a??(i?e(mp,{...i}):null),b=l??(s?e(Hu,{...s}):null),$=!!y||!!b,v=!!d&&d.length>0;return t(wp,{ref:g,id:n,"data-section-name":n,$padding:f,$gap:m,$fullHeight:r,$backgroundColor:p,children:[$||v?t(Nr,{$gap:m,$justifyContent:"space-between",children:[$?t(Nr,{$gap:m,$alignItems:"center",children:[y,b,c]}):null,v&&e(pp,{actions:d??[]})]}):null,u]})});Ep.displayName="SectionCard";const Cp=o.div`
957
957
  flex: 1;
958
958
  align-self: stretch;
959
959
  display: flex;
@@ -961,8 +961,8 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
961
961
  gap: 8px;
962
962
  padding: 16px;
963
963
  border-radius: 12px;
964
- background-color: ${({theme:e,$status:t})=>ar(e,t,t===Un.Unknown?"750":"500")};
965
- `,Ap=o.div`
964
+ background-color: ${({theme:e,$status:t})=>sr(e,t,t===Bn.Unknown?"750":"500")};
965
+ `,Tp=o.div`
966
966
  display: flex;
967
967
  align-items: center;
968
968
  justify-content: center;
@@ -970,8 +970,8 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
970
970
  height: fit-content;
971
971
  padding: 8px;
972
972
  border-radius: 12px;
973
- background-color: ${({theme:e,$status:t})=>t===Un.Unknown?ar(e,t,"800"):ar(e,t,"900")+Ad["015"]};
974
- `,kp=({status:n,icon:o,title:r,description:a})=>{const s=i(),l=o??jr(n,s),c=[Fn.Default,Fn.Info,Un.Disabled,Un.Unknown].includes(n)?s.v2.colors.white[500]:s.v2.colors.black[500];return t(Tp,{$status:n,children:[e(Ap,{$status:n,children:e(l,{size:32,fill:c})}),t(Nr,{$gap:2,$justifyContent:"center",children:[e(cn,{size:on.M,weight:500,color:c,nowrap:!0,children:r}),e(cn,{size:on.XXS,weight:300,color:c,nowrap:!0,children:a})]})]})},Ip=o.div`
973
+ background-color: ${({theme:e,$status:t})=>t===Bn.Unknown?sr(e,t,"800"):sr(e,t,"900")+Td["015"]};
974
+ `,Ap=({status:n,icon:o,title:r,description:a})=>{const s=i(),l=o??Hr(n,s),c=[Mn.Default,Mn.Info,Bn.Disabled,Bn.Unknown].includes(n)?s.v2.colors.white[500]:s.v2.colors.black[500];return t(Cp,{$status:n,children:[e(Tp,{$status:n,children:e(l,{size:32,fill:c})}),t(Dr,{$gap:2,$justifyContent:"center",children:[e(cn,{size:on.M,weight:500,color:c,nowrap:!0,children:r}),e(cn,{size:on.XXS,weight:300,color:c,nowrap:!0,children:a})]})]})},Ip=o.div`
975
975
  flex: 0.5;
976
976
  display: flex;
977
977
  flex-direction: column;
@@ -979,25 +979,25 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
979
979
  padding: 12px;
980
980
  border-radius: 12px;
981
981
  background-color: ${({theme:e})=>e.v2.colors.silver[800]};
982
- `,Np=["-","N/A","undefined","null","undefined/undefined","null/null"],Dp=({title:n,cells:o})=>{const r=i();return t(Ip,{children:[e(cn,{size:on.XXS,color:r.v2.colors.grey[150],children:n}),e(Ir,{$gap:32,children:o.map(o=>t(Nr,{$gap:2,children:[!o.isLoading||o.value&&!Np.includes(o.value)?e(cn,{size:o.label?on.M:on.L,children:o.value}):e(Bd,{scale:.9}),o.label&&e(cn,{size:on.XXS,children:o.label})]},`${n}-${o.label}-${o.value}`))})]})};var Rp;!function(e){e.CurrentOfMax="currentOfMax",e.GoodAgainstBad="goodAgainstBad"}(Rp||(Rp={}));const Op=o.div`
982
+ `,kp=["-","N/A","undefined","null","undefined/undefined","null/null"],Np=({title:n,cells:o})=>{const r=i();return t(Ip,{children:[e(cn,{size:on.XXS,color:r.v2.colors.grey[150],children:n}),e(Nr,{$gap:32,children:o.map(o=>t(Dr,{$gap:2,children:[!o.isLoading||o.value&&!kp.includes(o.value)?e(cn,{size:o.label?on.M:on.L,children:o.value}):e(Ud,{scale:.9}),o.label&&e(cn,{size:on.XXS,children:o.label})]},`${n}-${o.label}-${o.value}`))})]})};var Dp;!function(e){e.CurrentOfMax="currentOfMax",e.GoodAgainstBad="goodAgainstBad"}(Dp||(Dp={}));const Op=o.div`
983
983
  display: flex;
984
984
  align-items: flex-end;
985
985
  justify-content: space-between;
986
986
  gap: 24px;
987
987
  width: fit-content;
988
- `,_p=o.div`
988
+ `,Rp=o.div`
989
989
  position: relative;
990
990
  display: flex;
991
991
  flex-direction: column;
992
992
  align-items: center;
993
993
  width: ${({$width:e})=>e??150}px;
994
994
  flex-shrink: 0;
995
- `,Lp=o.svg`
995
+ `,_p=o.svg`
996
996
  display: block;
997
997
  width: 100%;
998
998
  height: auto;
999
999
  overflow: visible;
1000
- `,Pp=o(Nr)`
1000
+ `,Lp=o(Dr)`
1001
1001
  position: absolute;
1002
1002
  left: 0;
1003
1003
  right: 0;
@@ -1005,14 +1005,14 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
1005
1005
  align-items: center;
1006
1006
  gap: 2px;
1007
1007
  pointer-events: none;
1008
- `,Fp=o.span`
1008
+ `,Pp=o.span`
1009
1009
  display: inline-block;
1010
1010
  flex-shrink: 0;
1011
1011
  width: 9px;
1012
1012
  height: 9px;
1013
1013
  border-radius: 50%;
1014
1014
  background-color: ${({$color:e})=>e};
1015
- `,Mp=e=>{if(null==e||""===e)return{number:0,prefix:"",suffix:""};if("number"==typeof e)return{number:e,prefix:"",suffix:""};const t=e.match(/^(\D*)(-?\d*\.?\d+)(.*)$/);return t?{number:parseFloat(t[2]),prefix:t[1]??"",suffix:(t[3]??"").trim()}:{number:0,prefix:"",suffix:""}},zp=10,Up=(e,t,n,o)=>{const r=o*Math.PI/180;return{x:e+n*Math.cos(r),y:t-n*Math.sin(r)}},Bp=(e,t,n,o,r)=>{const i=Up(e,t,n,o),a=Up(e,t,n,r),s=o>r?1:0,l=Math.abs(o-r)>180?1:0;return`M ${i.x} ${i.y} A ${n} ${n} 0 ${l} ${s} ${a.x} ${a.y}`},jp=({variant:n=Rp.CurrentOfMax,gaugeWidth:o,title:r,min:a=0,max:s,current:l,primaryLabel:c,primaryColor:d,secondaryLabel:u,secondaryColor:p})=>{const{number:h}=Mp(a),{number:g}=Mp(s),{number:m,prefix:f,suffix:y}=Mp(l),b=i(),$=((e,t,n)=>Math.min(Math.max(e,t),n))((m-h)/Math.max(g-h,1),0,1),v=180-180*$,x=$>0?Bp(60,60,55,180,v):null,S=$<1?Bp(60,60,55,v,0):null,w=Up(60,60,55,180),E=Up(60,60,55,0),C=d??(n===Rp.GoodAgainstBad?b.v2.colors.green[500]:b.v2.colors.purple[400]),T=p??(n===Rp.GoodAgainstBad?b.v2.colors.red[500]:b.v2.colors.silver[500]),[A,k]=Ft(null),I=e=>`${f}${e}${y}`,N=n===Rp.GoodAgainstBad?Math.max(g-m,0):g,D="primary"===A?c:"secondary"===A?u:"",R="primary"===A?I(m):"secondary"===A?I(N):"",O=()=>k("primary"),_=()=>k("secondary"),L=()=>k(null);return t(Op,{children:[t(_p,{$width:o,children:[e(cd,{keepAlive:!0,fullWidth:!0,title:D,text:R,children:t(Lp,{viewBox:"0 0 120 65",role:"img","aria-label":`${r}: ${m} of ${g}`,children:[x&&e("path",{d:x,fill:"none",stroke:C,strokeWidth:zp,strokeLinecap:1===$?"round":"butt",onMouseEnter:O,onMouseLeave:L}),S&&e("path",{d:S,fill:"none",stroke:T,strokeWidth:zp,strokeLinecap:0===$?"round":"butt",onMouseEnter:_,onMouseLeave:L}),$>0&&e("circle",{cx:w.x,cy:w.y,r:5,fill:C,onMouseEnter:O,onMouseLeave:L}),$<1&&e("circle",{cx:E.x,cy:E.y,r:5,fill:T,onMouseEnter:_,onMouseLeave:L})]})}),r&&t(Pp,{children:[e(cn,{size:on.XXXS,color:b.v2.colors.grey[150],align:"center",children:r}),e(cn,{size:on.L,weight:500,align:"center",children:`${f}${m}${y}`})]})]}),t(Nr,{$gap:7,children:[t(Ir,{$gap:8,$alignItems:"center",children:[e(Fp,{$color:C}),e(cn,{size:on.XXXS,color:b.v2.colors.grey[150],nowrap:!0,children:c})]}),t(Ir,{$gap:8,$alignItems:"center",children:[e(Fp,{$color:T}),e(cn,{size:on.XXXS,color:b.v2.colors.grey[150],nowrap:!0,children:u})]})]})]})},Wp=o(Ir)`
1015
+ `,Fp=e=>{if(null==e||""===e)return{number:0,prefix:"",suffix:""};if("number"==typeof e)return{number:e,prefix:"",suffix:""};const t=e.match(/^(\D*)(-?\d*\.?\d+)(.*)$/);return t?{number:parseFloat(t[2]),prefix:t[1]??"",suffix:(t[3]??"").trim()}:{number:0,prefix:"",suffix:""}},Mp=10,zp=(e,t,n,o)=>{const r=o*Math.PI/180;return{x:e+n*Math.cos(r),y:t-n*Math.sin(r)}},Up=(e,t,n,o,r)=>{const i=zp(e,t,n,o),a=zp(e,t,n,r),s=o>r?1:0,l=Math.abs(o-r)>180?1:0;return`M ${i.x} ${i.y} A ${n} ${n} 0 ${l} ${s} ${a.x} ${a.y}`},Bp=({variant:n=Dp.CurrentOfMax,gaugeWidth:o,title:r,min:a=0,max:s,current:l,primaryLabel:c,primaryColor:d,secondaryLabel:u,secondaryColor:p})=>{const{number:h}=Fp(a),{number:g}=Fp(s),{number:m,prefix:f,suffix:y}=Fp(l),b=i(),$=((e,t,n)=>Math.min(Math.max(e,t),n))((m-h)/Math.max(g-h,1),0,1),v=180-180*$,x=$>0?Up(60,60,55,180,v):null,S=$<1?Up(60,60,55,v,0):null,w=zp(60,60,55,180),E=zp(60,60,55,0),C=d??(n===Dp.GoodAgainstBad?b.v2.colors.green[500]:b.v2.colors.purple[400]),T=p??(n===Dp.GoodAgainstBad?b.v2.colors.red[500]:b.v2.colors.silver[500]),[A,I]=Ft(null),k=e=>`${f}${e}${y}`,N=n===Dp.GoodAgainstBad?Math.max(g-m,0):g,D="primary"===A?c:"secondary"===A?u:"",O="primary"===A?k(m):"secondary"===A?k(N):"",R=()=>I("primary"),_=()=>I("secondary"),L=()=>I(null);return t(Op,{children:[t(Rp,{$width:o,children:[e(ld,{keepAlive:!0,fullWidth:!0,title:D,text:O,children:t(_p,{viewBox:"0 0 120 65",role:"img","aria-label":`${r}: ${m} of ${g}`,children:[x&&e("path",{d:x,fill:"none",stroke:C,strokeWidth:Mp,strokeLinecap:1===$?"round":"butt",onMouseEnter:R,onMouseLeave:L}),S&&e("path",{d:S,fill:"none",stroke:T,strokeWidth:Mp,strokeLinecap:0===$?"round":"butt",onMouseEnter:_,onMouseLeave:L}),$>0&&e("circle",{cx:w.x,cy:w.y,r:5,fill:C,onMouseEnter:R,onMouseLeave:L}),$<1&&e("circle",{cx:E.x,cy:E.y,r:5,fill:T,onMouseEnter:_,onMouseLeave:L})]})}),r&&t(Lp,{children:[e(cn,{size:on.XXXS,color:b.v2.colors.grey[150],align:"center",children:r}),e(cn,{size:on.L,weight:500,align:"center",children:`${f}${m}${y}`})]})]}),t(Dr,{$gap:7,children:[t(Nr,{$gap:8,$alignItems:"center",children:[e(Pp,{$color:C}),e(cn,{size:on.XXXS,color:b.v2.colors.grey[150],nowrap:!0,children:c})]}),t(Nr,{$gap:8,$alignItems:"center",children:[e(Pp,{$color:T}),e(cn,{size:on.XXXS,color:b.v2.colors.grey[150],nowrap:!0,children:u})]})]})]})},jp=o(Nr)`
1016
1016
  width: 100%;
1017
1017
  padding: 8px 12px;
1018
1018
  border-radius: 6px;
@@ -1027,18 +1027,18 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
1027
1027
  display: flex;
1028
1028
  align-items: center;
1029
1029
  gap: 4px;
1030
- `,Gp=o.pre`
1030
+ `,Wp=o.pre`
1031
1031
  flex: 1;
1032
1032
  margin: 0;
1033
1033
  padding: 0;
1034
1034
  font-size: 12px;
1035
1035
  color: #5ffb98; // TODO: add to theme
1036
1036
  overflow-x: auto;
1037
- `,Xp=o.span`
1037
+ `,Gp=o.span`
1038
1038
  flex-shrink: 0;
1039
1039
  font-size: 14px;
1040
1040
  color: #5ffb98; // TODO: add to theme
1041
- `,Kp=({bgTint:n,label:o,value:r,hideCopy:i=!1,onDone:a})=>{const{CopyButton:s}=Rc({onDone:a}),l=Bt(null),[c,d]=Ft(!1);return Mt(()=>{const e=()=>{if(l.current){const{scrollWidth:e,clientWidth:t}=l.current;d(e>t)}};e();const t=new ResizeObserver(e);return l.current&&t.observe(l.current),()=>{t.disconnect()}},[r]),t(Nr,{$gap:4,children:[o&&e(cn,{size:on.XXXS,color:rn.Secondary,children:o}),t(Wp,{$bgTint:n,children:[t(Hp,{$hideCopy:i,children:[e(Gp,{ref:l,children:r.toLowerCase()}),c&&e(Xp,{children:"..."})]}),!i&&e(s,{value:r.toLowerCase(),size:Ic.XS})]})]})},Vp=o.div`
1041
+ `,Xp=({bgTint:n,label:o,value:r,hideCopy:i=!1,onDone:a})=>{const{CopyButton:s}=Dc({onDone:a}),l=Bt(null),[c,d]=Ft(!1);return Mt(()=>{const e=()=>{if(l.current){const{scrollWidth:e,clientWidth:t}=l.current;d(e>t)}};e();const t=new ResizeObserver(e);return l.current&&t.observe(l.current),()=>{t.disconnect()}},[r]),t(Dr,{$gap:4,children:[o&&e(cn,{size:on.XXXS,color:rn.Secondary,children:o}),t(jp,{$bgTint:n,children:[t(Hp,{$hideCopy:i,children:[e(Wp,{ref:l,children:r.toLowerCase()}),c&&e(Gp,{children:"..."})]}),!i&&e(s,{value:r.toLowerCase(),size:Ic.XS})]})]})},Kp=o.div`
1042
1042
  display: flex;
1043
1043
  align-items: center;
1044
1044
  gap: 8px;
@@ -1054,7 +1054,7 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
1054
1054
  background-color: ${t?"transparent":n};
1055
1055
  }
1056
1056
  `}
1057
- `,Jp=o.div`
1057
+ `,Vp=o.div`
1058
1058
  display: flex;
1059
1059
  align-items: center;
1060
1060
  justify-content: center;
@@ -1072,7 +1072,7 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
1072
1072
  transform: scale(1.2);
1073
1073
  }
1074
1074
  `}
1075
- `,qp=o(Nr)`
1075
+ `,Jp=o(Dr)`
1076
1076
  flex: 1;
1077
1077
  min-width: 0;
1078
1078
  `,Yp=o.div`
@@ -1082,34 +1082,34 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
1082
1082
  flex-shrink: 0;
1083
1083
  width: 24px;
1084
1084
  height: 24px;
1085
- `,Qp=({status:n,title:o,subTitle:r,badgeLabel:a,loading:s,action:l,isExtended:c=!1,toggleExtended:d,invertColors:u=!1,hideIcon:p=!1,hideBackground:h=!1,width:g,slim:m=!1})=>{const f=i(),y=jr(n,f),b=d?c?Tt:At:void 0,$=n===Un.Unknown,v=n===Un.Disabled,x=n===zn.Loading||s,S=[Fn.Error,Fn.Warning,Fn.Success].includes(n),w=ar(f,n,v?u?"400":"700":$?"600":u?"300":"500"),E=v?f.v2.colors.grey[400]:u?f.v2.colors.white[500]:S?f.v2.colors.black[500]:f.v2.colors.white[500],C=u&&!$?w:E,T=!u||$||v?"rgba(0, 0, 0, 0.13)":ar(f,n,"800"),A=v?f.v2.colors.grey[900]:u||$?f.v2.colors.silver[800]:w,k=v?f.v2.colors.grey[800]:u||$?f.v2.colors.silver[700]:ar(f,n,"600");return t(Vp,{$width:g,$withHover:!!d,$isExtended:c,$hideBackground:h,$backgroundColor:A,$hoverBackgroundColor:k,$slim:m,onClick:d,children:[!p&&e(Jp,{$backgroundColor:T,$slim:m,children:x?e(Br,{withSpinnerOld:!0,scaleSpinnerOld:1.2}):e(y,{size:32,fill:C})}),t(qp,{$gap:4,$justifyContent:"center",children:[t(Ir,{$gap:10,$alignItems:"center",children:[e(cn,{size:m?on.XS:on.S,weight:500,color:C,children:o}),a&&e(Tu,{label:a,backgroundColor:f.v2.colors.silver[600],textColor:f.v2.colors.white[500],textSize:on.XXXS})]}),r&&e(cn,{size:on.XXXS,color:E,children:r})]}),l&&e(Jp,{"data-id":l["data-id"],$backgroundColor:f.v2.colors.silver[750],$slim:m,$withClick:!!l.onClick,onClick:l.onClick,children:e(cd,{text:l.tooltip,children:e(l.icon,{size:32,fill:E})})}),b&&e(Yp,{children:e(b,{size:24,fill:E})})]})},Zp=o.div`
1085
+ `,qp=({status:n,title:o,subTitle:r,badgeLabel:a,loading:s,action:l,isExtended:c=!1,toggleExtended:d,invertColors:u=!1,hideIcon:p=!1,hideBackground:h=!1,width:g,slim:m=!1})=>{const f=i(),y=Hr(n,f),b=d?c?Tt:At:void 0,$=n===Bn.Unknown,v=n===Bn.Disabled,x=n===Un.Loading||s,S=[Mn.Error,Mn.Warning,Mn.Success].includes(n),w=sr(f,n,v?u?"400":"700":$?"600":u?"300":"500"),E=v?f.v2.colors.grey[400]:u?f.v2.colors.white[500]:S?f.v2.colors.black[500]:f.v2.colors.white[500],C=u&&!$?w:E,T=!u||$||v?"rgba(0, 0, 0, 0.13)":sr(f,n,"800"),A=v?f.v2.colors.grey[900]:u||$?f.v2.colors.silver[800]:w,I=v?f.v2.colors.grey[800]:u||$?f.v2.colors.silver[700]:sr(f,n,"600");return t(Kp,{$width:g,$withHover:!!d,$isExtended:c,$hideBackground:h,$backgroundColor:A,$hoverBackgroundColor:I,$slim:m,onClick:d,children:[!p&&e(Vp,{$backgroundColor:T,$slim:m,children:x?e(jr,{withSpinnerOld:!0,scaleSpinnerOld:1.2}):e(y,{size:32,fill:C})}),t(Jp,{$gap:4,$justifyContent:"center",children:[t(Nr,{$gap:10,$alignItems:"center",children:[e(cn,{size:m?on.XS:on.S,weight:500,color:C,children:o}),a&&e(Cu,{label:a,backgroundColor:f.v2.colors.silver[600],textColor:f.v2.colors.white[500],textSize:on.XXXS})]}),r&&e(cn,{size:on.XXXS,color:E,children:r})]}),l&&e(Vp,{"data-id":l["data-id"],$backgroundColor:f.v2.colors.silver[750],$slim:m,$withClick:!!l.onClick,onClick:l.onClick,children:e(ld,{text:l.tooltip,children:e(l.icon,{size:32,fill:E})})}),b&&e(Yp,{children:e(b,{size:24,fill:E})})]})},Qp=o.div`
1086
1086
  display: flex;
1087
1087
  flex-direction: column;
1088
1088
  width: 100%;
1089
1089
  border-radius: 12px;
1090
1090
  overflow: hidden;
1091
- `,eh=o.div`
1091
+ `,Zp=o.div`
1092
1092
  display: flex;
1093
1093
  flex-direction: column;
1094
1094
  gap: 8px;
1095
1095
  padding: 8px 12px 16px 12px;
1096
1096
  background-color: ${({theme:e})=>e.v2.colors.silver[900]};
1097
- `,th=o.div`
1097
+ `,eh=o.div`
1098
1098
  display: flex;
1099
1099
  align-items: center;
1100
1100
  gap: 8px;
1101
- `,nh=o.div`
1101
+ `,th=o.div`
1102
1102
  display: flex;
1103
1103
  align-items: center;
1104
1104
  justify-content: center;
1105
1105
  flex-shrink: 0;
1106
1106
  width: 18px;
1107
1107
  height: 18px;
1108
- `,oh=({conditions:n,title:o,subTitle:r})=>{const a=i(),[s,l]=Ft(!1),c=Ut(()=>l(e=>!e),[]),d=zt(()=>ci(n),[n]),{errors:u,hasErrors:p,warnings:h,hasWarnings:g,hasDisableds:m,hasLoadings:f}=zt(()=>Lo(d),[d]);Mt(()=>{l(p||g||m)},[p,g,m]);const y=zt(()=>(!d.length||f)&&!p&&!g&&!m,[d.length,f,p,g,m]),b=zt(()=>p?Fn.Error:g?Fn.Warning:m?Fn.Info:Fn.Success,[p,g,m]),$=zt(()=>o||(1===d.length?tn(d[0].reason||d[0].type):void 0)||(({hasErrors:e,hasWarnings:t,hasDisableds:n,loading:o})=>{const r="Something isn't right";return e?"Something Failed":t||n?r:o?"Loading...":"Everything Successful"})({hasErrors:p,hasWarnings:g,hasDisableds:m,loading:y}),[o,d,p,g,m,y]),v=zt(()=>r||1===d.length&&d[0].message||void 0,[r,d]),x=zt(()=>`${p?u.length:g?h.length:d.length}/${d.length}`,[p,u.length,g,h.length,d.length]);return t(Zp,{children:[e(Qp,{status:b,invertColors:!0,title:$,subTitle:v,badgeLabel:x,loading:y,isExtended:s,toggleExtended:c}),s&&e(eh,{children:d.map(({status:n,type:o,reason:r,message:i},s)=>{const l=n===zn.Loading,c=n===zn.Disabled?Fn.Info:n,d=l?null:jr(c,a),u=n===Fn.Error?ar(a,Fn.Error,"500"):n===Fn.Warning?ar(a,Fn.Warning,"500"):a.v2.colors.white[500],p=[o,i||r].filter(Boolean).join(" - ");return t(th,{children:[e(nh,{children:l||!d?e(Br,{withSpinnerOld:!0,scaleSpinnerOld:.8}):e(d,{size:18})}),e(cn,{size:on.XXXS,color:u,lineHeight:"16px",children:p})]},`condition-${s}`)})})]})};var rh,ih,ah;!function(e){e.Default="default",e.SuccessError="successError"}(rh||(rh={})),function(e){e.S="small",e.L="large"}(ih||(ih={})),function(e){e.Left="left",e.Right="right"}(ah||(ah={}));const sh=o.div`
1108
+ `,nh=({conditions:n,title:o,subTitle:r})=>{const a=i(),[s,l]=Ft(!1),c=Ut(()=>l(e=>!e),[]),d=zt(()=>di(n),[n]),{errors:u,hasErrors:p,warnings:h,hasWarnings:g,hasDisableds:m,hasLoadings:f}=zt(()=>Po(d),[d]);Mt(()=>{l(p||g||m)},[p,g,m]);const y=zt(()=>(!d.length||f)&&!p&&!g&&!m,[d.length,f,p,g,m]),b=zt(()=>p?Mn.Error:g?Mn.Warning:m?Mn.Info:Mn.Success,[p,g,m]),$=zt(()=>o||(1===d.length?tn(d[0].reason||d[0].type):void 0)||(({hasErrors:e,hasWarnings:t,hasDisableds:n,loading:o})=>{const r="Something isn't right";return e?"Something Failed":t||n?r:o?"Loading...":"Everything Successful"})({hasErrors:p,hasWarnings:g,hasDisableds:m,loading:y}),[o,d,p,g,m,y]),v=zt(()=>r||1===d.length&&d[0].message||void 0,[r,d]),x=zt(()=>`${p?u.length:g?h.length:d.length}/${d.length}`,[p,u.length,g,h.length,d.length]);return t(Qp,{children:[e(qp,{status:b,invertColors:!0,title:$,subTitle:v,badgeLabel:x,loading:y,isExtended:s,toggleExtended:c}),s&&e(Zp,{children:d.map(({status:n,type:o,reason:r,message:i},s)=>{const l=n===Un.Loading,c=n===Un.Disabled?Mn.Info:n,d=l?null:Hr(c,a),u=n===Mn.Error?sr(a,Mn.Error,"500"):n===Mn.Warning?sr(a,Mn.Warning,"500"):a.v2.colors.white[500],p=[o,i||r].filter(Boolean).join(" - ");return t(eh,{children:[e(th,{children:l||!d?e(jr,{withSpinnerOld:!0,scaleSpinnerOld:.8}):e(d,{size:18})}),e(cn,{size:on.XXXS,color:u,lineHeight:"16px",children:p})]},`condition-${s}`)})})]})};var oh,rh,ih;!function(e){e.Default="default",e.SuccessError="successError"}(oh||(oh={})),function(e){e.S="small",e.L="large"}(rh||(rh={})),function(e){e.Left="left",e.Right="right"}(ih||(ih={}));const ah=o.div`
1109
1109
  display: flex;
1110
1110
  align-items: center;
1111
1111
  gap: ${({$gap:e})=>e}px;
1112
- `,lh=o.div`
1112
+ `,sh=o.div`
1113
1113
  position: relative;
1114
1114
  display: flex;
1115
1115
  align-items: center;
@@ -1120,11 +1120,11 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
1120
1120
  height: ${({$size:e})=>e}px;
1121
1121
  padding: ${4}px;
1122
1122
  border-radius: ${({$size:e})=>2*e}px;
1123
- background-color: ${({$disabled:e,$onBgColor:t,$offBgColor:n,$variant:o,$value:r,theme:i})=>{if(e)return i.v2.colors.grey[800];if(t&&r)return t;if(n&&!r)return n;switch(o){case rh.SuccessError:return r?i.v2.colors.green[500]:i.v2.colors.red[500];case rh.Default:default:return r?i.v2.colors.purple[500]:i.v2.colors.grey[400]}}};
1123
+ background-color: ${({$disabled:e,$onBgColor:t,$offBgColor:n,$variant:o,$value:r,theme:i})=>{if(e)return i.v2.colors.grey[800];if(t&&r)return t;if(n&&!r)return n;switch(o){case oh.SuccessError:return r?i.v2.colors.green[500]:i.v2.colors.red[500];case oh.Default:default:return r?i.v2.colors.purple[500]:i.v2.colors.grey[400]}}};
1124
1124
 
1125
1125
  border: 1px solid ${({$disabled:e,theme:t})=>e?t.v2.colors.grey[600]:"transparent"};
1126
1126
  cursor: ${({$disabled:e})=>e?"not-allowed":"pointer"};
1127
- `,ch=o.div`
1127
+ `,lh=o.div`
1128
1128
  position: absolute;
1129
1129
  top: 50%;
1130
1130
  left: ${({$value:e,$size:t})=>e?`calc(100% - ${t}px - 4px)`:"4px"};
@@ -1134,17 +1134,17 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
1134
1134
  border-radius: 100%;
1135
1135
  background-color: ${({$color:e})=>e};
1136
1136
  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)"};
1137
- `,dh=({variant:o=rh.Default,size:r=ih.L,name:a,label:s,labelAlign:l=ah.Right,labelColor:c,tooltip:d,badge:u,value:p,onChange:h,disabled:g,withIcon:m,onIcon:f=yt,offIcon:y=xt,onBgColor:b,offBgColor:$,errorMessage:v,warnMessage:x,helpMessage:S})=>{const w=i(),E=g?w.v2.colors.grey[400]:w.v2.colors.white[500],C=r===ih.S?10:16,T=c||w.v2.colors.silver[200],A=r===ih.S?on.XXXS:on.XS,k=r===ih.S?8:12;return t(Nr,{$gap:4,children:[t(Ir,{$justifyContent:"space-between",children:[t(sh,{"data-id":a||"toggle"+(s?`-${s}`:""),"data-toggle-value":p?"true":"false",$gap:k,children:[s&&l===ah.Left&&e(cn,{color:T,size:A,nowrap:!0,children:s}),t(lh,{$onBgColor:b,$offBgColor:$,$variant:o,$size:C,$value:p,$disabled:g,onClick:e=>{e.stopPropagation(),g||h(!p)},children:[e(ch,{$color:E,$size:C,$value:p,$disabled:g}),m&&t(n,{children:[e(f,{size:C,fill:E}),e(y,{size:C,fill:E})]})]}),s&&l===ah.Right&&e(cn,{color:T,size:A,nowrap:!0,children:s})]}),e(Iu,{tooltip:d,badge:u})]}),e(Nu,{errorMessage:v,warnMessage:x,helpMessage:S})]})},uh=o.div`
1137
+ `,ch=({variant:o=oh.Default,size:r=rh.L,name:a,label:s,labelAlign:l=ih.Right,labelColor:c,tooltip:d,badge:u,value:p,onChange:h,disabled:g,withIcon:m,onIcon:f=yt,offIcon:y=xt,onBgColor:b,offBgColor:$,errorMessage:v,warnMessage:x,helpMessage:S})=>{const w=i(),E=g?w.v2.colors.grey[400]:w.v2.colors.white[500],C=r===rh.S?10:16,T=c||w.v2.colors.silver[200],A=r===rh.S?on.XXXS:on.XS,I=r===rh.S?8:12;return t(Dr,{$gap:4,children:[t(Nr,{$justifyContent:"space-between",children:[t(ah,{"data-id":a||"toggle"+(s?`-${s}`:""),"data-toggle-value":p?"true":"false",$gap:I,children:[s&&l===ih.Left&&e(cn,{color:T,size:A,nowrap:!0,children:s}),t(sh,{$onBgColor:b,$offBgColor:$,$variant:o,$size:C,$value:p,$disabled:g,onClick:e=>{e.stopPropagation(),g||h(!p)},children:[e(lh,{$color:E,$size:C,$value:p,$disabled:g}),m&&t(n,{children:[e(f,{size:C,fill:E}),e(y,{size:C,fill:E})]})]}),s&&l===ih.Right&&e(cn,{color:T,size:A,nowrap:!0,children:s})]}),e(Iu,{tooltip:d,badge:u})]}),e(ku,{errorMessage:v,warnMessage:x,helpMessage:S})]})},dh=o.div`
1138
1138
  display: flex;
1139
1139
  flex-direction: ${({$direction:e})=>e===Tn.Horizontal?"row":"column"};
1140
1140
  gap: ${({$direction:e})=>e===Tn.Horizontal?16:8}px;
1141
- `,ph=({direction:n=Tn.Vertical,title:o,size:r,disabled:i,options:a,values:s,setValues:l})=>{const c=r===ih.S?on.XS:on.S;return t(uh,{$direction:n,children:[o&&e(cn,{size:c,children:o}),a.map(t=>e(dh,{...t,labelAlign:ah.Right,value:s[t.id],onChange:e=>{return n=t.id,o=e,void l(e=>{const t={...e};return n?t[n]=o:a.forEach(e=>t[e.id]=o),t});var n,o},disabled:i,size:r},`${o}-toggle-${t.id}`))]})},hh=o.div`
1141
+ `,uh=({direction:n=Tn.Vertical,title:o,size:r,disabled:i,options:a,values:s,setValues:l})=>{const c=r===rh.S?on.XS:on.S;return t(dh,{$direction:n,children:[o&&e(cn,{size:c,children:o}),a.map(t=>e(ch,{...t,labelAlign:ih.Right,value:s[t.id],onChange:e=>{return n=t.id,o=e,void l(e=>{const t={...e};return n?t[n]=o:a.forEach(e=>t[e.id]=o),t});var n,o},disabled:i,size:r},`${o}-toggle-${t.id}`))]})},ph=o.div`
1142
1142
  display: flex;
1143
1143
  align-items: center;
1144
1144
  justify-content: space-between;
1145
1145
  width: 100%;
1146
1146
  overflow: hidden;
1147
- `,gh=o.div`
1147
+ `,hh=o.div`
1148
1148
  display: flex;
1149
1149
  align-items: center;
1150
1150
  gap: 16px;
@@ -1152,7 +1152,7 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
1152
1152
  min-width: 0;
1153
1153
  flex: 1;
1154
1154
  overflow: hidden;
1155
- `,mh=o.div`
1155
+ `,gh=o.div`
1156
1156
  display: flex;
1157
1157
  align-items: center;
1158
1158
  justify-content: center;
@@ -1161,15 +1161,15 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
1161
1161
  height: 36px;
1162
1162
  border-radius: 8px;
1163
1163
  background: ${({theme:e})=>e.v2.colors.silver[800]};
1164
- `,fh=o.img`
1164
+ `,mh=o.img`
1165
1165
  width: 24px;
1166
1166
  height: 24px;
1167
- `,yh=o.div`
1167
+ `,fh=o.div`
1168
1168
  display: flex;
1169
1169
  align-items: center;
1170
1170
  gap: 16px;
1171
1171
  flex-shrink: 0;
1172
- `,bh=({icon:n,iconSrc:o,title:r,titleBadges:i,subTitle:a,toggleProps:s,actions:l,onClose:c,onCloseDisabled:d})=>t(hh,{children:[t(gh,{children:[n?e(mh,{children:e(n,{size:24})}):o?e(mh,{children:e(fh,{src:o,alt:r||"icon"})}):null,(r||i?.length||a)&&t(Nr,{$gap:6,children:[(r||i?.length)&&t(Ir,{$gap:16,children:[r&&e(cn,{size:on.S,weight:500,children:r}),i?.length&&e(Ir,{$gap:4,children:i?.map(t=>e(Tu,{...t},t.label))})]}),a&&e(cn,{size:on.XXS,children:a})]})]}),t(yh,{children:[s&&e(dh,{...s}),l?.length?e(ip,{iconButtonProps:{"data-id":"drawer-actions",leftIcon:It},items:l,selectedIds:l?.filter(e=>e?.active)?.map(e=>e?.id)??[],setSelectedIds:e=>l?.find(t=>t?.id===e[0])?.onClick?.()}):null,c&&e(Dc,{"data-id":"drawer-close",icon:xt,size:Ic.M,onClick:c,disabled:d})]})]}),$h=o.div`
1172
+ `,yh=({icon:n,iconSrc:o,title:r,titleBadges:i,subTitle:a,toggleProps:s,actions:l,onClose:c,onCloseDisabled:d})=>t(ph,{children:[t(hh,{children:[n?e(gh,{children:e(n,{size:24})}):o?e(gh,{children:e(mh,{src:o,alt:r||"icon"})}):null,(r||i?.length||a)&&t(Dr,{$gap:6,children:[(r||i?.length)&&t(Nr,{$gap:16,children:[r&&e(cn,{size:on.S,weight:500,children:r}),i?.length&&e(Nr,{$gap:4,children:i?.map(t=>e(Cu,{...t},t.label))})]}),a&&e(cn,{size:on.XXS,children:a})]})]}),t(fh,{children:[s&&e(ch,{...s}),l?.length?e(rp,{iconButtonProps:{"data-id":"drawer-actions",leftIcon:kt},items:l,selectedIds:l?.filter(e=>e?.active)?.map(e=>e?.id)??[],setSelectedIds:e=>l?.find(t=>t?.id===e[0])?.onClick?.()}):null,c&&e(Nc,{"data-id":"drawer-close",icon:xt,size:Ic.M,onClick:c,disabled:d})]})]}),bh=o.div`
1173
1173
  position: relative;
1174
1174
  &.animated {
1175
1175
  overflow: hidden;
@@ -1177,7 +1177,7 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
1177
1177
  border-radius: 8px;
1178
1178
  animation: ${({$isLeaving:e})=>e?Id.out.bottom:Id.in.bottom} ${({$duration:e})=>e/10}ms forwards;
1179
1179
  }
1180
- `,vh=o.div`
1180
+ `,$h=o.div`
1181
1181
  position: absolute;
1182
1182
  bottom: -1px;
1183
1183
  left: 0;
@@ -1185,9 +1185,9 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
1185
1185
  width: 100%;
1186
1186
  height: 100%;
1187
1187
  border-radius: 8px;
1188
- background-color: ${({theme:e,$status:t})=>ar(e,t,t===Fn.Default?"300":t===Fn.Info?"400":"500")};
1189
- animation: ${Nd.out} ${({$duration:e})=>""+(e-e/10)}ms forwards;
1190
- `,xh=o.div`
1188
+ background-color: ${({theme:e,$status:t})=>sr(e,t,t===Mn.Default?"300":t===Mn.Info?"400":"500")};
1189
+ animation: ${kd.out} ${({$duration:e})=>""+(e-e/10)}ms forwards;
1190
+ `,vh=o.div`
1191
1191
  display: flex;
1192
1192
  align-items: center;
1193
1193
  gap: 10px;
@@ -1196,36 +1196,36 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
1196
1196
  `}
1197
1197
  padding: 4px 12px 4px 4px;
1198
1198
  border-radius: 8px;
1199
- background-color: ${({theme:e,$status:t})=>ar(e,t,[Fn.Info,Fn.Warning].includes(t)?"1000":"900")};
1200
- `,Sh=o.div`
1199
+ background-color: ${({theme:e,$status:t})=>sr(e,t,[Mn.Info,Mn.Warning].includes(t)?"1000":"900")};
1200
+ `,xh=o.div`
1201
1201
  width: ${({$smallIcon:e})=>e?"24px":"32px"};
1202
1202
  height: ${({$smallIcon:e})=>e?"24px":"32px"};
1203
1203
  display: flex;
1204
1204
  align-items: center;
1205
1205
  justify-content: center;
1206
1206
  border-radius: 6px;
1207
- background-color: ${({theme:e,$status:t})=>ar(e,t,[Fn.Info].includes(t)?"900":"800")};
1208
- `,wh=o.div`
1207
+ background-color: ${({theme:e,$status:t})=>sr(e,t,[Mn.Info].includes(t)?"900":"800")};
1208
+ `,Sh=o.div`
1209
1209
  margin-left: auto;
1210
1210
  display: flex;
1211
1211
  align-items: center;
1212
1212
  gap: 4px;
1213
- `,Eh=o.div`
1213
+ `,wh=o.div`
1214
1214
  margin-right: 8px;
1215
1215
  cursor: pointer;
1216
1216
  &:hover {
1217
1217
  transform: scale(1.2);
1218
1218
  }
1219
- `,Ch=({status:n,message:o,action:r,fullWidth:a,smallIcon:s,onClose:l,duration:c=5e3,zIndex:d})=>{const u=i(),p=jr(n,u),h=ar(u,n,n===Fn.Default?"300":n===Fn.Info?"400":"500"),[g,m]=Ft(!1),f=Bt(null),y=Bt(null),b=c/10,$=c-b,v=e=>{l&&(f.current&&clearTimeout(f.current),m(!0),setTimeout(()=>l({asSeen:e?.asSeen}),b))};Mt(()=>{if(l)return f.current=setTimeout(()=>v({asSeen:!1}),$),()=>{f.current&&clearTimeout(f.current)}},[c]);return t($h,{className:l?"animated":"",$duration:c,$isLeaving:g,onMouseEnter:()=>{l&&(f.current&&clearTimeout(f.current),y.current&&(y.current.style.animationPlayState="paused"))},onMouseLeave:()=>{if(l&&y.current){const e=y.current.offsetWidth/y.current.parentElement.offsetWidth*$;f.current=setTimeout(()=>v({asSeen:!1}),e),y.current.style.animationPlayState="running"}},style:{zIndex:d},children:[t(xh,{$status:n,$fullWidth:a,children:[e("div",{children:e(Sh,{$status:n,$smallIcon:s,children:e(p,{size:s?18:24})})}),e(cn,{color:h,size:on.XXXS,weight:400,children:o}),(r||l)&&t(wh,{children:[r&&e(Eh,{"data-id":r["data-id"],onClick:r.onClick,children:e(cn,{color:h,size:on.XXS,weight:500,underline:!0,nowrap:!0,children:r.label})}),l&&e(Dc,{"data-id":"note-close",icon:xt,size:Ic.XS,onClick:()=>v({asSeen:!0})})]})]}),l&&e(vh,{ref:y,$status:n,$duration:c})]})},Th=o.div`
1219
+ `,Eh=({status:n,message:o,action:r,fullWidth:a,smallIcon:s,onClose:l,duration:c=5e3,zIndex:d})=>{const u=i(),p=Hr(n,u),h=sr(u,n,n===Mn.Default?"300":n===Mn.Info?"400":"500"),[g,m]=Ft(!1),f=Bt(null),y=Bt(null),b=c/10,$=c-b,v=e=>{l&&(f.current&&clearTimeout(f.current),m(!0),setTimeout(()=>l({asSeen:e?.asSeen}),b))};Mt(()=>{if(l)return f.current=setTimeout(()=>v({asSeen:!1}),$),()=>{f.current&&clearTimeout(f.current)}},[c]);return t(bh,{className:l?"animated":"",$duration:c,$isLeaving:g,onMouseEnter:()=>{l&&(f.current&&clearTimeout(f.current),y.current&&(y.current.style.animationPlayState="paused"))},onMouseLeave:()=>{if(l&&y.current){const e=y.current.offsetWidth/y.current.parentElement.offsetWidth*$;f.current=setTimeout(()=>v({asSeen:!1}),e),y.current.style.animationPlayState="running"}},style:{zIndex:d},children:[t(vh,{$status:n,$fullWidth:a,children:[e("div",{children:e(xh,{$status:n,$smallIcon:s,children:e(p,{size:s?18:24})})}),e(cn,{color:h,size:on.XXXS,weight:400,children:o}),(r||l)&&t(Sh,{children:[r&&e(wh,{"data-id":r["data-id"],onClick:r.onClick,children:e(cn,{color:h,size:on.XXS,weight:500,underline:!0,nowrap:!0,children:r.label})}),l&&e(Nc,{"data-id":"note-close",icon:xt,size:Ic.XS,onClick:()=>v({asSeen:!0})})]})]}),l&&e($h,{ref:y,$status:n,$duration:c})]})},Ch=o.div`
1220
1220
  display: flex;
1221
1221
  align-items: center;
1222
1222
  gap: 8px;
1223
1223
  padding: 4px 12px;
1224
- `,Ah=o.div`
1224
+ `,Th=o.div`
1225
1225
  flex: 1;
1226
- `,kh=o.div`
1226
+ `,Ah=o.div`
1227
1227
  width: 150px;
1228
- `,Ih=({note:n,actions:o,children:r})=>r?e(Th,{children:r}):t(Th,{children:[n&&e(Ch,{...n}),e(Ah,{}),o?.map((t,n)=>e(kh,{children:e(Vd,{fullWidth:!0,...t})},t["data-id"]||`drawer-footer-button-${n}`))]}),Nh=o.div`
1228
+ `,Ih=({note:n,actions:o,children:r})=>r?e(Ch,{children:r}):t(Ch,{children:[n&&e(Eh,{...n}),e(Th,{}),o?.map((t,n)=>e(Ah,{children:e(Kd,{fullWidth:!0,...t})},t["data-id"]||`drawer-footer-button-${n}`))]}),kh=o.div`
1229
1229
  position: fixed;
1230
1230
  top: 0;
1231
1231
  bottom: 0;
@@ -1246,14 +1246,14 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
1246
1246
  ${({$disableAnimation:e,$position:t})=>!e&&r`
1247
1247
  animation-name: ${Id.in[t]};
1248
1248
  `}
1249
- `,Dh=o.div`
1249
+ `,Nh=o.div`
1250
1250
  display: flex;
1251
1251
  flex-direction: column;
1252
1252
  gap: 12px;
1253
1253
 
1254
1254
  height: calc(100% - ${56}px);
1255
1255
  overflow-y: auto;
1256
- `,Rh=({isOpen:o,hideOverlay:r=!1,disableAnimation:i=!1,position:a="right",width:s="600px",header:l,footer:c,children:d})=>(Cc(o),o?Zt(t(n,{children:[!r&&e(Or,{onClick:l?.onCloseDisabled?void 0:l?.onClose}),t(Nh,{"data-id":"drawer",$position:a,$width:s,$disableAnimation:i,children:[l&&e(bh,{...l}),e(Dh,{children:d}),c&&e(Ih,{...c})]})]}),document.body):null),Oh=({options:t,values:n,setValues:o,withMultiSelect:r,withSearch:i,...a})=>{const s=zt(()=>t.filter(e=>n.includes(e.id)),[t,n]),l=zt(()=>s.map(e=>e.label).join(", "),[s]);return e(ip,{withMultiSelect:r,withSearch:i,fullWidth:!0,alignX:Zu.Left,items:t,selectedIds:n,setSelectedIds:o,children:({ChevronIcon:t,handleClick:n})=>e(_u,{placeholder:"Select options...",width:"100%",...a,rightIcon:t,leftIcon:1===s.length?s[0].icon:void 0,value:l,onChange:()=>{},onClick:n,readOnly:!0,tabIndex:-1})})},_h=o.header`
1256
+ `,Dh=({isOpen:o,hideOverlay:r=!1,disableAnimation:i=!1,position:a="right",width:s="600px",header:l,footer:c,children:d})=>(Ec(o),o?Zt(t(n,{children:[!r&&e(_r,{onClick:l?.onCloseDisabled?void 0:l?.onClose}),t(kh,{"data-id":"drawer",$position:a,$width:s,$disableAnimation:i,children:[l&&e(yh,{...l}),e(Nh,{children:d}),c&&e(Ih,{...c})]})]}),document.body):null),Oh=({options:t,values:n,setValues:o,withMultiSelect:r,withSearch:i,...a})=>{const s=zt(()=>t.filter(e=>n.includes(e.id)),[t,n]),l=zt(()=>s.map(e=>e.label).join(", "),[s]);return e(rp,{withMultiSelect:r,withSearch:i,fullWidth:!0,alignX:Qu.Left,items:t,selectedIds:n,setSelectedIds:o,children:({ChevronIcon:t,handleClick:n})=>e(Ru,{placeholder:"Select options...",width:"100%",...a,rightIcon:t,leftIcon:1===s.length?s[0].icon:void 0,value:l,onChange:()=>{},onClick:n,readOnly:!0,tabIndex:-1})})},Rh=o.header`
1257
1257
  position: relative;
1258
1258
  width: 100%;
1259
1259
  padding: 12px 18px;
@@ -1261,12 +1261,12 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
1261
1261
  display: flex;
1262
1262
  align-items: center;
1263
1263
  justify-content: space-between;
1264
- `,Lh=o(Ir)`
1264
+ `,_h=o(Nr)`
1265
1265
  position: absolute;
1266
1266
  left: 50%;
1267
1267
  transform: translateX(-50%);
1268
1268
  gap: 16px;
1269
- `,Ph=({left:n=[],center:o=[],right:r=[]})=>t(_h,{children:[e(Ir,{$gap:16,children:n}),e(Lh,{children:o}),e(Ir,{$gap:16,children:r})]}),Fh=o.div`
1269
+ `,Lh=({left:n=[],center:o=[],right:r=[]})=>t(Rh,{children:[e(Nr,{$gap:16,children:n}),e(_h,{children:o}),e(Nr,{$gap:16,children:r})]}),Ph=o.div`
1270
1270
  display: flex;
1271
1271
  align-items: center;
1272
1272
  gap: 2px;
@@ -1281,7 +1281,7 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
1281
1281
  left: ${({$left:e})=>e||"unset"};
1282
1282
  top: 50%;
1283
1283
  transform: translateY(-50%);
1284
- `,Mh=({isOpen:t,actions:n,positionRight:o,positionLeft:r})=>t?e(Fh,{$right:o,$left:r,children:n.map(t=>{if(!t)return null;const{tooltip:n,...o}=t;return e(cd,{text:n||"",children:e(Vd,{...o,variant:Gd.Secondary,size:Xd.S})},o.id)})}):null,zh=o.div`
1284
+ `,Fh=({isOpen:t,actions:n,positionRight:o,positionLeft:r})=>t?e(Ph,{$right:o,$left:r,children:n.map(t=>{if(!t)return null;const{tooltip:n,...o}=t;return e(ld,{text:n||"",children:e(Kd,{...o,variant:Wd.Secondary,size:Gd.S})},o.id)})}):null,Mh=o.div`
1285
1285
  display: flex;
1286
1286
  align-items: center;
1287
1287
  justify-content: center;
@@ -1290,36 +1290,36 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
1290
1290
  aspect-ratio: 1 / 1;
1291
1291
  padding: 2px;
1292
1292
  border-radius: 8px;
1293
- background-color: ${({theme:e,$noBackground:t})=>t?"transparent":e.v2.colors.silver[750]+Ad["050"]};
1294
- `,Uh=o.div`
1293
+ background-color: ${({theme:e,$noBackground:t})=>t?"transparent":e.v2.colors.silver[750]+Td["050"]};
1294
+ `,zh=o.div`
1295
1295
  display: flex;
1296
1296
  align-items: center;
1297
1297
  justify-content: center;
1298
1298
  padding: 2px;
1299
1299
  border-radius: 4px;
1300
- background-color: ${({theme:e})=>e.v2.colors.silver[750]+Ad["050"]};
1301
- `,Bh=({icons:n,icon:o,iconSrc:r,smallIconSize:i=12,largeIconSize:a=22})=>{if(n&&n.length>1){const o=n.slice(0,3),r=n.length-o.length,a=o.slice(0,2),s=o.slice(2),l=s.length>0;return e("div",{style:{width:"fit-content"},children:e(zh,{$noBackground:!0,children:t(Nr,{$gap:1,children:[e(Ir,{$gap:1,$justifyContent:"space-between",children:a.map((t,n)=>e(Uh,{children:e(t,{size:i})},`top-${n}`))}),l&&t(Ir,{$gap:1,$justifyContent:"space-between",children:[s.map((t,n)=>e(Uh,{children:e(t,{size:i})},`bottom-${n}`)),r>0&&e(Uh,{children:e(cn,{size:on.XXXS,weight:500,children:`+${r}`})})]})]})})})}const s=n?.[0]||o;return e("div",{style:{width:"fit-content"},children:e(zh,{children:s?e(s,{size:a}):e("img",{src:r,alt:"icon",width:a,height:a})})})},jh=o.div`
1300
+ background-color: ${({theme:e})=>e.v2.colors.silver[750]+Td["050"]};
1301
+ `,Uh=({icons:n,icon:o,iconSrc:r,smallIconSize:i=12,largeIconSize:a=22})=>{if(n&&n.length>1){const o=n.slice(0,3),r=n.length-o.length,a=o.slice(0,2),s=o.slice(2),l=s.length>0;return e("div",{style:{width:"fit-content"},children:e(Mh,{$noBackground:!0,children:t(Dr,{$gap:1,children:[e(Nr,{$gap:1,$justifyContent:"space-between",children:a.map((t,n)=>e(zh,{children:e(t,{size:i})},`top-${n}`))}),l&&t(Nr,{$gap:1,$justifyContent:"space-between",children:[s.map((t,n)=>e(zh,{children:e(t,{size:i})},`bottom-${n}`)),r>0&&e(zh,{children:e(cn,{size:on.XXXS,weight:500,children:`+${r}`})})]})]})})})}const s=n?.[0]||o;return e("div",{style:{width:"fit-content"},children:e(Mh,{children:s?e(s,{size:a}):e("img",{src:r,alt:"icon",width:a,height:a})})})},Bh=o.div`
1302
1302
  width: 100%;
1303
1303
  background: ${({theme:e})=>e.v2.colors.silver[800]};
1304
1304
  border-radius: 8px;
1305
1305
  padding: 4px 8px;
1306
- `,Wh=({values:n,setValues:o,name:r,label:a,tooltip:s,badge:l,required:c,errorMessage:d,warnMessage:u,helpMessage:p,placeholder:h,disabled:g})=>{const m=i(),f=n.length<=1,y=g,b=g||f&&y,$=n.length?n:[""];return e(jh,{children:t(Nr,{"data-id":r,$gap:6,children:[e(Iu,{label:a,tooltip:s,required:c,badge:l}),e(Nr,{$gap:8,children:$.map((r,i)=>{const a=i===$.length-1;return t(Ir,{$gap:8,$alignItems:"center",children:[e(_u,{width:"100%",autoFocus:ni(r)&&!f&&a,value:r,onChange:e=>((e,t)=>{const r=[...n||[]];r[t]=e,o(r)})(e.target.value,i),disabled:g,placeholder:h,hasError:!!d}),a&&e(Vd,{leftIcon:Nt,variant:Gd.Secondary,size:Xd.S,disabled:y,onClick:()=>(()=>{const e=n.length?So(n):[So("")];e.push(""),o(e)})()}),e(Vd,{leftIcon:b?Dt:()=>e(Dt,{fill:m.v2.colors.red[500]}),variant:Gd.Secondary,size:Xd.S,disabled:b,onClick:()=>(e=>{const t=[...n||[]].filter((t,n)=>n!==e);t.length||t.push(""),o(t)})(i)})]},`input-list-${i}`)})}),e(Nu,{errorMessage:d,warnMessage:u,helpMessage:p})]})})},Hh=({col:t,colIdx:n,row:o,rowIdx:r,rowsLength:i,handleChange:a,errorMessage:s,disabled:l,hideLabel:c})=>{const{keyName:d,componentType:u,inputType:p,label:h,placeholder:g,options:m,renderCondition:f,helpMessage:y,min:b,max:$}=t,v=o[d];if(f&&!f(o))return null;const x=c?void 0:h||void 0,S=g;switch(u){case Ln.Dropdown:case"multi-dropdown":{const t="multi-dropdown"===u,n=Array.isArray(v)?v:null!=v&&""!==v?[String(v)]:[],o=m?.filter(e=>n.includes(e.id)).map(e=>e.id)||[];return e(Oh,{name:d,label:x,placeholder:S,options:m||[],withMultiSelect:t,withSearch:t,values:o,setValues:e=>a(d,t?e:e[0]??"",r),disabled:l,hasError:!!s},d)}default:const t=i>1&&0===r&&0===n&&ni(v);return e(_u,{name:d,label:x,placeholder:S,autoFocus:t,type:p,min:b,max:$,value:v,onChange:({target:{value:e}})=>a(d,e,r),disabled:l,hasError:!!s,helpMessage:y})}},Gh=o.div`
1306
+ `,jh=({values:n,setValues:o,name:r,label:a,tooltip:s,badge:l,required:c,errorMessage:d,warnMessage:u,helpMessage:p,placeholder:h,disabled:g})=>{const m=i(),f=n.length<=1,y=g,b=g||f&&y,$=n.length?n:[""];return e(Bh,{children:t(Dr,{"data-id":r,$gap:6,children:[e(Iu,{label:a,tooltip:s,required:c,badge:l}),e(Dr,{$gap:8,children:$.map((r,i)=>{const a=i===$.length-1;return t(Nr,{$gap:8,$alignItems:"center",children:[e(Ru,{width:"100%",autoFocus:oi(r)&&!f&&a,value:r,onChange:e=>((e,t)=>{const r=[...n||[]];r[t]=e,o(r)})(e.target.value,i),disabled:g,placeholder:h,hasError:!!d}),a&&e(Kd,{leftIcon:Nt,variant:Wd.Secondary,size:Gd.S,disabled:y,onClick:()=>(()=>{const e=n.length?wo(n):[wo("")];e.push(""),o(e)})()}),e(Kd,{leftIcon:b?Dt:()=>e(Dt,{fill:m.v2.colors.red[500]}),variant:Wd.Secondary,size:Gd.S,disabled:b,onClick:()=>(e=>{const t=[...n||[]].filter((t,n)=>n!==e);t.length||t.push(""),o(t)})(i)})]},`input-list-${i}`)})}),e(ku,{errorMessage:d,warnMessage:u,helpMessage:p})]})})},Hh=({col:t,colIdx:n,row:o,rowIdx:r,rowsLength:i,handleChange:a,errorMessage:s,disabled:l,hideLabel:c})=>{const{keyName:d,componentType:u,inputType:p,label:h,placeholder:g,options:m,renderCondition:f,helpMessage:y,min:b,max:$}=t,v=o[d];if(f&&!f(o))return null;const x=c?void 0:h||void 0,S=g;switch(u){case Pn.Dropdown:case"multi-dropdown":{const t="multi-dropdown"===u,n=Array.isArray(v)?v:null!=v&&""!==v?[String(v)]:[],o=m?.filter(e=>n.includes(e.id)).map(e=>e.id)||[];return e(Oh,{name:d,label:x,placeholder:S,options:m||[],withMultiSelect:t,withSearch:t,values:o,setValues:e=>a(d,t?e:e[0]??"",r),disabled:l,hasError:!!s},d)}default:const t=i>1&&0===r&&0===n&&oi(v);return e(Ru,{name:d,label:x,placeholder:S,autoFocus:t,type:p,min:b,max:$,value:v,onChange:({target:{value:e}})=>a(d,e,r),disabled:l,hasError:!!s,helpMessage:y})}},Wh=o.div`
1307
1307
  width: 100%;
1308
1308
  background: ${({theme:e})=>e.v2.colors.silver[800]};
1309
1309
  border-radius: 8px;
1310
1310
  padding: 4px 8px;
1311
- `,Xh=o.table`
1311
+ `,Gh=o.table`
1312
1312
  width: 100%;
1313
1313
  border-collapse: separate;
1314
1314
  border-spacing: 0 8px;
1315
- `,Kh=o.td`
1315
+ `,Xh=o.td`
1316
1316
  padding: 0 8px 0 0;
1317
1317
  vertical-align: top;
1318
- `,Vh=o.td`
1318
+ `,Kh=o.td`
1319
1319
  width: 72px;
1320
1320
  vertical-align: top;
1321
1321
  padding-top: ${({$topOffset:e})=>e}px;
1322
- `,Jh=({columns:n,values:o,setValues:r,name:a,label:s,tooltip:l,badge:c,required:d,disabled:u,errorMessage:p,warnMessage:h,helpMessage:g,limitFieldsPerRow:m})=>{const f=i(),y=zt(()=>{const e={};return n.forEach(({keyName:t})=>e[t]=""),e},[n]),b=(e,t,n)=>{const i=o.length?So(o):[So(y)];i[n][e]=t,r(i)},$=zt(()=>{if(m){const e=[];for(let t=0;;t+=m){const o=n.slice(t,t+m);if(!o.length)break;e.push(o)}return e}return[n]},[m,n]),v=zt(()=>$.map(e=>e.some(e=>!!e.label)),[$]),x=o.length?o:[y];return e(Gh,{children:t(Nr,{"data-id":a,$gap:0,children:[e(Iu,{label:s,tooltip:l,required:d,badge:c}),e(Xh,{children:e("tbody",{children:x.map((n,i)=>{const a=i===x.length-1;return t(Pt,{children:[m&&i>0?e("tr",{children:e(Kh,{colSpan:$.length})}):null,$.map((s,l)=>{const c=v[l],d=c?22:0;return t("tr",{children:[s.map((o,r)=>o.renderCondition&&!o.renderCondition(n)?null:e(Kh,{children:t(Nr,{$gap:6,children:[c&&(o.label?e(Iu,{label:o.label,tooltip:o.tooltip}):e(Iu,{label:"\\u00A0"})),e(Hh,{col:o,colIdx:r,row:n,rowIdx:i,rowsLength:x.length,handleChange:b,disabled:u,errorMessage:p,hideLabel:c})]})},`input-table-row-${i}-col-${l}-${r}`)),0===l&&e(Vh,{$topOffset:d,children:t(Ir,{$gap:8,$justifyContent:"flex-end",children:[a&&e(Vd,{leftIcon:Nt,variant:Gd.Secondary,size:Xd.S,disabled:u,onClick:()=>(()=>{const e=o.length?So(o):[So(y)];e.push(So(y)),r(e)})()}),e(Vd,{leftIcon:u?Dt:()=>e(Dt,{fill:f.v2.colors.red[500]}),variant:Gd.Secondary,size:Xd.S,disabled:u,onClick:()=>(e=>{const t=o.filter((t,n)=>n!==e);t.length||t.push(So(y)),r(t)})(i)})]})})]},`input-table-matrix-${i}-${l}`)})]},`input-table-row-${i}`)})})}),e(Nu,{errorMessage:p,warnMessage:h,helpMessage:g})]})})},qh=o.div`
1322
+ `,Vh=({columns:n,values:o,setValues:r,name:a,label:s,tooltip:l,badge:c,required:d,disabled:u,errorMessage:p,warnMessage:h,helpMessage:g,limitFieldsPerRow:m})=>{const f=i(),y=zt(()=>{const e={};return n.forEach(({keyName:t})=>e[t]=""),e},[n]),b=(e,t,n)=>{const i=o.length?wo(o):[wo(y)];i[n][e]=t,r(i)},$=zt(()=>{if(m){const e=[];for(let t=0;;t+=m){const o=n.slice(t,t+m);if(!o.length)break;e.push(o)}return e}return[n]},[m,n]),v=zt(()=>$.map(e=>e.some(e=>!!e.label)),[$]),x=o.length?o:[y];return e(Wh,{children:t(Dr,{"data-id":a,$gap:0,children:[e(Iu,{label:s,tooltip:l,required:d,badge:c}),e(Gh,{children:e("tbody",{children:x.map((n,i)=>{const a=i===x.length-1;return t(Pt,{children:[m&&i>0?e("tr",{children:e(Xh,{colSpan:$.length})}):null,$.map((s,l)=>{const c=v[l],d=c?22:0;return t("tr",{children:[s.map((o,r)=>o.renderCondition&&!o.renderCondition(n)?null:e(Xh,{children:t(Dr,{$gap:6,children:[c&&(o.label?e(Iu,{label:o.label,tooltip:o.tooltip}):e(Iu,{label:"\\u00A0"})),e(Hh,{col:o,colIdx:r,row:n,rowIdx:i,rowsLength:x.length,handleChange:b,disabled:u,errorMessage:p,hideLabel:c})]})},`input-table-row-${i}-col-${l}-${r}`)),0===l&&e(Kh,{$topOffset:d,children:t(Nr,{$gap:8,$justifyContent:"flex-end",children:[a&&e(Kd,{leftIcon:Nt,variant:Wd.Secondary,size:Gd.S,disabled:u,onClick:()=>(()=>{const e=o.length?wo(o):[wo(y)];e.push(wo(y)),r(e)})()}),e(Kd,{leftIcon:u?Dt:()=>e(Dt,{fill:f.v2.colors.red[500]}),variant:Wd.Secondary,size:Gd.S,disabled:u,onClick:()=>(e=>{const t=o.filter((t,n)=>n!==e);t.length||t.push(wo(y)),r(t)})(i)})]})})]},`input-table-matrix-${i}-${l}`)})]},`input-table-row-${i}`)})})}),e(ku,{errorMessage:p,warnMessage:h,helpMessage:g})]})})},Jh=o.div`
1323
1323
  display: flex;
1324
1324
  align-items: center;
1325
1325
  justify-content: space-between;
@@ -1327,7 +1327,7 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
1327
1327
 
1328
1328
  padding: 18px 16px;
1329
1329
  border-radius: 18px;
1330
- background-color: ${({theme:e})=>e.v2.colors.black[500]+Ad["095"]};
1330
+ background-color: ${({theme:e})=>e.v2.colors.black[500]+Td["095"]};
1331
1331
  box-shadow: 0 4px 16.7px 0 rgba(0, 0, 0, 0.83);
1332
1332
 
1333
1333
  position: fixed;
@@ -1335,7 +1335,7 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
1335
1335
  left: 50%;
1336
1336
  z-index: ${({theme:e})=>e.v2.zIndex.island};
1337
1337
  animation-name: ${Id.in.center};
1338
- `,Yh=({isOpen:n,onClose:o,richTitle:r,actions:i})=>n?t(qh,{children:[e(fp,{...r}),e(hp,{onAnyClick:o,actions:i})]}):null,Qh=o.div`
1338
+ `,Yh=({isOpen:n,onClose:o,richTitle:r,actions:i})=>n?t(Jh,{children:[e(mp,{...r}),e(pp,{onAnyClick:o,actions:i})]}):null,qh=o.div`
1339
1339
  position: ${({$relativeToParent:e})=>e?"absolute":"fixed"};
1340
1340
  top: 50%;
1341
1341
  left: 50%;
@@ -1363,7 +1363,7 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
1363
1363
  /* Block hover/click work on form children mid-close so their transitions
1364
1364
  don't compete with the slide-out. */
1365
1365
  ${({$closing:e})=>e&&"pointer-events: none;"}
1366
- `,Zh=o(Or)`
1366
+ `,Qh=o(_r)`
1367
1367
  will-change: opacity;
1368
1368
  animation-name: ${({$closing:e})=>e?Od.out:Od.in};
1369
1369
  animation-duration: ${({$closing:e})=>e?"180ms":"300ms"};
@@ -1373,18 +1373,18 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
1373
1373
  recomposite per frame. Drop the blur while closing; visually identical
1374
1374
  because the overlay is fading to 0. */
1375
1375
  ${({$closing:e})=>e&&"backdrop-filter: none; pointer-events: none;"}
1376
- `,eg=o.div`
1376
+ `,Zh=o.div`
1377
1377
  position: relative;
1378
- `,tg=o.div`
1378
+ `,eg=o.div`
1379
1379
  position: absolute;
1380
1380
  top: 16px;
1381
1381
  left: 16px;
1382
- `,ng=({isOpen:o,hideOverlay:r=!1,relativeToParent:i=!1,onBack:a,onClose:s,onCloseEnd:l,children:c})=>{const[d,u]=Ft(o),[p,h]=Ft(!1);if(Mt(()=>{o?(u(!0),h(!1)):d&&h(!0)},[o]),Cc(d),!d)return null;const g=t(n,{children:[!r&&e(Zh,{$relativeToParent:i,$closing:p,onClick:p?void 0:s}),e(Qh,{"data-id":"modal",$relativeToParent:i,$closing:p,onAnimationEnd:e=>{e.target===e.currentTarget&&p&&(u(!1),h(!1),l?.())},children:t(eg,{children:[a&&e(tg,{children:e(Dc,{icon:t=>e(kt,{rotate:-90,...t}),size:Ic.L,onClick:a})}),c]})})]});return i?g:Zt(g,document.body)},og=o.div`
1382
+ `,tg=({isOpen:o,hideOverlay:r=!1,relativeToParent:i=!1,onBack:a,onClose:s,onCloseEnd:l,children:c})=>{const[d,u]=Ft(o),[p,h]=Ft(!1);if(Mt(()=>{o?(u(!0),h(!1)):d&&h(!0)},[o]),Ec(d),!d)return null;const g=t(n,{children:[!r&&e(Qh,{$relativeToParent:i,$closing:p,onClick:p?void 0:s}),e(qh,{"data-id":"modal",$relativeToParent:i,$closing:p,onAnimationEnd:e=>{e.target===e.currentTarget&&p&&(u(!1),h(!1),l?.())},children:t(Zh,{children:[a&&e(eg,{children:e(Nc,{icon:t=>e(It,{rotate:-90,...t}),size:Ic.L,onClick:a})}),c]})})]});return i?g:Zt(g,document.body)},ng=o.div`
1383
1383
  position: relative;
1384
1384
  width: ${64}px;
1385
1385
  height: ${({$height:e})=>e};
1386
1386
  flex-shrink: 0;
1387
- `,rg=o.aside`
1387
+ `,og=o.aside`
1388
1388
  position: absolute;
1389
1389
  top: 0;
1390
1390
  left: 0;
@@ -1402,7 +1402,7 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
1402
1402
  transition:
1403
1403
  width 200ms ease,
1404
1404
  padding 200ms ease;
1405
- `,ig=o.button`
1405
+ `,rg=o.button`
1406
1406
  display: flex;
1407
1407
  align-items: center;
1408
1408
  width: 100%;
@@ -1422,58 +1422,58 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
1422
1422
  &:active {
1423
1423
  background-color: ${({theme:e,$selected:t})=>t?e.v2.colors.purple[700]:e.v2.colors.silver[900]};
1424
1424
  }
1425
- `,ag=o.div`
1425
+ `,ig=o.div`
1426
1426
  width: ${40}px;
1427
1427
  height: ${40}px;
1428
1428
  display: flex;
1429
1429
  align-items: center;
1430
1430
  justify-content: center;
1431
1431
  flex-shrink: 0;
1432
- `,sg=o.div`
1432
+ `,ag=o.div`
1433
1433
  flex: 1 1 0;
1434
1434
  min-width: 0;
1435
1435
  overflow: hidden;
1436
1436
  padding-right: 12px;
1437
1437
  pointer-events: none;
1438
- `,lg=({height:n,icons:o})=>{const r=i(),[a,s]=Ft(!1);return e(og,{$height:n,children:e(rg,{$expanded:a,onMouseEnter:()=>s(!0),onMouseLeave:()=>s(!1),children:o.map(({id:n,label:o,selected:i,icon:s,onClick:l})=>t(ig,{$selected:i,onClick:l,"aria-label":o,title:a?void 0:o,children:[e(ag,{children:e(s,{size:24,fill:r.v2.colors.white[500]})}),a&&e(sg,{children:e(cn,{size:on.S,weight:500,color:rn.Primary,nowrap:!0,children:o})})]},n))})})};var cg;!function(e){e.S="small",e.L="large"}(cg||(cg={}));const dg=o.div`
1438
+ `,sg=({height:n,icons:o})=>{const r=i(),[a,s]=Ft(!1);return e(ng,{$height:n,children:e(og,{$expanded:a,onMouseEnter:()=>s(!0),onMouseLeave:()=>s(!1),children:o.map(({id:n,label:o,selected:i,icon:s,onClick:l})=>t(rg,{$selected:i,onClick:l,"aria-label":o,title:a?void 0:o,children:[e(ig,{children:e(s,{size:24,fill:r.v2.colors.white[500]})}),a&&e(ag,{children:e(cn,{size:on.S,weight:500,color:rn.Primary,nowrap:!0,children:o})})]},n))})})};var lg;!function(e){e.S="small",e.L="large"}(lg||(lg={}));const cg=o.div`
1439
1439
  width: fit-content;
1440
1440
  display: flex;
1441
1441
  align-items: center;
1442
1442
  gap: 8px;
1443
1443
  cursor: ${({$disabled:e})=>e?"not-allowed":"pointer"};
1444
- `,ug=o.div`
1445
- width: ${({$size:e})=>e===cg.S?"16px":"20px"};
1446
- height: ${({$size:e})=>e===cg.S?"16px":"20px"};
1444
+ `,dg=o.div`
1445
+ width: ${({$size:e})=>e===lg.S?"16px":"20px"};
1446
+ height: ${({$size:e})=>e===lg.S?"16px":"20px"};
1447
1447
  display: flex;
1448
1448
  align-items: center;
1449
1449
  justify-content: center;
1450
1450
  border-radius: 100%;
1451
1451
  border: 1px solid ${({$borderColor:e})=>e};
1452
1452
  background-color: ${({$backgroundColor:e})=>e};
1453
- `,pg=({"data-id":n,label:o,value:r,onChange:a,disabled:s,size:l=cg.L})=>{const c=i(),[d,u]=Ft(!1),p=r,h=l===cg.S?6:8,g=s?c.v2.colors.grey[400]:c.v2.colors.white[500],m=p?"transparent":s?c.v2.colors.grey[700]:d?c.v2.colors.silver[400]:c.v2.colors.silver[600],f=s?c.v2.colors.grey[600]:p?c.v2.colors.purple[500]:c.v2.colors.silver[900];return t(dg,{"data-id":n??"radio"+(o?`-${o}`:""),onClick:e=>{e.stopPropagation(),s||a(!r)},$disabled:s,onMouseEnter:()=>u(!0),onMouseLeave:()=>u(!1),children:[e(ug,{$size:l,$borderColor:m,$backgroundColor:f,children:r?e(Rt,{size:h,fill:g}):null}),o&&e(cn,{size:l===cg.S?on.XXS:on.XS,children:o})]})},hg=o.div`
1453
+ `,ug=({"data-id":n,label:o,value:r,onChange:a,disabled:s,size:l=lg.L})=>{const c=i(),[d,u]=Ft(!1),p=r,h=l===lg.S?6:8,g=s?c.v2.colors.grey[400]:c.v2.colors.white[500],m=p?"transparent":s?c.v2.colors.grey[700]:d?c.v2.colors.silver[400]:c.v2.colors.silver[600],f=s?c.v2.colors.grey[600]:p?c.v2.colors.purple[500]:c.v2.colors.silver[900];return t(cg,{"data-id":n??"radio"+(o?`-${o}`:""),onClick:e=>{e.stopPropagation(),s||a(!r)},$disabled:s,onMouseEnter:()=>u(!0),onMouseLeave:()=>u(!1),children:[e(dg,{$size:l,$borderColor:m,$backgroundColor:f,children:r?e(Ot,{size:h,fill:g}):null}),o&&e(cn,{size:l===lg.S?on.XXS:on.XS,children:o})]})},pg=o.div`
1454
1454
  display: flex;
1455
1455
  flex-direction: ${({$flexDirection:e})=>e};
1456
1456
  gap: ${({$gap:e})=>e}px;
1457
- `,gg=({label:n,direction:o,disabled:r,size:i,options:a,values:s,setValues:l})=>t(hg,{$flexDirection:o===Tn.Horizontal?"row":"column",$gap:o===Tn.Horizontal?16:8,children:[n&&e(cn,{children:n}),a.map(t=>e(pg,{...t,value:s[t.id],onChange:e=>{return n=t.id,o=e,void l(e=>{const t={...e};return Object.keys(t).forEach(e=>t[e]=!1),t[n]=o,t});var n,o},disabled:r,size:i},`${n}-radio-${t.id}`))]}),mg=({currentStep:n,data:o,gap:r=12})=>e(Nr,{$gap:r,children:o.map(o=>{const r=o.step<n,i=o.step===n;return t(Ir,{$gap:8,children:[r||o.forceDoneBadge?e(Tu,{status:Fn.Success,label:"",leftIcon:yt}):e(Tu,{status:Fn.Default,label:o.step.toString()}),e(cn,{size:i?on.M:on.XS,weight:i?500:400,opacity:i?1:.7,children:o.label})]},`stepper-item-${o.step}`)})});var fg;!function(e){e.Data="data",e.Pretty="pretty"}(fg||(fg={}));const yg=o.div`
1457
+ `,hg=({label:n,direction:o,disabled:r,size:i,options:a,values:s,setValues:l})=>t(pg,{$flexDirection:o===Tn.Horizontal?"row":"column",$gap:o===Tn.Horizontal?16:8,children:[n&&e(cn,{children:n}),a.map(t=>e(ug,{...t,value:s[t.id],onChange:e=>{return n=t.id,o=e,void l(e=>{const t={...e};return Object.keys(t).forEach(e=>t[e]=!1),t[n]=o,t});var n,o},disabled:r,size:i},`${n}-radio-${t.id}`))]}),gg=({currentStep:n,data:o,gap:r=12})=>e(Dr,{$gap:r,children:o.map(o=>{const r=o.step<n,i=o.step===n;return t(Nr,{$gap:8,children:[r||o.forceDoneBadge?e(Cu,{status:Mn.Success,label:"",leftIcon:yt}):e(Cu,{status:Mn.Default,label:o.step.toString()}),e(cn,{size:i?on.M:on.XS,weight:i?500:400,opacity:i?1:.7,children:o.label})]},`stepper-item-${o.step}`)})});var mg;!function(e){e.Data="data",e.Pretty="pretty"}(mg||(mg={}));const fg=o.div`
1458
1458
  ${({$maxHeight:e})=>e?`\n height: ${e};\n flex: 0 0 auto;\n `:"\n flex: 1;\n min-height: 0;\n height: 100%;\n "}
1459
1459
  width: 100%;
1460
1460
  display: flex;
1461
1461
  flex-direction: column;
1462
1462
  overflow: hidden;
1463
- `,bg=o.div`
1463
+ `,yg=o.div`
1464
1464
  width: 100%;
1465
1465
  flex: 1;
1466
1466
  display: flex;
1467
1467
  flex-direction: column;
1468
- `,$g=o.div`
1468
+ `,bg=o.div`
1469
1469
  flex-shrink: 0;
1470
1470
  position: relative;
1471
1471
  z-index: 2;
1472
- `,vg=o.div`
1472
+ `,$g=o.div`
1473
1473
  position: relative;
1474
1474
  display: flex;
1475
1475
  width: 100%;
1476
- `,xg=o.div`
1476
+ `,vg=o.div`
1477
1477
  position: relative;
1478
1478
  min-width: ${({$minWidth:e})=>e?`${e}px`:"auto"};
1479
1479
  flex: ${({$flex:e,$autoWidth:t,$resolvedWidth:n})=>null!=n?`0 0 ${n}px`:e??(t?"0 0 auto":1)};
@@ -1492,12 +1492,12 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
1492
1492
 
1493
1493
  ${({$variant:e,$backgroundColor:t})=>{if(t)return r`
1494
1494
  background-color: ${t};
1495
- `;switch(e){case fg.Data:return r`
1495
+ `;switch(e){case mg.Data:return r`
1496
1496
  background-color: ${({theme:e})=>e.v2.colors.silver[750]};
1497
- `;case fg.Pretty:return r`
1497
+ `;case mg.Pretty:return r`
1498
1498
  background-color: transparent;
1499
1499
  `;default:return""}}}
1500
- `,Sg=o.div`
1500
+ `,xg=o.div`
1501
1501
  position: absolute;
1502
1502
  top: 50%;
1503
1503
  right: 0;
@@ -1505,7 +1505,7 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
1505
1505
  width: 1px;
1506
1506
  height: 18px;
1507
1507
  background: ${({theme:e})=>e.v2.colors.silver[500]};
1508
- `,wg=o.div`
1508
+ `,Sg=o.div`
1509
1509
  min-width: ${({$minWidth:e})=>e?`${e}px`:"auto"};
1510
1510
  flex: ${({$flex:e,$autoWidth:t,$resolvedWidth:n})=>null!=n?`0 0 ${n}px`:e??(t?"0 0 auto":1)};
1511
1511
 
@@ -1540,16 +1540,16 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
1540
1540
  cursor: ${({$withClick:e})=>e?"pointer":"default"};
1541
1541
  box-sizing: border-box;
1542
1542
 
1543
- ${({$variant:e,$selected:t,$hovered:n,$isLastRow:o,$isFirstCell:i,$isLastCell:a})=>{switch(e){case fg.Data:return r`
1543
+ ${({$variant:e,$selected:t,$hovered:n,$isLastRow:o,$isFirstCell:i,$isLastCell:a})=>{switch(e){case mg.Data:return r`
1544
1544
  border-bottom: ${({theme:e})=>o?"none":`1px solid ${e.v2.colors.silver[500]}`};
1545
1545
  border-radius: ${o?i?"0 0 0 4px":a?"0 0 4px 0":"0":"0"};
1546
1546
  background-color: ${({theme:e})=>t?e.v2.colors.blue[1e3]:n?e.v2.colors.silver[700]:e.v2.colors.silver[800]};
1547
- `;case fg.Pretty:return r`
1547
+ `;case mg.Pretty:return r`
1548
1548
  border: none;
1549
1549
  border-radius: ${i?"12px 0 0 12px":a?"0 12px 12px 0":"0"};
1550
1550
  background-color: ${({theme:e})=>t?e.v2.colors.blue[1e3]:n?e.v2.colors.silver[700]:e.v2.colors.silver[900]};
1551
1551
  `;default:return""}}}
1552
- `,Eg=o.div`
1552
+ `,wg=o.div`
1553
1553
  position: absolute;
1554
1554
  top: 0;
1555
1555
  left: 0;
@@ -1558,18 +1558,18 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
1558
1558
  height: 0;
1559
1559
  overflow: hidden;
1560
1560
  white-space: nowrap;
1561
- `,Cg=o.div`
1561
+ `,Eg=o.div`
1562
1562
  display: inline-flex;
1563
1563
  align-items: center;
1564
1564
  padding: 18px 24px;
1565
1565
  box-sizing: border-box;
1566
1566
  white-space: nowrap;
1567
- `,Tg=o.div`
1567
+ `,Cg=o.div`
1568
1568
  display: inline-flex;
1569
1569
  align-items: center;
1570
1570
  gap: 4px;
1571
1571
  white-space: nowrap;
1572
- `,Ag=o.div`
1572
+ `,Tg=o.div`
1573
1573
  width: 100%;
1574
1574
  height: 100%;
1575
1575
  display: flex;
@@ -1577,7 +1577,7 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
1577
1577
  justify-content: ${({$textAlign:e})=>"right"===e?"flex-end":"left"===e?"flex-start":"center"===e?"center":"unset"};
1578
1578
  gap: 4px;
1579
1579
  text-align: ${({$textAlign:e})=>e||"left"};
1580
- `,kg=({variant:n,columns:o,rows:r,autoWidthColumnKeys:i,resolvedColumnWidths:a,getRowActions:s,rowActionsPushRightPosition:l,rowActionsPushLeftPosition:c,withCheckboxes:d})=>{const[u,p]=Ft(null),h=zt(()=>r.map((h,g)=>{const{cells:m,onClick:f,isSelected:y=!1,onSelect:b,onDeselect:$,hideCheckbox:v}=h,x=u===g,S=s(h),w=(e,t)=>({$isLastRow:g===r.length-1,$isFirstCell:e,$isLastCell:t,$selected:y,$withClick:!!f,onClick:()=>f?.(),$hovered:!!f&&x,onMouseEnter:()=>p(g),onMouseLeave:()=>p(null)});return t(vg,{children:[d&&e(wg,{$variant:n,style:{flex:"0 0 68px"},...w(!0,!1),children:!v&&e(qu,{value:y,onChange:()=>y?$?.():b?.()})},"checkbox-column"),o.map(({key:r,withTooltip:s,textAlign:u,flex:p,minWidth:h},f)=>{const y=m.find(e=>e.key===r),b=0===f&&!d,$=f===o.length-1,v=S.length&&(l&&$||c&&b||!l&&!c&&$),E="right"===u?"flex-end":"center"===u?"center":"flex-start",C=y?.component?e(y.component,{}):s?e(cn,{size:on.XS,align:u,nowrap:!0,children:y?.rawValue||"-"}):e(gp,{size:on.XS,align:u,nowrap:!0,fullWidth:!1,children:y?.rawValue||"-"}),T=e(Ir,{$width:"100%",$justifyContent:E,children:C});return t(wg,{$variant:n,$flex:p,$minWidth:h,$autoWidth:i.has(r),$resolvedWidth:a[r],...w(b,$),children:[s?e(cd,{text:y?.rawValue?.toString()||"",ellipsis:!0,children:T}):T,v?e(Mh,{isOpen:x,actions:S,positionRight:l,positionLeft:c}):null]},`row-${g}-cell-${f}`)})]},`row-${g}`)}),[r,u,s,l,c,d,o,i,a]);return e(bu,{gap:n===fg.Pretty?8:0,elements:h})},Ig=({columnKey:t,sortDirection:n,sortByKey:o,onSort:r})=>{const a=i(),s=o===t?a.v2.colors.white[500]:a.v2.colors.grey[400],l=n===An.Ascending?0:180;return e(Vd,{variant:Gd.Text,size:Xd.S,leftIcon:()=>e(kt,{fill:s,rotate:l}),onClick:()=>r(t)})},Ng=({columnKey:t,filters:n,onFilter:o,rowsUnfiltered:r,filterOverride:a})=>{const s=i(),l=n[t]?.length?s.v2.colors.white[500]:s.v2.colors.grey[400],c=zt(()=>{if(a)return a.options.map(({id:e,label:t})=>({id:e,label:t,withCheckbox:!0}));return Array.from(new Set(r.map(e=>e.cells.find(e=>e.key===t)?.rawValue?.toString()).filter(e=>!!e))).sort((e,t)=>e.localeCompare(t)).map(e=>({id:e,label:e,withCheckbox:!0}))},[r,t,a]);return e(ip,{items:c,withMultiSelect:!0,selectedIds:n[t]?.map(e=>e.toString())??[],setSelectedIds:e=>o(t,e),defaultOpen:!1,iconButtonProps:{leftIcon:t=>e(Ot,{fill:l,...t})}})},Dg=({variant:n,backgroundColor:o,columns:r,rowsUnfiltered:i,autoWidthColumnKeys:a,resolvedColumnWidths:s,sortDirection:l,sortByKey:c,onSort:d,filters:u,onFilter:p,withCheckboxes:h,partiallySelected:g,allSelected:m,onSelectAll:f})=>t(vg,{children:[h&&e(xg,{$variant:n,$backgroundColor:o,$isFirst:!0,$isLast:!1,style:{flex:"0 0 68px"},children:e(qu,{partiallyChecked:g&&!m,value:m||!1,onChange:f})},"checkbox-column"),r.map(({key:g,label:m,withTooltip:f,tooltip:y,noSort:b,noFilter:$,filterOverride:v,flex:x,minWidth:S,textAlign:w},E)=>{const C=0===E&&!h,T=E===r.length-1,A=!(!y&&!f),k=A?e(cn,{size:on.XS,align:w,nowrap:!0,children:m}):e(gp,{size:on.XS,align:w,nowrap:!0,fullWidth:!1,children:m});return t(xg,{$variant:n,$backgroundColor:o,$flex:x,$minWidth:S,$isFirst:C,$isLast:T,$autoWidth:a.has(g),$resolvedWidth:s[g],children:[t(Ag,{$textAlign:w,children:[A?e(cd,{text:y||m,children:k}):k,!b&&e(Ig,{columnKey:g,sortDirection:l,sortByKey:c,onSort:d}),!$&&e(Ng,{columnKey:g,filters:u,onFilter:p,rowsUnfiltered:i,filterOverride:v})]}),!T&&n===fg.Data&&e(Sg,{})]},`column-${g}`)})]}),Rg=()=>{},Og={},_g=[],Lg=({variant:n,maxHeight:o,headerBackgroundColor:r,hideHeader:i=!1,isLoading:a,noDataProps:s,columns:l,rows:c,getRowActions:d,rowActionsPushRightPosition:u,rowActionsPushLeftPosition:p,withCheckboxes:h,filters:g,onFiltersChange:m})=>{const[f,y]=Ft(An.Ascending),[b,$]=Ft(""),[v,x]=Ft({}),S=g??v,w=Ut(e=>{$(e),y(e=>e===An.Ascending?An.Descending:An.Ascending)},[]),E=Ut((e,t)=>{const n={...S,[e]:t};m&&m(n),void 0===g&&x(n)},[S,m,g]),C=zt(()=>{const e=(e,t)=>{const n=e.cells.find(e=>e.key===t);return n&&(n.rawValue?.toString()||n.component?.({})?.props?.children?.toString())||""};return(b?[...c].sort((t,n)=>{const o=e(t,b),r=e(n,b);return(f===An.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)))(o,r)}):c).filter(t=>{for(const[n,o]of Object.entries(S)){if(!o.length)continue;const r=l.find(e=>e.key===n)?.filterOverride;if(r){if(!r.filterRow(t,o))return!1}else if(!o.includes(e(t,n)))return!1}return!0})},[c,b,f,S,l]),{partiallySelected:T,allSelected:A}=zt(()=>{const e=C.filter(e=>!e.hideCheckbox);return{partiallySelected:e.length>0&&e.some(e=>e.isSelected),allSelected:e.length>0&&e.every(e=>e.isSelected)}},[C]),k=zt(()=>{const e=new Set;for(const t of l)null!=t.flex&&e.add(t.key);const t=new Set;for(const n of c)for(const o of n.cells)o.component&&!e.has(o.key)&&t.add(o.key);return t},[c,l]),I=Bt(null),[N,D]=Ft({}),R=zt(()=>0===k.size?[]:l.filter(e=>k.has(e.key)).map(n=>{const o=[t(Tg,{children:[e(cn,{size:on.XS,align:n.textAlign,children:n.label}),!n.noSort&&e(Ig,{columnKey:n.key,sortDirection:An.Ascending,sortByKey:"",onSort:Rg}),!n.noFilter&&e(Ng,{columnKey:n.key,filters:Og,onFilter:Rg,rowsUnfiltered:_g,filterOverride:n.filterOverride})]},`mw-${n.key}-header`)];return c.forEach((t,r)=>{const i=t.cells.find(e=>e.key===n.key);i&&o.push(i.component?e(i.component,{},`mw-${n.key}-${r}`):e(cn,{size:on.XS,children:i.rawValue||"-"},`mw-${n.key}-${r}`))}),{key:n.key,nodes:o}}),[l,c,k]);return jt(()=>{if(!I.current||0===k.size)return void D(e=>0===Object.keys(e).length?e:{});const e={};I.current.querySelectorAll("[data-mw-key]").forEach(t=>{const n=t.dataset.mwKey;if(!n)return;const o=Math.ceil(t.getBoundingClientRect().width);(!e[n]||o>e[n])&&(e[n]=o)}),D(t=>Object.keys(t).length===Object.keys(e).length&&Object.keys(t).every(n=>t[n]===e[n])?t:e)},[R,k]),t(yg,{$maxHeight:o,children:[R.length>0&&e(Eg,{ref:I,"aria-hidden":!0,children:R.flatMap(({key:t,nodes:n})=>n.map((n,o)=>e(Cg,{"data-mw-key":t,children:n},`mw-${t}-${o}`)))}),t(bg,{$variant:n,children:[!i&&e($g,{children:e(Dg,{variant:n,backgroundColor:r,columns:l,rowsUnfiltered:c,autoWidthColumnKeys:k,resolvedColumnWidths:N,sortDirection:f,sortByKey:b,onSort:w,filters:S,onFilter:E,withCheckboxes:h,partiallySelected:T,allSelected:A,onSelectAll:e=>{e?C.forEach(e=>!e.hideCheckbox&&e.onSelect?.()):C.forEach(e=>!e.hideCheckbox&&e.onDeselect?.())}})}),C.length?e(kg,{variant:n,columns:l,rows:C,autoWidthColumnKeys:k,resolvedColumnWidths:N,getRowActions:d||(()=>[]),rowActionsPushRightPosition:u,rowActionsPushLeftPosition:p,withCheckboxes:h}):e(Dr,{$height:o,$fullHeight:!o,children:a?e(Br,{withSpinner:!0}):e(Xu,{...s})})]})]})};var Pg;!function(e){e.Default="default",e.Purple="purple",e.Yellow="yellow",e.Blue="blue",e.Pink="pink",e.Green="green",e.Loader="loader"}(Pg||(Pg={}));const Fg=(e,t,n)=>{switch(t){case Pg.Purple:return e.v2.colors.purple[n?"300":"900"];case Pg.Yellow:return e.v2.colors.yellow[n?"300":"1000"];case Pg.Blue:return e.v2.colors.blue[n?"300":"1000"];case Pg.Pink:return e.v2.colors.red[n?"300":"1000"];case Pg.Green:return e.v2.colors.green[n?"300":"900"];case Pg.Loader:return e.v2.colors.grey[n?"600":"800"];default:return e.v2.colors.grey[n?"300":"500"]}},Mg=o.div`
1580
+ `,Ag=({variant:n,columns:o,rows:r,autoWidthColumnKeys:i,resolvedColumnWidths:a,getRowActions:s,rowActionsPushRightPosition:l,rowActionsPushLeftPosition:c,withCheckboxes:d})=>{const[u,p]=Ft(null),h=zt(()=>r.map((h,g)=>{const{cells:m,onClick:f,isSelected:y=!1,onSelect:b,onDeselect:$,hideCheckbox:v}=h,x=u===g,S=s(h),w=(e,t)=>({$isLastRow:g===r.length-1,$isFirstCell:e,$isLastCell:t,$selected:y,$withClick:!!f,onClick:()=>f?.(),$hovered:!!f&&x,onMouseEnter:()=>p(g),onMouseLeave:()=>p(null)});return t($g,{children:[d&&e(Sg,{$variant:n,style:{flex:"0 0 68px"},...w(!0,!1),children:!v&&e(Ju,{value:y,onChange:()=>y?$?.():b?.()})},"checkbox-column"),o.map(({key:r,withTooltip:s,textAlign:u,flex:p,minWidth:h},f)=>{const y=m.find(e=>e.key===r),b=0===f&&!d,$=f===o.length-1,v=S.length&&(l&&$||c&&b||!l&&!c&&$),E="right"===u?"flex-end":"center"===u?"center":"flex-start",C=y?.component?e(y.component,{}):s?e(cn,{size:on.XS,align:u,nowrap:!0,children:y?.rawValue||"-"}):e(hp,{size:on.XS,align:u,nowrap:!0,fullWidth:!1,children:y?.rawValue||"-"}),T=e(Nr,{$width:"100%",$justifyContent:E,children:C});return t(Sg,{$variant:n,$flex:p,$minWidth:h,$autoWidth:i.has(r),$resolvedWidth:a[r],...w(b,$),children:[s?e(ld,{text:y?.rawValue?.toString()||"",ellipsis:!0,children:T}):T,v?e(Fh,{isOpen:x,actions:S,positionRight:l,positionLeft:c}):null]},`row-${g}-cell-${f}`)})]},`row-${g}`)}),[r,u,s,l,c,d,o,i,a]);return e(yu,{gap:n===mg.Pretty?8:0,elements:h})},Ig=({columnKey:t,sortDirection:n,sortByKey:o,onSort:r})=>{const a=i(),s=o===t?a.v2.colors.white[500]:a.v2.colors.grey[400],l=n===An.Ascending?0:180;return e(Kd,{variant:Wd.Text,size:Gd.S,leftIcon:()=>e(It,{fill:s,rotate:l}),onClick:()=>r(t)})},kg=({columnKey:t,filters:n,onFilter:o,rowsUnfiltered:r,filterOverride:a})=>{const s=i(),l=n[t]?.length?s.v2.colors.white[500]:s.v2.colors.grey[400],c=zt(()=>{if(a)return a.options.map(({id:e,label:t})=>({id:e,label:t,withCheckbox:!0}));return Array.from(new Set(r.map(e=>e.cells.find(e=>e.key===t)?.rawValue?.toString()).filter(e=>!!e))).sort((e,t)=>e.localeCompare(t)).map(e=>({id:e,label:e,withCheckbox:!0}))},[r,t,a]);return e(rp,{items:c,withMultiSelect:!0,selectedIds:n[t]?.map(e=>e.toString())??[],setSelectedIds:e=>o(t,e),defaultOpen:!1,iconButtonProps:{leftIcon:t=>e(Rt,{fill:l,...t})}})},Ng=({variant:n,backgroundColor:o,columns:r,rowsUnfiltered:i,autoWidthColumnKeys:a,resolvedColumnWidths:s,sortDirection:l,sortByKey:c,onSort:d,filters:u,onFilter:p,withCheckboxes:h,partiallySelected:g,allSelected:m,onSelectAll:f})=>t($g,{children:[h&&e(vg,{$variant:n,$backgroundColor:o,$isFirst:!0,$isLast:!1,style:{flex:"0 0 68px"},children:e(Ju,{partiallyChecked:g&&!m,value:m||!1,onChange:f})},"checkbox-column"),r.map(({key:g,label:m,withTooltip:f,tooltip:y,noSort:b,noFilter:$,filterOverride:v,flex:x,minWidth:S,textAlign:w},E)=>{const C=0===E&&!h,T=E===r.length-1,A=!(!y&&!f),I=A?e(cn,{size:on.XS,align:w,nowrap:!0,children:m}):e(hp,{size:on.XS,align:w,nowrap:!0,fullWidth:!1,children:m});return t(vg,{$variant:n,$backgroundColor:o,$flex:x,$minWidth:S,$isFirst:C,$isLast:T,$autoWidth:a.has(g),$resolvedWidth:s[g],children:[t(Tg,{$textAlign:w,children:[A?e(ld,{text:y||m,children:I}):I,!b&&e(Ig,{columnKey:g,sortDirection:l,sortByKey:c,onSort:d}),!$&&e(kg,{columnKey:g,filters:u,onFilter:p,rowsUnfiltered:i,filterOverride:v})]}),!T&&n===mg.Data&&e(xg,{})]},`column-${g}`)})]}),Dg=()=>{},Og={},Rg=[],_g=({variant:n,maxHeight:o,headerBackgroundColor:r,hideHeader:i=!1,isLoading:a,noDataProps:s,columns:l,rows:c,getRowActions:d,rowActionsPushRightPosition:u,rowActionsPushLeftPosition:p,withCheckboxes:h,filters:g,onFiltersChange:m})=>{const[f,y]=Ft(An.Ascending),[b,$]=Ft(""),[v,x]=Ft({}),S=g??v,w=Ut(e=>{$(e),y(e=>e===An.Ascending?An.Descending:An.Ascending)},[]),E=Ut((e,t)=>{const n={...S,[e]:t};m&&m(n),void 0===g&&x(n)},[S,m,g]),C=zt(()=>{const e=(e,t)=>{const n=e.cells.find(e=>e.key===t);return n&&(n.rawValue?.toString()||n.component?.({})?.props?.children?.toString())||""};return(b?[...c].sort((t,n)=>{const o=e(t,b),r=e(n,b);return(f===An.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)))(o,r)}):c).filter(t=>{for(const[n,o]of Object.entries(S)){if(!o.length)continue;const r=l.find(e=>e.key===n)?.filterOverride;if(r){if(!r.filterRow(t,o))return!1}else if(!o.includes(e(t,n)))return!1}return!0})},[c,b,f,S,l]),{partiallySelected:T,allSelected:A}=zt(()=>{const e=C.filter(e=>!e.hideCheckbox);return{partiallySelected:e.length>0&&e.some(e=>e.isSelected),allSelected:e.length>0&&e.every(e=>e.isSelected)}},[C]),I=zt(()=>{const e=new Set;for(const t of l)null!=t.flex&&e.add(t.key);const t=new Set;for(const n of c)for(const o of n.cells)o.component&&!e.has(o.key)&&t.add(o.key);return t},[c,l]),k=Bt(null),[N,D]=Ft({}),O=zt(()=>0===I.size?[]:l.filter(e=>I.has(e.key)).map(n=>{const o=[t(Cg,{children:[e(cn,{size:on.XS,align:n.textAlign,children:n.label}),!n.noSort&&e(Ig,{columnKey:n.key,sortDirection:An.Ascending,sortByKey:"",onSort:Dg}),!n.noFilter&&e(kg,{columnKey:n.key,filters:Og,onFilter:Dg,rowsUnfiltered:Rg,filterOverride:n.filterOverride})]},`mw-${n.key}-header`)];return c.forEach((t,r)=>{const i=t.cells.find(e=>e.key===n.key);i&&o.push(i.component?e(i.component,{},`mw-${n.key}-${r}`):e(cn,{size:on.XS,children:i.rawValue||"-"},`mw-${n.key}-${r}`))}),{key:n.key,nodes:o}}),[l,c,I]);return jt(()=>{if(!k.current||0===I.size)return void D(e=>0===Object.keys(e).length?e:{});const e={};k.current.querySelectorAll("[data-mw-key]").forEach(t=>{const n=t.dataset.mwKey;if(!n)return;const o=Math.ceil(t.getBoundingClientRect().width);(!e[n]||o>e[n])&&(e[n]=o)}),D(t=>Object.keys(t).length===Object.keys(e).length&&Object.keys(t).every(n=>t[n]===e[n])?t:e)},[O,I]),t(fg,{$maxHeight:o,children:[O.length>0&&e(wg,{ref:k,"aria-hidden":!0,children:O.flatMap(({key:t,nodes:n})=>n.map((n,o)=>e(Eg,{"data-mw-key":t,children:n},`mw-${t}-${o}`)))}),t(yg,{$variant:n,children:[!i&&e(bg,{children:e(Ng,{variant:n,backgroundColor:r,columns:l,rowsUnfiltered:c,autoWidthColumnKeys:I,resolvedColumnWidths:N,sortDirection:f,sortByKey:b,onSort:w,filters:S,onFilter:E,withCheckboxes:h,partiallySelected:T,allSelected:A,onSelectAll:e=>{e?C.forEach(e=>!e.hideCheckbox&&e.onSelect?.()):C.forEach(e=>!e.hideCheckbox&&e.onDeselect?.())}})}),C.length?e(Ag,{variant:n,columns:l,rows:C,autoWidthColumnKeys:I,resolvedColumnWidths:N,getRowActions:d||(()=>[]),rowActionsPushRightPosition:u,rowActionsPushLeftPosition:p,withCheckboxes:h}):e(Or,{$height:o,$fullHeight:!o,children:a?e(jr,{withSpinner:!0}):e(Gu,{...s})})]})]})};var Lg;!function(e){e.Default="default",e.Purple="purple",e.Yellow="yellow",e.Blue="blue",e.Pink="pink",e.Green="green",e.Loader="loader"}(Lg||(Lg={}));const Pg=(e,t,n)=>{switch(t){case Lg.Purple:return e.v2.colors.purple[n?"300":"900"];case Lg.Yellow:return e.v2.colors.yellow[n?"300":"1000"];case Lg.Blue:return e.v2.colors.blue[n?"300":"1000"];case Lg.Pink:return e.v2.colors.red[n?"300":"1000"];case Lg.Green:return e.v2.colors.green[n?"300":"900"];case Lg.Loader:return e.v2.colors.grey[n?"600":"800"];default:return e.v2.colors.grey[n?"300":"500"]}},Fg=o.div`
1581
1581
  display: flex;
1582
1582
  align-items: center;
1583
1583
  justify-content: center;
@@ -1596,16 +1596,16 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
1596
1596
  background-color: ${({theme:e})=>e.v2.colors.grey[800]};
1597
1597
  cursor: not-allowed;
1598
1598
  `:r`
1599
- background-color: ${({theme:e})=>Fg(e,t)};
1599
+ background-color: ${({theme:e})=>Pg(e,t)};
1600
1600
  ${n&&r`
1601
1601
  cursor: pointer;
1602
1602
  &:hover,
1603
1603
  &:active {
1604
- border: 1px solid ${({theme:e})=>Fg(e,t,!0)};
1604
+ border: 1px solid ${({theme:e})=>Pg(e,t,!0)};
1605
1605
  }
1606
1606
  `}
1607
1607
  `}
1608
- `,zg=({variant:n=Pg.Default,label:o,leftIcon:r,rightIcon:a,onClick:s,disabled:l,flex:c})=>{const d=i(),u=l?d.v2.colors.grey[400]:n===Pg.Default?d.v2.colors.white[500]:Fg(d,n,!0),p=n===Pg.Loader;return t(Mg,{$variant:n,$disabled:l,$withClick:!!s,onClick:()=>!l&&s?.(),$flex:c,children:[r&&e(r,{fill:u,size:16}),p?e(Br,{withGradient:!0,title:o,titleSize:on.XXS}):e(cn,{color:u,size:on.XXS,nowrap:!0,children:o}),a&&e(a,{fill:u,size:16})]})},Ug=o.div`
1608
+ `,Mg=({variant:n=Lg.Default,label:o,leftIcon:r,rightIcon:a,onClick:s,disabled:l,flex:c})=>{const d=i(),u=l?d.v2.colors.grey[400]:n===Lg.Default?d.v2.colors.white[500]:Pg(d,n,!0),p=n===Lg.Loader;return t(Fg,{$variant:n,$disabled:l,$withClick:!!s,onClick:()=>!l&&s?.(),$flex:c,children:[r&&e(r,{fill:u,size:16}),p?e(jr,{withGradient:!0,title:o,titleSize:on.XXS}):e(cn,{color:u,size:on.XXS,nowrap:!0,children:o}),a&&e(a,{fill:u,size:16})]})},zg=o.div`
1609
1609
  padding: 6px 12px;
1610
1610
 
1611
1611
  display: flex;
@@ -1623,7 +1623,7 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
1623
1623
  border: 1px solid ${({theme:e})=>e.v2.colors.silver[300]};
1624
1624
  }
1625
1625
  `}
1626
- `,Bg=o.textarea`
1626
+ `,Ug=o.textarea`
1627
1627
  max-width: ${({$maxWidth:e})=>e||"unset"};
1628
1628
  min-height: ${({$minHeight:e})=>e||"50px"};
1629
1629
  flex: 1;
@@ -1648,26 +1648,26 @@ import{jsx as e,jsxs as t,Fragment as n}from"react/jsx-runtime";import o,{css as
1648
1648
  color: ${({theme:e})=>e.v2.colors.grey[400]};
1649
1649
  }
1650
1650
  }
1651
- `,jg=({label:n,required:o,tooltip:r,badge:i,errorMessage:a,warnMessage:s,helpMessage:l,name:c,value:d,onChange:u,disabled:p,maxWidth:h,minHeight:g,...m})=>{const f=Bt(null),y=()=>{f.current&&(f.current.style.height="auto",f.current.style.height=`${f.current.scrollHeight}px`)};return t(Nr,{$gap:6,children:[e(Iu,{label:n,tooltip:r,required:o,badge:i}),e(Ug,{$disabled:p,$error:!!a,children:e(Bg,{ref:f,"data-id":c,name:c,value:d,onChange:e=>{e.stopPropagation(),y(),u?.(e)},onKeyDown:e=>{e.stopPropagation()},onFocus:y,onBlur:y,disabled:p,$maxWidth:h,$minHeight:g,...m})}),e(Nu,{errorMessage:a,warnMessage:s,helpMessage:l})]})},Wg=[{id:"ms",label:"milliseconds"},{id:"s",label:"seconds"},{id:"m",label:"minutes"},{id:"h",label:"hours"}],Hg=o.div`
1651
+ `,Bg=({label:n,required:o,tooltip:r,badge:i,errorMessage:a,warnMessage:s,helpMessage:l,name:c,value:d,onChange:u,disabled:p,maxWidth:h,minHeight:g,...m})=>{const f=Bt(null),y=()=>{f.current&&(f.current.style.height="auto",f.current.style.height=`${f.current.scrollHeight}px`)};return t(Dr,{$gap:6,children:[e(Iu,{label:n,tooltip:r,required:o,badge:i}),e(zg,{$disabled:p,$error:!!a,children:e(Ug,{ref:f,"data-id":c,name:c,value:d,onChange:e=>{e.stopPropagation(),y(),u?.(e)},onKeyDown:e=>{e.stopPropagation()},onFocus:y,onBlur:y,disabled:p,$maxWidth:h,$minHeight:g,...m})}),e(ku,{errorMessage:a,warnMessage:s,helpMessage:l})]})},jg=[{id:"ms",label:"milliseconds"},{id:"s",label:"seconds"},{id:"m",label:"minutes"},{id:"h",label:"hours"}],Hg=o.div`
1652
1652
  flex: 1;
1653
1653
  min-width: 0;
1654
- `,Gg=o.div`
1654
+ `,Wg=o.div`
1655
1655
  flex: 0 0 auto;
1656
1656
  min-width: 140px;
1657
- `,Xg=({name:n,label:o,tooltip:r,badge:i,placeholder:a,required:s,disabled:l,value:c,setValue:d,units:u=Wg,defaultUnit:p,errorMessage:h,warnMessage:g,helpMessage:m,hasError:f,width:y})=>{const b=zt(()=>p&&u.some(e=>e.id===p)?p:u[0]?.id||"s",[p,u]),{num:$,unit:v}=zt(()=>((e,t,n)=>{if(null==e||""===e)return{num:"",unit:n};const o=[...t.map(e=>e.id)].sort((e,t)=>t.length-e.length),r=new RegExp(`^\\s*(\\d+)\\s*(${o.join("|")})\\s*$`,"i"),i=String(e).match(r);if(i)return{num:i[1],unit:i[2].toLowerCase()};const a=String(e).match(/^\s*(\d+)\s*$/);return a?{num:a[1],unit:n}:{num:"",unit:n}})(c,u,b),[c,u,b]),x=(e,t)=>{d(""!==e?`${e}${t}`:"")};return t(Nr,{$width:y,$gap:6,children:[e(Iu,{label:o,tooltip:r,required:s,badge:i}),t(Ir,{$gap:8,$alignItems:"center",children:[e(Hg,{children:e(_u,{name:n,placeholder:a,disabled:l,hasError:f||!!h,inputMode:"numeric",value:$,onChange:e=>x(gi(e.target.value),v)})}),e(Gg,{children:e(Oh,{name:`${n}-unit`,disabled:l,hasError:f||!!h,withSearch:!1,options:u,values:[v],setValues:e=>x($,e[0]||v)})})]}),e(Nu,{errorMessage:h,warnMessage:g,helpMessage:m})]})},Kg=o.div`
1657
+ `,Gg=({name:n,label:o,tooltip:r,badge:i,placeholder:a,required:s,disabled:l,value:c,setValue:d,units:u=jg,defaultUnit:p,errorMessage:h,warnMessage:g,helpMessage:m,hasError:f,width:y})=>{const b=zt(()=>p&&u.some(e=>e.id===p)?p:u[0]?.id||"s",[p,u]),{num:$,unit:v}=zt(()=>((e,t,n)=>{if(null==e||""===e)return{num:"",unit:n};const o=[...t.map(e=>e.id)].sort((e,t)=>t.length-e.length),r=new RegExp(`^\\s*(\\d+)\\s*(${o.join("|")})\\s*$`,"i"),i=String(e).match(r);if(i)return{num:i[1],unit:i[2].toLowerCase()};const a=String(e).match(/^\s*(\d+)\s*$/);return a?{num:a[1],unit:n}:{num:"",unit:n}})(c,u,b),[c,u,b]),x=(e,t)=>{d(""!==e?`${e}${t}`:"")};return t(Dr,{$width:y,$gap:6,children:[e(Iu,{label:o,tooltip:r,required:s,badge:i}),t(Nr,{$gap:8,$alignItems:"center",children:[e(Hg,{children:e(Ru,{name:n,placeholder:a,disabled:l,hasError:f||!!h,inputMode:"numeric",value:$,onChange:e=>x(mi(e.target.value),v)})}),e(Wg,{children:e(Oh,{name:`${n}-unit`,disabled:l,hasError:f||!!h,withSearch:!1,options:u,values:[v],setValues:e=>x($,e[0]||v)})})]}),e(ku,{errorMessage:h,warnMessage:g,helpMessage:m})]})},Xg=o.div`
1658
1658
  min-width: 500px;
1659
- `,Vg=o.div`
1659
+ `,Kg=o.div`
1660
1660
  display: flex;
1661
1661
  flex-direction: column;
1662
1662
  align-items: center;
1663
1663
  gap: 16px;
1664
1664
  padding: 24px;
1665
1665
  width: 100%;
1666
- `,Jg=o.div`
1666
+ `,Vg=o.div`
1667
1667
  display: flex;
1668
1668
  justify-content: center;
1669
1669
  gap: 16px;
1670
1670
  padding: 16px 24px;
1671
1671
  width: 100%;
1672
1672
  background-color: ${({theme:e})=>e.v2.colors.silver[1e3]};
1673
- `,qg=({visual:n,title:o,description:r,isOpen:i,onClose:a,denyButton:s,approveButton:l,children:c,...d})=>e(ng,{isOpen:i,onClose:a,...d,children:t(Kg,{children:[t(Vg,{children:[n&&e(n,{}),e(cn,{size:on.M,weight:500,color:rn.Primary,children:o}),e(Nr,{$alignItems:"center",$gap:4,children:r.split("\n").map(t=>e(cn,{size:on.XS,weight:400,color:rn.Secondary,children:t},t))}),c]}),(s||l)&&t(Jg,{children:[s&&e(Vd,{"data-id":"deny",...s}),l&&e(Vd,{"data-id":"approve",...l})]})]})});export{Wh as $,ki as A,so as B,Jr as C,fn as D,On as E,Ir as F,ui as G,Ln as H,Di as I,eo as J,to as K,uo as L,co as M,Gn as N,Qn as O,In as P,Jn as Q,Nr as R,Fn as S,kn as T,Iu as U,qu as V,Nu as W,Jh as X,vn as Y,dh as Z,ah as _,Ai as a,Yc as a$,Ri as a0,rn as a1,Vd as a2,Xd as a3,Gd as a4,Bu as a5,Oi as a6,Cn as a7,pg as a8,_i as a9,Ad as aA,Dr as aB,Oh as aC,Dc as aD,Ic as aE,Br as aF,Ni as aG,Ho as aH,Un as aI,ih as aJ,nn as aK,yc as aL,gc as aM,hn as aN,pn as aO,Xo as aP,yn as aQ,kr as aR,Sp as aS,oh as aT,_o as aU,di as aV,Ao as aW,qr as aX,tn as aY,zg as aZ,Yo as a_,cg as aa,_u as ab,Xu as ac,gp as ad,Lu as ae,dn as af,jg as ag,xo as ah,yi as ai,Zn as aj,cd as ak,no as al,Tu as am,Ql as an,Mo as ao,qg as ap,gs as aq,va as ar,ka as as,ms as at,_a as au,hs as av,Yi as aw,Qi as ax,Cp as ay,sa as az,cn as b,Ks as b$,jc as b0,yo as b1,Yn as b2,Qp as b3,fo as b4,Yl as b5,zo as b6,zn as b7,Pg as b8,Kp as b9,xa as bA,zi as bB,Kl as bC,Ss as bD,xs as bE,Cs as bF,Es as bG,$s as bH,bs as bI,Pi as bJ,ls as bK,Mc as bL,ri as bM,ip as bN,ep as bO,Zu as bP,Oo as bQ,pc as bR,ng as bS,Gl as bT,ks as bU,Bs as bV,js as bW,Ws as bX,Hs as bY,Xs as bZ,Gs as b_,pp as ba,Hu as bb,bu as bc,sc as bd,Vr as be,Bh as bf,Eu as bg,Do as bh,Rc as bi,Wr as bj,Uc as bk,tc as bl,Zl as bm,li as bn,Uo as bo,Pu as bp,Dn as bq,Lg as br,fg as bs,Bo as bt,Li as bu,Bi as bv,Fi as bw,Ui as bx,Xl as by,Vl as bz,on as c,yl as c$,Cr as c0,zl as c1,Ul as c2,Bl as c3,jl as c4,Wl as c5,Hl as c6,Is as c7,Ds as c8,Rs as c9,Ns as cA,Nl as cB,Dl as cC,Rl as cD,Il as cE,_l as cF,Ll as cG,Pl as cH,Fl as cI,Ml as cJ,Ol as cK,Al as cL,kl as cM,bl as cN,El as cO,Cl as cP,Tl as cQ,vl as cR,Sl as cS,xl as cT,dl as cU,ul as cV,pl as cW,hl as cX,gl as cY,ml as cZ,fl as c_,Os as ca,Ls as cb,_s as cc,Fs as cd,Ps as ce,zs as cf,Ms as cg,Us as ch,Ts as ci,As as cj,Vs as ck,Js as cl,tl as cm,Zs as cn,el as co,Ys as cp,Qs as cq,qs as cr,il as cs,al as ct,ol as cu,rl as cv,nl as cw,ll as cx,cl as cy,sl as cz,Wo as d,Ua as d$,$l as d0,wl as d1,Tr as d2,Yh as d3,mg as d4,uc as d5,Io as d6,gn as d7,ql as d8,Gc as d9,ji as dA,Wi as dB,Gi as dC,fs as dD,ss as dE,is as dF,as as dG,rs as dH,os as dI,us as dJ,ps as dK,ds as dL,cs as dM,Wc as dN,Xg as dO,Pn as dP,Mi as dQ,ba as dR,Aa as dS,ra as dT,Ta as dU,oa as dV,Ra as dW,Da as dX,ya as dY,Ca as dZ,Na as d_,Tc as da,Jo as db,Go as dc,Ku as dd,bc as de,jr as df,Vo as dg,Ko as dh,kc as di,ko as dj,To as dk,Co as dl,xc as dm,un as dn,fp as dp,hp as dq,sr as dr,oo as ds,kp as dt,jp as du,Dp as dv,Ar as dw,la as dx,Xa as dy,Hi as dz,Lo as e,ro as e$,$a as e0,Ma as e1,ga as e2,ea as e3,ma as e4,ha as e5,ta as e6,fa as e7,Za as e8,pa as e9,Wa as eA,Ia as eB,ap as eC,za as eD,qa as eE,Ya as eF,wa as eG,br as eH,$d as eI,iu as eJ,Kn as eK,Wn as eL,wn as eM,Bn as eN,Rn as eO,Vn as eP,Xn as eQ,Nn as eR,Mn as eS,En as eT,go as eU,Tn as eV,Sn as eW,qn as eX,_n as eY,ao as eZ,io as e_,Ga as ea,es as eb,Qa as ec,ts as ed,ns as ee,La as ef,na as eg,ia as eh,aa as ei,ca as ej,ua as ek,da as el,Xi as em,Ki as en,Zi as eo,Pa as ep,Fa as eq,Ba as er,Jl as es,Vi as et,Sa as eu,ja as ev,Ka as ew,Ea as ex,Va as ey,Ja as ez,Rh as f,Td as f$,Hn as f0,ho as f1,po as f2,lo as f3,An as f4,xn as f5,jn as f6,vr as f7,$r as f8,wr as f9,ci as fA,gi as fB,mi as fC,fi as fD,bi as fE,$i as fF,Eo as fG,vi as fH,xi as fI,Ha as fJ,ws as fK,vs as fL,ys as fM,Oa as fN,qi as fO,Ji as fP,ec as fQ,nc as fR,rc as fS,zc as fT,Ec as fU,Cc as fV,Oc as fW,Lc as fX,Fc as fY,Bc as fZ,Kc as f_,ei as fa,ti as fb,bo as fc,$o as fd,hi as fe,No as ff,Ro as fg,Fo as fh,wo as fi,jo as fj,mo as fk,qo as fl,Zo as fm,er as fn,tr as fo,nr as fp,or as fq,rr as fr,ir as fs,ar as ft,Hr as fu,Yr as fv,Qr as fw,Zr as fx,ii as fy,ai as fz,Kr as g,_d as g0,kd as g1,Cd as g2,qd as g3,Bd as g4,Zd as g5,nu as g6,eu as g7,Hd as g8,_r as g9,gu as ga,Or as gb,fu as gc,Lr as gd,Pr as ge,Fr as gf,pd as gg,Rr as gh,Zc as gi,ed as gj,td as gk,dp as gl,up as gm,Qu as gn,Wg as go,Rp as gp,Ph as gq,Mh as gr,lg as gs,gg as gt,wp as gu,ph as gv,rh as gw,sn as gx,nd as h,Pd as i,cc as j,oc as k,hc as l,Ac as m,Ch as n,Sc as o,So as p,$n as q,bn as r,ni as s,Si as t,Hc as u,mn as v,ac as w,oi as x,Ii as y,pi as z};
1673
+ `,Jg=({visual:n,title:o,description:r,isOpen:i,onClose:a,denyButton:s,approveButton:l,children:c,...d})=>e(tg,{isOpen:i,onClose:a,...d,children:t(Xg,{children:[t(Kg,{children:[n&&e(n,{}),e(cn,{size:on.M,weight:500,color:rn.Primary,children:o}),e(Dr,{$alignItems:"center",$gap:4,children:r.split("\n").map(t=>e(cn,{size:on.XS,weight:400,color:rn.Secondary,children:t},t))}),c]}),(s||l)&&t(Vg,{children:[s&&e(Kd,{"data-id":"deny",...s}),l&&e(Kd,{"data-id":"approve",...l})]})]})});export{hc as $,ki as A,ri as B,Ni as C,fn as D,_n as E,Dr as F,hi as G,lo as H,ru as I,Yr as J,pi as K,Pn as L,Oi as M,Gu as N,to as O,kn as P,no as Q,po as R,Mn as S,td as T,uo as U,Zn as V,Yn as W,ar as X,Rn as Y,fc as Z,vc as _,rc as a,nh as a$,qo as a0,ti as a1,ni as a2,Iu as a3,Ju as a4,ku as a5,Vh as a6,vn as a7,ch as a8,ih as a9,ms as aA,xa as aB,ka as aC,fs as aD,La as aE,gs as aF,Qi as aG,Zi as aH,Ep as aI,la as aJ,Td as aK,Or as aL,Oh as aM,Nc as aN,Ic as aO,jr as aP,Di as aQ,Go as aR,Bn as aS,rh as aT,nn as aU,hn as aV,pn as aW,Ko as aX,yn as aY,kr as aZ,xp as a_,jh as aa,Ri as ab,rn as ac,Kd as ad,Gd as ae,Wd as af,Uu as ag,_i as ah,Cn as ai,ug as aj,Li as ak,lg as al,Ru as am,hp as an,_u as ao,dn as ap,Bg as aq,So as ar,bi as as,eo as at,ld as au,oo as av,Cu as aw,Zl as ax,zo as ay,Jg as az,Xn as b,Xl as b$,Lo as b0,ui as b1,Io as b2,qr as b3,tn as b4,Mg as b5,Qo as b6,Yc as b7,Bc as b8,bo as b9,mg as bA,jo as bB,Pi as bC,ji as bD,Mi as bE,Bi as bF,Kl as bG,Jl as bH,Sa as bI,Ui as bJ,Vl as bK,ws as bL,Ss as bM,Ts as bN,Cs as bO,vs as bP,$s as bQ,Fi as bR,cs as bS,Fc as bT,ii as bU,rp as bV,Zu as bW,Qu as bX,_o as bY,uc as bZ,tg as b_,Qn as ba,qp as bb,yo as bc,Ql as bd,Uo as be,Un as bf,Lg as bg,Xp as bh,up as bi,Hu as bj,yu as bk,lc as bl,Jr as bm,Uh as bn,wu as bo,Oo as bp,Dc as bq,Wr as br,zc as bs,nc as bt,ec as bu,ci as bv,Bo as bw,Lu as bx,On as by,_g as bz,In as c,Sl as c$,ks as c0,js as c1,Hs as c2,Ws as c3,Gs as c4,Ks as c5,Xs as c6,Vs as c7,Tr as c8,Ul as c9,al as cA,sl as cB,rl as cC,il as cD,ol as cE,cl as cF,dl as cG,ll as cH,Ds as cI,Dl as cJ,Ol as cK,Rl as cL,Nl as cM,Ll as cN,Pl as cO,Fl as cP,Ml as cQ,zl as cR,_l as cS,Il as cT,kl as cU,$l as cV,Cl as cW,Tl as cX,Al as cY,xl as cZ,wl as c_,Bl as ca,jl as cb,Hl as cc,Wl as cd,Gl as ce,Ns as cf,Os as cg,Rs as ch,_s as ci,Ps as cj,Ls as ck,Ms as cl,Fs as cm,Us as cn,zs as co,Bs as cp,As as cq,Is as cr,Js as cs,Ys as ct,nl as cu,el as cv,tl as cw,Qs as cx,Zs as cy,qs as cz,Hc as d,Ra as d$,ul as d0,pl as d1,hl as d2,gl as d3,ml as d4,fl as d5,yl as d6,bl as d7,vl as d8,El as d9,Np as dA,Ir as dB,ca as dC,Ka as dD,Gi as dE,Hi as dF,Wi as dG,Xi as dH,ys as dI,ls as dJ,as as dK,ss as dL,is as dM,rs as dN,ps as dO,hs as dP,us as dQ,ds as dR,jc as dS,Gg as dT,Fn as dU,zi as dV,$a as dW,Ia as dX,ia as dY,Aa as dZ,ra as d_,Ar as da,Yh as db,gg as dc,dc as dd,No as de,gn as df,ql as dg,Wc as dh,Xu as di,yc as dj,Jo as dk,Yo as dl,Vo as dm,Xo as dn,Ac as dp,ko as dq,Ao as dr,To as ds,un as dt,mp as du,pp as dv,lr as dw,ro as dx,Ap as dy,Bp as dz,Ii as e,qn as e$,Oa as e0,ba as e1,Ta as e2,Da as e3,Ba as e4,va as e5,za as e6,ma as e7,ta as e8,fa as e9,Ha as eA,Va as eB,Ca as eC,Ja as eD,Ya as eE,Wa as eF,Na as eG,ip as eH,Ua as eI,qa as eJ,Qa as eK,Ea as eL,$r as eM,bd as eN,Vn as eO,Wn as eP,wn as eQ,jn as eR,Jn as eS,Kn as eT,Nn as eU,Dn as eV,zn as eW,En as eX,mo as eY,Tn as eZ,Sn as e_,ga as ea,na as eb,ya as ec,es as ed,ha as ee,Xa as ef,ts as eg,Za as eh,ns as ei,os as ej,Pa as ek,oa as el,aa as em,sa as en,da as eo,pa as ep,ua as eq,Ki as er,Vi as es,ea as et,Fa as eu,Ma as ev,ja as ew,Yl as ex,Ji as ey,wa as ez,cn as f,Cd as f$,Ln as f0,so as f1,ao as f2,io as f3,Gn as f4,go as f5,ho as f6,co as f7,An as f8,xn as f9,di as fA,mi as fB,fi as fC,yi as fD,$i as fE,vi as fF,Co as fG,xi as fH,Si as fI,Ga as fJ,Es as fK,xs as fL,bs as fM,_a as fN,qi as fO,Yi as fP,tc as fQ,oc as fR,ic as fS,Mc as fT,wc as fU,Ec as fV,Oc as fW,_c as fX,Pc as fY,Uc as fZ,Xc as f_,Hn as fa,xr as fb,vr as fc,Er as fd,$o as fe,vo as ff,gi as fg,Do as fh,Ro as fi,Mo as fj,Eo as fk,Ho as fl,fo as fm,er as fn,tr as fo,nr as fp,or as fq,rr as fr,ir as fs,sr as ft,Gr as fu,Qr as fv,Zr as fw,ei as fx,ai as fy,si as fz,Hr as g,Rd as g0,Ad as g1,Ed as g2,Jd as g3,Ud as g4,Qd as g5,tu as g6,Zd as g7,Hd as g8,Lr as g9,hu as ga,_r as gb,mu as gc,Pr as gd,Fr as ge,Mr as gf,ud as gg,Rr as gh,Qc as gi,Zc as gj,ed as gk,cp as gl,dp as gm,qu as gn,jg as go,Dp as gp,Lh as gq,Fh as gr,sg as gs,hg as gt,Sp as gu,uh as gv,oh as gw,sn as gx,on as h,Vr as i,Wo as j,Po as k,Dh as l,Ld as m,Nr as n,pc as o,Tc as p,Eh as q,xc as r,wo as s,wi as t,Cc as u,$n as v,bn as w,oi as x,mn as y,sc as z};