@odigos/ui-kit 0.0.122 → 0.0.124
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/chunks/ui-components-898f30d4.js +1655 -0
- package/lib/chunks/vendor-f206ac21.js +1 -0
- package/lib/components/index.d.ts +1 -0
- package/lib/components/loading-text/index.d.ts +1 -1
- package/lib/components/scroll-y/index.d.ts +8 -0
- package/lib/components/styled.d.ts +1 -0
- package/lib/components/v2.js +1 -1
- package/lib/components.js +1 -1
- package/lib/constants.js +1 -1
- package/lib/containers/data-flow/column/add.d.ts +8 -0
- package/lib/containers/data-flow/column/base.d.ts +20 -0
- package/lib/containers/data-flow/column/frame.d.ts +11 -0
- package/lib/containers/data-flow/column/head.d.ts +10 -0
- package/lib/containers/data-flow/column/index.d.ts +13 -0
- package/lib/containers/data-flow/index.d.ts +2 -2
- package/lib/containers.js +194 -106
- package/lib/functions.js +1 -1
- package/lib/hooks.js +1 -1
- package/lib/icons.js +1 -1
- package/lib/snippets/react-flow/index.d.ts +0 -10
- package/lib/snippets.js +1 -1
- package/lib/store.js +1 -1
- package/lib/theme.js +1 -1
- package/lib/types.js +1 -1
- package/lib/visuals.js +1 -1
- package/package.json +16 -15
- package/lib/chunks/ui-components-444f70da.js +0 -1755
- package/lib/chunks/vendor-1dea551d.js +0 -1
- package/lib/containers/data-flow/helpers/build-action-nodes.d.ts +0 -17
- package/lib/containers/data-flow/helpers/build-destination-nodes.d.ts +0 -17
- package/lib/containers/data-flow/helpers/build-edges.d.ts +0 -12
- package/lib/containers/data-flow/helpers/build-other-nodes.d.ts +0 -8
- package/lib/containers/data-flow/helpers/build-rule-nodes.d.ts +0 -17
- package/lib/containers/data-flow/helpers/build-source-nodes.d.ts +0 -18
- package/lib/containers/data-flow/helpers/get-node-positions.d.ts +0 -11
- package/lib/snippets/react-flow/edges/labeled-edge.d.ts +0 -10
- package/lib/snippets/react-flow/node-config.d.ts +0 -6
- package/lib/snippets/react-flow/nodes/add-node.d.ts +0 -11
- package/lib/snippets/react-flow/nodes/base-node.d.ts +0 -21
- package/lib/snippets/react-flow/nodes/edged-node.d.ts +0 -9
- package/lib/snippets/react-flow/nodes/frame-node.d.ts +0 -9
- package/lib/snippets/react-flow/nodes/header-node.d.ts +0 -14
- package/lib/snippets/react-flow/nodes/odi-logo-node.d.ts +0 -5
- package/lib/snippets/react-flow/nodes/scroll-node.d.ts +0 -15
- package/lib/snippets/react-flow/nodes/skeleton-node.d.ts +0 -8
|
@@ -1,13 +1,3 @@
|
|
|
1
|
-
import nodeConfig from './node-config';
|
|
2
|
-
export { nodeConfig };
|
|
3
1
|
export * from './flow';
|
|
4
|
-
export * from './nodes/add-node';
|
|
5
|
-
export * from './nodes/base-node';
|
|
6
|
-
export * from './nodes/edged-node';
|
|
7
|
-
export * from './nodes/frame-node';
|
|
8
|
-
export * from './nodes/header-node';
|
|
9
2
|
export * from './nodes/map-item-node';
|
|
10
3
|
export * from './nodes/no-data-node';
|
|
11
|
-
export * from './nodes/scroll-node';
|
|
12
|
-
export * from './nodes/skeleton-node';
|
|
13
|
-
export * from './edges/labeled-edge';
|
package/lib/snippets.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{
|
|
1
|
+
export{aU as AddButton,bs as CopyText,bo as EditButton,bn as Flow,cy as MapItemNode,cz as NoDataNode,aV as NoteBackToSummary,bu as PodContainer,by as SourceContainer}from"./chunks/ui-components-898f30d4.js";import"./icons.js";import"react";import"zustand";import"javascript-time-ago";import"./chunks/vendor-f206ac21.js";import"react-dom";import"styled-components";import"@xyflow/react";import"prism-react-renderer";import"react-error-boundary";import"lottie-react";
|
package/lib/store.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{
|
|
1
|
+
export{cl as useActiveNodeStore,bM as useDarkMode,ax as useDataStreamStore,p as useDrawerStore,w as useEntityStore,a2 as useFilterStore,al as useInstrumentStore,N as useModalStore,o as useNotificationStore,u as usePendingStore,ak as useSelectedStore,aQ as useSetupStore}from"./chunks/ui-components-898f30d4.js";import"./icons.js";import"react";import"zustand";import"javascript-time-ago";import"./chunks/vendor-f206ac21.js";import"react-dom";import"styled-components";import"@xyflow/react";import"prism-react-renderer";import"react-error-boundary";import"lottie-react";
|
package/lib/theme.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{T as default}from"./chunks/ui-components-
|
|
1
|
+
export{T as default}from"./chunks/ui-components-898f30d4.js";import"styled-components";import"./icons.js";import"react";import"zustand";import"javascript-time-ago";import"./chunks/vendor-f206ac21.js";import"react-dom";import"@xyflow/react";import"prism-react-renderer";import"react-error-boundary";import"lottie-react";
|
package/lib/types.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{
|
|
1
|
+
export{bR as ActionCategory,c as ActionKeyTypes,A as ActionType,b$ as AddNodeTypes,bJ as AgentEnvVarsInjectionMethod,bU as BooleanOperation,bb as CodeAttributesKeyTypes,J as Crud,b9 as CustomInstrumentationsKeyTypes,c0 as DestinationTypes,b_ as EdgeTypes,E as EntityTypes,j as FieldTypes,ba as GolangCustomProbe,b7 as HeadersCollectionKeyTypes,d as InputTypes,bL as InstallationMethod,bd as InstrumentationRuleType,bY as IntrumentationStatus,b8 as JavaCustomProbe,bV as JsonOperation,K as K8sAttributesFrom,bz as K8sResourceKind,bI as MountMethod,bm as NodeTypes,bT as NumberOperation,c1 as OdigosHealthStatus,aW as OtherEntityTypes,a0 as OtherStatus,bc as PayloadCollectionKeyTypes,bX as PlatformType,bK as Profile,bA as ProgrammingLanguages,a_ as SignalType,bZ as SortDirection,v as StatusType,bS as StringOperation,bW as Tier}from"./chunks/ui-components-898f30d4.js";import"./icons.js";import"react";import"zustand";import"javascript-time-ago";import"./chunks/vendor-f206ac21.js";import"react-dom";import"styled-components";import"@xyflow/react";import"prism-react-renderer";import"react-error-boundary";import"lottie-react";
|
package/lib/visuals.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import o from"react";import t from"styled-components";import{OdigosLogo as s}from"./icons.js";import"./chunks/ui-components-
|
|
1
|
+
import o from"react";import t from"styled-components";import{OdigosLogo as s}from"./icons.js";import"./chunks/ui-components-898f30d4.js";import"zustand";import"javascript-time-ago";import"./chunks/vendor-f206ac21.js";import"react-dom";import"@xyflow/react";import"prism-react-renderer";import"react-error-boundary";import"lottie-react";const p=434,i=635,r=t.div`
|
|
2
2
|
width: ${434}px;
|
|
3
3
|
height: ${635}px;
|
|
4
4
|
display: flex;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@odigos/ui-kit",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.124",
|
|
4
4
|
"author": "Odigos",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -98,7 +98,8 @@
|
|
|
98
98
|
"zustand": "^5.0.6"
|
|
99
99
|
},
|
|
100
100
|
"dependencies": {
|
|
101
|
-
"@
|
|
101
|
+
"@tanstack/react-virtual": "^3.13.12",
|
|
102
|
+
"@xyflow/react": "^12.9.3",
|
|
102
103
|
"javascript-time-ago": "^2.5.12",
|
|
103
104
|
"lottie-react": "^2.4.1",
|
|
104
105
|
"prism-react-renderer": "^2.4.1",
|
|
@@ -109,34 +110,34 @@
|
|
|
109
110
|
"zustand": "^5.0.8"
|
|
110
111
|
},
|
|
111
112
|
"devDependencies": {
|
|
112
|
-
"@babel/core": "^7.28.
|
|
113
|
-
"@babel/preset-env": "^7.28.
|
|
114
|
-
"@babel/preset-react": "^7.
|
|
115
|
-
"@babel/preset-typescript": "^7.
|
|
113
|
+
"@babel/core": "^7.28.5",
|
|
114
|
+
"@babel/preset-env": "^7.28.5",
|
|
115
|
+
"@babel/preset-react": "^7.28.5",
|
|
116
|
+
"@babel/preset-typescript": "^7.28.5",
|
|
116
117
|
"@eslint/eslintrc": "^3.3.1",
|
|
117
118
|
"@rollup/plugin-commonjs": "^28.0.6",
|
|
118
119
|
"@rollup/plugin-json": "^6.1.0",
|
|
119
120
|
"@rollup/plugin-node-resolve": "^16.0.1",
|
|
120
121
|
"@rollup/plugin-terser": "^0.4.4",
|
|
121
122
|
"@rollup/plugin-typescript": "^12.1.4",
|
|
122
|
-
"@storybook/addon-docs": "^
|
|
123
|
-
"@storybook/addon-webpack5-compiler-babel": "^
|
|
124
|
-
"@storybook/react-webpack5": "
|
|
125
|
-
"@types/node": "^24.
|
|
126
|
-
"@types/react": "^19.2.
|
|
127
|
-
"@types/react-dom": "^19.2.
|
|
123
|
+
"@storybook/addon-docs": "^10.0.7",
|
|
124
|
+
"@storybook/addon-webpack5-compiler-babel": "^4.0.0",
|
|
125
|
+
"@storybook/react-webpack5": "10.0.7",
|
|
126
|
+
"@types/node": "^24.10.1",
|
|
127
|
+
"@types/react": "^19.2.5",
|
|
128
|
+
"@types/react-dom": "^19.2.3",
|
|
128
129
|
"babel-loader": "^10.0.0",
|
|
129
130
|
"babel-plugin-styled-components": "^2.1.4",
|
|
130
|
-
"eslint": "^9.
|
|
131
|
+
"eslint": "^9.39.1",
|
|
131
132
|
"eslint-config-next": "^15.5.6",
|
|
132
|
-
"eslint-plugin-storybook": "
|
|
133
|
+
"eslint-plugin-storybook": "10.0.7",
|
|
133
134
|
"next": "^15.5.6",
|
|
134
135
|
"postcss": "^8.5.6",
|
|
135
136
|
"rollup": "^3.29.4",
|
|
136
137
|
"rollup-plugin-filesize": "^10.0.0",
|
|
137
138
|
"rollup-plugin-postcss": "^4.0.2",
|
|
138
139
|
"rollup-plugin-visualizer": "^6.0.3",
|
|
139
|
-
"storybook": "
|
|
140
|
+
"storybook": "10.0.7",
|
|
140
141
|
"typescript": "^5.9.3"
|
|
141
142
|
}
|
|
142
143
|
}
|