@odigos/ui-kit 0.0.20 → 0.0.22
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.js +7 -14
- package/lib/constants.js +3 -3
- package/lib/containers.js +1021 -875
- package/lib/functions.js +12 -6
- package/lib/hooks.js +5 -5
- package/lib/icons/destinations/alauda-logo/index.d.ts +2 -0
- package/lib/icons/destinations/alibaba-cloud-logo/index.d.ts +2 -0
- package/lib/icons/destinations/bonree-logo/index.d.ts +2 -0
- package/lib/icons/destinations/checkly-logo/index.d.ts +2 -0
- package/lib/icons/destinations/greptime-logo/index.d.ts +2 -0
- package/lib/icons/destinations/index.d.ts +12 -0
- package/lib/icons/destinations/observe-logo/index.d.ts +2 -0
- package/lib/icons/destinations/one-uptime-logo/index.d.ts +2 -0
- package/lib/icons/destinations/open-observe-logo/index.d.ts +2 -0
- package/lib/icons/destinations/oracle-logo/index.d.ts +2 -0
- package/lib/icons/destinations/seq-logo/index.d.ts +2 -0
- package/lib/icons/destinations/telemetry-hub-logo/index.d.ts +2 -0
- package/lib/icons/destinations/tingyun-logo/index.d.ts +2 -0
- package/lib/icons.js +2 -2
- package/lib/{index-BoH4B5XC.js → index-3mlRUlHD.js} +656 -1396
- package/lib/{index-WSle42rz.js → index-BfUUVS8N.js} +1 -1
- package/lib/{index-DSzybApb.js → index-C48Fe7Pl.js} +15 -3
- package/lib/{index-CD_BQJCD.js → index-C7Y1tYdc.js} +1 -1
- package/lib/{index-DB8Djrsy.js → index-CksKgOxY.js} +161 -1
- package/lib/{index-BFRz3l_w.js → index-D3sp5Hx7.js} +2 -2
- package/lib/{index-BazfJyRh.js → index-DiTtXTRm.js} +6 -10
- package/lib/store.js +1 -1
- package/lib/theme/index.d.ts +3 -3
- package/lib/theme.js +1 -7
- package/lib/types/destinations/index.d.ts +12 -0
- package/lib/types.js +12 -0
- package/lib/{useSourceSelectionFormData-_2PggiXn.js → useSourceSelectionFormData-CrKof314.js} +3 -3
- package/lib/{useTransition-bXMKBfST.js → useTransition-D0ykOLrk.js} +2 -2
- package/package.json +26 -26
|
@@ -2,11 +2,15 @@ import type { Comparison } from '@/functions';
|
|
|
2
2
|
import type { DropdownProps } from '@/components';
|
|
3
3
|
import { type Condition, FieldTypes } from '../common';
|
|
4
4
|
export declare enum DestinationTypes {
|
|
5
|
+
Alauda = "alauda",
|
|
6
|
+
AlibabaCloud = "alibabacloud",
|
|
5
7
|
AppDynamics = "appdynamics",
|
|
6
8
|
Axiom = "axiom",
|
|
7
9
|
AzureBlob = "azureblob",
|
|
8
10
|
BetterStack = "betterstack",
|
|
11
|
+
Bonree = "bonree",
|
|
9
12
|
Causely = "causely",
|
|
13
|
+
Checkly = "checkly",
|
|
10
14
|
Chronosphere = "chronosphere",
|
|
11
15
|
ClickHouse = "clickhouse",
|
|
12
16
|
CloudWatch = "cloudwatch",
|
|
@@ -20,6 +24,7 @@ export declare enum DestinationTypes {
|
|
|
20
24
|
GrafanaCloudLoki = "grafanacloudloki",
|
|
21
25
|
GrafanaCloudPrometheus = "grafanacloudprometheus",
|
|
22
26
|
GrafanaCloudTempo = "grafanacloudtempo",
|
|
27
|
+
Greptime = "greptime",
|
|
23
28
|
Groundcover = "groundcover",
|
|
24
29
|
Honeycomb = "honeycomb",
|
|
25
30
|
HyperDX = "hyperdx",
|
|
@@ -34,7 +39,11 @@ export declare enum DestinationTypes {
|
|
|
34
39
|
Lumigo = "lumigo",
|
|
35
40
|
Middleware = "middleware",
|
|
36
41
|
NewRelic = "newrelic",
|
|
42
|
+
Observe = "observe",
|
|
43
|
+
OneUptime = "oneuptime",
|
|
44
|
+
OpenObserve = "openobserve",
|
|
37
45
|
Opsverse = "opsverse",
|
|
46
|
+
Oracle = "oracle",
|
|
38
47
|
OTLP = "otlp",
|
|
39
48
|
OTLPHttp = "otlphttp",
|
|
40
49
|
Prometheus = "prometheus",
|
|
@@ -42,10 +51,13 @@ export declare enum DestinationTypes {
|
|
|
42
51
|
QrynOss = "qryn-oss",
|
|
43
52
|
Quickwit = "quickwit",
|
|
44
53
|
S3 = "s3",
|
|
54
|
+
Seq = "seq",
|
|
45
55
|
Signoz = "signoz",
|
|
46
56
|
Splunk = "splunk",
|
|
47
57
|
SumoLogic = "sumologic",
|
|
58
|
+
TelemetryHub = "telemetryhub",
|
|
48
59
|
Tempo = "tempo",
|
|
60
|
+
Tingyun = "tingyun",
|
|
49
61
|
Traceloop = "traceloop",
|
|
50
62
|
Uptrace = "uptrace",
|
|
51
63
|
XRay = "xray"
|
package/lib/types.js
CHANGED
|
@@ -133,11 +133,15 @@ var AddNodeTypes;
|
|
|
133
133
|
|
|
134
134
|
var DestinationTypes;
|
|
135
135
|
(function (DestinationTypes) {
|
|
136
|
+
DestinationTypes["Alauda"] = "alauda";
|
|
137
|
+
DestinationTypes["AlibabaCloud"] = "alibabacloud";
|
|
136
138
|
DestinationTypes["AppDynamics"] = "appdynamics";
|
|
137
139
|
DestinationTypes["Axiom"] = "axiom";
|
|
138
140
|
DestinationTypes["AzureBlob"] = "azureblob";
|
|
139
141
|
DestinationTypes["BetterStack"] = "betterstack";
|
|
142
|
+
DestinationTypes["Bonree"] = "bonree";
|
|
140
143
|
DestinationTypes["Causely"] = "causely";
|
|
144
|
+
DestinationTypes["Checkly"] = "checkly";
|
|
141
145
|
DestinationTypes["Chronosphere"] = "chronosphere";
|
|
142
146
|
DestinationTypes["ClickHouse"] = "clickhouse";
|
|
143
147
|
DestinationTypes["CloudWatch"] = "cloudwatch";
|
|
@@ -151,6 +155,7 @@ var DestinationTypes;
|
|
|
151
155
|
DestinationTypes["GrafanaCloudLoki"] = "grafanacloudloki";
|
|
152
156
|
DestinationTypes["GrafanaCloudPrometheus"] = "grafanacloudprometheus";
|
|
153
157
|
DestinationTypes["GrafanaCloudTempo"] = "grafanacloudtempo";
|
|
158
|
+
DestinationTypes["Greptime"] = "greptime";
|
|
154
159
|
DestinationTypes["Groundcover"] = "groundcover";
|
|
155
160
|
DestinationTypes["Honeycomb"] = "honeycomb";
|
|
156
161
|
DestinationTypes["HyperDX"] = "hyperdx";
|
|
@@ -165,7 +170,11 @@ var DestinationTypes;
|
|
|
165
170
|
DestinationTypes["Lumigo"] = "lumigo";
|
|
166
171
|
DestinationTypes["Middleware"] = "middleware";
|
|
167
172
|
DestinationTypes["NewRelic"] = "newrelic";
|
|
173
|
+
DestinationTypes["Observe"] = "observe";
|
|
174
|
+
DestinationTypes["OneUptime"] = "oneuptime";
|
|
175
|
+
DestinationTypes["OpenObserve"] = "openobserve";
|
|
168
176
|
DestinationTypes["Opsverse"] = "opsverse";
|
|
177
|
+
DestinationTypes["Oracle"] = "oracle";
|
|
169
178
|
DestinationTypes["OTLP"] = "otlp";
|
|
170
179
|
DestinationTypes["OTLPHttp"] = "otlphttp";
|
|
171
180
|
DestinationTypes["Prometheus"] = "prometheus";
|
|
@@ -173,10 +182,13 @@ var DestinationTypes;
|
|
|
173
182
|
DestinationTypes["QrynOss"] = "qryn-oss";
|
|
174
183
|
DestinationTypes["Quickwit"] = "quickwit";
|
|
175
184
|
DestinationTypes["S3"] = "s3";
|
|
185
|
+
DestinationTypes["Seq"] = "seq";
|
|
176
186
|
DestinationTypes["Signoz"] = "signoz";
|
|
177
187
|
DestinationTypes["Splunk"] = "splunk";
|
|
178
188
|
DestinationTypes["SumoLogic"] = "sumologic";
|
|
189
|
+
DestinationTypes["TelemetryHub"] = "telemetryhub";
|
|
179
190
|
DestinationTypes["Tempo"] = "tempo";
|
|
191
|
+
DestinationTypes["Tingyun"] = "tingyun";
|
|
180
192
|
DestinationTypes["Traceloop"] = "traceloop";
|
|
181
193
|
DestinationTypes["Uptrace"] = "uptrace";
|
|
182
194
|
DestinationTypes["XRay"] = "xray";
|
package/lib/{useSourceSelectionFormData-_2PggiXn.js → useSourceSelectionFormData-CrKof314.js}
RENAMED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { ActionType, StatusType, AddNodeTypes, EntityTypes, FieldTypes } from './types.js';
|
|
2
2
|
import { useState, useEffect, useCallback } from 'react';
|
|
3
|
-
import { f as useNotificationStore, e as useModalStore, a as useDrawerStore, b as useEntityStore, i as useSetupStore } from './index-
|
|
3
|
+
import { f as useNotificationStore, e as useModalStore, a as useDrawerStore, b as useEntityStore, i as useSetupStore } from './index-DiTtXTRm.js';
|
|
4
4
|
import 'styled-components';
|
|
5
5
|
import { i as isEmpty, s as safeJsonParse } from './index-BZS1ijMm.js';
|
|
6
|
-
import './index-
|
|
6
|
+
import './index-D3sp5Hx7.js';
|
|
7
7
|
import { F as FORM_ALERTS } from './index-C_0J5P9M.js';
|
|
8
|
-
import { b as useGenericForm } from './useTransition-
|
|
8
|
+
import { b as useGenericForm } from './useTransition-D0ykOLrk.js';
|
|
9
9
|
import { g as getIdFromSseTarget } from './index-7-KCQK-x.js';
|
|
10
10
|
|
|
11
11
|
const INITIAL$2 = {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { useState, useRef, useEffect, useCallback } from 'react';
|
|
2
|
-
import './index-
|
|
3
|
-
import { f as useNotificationStore } from './index-
|
|
2
|
+
import './index-D3sp5Hx7.js';
|
|
3
|
+
import { f as useNotificationStore } from './index-DiTtXTRm.js';
|
|
4
4
|
import { CodeAttributesKeyTypes, PayloadCollectionKeyTypes } from './types.js';
|
|
5
5
|
import styled from 'styled-components';
|
|
6
6
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@odigos/ui-kit",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.22",
|
|
4
4
|
"author": "Odigos",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -67,25 +67,25 @@
|
|
|
67
67
|
}
|
|
68
68
|
},
|
|
69
69
|
"peerDependencies": {
|
|
70
|
-
"@xyflow/react": "^12.
|
|
70
|
+
"@xyflow/react": "^12.5.5",
|
|
71
71
|
"javascript-time-ago": "^2.5.11",
|
|
72
|
+
"lottie-react": "^2.4.1",
|
|
72
73
|
"prism-react-renderer": "^2.4.1",
|
|
73
|
-
"react": "^19.
|
|
74
|
-
"react-dom": "^19.
|
|
74
|
+
"react": "^19.1.0",
|
|
75
|
+
"react-dom": "^19.1.0",
|
|
75
76
|
"react-error-boundary": "^5.0.0",
|
|
76
|
-
"
|
|
77
|
-
"styled-components": "^6.1.16",
|
|
77
|
+
"styled-components": "6.1.15",
|
|
78
78
|
"zustand": "^5.0.3"
|
|
79
79
|
},
|
|
80
80
|
"dependencies": {
|
|
81
|
-
"@xyflow/react": "^12.
|
|
81
|
+
"@xyflow/react": "^12.5.5",
|
|
82
82
|
"javascript-time-ago": "^2.5.11",
|
|
83
|
+
"lottie-react": "^2.4.1",
|
|
83
84
|
"prism-react-renderer": "^2.4.1",
|
|
84
|
-
"react": "^19.
|
|
85
|
-
"react-dom": "^19.
|
|
85
|
+
"react": "^19.1.0",
|
|
86
|
+
"react-dom": "^19.1.0",
|
|
86
87
|
"react-error-boundary": "^5.0.0",
|
|
87
|
-
"
|
|
88
|
-
"styled-components": "^6.1.16",
|
|
88
|
+
"styled-components": "6.1.15",
|
|
89
89
|
"zustand": "^5.0.3"
|
|
90
90
|
},
|
|
91
91
|
"devDependencies": {
|
|
@@ -96,27 +96,27 @@
|
|
|
96
96
|
"@rollup/plugin-commonjs": "^28.0.3",
|
|
97
97
|
"@rollup/plugin-json": "^6.1.0",
|
|
98
98
|
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
99
|
-
"@storybook/addon-essentials": "^8.6.
|
|
100
|
-
"@storybook/addon-webpack5-compiler-babel": "^3.0.
|
|
101
|
-
"@storybook/react": "^8.6.
|
|
102
|
-
"@storybook/react-webpack5": "^8.6.
|
|
103
|
-
"@types/node": "^22.
|
|
104
|
-
"@types/react": "^19.0
|
|
105
|
-
"@types/react-dom": "^19.
|
|
99
|
+
"@storybook/addon-essentials": "^8.6.12",
|
|
100
|
+
"@storybook/addon-webpack5-compiler-babel": "^3.0.6",
|
|
101
|
+
"@storybook/react": "^8.6.12",
|
|
102
|
+
"@storybook/react-webpack5": "^8.6.12",
|
|
103
|
+
"@types/node": "^22.14.0",
|
|
104
|
+
"@types/react": "^19.1.0",
|
|
105
|
+
"@types/react-dom": "^19.1.2",
|
|
106
106
|
"@types/react-lottie": "^1.2.10",
|
|
107
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
108
|
-
"@typescript-eslint/parser": "^8.
|
|
107
|
+
"@typescript-eslint/eslint-plugin": "^8.29.1",
|
|
108
|
+
"@typescript-eslint/parser": "^8.29.1",
|
|
109
109
|
"babel-loader": "^10.0.0",
|
|
110
110
|
"babel-plugin-styled-components": "^2.1.4",
|
|
111
|
-
"eslint": "^9.
|
|
112
|
-
"eslint-plugin-react": "^7.37.
|
|
113
|
-
"eslint-plugin-storybook": "^0.
|
|
111
|
+
"eslint": "^9.24.0",
|
|
112
|
+
"eslint-plugin-react": "^7.37.5",
|
|
113
|
+
"eslint-plugin-storybook": "^0.12.0",
|
|
114
114
|
"html-webpack-plugin": "^5.6.3",
|
|
115
115
|
"postcss": "^8.5.3",
|
|
116
|
-
"rollup": "^4.
|
|
116
|
+
"rollup": "^4.39.0",
|
|
117
117
|
"rollup-plugin-postcss": "^4.0.2",
|
|
118
118
|
"rollup-plugin-typescript2": "^0.36.0",
|
|
119
|
-
"storybook": "^8.6.
|
|
120
|
-
"typescript": "^5.8.
|
|
119
|
+
"storybook": "^8.6.12",
|
|
120
|
+
"typescript": "^5.8.3"
|
|
121
121
|
}
|
|
122
122
|
}
|