@cere/cere-design-system 0.0.19 → 0.0.21

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/dist/index.d.mts CHANGED
@@ -3,11 +3,11 @@ import * as react_jsx_runtime from 'react/jsx-runtime';
3
3
  import { LottieComponentProps } from 'lottie-react';
4
4
  import * as React from 'react';
5
5
  import React__default, { ReactNode, Ref, PropsWithChildren, ReactElement, AriaAttributes } from 'react';
6
- import { AlertColor, SnackbarOrigin, ButtonGroupProps as ButtonGroupProps$1, ToggleButtonProps as ToggleButtonProps$1, ToggleButtonGroupProps as ToggleButtonGroupProps$1, PopoverProps, StepProps as StepProps$1, StepButtonProps as StepButtonProps$1, StepContentProps as StepContentProps$1, StepLabelProps as StepLabelProps$1, StepperProps as StepperProps$1, MenuProps as MenuProps$1, DialogProps as DialogProps$1, BoxProps, ListProps as ListProps$1, ListItemProps as ListItemProps$1, TableProps as TableProps$1, AccordionProps as AccordionProps$1, AppBarProps as AppBarProps$1, CollapseProps as CollapseProps$1, CircularProgressProps as CircularProgressProps$1, SvgIconProps } from '@mui/material';
7
- export { Box, BoxProps, Container, ContainerProps, FormControl, FormControlLabel, FormControlLabelProps, FormControlProps, FormHelperText, FormHelperTextProps, FormLabel, FormLabelProps, Grid2 as Grid, Grid2Props as GridProps, InputAdornment, InputAdornmentProps, InputLabel, InputLabelProps, ListItemIcon, ListItemSecondaryAction, ListItemText, Stack, StackProps, Toolbar, ToolbarProps, Typography, TypographyProps } from '@mui/material';
8
6
  import { ButtonProps as ButtonProps$1 } from '@mui/material/Button';
9
7
  import { IconButtonProps as IconButtonProps$1 } from '@mui/material/IconButton';
10
8
  import { LoadingButtonProps as LoadingButtonProps$1 } from '@mui/lab';
9
+ import { ButtonGroupProps as ButtonGroupProps$1, ToggleButtonProps as ToggleButtonProps$1, ToggleButtonGroupProps as ToggleButtonGroupProps$1, PopoverProps, StepProps as StepProps$1, StepButtonProps as StepButtonProps$1, StepContentProps as StepContentProps$1, StepLabelProps as StepLabelProps$1, StepperProps as StepperProps$1, MenuProps as MenuProps$1, DialogProps as DialogProps$1, BoxProps, ListProps as ListProps$1, ListItemProps as ListItemProps$1, TableProps as TableProps$1, AccordionProps as AccordionProps$1, AppBarProps as AppBarProps$1, CollapseProps as CollapseProps$1, CircularProgressProps as CircularProgressProps$1, SvgIconProps } from '@mui/material';
10
+ export { Box, BoxProps, Container, ContainerProps, FormControl, FormControlLabel, FormControlLabelProps, FormControlProps, FormHelperText, FormHelperTextProps, FormLabel, FormLabelProps, Grid2 as Grid, Grid2Props as GridProps, InputAdornment, InputAdornmentProps, InputLabel, InputLabelProps, ListItemIcon, ListItemSecondaryAction, ListItemText, Stack, StackProps, Toolbar, ToolbarProps, Typography, TypographyProps } from '@mui/material';
11
11
  import { TextFieldProps as TextFieldProps$1 } from '@mui/material/TextField';
12
12
  import { SwitchProps as SwitchProps$1 } from '@mui/material/Switch';
13
13
  import { CheckboxProps as CheckboxProps$1 } from '@mui/material/Checkbox';
@@ -125,6 +125,45 @@ declare const deploymentStatusColors: {
125
125
  disabled: string;
126
126
  disabledDim: string;
127
127
  };
128
+ /**
129
+ * ROB primary brand color palette (Figma node 11-1393)
130
+ * Four main brand colors for the ROB design system
131
+ */
132
+ declare const robPrimaryPalette: {
133
+ /** Primary magenta/pink - Figma node 11-1394 */
134
+ readonly fandango: "#BD32A7";
135
+ /** Vivid purple - Figma node 11-1407 */
136
+ readonly electricViolet: "#8B00EC";
137
+ /** Mid-tone purple - Figma node 11-1420 */
138
+ readonly ultraViolet: "#6750A4";
139
+ /** Light lavender - Figma node 11-1433 */
140
+ readonly periwinkle: "#D0BCFF";
141
+ };
142
+ /**
143
+ * ROB extended palette with additional swatches (Figma node 11-1447)
144
+ * Gradient shades and secondary accents from the ROB color grid
145
+ */
146
+ declare const robPaletteExtended: {
147
+ readonly dark1: "#280e61";
148
+ readonly dark2: "#531584";
149
+ readonly dark3: "#710c7a";
150
+ readonly dark4: "#920269";
151
+ readonly dark5: "#c71454";
152
+ readonly dark6: "#ff6341";
153
+ readonly bright1: "#5311e3";
154
+ readonly bright2: "#eb03ff";
155
+ readonly bright3: "#ff17ab";
156
+ readonly bright4: "#ff6a85";
157
+ readonly light1: "#baa0f4";
158
+ readonly light2: "#d399fc";
159
+ readonly light3: "#f79aff";
160
+ readonly light4: "#faabde";
161
+ readonly light5: "#ffc4ce";
162
+ readonly nearBlack1: "#0b0f18";
163
+ readonly nearBlack2: "#0d0627";
164
+ readonly nearBlack3: "#161d30";
165
+ readonly nearBlack4: "#23194b";
166
+ };
128
167
  declare const theme: Theme;
129
168
 
130
169
  declare const CheckMarkAnimation: () => react_jsx_runtime.JSX.Element;
@@ -132,20 +171,6 @@ declare const CheckMarkAnimation: () => react_jsx_runtime.JSX.Element;
132
171
  type LoadingAnimationProps = Omit<LottieComponentProps, 'animationData'>;
133
172
  declare const LoadingAnimation: (props: LoadingAnimationProps) => react_jsx_runtime.JSX.Element;
134
173
 
135
- interface MessageOptions {
136
- message: string;
137
- appearance?: AlertColor;
138
- autoDismiss?: boolean;
139
- placement?: SnackbarOrigin;
140
- }
141
- interface MessagesContextProps {
142
- showMessage: (options: MessageOptions) => void;
143
- }
144
- declare const useMessages: () => MessagesContextProps;
145
- declare const MessagesProvider: ({ children }: {
146
- children: ReactNode;
147
- }) => react_jsx_runtime.JSX.Element;
148
-
149
174
  declare const useIsDesktop: () => boolean;
150
175
  declare const useIsTablet: () => boolean;
151
176
  declare const useIsMobile: () => boolean;
@@ -940,6 +965,106 @@ interface ChipProps extends Omit<ChipProps$1, 'color' | 'variant'> {
940
965
  }
941
966
  declare const Chip: React__default.FC<ChipProps>;
942
967
 
968
+ /**
969
+ * Color variants for the RoleBadge component
970
+ */
971
+ type RoleBadgeColor = 'primary' | 'secondary' | 'success' | 'error' | 'warning';
972
+ /**
973
+ * Size variants for the RoleBadge component
974
+ */
975
+ type RoleBadgeSize = 'small' | 'medium';
976
+ /**
977
+ * RoleBadge component props
978
+ */
979
+ interface RoleBadgeProps extends Omit<ChipProps$1, 'label' | 'variant' | 'color' | 'size'> {
980
+ /**
981
+ * The text content to display in the badge
982
+ */
983
+ label: string;
984
+ /**
985
+ * The color theme of the badge
986
+ * @default 'primary'
987
+ */
988
+ color?: RoleBadgeColor;
989
+ /**
990
+ * The size of the badge
991
+ * @default 'small'
992
+ */
993
+ size?: RoleBadgeSize;
994
+ }
995
+ /**
996
+ * RoleBadge - Pill-shaped badge component for displaying roles or status labels
997
+ *
998
+ * A reusable badge component that extends MUI Chip with a pill-shaped outline style.
999
+ * Designed for displaying user roles, status indicators, or categorization labels.
1000
+ *
1001
+ * @example
1002
+ * ```tsx
1003
+ * // Basic usage
1004
+ * <RoleBadge label="Manager" />
1005
+ *
1006
+ * // With color variants
1007
+ * <RoleBadge label="Admin" color="error" />
1008
+ * <RoleBadge label="Active" color="success" />
1009
+ *
1010
+ * // With size variants
1011
+ * <RoleBadge label="Owner" size="medium" />
1012
+ * ```
1013
+ *
1014
+ * @see Figma node 17-3595 for design specifications
1015
+ */
1016
+ declare const RoleBadge: React__default.FC<RoleBadgeProps>;
1017
+
1018
+ /**
1019
+ * IDBlock component props
1020
+ */
1021
+ interface IDBlockProps {
1022
+ /**
1023
+ * The identifier value to display and copy
1024
+ */
1025
+ id: string;
1026
+ /**
1027
+ * Label prefix text
1028
+ * @default 'ID'
1029
+ */
1030
+ label?: string;
1031
+ /**
1032
+ * Entity type for accessibility (used in aria-label)
1033
+ * @default 'entity'
1034
+ */
1035
+ entityType?: string;
1036
+ /**
1037
+ * Additional callback to execute after successful copy
1038
+ */
1039
+ onCopy?: () => void;
1040
+ }
1041
+ /**
1042
+ * IDBlock - Read-only identifier display with integrated copy-to-clipboard button
1043
+ *
1044
+ * A component that displays an identifier (ID, account number, etc.) with a copy button.
1045
+ * Provides user feedback via an inline Snackbar when copy succeeds or fails.
1046
+ *
1047
+ * @example
1048
+ * ```tsx
1049
+ * // Basic usage
1050
+ * <IDBlock id="W1234567890" />
1051
+ *
1052
+ * // With custom label
1053
+ * <IDBlock id="ACC-9876543" label="Account ID" entityType="account" />
1054
+ *
1055
+ * // With callback
1056
+ * <IDBlock
1057
+ * id="DEPLOY-12345"
1058
+ * label="Deployment ID"
1059
+ * entityType="deployment"
1060
+ * onCopy={() => console.log('ID copied')}
1061
+ * />
1062
+ * ```
1063
+ *
1064
+ * @see Figma node 17-3596 for design specifications
1065
+ */
1066
+ declare const IDBlock: React__default.FC<IDBlockProps>;
1067
+
943
1068
  type TooltipProps = TooltipProps$1;
944
1069
  declare const Tooltip: React__default.FC<TooltipProps>;
945
1070
 
@@ -1006,6 +1131,103 @@ type LogoProps = PropsWithChildren<{
1006
1131
  }>;
1007
1132
  declare const Logo: ({ children, size, icon }: LogoProps) => react_jsx_runtime.JSX.Element;
1008
1133
 
1134
+ /**
1135
+ * Primary action configuration for EntityHeader
1136
+ */
1137
+ interface PrimaryAction {
1138
+ /**
1139
+ * Button label text
1140
+ */
1141
+ label: string;
1142
+ /**
1143
+ * Optional count to display as "Label (N)"
1144
+ */
1145
+ count?: number;
1146
+ /**
1147
+ * Optional leading icon
1148
+ */
1149
+ icon?: React__default.ReactNode;
1150
+ /**
1151
+ * Click handler for the button
1152
+ */
1153
+ onClick?: () => void;
1154
+ }
1155
+ /**
1156
+ * EntityHeader component props
1157
+ */
1158
+ interface EntityHeaderProps {
1159
+ /**
1160
+ * Primary title text (e.g., entity name)
1161
+ * @required
1162
+ */
1163
+ title: string;
1164
+ /**
1165
+ * Secondary descriptive text below title
1166
+ */
1167
+ subtitle?: string;
1168
+ /**
1169
+ * Role or status label - displays as RoleBadge pill
1170
+ */
1171
+ role?: string;
1172
+ /**
1173
+ * Entity identifier - displays as IDBlock with copy action
1174
+ */
1175
+ id?: string;
1176
+ /**
1177
+ * Main action button configuration
1178
+ */
1179
+ primaryAction?: PrimaryAction;
1180
+ /**
1181
+ * Callback when ID is copied (internal copy + this callback)
1182
+ */
1183
+ onCopyId?: () => void;
1184
+ /**
1185
+ * Callback when more options button clicked (receives event for anchor positioning)
1186
+ */
1187
+ onMoreOptions?: (event: React__default.MouseEvent<HTMLElement>) => void;
1188
+ /**
1189
+ * HTML heading level for the title element
1190
+ * @default 'h2'
1191
+ */
1192
+ headingLevel?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
1193
+ /**
1194
+ * Show bottom divider line
1195
+ * @default true
1196
+ */
1197
+ divider?: boolean;
1198
+ }
1199
+ /**
1200
+ * EntityHeader - Composite UI component for entity (workspace, account, etc.) headers
1201
+ *
1202
+ * Displays an entity with title, optional subtitle, role badge, ID with copy action,
1203
+ * primary action button, and more options control. Matches Figma node 15-1258 specifications.
1204
+ *
1205
+ * @example
1206
+ * ```tsx
1207
+ * // Full example with all props
1208
+ * <EntityHeader
1209
+ * title="Game Co. WF 1769936170928"
1210
+ * subtitle="Gaming Demo Account"
1211
+ * role="Manager"
1212
+ * id="W1234567890"
1213
+ * primaryAction={{
1214
+ * label: 'Members',
1215
+ * count: 5,
1216
+ * icon: <AddCircleIcon />,
1217
+ * onClick: () => console.log('Open members')
1218
+ * }}
1219
+ * onCopyId={() => console.log('ID copied')}
1220
+ * onMoreOptions={(e) => setAnchorEl(e.currentTarget)}
1221
+ * />
1222
+ *
1223
+ * // Minimal example
1224
+ * <EntityHeader title="Simple Entity" />
1225
+ * ```
1226
+ *
1227
+ * @see Figma node 15-1258 for design specifications
1228
+ */
1229
+ declare const EntityHeader: React__default.FC<EntityHeaderProps>;
1230
+
1009
1231
  interface DialogProps extends Omit<DialogProps$1, 'title'> {
1010
1232
  open: boolean;
1011
1233
  title: ReactNode;
@@ -1180,41 +1402,86 @@ interface DeploymentDashboardCardProps {
1180
1402
  }
1181
1403
  declare const DeploymentDashboardCard: React__default.FC<DeploymentDashboardCardProps>;
1182
1404
 
1405
+ /**
1406
+ * Describes a single item inside {@link DeploymentEntityContextMenu}.
1407
+ *
1408
+ * Items can be action rows (icon + label), toggle rows (switch + label),
1409
+ * or visual dividers. Use the pre-built `contextMenuItems` factories
1410
+ * for standard deployment-entity actions.
1411
+ *
1412
+ * @see Figma 11-1102
1413
+ */
1183
1414
  interface ContextMenuItem {
1415
+ /** Unique key used for React reconciliation */
1184
1416
  id: string;
1417
+ /** Display label shown next to the icon */
1185
1418
  label: string;
1419
+ /** Optional leading icon (24 × 24) */
1186
1420
  icon?: React__default.ReactNode;
1421
+ /** Click handler — called when an action item is selected */
1187
1422
  onClick?: () => void;
1188
- type?: 'action' | 'toggle';
1423
+ /**
1424
+ * Item variant:
1425
+ * - `'action'` (default) — clickable row with icon + label
1426
+ * - `'toggle'` — switch on left + label, controlled by `enableChecked` / `onEnableChange`
1427
+ * - `'divider'` — horizontal separator (label is ignored)
1428
+ */
1429
+ type?: 'action' | 'toggle' | 'divider';
1430
+ /**
1431
+ * When `true` the item renders with a blue highlight background
1432
+ * (Figma blue-50 / blue-100 tokens). Used for the "Agent Flow Visualization" row.
1433
+ * @default false
1434
+ */
1435
+ highlighted?: boolean;
1189
1436
  }
1190
1437
  /** Pre-built item factories for common deployment entity actions (Figma 11-1102) */
1191
1438
  declare const contextMenuItems: {
1439
+ /** Add Engagement action (Add Circle icon) */
1192
1440
  readonly addEngagement: (onClick: () => void) => ContextMenuItem;
1441
+ /** Add Agent action (Add Circle icon) */
1193
1442
  readonly addAgent: (onClick: () => void) => ContextMenuItem;
1443
+ /** Add Stream action (Add Circle icon) */
1194
1444
  readonly addStream: (onClick: () => void) => ContextMenuItem;
1445
+ /** Edit action (Pen / Edit icon) */
1195
1446
  readonly edit: (onClick: () => void) => ContextMenuItem;
1447
+ /** Copy ID action (Copy icon) */
1196
1448
  readonly copyId: (onClick: () => void) => ContextMenuItem;
1449
+ /** Agent Flow Visualization — highlighted action (SmartToy icon) */
1197
1450
  readonly agentFlowVisualization: (onClick: () => void) => ContextMenuItem;
1451
+ /** View Logs action (Document / Description icon) */
1198
1452
  readonly viewLogs: (onClick: () => void) => ContextMenuItem;
1453
+ /** Horizontal divider between sections */
1454
+ readonly divider: () => ContextMenuItem;
1455
+ /** Enable toggle row (switch on left + label) */
1456
+ readonly enable: () => ContextMenuItem;
1457
+ /** Settings action (Settings / Gear icon) */
1199
1458
  readonly settings: (onClick: () => void) => ContextMenuItem;
1200
1459
  };
1201
1460
 
1202
1461
  interface DeploymentEntityContextMenuProps {
1203
1462
  /** Controlled open state */
1204
1463
  open: boolean;
1205
- /** Anchor for menu position */
1464
+ /** Anchor element for menu position */
1206
1465
  anchorEl: HTMLElement | null;
1207
- /** When menu closes */
1466
+ /** Callback when the menu closes */
1208
1467
  onClose: () => void;
1209
1468
  /** Menu items to render (use contextMenuItems helpers to build) */
1210
1469
  items: ContextMenuItem[];
1211
- /** Whether to show "Enable" row with toggle */
1470
+ /** Whether to show an "Enable" row with toggle at the bottom (legacy — prefer inline toggle item) */
1212
1471
  enableToggle?: boolean;
1213
1472
  /** Toggle checked state */
1214
1473
  enableChecked?: boolean;
1215
1474
  /** Toggle callback */
1216
1475
  onEnableChange?: (checked: boolean) => void;
1217
1476
  }
1477
+ /**
1478
+ * Floating context menu for deployment entities.
1479
+ *
1480
+ * Use the `contextMenuItems` factory to compose your menu. Supports action items,
1481
+ * dividers, toggle rows, and highlighted (active-state) items.
1482
+ *
1483
+ * @see {@link https://www.figma.com/design/xky11VbkkFcgZLwZE8BdCN/ROB?node-id=11-1102 Figma 11-1102}
1484
+ */
1218
1485
  declare const DeploymentEntityContextMenu: React__default.FC<DeploymentEntityContextMenuProps>;
1219
1486
 
1220
1487
  interface DeploymentTreeNode {
@@ -1720,4 +1987,4 @@ interface CodeEditorProps {
1720
1987
  */
1721
1988
  declare const CodeEditor: React__default.FC<CodeEditorProps>;
1722
1989
 
1723
- export { Accordion, type AccordionProps, AccountSection, type AccountSectionProps, ActivityAppIcon, Alert, type AlertProps, type AlertSeverity, AppBar, type AppBarProps, AppLoading, type AppLoadingProps, Avatar, AvatarIcon, type AvatarProps, Badge, type BadgeProps, BarTrackingIcon, type BreadcrumbItem, Breadcrumbs, type BreadcrumbsProps, Button, ButtonGroup, type ButtonGroupProps, type ButtonProps, BytesSize, type BytesSizeProps, Card, CardActions, CardContent, CardHeader, type CardProps, CereIcon, ChartWidget, type ChartWidgetProps, CheckMarkAnimation, Checkbox, type CheckboxProps, Chip, type ChipProps, CircularProgress, type CircularProgressProps, ClockIcon, CloudFlashIcon, CodeEditor, type CodeEditorLanguage, type CodeEditorProps, Collapse, type CollapseProps, ConnectionStatus, type ConnectionStatusProps, type ContextMenuItem, DecentralizedServerIcon, type DeploymentCardAction, DeploymentDashboardCard, type DeploymentDashboardCardProps, DeploymentDashboardPanel, type DeploymentDashboardPanelProps, DeploymentDashboardTree, type DeploymentDashboardTreeProps, DeploymentEntityContextMenu, type DeploymentEntityContextMenuProps, type DeploymentEntityType, type DeploymentStatusIndicator, type DeploymentTreeNode, Dialog, type DialogProps, DiscordIcon, Divider, type DividerProps, DownloadIcon, Drawer, type DrawerProps, Dropdown, DropdownAnchor, type DropdownAnchorProps, type DropdownProps, EmptyState, type EmptyStateProps, FilledFolderIcon, FlowEditor, type FlowEditorProps, FolderIcon, GithubLogoIcon, IconButton, type IconButtonProps, LeftArrowIcon, Link, type LinkProps, List, ListItem, type ListItemProps, type ListProps, Loading, LoadingAnimation, type LoadingAnimationProps, LoadingButton, type LoadingButtonProps, type LoadingProps, Logo, type LogoProps, Markdown, type MarkdownProps, Menu, MenuItem, type MenuItemProps, type MenuProps, type MessageOptions, MessagesProvider, MetricsChart, type MetricsChartProps, type MetricsPeriod, NavigationItem, type NavigationItemProps, NavigationList, type NavigationListProps, OnboardingProvider, Pagination, type PaginationProps, Paper, type PaperProps, PeriodSelect, Progress, type ProgressProps, QRCode, type QRCodeProps, Radio, type RadioProps, RightArrowIcon, SearchField, type SearchFieldProps, Selector, type SelectorOption, type SelectorProps, type Service, ServiceSelectorButton, type ServiceSelectorButtonProps, ShareIcon, SideNav, SideNavHeader, type SideNavHeaderProps, type SideNavProps, Sidebar, SidebarItem, type SidebarItemProps, type SidebarProps, Snackbar, type SnackbarProps, Step, StepButton, type StepButtonProps, StepContent, type StepContentProps, StepLabel, type StepLabelProps, type StepProps, Stepper, type StepperProps, StorageAppIcon, Switch, type SwitchProps, Tab, type TabProps, Table, TableHeader, type TableHeaderProps, type TableProps, TextField, type TextFieldProps, ToggleButton, ToggleButtonGroup, type ToggleButtonGroupProps, type ToggleButtonProps, Tooltip, type TooltipProps, Truncate, type TruncateProps, UploadFileIcon, UploadFolderIcon, type UserInfo, type Workspace, WorkspaceSelectorButton, type WorkspaceSelectorButtonProps, colors, contextMenuItems, theme, useIsDesktop, useIsMobile, useIsTablet, useMessages, useOnboarding };
1990
+ export { Accordion, type AccordionProps, AccountSection, type AccountSectionProps, ActivityAppIcon, Alert, type AlertProps, type AlertSeverity, AppBar, type AppBarProps, AppLoading, type AppLoadingProps, Avatar, AvatarIcon, type AvatarProps, Badge, type BadgeProps, BarTrackingIcon, type BreadcrumbItem, Breadcrumbs, type BreadcrumbsProps, Button, ButtonGroup, type ButtonGroupProps, type ButtonProps, BytesSize, type BytesSizeProps, Card, CardActions, CardContent, CardHeader, type CardProps, CereIcon, ChartWidget, type ChartWidgetProps, CheckMarkAnimation, Checkbox, type CheckboxProps, Chip, type ChipProps, CircularProgress, type CircularProgressProps, ClockIcon, CloudFlashIcon, CodeEditor, type CodeEditorLanguage, type CodeEditorProps, Collapse, type CollapseProps, ConnectionStatus, type ConnectionStatusProps, type ContextMenuItem, DecentralizedServerIcon, type DeploymentCardAction, DeploymentDashboardCard, type DeploymentDashboardCardProps, DeploymentDashboardPanel, type DeploymentDashboardPanelProps, DeploymentDashboardTree, type DeploymentDashboardTreeProps, DeploymentEntityContextMenu, type DeploymentEntityContextMenuProps, type DeploymentEntityType, type DeploymentStatusIndicator, type DeploymentTreeNode, Dialog, type DialogProps, DiscordIcon, Divider, type DividerProps, DownloadIcon, Drawer, type DrawerProps, Dropdown, DropdownAnchor, type DropdownAnchorProps, type DropdownProps, EmptyState, type EmptyStateProps, EntityHeader, type EntityHeaderProps, FilledFolderIcon, FlowEditor, type FlowEditorProps, FolderIcon, GithubLogoIcon, IDBlock, type IDBlockProps, IconButton, type IconButtonProps, LeftArrowIcon, Link, type LinkProps, List, ListItem, type ListItemProps, type ListProps, Loading, LoadingAnimation, type LoadingAnimationProps, LoadingButton, type LoadingButtonProps, type LoadingProps, Logo, type LogoProps, Markdown, type MarkdownProps, Menu, MenuItem, type MenuItemProps, type MenuProps, MetricsChart, type MetricsChartProps, type MetricsPeriod, NavigationItem, type NavigationItemProps, NavigationList, type NavigationListProps, OnboardingProvider, Pagination, type PaginationProps, Paper, type PaperProps, PeriodSelect, type PrimaryAction, Progress, type ProgressProps, QRCode, type QRCodeProps, Radio, type RadioProps, RightArrowIcon, RoleBadge, type RoleBadgeColor, type RoleBadgeProps, type RoleBadgeSize, SearchField, type SearchFieldProps, Selector, type SelectorOption, type SelectorProps, type Service, ServiceSelectorButton, type ServiceSelectorButtonProps, ShareIcon, SideNav, SideNavHeader, type SideNavHeaderProps, type SideNavProps, Sidebar, SidebarItem, type SidebarItemProps, type SidebarProps, Snackbar, type SnackbarProps, Step, StepButton, type StepButtonProps, StepContent, type StepContentProps, StepLabel, type StepLabelProps, type StepProps, Stepper, type StepperProps, StorageAppIcon, Switch, type SwitchProps, Tab, type TabProps, Table, TableHeader, type TableHeaderProps, type TableProps, TextField, type TextFieldProps, ToggleButton, ToggleButtonGroup, type ToggleButtonGroupProps, type ToggleButtonProps, Tooltip, type TooltipProps, Truncate, type TruncateProps, UploadFileIcon, UploadFolderIcon, type UserInfo, type Workspace, WorkspaceSelectorButton, type WorkspaceSelectorButtonProps, colors, contextMenuItems, robPaletteExtended, robPrimaryPalette, theme, useIsDesktop, useIsMobile, useIsTablet, useOnboarding };