@odigos/ui-kit 0.0.99 → 0.0.101
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 +14 -0
- package/lib/chunks/ui-components-365e1848.js +1604 -0
- package/lib/chunks/vendor-1dea551d.js +1 -0
- package/lib/components.js +1 -1
- package/lib/constants.js +1 -1
- package/lib/containers.js +111 -111
- package/lib/functions.js +1 -1
- package/lib/hooks.js +1 -1
- package/lib/icons.js +1 -1
- package/lib/snippets/add-button/index.d.ts +2 -1
- package/lib/snippets.js +1 -1
- package/lib/store.js +1 -1
- package/lib/theme.js +1 -1
- package/lib/types/actions/index.d.ts +6 -0
- package/lib/types.js +1 -1
- package/package.json +1 -1
- package/bundle-analysis.html +0 -4949
- package/eslint.config.mjs +0 -34
- package/lib/chunks/ui-components-675457f7.js +0 -1604
- package/lib/chunks/vendor-56978108.js +0 -1
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
|
-
import { type ButtonProps } from '@/components';
|
|
2
|
+
import { type ButtonProps, TextProps } from '@/components';
|
|
3
3
|
interface AddButtonProps extends ButtonProps {
|
|
4
4
|
label?: string;
|
|
5
|
+
textProps?: TextProps;
|
|
5
6
|
}
|
|
6
7
|
declare const AddButton: FC<AddButtonProps>;
|
|
7
8
|
export { AddButton, type AddButtonProps };
|
package/lib/snippets.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{
|
|
1
|
+
export{aS as AddButton,cf as AddNode,cg as BaseNode,bo as CopyText,ch as EdgedNode,bl as EditButton,az as Flow,ci as FrameNode,cj as HeaderNode,co as LabeledEdge,ck as MapItemNode,cl as NoDataNode,aT as NoteBackToSummary,bq as PodContainer,cm as ScrollNode,cn as SkeletonNode,bu as SourceContainer,al as nodeConfig}from"./chunks/ui-components-365e1848.js";import"./icons.js";import"react";import"zustand";import"javascript-time-ago";import"./chunks/vendor-1dea551d.js";import"styled-components";import"@xyflow/react";import"react-dom";import"prism-react-renderer";import"react-error-boundary";import"lottie-react";
|
package/lib/store.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{
|
|
1
|
+
export{ce as useActiveNodeStore,bI as useDarkMode,as as useDataStreamStore,p as useDrawerStore,w as useEntityStore,a2 as useFilterStore,at as useInstrumentStore,N as useModalStore,o as useNotificationStore,u as usePendingStore,bh as useSelectedStore,a$ as useSetupStore}from"./chunks/ui-components-365e1848.js";import"./icons.js";import"react";import"zustand";import"javascript-time-ago";import"./chunks/vendor-1dea551d.js";import"styled-components";import"@xyflow/react";import"react-dom";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-365e1848.js";import"styled-components";import"./icons.js";import"react";import"zustand";import"javascript-time-ago";import"./chunks/vendor-1dea551d.js";import"@xyflow/react";import"react-dom";import"prism-react-renderer";import"react-error-boundary";import"lottie-react";
|
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
import { SignalType } from '../signals';
|
|
2
2
|
import type { Condition, SVG } from '../common';
|
|
3
|
+
export declare enum K8sAttributesFrom {
|
|
4
|
+
Pod = "pod",
|
|
5
|
+
Namespace = "namespace"
|
|
6
|
+
}
|
|
3
7
|
export declare enum ActionCategory {
|
|
4
8
|
Attributes = "attributes",
|
|
5
9
|
Samplers = "samplers"
|
|
@@ -99,10 +103,12 @@ export interface ActionFormData {
|
|
|
99
103
|
export interface LabelsAttributes {
|
|
100
104
|
labelKey: string;
|
|
101
105
|
attributeKey: string;
|
|
106
|
+
from?: K8sAttributesFrom;
|
|
102
107
|
}
|
|
103
108
|
export interface AnnotationsAttributes {
|
|
104
109
|
annotationKey: string;
|
|
105
110
|
attributeKey: string;
|
|
111
|
+
from?: K8sAttributesFrom;
|
|
106
112
|
}
|
|
107
113
|
export interface ClusterAttributes {
|
|
108
114
|
attributeName: string;
|
package/lib/types.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{
|
|
1
|
+
export{bN as ActionCategory,c as ActionKeyTypes,A as ActionType,am as AddNodeTypes,bF as AgentEnvVarsInjectionMethod,bQ as BooleanOperation,b9 as CodeAttributesKeyTypes,J as Crud,b8 as CustomInstrumentationsKeyTypes,bX as DestinationTypes,ak as EdgeTypes,E as EntityTypes,j as FieldTypes,b7 as HeadersCollectionKeyTypes,d as InputTypes,bH as InstallationMethod,bb as InstrumentationRuleType,bV as IntrumentationStatus,bR as JsonOperation,K as K8sAttributesFrom,bv as K8sResourceKind,bE as MountMethod,ai as NodeTypes,bP as NumberOperation,bU as OtherEntityTypes,a0 as OtherStatus,ba as PayloadCollectionKeyTypes,bT as PlatformType,bG as Profile,bw as ProgrammingLanguages,aY as SignalType,bW as SortDirection,v as StatusType,bO as StringOperation,bS as Tier}from"./chunks/ui-components-365e1848.js";import"./icons.js";import"react";import"zustand";import"javascript-time-ago";import"./chunks/vendor-1dea551d.js";import"styled-components";import"@xyflow/react";import"react-dom";import"prism-react-renderer";import"react-error-boundary";import"lottie-react";
|