@odigos/ui-kit 0.0.36 → 0.0.38
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 +20 -0
- package/lib/components/segment/index.d.ts +1 -0
- package/lib/components.js +8 -8
- package/lib/constants.js +1 -1
- package/lib/containers/destination-form/test-connection/index.d.ts +0 -1
- package/lib/containers/multi-source-control/index.d.ts +2 -0
- package/lib/containers/overview-drawer/index.d.ts +1 -0
- package/lib/containers/source-drawer/index.d.ts +1 -0
- package/lib/containers/source-selection-form/index.d.ts +1 -1
- package/lib/containers.js +56 -24
- package/lib/functions.js +5 -5
- package/lib/hooks/useSourceSelectionFormData.d.ts +3 -1
- package/lib/hooks.js +3 -3
- package/lib/icons/common/index.d.ts +1 -0
- package/lib/icons/common/retry-icon/index.d.ts +2 -0
- package/lib/icons/common/retry-icon/retry-icon.stories.d.ts +8 -0
- package/lib/icons.js +7 -7
- package/lib/{index-BGzxan6E.js → index-BcuXR1ve.js} +1 -1
- package/lib/{index-Be0m3TUg.js → index-BsDmE-1M.js} +700 -3780
- package/lib/{index-CNbTSsNJ.js → index-CEBMbbOj.js} +2 -2
- package/lib/{index-BbEmZ4Wj.js → index-CMWGlHc6.js} +2 -2
- package/lib/{index-DJpBLpwG.js → index-Cn0s9o5b.js} +9 -2
- package/lib/{index-7YZOplrB.js → index-Dd01kW5v.js} +1 -1
- package/lib/{index-CrethNg6.js → index-DtCiWUAb.js} +6 -4
- package/lib/{index-t3OxxFsp.js → index-E-5xGoYC.js} +1 -1
- package/lib/{index-oEjS7cX3.js → index-McgJMLSC.js} +4 -4
- package/lib/{index-aRNtyuuU.js → index-di3Hlzql.js} +1 -1
- package/lib/{index-D8AnbGCE.js → index-jnB_opsW.js} +1 -1
- package/lib/snippets.js +8 -8
- package/lib/store.js +1 -1
- package/lib/theme.js +1 -1
- package/lib/types/destinations/index.d.ts +2 -0
- package/lib/types.js +2 -0
- package/lib/{useSourceSelectionFormData-CH2xUOpu.js → useSourceSelectionFormData-KKJLbIoW.js} +11 -7
- package/lib/{useTransition-0Rz0QKmh.js → useTransition-DE4VdDIO.js} +1 -1
- package/package.json +6 -6
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { _ as WarningModal } from './index-
|
|
2
|
+
import { _ as WarningModal } from './index-BsDmE-1M.js';
|
|
3
3
|
import { StatusType, EntityTypes } from './types.js';
|
|
4
|
-
import './index-
|
|
4
|
+
import './index-di3Hlzql.js';
|
|
5
5
|
import 'styled-components';
|
|
6
6
|
|
|
7
7
|
const CancelWarning = ({ isOpen, noOverlay, name, onApprove, onDeny }) => {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { ProgrammingLanguages, SignalType, StatusType } from './types.js';
|
|
2
2
|
import 'react';
|
|
3
|
-
import { o as ImageErrorIcon } from './index-
|
|
3
|
+
import { o as ImageErrorIcon } from './index-di3Hlzql.js';
|
|
4
4
|
import 'styled-components';
|
|
5
|
-
import { K as KafkaLogo, R as RedisLogo, P as PostgresLogo, N as NginxLogo, M as MysqlLogo, E as ElixirLogo, S as SwiftLogo, a as RustLogo, b as RubyLogo, c as PhpLogo, C as CPlusPlusLogo, d as CSharpLogo, D as DotnetLogo, e as PythonLogo, f as NodejsLogo, G as GoLogo, J as JavaLogo, T as TracesIcon, g as MetricsIcon, L as LogsIcon, O as OdigosLogo, I as InfoIcon, W as WarningTriangleIcon, h as ErrorTriangleIcon, i as CheckCircledIcon } from './index-
|
|
5
|
+
import { K as KafkaLogo, R as RedisLogo, P as PostgresLogo, N as NginxLogo, M as MysqlLogo, E as ElixirLogo, S as SwiftLogo, a as RustLogo, b as RubyLogo, c as PhpLogo, C as CPlusPlusLogo, d as CSharpLogo, D as DotnetLogo, e as PythonLogo, f as NodejsLogo, G as GoLogo, J as JavaLogo, T as TracesIcon, g as MetricsIcon, L as LogsIcon, O as OdigosLogo, I as InfoIcon, W as WarningTriangleIcon, h as ErrorTriangleIcon, i as CheckCircledIcon } from './index-Dd01kW5v.js';
|
|
6
6
|
|
|
7
7
|
const capitalizeFirstLetter = (string) => {
|
|
8
8
|
return string.charAt(0).toUpperCase() + string.slice(1);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { T as Theme } from './index-
|
|
2
|
+
import { T as Theme } from './index-di3Hlzql.js';
|
|
3
3
|
|
|
4
4
|
const OdigosLogoText = ({ size = 16, fill: f, rotate = 0, onClick }) => {
|
|
5
5
|
const theme = Theme.useTheme();
|
|
@@ -42,6 +42,13 @@ const NotificationIcon = ({ size = 16, fill: f, rotate = 0, onClick }) => {
|
|
|
42
42
|
React.createElement("path", { stroke: fill, strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M6.10569 12.3626C5.27488 12.3229 4.44501 12.2571 3.61736 12.1651C2.94777 12.0907 2.51712 11.4179 2.73017 10.7787C2.83819 10.4547 2.94697 10.1359 2.97558 9.79265L3.21224 6.95266C3.41977 4.46237 5.50153 2.54688 8.00045 2.54688C10.4994 2.54688 12.5811 4.46237 12.7886 6.95266L13.0254 9.79425C13.054 10.1373 13.1627 10.456 13.2703 10.78C13.4824 11.4188 13.052 12.0906 12.383 12.165C11.5555 12.257 10.7258 12.3228 9.89517 12.3625M6.10569 12.3626C7.36812 12.4229 8.63275 12.4229 9.89517 12.3625M6.10569 12.3626L6.10571 12.6522C6.10571 13.6986 6.95401 14.5469 8.00045 14.5469C9.04688 14.5469 9.89519 13.6986 9.89519 12.6522L9.89517 12.3625' })));
|
|
43
43
|
};
|
|
44
44
|
|
|
45
|
+
const RetryIcon = ({ size = 16, fill: f, rotate = 0, onClick }) => {
|
|
46
|
+
const theme = Theme.useTheme();
|
|
47
|
+
const fill = f || theme.text.secondary;
|
|
48
|
+
return (React.createElement("svg", { width: size, height: size, viewBox: '0 0 24 24', xmlns: 'http://www.w3.org/2000/svg', fill: 'none', style: { transform: `rotate(${rotate}deg)` }, onClick: onClick },
|
|
49
|
+
React.createElement("path", { stroke: fill, strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M6.71458 2.66992C6.20537 3.86202 5.85304 5.11461 5.66601 6.39629C5.61717 6.73098 5.88094 6.88085 6.14457 6.9818C6.17589 6.9938 6.20724 7.00568 6.23864 7.01746M6.23864 7.01746C7.70439 5.17853 9.96355 4 12.498 4C16.9162 4 20.498 7.58172 20.498 12C20.498 16.4183 16.9162 20 12.498 20C8.77029 20 5.63809 17.4505 4.75 14M6.23864 7.01746C7.35852 7.43772 8.52543 7.72281 9.71458 7.86607' })));
|
|
50
|
+
};
|
|
51
|
+
|
|
45
52
|
const TerminalIcon = ({ size = 16, fill: f, rotate = 0, onClick }) => {
|
|
46
53
|
const theme = Theme.useTheme();
|
|
47
54
|
const fill = f || theme.text.secondary;
|
|
@@ -82,4 +89,4 @@ const CrossCircledIcon = ({ size = 16, fill: f, rotate = 0, onClick }) => {
|
|
|
82
89
|
React.createElement("path", { stroke: fill, strokeLinecap: 'round', strokeLinejoin: 'round', d: 'M6.75049 10.0005L8.75049 8.00049M8.75049 8.00049L10.7505 6.00049M8.75049 8.00049L6.75049 6.00049M8.75049 8.00049L10.7505 10.0005M8.75039 14.1004C5.38145 14.1004 2.65039 11.3693 2.65039 8.00039C2.65039 4.63145 5.38145 1.90039 8.75039 1.90039C12.1193 1.90039 14.8504 4.63145 14.8504 8.00039C14.8504 11.3693 12.1193 14.1004 8.75039 14.1004Z' })));
|
|
83
90
|
};
|
|
84
91
|
|
|
85
|
-
export { CrossCircledIcon as C, DataStreamsIcon as D, FilterIcon as F, KeyIcon as K, NotificationIcon as N, OdigosLogoText as O, SlackLogo as S, TerminalIcon as T, OverviewIcon as a };
|
|
92
|
+
export { CrossCircledIcon as C, DataStreamsIcon as D, FilterIcon as F, KeyIcon as K, NotificationIcon as N, OdigosLogoText as O, RetryIcon as R, SlackLogo as S, TerminalIcon as T, OverviewIcon as a };
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { StatusType, OtherStatus, DestinationTypes, EntityTypes, PlatformType } from './types.js';
|
|
2
|
-
import { D as DEFAULT_DATA_STREAM_NAME, K as K8sLogo } from './index-
|
|
3
|
-
import { a as getProgrammingLanguageIcon } from './index-
|
|
2
|
+
import { D as DEFAULT_DATA_STREAM_NAME, K as K8sLogo } from './index-di3Hlzql.js';
|
|
3
|
+
import { a as getProgrammingLanguageIcon } from './index-CMWGlHc6.js';
|
|
4
4
|
import 'react';
|
|
5
5
|
import 'styled-components';
|
|
6
|
-
import { e as AwsXrayLogo, a2 as VictoriaMetricsLogo, a1 as UptraceLogo, a0 as TraceloopLogo, $ as TingyunLogo, _ as TempoLogo, Z as TelemetryHubLogo, Y as SumoLogicLogo, X as SplunkLogo, W as SignozLogo, U as SeqLogo, d as AwsS3Logo, T as QuickwitLogo, G as GigapipeLogo, S as QrynLogo, R as PrometheusLogo, F as OpenTelemetryLogo, Q as OracleLogo, P as OpsVerseLogo, z as OpenObserveLogo, y as OneUptimeLogo, O as ObserveLogo, N as NewRelicLogo, M as MiddlewareLogo, x as LumigoLogo, w as LokiLogo, v as LogzioLogo, u as LightstepLogo, L as Last9Logo, K as KloudmateLogo, J as JaegerLogo, I as InstanaLogo, t as HyperDxLogo, H as HoneycombLogo, s as GroundcoverLogo, r as GreptimeLogo, q as GrafanaLogo, p as GoogleCloudPlatformLogo, o as ElasticSearchLogo, E as ElasticApmLogo, n as DynatraceLogo, m as DatadogLogo, D as Dash0Logo, l as CoralogixLogo, c as AwsCloudwatchLogo, k as ClickhouseLogo, j as ChronosphereLogo, i as ChecklyLogo, C as CauselyLogo, h as BonreeLogo, B as BetterStackLogo, g as BlobStorageLogo, f as AxiomLogo, b as AppDynamicsLogo, a as AlibabaCloudLogo, A as AlaudaLogo, a6 as RulesIcon, a3 as ActionsIcon, a4 as DestinationsIcon, a7 as SourcesIcon, a5 as NamespacesIcon, V as VmLogo } from './index-
|
|
7
|
-
import { K as KafkaLogo, O as OdigosLogo } from './index-
|
|
6
|
+
import { e as AwsXrayLogo, a2 as VictoriaMetricsLogo, a1 as UptraceLogo, a0 as TraceloopLogo, $ as TingyunLogo, _ as TempoLogo, Z as TelemetryHubLogo, Y as SumoLogicLogo, X as SplunkLogo, W as SignozLogo, U as SeqLogo, d as AwsS3Logo, T as QuickwitLogo, G as GigapipeLogo, S as QrynLogo, R as PrometheusLogo, F as OpenTelemetryLogo, Q as OracleLogo, P as OpsVerseLogo, z as OpenObserveLogo, y as OneUptimeLogo, O as ObserveLogo, N as NewRelicLogo, M as MiddlewareLogo, x as LumigoLogo, w as LokiLogo, v as LogzioLogo, u as LightstepLogo, L as Last9Logo, K as KloudmateLogo, J as JaegerLogo, I as InstanaLogo, t as HyperDxLogo, H as HoneycombLogo, s as GroundcoverLogo, r as GreptimeLogo, q as GrafanaLogo, p as GoogleCloudPlatformLogo, o as ElasticSearchLogo, E as ElasticApmLogo, n as DynatraceLogo, m as DatadogLogo, D as Dash0Logo, l as CoralogixLogo, c as AwsCloudwatchLogo, k as ClickhouseLogo, j as ChronosphereLogo, i as ChecklyLogo, C as CauselyLogo, h as BonreeLogo, B as BetterStackLogo, g as BlobStorageLogo, f as AxiomLogo, b as AppDynamicsLogo, a as AlibabaCloudLogo, A as AlaudaLogo, a6 as RulesIcon, a3 as ActionsIcon, a4 as DestinationsIcon, a7 as SourcesIcon, a5 as NamespacesIcon, V as VmLogo } from './index-BcuXR1ve.js';
|
|
7
|
+
import { K as KafkaLogo, O as OdigosLogo } from './index-Dd01kW5v.js';
|
|
8
8
|
import { s as safeJsonParse } from './index-BV85P9UP.js';
|
|
9
9
|
|
|
10
10
|
const compareCondition = (renderCondition, fields) => {
|
|
@@ -177,6 +177,8 @@ const getDestinationIcon = (type, forceFromUrl) => {
|
|
|
177
177
|
[DestinationTypes.Seq]: SeqLogo,
|
|
178
178
|
[DestinationTypes.Signoz]: SignozLogo,
|
|
179
179
|
[DestinationTypes.Splunk]: SplunkLogo,
|
|
180
|
+
[DestinationTypes.SplunkSapm]: SplunkLogo,
|
|
181
|
+
[DestinationTypes.SplunkOtlp]: SplunkLogo,
|
|
180
182
|
[DestinationTypes.SumoLogic]: SumoLogicLogo,
|
|
181
183
|
[DestinationTypes.TelemetryHub]: TelemetryHubLogo,
|
|
182
184
|
[DestinationTypes.Tempo]: TempoLogo,
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { T as Theme, B as BUTTON_TEXTS, k as DISPLAY_TITLES } from './index-
|
|
3
|
-
import { E as EditIcon } from './index-
|
|
4
|
-
import { B as Button, V as Text, J as NotificationNote } from './index-
|
|
2
|
+
import { T as Theme, B as BUTTON_TEXTS, k as DISPLAY_TITLES } from './index-di3Hlzql.js';
|
|
3
|
+
import { E as EditIcon } from './index-E-5xGoYC.js';
|
|
4
|
+
import { B as Button, V as Text, J as NotificationNote } from './index-BsDmE-1M.js';
|
|
5
5
|
import { StatusType } from './types.js';
|
|
6
6
|
import 'styled-components';
|
|
7
|
-
import { I as InfoIcon } from './index-
|
|
7
|
+
import { I as InfoIcon } from './index-Dd01kW5v.js';
|
|
8
8
|
|
|
9
9
|
const EditButton = ({ label, onClick, variant = 'tertiary', ...props }) => {
|
|
10
10
|
const theme = Theme.useTheme();
|
|
@@ -346,7 +346,7 @@ const DISPLAY_TITLES = {
|
|
|
346
346
|
SOURCE_DETAILS: 'Source Details',
|
|
347
347
|
SELECT_SOURCES: 'Select Sources',
|
|
348
348
|
SELECTED_SOURCES: 'Selected Sources',
|
|
349
|
-
SELECT_SOURCES_DESCRIPTION: '
|
|
349
|
+
SELECT_SOURCES_DESCRIPTION: 'Choose which sources to monitor in your pipeline by searching by source name or namespace.',
|
|
350
350
|
NO_SOURCES: 'No sources',
|
|
351
351
|
NO_SOURCES_GO_BACK: 'No sources selected. Please go back to select sources.',
|
|
352
352
|
PLEASE_ADD_SOURCE: 'Please add a source',
|
package/lib/snippets.js
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
export { A as AddButton } from './index-
|
|
2
|
-
export { E as EditButton, N as NoteBackToSummary } from './index-
|
|
1
|
+
export { A as AddButton } from './index-BsDmE-1M.js';
|
|
2
|
+
export { E as EditButton, N as NoteBackToSummary } from './index-McgJMLSC.js';
|
|
3
3
|
import 'react';
|
|
4
|
-
import './index-
|
|
4
|
+
import './index-di3Hlzql.js';
|
|
5
5
|
import './types.js';
|
|
6
6
|
import 'styled-components';
|
|
7
|
-
import './index-
|
|
8
|
-
import './index-
|
|
9
|
-
import './index-
|
|
7
|
+
import './index-jnB_opsW.js';
|
|
8
|
+
import './index-CMWGlHc6.js';
|
|
9
|
+
import './index-Dd01kW5v.js';
|
|
10
10
|
import './index-BV85P9UP.js';
|
|
11
|
-
import './useTransition-
|
|
11
|
+
import './useTransition-DE4VdDIO.js';
|
|
12
12
|
import 'react-dom';
|
|
13
|
-
import './index-
|
|
13
|
+
import './index-E-5xGoYC.js';
|
package/lib/store.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { u as useDarkMode, a as useDataStreamStore, b as useDrawerStore, c as useEntityStore, d as useFilterStore, e as useInstrumentStore, f as useModalStore, g as useNotificationStore, h as usePendingStore, i as useSelectedStore, j as useSetupStore } from './index-
|
|
1
|
+
export { u as useDarkMode, a as useDataStreamStore, b as useDrawerStore, c as useEntityStore, d as useFilterStore, e as useInstrumentStore, f as useModalStore, g as useNotificationStore, h as usePendingStore, i as useSelectedStore, j as useSetupStore } from './index-di3Hlzql.js';
|
|
2
2
|
import 'react';
|
|
3
3
|
import './types.js';
|
|
4
4
|
import 'styled-components';
|
package/lib/theme.js
CHANGED
package/lib/types.js
CHANGED
|
@@ -251,6 +251,8 @@ var DestinationTypes;
|
|
|
251
251
|
DestinationTypes["Seq"] = "seq";
|
|
252
252
|
DestinationTypes["Signoz"] = "signoz";
|
|
253
253
|
DestinationTypes["Splunk"] = "splunk";
|
|
254
|
+
DestinationTypes["SplunkSapm"] = "splunksapm";
|
|
255
|
+
DestinationTypes["SplunkOtlp"] = "splunkotlp";
|
|
254
256
|
DestinationTypes["SumoLogic"] = "sumologic";
|
|
255
257
|
DestinationTypes["TelemetryHub"] = "telemetryhub";
|
|
256
258
|
DestinationTypes["Tempo"] = "tempo";
|
package/lib/{useSourceSelectionFormData-CH2xUOpu.js → useSourceSelectionFormData-KKJLbIoW.js}
RENAMED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { ActionKeyTypes, ActionType, StatusType, AddNodeTypes, EntityTypes, FieldTypes } from './types.js';
|
|
2
|
-
import { g as useNotificationStore, F as FORM_ALERTS, f as useModalStore, b as useDrawerStore, c as useEntityStore, a as useDataStreamStore, j as useSetupStore } from './index-
|
|
2
|
+
import { g as useNotificationStore, F as FORM_ALERTS, f as useModalStore, b as useDrawerStore, c as useEntityStore, a as useDataStreamStore, j as useSetupStore } from './index-di3Hlzql.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-BV85P9UP.js';
|
|
6
|
-
import { b as useGenericForm } from './useTransition-
|
|
6
|
+
import { b as useGenericForm } from './useTransition-DE4VdDIO.js';
|
|
7
7
|
import { g as getIdFromSseTarget, i as isLegalK8sLabel, m as mapExportedSignals } from './index-BlZKWuxe.js';
|
|
8
8
|
|
|
9
9
|
const INITIAL$2 = {
|
|
@@ -540,6 +540,7 @@ const useSourceSelectionFormData = (params) => {
|
|
|
540
540
|
}, [namespaces]);
|
|
541
541
|
// form filters
|
|
542
542
|
const [searchText, setSearchText] = useState('');
|
|
543
|
+
const [searchBy, setSearchBy] = useState(EntityTypes.Source);
|
|
543
544
|
const [showSelectedOnly, setShowSelectedOnly] = useState(false);
|
|
544
545
|
const onSelectNamespace = (ns, selectAll) => {
|
|
545
546
|
setSelectedNamespace((prev) => (prev === ns && typeof selectAll !== 'boolean' ? '' : ns));
|
|
@@ -568,16 +569,17 @@ const useSourceSelectionFormData = (params) => {
|
|
|
568
569
|
setSelectedFutureApps((prev) => ({ ...prev, [id]: bool }));
|
|
569
570
|
};
|
|
570
571
|
const filteredNamespacesAndSources = useMemo(() => {
|
|
571
|
-
const isSearchOk = (targetText) => !searchText || targetText.toLowerCase().includes(searchText);
|
|
572
|
+
const isSearchOk = (targetText, entityType) => !searchText || searchBy !== entityType || (searchBy === entityType && targetText.toLowerCase().includes(searchText));
|
|
572
573
|
const isOnlySelectedOk = (source) => !showSelectedOnly || source.selected;
|
|
573
574
|
const payload = {};
|
|
574
|
-
const filteredNamespacesMatrix = Object.entries(selectedSources).filter(([ns]) =>
|
|
575
|
+
const filteredNamespacesMatrix = Object.entries(selectedSources).filter(([ns]) => {
|
|
576
|
+
return isSearchOk(ns, EntityTypes.Namespace);
|
|
577
|
+
});
|
|
575
578
|
filteredNamespacesMatrix.forEach(([ns, srcs]) => {
|
|
576
|
-
|
|
577
|
-
payload[ns] = filteredSources;
|
|
579
|
+
payload[ns] = srcs.filter((src) => isSearchOk(src.name, EntityTypes.Source) && isOnlySelectedOk(src));
|
|
578
580
|
});
|
|
579
581
|
return payload;
|
|
580
|
-
}, [selectedSources, searchText, showSelectedOnly]);
|
|
582
|
+
}, [selectedSources, searchText, searchBy, showSelectedOnly]);
|
|
581
583
|
// This is to filter the user-specific-selections, therebey minimizing the amount of data sent to the API on "persist sources".
|
|
582
584
|
const getApiSourcesPayload = () => {
|
|
583
585
|
const payload = {};
|
|
@@ -617,6 +619,8 @@ const useSourceSelectionFormData = (params) => {
|
|
|
617
619
|
onSelectFutureApps,
|
|
618
620
|
searchText,
|
|
619
621
|
setSearchText,
|
|
622
|
+
searchBy,
|
|
623
|
+
setSearchBy,
|
|
620
624
|
showSelectedOnly,
|
|
621
625
|
setShowSelectedOnly,
|
|
622
626
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React, { useState, useRef, useEffect, useCallback } from 'react';
|
|
2
|
-
import { g as useNotificationStore } from './index-
|
|
2
|
+
import { g as useNotificationStore } from './index-di3Hlzql.js';
|
|
3
3
|
import { CodeAttributesKeyTypes, PayloadCollectionKeyTypes } from './types.js';
|
|
4
4
|
import styled from 'styled-components';
|
|
5
5
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@odigos/ui-kit",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.38",
|
|
4
4
|
"author": "Odigos",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -105,9 +105,9 @@
|
|
|
105
105
|
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
106
106
|
"@storybook/addon-essentials": "^8.6.14",
|
|
107
107
|
"@storybook/addon-webpack5-compiler-babel": "^3.0.6",
|
|
108
|
-
"@storybook/react": "
|
|
109
|
-
"@storybook/react-webpack5": "
|
|
110
|
-
"@types/node": "^
|
|
108
|
+
"@storybook/react": "8.6.14",
|
|
109
|
+
"@storybook/react-webpack5": "8.6.14",
|
|
110
|
+
"@types/node": "^24.0.0",
|
|
111
111
|
"@types/react": "^19.1.6",
|
|
112
112
|
"@types/react-dom": "^19.1.6",
|
|
113
113
|
"babel-loader": "^10.0.0",
|
|
@@ -116,10 +116,10 @@
|
|
|
116
116
|
"eslint-config-next": "^15.3.3",
|
|
117
117
|
"next": "^15.3.3",
|
|
118
118
|
"postcss": "^8.5.4",
|
|
119
|
-
"rollup": "^4.
|
|
119
|
+
"rollup": "^4.43.0",
|
|
120
120
|
"rollup-plugin-postcss": "^4.0.2",
|
|
121
121
|
"rollup-plugin-typescript2": "^0.36.0",
|
|
122
|
-
"storybook": "
|
|
122
|
+
"storybook": "8.6.14",
|
|
123
123
|
"typescript": "^5.8.3"
|
|
124
124
|
}
|
|
125
125
|
}
|