@odigos/ui-kit 0.0.107 → 0.0.108
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 +7 -0
- package/lib/chunks/ui-components-ce460747.js +1604 -0
- package/lib/components/status/index.d.ts +2 -1
- package/lib/components/text/index.d.ts +1 -0
- package/lib/components.js +1 -1
- package/lib/constants.js +1 -1
- package/lib/containers/source-drawer/odigos-health/index.d.ts +6 -0
- package/lib/containers.js +103 -103
- package/lib/functions/get-status-type-from-odigos-health/index.d.ts +2 -0
- package/lib/functions/index.d.ts +1 -0
- package/lib/functions.js +1 -1
- package/lib/hooks.js +1 -1
- package/lib/icons.js +1 -1
- package/lib/snippets.js +1 -1
- package/lib/store.js +1 -1
- package/lib/theme.js +1 -1
- package/lib/types/sources/index.d.ts +17 -0
- package/lib/types.js +1 -1
- package/package.json +1 -1
- package/lib/chunks/ui-components-6977d7a8.js +0 -1604
|
@@ -3,7 +3,7 @@ import { StatusType, OtherStatus, type SVG } from '@/types';
|
|
|
3
3
|
interface StatusProps {
|
|
4
4
|
title?: string;
|
|
5
5
|
subtitle?: string;
|
|
6
|
-
status?: StatusType | OtherStatus
|
|
6
|
+
status?: StatusType | OtherStatus;
|
|
7
7
|
forceIcon?: SVG;
|
|
8
8
|
withIcon?: boolean;
|
|
9
9
|
withBorder?: boolean;
|
|
@@ -11,6 +11,7 @@ interface StatusProps {
|
|
|
11
11
|
width?: CSSProperties['width'];
|
|
12
12
|
size?: number;
|
|
13
13
|
family?: 'primary' | 'secondary';
|
|
14
|
+
nowrap?: boolean;
|
|
14
15
|
}
|
|
15
16
|
declare const Status: FC<StatusProps>;
|
|
16
17
|
export { Status, type StatusProps };
|
|
@@ -10,6 +10,7 @@ interface TextProps extends DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HT
|
|
|
10
10
|
opacity?: number;
|
|
11
11
|
decoration?: string;
|
|
12
12
|
transform?: CSSProperties['textTransform'];
|
|
13
|
+
nowrap?: boolean;
|
|
13
14
|
}
|
|
14
15
|
declare const getLinksFromText: (text: string) => {
|
|
15
16
|
original: string;
|
package/lib/components.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{V as AutocompleteInput,ag as Badge,aL as Button,t as CancelWarning,ad as CenterThis,C as Checkbox,
|
|
1
|
+
export{V as AutocompleteInput,ag as Badge,aL as Button,t as CancelWarning,ad as CenterThis,C as Checkbox,cr as Code,G as ConditionDetails,H as DataCard,a as DataCardFieldTypes,b5 as DataCardFields,cs as DataFinger,b1 as DataTab,s as DeleteWarning,bq as DescribeRow,W as Divider,m as DocsButton,r as Drawer,cu as DrawerFooter,ct as DrawerHeader,aI as Dropdown,cv as ErrorBoundary,aR as ExtendArrow,aX as FadeLoader,b as FieldError,F as FieldLabel,L as FlexColumn,Z as FlexRow,cw as Header,aQ as IconButton,bz as IconGroup,a9 as IconTitleBadge,a4 as IconWrapped,bm as IconsNav,cx as ImageControlled,I as Input,h as InputList,e as InputTable,ac as InteractiveTable,g as KeyValueInputsList,O as Modal,Q as ModalBody,M as MonitorsCheckboxes,a6 as MonitorsIcons,P as NavigationButtons,ae as NoDataFound,R as NotificationNote,cE as Overlay,aC as Popup,bE as PopupForm,bN as ScrollX,l as SectionTitle,S as Segment,aD as SelectionButton,cy as SkeletonLoader,Y as Status,b4 as Stepper,cz as TabList,a7 as TableContainer,a8 as TableTitleWrap,ab as TableWrap,bc as Tag,k as Text,n as TextArea,f as Toggle,bL as ToggleCodeComponent,$ as Tooltip,af as TraceLoader,aE as VerticalScroll,cD as WarningModal,cA as getLinksFromText,cB as getStrongsFromText,cC as renderText}from"./chunks/ui-components-ce460747.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/constants.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export{y as ACTION_OPTIONS,B as BUTTON_TEXTS,aP as DEFAULT_DATA_STREAM_NAME,b2 as DESTINATION_CATEGORIES,aJ as DISPLAY_LANGUAGES,D as DISPLAY_TITLES,U as FORM_ALERTS,bf as INSTRUMENTATION_RULE_OPTIONS,
|
|
1
|
+
export{y as ACTION_OPTIONS,B as BUTTON_TEXTS,aP as DEFAULT_DATA_STREAM_NAME,b2 as DESTINATION_CATEGORIES,aJ as DISPLAY_LANGUAGES,D as DISPLAY_TITLES,U as FORM_ALERTS,bf as INSTRUMENTATION_RULE_OPTIONS,ce as LANGUAGE_OPTIONS,aK as MONITORS_OPTIONS,aM as STORAGE_KEYS,cf as TOKEN_ABOUT_TO_EXPIRE}from"./chunks/ui-components-ce460747.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";
|