@cere/cere-design-system 0.0.35 → 0.0.38
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/.specify/memory/components-reference.md +109 -10
- package/dist/index.d.mts +937 -490
- package/dist/index.d.ts +937 -490
- package/dist/index.js +3271 -2459
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3260 -2458
- package/dist/index.mjs.map +1 -1
- package/package.json +10 -3
package/dist/index.d.mts
CHANGED
|
@@ -1,36 +1,37 @@
|
|
|
1
|
-
import { Theme } from '@mui/material/styles';
|
|
1
|
+
import { Theme, SxProps } from '@mui/material/styles';
|
|
2
2
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
3
3
|
import { LottieComponentProps } from 'lottie-react';
|
|
4
4
|
import * as React$1 from 'react';
|
|
5
|
-
import React__default, { ReactNode, Ref, PropsWithChildren, ReactElement, AriaAttributes } from 'react';
|
|
5
|
+
import React__default, { RefObject, ReactNode, Ref, PropsWithChildren, ReactElement, Key, AriaAttributes } from 'react';
|
|
6
6
|
import { ButtonProps as ButtonProps$1 } from '@mui/material/Button';
|
|
7
7
|
import { IconButtonProps as IconButtonProps$1 } from '@mui/material/IconButton';
|
|
8
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,
|
|
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, CircularProgressProps as CircularProgressProps$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, SvgIconProps } from '@mui/material';
|
|
10
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';
|
|
14
14
|
import { RadioProps as RadioProps$1 } from '@mui/material/Radio';
|
|
15
15
|
import { ListItemButtonProps } from '@mui/material/ListItemButton';
|
|
16
|
+
import { TabProps as TabProps$1 } from '@mui/material/Tab';
|
|
17
|
+
import { PaginationProps as PaginationProps$1 } from '@mui/material/Pagination';
|
|
16
18
|
import { BadgeProps as BadgeProps$1 } from '@mui/material/Badge';
|
|
17
19
|
import { ChipProps as ChipProps$1 } from '@mui/material/Chip';
|
|
18
20
|
import { TooltipProps as TooltipProps$1 } from '@mui/material/Tooltip';
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
+
import { AlertProps as AlertProps$1 } from '@mui/material/Alert';
|
|
22
|
+
import { SnackbarProps as SnackbarProps$1 } from '@mui/material/Snackbar';
|
|
21
23
|
import { DrawerProps as DrawerProps$1 } from '@mui/material/Drawer';
|
|
22
24
|
import { CardProps as CardProps$1 } from '@mui/material/Card';
|
|
23
25
|
import { CardContentProps } from '@mui/material/CardContent';
|
|
24
26
|
import { CardHeaderProps } from '@mui/material/CardHeader';
|
|
25
27
|
import { CardActionsProps } from '@mui/material/CardActions';
|
|
26
|
-
import {
|
|
28
|
+
import { CardMediaProps as CardMediaProps$1 } from '@mui/material/CardMedia';
|
|
27
29
|
import { AvatarProps as AvatarProps$1 } from '@mui/material/Avatar';
|
|
28
30
|
import { BreadcrumbsProps as BreadcrumbsProps$1 } from '@mui/material/Breadcrumbs';
|
|
31
|
+
import { PaperProps as PaperProps$1 } from '@mui/material/Paper';
|
|
29
32
|
import { DividerProps as DividerProps$1 } from '@mui/material/Divider';
|
|
30
33
|
import { LinkProps as LinkProps$1 } from '@mui/material/Link';
|
|
31
34
|
import { BoxProps as BoxProps$1 } from '@mui/material/Box';
|
|
32
|
-
import { AlertProps as AlertProps$1 } from '@mui/material/Alert';
|
|
33
|
-
import { SnackbarProps as SnackbarProps$1 } from '@mui/material/Snackbar';
|
|
34
35
|
import { QRCodeProps as QRCodeProps$1 } from 'react-qr-code';
|
|
35
36
|
import { ReactFlowProps, Node, Edge, OnNodesChange, OnEdgesChange, NodeTypes, EdgeTypes, BackgroundVariant, MiniMapProps, ReactFlowInstance, NodeProps } from 'reactflow';
|
|
36
37
|
export { Background, BackgroundVariant, ConnectionLineType, Controls, Edge, EdgeTypes, MiniMap, Node, NodeTypes, OnEdgesChange, OnNodesChange, Panel, ReactFlowInstance } from 'reactflow';
|
|
@@ -38,7 +39,224 @@ import { Monaco } from '@monaco-editor/react';
|
|
|
38
39
|
import { editor } from 'monaco-editor';
|
|
39
40
|
export { default as RadioGroup } from '@mui/material/RadioGroup';
|
|
40
41
|
|
|
42
|
+
/**
|
|
43
|
+
* ROB primary brand colors (Figma node 11-1393).
|
|
44
|
+
*/
|
|
45
|
+
declare const robPrimaryPalette: {
|
|
46
|
+
readonly fandango: "#BD32A7";
|
|
47
|
+
readonly electricViolet: "#8B00EC";
|
|
48
|
+
readonly ultraViolet: "#6750A4";
|
|
49
|
+
readonly periwinkle: "#D0BCFF";
|
|
50
|
+
};
|
|
51
|
+
/**
|
|
52
|
+
* ROB extended palette with gradient shades and secondary accents
|
|
53
|
+
* (Figma node 11-1447).
|
|
54
|
+
*/
|
|
55
|
+
declare const robPaletteExtended: {
|
|
56
|
+
readonly dark1: "#280e61";
|
|
57
|
+
readonly dark2: "#531584";
|
|
58
|
+
readonly dark3: "#710c7a";
|
|
59
|
+
readonly dark4: "#920269";
|
|
60
|
+
readonly dark5: "#c71454";
|
|
61
|
+
readonly dark6: "#ff6341";
|
|
62
|
+
readonly bright1: "#5311e3";
|
|
63
|
+
readonly bright2: "#eb03ff";
|
|
64
|
+
readonly bright3: "#ff17ab";
|
|
65
|
+
readonly bright4: "#ff6a85";
|
|
66
|
+
readonly light1: "#baa0f4";
|
|
67
|
+
readonly light2: "#d399fc";
|
|
68
|
+
readonly light3: "#f79aff";
|
|
69
|
+
readonly light4: "#faabde";
|
|
70
|
+
readonly light5: "#ffc4ce";
|
|
71
|
+
readonly nearBlack1: "#0b0f18";
|
|
72
|
+
readonly nearBlack2: "#0d0627";
|
|
73
|
+
readonly nearBlack3: "#161d30";
|
|
74
|
+
readonly nearBlack4: "#23194b";
|
|
75
|
+
};
|
|
76
|
+
/**
|
|
77
|
+
* Deployment dashboard entity colors (Figma 11-2105).
|
|
78
|
+
*/
|
|
79
|
+
declare const deploymentEntityColors: {
|
|
80
|
+
readonly workspace: "#aa44f2";
|
|
81
|
+
readonly stream: "#53b96a";
|
|
82
|
+
readonly deployment: "#eeb510";
|
|
83
|
+
readonly engagement: "#f941e6";
|
|
84
|
+
readonly agent: "#77c3ff";
|
|
85
|
+
};
|
|
86
|
+
/**
|
|
87
|
+
* Deployment dashboard status colors (Figma 11-2105).
|
|
88
|
+
*/
|
|
89
|
+
declare const deploymentStatusColors: {
|
|
90
|
+
readonly normal: "#53b96a";
|
|
91
|
+
readonly warning: "#eeb510";
|
|
92
|
+
readonly error: "#ef5059";
|
|
93
|
+
readonly disabled: "#ffffff";
|
|
94
|
+
readonly disabledDim: "#ded8e1";
|
|
95
|
+
};
|
|
96
|
+
/**
|
|
97
|
+
* Workflow node color families (Figma 277-8244).
|
|
98
|
+
*
|
|
99
|
+
* Each node type has an accent color plus tints/shades for card borders,
|
|
100
|
+
* badge backgrounds, badge borders, and badge text. These are hand-picked
|
|
101
|
+
* Figma values, not algorithmically derived.
|
|
102
|
+
*/
|
|
103
|
+
declare const workflowNodeColors: {
|
|
104
|
+
readonly start: {
|
|
105
|
+
readonly accent: "#00C950";
|
|
106
|
+
readonly cardBorder: "#7BF1A8";
|
|
107
|
+
readonly badgeBg: "#F0FDF4";
|
|
108
|
+
readonly badgeBorder: "#B9F8CF";
|
|
109
|
+
readonly badgeText: "#008236";
|
|
110
|
+
};
|
|
111
|
+
readonly input: {
|
|
112
|
+
readonly accent: "#00A6F4";
|
|
113
|
+
readonly cardBorder: "#74D4FF";
|
|
114
|
+
readonly badgeBg: "#F0F9FF";
|
|
115
|
+
readonly badgeBorder: "#B8E6FE";
|
|
116
|
+
readonly badgeText: "#0069A8";
|
|
117
|
+
};
|
|
118
|
+
readonly stream: {
|
|
119
|
+
readonly accent: "#00B8DB";
|
|
120
|
+
readonly cardBorder: "#53EAFD";
|
|
121
|
+
readonly badgeBg: "#ECFEFF";
|
|
122
|
+
readonly badgeBorder: "#A2F4FD";
|
|
123
|
+
readonly badgeText: "#007595";
|
|
124
|
+
};
|
|
125
|
+
readonly rafts: {
|
|
126
|
+
readonly accent: "#FF6900";
|
|
127
|
+
readonly cardBorder: "#FFB86A";
|
|
128
|
+
readonly badgeBg: "#FFF7ED";
|
|
129
|
+
readonly badgeBorder: "#FFD6A8";
|
|
130
|
+
readonly badgeText: "#CA3500";
|
|
131
|
+
};
|
|
132
|
+
readonly cubbies: {
|
|
133
|
+
readonly accent: "#D0C900";
|
|
134
|
+
readonly cardBorder: "#D0C900";
|
|
135
|
+
readonly badgeBg: "#FCFFED";
|
|
136
|
+
readonly badgeBorder: "#D0C900";
|
|
137
|
+
readonly badgeText: "#747500";
|
|
138
|
+
};
|
|
139
|
+
readonly events: {
|
|
140
|
+
readonly accent: "#F6339A";
|
|
141
|
+
readonly cardBorder: "#FDA5D5";
|
|
142
|
+
readonly badgeBg: "#FDF2F8";
|
|
143
|
+
readonly badgeBorder: "#FCCEE8";
|
|
144
|
+
readonly badgeText: "#C6005C";
|
|
145
|
+
};
|
|
146
|
+
readonly trigger: {
|
|
147
|
+
readonly accent: "#AD46FF";
|
|
148
|
+
readonly cardBorder: "#DAB2FF";
|
|
149
|
+
readonly badgeBg: "#FAF5FF";
|
|
150
|
+
readonly badgeBorder: "#E9D4FF";
|
|
151
|
+
readonly badgeText: "#8200DB";
|
|
152
|
+
};
|
|
153
|
+
readonly action: {
|
|
154
|
+
readonly accent: "#2B7FFF";
|
|
155
|
+
readonly cardBorder: "#8EC5FF";
|
|
156
|
+
readonly badgeBg: "#EFF6FF";
|
|
157
|
+
readonly badgeBorder: "#BEDBFF";
|
|
158
|
+
readonly badgeText: "#1447E6";
|
|
159
|
+
};
|
|
160
|
+
readonly aiModel: {
|
|
161
|
+
readonly accent: "#615FFF";
|
|
162
|
+
readonly cardBorder: "#A3B3FF";
|
|
163
|
+
readonly badgeBg: "#EEF2FF";
|
|
164
|
+
readonly badgeBorder: "#C6D2FF";
|
|
165
|
+
readonly badgeText: "#432DD7";
|
|
166
|
+
};
|
|
167
|
+
readonly aiAgent: {
|
|
168
|
+
readonly accent: "#D0A2FB";
|
|
169
|
+
readonly cardBorder: "#D0A2FB";
|
|
170
|
+
readonly badgeBg: "#F8EEFF";
|
|
171
|
+
readonly badgeBorder: "#D9BCF3";
|
|
172
|
+
readonly badgeText: "#9F40F8";
|
|
173
|
+
};
|
|
174
|
+
readonly condition: {
|
|
175
|
+
readonly accent: "#FE9A00";
|
|
176
|
+
readonly cardBorder: "#FFD230";
|
|
177
|
+
readonly badgeBg: "#FFFBEB";
|
|
178
|
+
readonly badgeBorder: "#FEE685";
|
|
179
|
+
readonly badgeText: "#BB4D00";
|
|
180
|
+
};
|
|
181
|
+
readonly output: {
|
|
182
|
+
readonly accent: "#00BC7D";
|
|
183
|
+
readonly cardBorder: "#5EE9B5";
|
|
184
|
+
readonly badgeBg: "#ECFDF5";
|
|
185
|
+
readonly badgeBorder: "#A4F4CF";
|
|
186
|
+
readonly badgeText: "#007A55";
|
|
187
|
+
};
|
|
188
|
+
readonly end: {
|
|
189
|
+
readonly accent: "#FB2C36";
|
|
190
|
+
readonly cardBorder: "#FFA2A2";
|
|
191
|
+
readonly badgeBg: "#FEF2F2";
|
|
192
|
+
readonly badgeBorder: "#FFC9C9";
|
|
193
|
+
readonly badgeText: "#C10007";
|
|
194
|
+
};
|
|
195
|
+
readonly parallel: {
|
|
196
|
+
readonly accent: "#14B8A6";
|
|
197
|
+
readonly cardBorder: "#5EEAD4";
|
|
198
|
+
readonly badgeBg: "#F0FDFA";
|
|
199
|
+
readonly badgeBorder: "#99F6E4";
|
|
200
|
+
readonly badgeText: "#0F766E";
|
|
201
|
+
};
|
|
202
|
+
readonly merge: {
|
|
203
|
+
readonly accent: "#6366F1";
|
|
204
|
+
readonly cardBorder: "#A5B4FC";
|
|
205
|
+
readonly badgeBg: "#EEF2FF";
|
|
206
|
+
readonly badgeBorder: "#C7D2FE";
|
|
207
|
+
readonly badgeText: "#4338CA";
|
|
208
|
+
};
|
|
209
|
+
};
|
|
210
|
+
/**
|
|
211
|
+
* Shared workflow chrome UI colors (Figma 277-8244).
|
|
212
|
+
*
|
|
213
|
+
* Colors used across workflow top bar, time bar, side inspector, and node
|
|
214
|
+
* title/description text. Extracted here so component files stay hex-free.
|
|
215
|
+
*/
|
|
216
|
+
declare const workflowChromeColors: {
|
|
217
|
+
readonly inputBg: "#D8D4DD";
|
|
218
|
+
readonly inputBorder: "#A855F7";
|
|
219
|
+
readonly labelText: "#6A7282";
|
|
220
|
+
readonly iconColor: "#4A4458";
|
|
221
|
+
readonly buttonPrimary: "#B65FF4";
|
|
222
|
+
readonly buttonHover: "#A855F7";
|
|
223
|
+
readonly buttonActive: "#9333EA";
|
|
224
|
+
readonly closeBtnBg: "#9E9EAE";
|
|
225
|
+
readonly progressBg: "#CEC6D8";
|
|
226
|
+
readonly stepBtnBg: "#F5F1F7";
|
|
227
|
+
readonly stepBtnBgHover: "#E7E0EC";
|
|
228
|
+
readonly divider: "#D6CEDD";
|
|
229
|
+
readonly mutedText: "#938F99";
|
|
230
|
+
readonly titleText: "#1E2939";
|
|
231
|
+
readonly descriptionText: "#6A7282";
|
|
232
|
+
};
|
|
233
|
+
/**
|
|
234
|
+
* Workflow connection/edge colors (Figma 277-8244).
|
|
235
|
+
*/
|
|
236
|
+
declare const workflowConnectionColors: {
|
|
237
|
+
readonly success: "#22C55E";
|
|
238
|
+
readonly process: "#3B82F6";
|
|
239
|
+
readonly stream: "#06B6D4";
|
|
240
|
+
readonly error: "#EF4444";
|
|
241
|
+
};
|
|
242
|
+
|
|
243
|
+
/**
|
|
244
|
+
* Design system theme barrel.
|
|
245
|
+
*
|
|
246
|
+
* Composes the MUI theme from token modules and re-exports everything
|
|
247
|
+
* the public API needs. Internal structure:
|
|
248
|
+
*
|
|
249
|
+
* primitives.ts - Tier 1: raw color values (hue + shade)
|
|
250
|
+
* semantic.ts - Tier 2: intent-based tokens
|
|
251
|
+
* typography.ts - Font family and type scale
|
|
252
|
+
* components.ts - MUI component style overrides
|
|
253
|
+
* spacing.ts - Border radius and sizing constants
|
|
254
|
+
*/
|
|
255
|
+
|
|
41
256
|
declare module '@mui/material/styles' {
|
|
257
|
+
interface TypeBackground {
|
|
258
|
+
selected: string;
|
|
259
|
+
}
|
|
42
260
|
interface Palette {
|
|
43
261
|
deployment: {
|
|
44
262
|
entity: typeof deploymentEntityColors;
|
|
@@ -47,6 +265,7 @@ declare module '@mui/material/styles' {
|
|
|
47
265
|
workflow: {
|
|
48
266
|
node: typeof workflowNodeColors;
|
|
49
267
|
connection: typeof workflowConnectionColors;
|
|
268
|
+
chrome: typeof workflowChromeColors;
|
|
50
269
|
};
|
|
51
270
|
}
|
|
52
271
|
interface PaletteOptions {
|
|
@@ -55,147 +274,72 @@ declare module '@mui/material/styles' {
|
|
|
55
274
|
status?: Record<string, string>;
|
|
56
275
|
};
|
|
57
276
|
workflow?: {
|
|
58
|
-
node?:
|
|
59
|
-
connection?:
|
|
277
|
+
node?: Partial<typeof workflowNodeColors>;
|
|
278
|
+
connection?: Partial<typeof workflowConnectionColors>;
|
|
279
|
+
chrome?: Partial<typeof workflowChromeColors>;
|
|
60
280
|
};
|
|
61
281
|
}
|
|
62
282
|
}
|
|
63
283
|
declare const colors: {
|
|
64
284
|
primary: {
|
|
65
|
-
main:
|
|
66
|
-
light:
|
|
67
|
-
dark:
|
|
68
|
-
contrastText:
|
|
285
|
+
main: "#1976d2";
|
|
286
|
+
light: "#1976d2";
|
|
287
|
+
dark: "#1565c0";
|
|
288
|
+
contrastText: "#FFFFFF";
|
|
69
289
|
};
|
|
70
290
|
secondary: {
|
|
71
|
-
main:
|
|
72
|
-
light:
|
|
73
|
-
dark:
|
|
74
|
-
contrastText:
|
|
291
|
+
main: "#666666";
|
|
292
|
+
light: "#999999";
|
|
293
|
+
dark: "#333333";
|
|
294
|
+
contrastText: "#FFFFFF";
|
|
75
295
|
};
|
|
76
296
|
success: {
|
|
77
|
-
main:
|
|
78
|
-
light:
|
|
79
|
-
dark:
|
|
80
|
-
contrastText:
|
|
297
|
+
main: "#10B981";
|
|
298
|
+
light: "#34D399";
|
|
299
|
+
dark: "#059669";
|
|
300
|
+
contrastText: "#FFFFFF";
|
|
81
301
|
};
|
|
82
302
|
error: {
|
|
83
|
-
main:
|
|
84
|
-
light:
|
|
85
|
-
dark:
|
|
86
|
-
contrastText:
|
|
303
|
+
main: "#EF4444";
|
|
304
|
+
light: "#F87171";
|
|
305
|
+
dark: "#DC2626";
|
|
306
|
+
contrastText: "#FFFFFF";
|
|
87
307
|
};
|
|
88
308
|
warning: {
|
|
89
|
-
main:
|
|
90
|
-
light:
|
|
91
|
-
dark:
|
|
92
|
-
contrastText:
|
|
309
|
+
main: "#F59E0B";
|
|
310
|
+
light: "#FBBF24";
|
|
311
|
+
dark: "#D97706";
|
|
312
|
+
contrastText: "#FFFFFF";
|
|
93
313
|
};
|
|
94
314
|
tertiary: {
|
|
95
|
-
main:
|
|
96
|
-
light:
|
|
97
|
-
dark:
|
|
98
|
-
contrastText:
|
|
315
|
+
main: "#F59E0B";
|
|
316
|
+
light: "#FBBF24";
|
|
317
|
+
dark: "#D97706";
|
|
318
|
+
contrastText: "#1A1A1A";
|
|
99
319
|
};
|
|
100
320
|
grey: {
|
|
101
|
-
50:
|
|
102
|
-
100:
|
|
103
|
-
200:
|
|
104
|
-
300:
|
|
105
|
-
400:
|
|
106
|
-
500:
|
|
107
|
-
600:
|
|
108
|
-
700:
|
|
109
|
-
800:
|
|
110
|
-
900:
|
|
321
|
+
readonly 50: "#FAFAFA";
|
|
322
|
+
readonly 100: "#F5F5F5";
|
|
323
|
+
readonly 200: "#EEEEEE";
|
|
324
|
+
readonly 300: "#E0E0E0";
|
|
325
|
+
readonly 400: "#BDBDBD";
|
|
326
|
+
readonly 500: "#9E9E9E";
|
|
327
|
+
readonly 600: "#757575";
|
|
328
|
+
readonly 700: "#616161";
|
|
329
|
+
readonly 800: "#424242";
|
|
330
|
+
readonly 900: "#212121";
|
|
111
331
|
};
|
|
112
332
|
text: {
|
|
113
|
-
primary:
|
|
114
|
-
secondary:
|
|
115
|
-
disabled:
|
|
333
|
+
primary: "#1A1A1A";
|
|
334
|
+
secondary: "#666666";
|
|
335
|
+
disabled: "#999999";
|
|
116
336
|
};
|
|
117
337
|
background: {
|
|
118
|
-
default:
|
|
119
|
-
paper:
|
|
120
|
-
selected:
|
|
338
|
+
default: "#FFFFFF";
|
|
339
|
+
paper: "#FFFFFF";
|
|
340
|
+
selected: "rgba(123, 44, 191, 0.1)";
|
|
121
341
|
};
|
|
122
342
|
};
|
|
123
|
-
declare const deploymentEntityColors: {
|
|
124
|
-
workspace: string;
|
|
125
|
-
stream: string;
|
|
126
|
-
deployment: string;
|
|
127
|
-
engagement: string;
|
|
128
|
-
agent: string;
|
|
129
|
-
};
|
|
130
|
-
declare const deploymentStatusColors: {
|
|
131
|
-
normal: string;
|
|
132
|
-
warning: string;
|
|
133
|
-
error: string;
|
|
134
|
-
disabled: string;
|
|
135
|
-
disabledDim: string;
|
|
136
|
-
};
|
|
137
|
-
declare const workflowNodeColors: {
|
|
138
|
-
readonly start: "#00C950";
|
|
139
|
-
readonly input: "#00A6F4";
|
|
140
|
-
readonly stream: "#00B8DB";
|
|
141
|
-
readonly rafts: "#FF6900";
|
|
142
|
-
readonly cubbies: "#D0C900";
|
|
143
|
-
readonly events: "#F6339A";
|
|
144
|
-
readonly trigger: "#AD46FF";
|
|
145
|
-
readonly action: "#2B7FFF";
|
|
146
|
-
readonly aiModel: "#615FFF";
|
|
147
|
-
readonly aiAgent: "#D0A2FB";
|
|
148
|
-
readonly condition: "#FE9A00";
|
|
149
|
-
readonly output: "#00BC7D";
|
|
150
|
-
readonly end: "#FB2C36";
|
|
151
|
-
readonly parallel: "#14B8A6";
|
|
152
|
-
readonly merge: "#6366F1";
|
|
153
|
-
};
|
|
154
|
-
declare const workflowConnectionColors: {
|
|
155
|
-
readonly success: "#22C55E";
|
|
156
|
-
readonly process: "#3B82F6";
|
|
157
|
-
readonly stream: "#06B6D4";
|
|
158
|
-
readonly error: "#EF4444";
|
|
159
|
-
};
|
|
160
|
-
/**
|
|
161
|
-
* ROB primary brand color palette (Figma node 11-1393)
|
|
162
|
-
* Four main brand colors for the ROB design system
|
|
163
|
-
*/
|
|
164
|
-
declare const robPrimaryPalette: {
|
|
165
|
-
/** Primary magenta/pink - Figma node 11-1394 */
|
|
166
|
-
readonly fandango: "#BD32A7";
|
|
167
|
-
/** Vivid purple - Figma node 11-1407 */
|
|
168
|
-
readonly electricViolet: "#8B00EC";
|
|
169
|
-
/** Mid-tone purple - Figma node 11-1420 */
|
|
170
|
-
readonly ultraViolet: "#6750A4";
|
|
171
|
-
/** Light lavender - Figma node 11-1433 */
|
|
172
|
-
readonly periwinkle: "#D0BCFF";
|
|
173
|
-
};
|
|
174
|
-
/**
|
|
175
|
-
* ROB extended palette with additional swatches (Figma node 11-1447)
|
|
176
|
-
* Gradient shades and secondary accents from the ROB color grid
|
|
177
|
-
*/
|
|
178
|
-
declare const robPaletteExtended: {
|
|
179
|
-
readonly dark1: "#280e61";
|
|
180
|
-
readonly dark2: "#531584";
|
|
181
|
-
readonly dark3: "#710c7a";
|
|
182
|
-
readonly dark4: "#920269";
|
|
183
|
-
readonly dark5: "#c71454";
|
|
184
|
-
readonly dark6: "#ff6341";
|
|
185
|
-
readonly bright1: "#5311e3";
|
|
186
|
-
readonly bright2: "#eb03ff";
|
|
187
|
-
readonly bright3: "#ff17ab";
|
|
188
|
-
readonly bright4: "#ff6a85";
|
|
189
|
-
readonly light1: "#baa0f4";
|
|
190
|
-
readonly light2: "#d399fc";
|
|
191
|
-
readonly light3: "#f79aff";
|
|
192
|
-
readonly light4: "#faabde";
|
|
193
|
-
readonly light5: "#ffc4ce";
|
|
194
|
-
readonly nearBlack1: "#0b0f18";
|
|
195
|
-
readonly nearBlack2: "#0d0627";
|
|
196
|
-
readonly nearBlack3: "#161d30";
|
|
197
|
-
readonly nearBlack4: "#23194b";
|
|
198
|
-
};
|
|
199
343
|
declare const theme: Theme;
|
|
200
344
|
|
|
201
345
|
declare const CheckMarkAnimation: () => react_jsx_runtime.JSX.Element;
|
|
@@ -311,12 +455,35 @@ interface TextFieldProps extends Omit<TextFieldProps$1, 'size'> {
|
|
|
311
455
|
}
|
|
312
456
|
declare const TextField: React__default.FC<TextFieldProps>;
|
|
313
457
|
|
|
314
|
-
|
|
458
|
+
type SearchFieldVariant = 'standard' | 'pill';
|
|
459
|
+
interface SearchFieldProps extends Omit<TextFieldProps, 'InputProps' | 'variant'> {
|
|
315
460
|
placeholder?: string;
|
|
461
|
+
/** Fires with the next input value on every change. */
|
|
316
462
|
onSearch?: (value: string) => void;
|
|
463
|
+
/** Visual treatment. `pill` renders a fully-rounded input. @default 'standard' */
|
|
464
|
+
variant?: SearchFieldVariant;
|
|
465
|
+
/**
|
|
466
|
+
* Show a keyboard-shortcut hint adornment (⌘K on Mac, Ctrl+K elsewhere) at
|
|
467
|
+
* the right edge. Pair with `useSearchHotkeys` to wire the key handler.
|
|
468
|
+
*/
|
|
469
|
+
shortcutHint?: boolean;
|
|
317
470
|
}
|
|
318
471
|
declare const SearchField: React__default.FC<SearchFieldProps>;
|
|
319
472
|
|
|
473
|
+
interface UseSearchHotkeysOptions {
|
|
474
|
+
/** Cmd/Ctrl + K focuses the ref. @default true */
|
|
475
|
+
k?: boolean;
|
|
476
|
+
/** `/` (when not already typing in another field) focuses the ref. @default true */
|
|
477
|
+
slash?: boolean;
|
|
478
|
+
}
|
|
479
|
+
/**
|
|
480
|
+
* Wire global Cmd+K (Mac) / Ctrl+K (everywhere else) and `/` hotkeys to focus
|
|
481
|
+
* the input pointed to by `inputRef`. The `/` hotkey is suppressed while the
|
|
482
|
+
* user is typing in another input, textarea or contentEditable element so it
|
|
483
|
+
* doesn't hijack normal typing. Either hotkey can be disabled via options.
|
|
484
|
+
*/
|
|
485
|
+
declare function useSearchHotkeys(inputRef: RefObject<HTMLInputElement | null>, options?: UseSearchHotkeysOptions): void;
|
|
486
|
+
|
|
320
487
|
type ToggleButtonProps = ToggleButtonProps$1;
|
|
321
488
|
declare const ToggleButton: React__default.FC<ToggleButtonProps>;
|
|
322
489
|
type ToggleButtonGroupProps = ToggleButtonGroupProps$1;
|
|
@@ -1005,6 +1172,53 @@ declare const ConnectionStatus: React__default.NamedExoticComponent<ConnectionSt
|
|
|
1005
1172
|
*/
|
|
1006
1173
|
declare const AccountSection: React__default.NamedExoticComponent<AccountSectionProps>;
|
|
1007
1174
|
|
|
1175
|
+
interface TabProps extends Omit<TabProps$1, 'icon'> {
|
|
1176
|
+
badge?: number | string;
|
|
1177
|
+
badgeVariant?: 'default' | 'primary' | 'success' | 'error';
|
|
1178
|
+
}
|
|
1179
|
+
declare const Tab: React__default.FC<TabProps>;
|
|
1180
|
+
|
|
1181
|
+
interface MenuProps extends Omit<MenuProps$1, 'open'> {
|
|
1182
|
+
anchorEl?: HTMLElement | null;
|
|
1183
|
+
onClose: () => void;
|
|
1184
|
+
}
|
|
1185
|
+
declare const Menu: React__default.FC<MenuProps>;
|
|
1186
|
+
interface MenuItemProps {
|
|
1187
|
+
icon?: React__default.ReactNode;
|
|
1188
|
+
label: string;
|
|
1189
|
+
onClick?: () => void;
|
|
1190
|
+
disabled?: boolean;
|
|
1191
|
+
divider?: boolean;
|
|
1192
|
+
}
|
|
1193
|
+
declare const MenuItem: React__default.FC<MenuItemProps>;
|
|
1194
|
+
|
|
1195
|
+
interface PaginationProps extends Omit<PaginationProps$1, 'color'> {
|
|
1196
|
+
color?: 'primary' | 'secondary' | 'standard';
|
|
1197
|
+
}
|
|
1198
|
+
declare const Pagination: React__default.FC<PaginationProps>;
|
|
1199
|
+
|
|
1200
|
+
interface SelectorOption {
|
|
1201
|
+
id: string;
|
|
1202
|
+
name: string;
|
|
1203
|
+
description?: string;
|
|
1204
|
+
avatar?: string;
|
|
1205
|
+
icon?: React__default.ReactNode;
|
|
1206
|
+
disabled?: boolean;
|
|
1207
|
+
}
|
|
1208
|
+
interface SelectorProps {
|
|
1209
|
+
options: SelectorOption[];
|
|
1210
|
+
selectedId: string | null;
|
|
1211
|
+
onSelect: (id: string) => void;
|
|
1212
|
+
onCreate?: () => void;
|
|
1213
|
+
loading?: boolean;
|
|
1214
|
+
placeholder?: string;
|
|
1215
|
+
emptyMessage?: string;
|
|
1216
|
+
compact?: boolean;
|
|
1217
|
+
renderSelected?: (option: SelectorOption) => React__default.ReactNode;
|
|
1218
|
+
width?: number;
|
|
1219
|
+
}
|
|
1220
|
+
declare const Selector: React__default.FC<SelectorProps>;
|
|
1221
|
+
|
|
1008
1222
|
type BadgeVariant = 'default' | 'primary' | 'success' | 'error';
|
|
1009
1223
|
interface BadgeProps extends Omit<BadgeProps$1, 'color' | 'variant'> {
|
|
1010
1224
|
variant?: BadgeVariant;
|
|
@@ -1012,12 +1226,98 @@ interface BadgeProps extends Omit<BadgeProps$1, 'color' | 'variant'> {
|
|
|
1012
1226
|
}
|
|
1013
1227
|
declare const Badge: React__default.FC<BadgeProps>;
|
|
1014
1228
|
|
|
1015
|
-
type ChipVariant = 'default' | 'active';
|
|
1229
|
+
type ChipVariant = 'default' | 'active' | 'success' | 'error' | 'warning' | 'info';
|
|
1230
|
+
interface ChipVariantStyles {
|
|
1231
|
+
backgroundColor: string;
|
|
1232
|
+
color: string;
|
|
1233
|
+
hoverBackgroundColor: string;
|
|
1234
|
+
}
|
|
1235
|
+
/**
|
|
1236
|
+
* Resolve a Chip variant to its themed background/foreground/hover colors.
|
|
1237
|
+
*
|
|
1238
|
+
* Status variants (success/error/warning/info) use the `main` surface with
|
|
1239
|
+
* `contrastText` (typically white) so chips read as loud solid pills.
|
|
1240
|
+
* `default` is neutral grey; `active` uses the brand-selected background.
|
|
1241
|
+
*/
|
|
1242
|
+
declare function getChipVariantStyles(variant: ChipVariant, theme: Theme): ChipVariantStyles;
|
|
1243
|
+
|
|
1016
1244
|
interface ChipProps extends Omit<ChipProps$1, 'color' | 'variant'> {
|
|
1017
1245
|
variant?: ChipVariant;
|
|
1018
1246
|
}
|
|
1019
1247
|
declare const Chip: React__default.FC<ChipProps>;
|
|
1020
1248
|
|
|
1249
|
+
type StatusDotStatus = 'success' | 'error' | 'warning' | 'info' | 'primary' | 'neutral';
|
|
1250
|
+
interface StatusDotProps extends Omit<React__default.HTMLAttributes<HTMLSpanElement>, 'role'> {
|
|
1251
|
+
/** Which themed color to render. `neutral` uses a grey for idle/queued states. */
|
|
1252
|
+
status: StatusDotStatus;
|
|
1253
|
+
/** Diameter in pixels. @default 8 */
|
|
1254
|
+
size?: number;
|
|
1255
|
+
/**
|
|
1256
|
+
* Pulse animation for in-progress states (e.g., a running run). Respects
|
|
1257
|
+
* `prefers-reduced-motion` and falls back to a static dot.
|
|
1258
|
+
*/
|
|
1259
|
+
pulse?: boolean;
|
|
1260
|
+
/**
|
|
1261
|
+
* When provided, the dot becomes an accessible image with this label. When
|
|
1262
|
+
* omitted, the dot is marked `aria-hidden` — assume an adjacent element
|
|
1263
|
+
* carries the status semantics.
|
|
1264
|
+
*/
|
|
1265
|
+
'aria-label'?: string;
|
|
1266
|
+
}
|
|
1267
|
+
/**
|
|
1268
|
+
* StatusDot — a small colored circle indicating entity status.
|
|
1269
|
+
*
|
|
1270
|
+
* Use alongside a text label for a labeled status; use with `aria-label` to
|
|
1271
|
+
* make the dot itself a standalone accessible indicator.
|
|
1272
|
+
*
|
|
1273
|
+
* @example
|
|
1274
|
+
* ```tsx
|
|
1275
|
+
* // Labeled context — the dot is decorative
|
|
1276
|
+
* <>
|
|
1277
|
+
* <StatusDot status="success" />
|
|
1278
|
+
* <span>Succeeded</span>
|
|
1279
|
+
* </>
|
|
1280
|
+
*
|
|
1281
|
+
* // Standalone — dot carries the status meaning
|
|
1282
|
+
* <StatusDot status="info" pulse aria-label="Running" />
|
|
1283
|
+
* ```
|
|
1284
|
+
*/
|
|
1285
|
+
declare const StatusDot: React__default.FC<StatusDotProps>;
|
|
1286
|
+
|
|
1287
|
+
interface CopyChipProps {
|
|
1288
|
+
/** The text to display and copy to the clipboard. */
|
|
1289
|
+
text: string;
|
|
1290
|
+
/** Max width in pixels for the (ellipsized) text label. @default 260 */
|
|
1291
|
+
maxWidth?: number;
|
|
1292
|
+
/**
|
|
1293
|
+
* Accessible label for the button. Defaults to `Copy <text>`. Override when
|
|
1294
|
+
* the raw text would be unclear to a screen-reader user (e.g., long hex IDs).
|
|
1295
|
+
*/
|
|
1296
|
+
'aria-label'?: string;
|
|
1297
|
+
/** Tooltip copy shown before clicking. @default 'Copy' */
|
|
1298
|
+
tooltipLabel?: string;
|
|
1299
|
+
/** Tooltip copy shown after a successful copy. @default 'Copied' */
|
|
1300
|
+
tooltipCopiedLabel?: string;
|
|
1301
|
+
/** Fires after the clipboard write succeeds. */
|
|
1302
|
+
onCopy?: () => void;
|
|
1303
|
+
}
|
|
1304
|
+
/**
|
|
1305
|
+
* CopyChip — compact inline copy-to-clipboard control.
|
|
1306
|
+
*
|
|
1307
|
+
* Shows a monospace text label with an adjacent copy icon that toggles to a
|
|
1308
|
+
* check mark for a moment after a successful copy. Use in dense metadata
|
|
1309
|
+
* rows where an `IDBlock` would be visually too heavy; use `IDBlock` when
|
|
1310
|
+
* the identifier is the primary affordance on the surface and deserves a
|
|
1311
|
+
* full boxed treatment with snackbar feedback.
|
|
1312
|
+
*
|
|
1313
|
+
* @example
|
|
1314
|
+
* ```tsx
|
|
1315
|
+
* <CopyChip text="run_abc123" />
|
|
1316
|
+
* <CopyChip text={longHexId} aria-label="Copy workspace ID" onCopy={track} />
|
|
1317
|
+
* ```
|
|
1318
|
+
*/
|
|
1319
|
+
declare const CopyChip: React__default.FC<CopyChipProps>;
|
|
1320
|
+
|
|
1021
1321
|
/**
|
|
1022
1322
|
* Color variants for the RoleBadge component
|
|
1023
1323
|
*/
|
|
@@ -1130,167 +1430,115 @@ interface ProgressProps {
|
|
|
1130
1430
|
}
|
|
1131
1431
|
declare const Progress: React__default.FC<ProgressProps>;
|
|
1132
1432
|
|
|
1133
|
-
|
|
1134
|
-
|
|
1135
|
-
|
|
1136
|
-
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
anchorEl?: HTMLElement | null;
|
|
1141
|
-
onClose: () => void;
|
|
1142
|
-
}
|
|
1143
|
-
declare const Menu: React__default.FC<MenuProps>;
|
|
1144
|
-
interface MenuItemProps {
|
|
1145
|
-
icon?: React__default.ReactNode;
|
|
1146
|
-
label: string;
|
|
1147
|
-
onClick?: () => void;
|
|
1148
|
-
disabled?: boolean;
|
|
1149
|
-
divider?: boolean;
|
|
1150
|
-
}
|
|
1151
|
-
declare const MenuItem: React__default.FC<MenuItemProps>;
|
|
1152
|
-
|
|
1153
|
-
interface PaginationProps extends Omit<PaginationProps$1, 'color'> {
|
|
1154
|
-
color?: 'primary' | 'secondary' | 'standard';
|
|
1433
|
+
type AlertSeverity = 'success' | 'error' | 'warning' | 'info';
|
|
1434
|
+
interface AlertProps extends Omit<AlertProps$1, 'severity'> {
|
|
1435
|
+
severity?: AlertSeverity;
|
|
1436
|
+
/**
|
|
1437
|
+
* Title to display above the alert message
|
|
1438
|
+
*/
|
|
1439
|
+
title?: string;
|
|
1155
1440
|
}
|
|
1156
|
-
declare const
|
|
1441
|
+
declare const Alert: React__default.FC<AlertProps>;
|
|
1157
1442
|
|
|
1158
|
-
interface
|
|
1159
|
-
id: string;
|
|
1160
|
-
name: string;
|
|
1161
|
-
description?: string;
|
|
1162
|
-
avatar?: string;
|
|
1163
|
-
icon?: React__default.ReactNode;
|
|
1164
|
-
disabled?: boolean;
|
|
1165
|
-
}
|
|
1166
|
-
interface SelectorProps {
|
|
1167
|
-
options: SelectorOption[];
|
|
1168
|
-
selectedId: string | null;
|
|
1169
|
-
onSelect: (id: string) => void;
|
|
1170
|
-
onCreate?: () => void;
|
|
1171
|
-
loading?: boolean;
|
|
1172
|
-
placeholder?: string;
|
|
1173
|
-
emptyMessage?: string;
|
|
1174
|
-
compact?: boolean;
|
|
1175
|
-
renderSelected?: (option: SelectorOption) => React__default.ReactNode;
|
|
1176
|
-
width?: number;
|
|
1177
|
-
}
|
|
1178
|
-
declare const Selector: React__default.FC<SelectorProps>;
|
|
1179
|
-
|
|
1180
|
-
type LogoSize = 'large' | 'medium' | 'small';
|
|
1181
|
-
type LogoProps = PropsWithChildren<{
|
|
1182
|
-
icon?: ReactElement;
|
|
1183
|
-
size?: LogoSize;
|
|
1184
|
-
}>;
|
|
1185
|
-
declare const Logo: ({ children, size, icon }: LogoProps) => react_jsx_runtime.JSX.Element;
|
|
1186
|
-
|
|
1187
|
-
/**
|
|
1188
|
-
* Primary action configuration for EntityHeader
|
|
1189
|
-
*/
|
|
1190
|
-
interface PrimaryAction {
|
|
1191
|
-
/**
|
|
1192
|
-
* Button label text
|
|
1193
|
-
*/
|
|
1194
|
-
label: string;
|
|
1195
|
-
/**
|
|
1196
|
-
* Optional count to display as "Label (N)"
|
|
1197
|
-
*/
|
|
1198
|
-
count?: number;
|
|
1199
|
-
/**
|
|
1200
|
-
* Optional leading icon
|
|
1201
|
-
*/
|
|
1202
|
-
icon?: React__default.ReactNode;
|
|
1203
|
-
/**
|
|
1204
|
-
* Click handler for the button
|
|
1205
|
-
*/
|
|
1206
|
-
onClick?: () => void;
|
|
1207
|
-
}
|
|
1208
|
-
/**
|
|
1209
|
-
* EntityHeader component props
|
|
1210
|
-
*/
|
|
1211
|
-
interface EntityHeaderProps {
|
|
1443
|
+
interface SnackbarProps extends Omit<SnackbarProps$1, 'children'> {
|
|
1212
1444
|
/**
|
|
1213
|
-
*
|
|
1214
|
-
* @required
|
|
1445
|
+
* Message to display in the snackbar
|
|
1215
1446
|
*/
|
|
1216
|
-
|
|
1447
|
+
message?: string;
|
|
1217
1448
|
/**
|
|
1218
|
-
*
|
|
1449
|
+
* Severity of the alert inside snackbar
|
|
1219
1450
|
*/
|
|
1220
|
-
|
|
1451
|
+
severity?: AlertSeverity;
|
|
1221
1452
|
/**
|
|
1222
|
-
*
|
|
1453
|
+
* Title to display in the alert (optional)
|
|
1223
1454
|
*/
|
|
1224
|
-
|
|
1455
|
+
title?: string;
|
|
1225
1456
|
/**
|
|
1226
|
-
*
|
|
1457
|
+
* Alert variant
|
|
1458
|
+
* @default 'filled'
|
|
1227
1459
|
*/
|
|
1228
|
-
|
|
1460
|
+
variant?: 'filled' | 'standard' | 'outlined';
|
|
1229
1461
|
/**
|
|
1230
|
-
*
|
|
1462
|
+
* Callback when snackbar is closed
|
|
1231
1463
|
*/
|
|
1232
|
-
|
|
1464
|
+
onClose?: () => void;
|
|
1233
1465
|
/**
|
|
1234
|
-
*
|
|
1235
|
-
*
|
|
1466
|
+
* Children to render instead of message (allows custom content)
|
|
1467
|
+
* Must be a ReactElement to match MuiSnackbar requirements
|
|
1236
1468
|
*/
|
|
1237
|
-
|
|
1469
|
+
children?: React__default.ReactElement;
|
|
1470
|
+
}
|
|
1471
|
+
declare const Snackbar: React__default.FC<SnackbarProps>;
|
|
1472
|
+
|
|
1473
|
+
interface EmptyStateProps {
|
|
1474
|
+
title?: string;
|
|
1475
|
+
description?: string;
|
|
1476
|
+
icon?: React__default.ReactNode;
|
|
1477
|
+
action?: React__default.ReactNode;
|
|
1478
|
+
}
|
|
1479
|
+
declare const EmptyState: React__default.FC<EmptyStateProps>;
|
|
1480
|
+
|
|
1481
|
+
interface LoadingProps {
|
|
1482
|
+
message?: string;
|
|
1483
|
+
size?: number;
|
|
1484
|
+
fullScreen?: boolean;
|
|
1485
|
+
}
|
|
1486
|
+
declare const Loading: React__default.FC<LoadingProps>;
|
|
1487
|
+
|
|
1488
|
+
interface AppLoadingProps {
|
|
1238
1489
|
/**
|
|
1239
|
-
*
|
|
1240
|
-
*
|
|
1241
|
-
* Accepts any ReactNode (buttons, dropdowns, etc.).
|
|
1490
|
+
* Loading message to display
|
|
1491
|
+
* @default "Loading..."
|
|
1242
1492
|
*/
|
|
1243
|
-
|
|
1493
|
+
message?: string;
|
|
1244
1494
|
/**
|
|
1245
|
-
*
|
|
1495
|
+
* Logo source URL or path
|
|
1496
|
+
* @default "/icons/logo.png"
|
|
1246
1497
|
*/
|
|
1247
|
-
|
|
1498
|
+
logo?: string;
|
|
1248
1499
|
/**
|
|
1249
|
-
*
|
|
1500
|
+
* Custom styles
|
|
1250
1501
|
*/
|
|
1251
|
-
|
|
1502
|
+
sx?: any;
|
|
1503
|
+
}
|
|
1504
|
+
/**
|
|
1505
|
+
* AppLoading component - Full-screen loading indicator with logo
|
|
1506
|
+
*
|
|
1507
|
+
* @example
|
|
1508
|
+
* ```tsx
|
|
1509
|
+
* <AppLoading message="Initializing application..." />
|
|
1510
|
+
* ```
|
|
1511
|
+
*/
|
|
1512
|
+
declare const AppLoading: React__default.FC<AppLoadingProps>;
|
|
1513
|
+
|
|
1514
|
+
interface CircularProgressProps extends CircularProgressProps$1 {
|
|
1252
1515
|
/**
|
|
1253
|
-
*
|
|
1254
|
-
* @default
|
|
1516
|
+
* Size of the progress indicator
|
|
1517
|
+
* @default 40
|
|
1255
1518
|
*/
|
|
1256
|
-
|
|
1519
|
+
size?: number | string;
|
|
1257
1520
|
/**
|
|
1258
|
-
*
|
|
1259
|
-
* @default
|
|
1521
|
+
* Thickness of the progress indicator
|
|
1522
|
+
* @default 4
|
|
1260
1523
|
*/
|
|
1261
|
-
|
|
1524
|
+
thickness?: number;
|
|
1262
1525
|
}
|
|
1263
1526
|
/**
|
|
1264
|
-
*
|
|
1265
|
-
*
|
|
1266
|
-
* Displays an entity with title, optional subtitle, role badge, ID with copy action,
|
|
1267
|
-
* primary action button, and more options control. Matches Figma node 15-1258 specifications.
|
|
1527
|
+
* CircularProgress component - wrapper around MUI CircularProgress
|
|
1268
1528
|
*
|
|
1269
1529
|
* @example
|
|
1270
1530
|
* ```tsx
|
|
1271
|
-
*
|
|
1272
|
-
* <EntityHeader
|
|
1273
|
-
* title="Game Co. WF 1769936170928"
|
|
1274
|
-
* subtitle="Gaming Demo Account"
|
|
1275
|
-
* role="Manager"
|
|
1276
|
-
* id="W1234567890"
|
|
1277
|
-
* primaryAction={{
|
|
1278
|
-
* label: 'Members',
|
|
1279
|
-
* count: 5,
|
|
1280
|
-
* icon: <AddCircleIcon />,
|
|
1281
|
-
* onClick: () => console.log('Open members')
|
|
1282
|
-
* }}
|
|
1283
|
-
* onCopyId={() => console.log('ID copied')}
|
|
1284
|
-
* onMoreOptions={(e) => setAnchorEl(e.currentTarget)}
|
|
1285
|
-
* />
|
|
1286
|
-
*
|
|
1287
|
-
* // Minimal example
|
|
1288
|
-
* <EntityHeader title="Simple Entity" />
|
|
1531
|
+
* <CircularProgress size={40} thickness={4} />
|
|
1289
1532
|
* ```
|
|
1290
|
-
*
|
|
1291
|
-
* @see Figma node 15-1258 for design specifications
|
|
1292
1533
|
*/
|
|
1293
|
-
declare const
|
|
1534
|
+
declare const CircularProgress: React__default.FC<CircularProgressProps>;
|
|
1535
|
+
|
|
1536
|
+
type LogoSize = 'large' | 'medium' | 'small';
|
|
1537
|
+
type LogoProps = PropsWithChildren<{
|
|
1538
|
+
icon?: ReactElement;
|
|
1539
|
+
size?: LogoSize;
|
|
1540
|
+
}>;
|
|
1541
|
+
declare const Logo: ({ children, size, icon }: LogoProps) => react_jsx_runtime.JSX.Element;
|
|
1294
1542
|
|
|
1295
1543
|
interface DialogProps extends Omit<DialogProps$1, 'title'> {
|
|
1296
1544
|
open: boolean;
|
|
@@ -1316,12 +1564,40 @@ interface DialogProps extends Omit<DialogProps$1, 'title'> {
|
|
|
1316
1564
|
}
|
|
1317
1565
|
declare const Dialog: React__default.FC<DialogProps>;
|
|
1318
1566
|
|
|
1567
|
+
type DrawerWidthValue = number | string;
|
|
1568
|
+
/**
|
|
1569
|
+
* Per-breakpoint drawer widths. `xs` sets the base width (mobile-first);
|
|
1570
|
+
* `sm`/`md`/`lg`/`xl` override at and above the named MUI breakpoint.
|
|
1571
|
+
*/
|
|
1572
|
+
interface ResponsiveDrawerWidth {
|
|
1573
|
+
xs?: DrawerWidthValue;
|
|
1574
|
+
sm?: DrawerWidthValue;
|
|
1575
|
+
md?: DrawerWidthValue;
|
|
1576
|
+
lg?: DrawerWidthValue;
|
|
1577
|
+
xl?: DrawerWidthValue;
|
|
1578
|
+
}
|
|
1579
|
+
type DrawerWidth = DrawerWidthValue | ResponsiveDrawerWidth;
|
|
1580
|
+
/**
|
|
1581
|
+
* Resolve a `width` prop into a style object usable by `styled()`.
|
|
1582
|
+
*
|
|
1583
|
+
* - Number/string input returns a single `{ width }` rule.
|
|
1584
|
+
* - Object input produces a mobile-first base width (from `xs`, or
|
|
1585
|
+
* `defaultWidth` if `xs` is missing) plus breakpoint-scoped overrides
|
|
1586
|
+
* for each of sm/md/lg/xl that was provided.
|
|
1587
|
+
*/
|
|
1588
|
+
declare function resolveDrawerWidth(width: DrawerWidth | undefined, theme: Theme, defaultWidth?: DrawerWidthValue): Record<string, unknown> & {
|
|
1589
|
+
width?: DrawerWidthValue;
|
|
1590
|
+
};
|
|
1591
|
+
|
|
1319
1592
|
interface DrawerProps extends Omit<DrawerProps$1, 'title'> {
|
|
1320
1593
|
/**
|
|
1321
|
-
* Width of the drawer when open
|
|
1322
|
-
*
|
|
1594
|
+
* Width of the drawer when open. Accepts a single value (number or CSS
|
|
1595
|
+
* string like `"100vw"`) or a responsive object keyed by MUI breakpoint
|
|
1596
|
+
* (`{ xs, sm, md, lg, xl }`). Responsive widths are mobile-first: `xs`
|
|
1597
|
+
* is the base, each named breakpoint overrides at that breakpoint and up.
|
|
1598
|
+
* @default 400 for temporary/persistent, 240 for permanent
|
|
1323
1599
|
*/
|
|
1324
|
-
width?:
|
|
1600
|
+
width?: DrawerWidth;
|
|
1325
1601
|
/**
|
|
1326
1602
|
* Width of the drawer when collapsed (mini variant)
|
|
1327
1603
|
* @default 72
|
|
@@ -1369,60 +1645,415 @@ interface DrawerProps extends Omit<DrawerProps$1, 'title'> {
|
|
|
1369
1645
|
* Anchor position
|
|
1370
1646
|
* @default 'right'
|
|
1371
1647
|
*/
|
|
1372
|
-
anchor?: 'left' | 'right' | 'top' | 'bottom';
|
|
1648
|
+
anchor?: 'left' | 'right' | 'top' | 'bottom';
|
|
1649
|
+
/**
|
|
1650
|
+
* Top offset in pixels (e.g., for header + breadcrumbs)
|
|
1651
|
+
* @default 0
|
|
1652
|
+
*/
|
|
1653
|
+
topOffset?: number;
|
|
1654
|
+
}
|
|
1655
|
+
/**
|
|
1656
|
+
* Drawer component for navigation drawers and side panels
|
|
1657
|
+
* Can be used as a replacement for Dialog for better UX
|
|
1658
|
+
*
|
|
1659
|
+
* @example
|
|
1660
|
+
* ```tsx
|
|
1661
|
+
* // Simple drawer
|
|
1662
|
+
* <Drawer open={true} variant="temporary" width={400} title="Settings" onClose={handleClose}>
|
|
1663
|
+
* <Box p={2}>Content here</Box>
|
|
1664
|
+
* </Drawer>
|
|
1665
|
+
*
|
|
1666
|
+
* // Drawer with tabs
|
|
1667
|
+
* <Drawer
|
|
1668
|
+
* open={true}
|
|
1669
|
+
* variant="temporary"
|
|
1670
|
+
* width={600}
|
|
1671
|
+
* title="Edit Stream"
|
|
1672
|
+
* tabs={['General', 'Rules', 'Settings']}
|
|
1673
|
+
* activeTab={activeTab}
|
|
1674
|
+
* onTabChange={setActiveTab}
|
|
1675
|
+
* onClose={handleClose}
|
|
1676
|
+
* >
|
|
1677
|
+
* <Box p={2}>{tabContent}</Box>
|
|
1678
|
+
* </Drawer>
|
|
1679
|
+
* ```
|
|
1680
|
+
*/
|
|
1681
|
+
declare const Drawer: React__default.FC<DrawerProps>;
|
|
1682
|
+
|
|
1683
|
+
interface MetaFieldProps {
|
|
1684
|
+
/** Uppercase eyebrow label displayed above the value. */
|
|
1685
|
+
label: string;
|
|
1686
|
+
/** Value to display. String values get a `title` attribute for overflow tooltips. */
|
|
1687
|
+
value: ReactNode;
|
|
1688
|
+
/** Render the value in a monospace font (for IDs, durations, paths). */
|
|
1689
|
+
mono?: boolean;
|
|
1690
|
+
/**
|
|
1691
|
+
* Override the auto-generated `title` attribute. Useful when the value is a
|
|
1692
|
+
* ReactNode but you still want a hover tooltip, or to customize the string
|
|
1693
|
+
* shown on hover.
|
|
1694
|
+
*/
|
|
1695
|
+
title?: string;
|
|
1696
|
+
}
|
|
1697
|
+
/**
|
|
1698
|
+
* MetaField — a compact label-over-value column for metadata lists.
|
|
1699
|
+
*
|
|
1700
|
+
* Wraps its content in a min-width-0 flex column so it collapses cleanly
|
|
1701
|
+
* inside responsive grids. The value truncates with an ellipsis and shows
|
|
1702
|
+
* the full text on hover (for string values by default).
|
|
1703
|
+
*
|
|
1704
|
+
* @example
|
|
1705
|
+
* ```tsx
|
|
1706
|
+
* <MetaField label="Run ID" value="run_abc123" mono />
|
|
1707
|
+
* <MetaField label="Status" value={<StatusBadge status="ok" />} />
|
|
1708
|
+
* ```
|
|
1709
|
+
*/
|
|
1710
|
+
declare const MetaField: React__default.FC<MetaFieldProps>;
|
|
1711
|
+
|
|
1712
|
+
interface ScrollableRowProps {
|
|
1713
|
+
/** Row content. Rendered in a horizontally-scrolling flex container. */
|
|
1714
|
+
children: ReactNode;
|
|
1715
|
+
/** Accessible label for the left chevron. @default 'Scroll left' */
|
|
1716
|
+
leftLabel?: string;
|
|
1717
|
+
/** Accessible label for the right chevron. @default 'Scroll right' */
|
|
1718
|
+
rightLabel?: string;
|
|
1719
|
+
/**
|
|
1720
|
+
* Minimum nudge distance (px) when a chevron is clicked. The component
|
|
1721
|
+
* scrolls by max(minNudge, clientWidth * nudgeFraction). @default 160
|
|
1722
|
+
*/
|
|
1723
|
+
minNudge?: number;
|
|
1724
|
+
/** Fraction of the viewport scrolled per chevron click. @default 0.6 */
|
|
1725
|
+
nudgeFraction?: number;
|
|
1726
|
+
}
|
|
1727
|
+
/**
|
|
1728
|
+
* ScrollableRow — a horizontally-scrolling container that reveals chevron
|
|
1729
|
+
* buttons at the left and right edges only when content actually overflows.
|
|
1730
|
+
*
|
|
1731
|
+
* Works with any children (chips, cards, pills). Uses a `ResizeObserver` on
|
|
1732
|
+
* both the scroller and its children plus a `MutationObserver` to catch
|
|
1733
|
+
* children being added/removed, so the chevrons stay in sync with real
|
|
1734
|
+
* layout.
|
|
1735
|
+
*/
|
|
1736
|
+
declare const ScrollableRow: React__default.FC<ScrollableRowProps>;
|
|
1737
|
+
|
|
1738
|
+
interface CarouselProps<T> {
|
|
1739
|
+
/** Slide data. Each entry is passed to `renderSlide`. */
|
|
1740
|
+
slides: T[];
|
|
1741
|
+
/** Render function for an individual slide. */
|
|
1742
|
+
renderSlide: (item: T, index: number) => ReactNode;
|
|
1743
|
+
/**
|
|
1744
|
+
* Stable per-slide React key. Always set this when `slides` can be reordered
|
|
1745
|
+
* or filtered; otherwise React will reuse the wrong slide's internal state
|
|
1746
|
+
* across renders. Defaults to the slide's array index when omitted.
|
|
1747
|
+
*/
|
|
1748
|
+
getKey?: (item: T, index: number) => Key;
|
|
1749
|
+
/** Slides visible in the viewport. @default 1 */
|
|
1750
|
+
slidesPerView?: number;
|
|
1751
|
+
/** Auto-advance every `autoplayDelayMs` while not hovered. @default true */
|
|
1752
|
+
autoplay?: boolean;
|
|
1753
|
+
/** Autoplay tick in milliseconds. @default 5000 */
|
|
1754
|
+
autoplayDelayMs?: number;
|
|
1755
|
+
/** Show dot indicators when more than one slide. @default true */
|
|
1756
|
+
showDots?: boolean;
|
|
1757
|
+
/** Show the `01 / 03`-style counter when more than one slide. @default true */
|
|
1758
|
+
showCounter?: boolean;
|
|
1759
|
+
/** Show prev/next chevrons when more than one slide. @default true */
|
|
1760
|
+
showArrows?: boolean;
|
|
1761
|
+
/** Pause autoplay while the pointer is over the carousel. @default true */
|
|
1762
|
+
pauseOnHover?: boolean;
|
|
1763
|
+
/** Accessible label for the surrounding region. */
|
|
1764
|
+
ariaLabel?: string;
|
|
1765
|
+
/** Fires with the new index whenever embla selects a slide. */
|
|
1766
|
+
onSelect?: (index: number) => void;
|
|
1767
|
+
/** Override the IconButton sx for the prev/next arrows. */
|
|
1768
|
+
arrowSx?: SxProps<Theme>;
|
|
1769
|
+
/** Override the dot color (inactive). Accepts any CSS color string. */
|
|
1770
|
+
dotColor?: string;
|
|
1771
|
+
/** Override the active dot color. Accepts any CSS color string. */
|
|
1772
|
+
dotActiveColor?: string;
|
|
1773
|
+
}
|
|
1774
|
+
/**
|
|
1775
|
+
* Carousel — embla-carousel-based slide deck with autoplay, dots, counter,
|
|
1776
|
+
* prev/next arrows and pause-on-hover. Generic over slide payload type; the
|
|
1777
|
+
* caller decides the slide markup via `renderSlide`.
|
|
1778
|
+
*/
|
|
1779
|
+
declare function Carousel<T>({ slides, renderSlide, getKey, slidesPerView, autoplay, autoplayDelayMs, showDots, showCounter, showArrows, pauseOnHover, ariaLabel, onSelect, arrowSx, dotColor, dotActiveColor, }: CarouselProps<T>): react_jsx_runtime.JSX.Element | null;
|
|
1780
|
+
|
|
1781
|
+
interface DefinitionRowProps {
|
|
1782
|
+
/** Optional leading icon (e.g. a scope or category glyph). */
|
|
1783
|
+
icon?: ReactNode;
|
|
1784
|
+
/** Primary label rendered on the left side. */
|
|
1785
|
+
label: ReactNode;
|
|
1786
|
+
/** Optional secondary line under the label (e.g. type, scope path). */
|
|
1787
|
+
sublabel?: ReactNode;
|
|
1788
|
+
/** Primary right-side content (e.g. `read`, `optional`). */
|
|
1789
|
+
value?: ReactNode;
|
|
1790
|
+
/** Secondary right-side line under the value (e.g. constraint, default). */
|
|
1791
|
+
hint?: ReactNode;
|
|
1792
|
+
/** Reduce vertical padding for compact lists. */
|
|
1793
|
+
dense?: boolean;
|
|
1794
|
+
/** Draw a bottom divider. The last row in a list never draws. @default true */
|
|
1795
|
+
divider?: boolean;
|
|
1796
|
+
}
|
|
1797
|
+
/**
|
|
1798
|
+
* DefinitionRow — `icon · label / sublabel … value / hint` row primitive
|
|
1799
|
+
* for description-list style content (scope tables, settings, key/value
|
|
1800
|
+
* panels).
|
|
1801
|
+
*/
|
|
1802
|
+
declare function DefinitionRow({ icon, label, sublabel, value, hint, dense, divider, }: DefinitionRowProps): react_jsx_runtime.JSX.Element;
|
|
1803
|
+
|
|
1804
|
+
type PanelDialogWidth = 'sm' | 'md' | 'lg' | 'xl';
|
|
1805
|
+
type PanelDialogSide = 'right' | 'center';
|
|
1806
|
+
type PanelDialogTransition = 'fade' | 'slide-up' | 'slide-left';
|
|
1807
|
+
interface PanelDialogProps {
|
|
1808
|
+
/** Controls visibility. */
|
|
1809
|
+
open: boolean;
|
|
1810
|
+
/** Fires when the user closes (close button, backdrop click, ESC). */
|
|
1811
|
+
onClose: () => void;
|
|
1812
|
+
/** Optional title rendered in the header. Used as the dialog accessible name when a string. */
|
|
1813
|
+
title?: ReactNode;
|
|
1814
|
+
/** Optional right-aligned slot in the header (e.g. install + share buttons). */
|
|
1815
|
+
headerActions?: ReactNode;
|
|
1816
|
+
/** Panel width. @default 'md' */
|
|
1817
|
+
width?: PanelDialogWidth;
|
|
1818
|
+
/** Where the panel docks. `right` slides in from the right edge; `center` is a regular centered panel. @default 'right' */
|
|
1819
|
+
side?: PanelDialogSide;
|
|
1820
|
+
/** Override the accessible name when `title` is not a string. */
|
|
1821
|
+
ariaLabel?: string;
|
|
1822
|
+
/**
|
|
1823
|
+
* Drop the header bar entirely (no title row, no border). The close button
|
|
1824
|
+
* still renders but floats absolute over the top-right of the body. Use when
|
|
1825
|
+
* the body content has its own hero / chrome.
|
|
1826
|
+
*/
|
|
1827
|
+
hideHeader?: boolean;
|
|
1828
|
+
/** Style overrides on the dialog paper (border-radius, shadow, width tweaks). */
|
|
1829
|
+
paperSx?: SxProps<Theme>;
|
|
1830
|
+
/** Style overrides on the modal backdrop (e.g. tint, blur). */
|
|
1831
|
+
backdropSx?: SxProps<Theme>;
|
|
1832
|
+
/**
|
|
1833
|
+
* Entry transition. Defaults to `slide-left` for `side='right'` and `fade`
|
|
1834
|
+
* for `side='center'`.
|
|
1835
|
+
*/
|
|
1836
|
+
transition?: PanelDialogTransition;
|
|
1837
|
+
/** Body content. */
|
|
1838
|
+
children: ReactNode;
|
|
1839
|
+
}
|
|
1840
|
+
/**
|
|
1841
|
+
* PanelDialog — a right-anchored (or centered) slide-in panel for detail
|
|
1842
|
+
* views, inspectors, and side sheets. Built on MUI Dialog; focus trap and
|
|
1843
|
+
* ESC-to-close come from MUI. Use Dialog for centered modal-with-Save/Cancel.
|
|
1844
|
+
*/
|
|
1845
|
+
declare function PanelDialog({ open, onClose, title, headerActions, width, side, ariaLabel, hideHeader, paperSx, backdropSx, transition, children, }: PanelDialogProps): react_jsx_runtime.JSX.Element;
|
|
1846
|
+
|
|
1847
|
+
type CardMediaProps = CardMediaProps$1;
|
|
1848
|
+
declare const CardMedia: React__default.FC<CardMediaProps>;
|
|
1849
|
+
interface CardProps extends CardProps$1 {
|
|
1850
|
+
hoverable?: boolean;
|
|
1851
|
+
clickable?: boolean;
|
|
1852
|
+
}
|
|
1853
|
+
declare const Card: React__default.FC<CardProps>;
|
|
1854
|
+
declare const CardContent: React__default.FC<CardContentProps>;
|
|
1855
|
+
declare const CardHeader: React__default.FC<CardHeaderProps>;
|
|
1856
|
+
declare const CardActions: React__default.FC<CardActionsProps>;
|
|
1857
|
+
|
|
1858
|
+
type ListProps = ListProps$1;
|
|
1859
|
+
declare const List: React__default.FC<ListProps>;
|
|
1860
|
+
interface ListItemProps extends ListItemProps$1 {
|
|
1861
|
+
primary?: React__default.ReactNode;
|
|
1862
|
+
secondary?: React__default.ReactNode;
|
|
1863
|
+
icon?: React__default.ReactNode;
|
|
1864
|
+
action?: React__default.ReactNode;
|
|
1865
|
+
hoverable?: boolean;
|
|
1866
|
+
}
|
|
1867
|
+
declare const ListItem: React__default.FC<ListItemProps>;
|
|
1868
|
+
|
|
1869
|
+
interface AvatarProps extends AvatarProps$1 {
|
|
1870
|
+
size?: 'small' | 'medium' | 'large' | number;
|
|
1871
|
+
}
|
|
1872
|
+
declare const Avatar: React__default.FC<AvatarProps>;
|
|
1873
|
+
|
|
1874
|
+
interface TableProps extends TableProps$1 {
|
|
1875
|
+
stickyHeader?: boolean;
|
|
1876
|
+
}
|
|
1877
|
+
declare const Table: React__default.FC<TableProps>;
|
|
1878
|
+
interface TableHeaderProps {
|
|
1879
|
+
columns: Array<{
|
|
1880
|
+
id: string;
|
|
1881
|
+
label: string;
|
|
1882
|
+
sortable?: boolean;
|
|
1883
|
+
align?: 'left' | 'center' | 'right';
|
|
1884
|
+
}>;
|
|
1885
|
+
orderBy?: string;
|
|
1886
|
+
order?: 'asc' | 'desc';
|
|
1887
|
+
onSort?: (columnId: string) => void;
|
|
1888
|
+
}
|
|
1889
|
+
declare const TableHeader: React__default.FC<TableHeaderProps>;
|
|
1890
|
+
|
|
1891
|
+
interface BreadcrumbItem {
|
|
1892
|
+
label: string;
|
|
1893
|
+
href?: string;
|
|
1894
|
+
onClick?: () => void;
|
|
1895
|
+
}
|
|
1896
|
+
interface BreadcrumbsProps extends Omit<BreadcrumbsProps$1, 'children'> {
|
|
1897
|
+
items: BreadcrumbItem[];
|
|
1898
|
+
}
|
|
1899
|
+
declare const Breadcrumbs: React__default.FC<BreadcrumbsProps>;
|
|
1900
|
+
|
|
1901
|
+
interface AccordionProps extends Omit<AccordionProps$1, 'children'> {
|
|
1902
|
+
title: string;
|
|
1903
|
+
children: NonNullable<React__default.ReactNode>;
|
|
1904
|
+
defaultExpanded?: boolean;
|
|
1905
|
+
}
|
|
1906
|
+
declare const Accordion: React__default.FC<AccordionProps>;
|
|
1907
|
+
|
|
1908
|
+
interface PaperProps extends PaperProps$1 {
|
|
1909
|
+
variant?: 'elevation' | 'outlined';
|
|
1910
|
+
}
|
|
1911
|
+
declare const Paper: React__default.FC<PaperProps>;
|
|
1912
|
+
|
|
1913
|
+
interface DividerProps extends DividerProps$1 {
|
|
1914
|
+
variant?: 'fullWidth' | 'inset' | 'middle';
|
|
1915
|
+
}
|
|
1916
|
+
declare const Divider: React__default.FC<DividerProps>;
|
|
1917
|
+
|
|
1918
|
+
interface LinkProps extends LinkProps$1 {
|
|
1919
|
+
underline?: 'none' | 'hover' | 'always';
|
|
1920
|
+
}
|
|
1921
|
+
declare const Link: React__default.FC<LinkProps>;
|
|
1922
|
+
|
|
1923
|
+
interface AppBarProps extends AppBarProps$1 {
|
|
1924
|
+
height?: number;
|
|
1925
|
+
}
|
|
1926
|
+
declare const AppBar: React__default.FC<AppBarProps>;
|
|
1927
|
+
|
|
1928
|
+
interface CollapseProps extends CollapseProps$1 {
|
|
1929
|
+
/**
|
|
1930
|
+
* If `true`, the component will transition in
|
|
1931
|
+
*/
|
|
1932
|
+
in?: boolean;
|
|
1933
|
+
/**
|
|
1934
|
+
* The content to collapse
|
|
1935
|
+
*/
|
|
1936
|
+
children?: React__default.ReactNode;
|
|
1937
|
+
}
|
|
1938
|
+
/**
|
|
1939
|
+
* Collapse component - provides a collapse animation
|
|
1940
|
+
*
|
|
1941
|
+
* @example
|
|
1942
|
+
* ```tsx
|
|
1943
|
+
* <Collapse in={open}>
|
|
1944
|
+
* <Box>Collapsible content</Box>
|
|
1945
|
+
* </Collapse>
|
|
1946
|
+
* ```
|
|
1947
|
+
*/
|
|
1948
|
+
declare const Collapse: React__default.FC<CollapseProps>;
|
|
1949
|
+
|
|
1950
|
+
/**
|
|
1951
|
+
* Primary action configuration for EntityHeader
|
|
1952
|
+
*/
|
|
1953
|
+
interface PrimaryAction {
|
|
1954
|
+
/**
|
|
1955
|
+
* Button label text
|
|
1956
|
+
*/
|
|
1957
|
+
label: string;
|
|
1958
|
+
/**
|
|
1959
|
+
* Optional count to display as "Label (N)"
|
|
1960
|
+
*/
|
|
1961
|
+
count?: number;
|
|
1962
|
+
/**
|
|
1963
|
+
* Optional leading icon
|
|
1964
|
+
*/
|
|
1965
|
+
icon?: React__default.ReactNode;
|
|
1966
|
+
/**
|
|
1967
|
+
* Click handler for the button
|
|
1968
|
+
*/
|
|
1969
|
+
onClick?: () => void;
|
|
1970
|
+
}
|
|
1971
|
+
/**
|
|
1972
|
+
* EntityHeader component props
|
|
1973
|
+
*/
|
|
1974
|
+
interface EntityHeaderProps {
|
|
1975
|
+
/**
|
|
1976
|
+
* Primary title text (e.g., entity name)
|
|
1977
|
+
* @required
|
|
1978
|
+
*/
|
|
1979
|
+
title: string;
|
|
1980
|
+
/**
|
|
1981
|
+
* Secondary descriptive text below title
|
|
1982
|
+
*/
|
|
1983
|
+
subtitle?: string;
|
|
1984
|
+
/**
|
|
1985
|
+
* Role or status label - displays as RoleBadge pill
|
|
1986
|
+
*/
|
|
1987
|
+
role?: string;
|
|
1988
|
+
/**
|
|
1989
|
+
* Entity identifier - displays as IDBlock with copy action
|
|
1990
|
+
*/
|
|
1991
|
+
id?: string;
|
|
1992
|
+
/**
|
|
1993
|
+
* Main action button configuration
|
|
1994
|
+
*/
|
|
1995
|
+
primaryAction?: PrimaryAction;
|
|
1996
|
+
/**
|
|
1997
|
+
* Additional content rendered before the primary action button.
|
|
1998
|
+
* Accepts any ReactNode (buttons, dropdowns, etc.).
|
|
1999
|
+
*/
|
|
2000
|
+
startActions?: React__default.ReactNode;
|
|
2001
|
+
/**
|
|
2002
|
+
* Additional content rendered after the primary action button
|
|
2003
|
+
* but before the more-options icon button.
|
|
2004
|
+
* Accepts any ReactNode (buttons, dropdowns, etc.).
|
|
2005
|
+
*/
|
|
2006
|
+
endActions?: React__default.ReactNode;
|
|
2007
|
+
/**
|
|
2008
|
+
* Callback when ID is copied (internal copy + this callback)
|
|
2009
|
+
*/
|
|
2010
|
+
onCopyId?: () => void;
|
|
2011
|
+
/**
|
|
2012
|
+
* Callback when more options button clicked (receives event for anchor positioning)
|
|
2013
|
+
*/
|
|
2014
|
+
onMoreOptions?: (event: React__default.MouseEvent<HTMLElement>) => void;
|
|
2015
|
+
/**
|
|
2016
|
+
* HTML heading level for the title element
|
|
2017
|
+
* @default 'h2'
|
|
2018
|
+
*/
|
|
2019
|
+
headingLevel?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6';
|
|
1373
2020
|
/**
|
|
1374
|
-
*
|
|
1375
|
-
* @default
|
|
2021
|
+
* Show bottom divider line
|
|
2022
|
+
* @default true
|
|
1376
2023
|
*/
|
|
1377
|
-
|
|
2024
|
+
divider?: boolean;
|
|
1378
2025
|
}
|
|
1379
2026
|
/**
|
|
1380
|
-
*
|
|
1381
|
-
*
|
|
2027
|
+
* EntityHeader - Composite UI component for entity (workspace, account, etc.) headers
|
|
2028
|
+
*
|
|
2029
|
+
* Displays an entity with title, optional subtitle, role badge, ID with copy action,
|
|
2030
|
+
* primary action button, and more options control. Matches Figma node 15-1258 specifications.
|
|
1382
2031
|
*
|
|
1383
2032
|
* @example
|
|
1384
2033
|
* ```tsx
|
|
1385
|
-
* //
|
|
1386
|
-
* <
|
|
1387
|
-
*
|
|
1388
|
-
*
|
|
2034
|
+
* // Full example with all props
|
|
2035
|
+
* <EntityHeader
|
|
2036
|
+
* title="Game Co. WF 1769936170928"
|
|
2037
|
+
* subtitle="Gaming Demo Account"
|
|
2038
|
+
* role="Manager"
|
|
2039
|
+
* id="W1234567890"
|
|
2040
|
+
* primaryAction={{
|
|
2041
|
+
* label: 'Members',
|
|
2042
|
+
* count: 5,
|
|
2043
|
+
* icon: <AddCircleIcon />,
|
|
2044
|
+
* onClick: () => console.log('Open members')
|
|
2045
|
+
* }}
|
|
2046
|
+
* onCopyId={() => console.log('ID copied')}
|
|
2047
|
+
* onMoreOptions={(e) => setAnchorEl(e.currentTarget)}
|
|
2048
|
+
* />
|
|
1389
2049
|
*
|
|
1390
|
-
* //
|
|
1391
|
-
* <
|
|
1392
|
-
* open={true}
|
|
1393
|
-
* variant="temporary"
|
|
1394
|
-
* width={600}
|
|
1395
|
-
* title="Edit Stream"
|
|
1396
|
-
* tabs={['General', 'Rules', 'Settings']}
|
|
1397
|
-
* activeTab={activeTab}
|
|
1398
|
-
* onTabChange={setActiveTab}
|
|
1399
|
-
* onClose={handleClose}
|
|
1400
|
-
* >
|
|
1401
|
-
* <Box p={2}>{tabContent}</Box>
|
|
1402
|
-
* </Drawer>
|
|
2050
|
+
* // Minimal example
|
|
2051
|
+
* <EntityHeader title="Simple Entity" />
|
|
1403
2052
|
* ```
|
|
2053
|
+
*
|
|
2054
|
+
* @see Figma node 15-1258 for design specifications
|
|
1404
2055
|
*/
|
|
1405
|
-
declare const
|
|
1406
|
-
|
|
1407
|
-
interface CardProps extends CardProps$1 {
|
|
1408
|
-
hoverable?: boolean;
|
|
1409
|
-
clickable?: boolean;
|
|
1410
|
-
}
|
|
1411
|
-
declare const Card: React__default.FC<CardProps>;
|
|
1412
|
-
declare const CardContent: React__default.FC<CardContentProps>;
|
|
1413
|
-
declare const CardHeader: React__default.FC<CardHeaderProps>;
|
|
1414
|
-
declare const CardActions: React__default.FC<CardActionsProps>;
|
|
1415
|
-
|
|
1416
|
-
type ListProps = ListProps$1;
|
|
1417
|
-
declare const List: React__default.FC<ListProps>;
|
|
1418
|
-
interface ListItemProps extends ListItemProps$1 {
|
|
1419
|
-
primary?: React__default.ReactNode;
|
|
1420
|
-
secondary?: React__default.ReactNode;
|
|
1421
|
-
icon?: React__default.ReactNode;
|
|
1422
|
-
action?: React__default.ReactNode;
|
|
1423
|
-
hoverable?: boolean;
|
|
1424
|
-
}
|
|
1425
|
-
declare const ListItem: React__default.FC<ListItemProps>;
|
|
2056
|
+
declare const EntityHeader: React__default.FC<EntityHeaderProps>;
|
|
1426
2057
|
|
|
1427
2058
|
type DeploymentEntityType = 'workspace' | 'stream' | 'deployment' | 'engagement' | 'agent';
|
|
1428
2059
|
type DeploymentStatusIndicator = 'normal' | 'warning' | 'error' | 'disabled' | null;
|
|
@@ -1630,65 +2261,6 @@ declare const WORKFLOW_NODE_SHADOW = "0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2p
|
|
|
1630
2261
|
*/
|
|
1631
2262
|
declare const WorkflowNode: React__default.FC<WorkflowNodeProps>;
|
|
1632
2263
|
|
|
1633
|
-
interface AvatarProps extends AvatarProps$1 {
|
|
1634
|
-
size?: 'small' | 'medium' | 'large' | number;
|
|
1635
|
-
}
|
|
1636
|
-
declare const Avatar: React__default.FC<AvatarProps>;
|
|
1637
|
-
|
|
1638
|
-
interface TableProps extends TableProps$1 {
|
|
1639
|
-
stickyHeader?: boolean;
|
|
1640
|
-
}
|
|
1641
|
-
declare const Table: React__default.FC<TableProps>;
|
|
1642
|
-
interface TableHeaderProps {
|
|
1643
|
-
columns: Array<{
|
|
1644
|
-
id: string;
|
|
1645
|
-
label: string;
|
|
1646
|
-
sortable?: boolean;
|
|
1647
|
-
align?: 'left' | 'center' | 'right';
|
|
1648
|
-
}>;
|
|
1649
|
-
orderBy?: string;
|
|
1650
|
-
order?: 'asc' | 'desc';
|
|
1651
|
-
onSort?: (columnId: string) => void;
|
|
1652
|
-
}
|
|
1653
|
-
declare const TableHeader: React__default.FC<TableHeaderProps>;
|
|
1654
|
-
|
|
1655
|
-
interface BreadcrumbItem {
|
|
1656
|
-
label: string;
|
|
1657
|
-
href?: string;
|
|
1658
|
-
onClick?: () => void;
|
|
1659
|
-
}
|
|
1660
|
-
interface BreadcrumbsProps extends Omit<BreadcrumbsProps$1, 'children'> {
|
|
1661
|
-
items: BreadcrumbItem[];
|
|
1662
|
-
}
|
|
1663
|
-
declare const Breadcrumbs: React__default.FC<BreadcrumbsProps>;
|
|
1664
|
-
|
|
1665
|
-
interface AccordionProps extends Omit<AccordionProps$1, 'children'> {
|
|
1666
|
-
title: string;
|
|
1667
|
-
children: NonNullable<React__default.ReactNode>;
|
|
1668
|
-
defaultExpanded?: boolean;
|
|
1669
|
-
}
|
|
1670
|
-
declare const Accordion: React__default.FC<AccordionProps>;
|
|
1671
|
-
|
|
1672
|
-
interface PaperProps extends PaperProps$1 {
|
|
1673
|
-
variant?: 'elevation' | 'outlined';
|
|
1674
|
-
}
|
|
1675
|
-
declare const Paper: React__default.FC<PaperProps>;
|
|
1676
|
-
|
|
1677
|
-
interface DividerProps extends DividerProps$1 {
|
|
1678
|
-
variant?: 'fullWidth' | 'inset' | 'middle';
|
|
1679
|
-
}
|
|
1680
|
-
declare const Divider: React__default.FC<DividerProps>;
|
|
1681
|
-
|
|
1682
|
-
interface LinkProps extends LinkProps$1 {
|
|
1683
|
-
underline?: 'none' | 'hover' | 'always';
|
|
1684
|
-
}
|
|
1685
|
-
declare const Link: React__default.FC<LinkProps>;
|
|
1686
|
-
|
|
1687
|
-
interface AppBarProps extends AppBarProps$1 {
|
|
1688
|
-
height?: number;
|
|
1689
|
-
}
|
|
1690
|
-
declare const AppBar: React__default.FC<AppBarProps>;
|
|
1691
|
-
|
|
1692
2264
|
interface WorkflowTopBarProps extends Omit<BoxProps$1, 'title'> {
|
|
1693
2265
|
/** Heading shown at the left side of the bar. */
|
|
1694
2266
|
title?: string;
|
|
@@ -1798,131 +2370,6 @@ interface WorkflowTimeBarProps extends BoxProps$1 {
|
|
|
1798
2370
|
*/
|
|
1799
2371
|
declare const WorkflowTimeBar: React__default.FC<WorkflowTimeBarProps>;
|
|
1800
2372
|
|
|
1801
|
-
interface CollapseProps extends CollapseProps$1 {
|
|
1802
|
-
/**
|
|
1803
|
-
* If `true`, the component will transition in
|
|
1804
|
-
*/
|
|
1805
|
-
in?: boolean;
|
|
1806
|
-
/**
|
|
1807
|
-
* The content to collapse
|
|
1808
|
-
*/
|
|
1809
|
-
children?: React__default.ReactNode;
|
|
1810
|
-
}
|
|
1811
|
-
/**
|
|
1812
|
-
* Collapse component - provides a collapse animation
|
|
1813
|
-
*
|
|
1814
|
-
* @example
|
|
1815
|
-
* ```tsx
|
|
1816
|
-
* <Collapse in={open}>
|
|
1817
|
-
* <Box>Collapsible content</Box>
|
|
1818
|
-
* </Collapse>
|
|
1819
|
-
* ```
|
|
1820
|
-
*/
|
|
1821
|
-
declare const Collapse: React__default.FC<CollapseProps>;
|
|
1822
|
-
|
|
1823
|
-
type AlertSeverity = 'success' | 'error' | 'warning' | 'info';
|
|
1824
|
-
interface AlertProps extends Omit<AlertProps$1, 'severity'> {
|
|
1825
|
-
severity?: AlertSeverity;
|
|
1826
|
-
/**
|
|
1827
|
-
* Title to display above the alert message
|
|
1828
|
-
*/
|
|
1829
|
-
title?: string;
|
|
1830
|
-
}
|
|
1831
|
-
declare const Alert: React__default.FC<AlertProps>;
|
|
1832
|
-
|
|
1833
|
-
interface SnackbarProps extends Omit<SnackbarProps$1, 'children'> {
|
|
1834
|
-
/**
|
|
1835
|
-
* Message to display in the snackbar
|
|
1836
|
-
*/
|
|
1837
|
-
message?: string;
|
|
1838
|
-
/**
|
|
1839
|
-
* Severity of the alert inside snackbar
|
|
1840
|
-
*/
|
|
1841
|
-
severity?: AlertSeverity;
|
|
1842
|
-
/**
|
|
1843
|
-
* Title to display in the alert (optional)
|
|
1844
|
-
*/
|
|
1845
|
-
title?: string;
|
|
1846
|
-
/**
|
|
1847
|
-
* Alert variant
|
|
1848
|
-
* @default 'filled'
|
|
1849
|
-
*/
|
|
1850
|
-
variant?: 'filled' | 'standard' | 'outlined';
|
|
1851
|
-
/**
|
|
1852
|
-
* Callback when snackbar is closed
|
|
1853
|
-
*/
|
|
1854
|
-
onClose?: () => void;
|
|
1855
|
-
/**
|
|
1856
|
-
* Children to render instead of message (allows custom content)
|
|
1857
|
-
* Must be a ReactElement to match MuiSnackbar requirements
|
|
1858
|
-
*/
|
|
1859
|
-
children?: React__default.ReactElement;
|
|
1860
|
-
}
|
|
1861
|
-
declare const Snackbar: React__default.FC<SnackbarProps>;
|
|
1862
|
-
|
|
1863
|
-
interface EmptyStateProps {
|
|
1864
|
-
title?: string;
|
|
1865
|
-
description?: string;
|
|
1866
|
-
icon?: React__default.ReactNode;
|
|
1867
|
-
action?: React__default.ReactNode;
|
|
1868
|
-
}
|
|
1869
|
-
declare const EmptyState: React__default.FC<EmptyStateProps>;
|
|
1870
|
-
|
|
1871
|
-
interface LoadingProps {
|
|
1872
|
-
message?: string;
|
|
1873
|
-
size?: number;
|
|
1874
|
-
fullScreen?: boolean;
|
|
1875
|
-
}
|
|
1876
|
-
declare const Loading: React__default.FC<LoadingProps>;
|
|
1877
|
-
|
|
1878
|
-
interface AppLoadingProps {
|
|
1879
|
-
/**
|
|
1880
|
-
* Loading message to display
|
|
1881
|
-
* @default "Loading..."
|
|
1882
|
-
*/
|
|
1883
|
-
message?: string;
|
|
1884
|
-
/**
|
|
1885
|
-
* Logo source URL or path
|
|
1886
|
-
* @default "/icons/logo.png"
|
|
1887
|
-
*/
|
|
1888
|
-
logo?: string;
|
|
1889
|
-
/**
|
|
1890
|
-
* Custom styles
|
|
1891
|
-
*/
|
|
1892
|
-
sx?: any;
|
|
1893
|
-
}
|
|
1894
|
-
/**
|
|
1895
|
-
* AppLoading component - Full-screen loading indicator with logo
|
|
1896
|
-
*
|
|
1897
|
-
* @example
|
|
1898
|
-
* ```tsx
|
|
1899
|
-
* <AppLoading message="Initializing application..." />
|
|
1900
|
-
* ```
|
|
1901
|
-
*/
|
|
1902
|
-
declare const AppLoading: React__default.FC<AppLoadingProps>;
|
|
1903
|
-
|
|
1904
|
-
interface CircularProgressProps extends CircularProgressProps$1 {
|
|
1905
|
-
/**
|
|
1906
|
-
* Size of the progress indicator
|
|
1907
|
-
* @default 40
|
|
1908
|
-
*/
|
|
1909
|
-
size?: number | string;
|
|
1910
|
-
/**
|
|
1911
|
-
* Thickness of the progress indicator
|
|
1912
|
-
* @default 4
|
|
1913
|
-
*/
|
|
1914
|
-
thickness?: number;
|
|
1915
|
-
}
|
|
1916
|
-
/**
|
|
1917
|
-
* CircularProgress component - wrapper around MUI CircularProgress
|
|
1918
|
-
*
|
|
1919
|
-
* @example
|
|
1920
|
-
* ```tsx
|
|
1921
|
-
* <CircularProgress size={40} thickness={4} />
|
|
1922
|
-
* ```
|
|
1923
|
-
*/
|
|
1924
|
-
declare const CircularProgress: React__default.FC<CircularProgressProps>;
|
|
1925
|
-
|
|
1926
2373
|
declare const ActivityAppIcon: React$1.MemoExoticComponent<(props: SvgIconProps) => react_jsx_runtime.JSX.Element>;
|
|
1927
2374
|
|
|
1928
2375
|
declare const LeftArrowIcon: (props: SvgIconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -2824,4 +3271,4 @@ interface CodeEditorWorkspaceProps extends Pick<UseCodeEditorWorkspaceOptions, '
|
|
|
2824
3271
|
*/
|
|
2825
3272
|
declare const CodeEditorWorkspace: React__default.FC<CodeEditorWorkspaceProps>;
|
|
2826
3273
|
|
|
2827
|
-
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 CodeEditorFile, CodeEditorFileTree, type CodeEditorFileTreeProps, type CodeEditorLanguage, type CodeEditorProps, CodeEditorStatusBar, type CodeEditorStatusBarItem, type CodeEditorStatusBarProps, type CodeEditorStatusBarRenderProps, type CodeEditorTab, type CodeEditorTabRenderProps, CodeEditorTabs, type CodeEditorTabsProps, CodeEditorWelcomeScreen, type CodeEditorWelcomeScreenProps, CodeEditorWorkspace, type CodeEditorWorkspaceProps, Collapse, type CollapseProps, ConnectionStatus, type ConnectionStatusProps, type ContextMenuItem, type DataPoint, type DataSeries, DateRangePicker, type DateRangePickerProps, 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, EXTENSION_LANGUAGE_MAP, EmptyState, type EmptyStateProps, EntityHeader, type EntityHeaderProps, type FileTreeNode, type FileTreeNodeRenderProps, FilledFolderIcon, FlowEditor, type FlowEditorProps, FolderIcon, type GitInfo, 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, type SummaryItem, SummaryStats, type SummaryStatsProps, Switch, type SwitchProps, Tab, type TabProps, Table, TableHeader, type TableHeaderProps, type TableProps, TextField, type TextFieldProps, type TimeRangeOption, TimeRangeSelect, type TimeRangeSelectProps, TimeSeriesGraph, type TimeSeriesGraphProps, ToggleButton, ToggleButtonGroup, type ToggleButtonGroupProps, type ToggleButtonProps, Tooltip, type TooltipProps, Truncate, type TruncateProps, UploadFileIcon, UploadFolderIcon, type UseCodeEditorWorkspaceOptions, type UseCodeEditorWorkspaceReturn, type UserInfo, WORKFLOW_NODE_LABELS, WORKFLOW_NODE_SHADOW, WorkflowNode, type WorkflowNodeData, WorkflowNodeHandle, type WorkflowNodeProps, type WorkflowNodeType, WorkflowSideInspector, type WorkflowSideInspectorProps, WorkflowTimeBar, type WorkflowTimeBarProps, WorkflowTopBar, type WorkflowTopBarProps, type Workspace, WorkspaceSelectorButton, type WorkspaceSelectorButtonProps, colors, contextMenuItems, detectLanguage, getFileName, robPaletteExtended, robPrimaryPalette, theme, useCodeEditorWorkspace, useIsDesktop, useIsMobile, useIsTablet, useOnboarding, workflowConnectionColors, workflowNodeColors };
|
|
3274
|
+
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, CardMedia, type CardMediaProps, type CardProps, Carousel, type CarouselProps, CereIcon, ChartWidget, type ChartWidgetProps, CheckMarkAnimation, Checkbox, type CheckboxProps, Chip, type ChipProps, type ChipVariant, type ChipVariantStyles, CircularProgress, type CircularProgressProps, ClockIcon, CloudFlashIcon, CodeEditor, type CodeEditorFile, CodeEditorFileTree, type CodeEditorFileTreeProps, type CodeEditorLanguage, type CodeEditorProps, CodeEditorStatusBar, type CodeEditorStatusBarItem, type CodeEditorStatusBarProps, type CodeEditorStatusBarRenderProps, type CodeEditorTab, type CodeEditorTabRenderProps, CodeEditorTabs, type CodeEditorTabsProps, CodeEditorWelcomeScreen, type CodeEditorWelcomeScreenProps, CodeEditorWorkspace, type CodeEditorWorkspaceProps, Collapse, type CollapseProps, ConnectionStatus, type ConnectionStatusProps, type ContextMenuItem, CopyChip, type CopyChipProps, type DataPoint, type DataSeries, DateRangePicker, type DateRangePickerProps, DecentralizedServerIcon, DefinitionRow, type DefinitionRowProps, 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, type DrawerWidth, type DrawerWidthValue, Dropdown, DropdownAnchor, type DropdownAnchorProps, type DropdownProps, EXTENSION_LANGUAGE_MAP, EmptyState, type EmptyStateProps, EntityHeader, type EntityHeaderProps, type FileTreeNode, type FileTreeNodeRenderProps, FilledFolderIcon, FlowEditor, type FlowEditorProps, FolderIcon, type GitInfo, 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, MetaField, type MetaFieldProps, MetricsChart, type MetricsChartProps, type MetricsPeriod, NavigationItem, type NavigationItemProps, NavigationList, type NavigationListProps, OnboardingProvider, Pagination, type PaginationProps, PanelDialog, type PanelDialogProps, type PanelDialogSide, type PanelDialogWidth, Paper, type PaperProps, PeriodSelect, type PrimaryAction, Progress, type ProgressProps, QRCode, type QRCodeProps, Radio, type RadioProps, type ResponsiveDrawerWidth, RightArrowIcon, RoleBadge, type RoleBadgeColor, type RoleBadgeProps, type RoleBadgeSize, ScrollableRow, type ScrollableRowProps, SearchField, type SearchFieldProps, type SearchFieldVariant, 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, StatusDot, type StatusDotProps, type StatusDotStatus, Step, StepButton, type StepButtonProps, StepContent, type StepContentProps, StepLabel, type StepLabelProps, type StepProps, Stepper, type StepperProps, StorageAppIcon, type SummaryItem, SummaryStats, type SummaryStatsProps, Switch, type SwitchProps, Tab, type TabProps, Table, TableHeader, type TableHeaderProps, type TableProps, TextField, type TextFieldProps, type TimeRangeOption, TimeRangeSelect, type TimeRangeSelectProps, TimeSeriesGraph, type TimeSeriesGraphProps, ToggleButton, ToggleButtonGroup, type ToggleButtonGroupProps, type ToggleButtonProps, Tooltip, type TooltipProps, Truncate, type TruncateProps, UploadFileIcon, UploadFolderIcon, type UseCodeEditorWorkspaceOptions, type UseCodeEditorWorkspaceReturn, type UserInfo, WORKFLOW_NODE_LABELS, WORKFLOW_NODE_SHADOW, WorkflowNode, type WorkflowNodeData, WorkflowNodeHandle, type WorkflowNodeProps, type WorkflowNodeType, WorkflowSideInspector, type WorkflowSideInspectorProps, WorkflowTimeBar, type WorkflowTimeBarProps, WorkflowTopBar, type WorkflowTopBarProps, type Workspace, WorkspaceSelectorButton, type WorkspaceSelectorButtonProps, colors, contextMenuItems, detectLanguage, getChipVariantStyles, getFileName, resolveDrawerWidth, robPaletteExtended, robPrimaryPalette, theme, useCodeEditorWorkspace, useIsDesktop, useIsMobile, useIsTablet, useOnboarding, useSearchHotkeys, workflowConnectionColors, workflowNodeColors };
|