unicorn-design-system 2.0.6 → 2.0.8

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/COLORS.md CHANGED
@@ -46,8 +46,8 @@ Used for secondary actions, success states, and positive feedback.
46
46
  | 200 | `#A0EBC7` | Disabled secondary buttons |
47
47
  | 300 | `#72E3AC` | Borders |
48
48
  | 400 | `#4ED996` | Hover states |
49
- | **500** | **`#736337`** | **Secondary buttons, success indicators** |
50
- | 600 | `#D20EC2` | Secondary button hover, MUI secondary.main |
49
+ | **500** | **`#26BB74`** | **Secondary buttons, success indicators** |
50
+ | 600 | `#20A665` | Secondary button hover, MUI secondary.main |
51
51
  | 700 | `#179A5B` | Active states |
52
52
  | 800 | `#14864F` | Dark success states |
53
53
  | 900 | `#147B4A` | Success text |
package/dist/index.d.mts CHANGED
@@ -1,17 +1,17 @@
1
1
  import * as react from 'react';
2
- import { ComponentType, Attributes, ElementType, ReactNode, JSX, ForwardRefExoticComponent, RefAttributes, ComponentPropsWithoutRef, ReactElement, ComponentPropsWithRef, MouseEventHandler, PropsWithChildren, HTMLAttributes, SyntheticEvent, Ref, SVGProps, MouseEvent as MouseEvent$1, KeyboardEvent, ChangeEvent, Key, UIEvent, MutableRefObject, CSSProperties, ComponentProps as ComponentProps$1 } from 'react';
2
+ import react__default, { ComponentType, Attributes, ElementType, ReactNode, JSX, ForwardRefExoticComponent, RefAttributes, ComponentPropsWithoutRef, ReactElement, ComponentPropsWithRef, MouseEventHandler, PropsWithChildren, HTMLAttributes, SyntheticEvent, Ref, SVGProps, MouseEvent as MouseEvent$1, KeyboardEvent, ChangeEvent, Key, UIEvent, MutableRefObject, CSSProperties, ComponentProps as ComponentProps$1 } from 'react';
3
3
  import { TypographyProps } from '@mui/material/Typography';
4
4
  import * as _mui_material from '@mui/material';
5
- import { SxProps as SxProps$1, Theme as Theme$1, CSSObject, ToggleButtonProps as ToggleButtonProps$1, ToggleButtonGroupProps as ToggleButtonGroupProps$1, StackProps, DividerProps, BoxProps, TypographyProps as TypographyProps$1, ThemeOptions, TooltipProps as TooltipProps$2, TextFieldProps, InputLabelProps, PopoverProps, AutocompleteGroupedOption, FormControlLabelProps, DialogActionsProps as DialogActionsProps$1, DialogProps as DialogProps$1, DrawerProps as DrawerProps$1, CircularProgressProps, LinearProgressProps, StepperProps as StepperProps$1, StepProps as StepProps$1, TabsProps as TabsProps$1, TabProps as TabProps$1, SvgIconProps as SvgIconProps$1 } from '@mui/material';
5
+ import { SxProps as SxProps$1, Theme as Theme$1, CSSObject, SvgIconProps, ToggleButtonProps as ToggleButtonProps$1, ToggleButtonGroupProps as ToggleButtonGroupProps$1, StackProps, DividerProps, BoxProps, TypographyProps as TypographyProps$1, ThemeOptions, TooltipProps as TooltipProps$2, TextFieldProps, InputLabelProps, PopoverProps, AutocompleteGroupedOption, FormControlLabelProps, DialogActionsProps as DialogActionsProps$1, DialogProps as DialogProps$1, DrawerProps as DrawerProps$1, CircularProgressProps, LinearProgressProps, StepperProps as StepperProps$1, StepProps as StepProps$1, TabsProps as TabsProps$1, TabProps as TabProps$1 } from '@mui/material';
6
6
  export { RadioGroup } from '@mui/material';
7
7
  import * as _mui_system from '@mui/system';
8
8
  import { SystemStyleObject } from '@mui/system';
9
9
  import { GlobalStylesProps } from '@mui/system/GlobalStyles/GlobalStyles';
10
10
  import * as _mui_material_styles from '@mui/material/styles';
11
11
  import { Theme as Theme$2 } from '@mui/material/styles';
12
+ import * as react_jsx_runtime from 'react/jsx-runtime';
12
13
  import * as phosphorReact from 'phosphor-react';
13
14
  import { IconProps as IconProps$1 } from 'phosphor-react';
14
- import * as react_jsx_runtime from 'react/jsx-runtime';
15
15
  export { default as AlertTitle, AlertTitleProps } from '@mui/material/AlertTitle';
16
16
  import { AlertProps as AlertProps$1 } from '@mui/material/Alert';
17
17
  import { ButtonBaseProps } from '@mui/material/ButtonBase';
@@ -50,7 +50,7 @@ import { ThemeOptions as ThemeOptions$1 } from '@mui/material/styles/createTheme
50
50
  import { RadioProps as RadioProps$1 } from '@mui/material/Radio';
51
51
  export { default as Slider, SliderProps } from '@mui/material/Slider';
52
52
  export { default as Breadcrumbs, BreadcrumbsProps } from '@mui/material/Breadcrumbs';
53
- import { SvgIconProps } from '@mui/material/SvgIcon';
53
+ import { SvgIconProps as SvgIconProps$1 } from '@mui/material/SvgIcon';
54
54
  import * as phosphor_react_dist_lib from 'phosphor-react/dist/lib';
55
55
 
56
56
  function _mergeNamespaces(n, m) {
@@ -346,6 +346,18 @@ declare const CastPrometheusRounded: react.ForwardRefExoticComponent<CastProduct
346
346
 
347
347
  declare const CastSidepanel: react.ForwardRefExoticComponent<Omit<CastProductIconProps, "variant"> & react.RefAttributes<SVGSVGElement>>;
348
348
 
349
+ declare const DBOptimizer: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
350
+
351
+ declare const AIEnabler: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
352
+
353
+ declare const Security: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
354
+
355
+ declare const CostMonitoring: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
356
+
357
+ declare const Optimization: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
358
+
359
+ declare const ClusterList: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
360
+
349
361
  type Props$e = {
350
362
  rotated: boolean;
351
363
  children: ReactElement<IconProps>;
@@ -354,6 +366,7 @@ declare function WithRotation(props: Props$e): react_jsx_runtime.JSX.Element;
354
366
 
355
367
  var index = /*#__PURE__*/_mergeNamespaces({
356
368
  __proto__: null,
369
+ AIEnabler: AIEnabler,
357
370
  CastAIEnabler: CastAIEnabler,
358
371
  CastApa: CastApa,
359
372
  CastChatbot: CastChatbot,
@@ -375,6 +388,11 @@ var index = /*#__PURE__*/_mergeNamespaces({
375
388
  CastSecurity: CastSecurity,
376
389
  CastSidepanel: CastSidepanel,
377
390
  CastWorkloadAutoscaler: CastWorkloadAutoscaler,
391
+ ClusterList: ClusterList,
392
+ CostMonitoring: CostMonitoring,
393
+ DBOptimizer: DBOptimizer,
394
+ Optimization: Optimization,
395
+ Security: Security,
378
396
  WithRotation: WithRotation
379
397
  }, [phosphorReact]);
380
398
 
@@ -6388,7 +6406,175 @@ type BreadcrumbProps = BoxProps & {
6388
6406
  };
6389
6407
  declare const Breadcrumb: ({ children, disabled, className, ...rest }: BreadcrumbProps) => react_jsx_runtime.JSX.Element;
6390
6408
 
6409
+ interface SideNavItem {
6410
+ id: string;
6411
+ label: string;
6412
+ icon?: ReactNode;
6413
+ path?: string;
6414
+ children?: SideNavItem[];
6415
+ badge?: number | string;
6416
+ }
6417
+ interface SideNavProps {
6418
+ items: SideNavItem[];
6419
+ logo?: ReactNode;
6420
+ activeItemId?: string;
6421
+ onItemClick?: (item: SideNavItem) => void;
6422
+ width?: number;
6423
+ organizationLabel?: string;
6424
+ }
6425
+ interface SideNavItemProps {
6426
+ item: SideNavItem;
6427
+ isActive: boolean;
6428
+ isExpanded: boolean;
6429
+ level: number;
6430
+ onItemClick: (item: SideNavItem) => void;
6431
+ onToggle: (itemId: string) => void;
6432
+ }
6433
+
6434
+ declare const SideNav: react__default.FC<SideNavProps>;
6435
+
6436
+ declare const sideNavTheme: {
6437
+ 'DS-SideNav': {
6438
+ width: string;
6439
+ backgroundColor: string;
6440
+ borderRight: string;
6441
+ display: string;
6442
+ flexDirection: string;
6443
+ };
6444
+ 'DS-SideNav-Header': {
6445
+ padding: string;
6446
+ borderBottom: string;
6447
+ };
6448
+ 'DS-SideNav-Organization': {
6449
+ fontSize: string;
6450
+ fontWeight: number;
6451
+ color: string;
6452
+ textTransform: string;
6453
+ letterSpacing: string;
6454
+ marginBottom: string;
6455
+ };
6456
+ 'DS-SideNav-Items': {
6457
+ flex: number;
6458
+ overflowY: string;
6459
+ padding: string;
6460
+ };
6461
+ 'DS-SideNav-Item': {
6462
+ display: string;
6463
+ alignItems: string;
6464
+ padding: string;
6465
+ cursor: string;
6466
+ transition: string;
6467
+ color: string;
6468
+ fontSize: string;
6469
+ fontWeight: number;
6470
+ gap: string;
6471
+ position: string;
6472
+ '&:hover': {
6473
+ backgroundColor: string;
6474
+ };
6475
+ };
6476
+ 'DS-SideNav-Item-Active': {
6477
+ backgroundColor: string;
6478
+ color: string;
6479
+ fontWeight: number;
6480
+ };
6481
+ 'DS-SideNav-Item-Child': {
6482
+ paddingLeft: string;
6483
+ };
6484
+ 'DS-SideNav-Item-Icon': {
6485
+ width: string;
6486
+ height: string;
6487
+ display: string;
6488
+ alignItems: string;
6489
+ justifyContent: string;
6490
+ flexShrink: number;
6491
+ };
6492
+ 'DS-SideNav-Item-Label': {
6493
+ flex: number;
6494
+ };
6495
+ 'DS-SideNav-Item-Caret': {
6496
+ width: string;
6497
+ height: string;
6498
+ transition: string;
6499
+ };
6500
+ 'DS-SideNav-Item-Caret-Expanded': {
6501
+ transform: string;
6502
+ };
6503
+ 'DS-SideNav-Item-Caret-Collapsed': {
6504
+ transform: string;
6505
+ };
6506
+ };
6507
+
6391
6508
  declare const navigationTheme: {
6509
+ 'DS-SideNav': {
6510
+ width: string;
6511
+ backgroundColor: string;
6512
+ borderRight: string;
6513
+ display: string;
6514
+ flexDirection: string;
6515
+ };
6516
+ 'DS-SideNav-Header': {
6517
+ padding: string;
6518
+ borderBottom: string;
6519
+ };
6520
+ 'DS-SideNav-Organization': {
6521
+ fontSize: string;
6522
+ fontWeight: number;
6523
+ color: string;
6524
+ textTransform: string;
6525
+ letterSpacing: string;
6526
+ marginBottom: string;
6527
+ };
6528
+ 'DS-SideNav-Items': {
6529
+ flex: number;
6530
+ overflowY: string;
6531
+ padding: string;
6532
+ };
6533
+ 'DS-SideNav-Item': {
6534
+ display: string;
6535
+ alignItems: string;
6536
+ padding: string;
6537
+ cursor: string;
6538
+ transition: string;
6539
+ color: string;
6540
+ fontSize: string;
6541
+ fontWeight: number;
6542
+ gap: string;
6543
+ position: string;
6544
+ '&:hover': {
6545
+ backgroundColor: string;
6546
+ };
6547
+ };
6548
+ 'DS-SideNav-Item-Active': {
6549
+ backgroundColor: string;
6550
+ color: string;
6551
+ fontWeight: number;
6552
+ };
6553
+ 'DS-SideNav-Item-Child': {
6554
+ paddingLeft: string;
6555
+ };
6556
+ 'DS-SideNav-Item-Icon': {
6557
+ width: string;
6558
+ height: string;
6559
+ display: string;
6560
+ alignItems: string;
6561
+ justifyContent: string;
6562
+ flexShrink: number;
6563
+ };
6564
+ 'DS-SideNav-Item-Label': {
6565
+ flex: number;
6566
+ };
6567
+ 'DS-SideNav-Item-Caret': {
6568
+ width: string;
6569
+ height: string;
6570
+ transition: string;
6571
+ };
6572
+ 'DS-SideNav-Item-Caret-Expanded': {
6573
+ transform: string;
6574
+ };
6575
+ 'DS-SideNav-Item-Caret-Collapsed': {
6576
+ transform: string;
6577
+ };
6392
6578
  mergeClassNameAndStyle?: boolean;
6393
6579
  MuiAlert?: {
6394
6580
  defaultProps?: _mui_material.ComponentsProps["MuiAlert"];
@@ -9124,7 +9310,7 @@ declare const ActionIcon: ({ children, className, disabled, ...props }: PropsWit
9124
9310
  disabled?: boolean;
9125
9311
  }>) => react_jsx_runtime.JSX.Element;
9126
9312
 
9127
- type Props$2 = SvgIconProps<'svg', {
9313
+ type Props$2 = SvgIconProps$1<'svg', {
9128
9314
  isExpanded?: boolean;
9129
9315
  }>;
9130
9316
  declare const ExpandIcon: react.ForwardRefExoticComponent<Omit<Props$2, "ref"> & react.RefAttributes<SVGSVGElement>>;
@@ -9133,7 +9319,7 @@ declare const InfoIcon: react.ForwardRefExoticComponent<phosphor_react_dist_lib.
9133
9319
 
9134
9320
  declare const ResizerIcon: () => react_jsx_runtime.JSX.Element;
9135
9321
 
9136
- type Props$1 = SvgIconProps$1<'svg', {
9322
+ type Props$1 = SvgIconProps<'svg', {
9137
9323
  sortDirection?: SortDirection;
9138
9324
  }>;
9139
9325
  declare const SortIcon: ({ sortDirection, sx, ...rest }: Props$1) => react_jsx_runtime.JSX.Element;
@@ -10995,4 +11181,4 @@ type Dimensions = {
10995
11181
  };
10996
11182
  declare const useWindowResize: (throttleTime?: number) => Dimensions;
10997
11183
 
10998
- export { AbsolutePseudo, ActionIcon, Alert, type AlertProps, type AllowedColors, type AllowedShades, type ApplyOrderingArgs, Area, type AreaProps, AutoSizingInput, Autocomplete$1 as Autocomplete, type AutocompleteOverrides, type AutocompleteProps$1 as AutocompleteProps, Autocomplete as AutocompleteV2, type AutocompleteProps as AutocompleteV2Props, Avatar, AvatarContext, type AvatarProps, Badge, type BadgeProps, Bar, type BarProps$1 as BarProps, BodyRow, type BodyRowProps, Breadcrumb, type BreadcrumbProps, Button, ButtonContext, type ButtonProps$1 as ButtonProps, Card, type CardProps, Cell, type ChartBlocksSummary, type ChartCluster, ChartContainer, type ChartContainerProps, ChartGrid, type ChartGridProps, ChartIndicator, type ChartIndicatorProps, ChartLegend, type ChartLegendProps, type ChartState, ChartTooltip, ChartTooltipTimestampHeader, type ChartType, type ChartZoomState, type CheckBoxChangeReason, type CheckResizableColumnWidthLimitsArgs, Checkbox, CheckboxContext, type CheckboxProps, Chip, ChipInput, type ChipInputForwardRef, type ChipInputProps, type ChipProps, CirclePolarGrid, CloseDrawerButton, type CloseDrawerButtonProps, type ClusteringProps, ClusteringXAxis, type ClusteringXAxisProps, CodeActions, type CodeActionsProps, type CodePreviewState, Column, ColumnGroup, type ColumnGroupModel, type ColumnGroupProps, type ColumnGroupPropsWithChildren, type ColumnModel, type ColumnProps, type ColumnSettings, type ColumnSettingsProps, type ColumnsInfo, ComboButton, type ComboButtonProps, ComboItem, type ComboItemProps, type ComponentStyles, ConditionalWrapper, type Criterion, type CssVars, CursorPaginator, type CursorPaginatorProps, DEFAULT_MAX_RESIZE_WIDTH, DEFAULT_MIN_RESIZE_WIDTH, type DataKey, DataPopper, type DataPopperProps, DataPopperRow, type DataPopperRowProps, type DataPopperSize, DataTable, type DataTableComponents, type DataTableProps, type DatePeriod, type DatePeriodInTimestamp, Dialog, DialogActions, type DialogActionsProps, type DialogProps, DotsLoader, type DotsLoaderProps, DotsLoaderSize, DragIcon, type DragIconProps, type DraggableState, Drawer, DrawerBody, type DrawerColor, DrawerContent, DrawerContext, type DrawerContextState, DrawerFooter, type DrawerFooterProps, DrawerHeader, type DrawerInstance, DrawerInstanceContext, DrawerOverlay, type DrawerOverlayProps, DrawerOverlayProvider, type DrawerOverlayState, type DrawerProps, DrawerProvider, type DrawerSize, DropdownContext, DropdownInput, DropdownList, DropdownPopper, type DropdownProps, DropdownRoot, type DropdownRootProps, type DropdownState, DsFormHelperText, DsFormLabel, type DsLabeledRadioProps, DsShadow, type DsVarOverrides, EllipsisWithTooltip, ExpandIcon, ExternalCell, ExternalRow, FileDrop, type FileDropError, FileDropErrorType, type FileDropProps, type FilterPreset, type FormLabelProps, type GenericXAxisProps, type GetPasswordStrengthWithHint, type GetRowKey, type GlobalStyles, type GridLineGenerator, type GroupedColumnOrdering, type GroupedColumnProps, HiddenElementsCounter, type HighlightedLanguage, type HighlightingProps, IconButton, type IconButtonProps, index as Icons, Indicator, type IndicatorProps, InfoIcon, Input, InputChip, type InputChipProps, type InputProps, InvisibleArea, LAST_ROW_ADDITIONAL_PADDING, LabeledRadio, Line, type LineProps, List, ListItem, ListItemAvatar, type ListItemAvatarProps, ListItemIcon, type ListItemIconProps, type ListItemProps, ListItemText, type ListItemTextProps, type ListProps, ListSearchInput, type ListSearchInputProps, ListSubheader, type ListSubheaderProps, type LogPayload, type MapRecentSearchesToListItemsProps, type Marker, MultiAutocompleteBadgeCount, type MultiAutocompleteBadgeCountProps, MultiAutocomplete as MultiAutocompleteV2, type MultiAutocompleteProps as MultiAutocompleteV2Props, MultiDayPicker, type MultiDayPickerProps, MultipleProgressBarsItem, type MultipleProgressBarsItemProps, MultipleProgressContainer, type MultipleProgressContainerProps, type NormalizedTableProps, type OnRowReorderedArgs, type OpenDrawerArgs, type OpenDrawerOptions, OverflowCounter, OverflowItemBox, OverflowItemTypography, type OverlayState, Paginator, type PaginatorProps, type PaginatorSize, Paper, type PaperProps, type ParsedGroupProps, PasswordInput, type PasswordInputProps, type PasswordStrength, PercentagePolarRadiusAxis, PercentageRadarTooltip, PeriodComparisonPicker, type PeriodComparisonPickerProps, type PersistenceProps, PolarAngleAxis, PolarRadiusAxis, PreviewJson, type PreviewJsonData, type PreviewJsonProps, PreviewMarkdown, PreviewMarkdownBaseElement, PreviewMarkdownCodeElement, PreviewMarkdownLinkElement, type PreviewMarkdownProps, PreviewSnippet, type PreviewSnippetProps, PreviewYaml, type PreviewYamlProps, ProgressBar, type ProgressBarProps, ProgressBarWithLabel, type ProgressBarWithLabelProps, type QueryState, Radar, RadarChartContainer, type RadarChartContainerProps, type RadarProps, RadarTooltip, Radio, RadioContext, type RadioProps, RangePicker, type RangePickerProps, RatioProgressBar, type RatioProgressBarProps, type RecentSearchEntry, type RefAreaValue, type RenderCell, type ReorderRow, Resizable, ResizerIcon, type ResizerLineApi, type RowAttributes, RowIndicator, type RowIndicatorProps, type RowIndicatorVariant, type RowKey, type RowState, SCROLLER_THEME, Scatter, type ScatterProps, type ScatterShapeProps, Scroller, type ScrollerProps, type ScrollerRef, Search, type SearchProps, Select, type SelectProps, type SetBodyHeight, type SetColumnSettings, type SetTableState, SettingsButton, ShadowDivider, type ShadowDividerProps, type ShapeColor, type ShapeSize, type ShowOverlayArgs, SingleDayPicker, type SingleDayPickerProps, type Size, SkeletonTable, type SkeletonTableProps, Snackbar, SnackbarAccentText, type SortDirection, type SortFn, SortIcon, type SortingState, Spinner, type SpinnerProps, SplitButton, type SplitButtonProps, Step, type StepProps, Stepper, type StepperProps, Switch, type SwitchProps, type SxProps, Tab, TabContent, type TabContentProps, type TabProps, Table, TableActionButton, type TableApi, TableBulkActions, type TableComponents, type TableContextState, TableHeader, type TableInfo, type TableProps, TableRecordsCount, type TableRecordsCountProps, type TableState, Tabs, type TabsProps, TabsProvider, TextArea, type TextAreaProps, ThemePaletteCssVars, type TickFormatterFn, type TickSettings, type TicksConfig, type TimeTicksResolver, TimeXAxis, type TimeXAxisProps, ToggleButton, ToggleButtonGroup, type ToggleButtonGroupProps, type ToggleButtonProps, Tooltip, type TooltipProps, types as TooltipTypes, type TreeUiConfig, type TreeUiUtils, type ValidDrawerComponent, VirtuosoScroller, XAxis, type XAxisProps, type XAxisTickProps, YAxis, type YAxisProps, type YAxisTickProps, type ZoomBoundary, type ZoomProps, type ZoomStateReturnType, type ZoomedRange, activeProps, applyOrdering, buttonVars, chartContainerTheme, chartLegendTheme, chartTooltipTheme, checkResizableColumnWidthLimits, chipInputTheme, codeTheme, dsPaletteDefaults as colors, comboButtonClasses, controlsThemes, createSelectorSx, createStyles, cssVars, datePickerTheme, defaultTreeUiConfig, drawerCssVars, dsAppColorRefs, dsPaletteRefs, focusProps, formHelperTextTheme, formLabelTheme, fromThemeOrDefault, getLoadingRows, getThemeColor, iconButtonVars, inputGetters, inputTheme, isColumnsGroup, isLoadingRow, isSelectedFilterPreset, makeMultiSorter, makeTypography, mergeProps, mergeSx, navigationTheme, normalizePx, overrideDsVars, reorderRows, scrollerStyles, shadowsTheme, splitButtonClasses, stringToHash, sx, tableMeasurements, tableTheme, theme, useCodeHighlighter, useCodePreviewState, useDialogInstance, useDrawer, useDrawerInstance, useDrawerOverlay, useDrawerWithProps, useDropdownWithAutocomplete, useGetTableMaxRows, useHiddenElementsCount, useTableContext, useTabsState, useThemeColor, useThemeColors, useTooltipConfig, useWindowResize, withProps };
11184
+ export { AbsolutePseudo, ActionIcon, Alert, type AlertProps, type AllowedColors, type AllowedShades, type ApplyOrderingArgs, Area, type AreaProps, AutoSizingInput, Autocomplete$1 as Autocomplete, type AutocompleteOverrides, type AutocompleteProps$1 as AutocompleteProps, Autocomplete as AutocompleteV2, type AutocompleteProps as AutocompleteV2Props, Avatar, AvatarContext, type AvatarProps, Badge, type BadgeProps, Bar, type BarProps$1 as BarProps, BodyRow, type BodyRowProps, Breadcrumb, type BreadcrumbProps, Button, ButtonContext, type ButtonProps$1 as ButtonProps, Card, type CardProps, Cell, type ChartBlocksSummary, type ChartCluster, ChartContainer, type ChartContainerProps, ChartGrid, type ChartGridProps, ChartIndicator, type ChartIndicatorProps, ChartLegend, type ChartLegendProps, type ChartState, ChartTooltip, ChartTooltipTimestampHeader, type ChartType, type ChartZoomState, type CheckBoxChangeReason, type CheckResizableColumnWidthLimitsArgs, Checkbox, CheckboxContext, type CheckboxProps, Chip, ChipInput, type ChipInputForwardRef, type ChipInputProps, type ChipProps, CirclePolarGrid, CloseDrawerButton, type CloseDrawerButtonProps, type ClusteringProps, ClusteringXAxis, type ClusteringXAxisProps, CodeActions, type CodeActionsProps, type CodePreviewState, Column, ColumnGroup, type ColumnGroupModel, type ColumnGroupProps, type ColumnGroupPropsWithChildren, type ColumnModel, type ColumnProps, type ColumnSettings, type ColumnSettingsProps, type ColumnsInfo, ComboButton, type ComboButtonProps, ComboItem, type ComboItemProps, type ComponentStyles, ConditionalWrapper, type Criterion, type CssVars, CursorPaginator, type CursorPaginatorProps, DEFAULT_MAX_RESIZE_WIDTH, DEFAULT_MIN_RESIZE_WIDTH, type DataKey, DataPopper, type DataPopperProps, DataPopperRow, type DataPopperRowProps, type DataPopperSize, DataTable, type DataTableComponents, type DataTableProps, type DatePeriod, type DatePeriodInTimestamp, Dialog, DialogActions, type DialogActionsProps, type DialogProps, DotsLoader, type DotsLoaderProps, DotsLoaderSize, DragIcon, type DragIconProps, type DraggableState, Drawer, DrawerBody, type DrawerColor, DrawerContent, DrawerContext, type DrawerContextState, DrawerFooter, type DrawerFooterProps, DrawerHeader, type DrawerInstance, DrawerInstanceContext, DrawerOverlay, type DrawerOverlayProps, DrawerOverlayProvider, type DrawerOverlayState, type DrawerProps, DrawerProvider, type DrawerSize, DropdownContext, DropdownInput, DropdownList, DropdownPopper, type DropdownProps, DropdownRoot, type DropdownRootProps, type DropdownState, DsFormHelperText, DsFormLabel, type DsLabeledRadioProps, DsShadow, type DsVarOverrides, EllipsisWithTooltip, ExpandIcon, ExternalCell, ExternalRow, FileDrop, type FileDropError, FileDropErrorType, type FileDropProps, type FilterPreset, type FormLabelProps, type GenericXAxisProps, type GetPasswordStrengthWithHint, type GetRowKey, type GlobalStyles, type GridLineGenerator, type GroupedColumnOrdering, type GroupedColumnProps, HiddenElementsCounter, type HighlightedLanguage, type HighlightingProps, IconButton, type IconButtonProps, index as Icons, Indicator, type IndicatorProps, InfoIcon, Input, InputChip, type InputChipProps, type InputProps, InvisibleArea, LAST_ROW_ADDITIONAL_PADDING, LabeledRadio, Line, type LineProps, List, ListItem, ListItemAvatar, type ListItemAvatarProps, ListItemIcon, type ListItemIconProps, type ListItemProps, ListItemText, type ListItemTextProps, type ListProps, ListSearchInput, type ListSearchInputProps, ListSubheader, type ListSubheaderProps, type LogPayload, type MapRecentSearchesToListItemsProps, type Marker, MultiAutocompleteBadgeCount, type MultiAutocompleteBadgeCountProps, MultiAutocomplete as MultiAutocompleteV2, type MultiAutocompleteProps as MultiAutocompleteV2Props, MultiDayPicker, type MultiDayPickerProps, MultipleProgressBarsItem, type MultipleProgressBarsItemProps, MultipleProgressContainer, type MultipleProgressContainerProps, type NormalizedTableProps, type OnRowReorderedArgs, type OpenDrawerArgs, type OpenDrawerOptions, OverflowCounter, OverflowItemBox, OverflowItemTypography, type OverlayState, Paginator, type PaginatorProps, type PaginatorSize, Paper, type PaperProps, type ParsedGroupProps, PasswordInput, type PasswordInputProps, type PasswordStrength, PercentagePolarRadiusAxis, PercentageRadarTooltip, PeriodComparisonPicker, type PeriodComparisonPickerProps, type PersistenceProps, PolarAngleAxis, PolarRadiusAxis, PreviewJson, type PreviewJsonData, type PreviewJsonProps, PreviewMarkdown, PreviewMarkdownBaseElement, PreviewMarkdownCodeElement, PreviewMarkdownLinkElement, type PreviewMarkdownProps, PreviewSnippet, type PreviewSnippetProps, PreviewYaml, type PreviewYamlProps, ProgressBar, type ProgressBarProps, ProgressBarWithLabel, type ProgressBarWithLabelProps, type QueryState, Radar, RadarChartContainer, type RadarChartContainerProps, type RadarProps, RadarTooltip, Radio, RadioContext, type RadioProps, RangePicker, type RangePickerProps, RatioProgressBar, type RatioProgressBarProps, type RecentSearchEntry, type RefAreaValue, type RenderCell, type ReorderRow, Resizable, ResizerIcon, type ResizerLineApi, type RowAttributes, RowIndicator, type RowIndicatorProps, type RowIndicatorVariant, type RowKey, type RowState, SCROLLER_THEME, Scatter, type ScatterProps, type ScatterShapeProps, Scroller, type ScrollerProps, type ScrollerRef, Search, type SearchProps, Select, type SelectProps, type SetBodyHeight, type SetColumnSettings, type SetTableState, SettingsButton, ShadowDivider, type ShadowDividerProps, type ShapeColor, type ShapeSize, type ShowOverlayArgs, SideNav, type SideNavItem, type SideNavItemProps, type SideNavProps, SingleDayPicker, type SingleDayPickerProps, type Size, SkeletonTable, type SkeletonTableProps, Snackbar, SnackbarAccentText, type SortDirection, type SortFn, SortIcon, type SortingState, Spinner, type SpinnerProps, SplitButton, type SplitButtonProps, Step, type StepProps, Stepper, type StepperProps, Switch, type SwitchProps, type SxProps, Tab, TabContent, type TabContentProps, type TabProps, Table, TableActionButton, type TableApi, TableBulkActions, type TableComponents, type TableContextState, TableHeader, type TableInfo, type TableProps, TableRecordsCount, type TableRecordsCountProps, type TableState, Tabs, type TabsProps, TabsProvider, TextArea, type TextAreaProps, ThemePaletteCssVars, type TickFormatterFn, type TickSettings, type TicksConfig, type TimeTicksResolver, TimeXAxis, type TimeXAxisProps, ToggleButton, ToggleButtonGroup, type ToggleButtonGroupProps, type ToggleButtonProps, Tooltip, type TooltipProps, types as TooltipTypes, type TreeUiConfig, type TreeUiUtils, type ValidDrawerComponent, VirtuosoScroller, XAxis, type XAxisProps, type XAxisTickProps, YAxis, type YAxisProps, type YAxisTickProps, type ZoomBoundary, type ZoomProps, type ZoomStateReturnType, type ZoomedRange, activeProps, applyOrdering, buttonVars, chartContainerTheme, chartLegendTheme, chartTooltipTheme, checkResizableColumnWidthLimits, chipInputTheme, codeTheme, dsPaletteDefaults as colors, comboButtonClasses, controlsThemes, createSelectorSx, createStyles, cssVars, datePickerTheme, defaultTreeUiConfig, drawerCssVars, dsAppColorRefs, dsPaletteRefs, focusProps, formHelperTextTheme, formLabelTheme, fromThemeOrDefault, getLoadingRows, getThemeColor, iconButtonVars, inputGetters, inputTheme, isColumnsGroup, isLoadingRow, isSelectedFilterPreset, makeMultiSorter, makeTypography, mergeProps, mergeSx, navigationTheme, normalizePx, overrideDsVars, reorderRows, scrollerStyles, shadowsTheme, sideNavTheme, splitButtonClasses, stringToHash, sx, tableMeasurements, tableTheme, theme, useCodeHighlighter, useCodePreviewState, useDialogInstance, useDrawer, useDrawerInstance, useDrawerOverlay, useDrawerWithProps, useDropdownWithAutocomplete, useGetTableMaxRows, useHiddenElementsCount, useTableContext, useTabsState, useThemeColor, useThemeColors, useTooltipConfig, useWindowResize, withProps };
package/dist/index.d.ts CHANGED
@@ -1,17 +1,17 @@
1
1
  import * as react from 'react';
2
- import { ComponentType, Attributes, ElementType, ReactNode, JSX, ForwardRefExoticComponent, RefAttributes, ComponentPropsWithoutRef, ReactElement, ComponentPropsWithRef, MouseEventHandler, PropsWithChildren, HTMLAttributes, SyntheticEvent, Ref, SVGProps, MouseEvent as MouseEvent$1, KeyboardEvent, ChangeEvent, Key, UIEvent, MutableRefObject, CSSProperties, ComponentProps as ComponentProps$1 } from 'react';
2
+ import react__default, { ComponentType, Attributes, ElementType, ReactNode, JSX, ForwardRefExoticComponent, RefAttributes, ComponentPropsWithoutRef, ReactElement, ComponentPropsWithRef, MouseEventHandler, PropsWithChildren, HTMLAttributes, SyntheticEvent, Ref, SVGProps, MouseEvent as MouseEvent$1, KeyboardEvent, ChangeEvent, Key, UIEvent, MutableRefObject, CSSProperties, ComponentProps as ComponentProps$1 } from 'react';
3
3
  import { TypographyProps } from '@mui/material/Typography';
4
4
  import * as _mui_material from '@mui/material';
5
- import { SxProps as SxProps$1, Theme as Theme$1, CSSObject, ToggleButtonProps as ToggleButtonProps$1, ToggleButtonGroupProps as ToggleButtonGroupProps$1, StackProps, DividerProps, BoxProps, TypographyProps as TypographyProps$1, ThemeOptions, TooltipProps as TooltipProps$2, TextFieldProps, InputLabelProps, PopoverProps, AutocompleteGroupedOption, FormControlLabelProps, DialogActionsProps as DialogActionsProps$1, DialogProps as DialogProps$1, DrawerProps as DrawerProps$1, CircularProgressProps, LinearProgressProps, StepperProps as StepperProps$1, StepProps as StepProps$1, TabsProps as TabsProps$1, TabProps as TabProps$1, SvgIconProps as SvgIconProps$1 } from '@mui/material';
5
+ import { SxProps as SxProps$1, Theme as Theme$1, CSSObject, SvgIconProps, ToggleButtonProps as ToggleButtonProps$1, ToggleButtonGroupProps as ToggleButtonGroupProps$1, StackProps, DividerProps, BoxProps, TypographyProps as TypographyProps$1, ThemeOptions, TooltipProps as TooltipProps$2, TextFieldProps, InputLabelProps, PopoverProps, AutocompleteGroupedOption, FormControlLabelProps, DialogActionsProps as DialogActionsProps$1, DialogProps as DialogProps$1, DrawerProps as DrawerProps$1, CircularProgressProps, LinearProgressProps, StepperProps as StepperProps$1, StepProps as StepProps$1, TabsProps as TabsProps$1, TabProps as TabProps$1 } from '@mui/material';
6
6
  export { RadioGroup } from '@mui/material';
7
7
  import * as _mui_system from '@mui/system';
8
8
  import { SystemStyleObject } from '@mui/system';
9
9
  import { GlobalStylesProps } from '@mui/system/GlobalStyles/GlobalStyles';
10
10
  import * as _mui_material_styles from '@mui/material/styles';
11
11
  import { Theme as Theme$2 } from '@mui/material/styles';
12
+ import * as react_jsx_runtime from 'react/jsx-runtime';
12
13
  import * as phosphorReact from 'phosphor-react';
13
14
  import { IconProps as IconProps$1 } from 'phosphor-react';
14
- import * as react_jsx_runtime from 'react/jsx-runtime';
15
15
  export { default as AlertTitle, AlertTitleProps } from '@mui/material/AlertTitle';
16
16
  import { AlertProps as AlertProps$1 } from '@mui/material/Alert';
17
17
  import { ButtonBaseProps } from '@mui/material/ButtonBase';
@@ -50,7 +50,7 @@ import { ThemeOptions as ThemeOptions$1 } from '@mui/material/styles/createTheme
50
50
  import { RadioProps as RadioProps$1 } from '@mui/material/Radio';
51
51
  export { default as Slider, SliderProps } from '@mui/material/Slider';
52
52
  export { default as Breadcrumbs, BreadcrumbsProps } from '@mui/material/Breadcrumbs';
53
- import { SvgIconProps } from '@mui/material/SvgIcon';
53
+ import { SvgIconProps as SvgIconProps$1 } from '@mui/material/SvgIcon';
54
54
  import * as phosphor_react_dist_lib from 'phosphor-react/dist/lib';
55
55
 
56
56
  function _mergeNamespaces(n, m) {
@@ -346,6 +346,18 @@ declare const CastPrometheusRounded: react.ForwardRefExoticComponent<CastProduct
346
346
 
347
347
  declare const CastSidepanel: react.ForwardRefExoticComponent<Omit<CastProductIconProps, "variant"> & react.RefAttributes<SVGSVGElement>>;
348
348
 
349
+ declare const DBOptimizer: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
350
+
351
+ declare const AIEnabler: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
352
+
353
+ declare const Security: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
354
+
355
+ declare const CostMonitoring: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
356
+
357
+ declare const Optimization: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
358
+
359
+ declare const ClusterList: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
360
+
349
361
  type Props$e = {
350
362
  rotated: boolean;
351
363
  children: ReactElement<IconProps>;
@@ -354,6 +366,7 @@ declare function WithRotation(props: Props$e): react_jsx_runtime.JSX.Element;
354
366
 
355
367
  var index = /*#__PURE__*/_mergeNamespaces({
356
368
  __proto__: null,
369
+ AIEnabler: AIEnabler,
357
370
  CastAIEnabler: CastAIEnabler,
358
371
  CastApa: CastApa,
359
372
  CastChatbot: CastChatbot,
@@ -375,6 +388,11 @@ var index = /*#__PURE__*/_mergeNamespaces({
375
388
  CastSecurity: CastSecurity,
376
389
  CastSidepanel: CastSidepanel,
377
390
  CastWorkloadAutoscaler: CastWorkloadAutoscaler,
391
+ ClusterList: ClusterList,
392
+ CostMonitoring: CostMonitoring,
393
+ DBOptimizer: DBOptimizer,
394
+ Optimization: Optimization,
395
+ Security: Security,
378
396
  WithRotation: WithRotation
379
397
  }, [phosphorReact]);
380
398
 
@@ -6388,7 +6406,175 @@ type BreadcrumbProps = BoxProps & {
6388
6406
  };
6389
6407
  declare const Breadcrumb: ({ children, disabled, className, ...rest }: BreadcrumbProps) => react_jsx_runtime.JSX.Element;
6390
6408
 
6409
+ interface SideNavItem {
6410
+ id: string;
6411
+ label: string;
6412
+ icon?: ReactNode;
6413
+ path?: string;
6414
+ children?: SideNavItem[];
6415
+ badge?: number | string;
6416
+ }
6417
+ interface SideNavProps {
6418
+ items: SideNavItem[];
6419
+ logo?: ReactNode;
6420
+ activeItemId?: string;
6421
+ onItemClick?: (item: SideNavItem) => void;
6422
+ width?: number;
6423
+ organizationLabel?: string;
6424
+ }
6425
+ interface SideNavItemProps {
6426
+ item: SideNavItem;
6427
+ isActive: boolean;
6428
+ isExpanded: boolean;
6429
+ level: number;
6430
+ onItemClick: (item: SideNavItem) => void;
6431
+ onToggle: (itemId: string) => void;
6432
+ }
6433
+
6434
+ declare const SideNav: react__default.FC<SideNavProps>;
6435
+
6436
+ declare const sideNavTheme: {
6437
+ 'DS-SideNav': {
6438
+ width: string;
6439
+ backgroundColor: string;
6440
+ borderRight: string;
6441
+ display: string;
6442
+ flexDirection: string;
6443
+ };
6444
+ 'DS-SideNav-Header': {
6445
+ padding: string;
6446
+ borderBottom: string;
6447
+ };
6448
+ 'DS-SideNav-Organization': {
6449
+ fontSize: string;
6450
+ fontWeight: number;
6451
+ color: string;
6452
+ textTransform: string;
6453
+ letterSpacing: string;
6454
+ marginBottom: string;
6455
+ };
6456
+ 'DS-SideNav-Items': {
6457
+ flex: number;
6458
+ overflowY: string;
6459
+ padding: string;
6460
+ };
6461
+ 'DS-SideNav-Item': {
6462
+ display: string;
6463
+ alignItems: string;
6464
+ padding: string;
6465
+ cursor: string;
6466
+ transition: string;
6467
+ color: string;
6468
+ fontSize: string;
6469
+ fontWeight: number;
6470
+ gap: string;
6471
+ position: string;
6472
+ '&:hover': {
6473
+ backgroundColor: string;
6474
+ };
6475
+ };
6476
+ 'DS-SideNav-Item-Active': {
6477
+ backgroundColor: string;
6478
+ color: string;
6479
+ fontWeight: number;
6480
+ };
6481
+ 'DS-SideNav-Item-Child': {
6482
+ paddingLeft: string;
6483
+ };
6484
+ 'DS-SideNav-Item-Icon': {
6485
+ width: string;
6486
+ height: string;
6487
+ display: string;
6488
+ alignItems: string;
6489
+ justifyContent: string;
6490
+ flexShrink: number;
6491
+ };
6492
+ 'DS-SideNav-Item-Label': {
6493
+ flex: number;
6494
+ };
6495
+ 'DS-SideNav-Item-Caret': {
6496
+ width: string;
6497
+ height: string;
6498
+ transition: string;
6499
+ };
6500
+ 'DS-SideNav-Item-Caret-Expanded': {
6501
+ transform: string;
6502
+ };
6503
+ 'DS-SideNav-Item-Caret-Collapsed': {
6504
+ transform: string;
6505
+ };
6506
+ };
6507
+
6391
6508
  declare const navigationTheme: {
6509
+ 'DS-SideNav': {
6510
+ width: string;
6511
+ backgroundColor: string;
6512
+ borderRight: string;
6513
+ display: string;
6514
+ flexDirection: string;
6515
+ };
6516
+ 'DS-SideNav-Header': {
6517
+ padding: string;
6518
+ borderBottom: string;
6519
+ };
6520
+ 'DS-SideNav-Organization': {
6521
+ fontSize: string;
6522
+ fontWeight: number;
6523
+ color: string;
6524
+ textTransform: string;
6525
+ letterSpacing: string;
6526
+ marginBottom: string;
6527
+ };
6528
+ 'DS-SideNav-Items': {
6529
+ flex: number;
6530
+ overflowY: string;
6531
+ padding: string;
6532
+ };
6533
+ 'DS-SideNav-Item': {
6534
+ display: string;
6535
+ alignItems: string;
6536
+ padding: string;
6537
+ cursor: string;
6538
+ transition: string;
6539
+ color: string;
6540
+ fontSize: string;
6541
+ fontWeight: number;
6542
+ gap: string;
6543
+ position: string;
6544
+ '&:hover': {
6545
+ backgroundColor: string;
6546
+ };
6547
+ };
6548
+ 'DS-SideNav-Item-Active': {
6549
+ backgroundColor: string;
6550
+ color: string;
6551
+ fontWeight: number;
6552
+ };
6553
+ 'DS-SideNav-Item-Child': {
6554
+ paddingLeft: string;
6555
+ };
6556
+ 'DS-SideNav-Item-Icon': {
6557
+ width: string;
6558
+ height: string;
6559
+ display: string;
6560
+ alignItems: string;
6561
+ justifyContent: string;
6562
+ flexShrink: number;
6563
+ };
6564
+ 'DS-SideNav-Item-Label': {
6565
+ flex: number;
6566
+ };
6567
+ 'DS-SideNav-Item-Caret': {
6568
+ width: string;
6569
+ height: string;
6570
+ transition: string;
6571
+ };
6572
+ 'DS-SideNav-Item-Caret-Expanded': {
6573
+ transform: string;
6574
+ };
6575
+ 'DS-SideNav-Item-Caret-Collapsed': {
6576
+ transform: string;
6577
+ };
6392
6578
  mergeClassNameAndStyle?: boolean;
6393
6579
  MuiAlert?: {
6394
6580
  defaultProps?: _mui_material.ComponentsProps["MuiAlert"];
@@ -9124,7 +9310,7 @@ declare const ActionIcon: ({ children, className, disabled, ...props }: PropsWit
9124
9310
  disabled?: boolean;
9125
9311
  }>) => react_jsx_runtime.JSX.Element;
9126
9312
 
9127
- type Props$2 = SvgIconProps<'svg', {
9313
+ type Props$2 = SvgIconProps$1<'svg', {
9128
9314
  isExpanded?: boolean;
9129
9315
  }>;
9130
9316
  declare const ExpandIcon: react.ForwardRefExoticComponent<Omit<Props$2, "ref"> & react.RefAttributes<SVGSVGElement>>;
@@ -9133,7 +9319,7 @@ declare const InfoIcon: react.ForwardRefExoticComponent<phosphor_react_dist_lib.
9133
9319
 
9134
9320
  declare const ResizerIcon: () => react_jsx_runtime.JSX.Element;
9135
9321
 
9136
- type Props$1 = SvgIconProps$1<'svg', {
9322
+ type Props$1 = SvgIconProps<'svg', {
9137
9323
  sortDirection?: SortDirection;
9138
9324
  }>;
9139
9325
  declare const SortIcon: ({ sortDirection, sx, ...rest }: Props$1) => react_jsx_runtime.JSX.Element;
@@ -10995,4 +11181,4 @@ type Dimensions = {
10995
11181
  };
10996
11182
  declare const useWindowResize: (throttleTime?: number) => Dimensions;
10997
11183
 
10998
- export { AbsolutePseudo, ActionIcon, Alert, type AlertProps, type AllowedColors, type AllowedShades, type ApplyOrderingArgs, Area, type AreaProps, AutoSizingInput, Autocomplete$1 as Autocomplete, type AutocompleteOverrides, type AutocompleteProps$1 as AutocompleteProps, Autocomplete as AutocompleteV2, type AutocompleteProps as AutocompleteV2Props, Avatar, AvatarContext, type AvatarProps, Badge, type BadgeProps, Bar, type BarProps$1 as BarProps, BodyRow, type BodyRowProps, Breadcrumb, type BreadcrumbProps, Button, ButtonContext, type ButtonProps$1 as ButtonProps, Card, type CardProps, Cell, type ChartBlocksSummary, type ChartCluster, ChartContainer, type ChartContainerProps, ChartGrid, type ChartGridProps, ChartIndicator, type ChartIndicatorProps, ChartLegend, type ChartLegendProps, type ChartState, ChartTooltip, ChartTooltipTimestampHeader, type ChartType, type ChartZoomState, type CheckBoxChangeReason, type CheckResizableColumnWidthLimitsArgs, Checkbox, CheckboxContext, type CheckboxProps, Chip, ChipInput, type ChipInputForwardRef, type ChipInputProps, type ChipProps, CirclePolarGrid, CloseDrawerButton, type CloseDrawerButtonProps, type ClusteringProps, ClusteringXAxis, type ClusteringXAxisProps, CodeActions, type CodeActionsProps, type CodePreviewState, Column, ColumnGroup, type ColumnGroupModel, type ColumnGroupProps, type ColumnGroupPropsWithChildren, type ColumnModel, type ColumnProps, type ColumnSettings, type ColumnSettingsProps, type ColumnsInfo, ComboButton, type ComboButtonProps, ComboItem, type ComboItemProps, type ComponentStyles, ConditionalWrapper, type Criterion, type CssVars, CursorPaginator, type CursorPaginatorProps, DEFAULT_MAX_RESIZE_WIDTH, DEFAULT_MIN_RESIZE_WIDTH, type DataKey, DataPopper, type DataPopperProps, DataPopperRow, type DataPopperRowProps, type DataPopperSize, DataTable, type DataTableComponents, type DataTableProps, type DatePeriod, type DatePeriodInTimestamp, Dialog, DialogActions, type DialogActionsProps, type DialogProps, DotsLoader, type DotsLoaderProps, DotsLoaderSize, DragIcon, type DragIconProps, type DraggableState, Drawer, DrawerBody, type DrawerColor, DrawerContent, DrawerContext, type DrawerContextState, DrawerFooter, type DrawerFooterProps, DrawerHeader, type DrawerInstance, DrawerInstanceContext, DrawerOverlay, type DrawerOverlayProps, DrawerOverlayProvider, type DrawerOverlayState, type DrawerProps, DrawerProvider, type DrawerSize, DropdownContext, DropdownInput, DropdownList, DropdownPopper, type DropdownProps, DropdownRoot, type DropdownRootProps, type DropdownState, DsFormHelperText, DsFormLabel, type DsLabeledRadioProps, DsShadow, type DsVarOverrides, EllipsisWithTooltip, ExpandIcon, ExternalCell, ExternalRow, FileDrop, type FileDropError, FileDropErrorType, type FileDropProps, type FilterPreset, type FormLabelProps, type GenericXAxisProps, type GetPasswordStrengthWithHint, type GetRowKey, type GlobalStyles, type GridLineGenerator, type GroupedColumnOrdering, type GroupedColumnProps, HiddenElementsCounter, type HighlightedLanguage, type HighlightingProps, IconButton, type IconButtonProps, index as Icons, Indicator, type IndicatorProps, InfoIcon, Input, InputChip, type InputChipProps, type InputProps, InvisibleArea, LAST_ROW_ADDITIONAL_PADDING, LabeledRadio, Line, type LineProps, List, ListItem, ListItemAvatar, type ListItemAvatarProps, ListItemIcon, type ListItemIconProps, type ListItemProps, ListItemText, type ListItemTextProps, type ListProps, ListSearchInput, type ListSearchInputProps, ListSubheader, type ListSubheaderProps, type LogPayload, type MapRecentSearchesToListItemsProps, type Marker, MultiAutocompleteBadgeCount, type MultiAutocompleteBadgeCountProps, MultiAutocomplete as MultiAutocompleteV2, type MultiAutocompleteProps as MultiAutocompleteV2Props, MultiDayPicker, type MultiDayPickerProps, MultipleProgressBarsItem, type MultipleProgressBarsItemProps, MultipleProgressContainer, type MultipleProgressContainerProps, type NormalizedTableProps, type OnRowReorderedArgs, type OpenDrawerArgs, type OpenDrawerOptions, OverflowCounter, OverflowItemBox, OverflowItemTypography, type OverlayState, Paginator, type PaginatorProps, type PaginatorSize, Paper, type PaperProps, type ParsedGroupProps, PasswordInput, type PasswordInputProps, type PasswordStrength, PercentagePolarRadiusAxis, PercentageRadarTooltip, PeriodComparisonPicker, type PeriodComparisonPickerProps, type PersistenceProps, PolarAngleAxis, PolarRadiusAxis, PreviewJson, type PreviewJsonData, type PreviewJsonProps, PreviewMarkdown, PreviewMarkdownBaseElement, PreviewMarkdownCodeElement, PreviewMarkdownLinkElement, type PreviewMarkdownProps, PreviewSnippet, type PreviewSnippetProps, PreviewYaml, type PreviewYamlProps, ProgressBar, type ProgressBarProps, ProgressBarWithLabel, type ProgressBarWithLabelProps, type QueryState, Radar, RadarChartContainer, type RadarChartContainerProps, type RadarProps, RadarTooltip, Radio, RadioContext, type RadioProps, RangePicker, type RangePickerProps, RatioProgressBar, type RatioProgressBarProps, type RecentSearchEntry, type RefAreaValue, type RenderCell, type ReorderRow, Resizable, ResizerIcon, type ResizerLineApi, type RowAttributes, RowIndicator, type RowIndicatorProps, type RowIndicatorVariant, type RowKey, type RowState, SCROLLER_THEME, Scatter, type ScatterProps, type ScatterShapeProps, Scroller, type ScrollerProps, type ScrollerRef, Search, type SearchProps, Select, type SelectProps, type SetBodyHeight, type SetColumnSettings, type SetTableState, SettingsButton, ShadowDivider, type ShadowDividerProps, type ShapeColor, type ShapeSize, type ShowOverlayArgs, SingleDayPicker, type SingleDayPickerProps, type Size, SkeletonTable, type SkeletonTableProps, Snackbar, SnackbarAccentText, type SortDirection, type SortFn, SortIcon, type SortingState, Spinner, type SpinnerProps, SplitButton, type SplitButtonProps, Step, type StepProps, Stepper, type StepperProps, Switch, type SwitchProps, type SxProps, Tab, TabContent, type TabContentProps, type TabProps, Table, TableActionButton, type TableApi, TableBulkActions, type TableComponents, type TableContextState, TableHeader, type TableInfo, type TableProps, TableRecordsCount, type TableRecordsCountProps, type TableState, Tabs, type TabsProps, TabsProvider, TextArea, type TextAreaProps, ThemePaletteCssVars, type TickFormatterFn, type TickSettings, type TicksConfig, type TimeTicksResolver, TimeXAxis, type TimeXAxisProps, ToggleButton, ToggleButtonGroup, type ToggleButtonGroupProps, type ToggleButtonProps, Tooltip, type TooltipProps, types as TooltipTypes, type TreeUiConfig, type TreeUiUtils, type ValidDrawerComponent, VirtuosoScroller, XAxis, type XAxisProps, type XAxisTickProps, YAxis, type YAxisProps, type YAxisTickProps, type ZoomBoundary, type ZoomProps, type ZoomStateReturnType, type ZoomedRange, activeProps, applyOrdering, buttonVars, chartContainerTheme, chartLegendTheme, chartTooltipTheme, checkResizableColumnWidthLimits, chipInputTheme, codeTheme, dsPaletteDefaults as colors, comboButtonClasses, controlsThemes, createSelectorSx, createStyles, cssVars, datePickerTheme, defaultTreeUiConfig, drawerCssVars, dsAppColorRefs, dsPaletteRefs, focusProps, formHelperTextTheme, formLabelTheme, fromThemeOrDefault, getLoadingRows, getThemeColor, iconButtonVars, inputGetters, inputTheme, isColumnsGroup, isLoadingRow, isSelectedFilterPreset, makeMultiSorter, makeTypography, mergeProps, mergeSx, navigationTheme, normalizePx, overrideDsVars, reorderRows, scrollerStyles, shadowsTheme, splitButtonClasses, stringToHash, sx, tableMeasurements, tableTheme, theme, useCodeHighlighter, useCodePreviewState, useDialogInstance, useDrawer, useDrawerInstance, useDrawerOverlay, useDrawerWithProps, useDropdownWithAutocomplete, useGetTableMaxRows, useHiddenElementsCount, useTableContext, useTabsState, useThemeColor, useThemeColors, useTooltipConfig, useWindowResize, withProps };
11184
+ export { AbsolutePseudo, ActionIcon, Alert, type AlertProps, type AllowedColors, type AllowedShades, type ApplyOrderingArgs, Area, type AreaProps, AutoSizingInput, Autocomplete$1 as Autocomplete, type AutocompleteOverrides, type AutocompleteProps$1 as AutocompleteProps, Autocomplete as AutocompleteV2, type AutocompleteProps as AutocompleteV2Props, Avatar, AvatarContext, type AvatarProps, Badge, type BadgeProps, Bar, type BarProps$1 as BarProps, BodyRow, type BodyRowProps, Breadcrumb, type BreadcrumbProps, Button, ButtonContext, type ButtonProps$1 as ButtonProps, Card, type CardProps, Cell, type ChartBlocksSummary, type ChartCluster, ChartContainer, type ChartContainerProps, ChartGrid, type ChartGridProps, ChartIndicator, type ChartIndicatorProps, ChartLegend, type ChartLegendProps, type ChartState, ChartTooltip, ChartTooltipTimestampHeader, type ChartType, type ChartZoomState, type CheckBoxChangeReason, type CheckResizableColumnWidthLimitsArgs, Checkbox, CheckboxContext, type CheckboxProps, Chip, ChipInput, type ChipInputForwardRef, type ChipInputProps, type ChipProps, CirclePolarGrid, CloseDrawerButton, type CloseDrawerButtonProps, type ClusteringProps, ClusteringXAxis, type ClusteringXAxisProps, CodeActions, type CodeActionsProps, type CodePreviewState, Column, ColumnGroup, type ColumnGroupModel, type ColumnGroupProps, type ColumnGroupPropsWithChildren, type ColumnModel, type ColumnProps, type ColumnSettings, type ColumnSettingsProps, type ColumnsInfo, ComboButton, type ComboButtonProps, ComboItem, type ComboItemProps, type ComponentStyles, ConditionalWrapper, type Criterion, type CssVars, CursorPaginator, type CursorPaginatorProps, DEFAULT_MAX_RESIZE_WIDTH, DEFAULT_MIN_RESIZE_WIDTH, type DataKey, DataPopper, type DataPopperProps, DataPopperRow, type DataPopperRowProps, type DataPopperSize, DataTable, type DataTableComponents, type DataTableProps, type DatePeriod, type DatePeriodInTimestamp, Dialog, DialogActions, type DialogActionsProps, type DialogProps, DotsLoader, type DotsLoaderProps, DotsLoaderSize, DragIcon, type DragIconProps, type DraggableState, Drawer, DrawerBody, type DrawerColor, DrawerContent, DrawerContext, type DrawerContextState, DrawerFooter, type DrawerFooterProps, DrawerHeader, type DrawerInstance, DrawerInstanceContext, DrawerOverlay, type DrawerOverlayProps, DrawerOverlayProvider, type DrawerOverlayState, type DrawerProps, DrawerProvider, type DrawerSize, DropdownContext, DropdownInput, DropdownList, DropdownPopper, type DropdownProps, DropdownRoot, type DropdownRootProps, type DropdownState, DsFormHelperText, DsFormLabel, type DsLabeledRadioProps, DsShadow, type DsVarOverrides, EllipsisWithTooltip, ExpandIcon, ExternalCell, ExternalRow, FileDrop, type FileDropError, FileDropErrorType, type FileDropProps, type FilterPreset, type FormLabelProps, type GenericXAxisProps, type GetPasswordStrengthWithHint, type GetRowKey, type GlobalStyles, type GridLineGenerator, type GroupedColumnOrdering, type GroupedColumnProps, HiddenElementsCounter, type HighlightedLanguage, type HighlightingProps, IconButton, type IconButtonProps, index as Icons, Indicator, type IndicatorProps, InfoIcon, Input, InputChip, type InputChipProps, type InputProps, InvisibleArea, LAST_ROW_ADDITIONAL_PADDING, LabeledRadio, Line, type LineProps, List, ListItem, ListItemAvatar, type ListItemAvatarProps, ListItemIcon, type ListItemIconProps, type ListItemProps, ListItemText, type ListItemTextProps, type ListProps, ListSearchInput, type ListSearchInputProps, ListSubheader, type ListSubheaderProps, type LogPayload, type MapRecentSearchesToListItemsProps, type Marker, MultiAutocompleteBadgeCount, type MultiAutocompleteBadgeCountProps, MultiAutocomplete as MultiAutocompleteV2, type MultiAutocompleteProps as MultiAutocompleteV2Props, MultiDayPicker, type MultiDayPickerProps, MultipleProgressBarsItem, type MultipleProgressBarsItemProps, MultipleProgressContainer, type MultipleProgressContainerProps, type NormalizedTableProps, type OnRowReorderedArgs, type OpenDrawerArgs, type OpenDrawerOptions, OverflowCounter, OverflowItemBox, OverflowItemTypography, type OverlayState, Paginator, type PaginatorProps, type PaginatorSize, Paper, type PaperProps, type ParsedGroupProps, PasswordInput, type PasswordInputProps, type PasswordStrength, PercentagePolarRadiusAxis, PercentageRadarTooltip, PeriodComparisonPicker, type PeriodComparisonPickerProps, type PersistenceProps, PolarAngleAxis, PolarRadiusAxis, PreviewJson, type PreviewJsonData, type PreviewJsonProps, PreviewMarkdown, PreviewMarkdownBaseElement, PreviewMarkdownCodeElement, PreviewMarkdownLinkElement, type PreviewMarkdownProps, PreviewSnippet, type PreviewSnippetProps, PreviewYaml, type PreviewYamlProps, ProgressBar, type ProgressBarProps, ProgressBarWithLabel, type ProgressBarWithLabelProps, type QueryState, Radar, RadarChartContainer, type RadarChartContainerProps, type RadarProps, RadarTooltip, Radio, RadioContext, type RadioProps, RangePicker, type RangePickerProps, RatioProgressBar, type RatioProgressBarProps, type RecentSearchEntry, type RefAreaValue, type RenderCell, type ReorderRow, Resizable, ResizerIcon, type ResizerLineApi, type RowAttributes, RowIndicator, type RowIndicatorProps, type RowIndicatorVariant, type RowKey, type RowState, SCROLLER_THEME, Scatter, type ScatterProps, type ScatterShapeProps, Scroller, type ScrollerProps, type ScrollerRef, Search, type SearchProps, Select, type SelectProps, type SetBodyHeight, type SetColumnSettings, type SetTableState, SettingsButton, ShadowDivider, type ShadowDividerProps, type ShapeColor, type ShapeSize, type ShowOverlayArgs, SideNav, type SideNavItem, type SideNavItemProps, type SideNavProps, SingleDayPicker, type SingleDayPickerProps, type Size, SkeletonTable, type SkeletonTableProps, Snackbar, SnackbarAccentText, type SortDirection, type SortFn, SortIcon, type SortingState, Spinner, type SpinnerProps, SplitButton, type SplitButtonProps, Step, type StepProps, Stepper, type StepperProps, Switch, type SwitchProps, type SxProps, Tab, TabContent, type TabContentProps, type TabProps, Table, TableActionButton, type TableApi, TableBulkActions, type TableComponents, type TableContextState, TableHeader, type TableInfo, type TableProps, TableRecordsCount, type TableRecordsCountProps, type TableState, Tabs, type TabsProps, TabsProvider, TextArea, type TextAreaProps, ThemePaletteCssVars, type TickFormatterFn, type TickSettings, type TicksConfig, type TimeTicksResolver, TimeXAxis, type TimeXAxisProps, ToggleButton, ToggleButtonGroup, type ToggleButtonGroupProps, type ToggleButtonProps, Tooltip, type TooltipProps, types as TooltipTypes, type TreeUiConfig, type TreeUiUtils, type ValidDrawerComponent, VirtuosoScroller, XAxis, type XAxisProps, type XAxisTickProps, YAxis, type YAxisProps, type YAxisTickProps, type ZoomBoundary, type ZoomProps, type ZoomStateReturnType, type ZoomedRange, activeProps, applyOrdering, buttonVars, chartContainerTheme, chartLegendTheme, chartTooltipTheme, checkResizableColumnWidthLimits, chipInputTheme, codeTheme, dsPaletteDefaults as colors, comboButtonClasses, controlsThemes, createSelectorSx, createStyles, cssVars, datePickerTheme, defaultTreeUiConfig, drawerCssVars, dsAppColorRefs, dsPaletteRefs, focusProps, formHelperTextTheme, formLabelTheme, fromThemeOrDefault, getLoadingRows, getThemeColor, iconButtonVars, inputGetters, inputTheme, isColumnsGroup, isLoadingRow, isSelectedFilterPreset, makeMultiSorter, makeTypography, mergeProps, mergeSx, navigationTheme, normalizePx, overrideDsVars, reorderRows, scrollerStyles, shadowsTheme, sideNavTheme, splitButtonClasses, stringToHash, sx, tableMeasurements, tableTheme, theme, useCodeHighlighter, useCodePreviewState, useDialogInstance, useDrawer, useDrawerInstance, useDrawerOverlay, useDrawerWithProps, useDropdownWithAutocomplete, useGetTableMaxRows, useHiddenElementsCount, useTableContext, useTabsState, useThemeColor, useThemeColors, useTooltipConfig, useWindowResize, withProps };