@odigos/ui-kit 0.0.204 → 0.0.207
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 +322 -0
- package/lib/chunks/{index-CqkUTwRb.js → index-BWrHoFMs.js} +1 -1
- package/lib/chunks/{ui-components-B7yqdEby.js → ui-components-BlfhQM0V.js} +21 -14
- package/lib/components/_v2/badge/index.d.ts +1 -1
- package/lib/components/_v2/button/index.d.ts +3 -1
- package/lib/components/_v2/drawer/header/index.d.ts +3 -3
- package/lib/components/_v2/drawer/index.d.ts +1 -1
- package/lib/components/_v2/note/index.d.ts +1 -0
- package/lib/components/_v2/typography/index.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/_v2/_drawers/add-action-drawer/index.d.ts +2 -2
- package/lib/containers/_v2/_drawers/add-destination-drawer/index.d.ts +2 -2
- package/lib/containers/_v2/_drawers/add-rule-drawer/index.d.ts +2 -2
- package/lib/containers/_v2/_drawers/edit-config-drawer/index.d.ts +2 -2
- package/lib/containers/_v2/_drawers/system-drawer/index.d.ts +2 -1
- package/lib/containers/_v2/pipeline-collectors/general-info/yaml-drawer/index.d.ts +2 -1
- package/lib/containers/_v2/pipeline-collectors/pods-info/pod-drawer/index.d.ts +2 -2
- package/lib/containers/v2.js +33 -35
- package/lib/containers.js +5 -5
- package/lib/contexts.js +1 -1
- package/lib/functions.js +1 -1
- package/lib/hooks.js +1 -1
- package/lib/icons/brand/index.d.ts +3 -1
- package/lib/icons/brand/odigos-logo-text-central/index.d.ts +2 -0
- package/lib/icons/brand/odigos-logo-text-community/index.d.ts +2 -0
- package/lib/icons/brand/odigos-logo-text-enterprise/index.d.ts +2 -0
- package/lib/icons.js +1 -1
- package/lib/snippets/_v2/signals-checkbox-list/index.d.ts +1 -0
- package/lib/snippets/_v2/wide-drawer/column/index.d.ts +1 -1
- package/lib/snippets/_v2/wide-drawer/column-list-collapse/index.d.ts +1 -0
- package/lib/snippets/_v2/wide-drawer/column-list-item/index.d.ts +1 -0
- package/lib/snippets/_v2/wide-drawer/index.d.ts +8 -3
- 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 +2 -2
- package/lib/icons/brand/odigos-central-logo-text/index.d.ts +0 -2
|
@@ -26,6 +26,7 @@ export interface TypographyProps {
|
|
|
26
26
|
color?: CSSProperties['color'];
|
|
27
27
|
size?: TypographySize;
|
|
28
28
|
weight?: CSSProperties['fontWeight'];
|
|
29
|
+
opacity?: CSSProperties['opacity'];
|
|
29
30
|
align?: CSSProperties['textAlign'];
|
|
30
31
|
transform?: CSSProperties['textTransform'];
|
|
31
32
|
lineHeight?: CSSProperties['lineHeight'];
|
package/lib/components/v2.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{_ as Badge,B as Button,h as ButtonSize,dS as ButtonTab,dT as ButtonTabList,j as ButtonVariants,C as Checkbox,dU as CheckboxList,dV as CheckboxSize,aH as CliCommand,aw as DataCard,o as Drawer,as as DropData,au as DropDataAlignX,at as DropDataAlignY,y as DropDown,b as FieldMessage,a as FieldTitle,dW as Header,ct as HoverActions,a7 as IconButton,a8 as IconButtonSize,I as Input,f as InputList,d as InputTable,aE as Island,L as Loader,dX as Modal,dY as Navbar,N as NoData,r as Note,dZ as Radio,d_ as RadioGroup,d$ as RadioSize,q as Search,aq as SectionCard,e0 as SectionCardSize,v as Segment,ac as SegmentSize,aK as StatusCard,aC as Table,aD as TableVariant,e1 as Tag,w as TextArea,aL as TextCard,T as Toggle,e as ToggleLabelAlign,e2 as ToggleList,ag as ToggleSize,e3 as ToggleVariant,t as Typography,p as TypographySize,ah as TypographyVariants,W as WarningModal}from"../chunks/ui-components-
|
|
1
|
+
export{_ as Badge,B as Button,h as ButtonSize,dS as ButtonTab,dT as ButtonTabList,j as ButtonVariants,C as Checkbox,dU as CheckboxList,dV as CheckboxSize,aH as CliCommand,aw as DataCard,o as Drawer,as as DropData,au as DropDataAlignX,at as DropDataAlignY,y as DropDown,b as FieldMessage,a as FieldTitle,dW as Header,ct as HoverActions,a7 as IconButton,a8 as IconButtonSize,I as Input,f as InputList,d as InputTable,aE as Island,L as Loader,dX as Modal,dY as Navbar,N as NoData,r as Note,dZ as Radio,d_ as RadioGroup,d$ as RadioSize,q as Search,aq as SectionCard,e0 as SectionCardSize,v as Segment,ac as SegmentSize,aK as StatusCard,aC as Table,aD as TableVariant,e1 as Tag,w as TextArea,aL as TextCard,T as Toggle,e as ToggleLabelAlign,e2 as ToggleList,ag as ToggleSize,e3 as ToggleVariant,t as Typography,p as TypographySize,ah as TypographyVariants,W as WarningModal}from"../chunks/ui-components-BlfhQM0V.js";import"../icons.js";import"react/jsx-runtime";import"styled-components";import"zustand";import"react";import"javascript-time-ago";import"../chunks/vendor-D99eCWta.js";import"@xyflow/react";import"react-dom";import"prism-react-renderer";import"react-error-boundary";import"lottie-react";import"virtua";
|
package/lib/components.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{bi as AutocompleteInput,bC as Badge,bE as Button,b6 as CancelWarning,n as CenterThis,aQ as Checkbox,cK as Code,ba as ConditionDetails,bb as DataCard,aO as DataCardFieldTypes,ca as DataCardFields,dC as DataFinger,bG as DataTab,b5 as DeleteWarning,cr as DescribeRow,D as Divider,a$ as DocsButton,b4 as Drawer,dD as DrawerFooter,dE as DrawerHeader,bY as Dropdown,dF as ErrorBoundary,c1 as ExtendArrow,aG as FadeLoader,aR as FieldError,aP as FieldLabel,F as FlexColumn,g as FlexRow,dG as Header,aX as IconButton,cC as IconGroup,bw as IconTitleBadge,br as IconWrapped,cn as IconsNav,dH as ImageControlled,aS as Input,aW as InputList,aT as InputTable,bz as InteractiveTable,aV as KeyValueInputsList,dI as LoadingText,bf as Modal,bg as ModalBody,b0 as MonitorsCheckboxes,bt as MonitorsIcons,bj as NavigationButtons,bA as NoDataFound,bh as NotificationNote,dJ as Overlay,aB as PageContent,bT as Popup,cE as PopupForm,cJ as ScrollX,S as ScrollY,a_ as SectionTitle,aZ as Segment,bV as SelectionButton,bL as SkeletonLoader,bl as Status,c9 as Stepper,dK as TabList,bu as TableContainer,bv as TableTitleWrap,by as TableWrap,cc as Tag,b2 as Text,b1 as TextArea,aU as Toggle,cH as ToggleCodeComponent,O as Tooltip,bB as TraceLoader,aN as UpgradeRequiredWrapper,bU as VerticalScroll,cg as WarningModal,dL as WhiteSpace,dM as getLinksFromText,dN as getStrongsFromText,dO as renderText}from"./chunks/ui-components-
|
|
1
|
+
export{bi as AutocompleteInput,bC as Badge,bE as Button,b6 as CancelWarning,n as CenterThis,aQ as Checkbox,cK as Code,ba as ConditionDetails,bb as DataCard,aO as DataCardFieldTypes,ca as DataCardFields,dC as DataFinger,bG as DataTab,b5 as DeleteWarning,cr as DescribeRow,D as Divider,a$ as DocsButton,b4 as Drawer,dD as DrawerFooter,dE as DrawerHeader,bY as Dropdown,dF as ErrorBoundary,c1 as ExtendArrow,aG as FadeLoader,aR as FieldError,aP as FieldLabel,F as FlexColumn,g as FlexRow,dG as Header,aX as IconButton,cC as IconGroup,bw as IconTitleBadge,br as IconWrapped,cn as IconsNav,dH as ImageControlled,aS as Input,aW as InputList,aT as InputTable,bz as InteractiveTable,aV as KeyValueInputsList,dI as LoadingText,bf as Modal,bg as ModalBody,b0 as MonitorsCheckboxes,bt as MonitorsIcons,bj as NavigationButtons,bA as NoDataFound,bh as NotificationNote,dJ as Overlay,aB as PageContent,bT as Popup,cE as PopupForm,cJ as ScrollX,S as ScrollY,a_ as SectionTitle,aZ as Segment,bV as SelectionButton,bL as SkeletonLoader,bl as Status,c9 as Stepper,dK as TabList,bu as TableContainer,bv as TableTitleWrap,by as TableWrap,cc as Tag,b2 as Text,b1 as TextArea,aU as Toggle,cH as ToggleCodeComponent,O as Tooltip,bB as TraceLoader,aN as UpgradeRequiredWrapper,bU as VerticalScroll,cg as WarningModal,dL as WhiteSpace,dM as getLinksFromText,dN as getStrongsFromText,dO as renderText}from"./chunks/ui-components-BlfhQM0V.js";import"./icons.js";import"react/jsx-runtime";import"styled-components";import"zustand";import"react";import"javascript-time-ago";import"./chunks/vendor-D99eCWta.js";import"@xyflow/react";import"react-dom";import"prism-react-renderer";import"react-error-boundary";import"lottie-react";import"virtua";
|
package/lib/constants.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{a2 as ACTION_ATTRIBUTE_OPTIONS,b9 as ACTION_OPTIONS,a3 as ACTION_SAMPLER_OPTIONS,aA as BUTTON_TEXTS,aj as DEFAULT_DATA_STREAM_NAME,aa as DESTINATION_CATEGORIES,$ as DISPLAY_LANGUAGES,a5 as DISPLAY_TITLES,u as DOCS_BASE_URL,a9 as DestinationCategoryTypes,a6 as FORM_ALERTS,ae as INSTRUMENTATION_RULE_OPTIONS,dn as LANGUAGE_OPTIONS,M as MONITORS_OPTIONS,dp as OTEL_DISTRO_NAME_OPTIONS,bZ as STORAGE_KEYS,dq as TOKEN_ABOUT_TO_EXPIRE}from"./chunks/ui-components-
|
|
1
|
+
export{a2 as ACTION_ATTRIBUTE_OPTIONS,b9 as ACTION_OPTIONS,a3 as ACTION_SAMPLER_OPTIONS,aA as BUTTON_TEXTS,aj as DEFAULT_DATA_STREAM_NAME,aa as DESTINATION_CATEGORIES,$ as DISPLAY_LANGUAGES,a5 as DISPLAY_TITLES,u as DOCS_BASE_URL,a9 as DestinationCategoryTypes,a6 as FORM_ALERTS,ae as INSTRUMENTATION_RULE_OPTIONS,dn as LANGUAGE_OPTIONS,M as MONITORS_OPTIONS,dp as OTEL_DISTRO_NAME_OPTIONS,bZ as STORAGE_KEYS,dq as TOKEN_ABOUT_TO_EXPIRE}from"./chunks/ui-components-BlfhQM0V.js";import"./icons.js";import"react/jsx-runtime";import"styled-components";import"zustand";import"react";import"javascript-time-ago";import"./chunks/vendor-D99eCWta.js";import"@xyflow/react";import"react-dom";import"prism-react-renderer";import"react-error-boundary";import"lottie-react";import"virtua";
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { type FC, type Dispatch, type SetStateAction } from 'react';
|
|
2
|
+
import { type HeaderProps } from '@/components/_v2/drawer/header';
|
|
2
3
|
import { type CreateActionFunc } from '@/types';
|
|
3
|
-
import { DrawerProps } from '@/components/_v2';
|
|
4
4
|
export interface AddActionDrawerProps {
|
|
5
|
-
onClose:
|
|
5
|
+
onClose: HeaderProps['onClose'];
|
|
6
6
|
selectedConnectionIds: string[];
|
|
7
7
|
setSelectedConnectionIds: Dispatch<SetStateAction<string[]>>;
|
|
8
8
|
createAction: CreateActionFunc;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { type FC, type Dispatch, type SetStateAction } from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { type HeaderProps } from '@/components/_v2/drawer/header';
|
|
3
3
|
import { type CreateDestinationFunc, type GetDestinationCategoriesFunc, type GetPotentialDestinationsFunc } from '@/types';
|
|
4
4
|
export interface AddDestinationDrawerProps {
|
|
5
|
-
onClose:
|
|
5
|
+
onClose: HeaderProps['onClose'];
|
|
6
6
|
selectedConnectionIds: string[];
|
|
7
7
|
setSelectedConnectionIds: Dispatch<SetStateAction<string[]>>;
|
|
8
8
|
getDestinationCategories: GetDestinationCategoriesFunc;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { type FC, type Dispatch, type SetStateAction } from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { type HeaderProps } from '@/components/_v2/drawer/header';
|
|
3
3
|
import { type CreateInstrumentationRuleFunc } from '@/types';
|
|
4
4
|
export interface AddRuleDrawerProps {
|
|
5
|
-
onClose:
|
|
5
|
+
onClose: HeaderProps['onClose'];
|
|
6
6
|
selectedConnectionIds: string[];
|
|
7
7
|
setSelectedConnectionIds: Dispatch<SetStateAction<string[]>>;
|
|
8
8
|
createInstrumentationRule: CreateInstrumentationRuleFunc;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { type FC, type Dispatch, type SetStateAction } from 'react';
|
|
2
|
-
import {
|
|
2
|
+
import { type HeaderProps } from '@/components/_v2/drawer/header';
|
|
3
3
|
import { type Connection, type GetEffectiveConfigFunc, type ApplyConfigurationsFunc } from '@/types';
|
|
4
4
|
export interface EditConfigDrawerProps {
|
|
5
|
-
onClose:
|
|
5
|
+
onClose: HeaderProps['onClose'];
|
|
6
6
|
connections: Connection[];
|
|
7
7
|
selectedConnectionIds: string[];
|
|
8
8
|
setSelectedConnectionIds: Dispatch<SetStateAction<string[]>>;
|
|
@@ -3,8 +3,9 @@ import { TokensProps } from './tokens';
|
|
|
3
3
|
import { type DiagnoseProps } from './diagnose';
|
|
4
4
|
import { type DescribeProps } from './describe';
|
|
5
5
|
import { type DrawerProps } from '@/components/_v2';
|
|
6
|
+
import { type HeaderProps } from '@/components/_v2/drawer/header';
|
|
6
7
|
export interface SystemDrawerProps extends Partial<TokensProps>, Partial<DescribeProps>, Partial<DiagnoseProps> {
|
|
7
8
|
isOpen: DrawerProps['isOpen'];
|
|
8
|
-
onClose:
|
|
9
|
+
onClose: HeaderProps['onClose'];
|
|
9
10
|
}
|
|
10
11
|
export declare const SystemDrawer: FC<SystemDrawerProps>;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { type FC } from 'react';
|
|
2
2
|
import { DrawerProps } from '@/components/_v2';
|
|
3
|
+
import { type HeaderProps } from '@/components/_v2/drawer/header';
|
|
3
4
|
export interface YamlDrawerProps {
|
|
4
5
|
isOpen: DrawerProps['isOpen'];
|
|
5
|
-
onClose:
|
|
6
|
+
onClose: HeaderProps['onClose'];
|
|
6
7
|
title: string;
|
|
7
8
|
yaml: string;
|
|
8
9
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { type FC } from 'react';
|
|
2
|
+
import { type HeaderProps } from '@/components/_v2/drawer/header';
|
|
2
3
|
import { type GetExtendedPodInfo, type PodInfo } from '@/types';
|
|
3
|
-
import { DrawerProps } from '@/components/_v2';
|
|
4
4
|
export interface PodDrawerProps {
|
|
5
5
|
pod: PodInfo | null;
|
|
6
6
|
getExtendedPodInfo: GetExtendedPodInfo;
|
|
7
|
-
onClose:
|
|
7
|
+
onClose: HeaderProps['onClose'];
|
|
8
8
|
}
|
|
9
9
|
export declare const PodDrawer: FC<PodDrawerProps>;
|