@open-ui-kit/core 2.0.0-beta.2 → 2.0.0-beta.3

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,9 +1,9 @@
1
- import { Color, Theme as Theme$1, TypographyVariant } from '@mui/material/styles';
1
+ import { Color, Theme as Theme$1, TypographyVariant, SxProps as SxProps$1 } from '@mui/material/styles';
2
2
  import * as React$1 from 'react';
3
3
  import React__default, { ReactNode, ComponentType, CSSProperties, MouseEvent, ReactElement, ComponentProps, HTMLAttributes, SyntheticEvent, ElementType } from 'react';
4
4
  import * as react_jsx_runtime from 'react/jsx-runtime';
5
5
  import * as _mui_material from '@mui/material';
6
- import { AccordionProps as AccordionProps$1, AccordionSummaryProps, BoxProps, BackdropProps as BackdropProps$1, AvatarGroupProps as AvatarGroupProps$1, AvatarProps as AvatarProps$1, SxProps, Theme, AlertProps, BadgeProps as BadgeProps$1, TypographyProps, SvgIconProps, BreadcrumbsProps as BreadcrumbsProps$1, ButtonProps as ButtonProps$1, CardProps as CardProps$1, CardActionAreaProps as CardActionAreaProps$1, CardHeaderProps as CardHeaderProps$1, CardContentProps as CardContentProps$1, CardActionsProps as CardActionsProps$1, CheckboxProps as CheckboxProps$1, TooltipProps as TooltipProps$1, IconButtonProps, StackProps, TextFieldProps, Popper, PopoverProps as PopoverProps$1, DividerProps as DividerProps$1, DrawerProps, ListProps as ListProps$1, ListItemProps as ListItemProps$1, ListItemButtonProps as ListItemButtonProps$1, ListItemTextProps as ListItemTextProps$1, ListItemIconProps as ListItemIconProps$1, ListSubheaderProps as ListSubheaderProps$1, InputProps, IconProps as IconProps$1, CircularProgressProps, DialogProps as DialogProps$1, DialogContentProps as DialogContentProps$1, DialogContentTextProps as DialogContentTextProps$1, DialogActionsProps as DialogActionsProps$1, MenuProps as MenuProps$1, MenuItemProps as MenuItemProps$1, ButtonBaseProps, RadioProps, FormControlLabelProps, RadioGroupProps as RadioGroupProps$1, SelectProps as SelectProps$1, SkeletonProps as SkeletonProps$1, SliderProps as SliderProps$1, TabsProps as TabsProps$1, TabProps as TabProps$1, ChipProps, SwitchProps, PaginationProps as PaginationProps$1 } from '@mui/material';
6
+ import { AccordionProps as AccordionProps$1, AccordionSummaryProps, BoxProps, BackdropProps as BackdropProps$1, AvatarGroupProps as AvatarGroupProps$1, AvatarProps as AvatarProps$1, SxProps, Theme, AlertProps, BadgeProps as BadgeProps$1, TypographyProps, SvgIconProps, BreadcrumbsProps as BreadcrumbsProps$1, ButtonProps as ButtonProps$1, CardProps as CardProps$1, CardActionAreaProps as CardActionAreaProps$1, CardHeaderProps as CardHeaderProps$1, CardContentProps as CardContentProps$1, CardActionsProps as CardActionsProps$1, CheckboxProps as CheckboxProps$1, TooltipProps as TooltipProps$1, IconButtonProps, StackProps, TextFieldProps, Popper, PopoverProps as PopoverProps$1, DividerProps as DividerProps$1, DrawerProps, ListItemProps as ListItemProps$1, ListProps as ListProps$1, ListItemButtonProps as ListItemButtonProps$1, ListItemTextProps as ListItemTextProps$1, ListItemIconProps as ListItemIconProps$1, ListSubheaderProps as ListSubheaderProps$1, InputProps, IconProps as IconProps$1, CircularProgressProps, DialogProps as DialogProps$1, DialogContentProps as DialogContentProps$1, DialogContentTextProps as DialogContentTextProps$1, DialogActionsProps as DialogActionsProps$1, MenuProps as MenuProps$1, MenuItemProps as MenuItemProps$1, ButtonBaseProps, RadioProps, FormControlLabelProps, RadioGroupProps as RadioGroupProps$1, SelectProps as SelectProps$1, SkeletonProps as SkeletonProps$1, SliderProps as SliderProps$1, TabsProps as TabsProps$1, TabProps as TabProps$1, ChipProps, SwitchProps, PaginationProps as PaginationProps$1 } from '@mui/material';
7
7
  export { Box, ButtonGroup, Container, Grid, IconButton, ListItemAvatar, Paper, PopoverOrigin, SelectChangeEvent, Stack, Typography, useTheme } from '@mui/material';
8
8
  import { TimelineProps } from '@mui/lab';
9
9
  import { LinkProps as LinkProps$1, To } from 'react-router-dom';
@@ -22,6 +22,7 @@ import * as _mui_material_OverridableComponent from '@mui/material/OverridableCo
22
22
  import { Toaster as Toaster$1 } from 'sonner';
23
23
  import { ContentType } from 'recharts/types/component/Tooltip';
24
24
  import { CategoricalChartFunc } from 'recharts/types/chart/generateCategoricalChart';
25
+ import { StackProps as StackProps$1 } from '@mui/material/Stack';
25
26
  import { TooltipProps as TooltipProps$2, XAxisProps, YAxisProps, LineProps, CartesianGridProps } from 'recharts';
26
27
 
27
28
  interface VarsType {
@@ -1240,13 +1241,6 @@ interface SelectNodeProps {
1240
1241
  }
1241
1242
  declare const SelectNode: ({ isExpanded, isIconAllowed, isLeaf, isParentNode, isSelectAllNode, isSelectable, isSelected, nestLevel, nodeIcon, nodeLabel, onCheckboxClick, onExpand, parentSelectOnly, selectableLeavesCount, selectedLeavesCount, }: SelectNodeProps) => react_jsx_runtime.JSX.Element;
1242
1243
 
1243
- declare const List$1: ({ disablePadding, ...props }: ListProps$1) => react_jsx_runtime.JSX.Element;
1244
- declare const ListItem: ({ sx, ...props }: ListItemProps$1) => react_jsx_runtime.JSX.Element;
1245
- declare const ListItemButton: ({ sx, ...props }: ListItemButtonProps$1) => react_jsx_runtime.JSX.Element;
1246
- declare const ListItemIcon: ({ sx, ...props }: ListItemIconProps$1) => react_jsx_runtime.JSX.Element;
1247
- declare const ListSubheader: ({ sx, ...props }: ListSubheaderProps$1) => react_jsx_runtime.JSX.Element;
1248
- declare const ListItemText: ({ sx, ...props }: ListItemTextProps$1) => react_jsx_runtime.JSX.Element;
1249
-
1250
1244
  type ListProps = ListProps$1;
1251
1245
  type ListItemProps = ListItemProps$1;
1252
1246
  type ListItemButtonProps = ListItemButtonProps$1;
@@ -1254,6 +1248,13 @@ type ListItemTextProps = ListItemTextProps$1;
1254
1248
  type ListItemIconProps = ListItemIconProps$1;
1255
1249
  type ListSubheaderProps = ListSubheaderProps$1;
1256
1250
 
1251
+ declare const List$1: ({ disablePadding, ...props }: ListProps) => react_jsx_runtime.JSX.Element;
1252
+ declare const ListItem: ({ sx, ...props }: ListItemProps) => react_jsx_runtime.JSX.Element;
1253
+ declare const ListItemButton: ({ sx, ...props }: ListItemButtonProps) => react_jsx_runtime.JSX.Element;
1254
+ declare const ListItemIcon: ({ sx, ...props }: ListItemIconProps) => react_jsx_runtime.JSX.Element;
1255
+ declare const ListSubheader: ({ sx, ...props }: ListSubheaderProps) => react_jsx_runtime.JSX.Element;
1256
+ declare const ListItemText: ({ sx, ...props }: ListItemTextProps) => react_jsx_runtime.JSX.Element;
1257
+
1257
1258
  interface SelectNodeListItemProps {
1258
1259
  isLeaf: boolean;
1259
1260
  isSelectable?: boolean;
@@ -1361,7 +1362,7 @@ interface FiltersBarActionsProps {
1361
1362
  onFiltersButtonClick?: () => void;
1362
1363
  /** Number of selected filter options displayed in the Filters button. */
1363
1364
  activeFiltersCount?: number;
1364
- /** Called when the search field is submitted. */
1365
+ /** Called whenever the search field value changes, and when Enter submits the current value. */
1365
1366
  onSearch?: (search: string) => void;
1366
1367
  /** Placeholder for the search field. */
1367
1368
  searchPlaceHolder?: string;
@@ -1375,7 +1376,7 @@ interface FiltersBarActionsProps {
1375
1376
  searchValue?: string;
1376
1377
  /** Extra props/adornments forwarded to the search field input. */
1377
1378
  inputProps?: {
1378
- props: SearchInputProps["InputProps"];
1379
+ props: SearchInputProps["inputProps"];
1379
1380
  extendEndAdornment?: JSX.Element;
1380
1381
  };
1381
1382
  /** Optional action area rendered at the far right of the filter bar. */
@@ -1602,9 +1603,17 @@ interface LoadingStatesProps extends Omit<BoxProps, "children"> {
1602
1603
  declare const LoadingStates: ({ spinnerSizes, showSpinner, showSkeleton, skeletonStates, sx, ...props }: LoadingStatesProps) => react_jsx_runtime.JSX.Element;
1603
1604
 
1604
1605
  interface SpinnerProps extends CircularProgressProps {
1606
+ /** Diameter of the spinner in pixels. Defaults to 40. */
1607
+ size?: CircularProgressProps["size"];
1608
+ /** Spinner color variant. Primary and secondary are tokenized by the component. */
1609
+ color?: CircularProgressProps["color"];
1610
+ /** MUI sx overrides applied to both progress layers after internal styles. */
1611
+ sx?: SxProps<Theme>;
1605
1612
  /** Props forwarded to the wrapping Box element. */
1606
1613
  boxProps?: BoxProps;
1607
1614
  }
1615
+
1616
+ /** Tokenized two-layer circular loading indicator. */
1608
1617
  declare const Spinner: ({ boxProps, size, sx, ...props }: SpinnerProps) => react_jsx_runtime.JSX.Element;
1609
1618
 
1610
1619
  /** Controls which loading indicator is rendered. */
@@ -1730,7 +1739,7 @@ interface MessageProps extends Omit<HTMLAttributes<HTMLDivElement>, "title"> {
1730
1739
 
1731
1740
  declare const Message: ({ actionLabel, children, hideClose, onActionClick, onClose, sx, title, type, ...props }: MessageProps) => react_jsx_runtime.JSX.Element;
1732
1741
 
1733
- type NavigationItemState = "default" | "selected" | "disabled";
1742
+ type NavigationItemState = "default" | "selected" | "disabled" | "open";
1734
1743
  interface NavigationItemData {
1735
1744
  /** Stable item id used for selection and callbacks. */
1736
1745
  id: string;
@@ -1738,7 +1747,7 @@ interface NavigationItemData {
1738
1747
  label: ReactNode;
1739
1748
  /** Optional secondary label shown in drawer/sub-navigation layouts. */
1740
1749
  subtext?: ReactNode;
1741
- /** Visual state for the item. */
1750
+ /** Visual state for the item. Use `open` when a nested panel is expanded. */
1742
1751
  state?: NavigationItemState;
1743
1752
  /** Disables item interaction and applies disabled styling. */
1744
1753
  disabled?: boolean;
@@ -1829,8 +1838,8 @@ interface PathDisplayProps {
1829
1838
  * Defaults to 3 — paths with 3 or more segments show "first / ... / last".
1830
1839
  */
1831
1840
  numberOfLevels?: number;
1832
- /** Props forwarded to the wrapping Tooltip. */
1833
- tooltipProps?: TooltipProps;
1841
+ /** Optional props forwarded to the wrapping Tooltip; PathDisplay supplies the title and child. */
1842
+ tooltipProps?: Partial<Omit<TooltipProps, "children" | "title">>;
1834
1843
  /** Props forwarded to the inner Typography element. */
1835
1844
  typographyProps?: TypographyProps;
1836
1845
  }
@@ -1911,42 +1920,60 @@ type SelectProps<T = unknown> = SelectProps$1<T> & {
1911
1920
 
1912
1921
  declare const Select: <T = unknown>({ clearable, defaultValue, disabled, endAdornment, IconComponent, MenuProps, multiple, onChange, onClear, variant, sx, value: valueProp, ...props }: SelectProps<T>) => react_jsx_runtime.JSX.Element;
1913
1922
 
1914
- type SkeletonProps = SkeletonProps$1;
1923
+ interface SkeletonProps extends SkeletonProps$1 {
1924
+ /** Placeholder shape. Use text, circular, rectangular, or rounded to match the content being loaded. */
1925
+ variant?: SkeletonProps$1["variant"];
1926
+ /** Loading animation. Defaults to wave; set false for a static placeholder. */
1927
+ animation?: SkeletonProps$1["animation"];
1928
+ /** Width of the placeholder. */
1929
+ width?: SkeletonProps$1["width"];
1930
+ /** Height of the placeholder. */
1931
+ height?: SkeletonProps$1["height"];
1932
+ /** MUI sx overrides merged after internal token styles so consumers can override safely. */
1933
+ sx?: SkeletonProps$1["sx"];
1934
+ }
1915
1935
 
1936
+ /** Open UI Kit skeleton placeholder with tokenized loading colors and animation defaults. */
1916
1937
  declare const Skeleton: ({ animation, sx, ...props }: SkeletonProps) => react_jsx_runtime.JSX.Element;
1917
1938
 
1918
1939
  interface SeverityBarProps {
1919
1940
  /**
1920
- * Severity of the bar
1941
+ * Severity level used to resolve the bar color token.
1921
1942
  */
1922
1943
  severity: Severity;
1923
1944
  /**
1924
- * Styling for the bar
1945
+ * Additional styles merged after the internal 4x32px bar sizing.
1925
1946
  */
1926
1947
  sx?: SxProps<Theme>;
1927
1948
  }
1949
+
1928
1950
  declare const SeverityBar$1: ({ severity, sx, }: SeverityBarProps) => JSX.Element;
1929
1951
 
1930
1952
  interface SeverityBadgeProps {
1931
1953
  /**
1932
- * Set a type if you want to display the badge in severity colors.
1954
+ * Severity enum value used to display one of the standard severity colors.
1955
+ * When provided, it takes precedence over `value`.
1933
1956
  */
1934
1957
  severity?: Severity;
1935
1958
  /**
1936
- * Set a value if you want to display the badge in score system colors.
1937
- * `severity` param overrides this behaviour.
1959
+ * Numeric score used to pick a color from the configured score system.
1960
+ * Ignored when `severity` is provided.
1938
1961
  */
1939
1962
  value?: number;
1940
1963
  /**
1941
- * Customizable colors / thresholds.
1964
+ * Ordered score thresholds and badge configuration for numeric values.
1965
+ * Omit this to use the default token-backed severity scale.
1942
1966
  */
1943
1967
  scoreSystem?: SeverityBadgeScoreSystemItem[];
1944
1968
  }
1945
1969
  interface SeverityBadgeConfiguration extends IndicatorBadgeProps {
1970
+ /** Optional human-readable label for paired label components. */
1946
1971
  label?: string;
1947
1972
  }
1948
1973
  interface SeverityBadgeScoreSystemItem {
1974
+ /** Badge color, value, and optional label used when the threshold matches. */
1949
1975
  configuration: SeverityBadgeConfiguration;
1976
+ /** Inclusive upper bound for the score bucket. */
1950
1977
  threshold: number;
1951
1978
  }
1952
1979
 
@@ -1954,10 +1981,18 @@ declare const SeverityBadge: ({ severity, scoreSystem, value, }: SeverityBadgePr
1954
1981
 
1955
1982
  interface SeverityBadgeLabelProps extends SeverityBadgeProps {
1956
1983
  /**
1957
- * Provide a custom label to override the default ones
1984
+ * Custom text shown instead of the default severity or score label.
1958
1985
  */
1959
1986
  label?: string;
1987
+ /**
1988
+ * Props forwarded to the horizontal label container. Values override the
1989
+ * component defaults such as spacing and alignment.
1990
+ */
1960
1991
  containerStackProps?: StackProps;
1992
+ /**
1993
+ * Props forwarded to the text label. Values override the default body2
1994
+ * typography variant.
1995
+ */
1961
1996
  labelTypographyProps?: TypographyProps;
1962
1997
  }
1963
1998
 
@@ -1967,9 +2002,14 @@ type SliderProps = SliderProps$1;
1967
2002
 
1968
2003
  declare const Slider: ({ sx, ...props }: SliderProps) => react_jsx_runtime.JSX.Element;
1969
2004
 
2005
+ type StepperStepState = "completed" | "current" | "disabled" | "idle";
1970
2006
  interface StepperStep {
1971
2007
  /** Step label shown in the sidebar. */
1972
2008
  label: string;
2009
+ /** Optional helper text shown below the sidebar label. */
2010
+ subtitle?: string;
2011
+ /** Explicit visual state. When omitted, state is inferred from activeStep. */
2012
+ state?: StepperStepState;
1973
2013
  }
1974
2014
  interface StepperPanelProps {
1975
2015
  /** Array of step definitions. */
@@ -1978,6 +2018,16 @@ interface StepperPanelProps {
1978
2018
  activeStep: number;
1979
2019
  /** Called when the user clicks a step in the panel. */
1980
2020
  onStepClick?: (index: number, event: SyntheticEvent) => void;
2021
+ /** Controls whether the sidebar renders in its compact icon-only state. */
2022
+ collapsed?: boolean;
2023
+ /** Initial collapsed state for uncontrolled usage. */
2024
+ defaultCollapsed?: boolean;
2025
+ /** Called when the sidebar collapse control is clicked. */
2026
+ onCollapseClick?: (event: SyntheticEvent) => void;
2027
+ /** Called after the sidebar collapsed state changes. */
2028
+ onCollapsedChange?: (collapsed: boolean, event: SyntheticEvent) => void;
2029
+ /** Accessible label for the sidebar collapse control. Defaults to collapse/expand text. */
2030
+ collapseButtonAriaLabel?: string;
1981
2031
  /** Content rendered in the main area. */
1982
2032
  children?: ReactNode;
1983
2033
  /** Footer content (e.g. Back/Next buttons, status text). */
@@ -1985,8 +2035,36 @@ interface StepperPanelProps {
1985
2035
  /** MUI sx overrides for the root container. */
1986
2036
  sx?: SxProps<Theme>;
1987
2037
  }
2038
+ interface StepperModalStep {
2039
+ /** Step label shown below the modal step indicator. */
2040
+ label: string;
2041
+ /** Explicit visual state. When omitted, state is inferred from activeStep. */
2042
+ state?: StepperStepState;
2043
+ }
2044
+ interface StepperModalProps extends Omit<DialogProps, "children" | "PaperProps" | "sx" | "title"> {
2045
+ /** Modal title. */
2046
+ title: string;
2047
+ /** Optional descriptor rendered below the title. */
2048
+ subtitle?: ReactNode;
2049
+ /** Array of step definitions rendered in the horizontal modal series. */
2050
+ steps: StepperModalStep[];
2051
+ /** Zero-based index of the current modal step. */
2052
+ activeStep: number;
2053
+ /** Body copy rendered between the step series and custom content. */
2054
+ description?: ReactNode;
2055
+ /** Content slot rendered in the modal body. */
2056
+ children?: ReactNode;
2057
+ /** Footer actions rendered in the bottom bar. */
2058
+ footer?: ReactNode;
2059
+ /** Props forwarded to the underlying dialog paper. */
2060
+ paperProps?: DialogProps["PaperProps"];
2061
+ /** MUI sx overrides for the modal dialog paper. */
2062
+ sx?: SxProps<Theme>;
2063
+ }
2064
+
2065
+ declare const StepperPanel: ({ steps, activeStep, onStepClick, collapsed, defaultCollapsed, onCollapseClick, onCollapsedChange, collapseButtonAriaLabel, children, footer, sx, }: StepperPanelProps) => react_jsx_runtime.JSX.Element;
1988
2066
 
1989
- declare const StepperPanel: ({ steps, activeStep, onStepClick, children, footer, sx, }: StepperPanelProps) => react_jsx_runtime.JSX.Element;
2067
+ declare const StepperModal: ({ title, subtitle, steps, activeStep, description, children, footer, paperProps, sx, ...dialogProps }: StepperModalProps) => react_jsx_runtime.JSX.Element;
1990
2068
 
1991
2069
  interface ExportProps {
1992
2070
  enableExport?: boolean;
@@ -2125,20 +2203,23 @@ declare enum TagStatus {
2125
2203
  "Allow" = "Allow",
2126
2204
  "Deny" = "Deny"
2127
2205
  }
2128
-
2129
- interface TagProps extends Omit<ChipProps, "size" | "children" | "label" | "color"> {
2206
+ interface TagProps extends Omit<ChipProps, "size" | "children" | "label" | "color" | "sx"> {
2207
+ /** Background color token variant used for non-status tags. */
2130
2208
  color?: TagBackgroundColorVariants;
2131
- children: React.ReactNode;
2209
+ /** Tag label content. */
2210
+ children: ReactNode;
2211
+ /** Tag scale. Small is 20px tall, medium is 24px, and large is 32px. */
2132
2212
  size?: GeneralSize;
2213
+ /** Semantic status treatment. When set, it overrides the color variant. */
2133
2214
  status?: TagStatus;
2215
+ /** Root style overrides. Consumer styles are applied after internal styles. */
2216
+ sx?: SxProps<Theme>;
2134
2217
  }
2218
+
2135
2219
  /**
2136
- *
2137
- * @param status - If status is provided, the tag will be styled according to the status, indepenently of the icon settings
2138
- * @param avatar - When avatar is provided, icon is ignored and the size of the tag is bigger.
2139
- * @returns
2220
+ * Tag labels categorized content with optional icon, avatar, status, and deletion affordances.
2140
2221
  */
2141
- declare const Tag: ({ avatar, children, color, status, icon, onClick, size, ...props }: TagProps) => react_jsx_runtime.JSX.Element;
2222
+ declare const Tag: ({ avatar, children, color, status, icon, onClick, size, sx, ...props }: TagProps) => react_jsx_runtime.JSX.Element;
2142
2223
 
2143
2224
  declare const selectTagStyle: (theme: Theme) => {
2144
2225
  Excellent: {
@@ -2239,17 +2320,26 @@ declare const getTagStyle: ({ theme, size, statusStyle, clickable, color, hasAva
2239
2320
  statusStyle?: TagStatusStyle;
2240
2321
  }) => SxProps<Theme>;
2241
2322
 
2242
- interface SkillTagsProps {
2323
+ interface TagsProps {
2324
+ /** Customizes the visible label for each rendered tag. */
2243
2325
  customizeLabel?: (node: AugmentedSelectNodeType | SelectNodeType) => string;
2244
- customizeTooltip?: (node: AugmentedSelectNodeType | SelectNodeType) => React.ReactNode;
2245
- handleDelete?: (event: React.MouseEvent<HTMLElement>, node: AugmentedSelectNodeType | SelectNodeType, idx: number) => void;
2326
+ /** Customizes the tooltip content shown for truncated tag labels. */
2327
+ customizeTooltip?: (node: AugmentedSelectNodeType | SelectNodeType) => ReactNode;
2328
+ /** Called when a tag delete control is clicked. */
2329
+ handleDelete?: (event: MouseEvent<HTMLElement>, node: AugmentedSelectNodeType | SelectNodeType, idx: number) => void;
2330
+ /** Items rendered as tags. Empty arrays render nothing. */
2246
2331
  items: AugmentedSelectNodeType[] | SelectNodeType[];
2332
+ /** Maximum number of tags shown before the remainder is collapsed. */
2247
2333
  maxTooltipTags?: number;
2334
+ /** Truncates long tag labels and shows the full value in a tooltip. */
2248
2335
  shouldTruncate?: boolean;
2336
+ /** Shows the first tag plus a count tag for the remaining items. */
2249
2337
  showOnlyFirst?: boolean;
2338
+ /** Size passed through to each Tag. */
2250
2339
  size?: GeneralSize;
2251
2340
  }
2252
- declare const Tags: ({ customizeLabel, customizeTooltip, handleDelete, items, maxTooltipTags, shouldTruncate, showOnlyFirst, size, }: SkillTagsProps) => react_jsx_runtime.JSX.Element | null;
2341
+
2342
+ declare const Tags: ({ customizeLabel, customizeTooltip, handleDelete, items, maxTooltipTags, shouldTruncate, showOnlyFirst, size, }: TagsProps) => react_jsx_runtime.JSX.Element | null;
2253
2343
 
2254
2344
  declare const LabelAndChildrenTooltipContent: ({ node }: {
2255
2345
  node: SelectNodeType;
@@ -2306,6 +2396,8 @@ interface UploadFile {
2306
2396
  id: string;
2307
2397
  /** Display name of the file. */
2308
2398
  name: string;
2399
+ /** Optional thumbnail URL shown in image-oriented file rows. */
2400
+ thumbnailSrc?: string;
2309
2401
  /** Upload progress 0–100, shown when status is "uploading". */
2310
2402
  progress?: number;
2311
2403
  /** Current status of the file. */
@@ -2316,7 +2408,7 @@ interface UploadFile {
2316
2408
  interface UploadProps {
2317
2409
  /** Trigger variant: drag-and-drop zone or a button. */
2318
2410
  variant?: "drag" | "button";
2319
- /** Size of the drag zone: "md" (default, padding 48px 24px) or "sm" (padding 36px 24px). Only applies to drag variant. */
2411
+ /** Size of the drag zone and file list rows. */
2320
2412
  size?: "md" | "sm";
2321
2413
  /** Primary label inside the drag zone or button label. */
2322
2414
  label?: string;
@@ -2383,7 +2475,7 @@ declare const ViewSwitcher: ({ disabled, fullWidth, onChange, options, size, val
2383
2475
 
2384
2476
  interface ScrollAreaProps extends BoxProps {
2385
2477
  /** Content to render inside the scrollable viewport. */
2386
- children?: React.ReactNode;
2478
+ children?: ReactNode;
2387
2479
  }
2388
2480
 
2389
2481
  declare const ScrollArea: React$1.ForwardRefExoticComponent<Omit<ScrollAreaProps, "ref"> & React$1.RefAttributes<HTMLDivElement>>;
@@ -2394,6 +2486,7 @@ type PaginationProps = PaginationProps$1;
2394
2486
  declare const Pagination: (props: PaginationProps) => react_jsx_runtime.JSX.Element;
2395
2487
 
2396
2488
  interface DonutProps extends ChartProps {
2489
+ /** Called with the selected slice data when a donut segment is clicked. */
2397
2490
  handleClick?: (sliceData: ChartDataItem) => void;
2398
2491
  }
2399
2492
  /**
@@ -2402,45 +2495,36 @@ interface DonutProps extends ChartProps {
2402
2495
  declare const DonutChart: ({ data, showTooltip, customTooltip, handleClick, }: DonutProps) => JSX.Element;
2403
2496
 
2404
2497
  interface GaugeChartProps extends ChartProps {
2498
+ /** Highest target value used to calculate how much of the gauge arc is filled. */
2405
2499
  maxValue?: number;
2406
- customLabelComponent?: React.ReactNode;
2500
+ /** Optional content shown below the numeric value inside the gauge. */
2501
+ customLabelComponent?: ReactNode;
2502
+ /** Optional dimensional overrides for compact or expanded gauge layouts. */
2407
2503
  styleProps?: {
2504
+ /** Custom gauge width in pixels. */
2408
2505
  customWidth?: number;
2506
+ /** Custom gauge height in pixels. */
2409
2507
  customHeight?: number;
2508
+ /** CSS top value for the central numeric label. */
2410
2509
  textTop?: string;
2411
2510
  };
2412
2511
  }
2413
2512
  declare const GaugeChart: ({ data, maxValue, customLabelComponent, styleProps, }: GaugeChartProps) => react_jsx_runtime.JSX.Element;
2414
- declare const gaugeWrapper: ({ height, width, }: {
2415
- height: number;
2416
- width: number;
2417
- }) => {
2418
- readonly display: "inline-block";
2419
- readonly width: `${number}px`;
2420
- readonly height: `${number}px`;
2421
- readonly position: "relative";
2422
- };
2423
- declare const barShadow: (barFill: string) => {
2424
- filter: string;
2425
- };
2426
- declare const gaugeLabel: {
2427
- transform: string;
2428
- };
2429
- declare const boxStyle: {
2430
- position: string;
2431
- top: string;
2432
- left: string;
2433
- transform: string;
2434
- };
2435
2513
 
2436
2514
  interface BarProps {
2515
+ /** Data key to read from each item's `barData` object. */
2437
2516
  key: string;
2517
+ /** Fill color for the stacked bar segment. Use a theme palette token. */
2438
2518
  color: string;
2439
2519
  }
2440
2520
  interface BarGraphProps extends ChartProps {
2521
+ /** Column header labels rendered above the item labels and stacked bars. */
2441
2522
  headers?: string[];
2523
+ /** Stacked bar segment definitions. Each key must exist in every item's `barData`. */
2442
2524
  bars?: BarProps[];
2525
+ /** Shows the category legend below the graph. */
2443
2526
  showLegend?: boolean;
2527
+ /** Called when the Recharts graph receives a click event. */
2444
2528
  handleClick?: CategoricalChartFunc;
2445
2529
  }
2446
2530
  declare const BarGraph: ({ data, showLegend, showTooltip, bars, headers, customTooltip, handleClick, }: BarGraphProps) => react_jsx_runtime.JSX.Element;
@@ -2503,37 +2587,58 @@ type ConditionalPropsByType = {
2503
2587
  type ExtendedChartProps = GaugeChartProps & Omit<DonutProps, "handleClick"> & Omit<BarGraphProps, "handleClick">;
2504
2588
 
2505
2589
  interface BarChartProps extends ChartProps {
2590
+ /** Called when a data bar is selected. Use it for drill-down interactions. */
2506
2591
  handleClick?: (item: ChartDataItem) => void;
2507
2592
  }
2508
2593
  declare const BarChart$1: ({ data, handleClick, showTooltip, customTooltip, }: BarChartProps) => react_jsx_runtime.JSX.Element;
2509
2594
 
2510
2595
  interface IWidgetProps {
2511
- bodyElement: JSX.Element;
2512
- sx?: SxProps;
2513
- label?: string | JSX.Element;
2514
- headerChildren?: JSX.Element;
2515
- headerLeftChildren?: JSX.Element;
2516
- labelTooltip?: React.ReactNode;
2517
- titleTooltip?: React.ReactNode;
2596
+ /** Main content rendered inside the widget body. */
2597
+ bodyElement: ReactElement;
2598
+ /** Style overrides for the outer widget card. Consumer values are applied last. */
2599
+ sx?: SxProps$1<Theme$1>;
2600
+ /** Headline label rendered in the widget header. Omit it for a body-only widget. */
2601
+ label?: string | ReactElement;
2602
+ /** Optional content rendered to the right of the headline area. */
2603
+ headerChildren?: ReactElement;
2604
+ /** Optional content rendered before the headline label. */
2605
+ headerLeftChildren?: ReactElement;
2606
+ /** Tooltip content displayed next to the headline label. */
2607
+ labelTooltip?: ReactNode;
2608
+ /** Tooltip content attached to the headline label itself. */
2609
+ titleTooltip?: ReactNode;
2610
+ /** Shows the loading skeleton instead of the body content. */
2518
2611
  isLoading?: boolean;
2612
+ /** Uses the horizontal widget body layout for chart and legend compositions. */
2519
2613
  isHorizontal?: boolean;
2520
- chartCustomComponent?: React.ReactNode;
2521
- stackStyle?: Record<string, string | number>;
2522
- legendCustomComponent?: React.ReactNode;
2614
+ /** Optional chart-specific content rendered by chart wrappers. */
2615
+ chartCustomComponent?: ReactNode;
2616
+ /** Props forwarded to the body stack when composing chart wrappers. */
2617
+ stackStyle?: StackProps$1;
2618
+ /** Optional legend content rendered next to or below the body content. */
2619
+ legendCustomComponent?: ReactNode;
2620
+ /** Props forwarded to widget tooltips. */
2523
2621
  tooltipProps?: Partial<TooltipProps>;
2622
+ /** Shows the empty state instead of the body content. */
2524
2623
  isEmpty?: boolean;
2624
+ /** Called when the headline label is interactive. */
2525
2625
  onLabelClick?: () => void;
2626
+ /** Optional Rosey analytics identifier applied to the outer card. */
2526
2627
  dataRoseyUrn?: string;
2527
2628
  }
2528
2629
 
2529
2630
  type IChartWidgetProps = ExtendedChartProps & Omit<IWidgetProps, "bodyElement"> & ConditionalPropsByType & {
2530
- sx?: SxProps;
2531
- generalWidgetStyle?: SxProps;
2631
+ /** Style overrides for the outer widget card. Consumer values are applied after chart-widget defaults. */
2632
+ sx?: SxProps$1<Theme$1>;
2633
+ /** Shared style overrides for the outer widget card when composing several chart widgets. */
2634
+ generalWidgetStyle?: SxProps$1<Theme$1>;
2635
+ /** Headline text rendered in the widget header. */
2532
2636
  label: string;
2533
2637
  };
2534
2638
  declare const ChartWidget: ({ data, type, label, labelTooltip, showTooltip, categories, isLoading, isEmpty, isHorizontal, customTooltip, titleTooltip, sx, chartCustomComponent, stackStyle, legendCustomComponent, tooltipProps, generalWidgetStyle, headerChildren, headerLeftChildren, onLabelClick, dataRoseyUrn, ...rest }: IChartWidgetProps) => react_jsx_runtime.JSX.Element;
2535
2639
 
2536
2640
  interface HorizontalBarChartProps extends ChartProps {
2641
+ /** Called with the selected item when a horizontal bar row is clicked or activated by keyboard. */
2537
2642
  handleClick?: (item: ChartDataItem) => void;
2538
2643
  }
2539
2644
  declare const HorizontalBarChart: ({ data, categories, handleClick, }: HorizontalBarChartProps) => react_jsx_runtime.JSX.Element;
@@ -2545,42 +2650,68 @@ interface LineChartTooltipProps extends TooltipProps$2<number, string> {
2545
2650
 
2546
2651
  type SafeLineProps = Omit<LineProps, "ref">;
2547
2652
  interface LineChartProps extends ChartProps, Pick<LineChartTooltipProps, "valueFormatter"> {
2653
+ /** Optional title shown in the default tooltip before the category values. */
2548
2654
  subject?: string;
2655
+ /** Props forwarded to the Recharts X axis for domain, tick, and formatter overrides. */
2549
2656
  xAxisProps?: XAxisProps;
2657
+ /** Props forwarded to the Recharts Y axis for domain, tick, and formatter overrides. */
2550
2658
  yAxisProps?: YAxisProps;
2659
+ /** Props forwarded to every line series. Use for dots, active dots, and stroke overrides. */
2551
2660
  lineProps?: Partial<SafeLineProps>;
2661
+ /** Props forwarded to the Cartesian grid for dash and stroke overrides. */
2552
2662
  gridProps?: CartesianGridProps;
2553
2663
  }
2554
2664
  declare const LineChart: ({ data, categories, showTooltip, subject, xAxisProps, yAxisProps, customTooltip, valueFormatter, lineProps, gridProps, }: LineChartProps) => react_jsx_runtime.JSX.Element;
2555
2665
 
2556
2666
  type DataPoint = {
2667
+ /** Label rendered around the radar axis and in the default tooltip. */
2557
2668
  subject: string;
2558
2669
  };
2559
2670
  type ExtendedDataPoint = {
2671
+ [key: string]: string | number | undefined;
2672
+ /** Numeric value rendered by the default `variableA` radar series. */
2560
2673
  variableA?: number;
2561
2674
  } & DataPoint;
2562
2675
  type RadarType = {
2676
+ /** Legend and tooltip name for the radar series. */
2563
2677
  name: string;
2678
+ /** Data key read from each item in `data`. */
2564
2679
  dataKey: string;
2680
+ /** Solid fill token used under the custom conic gradient shape. */
2565
2681
  fill?: string;
2682
+ /** CSS gradient or tokenized background used by the custom radar shape. */
2566
2683
  background?: string;
2567
- shape?: React.ReactElement;
2684
+ /** Optional Recharts shape override for the radar polygon. */
2685
+ shape?: ReactElement;
2568
2686
  };
2569
2687
  type Offset = {
2688
+ /** Horizontal label offset in pixels. */
2570
2689
  cx: number;
2690
+ /** Vertical label offset in pixels. */
2571
2691
  cy: number;
2572
2692
  };
2573
2693
  type SpiderChartProps = {
2694
+ /** Radar data points. `subject` labels each axis and numeric keys feed radar series. */
2574
2695
  data: ExtendedDataPoint[];
2696
+ /** Radar series definitions. Each `dataKey` must exist on the data points. */
2575
2697
  radars: RadarType[];
2698
+ /** Distance from the center to the outer radar ring. */
2576
2699
  outerRadius?: number;
2700
+ /** Reserved spacing hook for downstream chart compositions. */
2577
2701
  padData?: number;
2702
+ /** Called with the active subject when the tooltip area is clicked. */
2578
2703
  onTooltipClick?: (subject: string) => void;
2579
- tooltipContent?: (dataPoint: ExtendedDataPoint) => React.ReactNode;
2704
+ /** Custom renderer for the default tooltip body. */
2705
+ tooltipContent?: (dataPoint: ExtendedDataPoint) => ReactNode;
2706
+ /** Shows the default or custom tooltip. */
2580
2707
  showTooltip?: boolean;
2708
+ /** Fully custom Recharts tooltip content. */
2581
2709
  customTooltip?: ContentType<number, string>;
2710
+ /** Per-label pixel offsets for fine alignment around the chart. */
2582
2711
  labelOffsets?: Offset[];
2712
+ /** Distance multiplier between the radar and outer labels. */
2583
2713
  tickBand?: number;
2714
+ /** Scales the custom grid and radar line rendering. */
2584
2715
  scale?: number;
2585
2716
  };
2586
2717
 
@@ -2595,41 +2726,70 @@ declare const ChartTypeComponents: {
2595
2726
  [key: string]: ComponentType<ChartProps>;
2596
2727
  };
2597
2728
 
2598
- type SubNavItem = TabProps$1 & {
2729
+ type BasePageContainerProps = BoxProps & {
2730
+ [key: `data-${string}`]: string | number | undefined;
2731
+ };
2732
+ type SubNavItem = Omit<TabProps$1, "value"> & {
2733
+ /** Router destination used by the sub-navigation tab. */
2599
2734
  href?: string;
2735
+ /** Marks this item as the current page when URL matching is not enough. */
2600
2736
  selected?: boolean;
2601
2737
  };
2602
2738
  interface BasePageProps {
2739
+ /** Page content rendered below the header and optional sub-navigation. */
2603
2740
  children: ReactNode;
2604
- containerProps?: BoxProps;
2741
+ /** Props applied to the outer page container. Consumer `sx` is merged after internal spacing. */
2742
+ containerProps?: BasePageContainerProps;
2743
+ /** Breadcrumb items rendered above the page title when breadcrumbs are enabled. */
2605
2744
  breadcrumbs?: BreadcrumbsProps["items"];
2745
+ /** Main page title rendered as the heading. */
2606
2746
  title: ReactNode;
2747
+ /** Optional supporting text below the title. */
2607
2748
  description?: ReactNode;
2749
+ /** Actions or controls rendered on the right side of the header. */
2608
2750
  rightSideItems?: ReactNode;
2751
+ /** Props applied to the sub-navigation Tabs component. */
2609
2752
  tabsProps?: TabsProps;
2753
+ /** Optional tabbed page navigation rendered below the title area. */
2610
2754
  subNav?: SubNavItem[];
2755
+ /** Controls whether breadcrumbs render when breadcrumb items are supplied. */
2611
2756
  useBreadcrumbs?: boolean;
2612
2757
  }
2758
+
2613
2759
  declare const BasePage: ({ children, containerProps, breadcrumbs, title, description, rightSideItems, subNav, tabsProps, useBreadcrumbs, }: BasePageProps) => react_jsx_runtime.JSX.Element;
2614
2760
 
2615
2761
  interface LayoutProps {
2616
- content?: React.ReactNode;
2762
+ /** Main page content rendered beside the optional side navigation. */
2763
+ content?: ReactNode;
2764
+ /** Controls whether the fixed application header is rendered. */
2617
2765
  showHeader?: boolean;
2766
+ /** Props forwarded to the Header component. */
2618
2767
  headerProps?: HeaderProps;
2768
+ /** Controls whether the side navigation drawer is rendered on desktop. */
2619
2769
  showSideNav?: boolean;
2620
- sideNav?: React.ReactNode;
2770
+ /** Content rendered inside the desktop side navigation drawer. */
2771
+ sideNav?: ReactNode;
2621
2772
  }
2773
+
2622
2774
  declare const Layout$1: ({ showHeader, showSideNav, headerProps, content, sideNav, }: LayoutProps) => react_jsx_runtime.JSX.Element;
2623
2775
 
2624
2776
  interface PageTitleProps {
2777
+ /** Main page heading rendered as the h1. */
2625
2778
  title: ReactNode;
2779
+ /** Supporting text rendered below the title row. */
2626
2780
  subtitle?: ReactNode;
2781
+ /** Optional image displayed before the title block. */
2627
2782
  image?: ReactNode;
2783
+ /** Optional icon displayed before the title block when no image is supplied. */
2628
2784
  icon?: ReactNode;
2785
+ /** Optional status tag or badge rendered beside the title. */
2629
2786
  tag?: ReactNode;
2787
+ /** Breadcrumb items rendered above the title block. */
2630
2788
  breadcrumbs?: BreadcrumbsProps["items"];
2789
+ /** Action controls rendered at the end of the title block. */
2631
2790
  actions?: ReactNode;
2632
- sx?: SxProps<Theme>;
2791
+ /** Style overrides for the outer title container. Consumer values are applied last. */
2792
+ sx?: SxProps$1<Theme$1>;
2633
2793
  }
2634
2794
 
2635
2795
  declare const PageTitle: ({ title, subtitle, image, icon, tag, breadcrumbs, actions, sx, }: PageTitleProps) => react_jsx_runtime.JSX.Element;
@@ -7528,5 +7688,5 @@ interface ThemeProviderProps {
7528
7688
  }
7529
7689
  declare const ThemeProvider: ({ children, defaultMode, customTheme, }: ThemeProviderProps) => react_jsx_runtime.JSX.Element;
7530
7690
 
7531
- export { Accordion, StyledAccordionSummary as AccordionSummary, ActionsDialog, ActivityTimeline, ActivityTimelineStepStatus, AddDomain, AddRepos, AnchorLinkMenu, AttackPathAnalysis, AttackPathAnalysisWalkThrough, Avatar, AvatarGroup, Backdrop, Badge, Banner, BarChart$1 as BarChart, BarGraph, BasePage, Breadcrumbs, Button, Card, CardActionArea, CardActions, CardContent, CardDescription, CardHeader, CardSubheader, Celebration, ChartType, ChartTypeComponents, ChartWidget, Checkbox$1 as Checkbox, CiCd, Cloud, CloudSimple, CodeBlock, CopyButton, CreateTableInstance, Dashboard, Data, DatePicker, DateRangePicker, DateTimePicker, Dialog, DialogActions, DialogContent, DialogContentText, DialogSubtitle, DialogTitle, Divider, DonutChart, EMPTY_FUNCTION, EmptyData, EmptyState, FiltersBar, FiltersDrawer, FloatingButton, Footer, GaugeChart, GeneralSize, Git, GitSimple, GlobalSearchInput, Header, HorizontalBarChart, Icon, IconPosition, index_d as Icons, IndicatorBadge, Info, InputField, KeyValuePairs, Kubernetes, LabelAndChildrenTooltipContent, Layout$1 as Layout, LineChart, Link$1 as Link, LinkColorEnum, LinkType, List$1 as List, ListItem, ListItemButton, ListItemIcon, ListItemText, ListSubheader, LoadingErrorState, LoadingStates, Menu$1 as Menu, MenuItem, StyledMenuSubheader as MenuSubheader, Message, Navigation, NavigationDrawer, NavigationSubNavigation, Negative, NestedMenu, NestedMenuListbox, NoData, OS_LIGHT_COLORS, OverflowTooltip, PageTitle, Pagination, PathDisplay, PickerItem, Popover, Positive, RadioButton, RadioGroup, Recon, RemainingTags, SEVERITY_VALUE, ScrollArea, SearchInput, Select, SelectNode, SelectNodeListItem, Sent, Severity, SeverityBadge, SeverityBadgeLabel, SeverityBar$1 as SeverityBar, Shield, SideDrawer, Skeleton, Slider, SpiderChart, Spinner, StaticDatePicker, StaticDateTimePicker, StepperPanel, Success, Tab, Table$1 as Table, Tabs, Tag, TagAvatarSize, TagBackgroundColorVariants, TagStatus, Tags, ThemeMode, ThemeProvider, TimePicker, Toast, Toaster, Toggle, Tooltip, TooltipSize, Upload$1 as Upload, ViewSwitcher, Warning, agentcyBlue, agentcyDarkBlue, agentcyYellow, augmentTreeData, barShadow, blue100, blue200, blue300, blue400, blue50, blue500, blue600, blue700, blue800, blue900, blueAlpha10, blueAlpha40, blueFocusRingStrong, blueFocusRingWeak, bluePalette, boxStyle, brandColors, capitalize, darkModeCardFloating, darkModeCardLifted, darkModeCardRaised, darkModeCardSubtle, darkModeFooterBottom, darkModeSideDrawerLeft, darkModeSideDrawerRight, darkVars, deepCopyTree, flattenSelectTree, flattenSelectTreeWithSearch, flattenSelectTreeWithoutSearch, formatNodeValue, gaugeLabel, gaugeWrapper, getAllSelectedLeaves, getAllSelectedParents, getChildrenOfTopLevelNode, getColorBySeverity, getLeafCounts, getTagStyle, gradientStopColors, gradientsPalette, green10, green100, green200, green300, green40, green400, green50, green500, green600, green700, green800, green900, greenPalette, grey0, grey100, grey200, grey300, grey400, grey50, grey500, grey600, grey700, grey800, grey900, greyAlpha10, greyAlpha40, greyPalette, illustrationGradientEnd, illustrationGradientStart, illustrationInfoGradientEnd, illustrationInfoGradientMiddle, illustrationInfoGradientStart, illustrationNegativeGradientStart, illustrationPositiveGradientEnd, illustrationPositiveGradientMiddle, illustrationPositiveGradientStart, illustrationRing, illustrationShell, illustrationStroke, illustrationSurface, illustrationSurfaceSubtle, illustrationWarningGradientEnd, illustrationWarningGradientStart, isLeaf, lavender10, lavender100, lavender200, lavender300, lavender400, lavender50, lavender500, lavender600, lavender700, lavender800, lavender900, lavenderPalette, lightAlphaOrange10, lightAlphaOrange40, lightBlue100, lightBlue200, lightBlue300, lightBlue400, lightBlue50, lightBlue500, lightBlue600, lightBlue700, lightBlue800, lightBlue900, lightBlueAlpha10, lightBlueAlpha40, lightBluePalette, lightModeCardFloating, lightModeCardLifted, lightModeCardRaised, lightModeCardSubtle, lightModeFooterBottom, lightModeSideDrawer, lightModeSideDrawerLeft, lightModeSideDrawerRight, lightOrange100, lightOrange200, lightOrange300, lightOrange400, lightOrange50, lightOrange500, lightOrange600, lightOrange700, lightOrange800, lightOrange900, lightOrangePalette, lightVars, lime10, lime100, lime200, lime300, lime400, lime50, lime500, lime600, lime700, lime800, lime900, limePalette, mergeNodeChildrenValueToText, night10, night100, night200, night300, night400, night50, night500, night600, night700, night800, night900, nightPalette, normalizeSeverity, orange100, orange200, orange300, orange400, orange50, orange500, orange600, orange700, orange800, orange900, orangeAlpha10, orangeAlpha40, orangePalette, outshiftBlue, outshiftLogoDark, outshiftLogoGreen, outshiftLogoLightBlue, outshiftLogoLightOrange, outshiftLogoOrange, outshiftLogoWhite, outshiftMidnightBlue, outshiftOrange, pink10, pink100, pink200, pink300, pink400, pink50, pink500, pink600, pink700, pink800, pink900, pinkPalette, purple100, purple200, purple300, purple400, purple50, purple500, purple600, purple700, purple800, purple900, purpleAlpha10, purpleAlpha40, purplePalette, red100, red200, red300, red400, red50, red500, red600, red700, red800, red900, redAlpha10, redAlpha40, redPalette, selectTagStyle, setSelectedMainSkillCategories, sortBySeverity, sunset10, sunset100, sunset200, sunset300, sunset400, sunset50, sunset500, sunset600, sunset700, sunset800, sunset900, sunsetPalette, surfaceDark100, surfaceDark200, surfaceDark300, surfaceDark400, surfaceDark50, surfaceDark500, surfaceDark600, surfaceDark700, surfaceDark800, surfaceDark800Alpha40, surfaceDark900, surfaceDark900Alpha10, surfaceDark900Alpha40, surfaceDarkPalette, surfaceLight100, surfaceLight200, surfaceLight300, surfaceLight400, surfaceLight50, surfaceLight500, surfaceLight50Alpha40, surfaceLight600, surfaceLight700, surfaceLight800, surfaceLight800Alpha40, surfaceLight900, surfaceLight900Alpha10, surfaceLight900Alpha40, surfaceLightPalette, teal10, teal100, teal200, teal300, teal400, teal50, teal500, teal600, teal700, teal800, teal900, tealPalette, toast, upwardsPush, useNestedMenu, useThemeMode, yellow100, yellow200, yellow300, yellow400, yellow50, yellow500, yellow600, yellow700, yellow800, yellow900, yellowAlpha10, yellowAlpha40, yellowPalette };
7532
- export type { AccordionProps, ActionsDialogProps, ActivityTimelineProps, ActivityTimelineStep, AnchorLinkMenuItem, AnchorLinkMenuProps, AssetsData, AtomicTypes, AugmentedSelectNodeType, AvatarGroupProps, AvatarProps, BackdropProps, BadgeProps, BadgeType, BannerProps, BarChartProps, BarGraphItem, BarGraphProps, BarProps, BasePageProps, BreadcrumbItem, BreadcrumbsProps, ButtonProps, CardActionAreaProps, CardActionsProps, CardContentProps, CardDescriptionProps, CardHeaderProps, CardProps, CardSubheaderProps, ChartCategory, ChartCategoryItem, ChartDataItem, ChartProps, CheckboxProps, CodeBlockHeaderButton, CodeBlockProps, CodeBlockSize, ConditionalPropsByType, CopyButtonPosition, CopyButtonProps, CopyButtonSize, CopyButtonStylesProps, DatePickerProps, DateRangePickerProps, DateTimePickerProps, DialogActionsProps, DialogContentProps, DialogContentTextProps, DialogProps, DialogSubtitleProps, DialogTitleProps, DividerProps, DividerVariant, DonutProps, EmptyStateDirection, EmptyStateProps, EmptyStateVariant, ExportProps, ExtendedChartProps, ExtendedDataPoint, FilterData, FilterOptionData, FiltersBarActionsProps, FiltersBarProps, FiltersDrawerProps, FlattenSelectTreeArgs, FlattenedSelectTreeData, FloatingButtonProps, FloatingButtonSize, FloatingButtonVariant, FooterProps, GaugeChartProps, GlobalSearchGroup, GlobalSearchItem, GlobalSearchProps, Gradient, GradientsPalette, HeaderAction, HeaderProps, HeaderTooltipMeta, IChartWidgetProps, IconProps, IndicatorBadgeProps, IndicatorBadgeValue, InputFieldProps, KeyValuePairItem, KeyValuePairsLayout, KeyValuePairsProps, LayoutProps, LineChartProps, LinkColorStatus, LinkProps, LinkState, ListItemButtonProps, ListItemIconProps, ListItemProps, ListItemTextProps, ListProps, ListSubheaderProps, LoadingErrorStateProps, LoadingStatesProps, LoadingStatesSkeletonState, MenuItemProps, MenuItemSize, MenuProps, MessageProps, MessageType, NavigationDrawerProps, NavigationItemData, NavigationItemState, NavigationProps, NavigationSectionData, NavigationSubNavigationProps, NestedMenuProps, OverflowTooltipProps, PageTitleProps, PaginationProps, PathDisplayProps, PickerDisplay, PickerItemProps, PickerSize, PopoverArrowPosition, PopoverProps, PopoverSize, RadioButtonProps, RadioGroupProps, ScrollAreaProps, SearchInputProps, SelectNodeType, SelectProps, SeverityBadgeLabelProps, SeverityBadgeProps, SeverityBadgeScoreSystemItem, SeverityBarProps, SideDrawerFooterProps, SideDrawerHeaderProps, SideDrawerProps, SkeletonProps, SliderProps, SpiderChartProps, SpinnerProps, StaticDatePickerProps, StaticDateTimePickerProps, StaticTimePickerProps, StatusBanner, StepperPanelProps, StepperStep, TabProps, TableChartDataItem, TableProps, TableRow, TableTitle, TabsProps, TabsType, TagProps, TagStatusStyle, ThemeModeContextValue, ThemeProviderProps, TimePickerProps, ToastAction, ToastProps, ToastType, ToasterProps, ToggleProps, TooltipProps, TopToolbarProps, UploadFile, UploadFileStatus, UploadProps, VarsType, ViewSwitcherOption, ViewSwitcherOptionObject, ViewSwitcherOptionProperties, ViewSwitcherProps, ViewSwitcherSize };
7691
+ export { Accordion, StyledAccordionSummary as AccordionSummary, ActionsDialog, ActivityTimeline, ActivityTimelineStepStatus, AddDomain, AddRepos, AnchorLinkMenu, AttackPathAnalysis, AttackPathAnalysisWalkThrough, Avatar, AvatarGroup, Backdrop, Badge, Banner, BarChart$1 as BarChart, BarGraph, BasePage, Breadcrumbs, Button, Card, CardActionArea, CardActions, CardContent, CardDescription, CardHeader, CardSubheader, Celebration, ChartType, ChartTypeComponents, ChartWidget, Checkbox$1 as Checkbox, CiCd, Cloud, CloudSimple, CodeBlock, CopyButton, CreateTableInstance, Dashboard, Data, DatePicker, DateRangePicker, DateTimePicker, Dialog, DialogActions, DialogContent, DialogContentText, DialogSubtitle, DialogTitle, Divider, DonutChart, EMPTY_FUNCTION, EmptyData, EmptyState, FiltersBar, FiltersDrawer, FloatingButton, Footer, GaugeChart, GeneralSize, Git, GitSimple, GlobalSearchInput, Header, HorizontalBarChart, Icon, IconPosition, index_d as Icons, IndicatorBadge, Info, InputField, KeyValuePairs, Kubernetes, LabelAndChildrenTooltipContent, Layout$1 as Layout, LineChart, Link$1 as Link, LinkColorEnum, LinkType, List$1 as List, ListItem, ListItemButton, ListItemIcon, ListItemText, ListSubheader, LoadingErrorState, LoadingStates, Menu$1 as Menu, MenuItem, StyledMenuSubheader as MenuSubheader, Message, Navigation, NavigationDrawer, NavigationSubNavigation, Negative, NestedMenu, NestedMenuListbox, NoData, OS_LIGHT_COLORS, OverflowTooltip, PageTitle, Pagination, PathDisplay, PickerItem, Popover, Positive, RadioButton, RadioGroup, Recon, RemainingTags, SEVERITY_VALUE, ScrollArea, SearchInput, Select, SelectNode, SelectNodeListItem, Sent, Severity, SeverityBadge, SeverityBadgeLabel, SeverityBar$1 as SeverityBar, Shield, SideDrawer, Skeleton, Slider, SpiderChart, Spinner, StaticDatePicker, StaticDateTimePicker, StepperModal, StepperPanel, Success, Tab, Table$1 as Table, Tabs, Tag, TagAvatarSize, TagBackgroundColorVariants, TagStatus, Tags, ThemeMode, ThemeProvider, TimePicker, Toast, Toaster, Toggle, Tooltip, TooltipSize, Upload$1 as Upload, ViewSwitcher, Warning, agentcyBlue, agentcyDarkBlue, agentcyYellow, augmentTreeData, blue100, blue200, blue300, blue400, blue50, blue500, blue600, blue700, blue800, blue900, blueAlpha10, blueAlpha40, blueFocusRingStrong, blueFocusRingWeak, bluePalette, brandColors, capitalize, darkModeCardFloating, darkModeCardLifted, darkModeCardRaised, darkModeCardSubtle, darkModeFooterBottom, darkModeSideDrawerLeft, darkModeSideDrawerRight, darkVars, deepCopyTree, flattenSelectTree, flattenSelectTreeWithSearch, flattenSelectTreeWithoutSearch, formatNodeValue, getAllSelectedLeaves, getAllSelectedParents, getChildrenOfTopLevelNode, getColorBySeverity, getLeafCounts, getTagStyle, gradientStopColors, gradientsPalette, green10, green100, green200, green300, green40, green400, green50, green500, green600, green700, green800, green900, greenPalette, grey0, grey100, grey200, grey300, grey400, grey50, grey500, grey600, grey700, grey800, grey900, greyAlpha10, greyAlpha40, greyPalette, illustrationGradientEnd, illustrationGradientStart, illustrationInfoGradientEnd, illustrationInfoGradientMiddle, illustrationInfoGradientStart, illustrationNegativeGradientStart, illustrationPositiveGradientEnd, illustrationPositiveGradientMiddle, illustrationPositiveGradientStart, illustrationRing, illustrationShell, illustrationStroke, illustrationSurface, illustrationSurfaceSubtle, illustrationWarningGradientEnd, illustrationWarningGradientStart, isLeaf, lavender10, lavender100, lavender200, lavender300, lavender400, lavender50, lavender500, lavender600, lavender700, lavender800, lavender900, lavenderPalette, lightAlphaOrange10, lightAlphaOrange40, lightBlue100, lightBlue200, lightBlue300, lightBlue400, lightBlue50, lightBlue500, lightBlue600, lightBlue700, lightBlue800, lightBlue900, lightBlueAlpha10, lightBlueAlpha40, lightBluePalette, lightModeCardFloating, lightModeCardLifted, lightModeCardRaised, lightModeCardSubtle, lightModeFooterBottom, lightModeSideDrawer, lightModeSideDrawerLeft, lightModeSideDrawerRight, lightOrange100, lightOrange200, lightOrange300, lightOrange400, lightOrange50, lightOrange500, lightOrange600, lightOrange700, lightOrange800, lightOrange900, lightOrangePalette, lightVars, lime10, lime100, lime200, lime300, lime400, lime50, lime500, lime600, lime700, lime800, lime900, limePalette, mergeNodeChildrenValueToText, night10, night100, night200, night300, night400, night50, night500, night600, night700, night800, night900, nightPalette, normalizeSeverity, orange100, orange200, orange300, orange400, orange50, orange500, orange600, orange700, orange800, orange900, orangeAlpha10, orangeAlpha40, orangePalette, outshiftBlue, outshiftLogoDark, outshiftLogoGreen, outshiftLogoLightBlue, outshiftLogoLightOrange, outshiftLogoOrange, outshiftLogoWhite, outshiftMidnightBlue, outshiftOrange, pink10, pink100, pink200, pink300, pink400, pink50, pink500, pink600, pink700, pink800, pink900, pinkPalette, purple100, purple200, purple300, purple400, purple50, purple500, purple600, purple700, purple800, purple900, purpleAlpha10, purpleAlpha40, purplePalette, red100, red200, red300, red400, red50, red500, red600, red700, red800, red900, redAlpha10, redAlpha40, redPalette, selectTagStyle, setSelectedMainSkillCategories, sortBySeverity, sunset10, sunset100, sunset200, sunset300, sunset400, sunset50, sunset500, sunset600, sunset700, sunset800, sunset900, sunsetPalette, surfaceDark100, surfaceDark200, surfaceDark300, surfaceDark400, surfaceDark50, surfaceDark500, surfaceDark600, surfaceDark700, surfaceDark800, surfaceDark800Alpha40, surfaceDark900, surfaceDark900Alpha10, surfaceDark900Alpha40, surfaceDarkPalette, surfaceLight100, surfaceLight200, surfaceLight300, surfaceLight400, surfaceLight50, surfaceLight500, surfaceLight50Alpha40, surfaceLight600, surfaceLight700, surfaceLight800, surfaceLight800Alpha40, surfaceLight900, surfaceLight900Alpha10, surfaceLight900Alpha40, surfaceLightPalette, teal10, teal100, teal200, teal300, teal400, teal50, teal500, teal600, teal700, teal800, teal900, tealPalette, toast, upwardsPush, useNestedMenu, useThemeMode, yellow100, yellow200, yellow300, yellow400, yellow50, yellow500, yellow600, yellow700, yellow800, yellow900, yellowAlpha10, yellowAlpha40, yellowPalette };
7692
+ export type { AccordionProps, ActionsDialogProps, ActivityTimelineProps, ActivityTimelineStep, AnchorLinkMenuItem, AnchorLinkMenuProps, AssetsData, AtomicTypes, AugmentedSelectNodeType, AvatarGroupProps, AvatarProps, BackdropProps, BadgeProps, BadgeType, BannerProps, BarChartProps, BarGraphItem, BarGraphProps, BarProps, BasePageProps, BreadcrumbItem, BreadcrumbsProps, ButtonProps, CardActionAreaProps, CardActionsProps, CardContentProps, CardDescriptionProps, CardHeaderProps, CardProps, CardSubheaderProps, ChartCategory, ChartCategoryItem, ChartDataItem, ChartProps, CheckboxProps, CodeBlockHeaderButton, CodeBlockProps, CodeBlockSize, ConditionalPropsByType, CopyButtonPosition, CopyButtonProps, CopyButtonSize, CopyButtonStylesProps, DatePickerProps, DateRangePickerProps, DateTimePickerProps, DialogActionsProps, DialogContentProps, DialogContentTextProps, DialogProps, DialogSubtitleProps, DialogTitleProps, DividerProps, DividerVariant, DonutProps, EmptyStateDirection, EmptyStateProps, EmptyStateVariant, ExportProps, ExtendedChartProps, ExtendedDataPoint, FilterData, FilterOptionData, FiltersBarActionsProps, FiltersBarProps, FiltersDrawerProps, FlattenSelectTreeArgs, FlattenedSelectTreeData, FloatingButtonProps, FloatingButtonSize, FloatingButtonVariant, FooterProps, GaugeChartProps, GlobalSearchGroup, GlobalSearchItem, GlobalSearchProps, Gradient, GradientsPalette, HeaderAction, HeaderProps, HeaderTooltipMeta, HorizontalBarChartProps, IChartWidgetProps, IconProps, IndicatorBadgeProps, IndicatorBadgeValue, InputFieldProps, KeyValuePairItem, KeyValuePairsLayout, KeyValuePairsProps, LayoutProps, LineChartProps, LinkColorStatus, LinkProps, LinkState, ListItemButtonProps, ListItemIconProps, ListItemProps, ListItemTextProps, ListProps, ListSubheaderProps, LoadingErrorStateProps, LoadingStatesProps, LoadingStatesSkeletonState, MenuItemProps, MenuItemSize, MenuProps, MessageProps, MessageType, NavigationDrawerProps, NavigationItemData, NavigationItemState, NavigationProps, NavigationSectionData, NavigationSubNavigationProps, NestedMenuProps, OverflowTooltipProps, PageTitleProps, PaginationProps, PathDisplayProps, PickerDisplay, PickerItemProps, PickerSize, PopoverArrowPosition, PopoverProps, PopoverSize, RadioButtonProps, RadioGroupProps, ScrollAreaProps, SearchInputProps, SelectNodeType, SelectProps, SeverityBadgeLabelProps, SeverityBadgeProps, SeverityBadgeScoreSystemItem, SeverityBarProps, SideDrawerFooterProps, SideDrawerHeaderProps, SideDrawerProps, SkeletonProps, SliderProps, SpiderChartProps, SpinnerProps, StaticDatePickerProps, StaticDateTimePickerProps, StaticTimePickerProps, StatusBanner, StepperModalProps, StepperModalStep, StepperPanelProps, StepperStep, SubNavItem, TabProps, TableChartDataItem, TableProps, TableRow, TableTitle, TabsProps, TabsType, TagProps, TagStatusStyle, TagsProps, ThemeModeContextValue, ThemeProviderProps, TimePickerProps, ToastAction, ToastProps, ToastType, ToasterProps, ToggleProps, TooltipProps, TopToolbarProps, UploadFile, UploadFileStatus, UploadProps, VarsType, ViewSwitcherOption, ViewSwitcherOptionObject, ViewSwitcherOptionProperties, ViewSwitcherProps, ViewSwitcherSize };