@open-ui-kit/core 1.4.2 → 1.5.0

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/index.d.ts CHANGED
@@ -1,14 +1,14 @@
1
+ import { Color, TypographyVariant } from '@mui/material/styles';
1
2
  import * as React$1 from 'react';
2
- import React__default, { ReactNode, CSSProperties, ReactElement, ComponentProps, JSX as JSX$1, ComponentType } from 'react';
3
- import { ColorPartial } from '@mui/material/styles/createPalette';
3
+ import React__default, { ReactNode, CSSProperties, ReactElement, ComponentProps, JSX as JSX$1, ComponentType, ElementType } from 'react';
4
4
  import * as react_jsx_runtime from 'react/jsx-runtime';
5
5
  import { BreadcrumbsProps as BreadcrumbsProps$1, TabsProps as TabsProps$1, HeaderProps as HeaderProps$1, LinkProps as LinkProps$1, LinkColorEnum as LinkColorEnum$1, LinkType as LinkType$1, CopyButtonProps as CopyButtonProps$1, TooltipProps as TooltipProps$1, SearchFieldProps as SearchFieldProps$1, IndicatorBadgeProps as IndicatorBadgeProps$1, EmptyStateProps as EmptyStateProps$1, ILegendProps as ILegendProps$1, IWidgetProps as IWidgetProps$1 } from '@/components';
6
6
  import * as _mui_material from '@mui/material';
7
7
  import { BoxProps, TabProps, AccordionProps as AccordionProps$1, AccordionSummaryProps, SxProps, AlertProps, BadgeProps as BadgeProps$1, TypographyProps, BreadcrumbsProps as BreadcrumbsProps$2, StackOwnProps, Theme, IconButtonProps, Popper, TextFieldProps, PopoverProps, DrawerProps, ButtonProps, MenuProps, SvgIconProps, ListItemProps, StackProps, AppBarProps, CSSProperties as CSSProperties$1, DialogTitleProps, MenuItemProps as MenuItemProps$1, InputProps, CircularProgressProps, TabsProps as TabsProps$2, ChipProps, SwitchProps, TooltipProps as TooltipProps$3, PaginationProps as PaginationProps$1 } from '@mui/material';
8
8
  export { Avatar, Backdrop, Box, Button, ButtonGroup, Card, CardActionArea, CardActions, CardContent, CardHeader, Checkbox, Container, Dialog, Divider, Drawer, Fab, Grid, Icon, IconButton, List, ListItem, ListItemButton, Menu, MenuProps, Dialog as Modal, DialogActions as ModalActions, DialogContent as ModalContent, DialogContentText as ModalContentText, DialogProps as ModalProps, Paper, Radio, RadioGroup, Select, Skeleton, Slider, SpeedDial, Stack, Stepper, Typography, debounce } from '@mui/material';
9
9
  import * as _emotion_styled from '@emotion/styled';
10
- import * as _mui_system from '@mui/system';
11
10
  import * as _mui_material_OverridableComponent from '@mui/material/OverridableComponent';
11
+ import * as _mui_system from '@mui/system';
12
12
  import { TimelineProps } from '@mui/lab';
13
13
  import { IconPosition as IconPosition$1, GeneralSize as GeneralSize$1, Severity as Severity$1, FlattenedSelectTreeData as FlattenedSelectTreeData$1 } from '@/common';
14
14
  import { SyntaxHighlighterProps } from 'react-syntax-highlighter';
@@ -23,17 +23,14 @@ export { StaticDateTimePickerProps } from '@mui/x-date-pickers/StaticDateTimePic
23
23
  import { StaticDatePickerProps } from '@mui/x-date-pickers/StaticDatePicker';
24
24
  export { StaticDatePickerProps } from '@mui/x-date-pickers/StaticDatePicker';
25
25
  import { AugmentedSelectNodeType as AugmentedSelectNodeType$1, SelectNodeType as SelectNodeType$1, FlattenSelectTreeArgs as FlattenSelectTreeArgs$1 } from '@/types';
26
- import { ButtonProps as ButtonProps$1 } from '@mui/material/Button/Button';
27
26
  import { LinkProps as LinkProps$2, To } from 'react-router-dom';
28
27
  import { TooltipProps as TooltipProps$2 } from '@/components/tooltip/components/tooltip';
29
28
  import { TextFieldProps as TextFieldProps$1 } from '@mui/material/TextField';
30
29
  import { MRT_RowData, MRT_TableOptions, MRT_Cell, MRT_TableInstance } from 'material-react-table';
31
- import { TypographyVariant } from '@mui/material/styles/createTypography';
32
30
  import { Toaster as Toaster$1 } from 'sonner';
33
- import { ChartProps as ChartProps$1, ChartDataItem as ChartDataItem$1, ExtendedChartProps as ExtendedChartProps$1, ConditionalPropsByType as ConditionalPropsByType$1 } from '@/charts';
31
+ import { ContentType } from 'recharts/types/component/Tooltip';
34
32
  import { CategoricalChartFunc } from 'recharts/types/chart/generateCategoricalChart';
35
33
  import { TooltipProps as TooltipProps$4, XAxisProps, YAxisProps, LineProps, CartesianGridProps } from 'recharts';
36
- import { ContentType } from 'recharts/types/component/Tooltip';
37
34
  import { GradientsPalette as GradientsPalette$1 } from '@/types/palette';
38
35
  export { StaticTimePickerProps } from '@mui/x-date-pickers/StaticTimePicker';
39
36
 
@@ -369,7 +366,7 @@ declare module "@mui/material/styles" {
369
366
  orange?: PaletteOptions["primary"];
370
367
  vars?: VarsType;
371
368
  }
372
- interface PaletteColor extends ColorPartial {
369
+ interface PaletteColor extends Partial<Color> {
373
370
  }
374
371
  interface BreakpointOverrides {
375
372
  xs: true;
@@ -802,7 +799,7 @@ type FavoriteButtonProps = {
802
799
  onClick: (event: React.MouseEvent<HTMLElement>) => void;
803
800
  isChecked?: boolean;
804
801
  tooltipProps?: Partial<TooltipProps$1>;
805
- buttonProps?: ButtonProps$1;
802
+ buttonProps?: ButtonProps;
806
803
  withBackground?: boolean;
807
804
  };
808
805
  declare const FavoriteButton: ({ onClick, isChecked, tooltipProps, buttonProps, withBackground, }: FavoriteButtonProps) => react_jsx_runtime.JSX.Element;
@@ -1021,6 +1018,44 @@ interface SeverityBadgeLabelProps extends SeverityBadgeProps {
1021
1018
 
1022
1019
  declare const SeverityBadgeLabel: ({ label, scoreSystem, severity, containerStackProps, labelTypographyProps, value, }: SeverityBadgeLabelProps) => JSX.Element;
1023
1020
 
1021
+ interface SidebarItem {
1022
+ id: string;
1023
+ "aria-label": string;
1024
+ tooltip?: string;
1025
+ icon?: React.ReactElement;
1026
+ onClick?: () => void;
1027
+ href?: string;
1028
+ target?: string;
1029
+ iconOnly?: boolean;
1030
+ }
1031
+ interface SidebarProps {
1032
+ /**
1033
+ * An array of action objects to render quick action icon buttons.
1034
+ */
1035
+ navigationItems?: Array<SidebarItem | React.ReactElement>;
1036
+ /**
1037
+ * Allows for custom styling overrides.
1038
+ */
1039
+ sx?: SxProps<Theme>;
1040
+ /**
1041
+ * can side nav be colapsed
1042
+ * @default true
1043
+ */
1044
+ collapsible?: boolean;
1045
+ /**
1046
+ * The width of the drawer when it is open.
1047
+ * @default '16.5rem'
1048
+ */
1049
+ drawerWidth?: string;
1050
+ /**
1051
+ * If `true`, the sidebar is open by default.
1052
+ * @default true
1053
+ */
1054
+ initialOpen?: boolean;
1055
+ }
1056
+
1057
+ declare const Sidebar: ({ navigationItems, drawerWidth, initialOpen, }: SidebarProps) => react_jsx_runtime.JSX.Element;
1058
+
1024
1059
  interface SpinnerProps extends CircularProgressProps {
1025
1060
  boxProps?: BoxProps;
1026
1061
  }
@@ -1380,39 +1415,15 @@ interface PaginationProps extends PaginationProps$1 {
1380
1415
  }
1381
1416
  declare const Pagination: (props: PaginationProps) => react_jsx_runtime.JSX.Element;
1382
1417
 
1383
- interface BarChartProps extends ChartProps$1 {
1384
- handleClick?: (item: ChartDataItem$1) => void;
1385
- }
1386
- declare const BarChart: ({ data, handleClick, showTooltip, customTooltip, }: BarChartProps) => react_jsx_runtime.JSX.Element;
1387
-
1388
- interface BarProps {
1389
- key: string;
1390
- color: string;
1391
- }
1392
- interface BarGraphProps extends ChartProps$1 {
1393
- headers?: string[];
1394
- bars?: BarProps[];
1395
- showLegend?: boolean;
1396
- handleClick?: CategoricalChartFunc;
1397
- }
1398
- declare const BarGraph: ({ data, showLegend, showTooltip, bars, headers, customTooltip, handleClick, }: BarGraphProps) => react_jsx_runtime.JSX.Element;
1399
-
1400
- type IChartWidgetProps<T extends string> = ExtendedChartProps$1 & Omit<IWidgetProps$1<T>, "bodyElement"> & ConditionalPropsByType$1 & {
1401
- sx?: SxProps;
1402
- generalWidgetStyle?: SxProps;
1403
- label: string;
1404
- };
1405
- declare const ChartWidget: <T extends string>({ data, type, label, labelTooltip, showTooltip, categories, isLoading, legend, isEmpty, isHorizontal, customTooltip, titleTooltip, sx, chartCustomComponent, stackStyle, legendCustomComponent, tooltipProps, generalWidgetStyle, headerChildren, headerLeftChildren, onLabelClick, dataRoseyUrn, ...rest }: IChartWidgetProps<T>) => react_jsx_runtime.JSX.Element;
1406
-
1407
- interface DonutProps extends ChartProps$1 {
1408
- handleClick?: (sliceData: ChartDataItem$1) => void;
1418
+ interface DonutProps extends ChartProps {
1419
+ handleClick?: (sliceData: ChartDataItem) => void;
1409
1420
  }
1410
1421
  /**
1411
1422
  * A donut chart typically shows the proportions of categorical data where the size of each piece of the donut communicates the proportion of each category.
1412
1423
  */
1413
1424
  declare const DonutChart: ({ data, showTooltip, customTooltip, handleClick, }: DonutProps) => JSX.Element;
1414
1425
 
1415
- interface GaugeChartProps extends ChartProps$1 {
1426
+ interface GaugeChartProps extends ChartProps {
1416
1427
  maxValue?: number;
1417
1428
  customLabelComponent?: React.ReactNode;
1418
1429
  styleProps?: {
@@ -1444,69 +1455,23 @@ declare const boxStyle: {
1444
1455
  transform: string;
1445
1456
  };
1446
1457
 
1447
- interface HorizontalBarChartProps extends ChartProps$1 {
1448
- handleClick?: (item: ChartDataItem$1) => void;
1449
- }
1450
- declare const HorizontalBarChart: ({ data, categories, handleClick, }: HorizontalBarChartProps) => react_jsx_runtime.JSX.Element;
1451
-
1452
- interface LineChartTooltipProps extends TooltipProps$4<number, string> {
1453
- subject?: string;
1454
- valueFormatter?: (value?: number) => string;
1458
+ interface BarProps {
1459
+ key: string;
1460
+ color: string;
1455
1461
  }
1456
-
1457
- type SafeLineProps = Omit<LineProps, "ref">;
1458
- interface LineChartProps extends ChartProps$1, Pick<LineChartTooltipProps, "valueFormatter"> {
1459
- subject?: string;
1460
- xAxisProps?: XAxisProps;
1461
- yAxisProps?: YAxisProps;
1462
- lineProps?: Partial<SafeLineProps>;
1463
- gridProps?: CartesianGridProps;
1462
+ interface BarGraphProps extends ChartProps {
1463
+ headers?: string[];
1464
+ bars?: BarProps[];
1465
+ showLegend?: boolean;
1466
+ handleClick?: CategoricalChartFunc;
1464
1467
  }
1465
- declare const LineChart: ({ data, categories, showTooltip, subject, xAxisProps, yAxisProps, customTooltip, valueFormatter, lineProps, gridProps, }: LineChartProps) => react_jsx_runtime.JSX.Element;
1466
-
1467
- type DataPoint = {
1468
- subject: string;
1469
- };
1470
- type ExtendedDataPoint = {
1471
- variableA?: number;
1472
- } & DataPoint;
1473
- type RadarType = {
1474
- name: string;
1475
- dataKey: string;
1476
- fill?: string;
1477
- background?: string;
1478
- shape?: React.ReactElement;
1479
- };
1480
- type Offset = {
1481
- cx: number;
1482
- cy: number;
1483
- };
1484
- type SpiderChartProps = {
1485
- data: ExtendedDataPoint[];
1486
- radars: RadarType[];
1487
- outerRadius?: number;
1488
- padData?: number;
1489
- onTooltipClick?: (subject: string) => void;
1490
- tooltipContent?: (dataPoint: ExtendedDataPoint) => React.ReactNode;
1491
- showTooltip?: boolean;
1492
- customTooltip?: ContentType<number, string>;
1493
- labelOffsets?: Offset[];
1494
- tickBand?: number;
1495
- scale?: number;
1496
- };
1497
-
1498
- /**
1499
- * Spider charts, also known as radar charts or star plots, are used to display multivariate data in a two-dimensional chart.
1500
- * Each variable is represented by an axis radiating from a common center point, and the values of the variables are plotted as data points along the corresponding axis.
1501
- * The range of values in a spider chart depends on the specific variables being represented.
1502
- */
1503
- declare const SpiderChart: ({ data, radars, tickBand, scale, outerRadius, labelOffsets, showTooltip, onTooltipClick, tooltipContent, customTooltip, }: SpiderChartProps) => react_jsx_runtime.JSX.Element;
1468
+ declare const BarGraph: ({ data, showLegend, showTooltip, bars, headers, customTooltip, handleClick, }: BarGraphProps) => react_jsx_runtime.JSX.Element;
1504
1469
 
1505
1470
  interface ChartDataItem {
1506
1471
  name: string;
1507
1472
  value: number;
1508
1473
  color: string;
1509
- icon?: React.ElementType;
1474
+ icon?: ElementType;
1510
1475
  }
1511
1476
  interface TableChartDataItem {
1512
1477
  name: string;
@@ -1541,9 +1506,6 @@ declare enum ChartType {
1541
1506
  LINE = "line",
1542
1507
  BAR_GRAPH = "bar_graph"
1543
1508
  }
1544
- declare const ChartTypeComponents: {
1545
- [key: string]: React.ComponentType<ChartProps>;
1546
- };
1547
1509
  type ConditionalPropsByType = {
1548
1510
  type: ChartType.BAR_GRAPH;
1549
1511
  handleClick?: CategoricalChartFunc;
@@ -1562,6 +1524,80 @@ type ConditionalPropsByType = {
1562
1524
  };
1563
1525
  type ExtendedChartProps = GaugeChartProps & Omit<DonutProps, "handleClick"> & Omit<BarGraphProps, "handleClick">;
1564
1526
 
1527
+ interface BarChartProps extends ChartProps {
1528
+ handleClick?: (item: ChartDataItem) => void;
1529
+ }
1530
+ declare const BarChart: ({ data, handleClick, showTooltip, customTooltip, }: BarChartProps) => react_jsx_runtime.JSX.Element;
1531
+
1532
+ type IChartWidgetProps<T extends string> = ExtendedChartProps & Omit<IWidgetProps$1<T>, "bodyElement"> & ConditionalPropsByType & {
1533
+ sx?: SxProps;
1534
+ generalWidgetStyle?: SxProps;
1535
+ label: string;
1536
+ };
1537
+ declare const ChartWidget: <T extends string>({ data, type, label, labelTooltip, showTooltip, categories, isLoading, legend, isEmpty, isHorizontal, customTooltip, titleTooltip, sx, chartCustomComponent, stackStyle, legendCustomComponent, tooltipProps, generalWidgetStyle, headerChildren, headerLeftChildren, onLabelClick, dataRoseyUrn, ...rest }: IChartWidgetProps<T>) => react_jsx_runtime.JSX.Element;
1538
+
1539
+ interface HorizontalBarChartProps extends ChartProps {
1540
+ handleClick?: (item: ChartDataItem) => void;
1541
+ }
1542
+ declare const HorizontalBarChart: ({ data, categories, handleClick, }: HorizontalBarChartProps) => react_jsx_runtime.JSX.Element;
1543
+
1544
+ interface LineChartTooltipProps extends TooltipProps$4<number, string> {
1545
+ subject?: string;
1546
+ valueFormatter?: (value?: number) => string;
1547
+ }
1548
+
1549
+ type SafeLineProps = Omit<LineProps, "ref">;
1550
+ interface LineChartProps extends ChartProps, Pick<LineChartTooltipProps, "valueFormatter"> {
1551
+ subject?: string;
1552
+ xAxisProps?: XAxisProps;
1553
+ yAxisProps?: YAxisProps;
1554
+ lineProps?: Partial<SafeLineProps>;
1555
+ gridProps?: CartesianGridProps;
1556
+ }
1557
+ declare const LineChart: ({ data, categories, showTooltip, subject, xAxisProps, yAxisProps, customTooltip, valueFormatter, lineProps, gridProps, }: LineChartProps) => react_jsx_runtime.JSX.Element;
1558
+
1559
+ type DataPoint = {
1560
+ subject: string;
1561
+ };
1562
+ type ExtendedDataPoint = {
1563
+ variableA?: number;
1564
+ } & DataPoint;
1565
+ type RadarType = {
1566
+ name: string;
1567
+ dataKey: string;
1568
+ fill?: string;
1569
+ background?: string;
1570
+ shape?: React.ReactElement;
1571
+ };
1572
+ type Offset = {
1573
+ cx: number;
1574
+ cy: number;
1575
+ };
1576
+ type SpiderChartProps = {
1577
+ data: ExtendedDataPoint[];
1578
+ radars: RadarType[];
1579
+ outerRadius?: number;
1580
+ padData?: number;
1581
+ onTooltipClick?: (subject: string) => void;
1582
+ tooltipContent?: (dataPoint: ExtendedDataPoint) => React.ReactNode;
1583
+ showTooltip?: boolean;
1584
+ customTooltip?: ContentType<number, string>;
1585
+ labelOffsets?: Offset[];
1586
+ tickBand?: number;
1587
+ scale?: number;
1588
+ };
1589
+
1590
+ /**
1591
+ * Spider charts, also known as radar charts or star plots, are used to display multivariate data in a two-dimensional chart.
1592
+ * Each variable is represented by an axis radiating from a common center point, and the values of the variables are plotted as data points along the corresponding axis.
1593
+ * The range of values in a spider chart depends on the specific variables being represented.
1594
+ */
1595
+ declare const SpiderChart: ({ data, radars, tickBand, scale, outerRadius, labelOffsets, showTooltip, onTooltipClick, tooltipContent, customTooltip, }: SpiderChartProps) => react_jsx_runtime.JSX.Element;
1596
+
1597
+ declare const ChartTypeComponents: {
1598
+ [key: string]: ComponentType<ChartProps>;
1599
+ };
1600
+
1565
1601
  declare const ApiSecuritySelected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
1566
1602
  declare const ApiSecurityUnSelected: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
1567
1603
  declare const ApiSecurityDisabled: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
@@ -4758,5 +4794,5 @@ interface AugmentedSelectNodeType<T = unknown> extends SelectNodeType<T> {
4758
4794
  leavesCount?: number;
4759
4795
  }
4760
4796
 
4761
- export { Accordion, StyledAccordionSummary as AccordionSummary, ActionsModal, ActivityTimeline, ActivityTimelineStepStatus, AddDomain, AddRepos, AttackPathAnalysis, AttackPathAnalysisWalkThrough, Badge, Banner, BarChart, BarGraph, BasePage, Breadcrumbs, CardDescription, CardSubheader, Celebration, ChartType, ChartTypeComponents, ChartWidget, CiCd, Cloud, CloudSimple, CodeBlock, CopyButton, CreateTableInstance, Dashboard, Data, DatePicker, DateRangePicker, DateTimePicker, DonutChart, DrawerShell, Dropdown, DropdownAutocompleteTree, DropdownAutocompleteTreeListbox, EMPTY_FUNCTION, EmptyData, EmptyState, FavoriteButton, Footer, GaugeChart, GeneralSize, Git, GitSimple, Header, HorizontalBarChart, IconPosition, index_d as Icons, IndicatorBadge, Info, Kubernetes, LabelAndChildrenTooltipContent, Layout, Legend$1 as Legend, LineChart, Link$1 as Link, LinkColorEnum, LinkType, LoadingErrorState, MenuItem, ModalSubtitle, ModalTitle, Negative, NoData, OS_LIGHT_COLORS, OverflowTooltip, Pagination, PathDisplay, Positive, Recon, RemainingTags, SEVERITY_VALUE, ScrollArea, SearchField, SelectNode, SelectNodeListItem, Sent, Severity, SeverityBadge, SeverityBadgeLabel, SeverityBar$1 as SeverityBar, Shield, SpiderChart, Spinner, StaticDatePicker, StaticDateTimePicker, Success, Tab, Table$1 as Table, Tabs, Tag, TagAvatarSize, TagBackgroundColorVariants, TagStatus, Tags, ThemeProvider, TimePicker, Toast, Toaster, Toggle, Tooltip, TooltipSize, ViewSwitcher, Warning, Widget, augmentTreeData, barShadow, baseSelectTree, boxStyle, capitalize, checkboxStyle, deepCopyTree, ellipsisStyle, flattenSelectTree, flattenSelectTreeWithSearch, flattenSelectTreeWithoutSearch, formatNodeValue, gaugeLabel, gaugeWrapper, getAllSelectedLeaves, getAllSelectedParents, getChildrenOfTopLevelNode, getColorBySeverity, getLeafCounts, getTagStyle, gradientsPalette, isLeaf, mergeNodeChildrenValueToText, normalizeSeverity, selectTagStyle, selectTreeExample, setSelectedMainSkillCategories, singleSelectTree, sortBySeverity, toast, upwardsPush, useDebouncedValue, useDropdownAutocompleteTree };
4762
- export type { AccordionProps, ActionsModalProps, ActivityTimelineProps, ActivityTimelineStep, AtomicTypes, AugmentedSelectNodeType, BadgeProps, BadgeType, BannerProps, BarChartProps, BarGraphItem, BarGraphProps, BarProps, BasePageProps, BreadcrumbsProps, ChartCategory, ChartCategoryItem, ChartDataItem, ChartProps, CodeBlockProps, ConditionalPropsByType, CopyButtonPosition, CopyButtonProps, DatePickerProps, DateTimePickerProps, DonutProps, DrawerShellProps, DropdownAutocompleteTreeProps, DropdownOption, DropdownProps, EmptyStateProps, ExportProps, ExtendedChartProps, ExtendedDataPoint, FavoriteButtonProps, FlattenSelectTreeArgs, FlattenedSelectTreeData, FooterProps, GaugeChartProps, Gradient, GradientsPalette, HeaderAction, HeaderProps, IChartWidgetProps, ILegendProps, IWidgetProps, IndicatorBadgeProps, LayoutProps, LineChartProps, LinkColorStatus, LinkProps, LinkVariants, MenuItemProps, OverflowTooltipProps, PaginationProps, PathDisplayProps, SearchFieldProps, SelectNodeType, SeverityBadgeLabelProps, SeverityBadgeProps, SeverityBadgeScoreSystemItem, SeverityBarProps, SpiderChartProps, SpinnerProps, StatusBanner, TableChartDataItem, TableProps, TableRow, TableTitle, TabsProps, TabsType, TagProps, TagStatusStyle, ThemeProviderProps, TimePickerProps, ToastProps, ToastType, ToasterProps, ToggleProps, TooltipProps, TopToolbarProps, TrendDirection, TrendStatus, ViewSwitcherOption, ViewSwitcherOptionObject, ViewSwitcherOptionProperties, ViewSwitcherSize };
4797
+ export { Accordion, StyledAccordionSummary as AccordionSummary, ActionsModal, ActivityTimeline, ActivityTimelineStepStatus, AddDomain, AddRepos, AttackPathAnalysis, AttackPathAnalysisWalkThrough, Badge, Banner, BarChart, BarGraph, BasePage, Breadcrumbs, CardDescription, CardSubheader, Celebration, ChartType, ChartTypeComponents, ChartWidget, CiCd, Cloud, CloudSimple, CodeBlock, CopyButton, CreateTableInstance, Dashboard, Data, DatePicker, DateRangePicker, DateTimePicker, DonutChart, DrawerShell, Dropdown, DropdownAutocompleteTree, DropdownAutocompleteTreeListbox, EMPTY_FUNCTION, EmptyData, EmptyState, FavoriteButton, Footer, GaugeChart, GeneralSize, Git, GitSimple, Header, HorizontalBarChart, IconPosition, index_d as Icons, IndicatorBadge, Info, Kubernetes, LabelAndChildrenTooltipContent, Layout, Legend$1 as Legend, LineChart, Link$1 as Link, LinkColorEnum, LinkType, LoadingErrorState, MenuItem, ModalSubtitle, ModalTitle, Negative, NoData, OS_LIGHT_COLORS, OverflowTooltip, Pagination, PathDisplay, Positive, Recon, RemainingTags, SEVERITY_VALUE, ScrollArea, SearchField, SelectNode, SelectNodeListItem, Sent, Severity, SeverityBadge, SeverityBadgeLabel, SeverityBar$1 as SeverityBar, Shield, Sidebar, SpiderChart, Spinner, StaticDatePicker, StaticDateTimePicker, Success, Tab, Table$1 as Table, Tabs, Tag, TagAvatarSize, TagBackgroundColorVariants, TagStatus, Tags, ThemeProvider, TimePicker, Toast, Toaster, Toggle, Tooltip, TooltipSize, ViewSwitcher, Warning, Widget, augmentTreeData, barShadow, baseSelectTree, boxStyle, capitalize, checkboxStyle, deepCopyTree, ellipsisStyle, flattenSelectTree, flattenSelectTreeWithSearch, flattenSelectTreeWithoutSearch, formatNodeValue, gaugeLabel, gaugeWrapper, getAllSelectedLeaves, getAllSelectedParents, getChildrenOfTopLevelNode, getColorBySeverity, getLeafCounts, getTagStyle, gradientsPalette, isLeaf, mergeNodeChildrenValueToText, normalizeSeverity, selectTagStyle, selectTreeExample, setSelectedMainSkillCategories, singleSelectTree, sortBySeverity, toast, upwardsPush, useDebouncedValue, useDropdownAutocompleteTree };
4798
+ export type { AccordionProps, ActionsModalProps, ActivityTimelineProps, ActivityTimelineStep, AtomicTypes, AugmentedSelectNodeType, BadgeProps, BadgeType, BannerProps, BarChartProps, BarGraphItem, BarGraphProps, BarProps, BasePageProps, BreadcrumbsProps, ChartCategory, ChartCategoryItem, ChartDataItem, ChartProps, CodeBlockProps, ConditionalPropsByType, CopyButtonPosition, CopyButtonProps, DatePickerProps, DateTimePickerProps, DonutProps, DrawerShellProps, DropdownAutocompleteTreeProps, DropdownOption, DropdownProps, EmptyStateProps, ExportProps, ExtendedChartProps, ExtendedDataPoint, FavoriteButtonProps, FlattenSelectTreeArgs, FlattenedSelectTreeData, FooterProps, GaugeChartProps, Gradient, GradientsPalette, HeaderAction, HeaderProps, IChartWidgetProps, ILegendProps, IWidgetProps, IndicatorBadgeProps, LayoutProps, LineChartProps, LinkColorStatus, LinkProps, LinkVariants, MenuItemProps, OverflowTooltipProps, PaginationProps, PathDisplayProps, SearchFieldProps, SelectNodeType, SeverityBadgeLabelProps, SeverityBadgeProps, SeverityBadgeScoreSystemItem, SeverityBarProps, SidebarItem, SidebarProps, SpiderChartProps, SpinnerProps, StatusBanner, TableChartDataItem, TableProps, TableRow, TableTitle, TabsProps, TabsType, TagProps, TagStatusStyle, ThemeProviderProps, TimePickerProps, ToastProps, ToastType, ToasterProps, ToggleProps, TooltipProps, TopToolbarProps, TrendDirection, TrendStatus, ViewSwitcherOption, ViewSwitcherOptionObject, ViewSwitcherOptionProperties, ViewSwitcherSize };