@odigos/ui-kit 0.0.67 → 0.0.69
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +19 -0
- package/lib/components/dropdown/index.d.ts +2 -1
- package/lib/components/field-label/index.d.ts +2 -0
- package/lib/components/input/index.d.ts +2 -1
- package/lib/components/popup/index.d.ts +3 -2
- package/lib/components/text/index.d.ts +1 -1
- package/lib/components.js +8 -8
- package/lib/constants.js +1 -1
- package/lib/containers/system-settings/settings/options.d.ts +2 -1
- package/lib/containers/system-settings/settings/types.d.ts +2 -2
- package/lib/containers.js +185 -175
- package/lib/functions/get-status-icon/index.d.ts +2 -1
- package/lib/functions.js +5 -5
- package/lib/hooks.js +3 -3
- package/lib/icons.js +6 -6
- package/lib/{index-58440c5c.js → index-281d9862.js} +2 -2
- package/lib/{index-c1df4281.js → index-35e207a1.js} +1 -1
- package/lib/{index-acc7c7dd.js → index-5102bee6.js} +1 -1
- package/lib/{index-f2da9ad4.js → index-728cf83d.js} +80 -34
- package/lib/{index-50101bec.js → index-89b23a82.js} +1 -1
- package/lib/{index-bd48e6e2.js → index-8fc2f11e.js} +3 -3
- package/lib/{index-7074fb24.js → index-b3808507.js} +2 -2
- package/lib/{index-42f40e7c.js → index-ed649685.js} +3 -3
- package/lib/{index-391844c6.js → index-fed7fc91.js} +1 -1
- package/lib/snippets.js +7 -7
- package/lib/store.js +1 -1
- package/lib/theme.js +1 -1
- package/lib/types/config/index.d.ts +13 -0
- package/lib/types.js +25 -1
- package/lib/{useTransition-c2aef0e4.js → useTransition-26bd4722.js} +1 -1
- package/package.json +15 -15
- package/lib/containers/system-settings/settings/advanced-settings.d.ts +0 -4
package/lib/hooks.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { ActionKeyTypes, ActionType, StatusType, EntityTypes, FieldTypes } from './types.js';
|
|
2
|
-
import { V as useNotificationStore, F as FORM_ALERTS, O as useDrawerStore, W as useEntityStore, Y as useDataStreamStore, _ as useSetupStore } from './index-
|
|
2
|
+
import { V as useNotificationStore, F as FORM_ALERTS, O as useDrawerStore, W as useEntityStore, Y as useDataStreamStore, _ as useSetupStore } from './index-8fc2f11e.js';
|
|
3
3
|
import { useState, useEffect, useMemo } from 'react';
|
|
4
4
|
import 'styled-components';
|
|
5
5
|
import { i as isEmpty, s as safeJsonParse } from './index-5e5f7bda.js';
|
|
6
|
-
import { i as useGenericForm } from './useTransition-
|
|
7
|
-
export { c as useClickNode, b as useContainerSize, h as useCopy, e as useInstrumentationRuleFormData, u as useKeyDown, a as useOnClickOutside, d as usePopup, g as useTimeAgo, f as useTransition } from './useTransition-
|
|
6
|
+
import { i as useGenericForm } from './useTransition-26bd4722.js';
|
|
7
|
+
export { c as useClickNode, b as useContainerSize, h as useCopy, e as useInstrumentationRuleFormData, u as useKeyDown, a as useOnClickOutside, d as usePopup, g as useTimeAgo, f as useTransition } from './useTransition-26bd4722.js';
|
|
8
8
|
import { g as getIdFromSseTarget, i as isLegalK8sLabel, m as mapExportedSignals } from './index-6a6bea6e.js';
|
|
9
9
|
|
|
10
10
|
const INITIAL$2 = {
|
package/lib/icons.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { T as Theme } from './index-
|
|
2
|
-
export { f as AddClusterInfoIcon, n as CPlusPlusLogo, o as CSharpLogo, C as CodeAttributesIcon, l as CustomInstrumentationIcon, h as DeleteAttributeIcon, p as DotnetLogo, E as ElixirLogo, G as GoLogo, H as HeadersCollectionIcon, j as ImageErrorIcon, J as JavaLogo, K as K8sLogo, k as KafkaLogo, q as MysqlLogo, N as NginxLogo, r as NodejsLogo, m as PayloadCollectionIcon, s as PhpLogo, P as PiiMaskingIcon, t as PostgresLogo, u as PythonLogo, v as RedisLogo, R as RenameAttributeIcon, w as RubyLogo, x as RustLogo, i as SamplerIcon, y as SwiftLogo } from './index-
|
|
3
|
-
export { C as CheckCircledIcon, E as ErrorTriangleIcon, I as InfoIcon, L as LogsIcon, M as MetricsIcon, O as OdigosLogo, T as TracesIcon, W as WarningTriangleIcon } from './index-
|
|
4
|
-
export { A as ArrowIcon, C as CrossCircledIcon, D as DataStreamsIcon, F as FilterIcon, G as GearIcon, K as KeyIcon, N as NotificationIcon, O as OdigosLogoText, a as OverviewIcon, R as RefreshLeftArrowIcon, S as SlackLogo, T as TerminalIcon, U as UserIcon } from './index-
|
|
1
|
+
import { T as Theme } from './index-8fc2f11e.js';
|
|
2
|
+
export { f as AddClusterInfoIcon, n as CPlusPlusLogo, o as CSharpLogo, C as CodeAttributesIcon, l as CustomInstrumentationIcon, h as DeleteAttributeIcon, p as DotnetLogo, E as ElixirLogo, G as GoLogo, H as HeadersCollectionIcon, j as ImageErrorIcon, J as JavaLogo, K as K8sLogo, k as KafkaLogo, q as MysqlLogo, N as NginxLogo, r as NodejsLogo, m as PayloadCollectionIcon, s as PhpLogo, P as PiiMaskingIcon, t as PostgresLogo, u as PythonLogo, v as RedisLogo, R as RenameAttributeIcon, w as RubyLogo, x as RustLogo, i as SamplerIcon, y as SwiftLogo } from './index-8fc2f11e.js';
|
|
3
|
+
export { C as CheckCircledIcon, E as ErrorTriangleIcon, I as InfoIcon, L as LogsIcon, M as MetricsIcon, O as OdigosLogo, T as TracesIcon, W as WarningTriangleIcon } from './index-89b23a82.js';
|
|
4
|
+
export { A as ArrowIcon, C as CrossCircledIcon, D as DataStreamsIcon, F as FilterIcon, G as GearIcon, K as KeyIcon, N as NotificationIcon, O as OdigosLogoText, a as OverviewIcon, R as RefreshLeftArrowIcon, S as SlackLogo, T as TerminalIcon, U as UserIcon } from './index-35e207a1.js';
|
|
5
5
|
import React from 'react';
|
|
6
|
-
export { h as CheckIcon, C as CodeIcon, a as CopyIcon, i as CrossIcon, E as EditIcon, b as EditedIcon, c as ExtendArrowIcon, f as EyeClosedIcon, g as EyeOpenIcon, L as ListIcon, M as MinusIcon, N as NoDataIcon, d as NotebookIcon, P as PlusIcon, S as SearchIcon, e as SortArrowsIcon, T as TrashIcon, X as XIcon } from './index-
|
|
7
|
-
export { a3 as ActionsIcon, A as AlaudaLogo, a as AlibabaCloudLogo, b as AppDynamicsLogo, c as AwsCloudwatchLogo, d as AwsS3Logo, e as AwsXrayLogo, f as AxiomLogo, B as BetterStackLogo, g as BlobStorageLogo, h as BonreeLogo, C as CauselyLogo, i as ChecklyLogo, j as ChronosphereLogo, k as ClickhouseLogo, l as CoralogixLogo, D as Dash0Logo, m as DatadogLogo, a4 as DestinationsIcon, n as DynatraceLogo, E as ElasticApmLogo, o as ElasticSearchLogo, G as GigapipeLogo, p as GoogleCloudPlatformLogo, q as GrafanaLogo, r as GreptimeLogo, s as GroundcoverLogo, H as HoneycombLogo, t as HyperDxLogo, I as InstanaLogo, J as JaegerLogo, K as KloudmateLogo, L as Last9Logo, u as LightstepLogo, v as LogzioLogo, w as LokiLogo, x as LumigoLogo, M as MiddlewareLogo, a5 as NamespacesIcon, N as NewRelicLogo, O as ObserveLogo, y as OneUptimeLogo, z as OpenObserveLogo, F as OpenTelemetryLogo, P as OpsVerseLogo, Q as OracleLogo, R as PrometheusLogo, S as QrynLogo, T as QuickwitLogo, a6 as RulesIcon, U as SeqLogo, W as SignozLogo, a7 as SourcesIcon, X as SplunkLogo, Y as SumoLogicLogo, Z as TelemetryHubLogo, _ as TempoLogo, $ as TingyunLogo, a0 as TraceloopLogo, a1 as UptraceLogo, a2 as VictoriaMetricsLogo, V as VmLogo } from './index-
|
|
6
|
+
export { h as CheckIcon, C as CodeIcon, a as CopyIcon, i as CrossIcon, E as EditIcon, b as EditedIcon, c as ExtendArrowIcon, f as EyeClosedIcon, g as EyeOpenIcon, L as ListIcon, M as MinusIcon, N as NoDataIcon, d as NotebookIcon, P as PlusIcon, S as SearchIcon, e as SortArrowsIcon, T as TrashIcon, X as XIcon } from './index-fed7fc91.js';
|
|
7
|
+
export { a3 as ActionsIcon, A as AlaudaLogo, a as AlibabaCloudLogo, b as AppDynamicsLogo, c as AwsCloudwatchLogo, d as AwsS3Logo, e as AwsXrayLogo, f as AxiomLogo, B as BetterStackLogo, g as BlobStorageLogo, h as BonreeLogo, C as CauselyLogo, i as ChecklyLogo, j as ChronosphereLogo, k as ClickhouseLogo, l as CoralogixLogo, D as Dash0Logo, m as DatadogLogo, a4 as DestinationsIcon, n as DynatraceLogo, E as ElasticApmLogo, o as ElasticSearchLogo, G as GigapipeLogo, p as GoogleCloudPlatformLogo, q as GrafanaLogo, r as GreptimeLogo, s as GroundcoverLogo, H as HoneycombLogo, t as HyperDxLogo, I as InstanaLogo, J as JaegerLogo, K as KloudmateLogo, L as Last9Logo, u as LightstepLogo, v as LogzioLogo, w as LokiLogo, x as LumigoLogo, M as MiddlewareLogo, a5 as NamespacesIcon, N as NewRelicLogo, O as ObserveLogo, y as OneUptimeLogo, z as OpenObserveLogo, F as OpenTelemetryLogo, P as OpsVerseLogo, Q as OracleLogo, R as PrometheusLogo, S as QrynLogo, T as QuickwitLogo, a6 as RulesIcon, U as SeqLogo, W as SignozLogo, a7 as SourcesIcon, X as SplunkLogo, Y as SumoLogicLogo, Z as TelemetryHubLogo, _ as TempoLogo, $ as TingyunLogo, a0 as TraceloopLogo, a1 as UptraceLogo, a2 as VictoriaMetricsLogo, V as VmLogo } from './index-5102bee6.js';
|
|
8
8
|
import './types.js';
|
|
9
9
|
import 'styled-components';
|
|
10
10
|
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { StatusType, OtherStatus, SignalType } from './types.js';
|
|
2
2
|
import 'react';
|
|
3
|
-
import './index-
|
|
3
|
+
import './index-8fc2f11e.js';
|
|
4
4
|
import 'styled-components';
|
|
5
|
-
import { L as LogsIcon, M as MetricsIcon, T as TracesIcon, C as CheckCircledIcon, E as ErrorTriangleIcon, W as WarningTriangleIcon, I as InfoIcon, O as OdigosLogo } from './index-
|
|
5
|
+
import { L as LogsIcon, M as MetricsIcon, T as TracesIcon, C as CheckCircledIcon, E as ErrorTriangleIcon, W as WarningTriangleIcon, I as InfoIcon, O as OdigosLogo } from './index-89b23a82.js';
|
|
6
6
|
|
|
7
7
|
const capitalizeFirstLetter = (string) => {
|
|
8
8
|
return string.charAt(0).toUpperCase() + string.slice(1);
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import React, { useState, useEffect, useRef, forwardRef, useMemo, createElement, useCallback,
|
|
2
|
-
import { T as Theme, B as BUTTON_TEXTS, j as ImageErrorIcon, M as MONITORS_OPTIONS, a1 as styleInject, U as usePendingStore, $ as useSelectedStore, Z as useInstrumentStore, Q as useActiveNodeStore, V as useNotificationStore, b as DISPLAY_TITLES, L as LANGUAGE_OPTIONS, F as FORM_ALERTS, D as DISPLAY_LANGUAGES, e as getProgrammingLanguageIcon } from './index-
|
|
1
|
+
import React, { useState, useEffect, useRef, forwardRef, useMemo, Fragment, createElement, useCallback, createContext, memo, useContext, useLayoutEffect } from 'react';
|
|
2
|
+
import { T as Theme, B as BUTTON_TEXTS, j as ImageErrorIcon, M as MONITORS_OPTIONS, a1 as styleInject, U as usePendingStore, $ as useSelectedStore, Z as useInstrumentStore, Q as useActiveNodeStore, V as useNotificationStore, b as DISPLAY_TITLES, L as LANGUAGE_OPTIONS, F as FORM_ALERTS, D as DISPLAY_LANGUAGES, e as getProgrammingLanguageIcon } from './index-8fc2f11e.js';
|
|
3
3
|
import styled, { css } from 'styled-components';
|
|
4
|
-
import { M as MinusIcon$1, h as CheckIcon, L as ListIcon, C as CodeIcon, c as ExtendArrowIcon, P as PlusIcon$1, a as CopyIcon, E as EditIcon, b as EditedIcon, e as SortArrowsIcon, d as NotebookIcon, X as XIcon, f as EyeClosedIcon, g as EyeOpenIcon, N as NoDataIcon, i as CrossIcon, S as SearchIcon, T as TrashIcon } from './index-
|
|
4
|
+
import { M as MinusIcon$1, h as CheckIcon, L as ListIcon, C as CodeIcon, c as ExtendArrowIcon, P as PlusIcon$1, a as CopyIcon, E as EditIcon, b as EditedIcon, e as SortArrowsIcon, d as NotebookIcon, X as XIcon, f as EyeClosedIcon, g as EyeOpenIcon, N as NoDataIcon, i as CrossIcon, S as SearchIcon, T as TrashIcon } from './index-fed7fc91.js';
|
|
5
5
|
import { StatusType, OtherStatus, EntityTypes, NodeTypes, AddNodeTypes, EdgeTypes, ProgrammingLanguages, IntrumentationStatus, SortDirection, InputTypes, FieldTypes } from './types.js';
|
|
6
6
|
import { s as safeJsonParse, i as isEmpty } from './index-5e5f7bda.js';
|
|
7
|
-
import { b as getStatusIcon, r as removeEmptyValuesFromObject, s as safeJsonStringify, f as flattenObjectKeys, m as mapConditions, g as getConditionsBooleans, c as capitalizeFirstLetter, a as getMonitorIcon, i as isStringABoolean, p as parseBooleanFromString, d as isValidVersion, h as splitCamelString, e as parseJsonStringToPrettyString, n as numbersOnly } from './index-
|
|
7
|
+
import { b as getStatusIcon, r as removeEmptyValuesFromObject, s as safeJsonStringify, f as flattenObjectKeys, m as mapConditions, g as getConditionsBooleans, c as capitalizeFirstLetter, a as getMonitorIcon, i as isStringABoolean, p as parseBooleanFromString, d as isValidVersion, h as splitCamelString, e as parseJsonStringToPrettyString, n as numbersOnly } from './index-281d9862.js';
|
|
8
8
|
import ReactDOM, { createPortal } from 'react-dom';
|
|
9
|
-
import { d as usePopup, h as useCopy, c as useClickNode, i as useGenericForm, b as useContainerSize, f as useTransition, u as useKeyDown, a as useOnClickOutside } from './useTransition-
|
|
10
|
-
import { I as InfoIcon } from './index-
|
|
9
|
+
import { d as usePopup, h as useCopy, c as useClickNode, i as useGenericForm, b as useContainerSize, f as useTransition, u as useKeyDown, a as useOnClickOutside } from './useTransition-26bd4722.js';
|
|
10
|
+
import { I as InfoIcon } from './index-89b23a82.js';
|
|
11
11
|
|
|
12
12
|
const TextWrapper$2 = styled.div `
|
|
13
13
|
color: ${({ $color, theme }) => $color || theme.text.secondary};
|
|
@@ -362,7 +362,7 @@ const Container$G = styled.div `
|
|
|
362
362
|
max-width: ${({ $maxWidth }) => ($maxWidth !== undefined ? $maxWidth : 'unset')};
|
|
363
363
|
width: ${({ $width }) => ($width !== undefined ? $width : 'unset')};
|
|
364
364
|
|
|
365
|
-
${({ $asPortal }) => $asPortal && `pointer-events: none;`}
|
|
365
|
+
${({ $asPortal, $withPointerEvents }) => $asPortal && !$withPointerEvents && `pointer-events: none;`}
|
|
366
366
|
`;
|
|
367
367
|
const Header$3 = styled.div `
|
|
368
368
|
padding: ${({ $padding }) => ($padding !== undefined ? $padding : '12px')};
|
|
@@ -377,8 +377,8 @@ const Footer$1 = styled.div `
|
|
|
377
377
|
`;
|
|
378
378
|
const Popup = forwardRef(({ isOpen, asPortal, ...props }, ref) => {
|
|
379
379
|
const Element = useMemo(() => {
|
|
380
|
-
const { children, top, bottom, left, right, borderRadius, padding, maxWidth, width, header, footer } = props;
|
|
381
|
-
return (React.createElement(Container$G, { ref: ref, "$top": top, "$bottom": bottom, "$left": left, "$right": right, "$borderRadius": borderRadius, "$padding": padding, "$maxWidth": maxWidth, "$width": width, "$asPortal": asPortal },
|
|
380
|
+
const { children, top, bottom, left, right, borderRadius, padding, maxWidth, width, header, footer, withPointerEvents, ...rest } = props;
|
|
381
|
+
return (React.createElement(Container$G, { ref: ref, "$top": top, "$bottom": bottom, "$left": left, "$right": right, "$borderRadius": borderRadius, "$padding": padding, "$maxWidth": maxWidth, "$width": width, "$asPortal": asPortal, "$withPointerEvents": withPointerEvents, ...rest },
|
|
382
382
|
header && React.createElement(Header$3, { "$padding": padding }, header),
|
|
383
383
|
React.createElement(Body$1, { "$padding": padding }, children),
|
|
384
384
|
footer && React.createElement(Footer$1, { "$padding": padding }, footer)));
|
|
@@ -463,15 +463,50 @@ const TextBreakWord = styled(Text) `
|
|
|
463
463
|
word-break: break-word;
|
|
464
464
|
white-space: pre-wrap;
|
|
465
465
|
`;
|
|
466
|
+
const getLinksFromText = (text) => {
|
|
467
|
+
const links = text.match(/<a[^>]*href="([^"]*)"[^>]*>(.*?)<\/a>/g);
|
|
468
|
+
return links?.map((link) => {
|
|
469
|
+
const [_, href, label] = link.split('"');
|
|
470
|
+
const labelWithoutTags = label.replace('</a>', '').replace('>', '');
|
|
471
|
+
return {
|
|
472
|
+
original: link,
|
|
473
|
+
href,
|
|
474
|
+
label: labelWithoutTags,
|
|
475
|
+
};
|
|
476
|
+
});
|
|
477
|
+
};
|
|
478
|
+
const renderText = (text, theme) => {
|
|
479
|
+
const links = getLinksFromText(text);
|
|
480
|
+
links?.forEach((link, i) => {
|
|
481
|
+
text = text.replace(link.original, `LINK-${i}###`);
|
|
482
|
+
});
|
|
483
|
+
const mappedText = text.split(' ').map((word) => {
|
|
484
|
+
if (word.includes('LINK-')) {
|
|
485
|
+
const [linkId, postLabel] = word.split('###');
|
|
486
|
+
const entry = links?.[parseInt(linkId.replace('LINK-', ''))];
|
|
487
|
+
return (React.createElement(Fragment, { key: word },
|
|
488
|
+
React.createElement("a", { href: entry?.href, target: '_blank', style: { color: theme.colors.majestic_blue_soft } }, entry?.label),
|
|
489
|
+
postLabel ? `${postLabel} ` : ''));
|
|
490
|
+
}
|
|
491
|
+
return word + ' ';
|
|
492
|
+
});
|
|
493
|
+
return { mappedText, hasLinks: !!links?.length };
|
|
494
|
+
};
|
|
466
495
|
const Tooltip = ({ withIcon, titleIcon: TitleIcon, title, text, timestamp, children }) => {
|
|
467
496
|
const theme = Theme.useTheme();
|
|
468
497
|
const { popupRef, popupOpen, setPopupOpen, popupPosition, handlePosition } = usePopup({
|
|
469
498
|
defaultClientHeight: 40,
|
|
470
499
|
defaultClientwidth: Math.min((text?.length || 0) * 7.5, 300),
|
|
471
500
|
});
|
|
501
|
+
const { mappedText, hasLinks } = useMemo(() => renderText(text || '', theme), [text, theme]);
|
|
472
502
|
const handleMouseEvent = (e) => {
|
|
473
503
|
const { type, clientX, clientY } = e;
|
|
474
|
-
|
|
504
|
+
if (hasLinks) {
|
|
505
|
+
handlePosition(popupPosition.left || clientX, popupPosition.top || clientY);
|
|
506
|
+
}
|
|
507
|
+
else {
|
|
508
|
+
handlePosition(clientX, clientY);
|
|
509
|
+
}
|
|
475
510
|
setPopupOpen(type !== 'mouseleave');
|
|
476
511
|
};
|
|
477
512
|
if (!text)
|
|
@@ -479,14 +514,14 @@ const Tooltip = ({ withIcon, titleIcon: TitleIcon, title, text, timestamp, child
|
|
|
479
514
|
return (React.createElement(TooltipContainer, { onMouseEnter: handleMouseEvent, onMouseMove: handleMouseEvent, onMouseLeave: handleMouseEvent },
|
|
480
515
|
children,
|
|
481
516
|
withIcon && React.createElement(InfoIcon, null),
|
|
482
|
-
React.createElement(Popup, { ref: popupRef, isOpen: popupOpen, top: popupPosition.top, left: popupPosition.left, asPortal: true, maxWidth: '270px', borderRadius: '16px', padding: '8px 12px' },
|
|
517
|
+
React.createElement(Popup, { ref: popupRef, isOpen: popupOpen, top: popupPosition.top, left: popupPosition.left, asPortal: true, withPointerEvents: hasLinks, onMouseEnter: hasLinks ? handleMouseEvent : undefined, maxWidth: '270px', borderRadius: '16px', padding: '8px 12px' },
|
|
483
518
|
React.createElement(Text, { size: 12, color: theme.text.secondary },
|
|
484
519
|
(!!TitleIcon || !!title) && (React.createElement(FlexRow, { style: { marginBottom: '4px' }, "$gap": 4 },
|
|
485
520
|
TitleIcon && React.createElement(TitleIcon, { fill: theme.text.secondary, size: 12 }),
|
|
486
521
|
title && React.createElement(React.Fragment, null,
|
|
487
522
|
title,
|
|
488
523
|
"\u00A0-\u00A0"))),
|
|
489
|
-
React.createElement(TextBreakWord, { size: 12, color: theme.text.info },
|
|
524
|
+
React.createElement(TextBreakWord, { size: 12, color: theme.text.info }, mappedText),
|
|
490
525
|
!!timestamp && (React.createElement(Text, { size: 10, color: theme.text.darker_grey, family: 'secondary', style: { marginTop: '8px' } }, new Date(timestamp).toLocaleString()))))));
|
|
491
526
|
};
|
|
492
527
|
|
|
@@ -4844,13 +4879,13 @@ function requireReactJsxRuntime_development () {
|
|
|
4844
4879
|
return null;
|
|
4845
4880
|
};
|
|
4846
4881
|
React$1 = {
|
|
4847
|
-
|
|
4882
|
+
react_stack_bottom_frame: function (callStackForError) {
|
|
4848
4883
|
return callStackForError();
|
|
4849
4884
|
}
|
|
4850
4885
|
};
|
|
4851
4886
|
var specialPropKeyWarningShown;
|
|
4852
4887
|
var didWarnAboutElementRef = {};
|
|
4853
|
-
var unknownOwnerDebugStack = React$1
|
|
4888
|
+
var unknownOwnerDebugStack = React$1.react_stack_bottom_frame.bind(
|
|
4854
4889
|
React$1,
|
|
4855
4890
|
UnknownOwner
|
|
4856
4891
|
)();
|
|
@@ -17507,18 +17542,19 @@ const Title$5 = styled(Text) `
|
|
|
17507
17542
|
overflow: hidden;
|
|
17508
17543
|
white-space: nowrap;
|
|
17509
17544
|
text-overflow: ellipsis;
|
|
17545
|
+
color: ${({ $status, theme }) => ($status ? theme.text[$status] : theme.text.secondary)};
|
|
17510
17546
|
`;
|
|
17511
17547
|
const OptionalText = styled(Text) `
|
|
17512
17548
|
font-size: 12px;
|
|
17513
17549
|
color: ${({ theme }) => theme.text.darker_grey};
|
|
17514
17550
|
opacity: 0.8;
|
|
17515
17551
|
`;
|
|
17516
|
-
const FieldLabel = ({ title, required, tooltip, style }) => {
|
|
17552
|
+
const FieldLabel = ({ title, required, tooltip, style, status }) => {
|
|
17517
17553
|
if (!title)
|
|
17518
17554
|
return null;
|
|
17519
17555
|
return (React.createElement(Wrapper, { style: style },
|
|
17520
17556
|
React.createElement(Tooltip, { text: tooltip, withIcon: true },
|
|
17521
|
-
React.createElement(Title$5,
|
|
17557
|
+
React.createElement(Title$5, { "$status": status }, title),
|
|
17522
17558
|
!required && React.createElement(OptionalText, null, "(optional)"))));
|
|
17523
17559
|
};
|
|
17524
17560
|
|
|
@@ -17543,14 +17579,19 @@ const InputWrapper$2 = styled.div `
|
|
|
17543
17579
|
cursor: not-allowed;
|
|
17544
17580
|
opacity: 0.6;
|
|
17545
17581
|
`}
|
|
17546
|
-
${({ $hasError }) => $
|
|
17547
|
-
css `
|
|
17548
|
-
|
|
17549
|
-
|
|
17550
|
-
|
|
17551
|
-
|
|
17552
|
-
|
|
17553
|
-
|
|
17582
|
+
${({ $isActive, $hasError, $status }) => $isActive
|
|
17583
|
+
? css `
|
|
17584
|
+
border-color: ${({ theme }) => theme.colors.secondary};
|
|
17585
|
+
`
|
|
17586
|
+
: $hasError
|
|
17587
|
+
? css `
|
|
17588
|
+
border-color: ${({ theme }) => theme.text.error};
|
|
17589
|
+
`
|
|
17590
|
+
: $status
|
|
17591
|
+
? css `
|
|
17592
|
+
border-color: ${({ theme }) => theme.text[$status]};
|
|
17593
|
+
`
|
|
17594
|
+
: ''}
|
|
17554
17595
|
&:hover {
|
|
17555
17596
|
border-color: ${({ theme }) => theme.colors.secondary};
|
|
17556
17597
|
}
|
|
@@ -17612,7 +17653,7 @@ const Button$1 = styled.button `
|
|
|
17612
17653
|
cursor: not-allowed;
|
|
17613
17654
|
}
|
|
17614
17655
|
`;
|
|
17615
|
-
const Input = ({ icon: Icon, buttonLabel, onButtonClick, hasError, errorMessage, title, tooltip, required, value, onChange, type = InputTypes.Text, name, ...props }) => {
|
|
17656
|
+
const Input = ({ icon: Icon, buttonLabel, onButtonClick, hasError, errorMessage, title, tooltip, required, value, onChange, type = InputTypes.Text, name, status, ...props }) => {
|
|
17616
17657
|
const theme = Theme.useTheme();
|
|
17617
17658
|
const isSecret = type === InputTypes.Password;
|
|
17618
17659
|
const [revealSecret, setRevealSecret] = useState(false);
|
|
@@ -17628,8 +17669,8 @@ const Input = ({ icon: Icon, buttonLabel, onButtonClick, hasError, errorMessage,
|
|
|
17628
17669
|
e.stopPropagation();
|
|
17629
17670
|
};
|
|
17630
17671
|
return (React.createElement(Container$g, null,
|
|
17631
|
-
React.createElement(FieldLabel, { title: title, required: required, tooltip: tooltip }),
|
|
17632
|
-
React.createElement(InputWrapper$2, { "$disabled": props.disabled, "$hasError": hasError || !!errorMessage, "$isActive": !!props.autoFocus },
|
|
17672
|
+
React.createElement(FieldLabel, { title: title, required: required, tooltip: tooltip, status: status }),
|
|
17673
|
+
React.createElement(InputWrapper$2, { "$disabled": props.disabled, "$hasError": hasError || !!errorMessage, "$isActive": !!props.autoFocus, "$status": status },
|
|
17633
17674
|
isSecret ? (React.createElement(IconWrapperClickable, { onClick: () => setRevealSecret((prev) => !prev) }, revealSecret ? React.createElement(EyeClosedIcon, { size: 14, fill: theme.text.grey }) : React.createElement(EyeOpenIcon, { size: 14, fill: theme.text.grey }))) : Icon ? (React.createElement(IconWrapper$2, null,
|
|
17634
17675
|
React.createElement(Icon, { size: 14, fill: theme.text.grey }))) : null,
|
|
17635
17676
|
React.createElement(StyledInput, { "data-id": name, type: revealSecret ? InputTypes.Text : type === InputTypes.Number ? InputTypes.Text : type, "$hasIcon": !!Icon || isSecret, name: name, value: value, onChange: handleInputChange, onKeyDown: handleKeyDown, ...props }),
|
|
@@ -17695,10 +17736,15 @@ const DropdownHeader = styled.div `
|
|
|
17695
17736
|
background: transparent;
|
|
17696
17737
|
`};
|
|
17697
17738
|
|
|
17698
|
-
${({ $hasError }) => $hasError
|
|
17699
|
-
css `
|
|
17700
|
-
|
|
17701
|
-
|
|
17739
|
+
${({ $hasError, $status }) => $hasError
|
|
17740
|
+
? css `
|
|
17741
|
+
border-color: ${({ theme }) => theme.text.error};
|
|
17742
|
+
`
|
|
17743
|
+
: $status
|
|
17744
|
+
? css `
|
|
17745
|
+
border-color: ${({ theme }) => theme.text[$status]};
|
|
17746
|
+
`
|
|
17747
|
+
: ''}
|
|
17702
17748
|
|
|
17703
17749
|
&:hover {
|
|
17704
17750
|
border-color: ${({ $isMulti, $hasSelections, $disabled, theme }) => ($disabled ? 'auto' : $isMulti && $hasSelections ? theme.colors.border : theme.colors.secondary)};
|
|
@@ -17709,7 +17755,7 @@ const IconWrapper$1 = styled.div `
|
|
|
17709
17755
|
align-items: center;
|
|
17710
17756
|
gap: 4px;
|
|
17711
17757
|
`;
|
|
17712
|
-
const Dropdown = ({ options, value, onSelect, onDeselect, title, tooltip, placeholder, disabled = false, isMulti = false, showSearch = false, required = false, errorMessage, hasError = false, }) => {
|
|
17758
|
+
const Dropdown = ({ options, value, onSelect, onDeselect, title, tooltip, placeholder, disabled = false, isMulti = false, showSearch = false, required = false, errorMessage, hasError = false, status, }) => {
|
|
17713
17759
|
const [isOpen, setIsOpen] = useState(false);
|
|
17714
17760
|
const [openUpwards, setOpenUpwards] = useState(false);
|
|
17715
17761
|
const containerRef = useRef(null);
|
|
@@ -17727,9 +17773,9 @@ const Dropdown = ({ options, value, onSelect, onDeselect, title, tooltip, placeh
|
|
|
17727
17773
|
};
|
|
17728
17774
|
const arrLen = Array.isArray(value) ? value.length : 0;
|
|
17729
17775
|
return (React.createElement(RootContainer, { "$disabled": disabled },
|
|
17730
|
-
React.createElement(FieldLabel, { title: title, required: required, tooltip: tooltip }),
|
|
17776
|
+
React.createElement(FieldLabel, { title: title, required: required, tooltip: tooltip, status: status }),
|
|
17731
17777
|
React.createElement(RelativeContainer, { ref: containerRef },
|
|
17732
|
-
React.createElement(DropdownHeader, { "$isOpen": isOpen, "$isMulti": isMulti, "$hasSelections": Array.isArray(value) ? !!value.length : false, "$hasError": !!errorMessage || hasError, "$disabled": disabled, onClick: () => !disabled && toggleOpen() },
|
|
17778
|
+
React.createElement(DropdownHeader, { "$isOpen": isOpen, "$isMulti": isMulti, "$hasSelections": Array.isArray(value) ? !!value.length : false, "$hasError": !!errorMessage || hasError, "$status": status, "$disabled": disabled, onClick: () => !disabled && toggleOpen() },
|
|
17733
17779
|
React.createElement(DropdownPlaceholder, { value: value, placeholder: placeholder, onDeselect: onDeselect }),
|
|
17734
17780
|
React.createElement(IconWrapper$1, null,
|
|
17735
17781
|
isMulti && React.createElement(Badge, { label: arrLen, filled: !!arrLen }),
|
|
@@ -29,8 +29,8 @@ const identity = (arg) => arg;
|
|
|
29
29
|
function useStore(api, selector = identity) {
|
|
30
30
|
const slice = React.useSyncExternalStore(
|
|
31
31
|
api.subscribe,
|
|
32
|
-
() => selector(api.getState()),
|
|
33
|
-
() => selector(api.getInitialState())
|
|
32
|
+
React.useCallback(() => selector(api.getState()), [api, selector]),
|
|
33
|
+
React.useCallback(() => selector(api.getInitialState()), [api, selector])
|
|
34
34
|
);
|
|
35
35
|
React.useDebugValue(slice);
|
|
36
36
|
return slice;
|
|
@@ -1709,7 +1709,7 @@ function styleInject(css, ref) {
|
|
|
1709
1709
|
}
|
|
1710
1710
|
}
|
|
1711
1711
|
|
|
1712
|
-
var css_248z = "/* Preload key fonts in your global CSS */\n@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');\n@import url('https://fonts.googleapis.com/css2?family=Kode+Mono:wght@100;200;300;400;500;600;700&display=swap');\n@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;700&display=swap');\n@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');\n\n* {\n -ms-overflow-style: none; /* IE, Edge */\n scrollbar-width: none; /* Firefox */\n}\n*::-webkit-scrollbar {\n
|
|
1712
|
+
var css_248z = "/* Preload key fonts in your global CSS */\n@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;700&display=swap');\n@import url('https://fonts.googleapis.com/css2?family=Kode+Mono:wght@100;200;300;400;500;600;700&display=swap');\n@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;700&display=swap');\n@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');\n\n* {\n -ms-overflow-style: none; /* IE, Edge */\n scrollbar-width: none; /* Firefox */\n}\n*::-webkit-scrollbar {\n display: none; /* Chrome, Safari, Opera */\n}\n\nsvg {\n transition: all 0.3s;\n}\n\n/*\n The input styles below are to override the browser \":-webkit-autofill\" default style declarations.\n The issue is when someone autocompletes an input field, the browser will apply its own styles (and the browser applies \"!important\" preventing direct overrides).\n With the following, we're able to delay the browser styles to be applied for 50000s (13.8 hours), so the user will not see the browser styles applied.\n*/\n\ninput {\n all: unset;\n}\n\ninput:-webkit-autofill,\ninput:-webkit-autofill:hover,\ninput:-webkit-autofill:focus,\ninput:-webkit-autofill:active {\n -webkit-transition: all 50000s ease-in-out 0s;\n transition: all 50000s ease-in-out 0s;\n}\n";
|
|
1713
1713
|
styleInject(css_248z);
|
|
1714
1714
|
|
|
1715
1715
|
const Provider = ({ children }) => {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { a3 as WarningModal } from './index-
|
|
2
|
+
import { a3 as WarningModal } from './index-728cf83d.js';
|
|
3
3
|
import { StatusType, EntityTypes } from './types.js';
|
|
4
|
-
import './index-
|
|
4
|
+
import './index-8fc2f11e.js';
|
|
5
5
|
import 'styled-components';
|
|
6
6
|
|
|
7
7
|
const CancelWarning = ({ isOpen, noOverlay, name, onApprove, onDeny }) => {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { StatusType, DestinationTypes, EntityTypes, PlatformType } from './types.js';
|
|
2
|
-
import { a as DEFAULT_DATA_STREAM_NAME, e as getProgrammingLanguageIcon, k as KafkaLogo, K as K8sLogo } from './index-
|
|
2
|
+
import { a as DEFAULT_DATA_STREAM_NAME, e as getProgrammingLanguageIcon, k as KafkaLogo, K as K8sLogo } from './index-8fc2f11e.js';
|
|
3
3
|
import 'react';
|
|
4
4
|
import 'styled-components';
|
|
5
|
-
import { A as AlaudaLogo, a as AlibabaCloudLogo, b as AppDynamicsLogo, f as AxiomLogo, g as BlobStorageLogo, B as BetterStackLogo, h as BonreeLogo, C as CauselyLogo, i as ChecklyLogo, j as ChronosphereLogo, k as ClickhouseLogo, c as AwsCloudwatchLogo, l as CoralogixLogo, D as Dash0Logo, m as DatadogLogo, F as OpenTelemetryLogo, n as DynatraceLogo, E as ElasticApmLogo, o as ElasticSearchLogo, p as GoogleCloudPlatformLogo, q as GrafanaLogo, r as GreptimeLogo, s as GroundcoverLogo, H as HoneycombLogo, t as HyperDxLogo, I as InstanaLogo, J as JaegerLogo, K as KloudmateLogo, L as Last9Logo, u as LightstepLogo, v as LogzioLogo, w as LokiLogo, x as LumigoLogo, M as MiddlewareLogo, N as NewRelicLogo, O as ObserveLogo, y as OneUptimeLogo, z as OpenObserveLogo, P as OpsVerseLogo, Q as OracleLogo, R as PrometheusLogo, S as QrynLogo, G as GigapipeLogo, T as QuickwitLogo, d as AwsS3Logo, U as SeqLogo, W as SignozLogo, X as SplunkLogo, Y as SumoLogicLogo, Z as TelemetryHubLogo, _ as TempoLogo, $ as TingyunLogo, a0 as TraceloopLogo, a1 as UptraceLogo, a2 as VictoriaMetricsLogo, e as AwsXrayLogo, a5 as NamespacesIcon, a7 as SourcesIcon, a4 as DestinationsIcon, a3 as ActionsIcon, a6 as RulesIcon, V as VmLogo } from './index-
|
|
6
|
-
import { O as OdigosLogo } from './index-
|
|
5
|
+
import { A as AlaudaLogo, a as AlibabaCloudLogo, b as AppDynamicsLogo, f as AxiomLogo, g as BlobStorageLogo, B as BetterStackLogo, h as BonreeLogo, C as CauselyLogo, i as ChecklyLogo, j as ChronosphereLogo, k as ClickhouseLogo, c as AwsCloudwatchLogo, l as CoralogixLogo, D as Dash0Logo, m as DatadogLogo, F as OpenTelemetryLogo, n as DynatraceLogo, E as ElasticApmLogo, o as ElasticSearchLogo, p as GoogleCloudPlatformLogo, q as GrafanaLogo, r as GreptimeLogo, s as GroundcoverLogo, H as HoneycombLogo, t as HyperDxLogo, I as InstanaLogo, J as JaegerLogo, K as KloudmateLogo, L as Last9Logo, u as LightstepLogo, v as LogzioLogo, w as LokiLogo, x as LumigoLogo, M as MiddlewareLogo, N as NewRelicLogo, O as ObserveLogo, y as OneUptimeLogo, z as OpenObserveLogo, P as OpsVerseLogo, Q as OracleLogo, R as PrometheusLogo, S as QrynLogo, G as GigapipeLogo, T as QuickwitLogo, d as AwsS3Logo, U as SeqLogo, W as SignozLogo, X as SplunkLogo, Y as SumoLogicLogo, Z as TelemetryHubLogo, _ as TempoLogo, $ as TingyunLogo, a0 as TraceloopLogo, a1 as UptraceLogo, a2 as VictoriaMetricsLogo, e as AwsXrayLogo, a5 as NamespacesIcon, a7 as SourcesIcon, a4 as DestinationsIcon, a3 as ActionsIcon, a6 as RulesIcon, V as VmLogo } from './index-5102bee6.js';
|
|
6
|
+
import { O as OdigosLogo } from './index-89b23a82.js';
|
|
7
7
|
import { s as safeJsonParse } from './index-5e5f7bda.js';
|
|
8
8
|
|
|
9
9
|
const compareCondition = (renderCondition, fields) => {
|
package/lib/snippets.js
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import { B as Button, _ as Text, L as NotificationNote } from './index-
|
|
2
|
-
export { ai as AddButton, an as AddNode, ao as BaseNode, ak as CopyText, ap as EdgedNode, ag as Flow, aq as FrameNode, ar as HeaderNode, aw as LabeledEdge, as as MapItemNode, at as NoDataNode, al as PodContainer, au as ScrollNode, av as SkeletonNode, am as SourceContainer, ad as nodeConfig } from './index-
|
|
1
|
+
import { B as Button, _ as Text, L as NotificationNote } from './index-728cf83d.js';
|
|
2
|
+
export { ai as AddButton, an as AddNode, ao as BaseNode, ak as CopyText, ap as EdgedNode, ag as Flow, aq as FrameNode, ar as HeaderNode, aw as LabeledEdge, as as MapItemNode, at as NoDataNode, al as PodContainer, au as ScrollNode, av as SkeletonNode, am as SourceContainer, ad as nodeConfig } from './index-728cf83d.js';
|
|
3
3
|
import React from 'react';
|
|
4
|
-
import { T as Theme, B as BUTTON_TEXTS, b as DISPLAY_TITLES } from './index-
|
|
5
|
-
import { E as EditIcon } from './index-
|
|
4
|
+
import { T as Theme, B as BUTTON_TEXTS, b as DISPLAY_TITLES } from './index-8fc2f11e.js';
|
|
5
|
+
import { E as EditIcon } from './index-fed7fc91.js';
|
|
6
6
|
import { StatusType } from './types.js';
|
|
7
7
|
import 'styled-components';
|
|
8
|
-
import { I as InfoIcon } from './index-
|
|
8
|
+
import { I as InfoIcon } from './index-89b23a82.js';
|
|
9
9
|
import './index-5e5f7bda.js';
|
|
10
|
-
import './index-
|
|
10
|
+
import './index-281d9862.js';
|
|
11
11
|
import 'react-dom';
|
|
12
|
-
import './useTransition-
|
|
12
|
+
import './useTransition-26bd4722.js';
|
|
13
13
|
|
|
14
14
|
const EditButton = ({ label, onClick, variant = 'tertiary', ...props }) => {
|
|
15
15
|
const theme = Theme.useTheme();
|
package/lib/store.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { Q as useActiveNodeStore, a0 as useDarkMode, Y as useDataStreamStore, O as useDrawerStore, W as useEntityStore, X as useFilterStore, Z as useInstrumentStore, z as useModalStore, V as useNotificationStore, U as usePendingStore, $ as useSelectedStore, _ as useSetupStore } from './index-
|
|
1
|
+
export { Q as useActiveNodeStore, a0 as useDarkMode, Y as useDataStreamStore, O as useDrawerStore, W as useEntityStore, X as useFilterStore, Z as useInstrumentStore, z as useModalStore, V as useNotificationStore, U as usePendingStore, $ as useSelectedStore, _ as useSetupStore } from './index-8fc2f11e.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import './types.js';
|
|
4
4
|
import 'styled-components';
|
package/lib/theme.js
CHANGED
|
@@ -1,4 +1,16 @@
|
|
|
1
1
|
import { ProgrammingLanguages } from '..';
|
|
2
|
+
export declare enum Profile {
|
|
3
|
+
CodeAttributes = "code-attributes",
|
|
4
|
+
FullPayloadCollection = "full-payload-collection",
|
|
5
|
+
DbPayloadCollection = "db-payload-collection",
|
|
6
|
+
QueryOperationDetector = "query-operation-detector",
|
|
7
|
+
AllowConcurrentAgents = "allow_concurrent_agents",
|
|
8
|
+
JavaEbpfInstrumentations = "java-ebpf-instrumentations",
|
|
9
|
+
JavaNativeInstrumentations = "java-native-instrumentations",
|
|
10
|
+
SizeS = "size_s",
|
|
11
|
+
SizeM = "size_m",
|
|
12
|
+
SizeL = "size_l"
|
|
13
|
+
}
|
|
2
14
|
export declare enum MountMethod {
|
|
3
15
|
VirtualDevice = "VirtualDevice",
|
|
4
16
|
HostPath = "HostPath",
|
|
@@ -53,6 +65,7 @@ export interface OdigosConfig {
|
|
|
53
65
|
imagePrefix: string | null;
|
|
54
66
|
ignoredNamespaces: string[] | null;
|
|
55
67
|
ignoredContainers: string[] | null;
|
|
68
|
+
profiles: Profile[] | null;
|
|
56
69
|
mountMethod: MountMethod | null;
|
|
57
70
|
agentEnvVarsInjectionMethod: AgentEnvVarsInjectionMethod | null;
|
|
58
71
|
customContainerRuntimeSocketPath: string | null;
|
package/lib/types.js
CHANGED
|
@@ -184,6 +184,30 @@ var SortDirection;
|
|
|
184
184
|
SortDirection["Descending"] = "desc";
|
|
185
185
|
})(SortDirection || (SortDirection = {}));
|
|
186
186
|
|
|
187
|
+
var Profile;
|
|
188
|
+
(function (Profile) {
|
|
189
|
+
// CategoryAttributes = 'category-attributes',
|
|
190
|
+
Profile["CodeAttributes"] = "code-attributes";
|
|
191
|
+
// CopyScope = 'copy-scope',
|
|
192
|
+
// HostnameAsPodname = 'hostname-as-podname',
|
|
193
|
+
Profile["FullPayloadCollection"] = "full-payload-collection";
|
|
194
|
+
Profile["DbPayloadCollection"] = "db-payload-collection";
|
|
195
|
+
Profile["QueryOperationDetector"] = "query-operation-detector";
|
|
196
|
+
// Semconv = 'semconv',
|
|
197
|
+
// ReduceSpanNameCardinality = 'reduce-span-name-cardinality',
|
|
198
|
+
Profile["AllowConcurrentAgents"] = "allow_concurrent_agents";
|
|
199
|
+
Profile["JavaEbpfInstrumentations"] = "java-ebpf-instrumentations";
|
|
200
|
+
Profile["JavaNativeInstrumentations"] = "java-native-instrumentations";
|
|
201
|
+
// LegacyDotnetInstrumentation = 'legacy-dotnet-instrumentation',
|
|
202
|
+
// MountMethodK8sHostPath = 'mount-method-k8s-host-path',
|
|
203
|
+
// MountMethodK8sVirtualDevice = 'mount-method-k8s-virtual-device',
|
|
204
|
+
// PodManifestEnvVarInjection = 'pod-manifest-env-var-injection',
|
|
205
|
+
// DisableGin = 'disable-gin',
|
|
206
|
+
// SmallBatches = 'small-batches',
|
|
207
|
+
Profile["SizeS"] = "size_s";
|
|
208
|
+
Profile["SizeM"] = "size_m";
|
|
209
|
+
Profile["SizeL"] = "size_l";
|
|
210
|
+
})(Profile || (Profile = {}));
|
|
187
211
|
var MountMethod;
|
|
188
212
|
(function (MountMethod) {
|
|
189
213
|
MountMethod["VirtualDevice"] = "VirtualDevice";
|
|
@@ -340,4 +364,4 @@ var K8sResourceKind;
|
|
|
340
364
|
K8sResourceKind["CronJob"] = "CronJob";
|
|
341
365
|
})(K8sResourceKind || (K8sResourceKind = {}));
|
|
342
366
|
|
|
343
|
-
export { ActionCategory, ActionKeyTypes, ActionType, AddNodeTypes, AgentEnvVarsInjectionMethod, BooleanOperation, CodeAttributesKeyTypes, Crud, CustomInstrumentationsKeyTypes, DestinationTypes, EdgeTypes, EntityTypes, FieldTypes, HeadersCollectionKeyTypes, InputTypes, InstallationMethod, InstrumentationRuleType, IntrumentationStatus, JsonOperation, K8sResourceKind, MountMethod, NodeTypes, NumberOperation, OtherEntityTypes, OtherStatus, PayloadCollectionKeyTypes, PlatformType, ProgrammingLanguages, SignalType, SortDirection, StatusType, StringOperation, Tier };
|
|
367
|
+
export { ActionCategory, ActionKeyTypes, ActionType, AddNodeTypes, AgentEnvVarsInjectionMethod, BooleanOperation, CodeAttributesKeyTypes, Crud, CustomInstrumentationsKeyTypes, DestinationTypes, EdgeTypes, EntityTypes, FieldTypes, HeadersCollectionKeyTypes, InputTypes, InstallationMethod, InstrumentationRuleType, IntrumentationStatus, JsonOperation, K8sResourceKind, MountMethod, NodeTypes, NumberOperation, OtherEntityTypes, OtherStatus, PayloadCollectionKeyTypes, PlatformType, Profile, ProgrammingLanguages, SignalType, SortDirection, StatusType, StringOperation, Tier };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { z as useModalStore, O as useDrawerStore, Q as useActiveNodeStore } from './index-
|
|
1
|
+
import { z as useModalStore, O as useDrawerStore, Q as useActiveNodeStore } from './index-8fc2f11e.js';
|
|
2
2
|
import { AddNodeTypes, EntityTypes, PayloadCollectionKeyTypes, CodeAttributesKeyTypes, CustomInstrumentationsKeyTypes } from './types.js';
|
|
3
3
|
import React, { useState, useMemo, useEffect, useRef, useCallback } from 'react';
|
|
4
4
|
import styled from 'styled-components';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@odigos/ui-kit",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.69",
|
|
4
4
|
"author": "Odigos",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -89,11 +89,11 @@
|
|
|
89
89
|
"javascript-time-ago": "^2.5.11",
|
|
90
90
|
"lottie-react": "^2.4.1",
|
|
91
91
|
"prism-react-renderer": "^2.4.1",
|
|
92
|
-
"react": "^19.1.
|
|
93
|
-
"react-dom": "^19.1.
|
|
92
|
+
"react": "^19.1.1",
|
|
93
|
+
"react-dom": "^19.1.1",
|
|
94
94
|
"react-error-boundary": "^6.0.0",
|
|
95
95
|
"styled-components": "^6.1.19",
|
|
96
|
-
"zustand": "^5.0.
|
|
96
|
+
"zustand": "^5.0.7"
|
|
97
97
|
},
|
|
98
98
|
"devDependencies": {
|
|
99
99
|
"@babel/core": "^7.28.0",
|
|
@@ -105,22 +105,22 @@
|
|
|
105
105
|
"@rollup/plugin-json": "^6.1.0",
|
|
106
106
|
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
107
107
|
"@rollup/plugin-typescript": "^12.1.4",
|
|
108
|
-
"@storybook/addon-docs": "^9.
|
|
108
|
+
"@storybook/addon-docs": "^9.1.1",
|
|
109
109
|
"@storybook/addon-webpack5-compiler-babel": "^3.0.6",
|
|
110
|
-
"@storybook/react-webpack5": "9.
|
|
111
|
-
"@types/node": "^24.0
|
|
112
|
-
"@types/react": "^19.1.
|
|
113
|
-
"@types/react-dom": "^19.1.
|
|
110
|
+
"@storybook/react-webpack5": "9.1.1",
|
|
111
|
+
"@types/node": "^24.2.0",
|
|
112
|
+
"@types/react": "^19.1.9",
|
|
113
|
+
"@types/react-dom": "^19.1.7",
|
|
114
114
|
"babel-loader": "^10.0.0",
|
|
115
115
|
"babel-plugin-styled-components": "^2.1.4",
|
|
116
|
-
"eslint": "^9.
|
|
117
|
-
"eslint-config-next": "^15.4.
|
|
118
|
-
"eslint-plugin-storybook": "9.
|
|
119
|
-
"next": "^15.4.
|
|
116
|
+
"eslint": "^9.32.0",
|
|
117
|
+
"eslint-config-next": "^15.4.5",
|
|
118
|
+
"eslint-plugin-storybook": "9.1.1",
|
|
119
|
+
"next": "^15.4.5",
|
|
120
120
|
"postcss": "^8.5.6",
|
|
121
121
|
"rollup": "^3.29.4",
|
|
122
122
|
"rollup-plugin-postcss": "^4.0.2",
|
|
123
|
-
"storybook": "9.
|
|
124
|
-
"typescript": "^5.
|
|
123
|
+
"storybook": "9.1.1",
|
|
124
|
+
"typescript": "^5.9.2"
|
|
125
125
|
}
|
|
126
126
|
}
|