@cere/cere-design-system 0.0.19 → 0.0.20

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.js CHANGED
@@ -72,12 +72,13 @@ __export(index_exports, {
72
72
  DeploymentEntityContextMenu: () => DeploymentEntityContextMenu,
73
73
  Dialog: () => Dialog,
74
74
  DiscordIcon: () => DiscordIcon,
75
- Divider: () => Divider4,
75
+ Divider: () => Divider6,
76
76
  DownloadIcon: () => DownloadIcon,
77
77
  Drawer: () => Drawer2,
78
78
  Dropdown: () => Dropdown,
79
79
  DropdownAnchor: () => DropdownAnchor,
80
80
  EmptyState: () => EmptyState,
81
+ EntityHeader: () => EntityHeader,
81
82
  FilledFolderIcon: () => FilledFolderIcon,
82
83
  FlowEditor: () => FlowEditor,
83
84
  FolderIcon: () => FolderIcon,
@@ -87,6 +88,7 @@ __export(index_exports, {
87
88
  FormLabel: () => import_material4.FormLabel,
88
89
  GithubLogoIcon: () => GithubLogoIcon,
89
90
  Grid: () => import_material32.Grid2,
91
+ IDBlock: () => IDBlock,
90
92
  IconButton: () => IconButton,
91
93
  InputAdornment: () => import_material4.InputAdornment,
92
94
  InputLabel: () => import_material4.InputLabel,
@@ -119,6 +121,7 @@ __export(index_exports, {
119
121
  Radio: () => Radio,
120
122
  RadioGroup: () => import_RadioGroup.default,
121
123
  RightArrowIcon: () => RightArrowIcon,
124
+ RoleBadge: () => RoleBadge,
122
125
  SearchField: () => SearchField,
123
126
  Selector: () => Selector,
124
127
  ServiceSelectorButton: () => ServiceSelectorButton,
@@ -151,6 +154,8 @@ __export(index_exports, {
151
154
  WorkspaceSelectorButton: () => WorkspaceSelectorButton,
152
155
  colors: () => colors,
153
156
  contextMenuItems: () => contextMenuItems,
157
+ robPaletteExtended: () => robPaletteExtended,
158
+ robPrimaryPalette: () => robPrimaryPalette,
154
159
  theme: () => theme,
155
160
  useIsDesktop: () => useIsDesktop,
156
161
  useIsMobile: () => useIsMobile,
@@ -254,7 +259,54 @@ var deploymentSurfaceTokens = {
254
259
  /** Workspace card shadow */
255
260
  workspaceShadow: "0px 8px 12px rgba(26, 10, 124, 0.1)",
256
261
  /** Hover state for context menu items */
257
- hoverLight: "#F0F1FF"
262
+ hoverLight: "#F0F1FF",
263
+ /** Generic hover overlay (buttons, icon-buttons, rows) */
264
+ hoverOverlay: "rgba(0, 0, 0, 0.04)",
265
+ /** Blue-50 highlight background for active menu items (Figma blue-50) */
266
+ highlightBg: "#f5f6ff",
267
+ /** Blue-50 highlight background hover state */
268
+ highlightBgHover: "#eceeff",
269
+ /** Blue-100 highlight border for active menu items (Figma blue-100) */
270
+ highlightBorder: "#cbcffb",
271
+ /** Switch track enabled (Figma basic/green #53b96a) */
272
+ switchGreen: "#53b96a",
273
+ /** Switch track disabled/off (Figma neutral track) */
274
+ switchTrackOff: "#e0e0e0"
275
+ };
276
+ var robPrimaryPalette = {
277
+ /** Primary magenta/pink - Figma node 11-1394 */
278
+ fandango: "#BD32A7",
279
+ /** Vivid purple - Figma node 11-1407 */
280
+ electricViolet: "#8B00EC",
281
+ /** Mid-tone purple - Figma node 11-1420 */
282
+ ultraViolet: "#6750A4",
283
+ /** Light lavender - Figma node 11-1433 */
284
+ periwinkle: "#D0BCFF"
285
+ };
286
+ var robPaletteExtended = {
287
+ // Dark shades (6 colors)
288
+ dark1: "#280e61",
289
+ dark2: "#531584",
290
+ dark3: "#710c7a",
291
+ dark4: "#920269",
292
+ dark5: "#c71454",
293
+ dark6: "#ff6341",
294
+ // Bright shades (4 colors)
295
+ bright1: "#5311e3",
296
+ bright2: "#eb03ff",
297
+ bright3: "#ff17ab",
298
+ bright4: "#ff6a85",
299
+ // Light shades (5 colors)
300
+ light1: "#baa0f4",
301
+ light2: "#d399fc",
302
+ light3: "#f79aff",
303
+ light4: "#faabde",
304
+ light5: "#ffc4ce",
305
+ // Near-black shades (4 colors)
306
+ nearBlack1: "#0b0f18",
307
+ nearBlack2: "#0d0627",
308
+ nearBlack3: "#161d30",
309
+ nearBlack4: "#23194b"
258
310
  };
259
311
  var baseTheme = (0, import_styles.createTheme)({
260
312
  palette: {
@@ -4357,11 +4409,151 @@ var Chip2 = ({
4357
4409
  return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(StyledDefaultChip, { ...props });
4358
4410
  };
4359
4411
 
4360
- // src/components/feedback/Tooltip.tsx
4361
- var import_Tooltip = __toESM(require("@mui/material/Tooltip"));
4412
+ // src/components/feedback/RoleBadge.tsx
4413
+ var import_Chip2 = __toESM(require("@mui/material/Chip"));
4362
4414
  var import_styles18 = require("@mui/material/styles");
4363
4415
  var import_jsx_runtime29 = require("react/jsx-runtime");
4364
- var StyledTooltip = (0, import_styles18.styled)(import_Tooltip.default)({
4416
+ var StyledRoleBadge = (0, import_styles18.styled)(import_Chip2.default)(() => ({
4417
+ // Pill shape - 100px border radius
4418
+ borderRadius: "100px",
4419
+ // Typography specifications from Figma
4420
+ fontSize: "13px",
4421
+ fontWeight: 400,
4422
+ lineHeight: "18px",
4423
+ letterSpacing: "0.16px",
4424
+ // Padding specifications from Figma
4425
+ padding: "3px 4px",
4426
+ height: "auto",
4427
+ // Outlined style (no background fill)
4428
+ "& .MuiChip-label": {
4429
+ padding: "0 8px"
4430
+ }
4431
+ }));
4432
+ var RoleBadge = ({
4433
+ label,
4434
+ color = "primary",
4435
+ size: size3 = "small",
4436
+ ...props
4437
+ }) => {
4438
+ if (!label || label.trim() === "") {
4439
+ return null;
4440
+ }
4441
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
4442
+ StyledRoleBadge,
4443
+ {
4444
+ label,
4445
+ variant: "outlined",
4446
+ color,
4447
+ size: size3,
4448
+ ...props
4449
+ }
4450
+ );
4451
+ };
4452
+
4453
+ // src/components/feedback/IDBlock.tsx
4454
+ var import_Box = __toESM(require("@mui/material/Box"));
4455
+ var import_Typography = __toESM(require("@mui/material/Typography"));
4456
+ var import_IconButton2 = __toESM(require("@mui/material/IconButton"));
4457
+ var import_ContentCopy = __toESM(require("@mui/icons-material/ContentCopy"));
4458
+ var import_styles19 = require("@mui/material/styles");
4459
+ var import_jsx_runtime30 = require("react/jsx-runtime");
4460
+ var IDContainer = (0, import_styles19.styled)(import_Box.default)(() => ({
4461
+ display: "inline-flex",
4462
+ alignItems: "center",
4463
+ gap: "4px",
4464
+ padding: "8px 16px",
4465
+ backgroundColor: deploymentSurfaceTokens.surfaceHigh,
4466
+ border: `1px solid ${deploymentSurfaceTokens.strokeOutside}`,
4467
+ borderRadius: "8px"
4468
+ }));
4469
+ var IDBlock = ({
4470
+ id,
4471
+ label = "ID",
4472
+ entityType = "entity",
4473
+ onCopy
4474
+ }) => {
4475
+ const { showMessage } = useMessages();
4476
+ if (!id || id.trim() === "") {
4477
+ return null;
4478
+ }
4479
+ const handleCopy = async () => {
4480
+ try {
4481
+ await navigator.clipboard.writeText(id);
4482
+ showMessage({
4483
+ message: "ID copied to clipboard",
4484
+ appearance: "success",
4485
+ autoDismiss: true
4486
+ });
4487
+ onCopy?.();
4488
+ } catch {
4489
+ showMessage({
4490
+ message: "Failed to copy ID",
4491
+ appearance: "error",
4492
+ autoDismiss: true
4493
+ });
4494
+ }
4495
+ };
4496
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(IDContainer, { children: [
4497
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
4498
+ import_Typography.default,
4499
+ {
4500
+ variant: "body2",
4501
+ sx: {
4502
+ fontSize: "13px",
4503
+ fontWeight: 500,
4504
+ color: deploymentSurfaceTokens.textSecondary
4505
+ },
4506
+ children: [
4507
+ label,
4508
+ ":"
4509
+ ]
4510
+ }
4511
+ ),
4512
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
4513
+ import_Typography.default,
4514
+ {
4515
+ variant: "body2",
4516
+ sx: {
4517
+ fontSize: "13px",
4518
+ fontWeight: 500,
4519
+ color: deploymentSurfaceTokens.textPrimary,
4520
+ userSelect: "all"
4521
+ // Allow easy text selection
4522
+ },
4523
+ children: id
4524
+ }
4525
+ ),
4526
+ /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
4527
+ import_IconButton2.default,
4528
+ {
4529
+ onClick: handleCopy,
4530
+ size: "small",
4531
+ "aria-label": `Copy ${entityType} ID ${id}`,
4532
+ sx: {
4533
+ padding: "4px",
4534
+ "&:hover": {
4535
+ backgroundColor: deploymentSurfaceTokens.hoverOverlay
4536
+ }
4537
+ },
4538
+ children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
4539
+ import_ContentCopy.default,
4540
+ {
4541
+ sx: {
4542
+ fontSize: "16px",
4543
+ color: deploymentSurfaceTokens.textSecondary
4544
+ }
4545
+ }
4546
+ )
4547
+ }
4548
+ )
4549
+ ] });
4550
+ };
4551
+
4552
+ // src/components/feedback/Tooltip.tsx
4553
+ var import_Tooltip = __toESM(require("@mui/material/Tooltip"));
4554
+ var import_styles20 = require("@mui/material/styles");
4555
+ var import_jsx_runtime31 = require("react/jsx-runtime");
4556
+ var StyledTooltip = (0, import_styles20.styled)(import_Tooltip.default)({
4365
4557
  "& .MuiTooltip-tooltip": {
4366
4558
  backgroundColor: colors.grey[800],
4367
4559
  color: "#FFFFFF",
@@ -4374,12 +4566,12 @@ var StyledTooltip = (0, import_styles18.styled)(import_Tooltip.default)({
4374
4566
  }
4375
4567
  });
4376
4568
  var Tooltip6 = (props) => {
4377
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(StyledTooltip, { ...props });
4569
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(StyledTooltip, { ...props });
4378
4570
  };
4379
4571
 
4380
4572
  // src/components/feedback/Progress.tsx
4381
4573
  var import_material19 = require("@mui/material");
4382
- var import_jsx_runtime30 = require("react/jsx-runtime");
4574
+ var import_jsx_runtime32 = require("react/jsx-runtime");
4383
4575
  var StyledLinearProgress = (0, import_material19.styled)(import_material19.LinearProgress)({
4384
4576
  height: 4,
4385
4577
  borderRadius: 2,
@@ -4399,9 +4591,9 @@ var Progress = ({
4399
4591
  thickness = 4
4400
4592
  }) => {
4401
4593
  if (variant === "circular") {
4402
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(StyledCircularProgress, { size: size3, thickness });
4594
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(StyledCircularProgress, { size: size3, thickness });
4403
4595
  }
4404
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
4596
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
4405
4597
  StyledLinearProgress,
4406
4598
  {
4407
4599
  variant: value !== void 0 ? "determinate" : "indeterminate",
@@ -4412,9 +4604,9 @@ var Progress = ({
4412
4604
 
4413
4605
  // src/components/navigation/Tab.tsx
4414
4606
  var import_Tab = __toESM(require("@mui/material/Tab"));
4415
- var import_styles19 = require("@mui/material/styles");
4416
- var import_jsx_runtime31 = require("react/jsx-runtime");
4417
- var StyledTab = (0, import_styles19.styled)(import_Tab.default)({
4607
+ var import_styles21 = require("@mui/material/styles");
4608
+ var import_jsx_runtime33 = require("react/jsx-runtime");
4609
+ var StyledTab = (0, import_styles21.styled)(import_Tab.default)({
4418
4610
  textTransform: "none",
4419
4611
  minHeight: "48px",
4420
4612
  fontWeight: 400,
@@ -4435,15 +4627,15 @@ var Tab = ({
4435
4627
  label,
4436
4628
  ...props
4437
4629
  }) => {
4438
- const tabLabel = badge !== void 0 ? /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Badge, { variant: badgeVariant, badgeContent: badge, children: label }) : label;
4439
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(StyledTab, { label: tabLabel, ...props });
4630
+ const tabLabel = badge !== void 0 ? /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(Badge, { variant: badgeVariant, badgeContent: badge, children: label }) : label;
4631
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(StyledTab, { label: tabLabel, ...props });
4440
4632
  };
4441
4633
 
4442
4634
  // src/components/navigation/Menu.tsx
4443
4635
  var import_material20 = require("@mui/material");
4444
- var import_styles20 = require("@mui/material/styles");
4445
- var import_jsx_runtime32 = require("react/jsx-runtime");
4446
- var StyledMenu = (0, import_styles20.styled)(import_material20.Menu)({
4636
+ var import_styles22 = require("@mui/material/styles");
4637
+ var import_jsx_runtime34 = require("react/jsx-runtime");
4638
+ var StyledMenu = (0, import_styles22.styled)(import_material20.Menu)({
4447
4639
  "& .MuiPaper-root": {
4448
4640
  borderRadius: 8,
4449
4641
  boxShadow: "0px 4px 12px rgba(0, 0, 0, 0.15)",
@@ -4457,7 +4649,7 @@ var StyledMenu = (0, import_styles20.styled)(import_material20.Menu)({
4457
4649
  }
4458
4650
  });
4459
4651
  var Menu3 = ({ anchorEl, onClose, children, ...props }) => {
4460
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
4652
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
4461
4653
  StyledMenu,
4462
4654
  {
4463
4655
  anchorEl,
@@ -4483,20 +4675,20 @@ var MenuItem = ({
4483
4675
  disabled = false,
4484
4676
  divider = false
4485
4677
  }) => {
4486
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(import_jsx_runtime32.Fragment, { children: [
4487
- /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(import_material20.MenuItem, { onClick, disabled, children: [
4488
- icon && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_material20.ListItemIcon, { children: icon }),
4489
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_material20.ListItemText, { children: label })
4678
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(import_jsx_runtime34.Fragment, { children: [
4679
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(import_material20.MenuItem, { onClick, disabled, children: [
4680
+ icon && /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_material20.ListItemIcon, { children: icon }),
4681
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_material20.ListItemText, { children: label })
4490
4682
  ] }),
4491
- divider && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_material20.Divider, {})
4683
+ divider && /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(import_material20.Divider, {})
4492
4684
  ] });
4493
4685
  };
4494
4686
 
4495
4687
  // src/components/navigation/Pagination.tsx
4496
4688
  var import_Pagination = __toESM(require("@mui/material/Pagination"));
4497
- var import_styles21 = require("@mui/material/styles");
4498
- var import_jsx_runtime33 = require("react/jsx-runtime");
4499
- var StyledPagination = (0, import_styles21.styled)(import_Pagination.default)({
4689
+ var import_styles23 = require("@mui/material/styles");
4690
+ var import_jsx_runtime35 = require("react/jsx-runtime");
4691
+ var StyledPagination = (0, import_styles23.styled)(import_Pagination.default)({
4500
4692
  "& .MuiPaginationItem-root": {
4501
4693
  "&.Mui-selected": {
4502
4694
  backgroundColor: colors.primary.main,
@@ -4511,7 +4703,7 @@ var StyledPagination = (0, import_styles21.styled)(import_Pagination.default)({
4511
4703
  }
4512
4704
  });
4513
4705
  var Pagination = ({ color = "primary", ...props }) => {
4514
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(StyledPagination, { color, ...props });
4706
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(StyledPagination, { color, ...props });
4515
4707
  };
4516
4708
 
4517
4709
  // src/components/navigation/Selector.tsx
@@ -4523,20 +4715,20 @@ var import_Add3 = __toESM(require("@mui/icons-material/Add"));
4523
4715
 
4524
4716
  // src/components/layout/Link.tsx
4525
4717
  var import_Link = __toESM(require("@mui/material/Link"));
4526
- var import_styles22 = require("@mui/material/styles");
4527
- var import_jsx_runtime34 = require("react/jsx-runtime");
4528
- var StyledLink = (0, import_styles22.styled)(import_Link.default)({
4718
+ var import_styles24 = require("@mui/material/styles");
4719
+ var import_jsx_runtime36 = require("react/jsx-runtime");
4720
+ var StyledLink = (0, import_styles24.styled)(import_Link.default)({
4529
4721
  color: colors.primary.main,
4530
4722
  "&:hover": {
4531
4723
  color: colors.primary.light
4532
4724
  }
4533
4725
  });
4534
4726
  var Link3 = ({ underline = "hover", ...props }) => {
4535
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(StyledLink, { underline, ...props });
4727
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(StyledLink, { underline, ...props });
4536
4728
  };
4537
4729
 
4538
4730
  // src/components/navigation/Selector.tsx
4539
- var import_jsx_runtime35 = require("react/jsx-runtime");
4731
+ var import_jsx_runtime37 = require("react/jsx-runtime");
4540
4732
  var Selector = ({
4541
4733
  options: options2,
4542
4734
  selectedId,
@@ -4568,14 +4760,14 @@ var Selector = ({
4568
4760
  onSelect(id);
4569
4761
  handleClose();
4570
4762
  };
4571
- const defaultRenderSelected = (option) => /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(import_material21.Box, { sx: { display: "flex", alignItems: "center", gap: 1 }, children: [
4572
- option.avatar ? /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_material21.Avatar, { src: option.avatar, sx: { width: 20, height: 20 } }) : option.icon ? option.icon : /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_material21.Avatar, { sx: { width: 20, height: 20, bgcolor: colors.primary.main, fontSize: "0.7rem" }, children: option.name.charAt(0) }),
4573
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_material21.Typography, { variant: "body2", children: option.name })
4763
+ const defaultRenderSelected = (option) => /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(import_material21.Box, { sx: { display: "flex", alignItems: "center", gap: 1 }, children: [
4764
+ option.avatar ? /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_material21.Avatar, { src: option.avatar, sx: { width: 20, height: 20 } }) : option.icon ? option.icon : /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_material21.Avatar, { sx: { width: 20, height: 20, bgcolor: colors.primary.main, fontSize: "0.7rem" }, children: option.name.charAt(0) }),
4765
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_material21.Typography, { variant: "body2", children: option.name })
4574
4766
  ] });
4575
4767
  if (compact) {
4576
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(import_jsx_runtime35.Fragment, { children: [
4577
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(IconButton, { onClick: handleOpen, size: "small", children: selectedOption ? selectedOption.avatar ? /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_material21.Avatar, { src: selectedOption.avatar, sx: { width: 32, height: 32 } }) : /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_material21.Avatar, { sx: { width: 32, height: 32, bgcolor: colors.primary.main }, children: selectedOption.name.charAt(0) }) : /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_material21.Avatar, { sx: { width: 32, height: 32, bgcolor: colors.grey[400] }, children: "?" }) }),
4578
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
4768
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(import_jsx_runtime37.Fragment, { children: [
4769
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(IconButton, { onClick: handleOpen, size: "small", children: selectedOption ? selectedOption.avatar ? /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_material21.Avatar, { src: selectedOption.avatar, sx: { width: 32, height: 32 } }) : /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_material21.Avatar, { sx: { width: 32, height: 32, bgcolor: colors.primary.main }, children: selectedOption.name.charAt(0) }) : /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_material21.Avatar, { sx: { width: 32, height: 32, bgcolor: colors.grey[400] }, children: "?" }) }),
4770
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
4579
4771
  import_material21.Menu,
4580
4772
  {
4581
4773
  anchorEl,
@@ -4584,8 +4776,8 @@ var Selector = ({
4584
4776
  PaperProps: {
4585
4777
  sx: { width, maxHeight: 600, mt: 1 }
4586
4778
  },
4587
- children: loading ? /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_material21.Box, { sx: { display: "flex", justifyContent: "center", p: 2 }, children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_material21.CircularProgress, { size: 24 }) }) : /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(import_jsx_runtime35.Fragment, { children: [
4588
- options2.length > 5 && /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_material21.Box, { sx: { p: 1, borderBottom: `1px solid ${colors.grey[200]}` }, children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
4779
+ children: loading ? /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_material21.Box, { sx: { display: "flex", justifyContent: "center", p: 2 }, children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_material21.CircularProgress, { size: 24 }) }) : /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(import_jsx_runtime37.Fragment, { children: [
4780
+ options2.length > 5 && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_material21.Box, { sx: { p: 1, borderBottom: `1px solid ${colors.grey[200]}` }, children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
4589
4781
  TextField,
4590
4782
  {
4591
4783
  size: "small",
@@ -4594,31 +4786,31 @@ var Selector = ({
4594
4786
  value: searchTerm,
4595
4787
  onChange: (e) => setSearchTerm(e.target.value),
4596
4788
  InputProps: {
4597
- startAdornment: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_material21.InputAdornment, { position: "start", children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_Search4.default, { fontSize: "small" }) })
4789
+ startAdornment: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_material21.InputAdornment, { position: "start", children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_Search4.default, { fontSize: "small" }) })
4598
4790
  }
4599
4791
  }
4600
4792
  ) }),
4601
- /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(import_material21.List, { sx: { maxHeight: 400, overflow: "auto" }, children: [
4602
- filteredOptions.map((option) => /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
4793
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(import_material21.List, { sx: { maxHeight: 400, overflow: "auto" }, children: [
4794
+ filteredOptions.map((option) => /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
4603
4795
  import_material21.ListItemButton,
4604
4796
  {
4605
4797
  selected: option.id === selectedId,
4606
4798
  onClick: () => handleSelect(option.id),
4607
4799
  disabled: option.disabled,
4608
4800
  children: [
4609
- option.avatar ? /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_material21.ListItemAvatar, { children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_material21.Avatar, { src: option.avatar }) }) : option.icon ? /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_material21.ListItemAvatar, { children: option.icon }) : /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_material21.ListItemAvatar, { children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_material21.Avatar, { sx: { bgcolor: colors.primary.main }, children: option.name.charAt(0) }) }),
4610
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_material21.ListItemText, { primary: option.name, secondary: option.description })
4801
+ option.avatar ? /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_material21.ListItemAvatar, { children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_material21.Avatar, { src: option.avatar }) }) : option.icon ? /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_material21.ListItemAvatar, { children: option.icon }) : /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_material21.ListItemAvatar, { children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_material21.Avatar, { sx: { bgcolor: colors.primary.main }, children: option.name.charAt(0) }) }),
4802
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_material21.ListItemText, { primary: option.name, secondary: option.description })
4611
4803
  ]
4612
4804
  },
4613
4805
  option.id
4614
4806
  )),
4615
- filteredOptions.length === 0 && /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_material21.Box, { sx: { p: 2, textAlign: "center" }, children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_material21.Typography, { variant: "body2", color: "text.secondary", children: emptyMessage }) })
4807
+ filteredOptions.length === 0 && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_material21.Box, { sx: { p: 2, textAlign: "center" }, children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_material21.Typography, { variant: "body2", color: "text.secondary", children: emptyMessage }) })
4616
4808
  ] }),
4617
- onCreate && /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_material21.Box, { sx: { p: 1, borderTop: `1px solid ${colors.grey[200]}` }, children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
4809
+ onCreate && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_material21.Box, { sx: { p: 1, borderTop: `1px solid ${colors.grey[200]}` }, children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
4618
4810
  Button,
4619
4811
  {
4620
4812
  fullWidth: true,
4621
- startIcon: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_Add3.default, {}),
4813
+ startIcon: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_Add3.default, {}),
4622
4814
  onClick: () => {
4623
4815
  onCreate();
4624
4816
  handleClose();
@@ -4631,12 +4823,12 @@ var Selector = ({
4631
4823
  )
4632
4824
  ] });
4633
4825
  }
4634
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(import_jsx_runtime35.Fragment, { children: [
4635
- /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(import_material21.Box, { sx: { display: "flex", alignItems: "center", gap: 0.5 }, children: [
4636
- selectedOption ? renderSelected ? /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(Link3, { onClick: handleOpen, underline: "hover", children: renderSelected(selectedOption) }) : /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(Link3, { onClick: handleOpen, underline: "hover", children: defaultRenderSelected(selectedOption) }) : /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_material21.Typography, { variant: "body2", color: "text.secondary", children: placeholder }),
4637
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(IconButton, { onClick: handleOpen, size: "small", sx: { p: 0.2, ml: 0.5 }, children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_KeyboardArrowDown3.default, { fontSize: "small" }) })
4826
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(import_jsx_runtime37.Fragment, { children: [
4827
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(import_material21.Box, { sx: { display: "flex", alignItems: "center", gap: 0.5 }, children: [
4828
+ selectedOption ? renderSelected ? /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(Link3, { onClick: handleOpen, underline: "hover", children: renderSelected(selectedOption) }) : /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(Link3, { onClick: handleOpen, underline: "hover", children: defaultRenderSelected(selectedOption) }) : /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_material21.Typography, { variant: "body2", color: "text.secondary", children: placeholder }),
4829
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(IconButton, { onClick: handleOpen, size: "small", sx: { p: 0.2, ml: 0.5 }, children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_KeyboardArrowDown3.default, { fontSize: "small" }) })
4638
4830
  ] }),
4639
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
4831
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
4640
4832
  import_material21.Menu,
4641
4833
  {
4642
4834
  anchorEl,
@@ -4645,8 +4837,8 @@ var Selector = ({
4645
4837
  PaperProps: {
4646
4838
  sx: { width, maxHeight: 600, mt: 1 }
4647
4839
  },
4648
- children: loading ? /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_material21.Box, { sx: { display: "flex", justifyContent: "center", p: 2 }, children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_material21.CircularProgress, { size: 24 }) }) : /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(import_jsx_runtime35.Fragment, { children: [
4649
- options2.length > 5 && /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_material21.Box, { sx: { p: 1, borderBottom: `1px solid ${colors.grey[200]}` }, children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
4840
+ children: loading ? /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_material21.Box, { sx: { display: "flex", justifyContent: "center", p: 2 }, children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_material21.CircularProgress, { size: 24 }) }) : /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(import_jsx_runtime37.Fragment, { children: [
4841
+ options2.length > 5 && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_material21.Box, { sx: { p: 1, borderBottom: `1px solid ${colors.grey[200]}` }, children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
4650
4842
  TextField,
4651
4843
  {
4652
4844
  size: "small",
@@ -4655,31 +4847,31 @@ var Selector = ({
4655
4847
  value: searchTerm,
4656
4848
  onChange: (e) => setSearchTerm(e.target.value),
4657
4849
  InputProps: {
4658
- startAdornment: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_material21.InputAdornment, { position: "start", children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_Search4.default, { fontSize: "small" }) })
4850
+ startAdornment: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_material21.InputAdornment, { position: "start", children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_Search4.default, { fontSize: "small" }) })
4659
4851
  }
4660
4852
  }
4661
4853
  ) }),
4662
- /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(import_material21.List, { sx: { maxHeight: 400, overflow: "auto" }, children: [
4663
- filteredOptions.map((option) => /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
4854
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(import_material21.List, { sx: { maxHeight: 400, overflow: "auto" }, children: [
4855
+ filteredOptions.map((option) => /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(
4664
4856
  import_material21.ListItemButton,
4665
4857
  {
4666
4858
  selected: option.id === selectedId,
4667
4859
  onClick: () => handleSelect(option.id),
4668
4860
  disabled: option.disabled,
4669
4861
  children: [
4670
- option.avatar ? /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_material21.ListItemAvatar, { children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_material21.Avatar, { src: option.avatar }) }) : option.icon ? /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_material21.ListItemAvatar, { children: option.icon }) : /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_material21.ListItemAvatar, { children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_material21.Avatar, { sx: { bgcolor: colors.primary.main }, children: option.name.charAt(0) }) }),
4671
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_material21.ListItemText, { primary: option.name, secondary: option.description })
4862
+ option.avatar ? /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_material21.ListItemAvatar, { children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_material21.Avatar, { src: option.avatar }) }) : option.icon ? /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_material21.ListItemAvatar, { children: option.icon }) : /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_material21.ListItemAvatar, { children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_material21.Avatar, { sx: { bgcolor: colors.primary.main }, children: option.name.charAt(0) }) }),
4863
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_material21.ListItemText, { primary: option.name, secondary: option.description })
4672
4864
  ]
4673
4865
  },
4674
4866
  option.id
4675
4867
  )),
4676
- filteredOptions.length === 0 && /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_material21.Box, { sx: { p: 2, textAlign: "center" }, children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_material21.Typography, { variant: "body2", color: "text.secondary", children: emptyMessage }) })
4868
+ filteredOptions.length === 0 && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_material21.Box, { sx: { p: 2, textAlign: "center" }, children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_material21.Typography, { variant: "body2", color: "text.secondary", children: emptyMessage }) })
4677
4869
  ] }),
4678
- onCreate && /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_material21.Box, { sx: { p: 1, borderTop: `1px solid ${colors.grey[200]}` }, children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
4870
+ onCreate && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_material21.Box, { sx: { p: 1, borderTop: `1px solid ${colors.grey[200]}` }, children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
4679
4871
  Button,
4680
4872
  {
4681
4873
  fullWidth: true,
4682
- startIcon: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_Add3.default, {}),
4874
+ startIcon: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_Add3.default, {}),
4683
4875
  onClick: () => {
4684
4876
  onCreate();
4685
4877
  handleClose();
@@ -4699,20 +4891,20 @@ var import_material23 = require("@mui/material");
4699
4891
  // src/components/icons/CereIcon.tsx
4700
4892
  var import_react13 = require("react");
4701
4893
  var import_material22 = require("@mui/material");
4702
- var import_jsx_runtime36 = require("react/jsx-runtime");
4703
- var CereIcon = (0, import_react13.memo)((props) => /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(import_material22.SvgIcon, { ...props, viewBox: "0 0 24 28", children: [
4704
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("g", { clipPath: "url(#a)", children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
4894
+ var import_jsx_runtime38 = require("react/jsx-runtime");
4895
+ var CereIcon = (0, import_react13.memo)((props) => /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_material22.SvgIcon, { ...props, viewBox: "0 0 24 28", children: [
4896
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("g", { clipPath: "url(#a)", children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
4705
4897
  "path",
4706
4898
  {
4707
4899
  d: "M12.77 26.848c-5.95 0-10.572-2.88-12.063-7.515l-.334-1.037.978-.471c.103-.051 2.668-1.35 2.509-3.901-.169-2.695-2.339-3.96-2.431-4.012L.475 9.37l.412-1.025C2.838 3.601 7.28.77 12.77.77c4.314 0 8.095 1.698 10.37 4.658l.575.748-4.535 6.146-1.013-.984c-.02-.019-2.175-2.069-4.678-2.08-2.411-.012-3.362.902-3.401.941L8.3 8.473c.164-.175 1.695-1.733 5.199-1.707 2.232.01 4.161 1.084 5.3 1.896l1.778-2.41c-1.845-1.91-4.636-2.99-7.808-2.99-4.095 0-7.459 1.91-9.182 5.155 1.042.879 2.57 2.62 2.742 5.35.185 2.95-1.692 4.806-2.913 5.692 1.445 3.043 4.932 4.895 9.354 4.895 3.063 0 6.198-1.2 8.134-3.053l-2.023-2.55c-1.077.768-2.917 1.764-5.323 1.89-3.416.177-5.436-1.404-5.52-1.471l1.536-1.954c.047.035 1.42 1.065 3.855.936 2.884-.15 4.734-2.012 4.75-2.032l.98-1.002.874 1.094 4.088 5.155-.627.779c-2.3 2.856-6.508 4.702-10.726 4.702Z",
4708
4900
  fill: "currentColor"
4709
4901
  }
4710
4902
  ) }),
4711
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("clipPath", { id: "a", children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("path", { fill: "currentColor", transform: "translate(.373 .77)", d: "M0 0h23.615v26.36H0z" }) }) })
4903
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("clipPath", { id: "a", children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)("path", { fill: "currentColor", transform: "translate(.373 .77)", d: "M0 0h23.615v26.36H0z" }) }) })
4712
4904
  ] }));
4713
4905
 
4714
4906
  // src/components/layout/Logo.tsx
4715
- var import_jsx_runtime37 = require("react/jsx-runtime");
4907
+ var import_jsx_runtime39 = require("react/jsx-runtime");
4716
4908
  var sizesMap = {
4717
4909
  large: 38,
4718
4910
  medium: 32,
@@ -4723,15 +4915,171 @@ var Container = (0, import_material23.styled)(import_material23.Stack)({
4723
4915
  fontSize: "inherit"
4724
4916
  }
4725
4917
  });
4726
- var Logo = ({ children, size: size3 = "medium", icon = /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(CereIcon, { color: "primary" }) }) => /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(Container, { direction: "row", alignItems: "center", spacing: 2, fontSize: sizesMap[size3], children: [
4918
+ var Logo = ({ children, size: size3 = "medium", icon = /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(CereIcon, { color: "primary" }) }) => /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(Container, { direction: "row", alignItems: "center", spacing: 2, fontSize: sizesMap[size3], children: [
4727
4919
  icon,
4728
- children && /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_material23.Stack, { children })
4920
+ children && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(import_material23.Stack, { children })
4729
4921
  ] });
4730
4922
 
4923
+ // src/components/layout/EntityHeader/EntityHeader.tsx
4924
+ var import_Box2 = __toESM(require("@mui/material/Box"));
4925
+ var import_Typography2 = __toESM(require("@mui/material/Typography"));
4926
+ var import_IconButton4 = __toESM(require("@mui/material/IconButton"));
4927
+ var import_Divider = __toESM(require("@mui/material/Divider"));
4928
+ var import_MoreHoriz = __toESM(require("@mui/icons-material/MoreHoriz"));
4929
+ var import_jsx_runtime40 = require("react/jsx-runtime");
4930
+ var EntityHeader = ({
4931
+ title,
4932
+ subtitle,
4933
+ role,
4934
+ id,
4935
+ primaryAction,
4936
+ onCopyId,
4937
+ onMoreOptions,
4938
+ headingLevel = "h2",
4939
+ divider = true
4940
+ }) => {
4941
+ const getPrimaryActionLabel = () => {
4942
+ if (!primaryAction) return "";
4943
+ const { label, count } = primaryAction;
4944
+ return count !== void 0 ? `${label} (${count})` : label;
4945
+ };
4946
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(import_Box2.default, { children: [
4947
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
4948
+ import_Box2.default,
4949
+ {
4950
+ sx: {
4951
+ display: "flex",
4952
+ alignItems: "center",
4953
+ justifyContent: "space-between",
4954
+ px: 3,
4955
+ py: 2,
4956
+ gap: 1
4957
+ },
4958
+ children: [
4959
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
4960
+ import_Box2.default,
4961
+ {
4962
+ sx: {
4963
+ display: "flex",
4964
+ alignItems: "center",
4965
+ gap: 1,
4966
+ flexWrap: "wrap"
4967
+ },
4968
+ children: [
4969
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
4970
+ import_Box2.default,
4971
+ {
4972
+ sx: {
4973
+ display: "flex",
4974
+ flexDirection: "column",
4975
+ gap: 0.5
4976
+ },
4977
+ children: [
4978
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
4979
+ import_Typography2.default,
4980
+ {
4981
+ component: headingLevel,
4982
+ sx: {
4983
+ fontSize: "16px",
4984
+ fontWeight: 500,
4985
+ lineHeight: "24px",
4986
+ letterSpacing: "0.15px",
4987
+ color: deploymentSurfaceTokens.textPrimary
4988
+ },
4989
+ children: title
4990
+ }
4991
+ ),
4992
+ subtitle && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
4993
+ import_Typography2.default,
4994
+ {
4995
+ variant: "body2",
4996
+ sx: {
4997
+ fontSize: "11px",
4998
+ fontWeight: 500,
4999
+ lineHeight: "16px",
5000
+ letterSpacing: "0.5px",
5001
+ color: deploymentSurfaceTokens.textSecondary
5002
+ },
5003
+ children: subtitle
5004
+ }
5005
+ )
5006
+ ]
5007
+ }
5008
+ ),
5009
+ role && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(RoleBadge, { label: role, color: "primary", size: "small" }),
5010
+ id && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(IDBlock, { id, label: "ID", entityType: "entity", onCopy: onCopyId })
5011
+ ]
5012
+ }
5013
+ ),
5014
+ /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
5015
+ import_Box2.default,
5016
+ {
5017
+ sx: {
5018
+ display: "flex",
5019
+ alignItems: "center",
5020
+ gap: 1,
5021
+ flexShrink: 0
5022
+ },
5023
+ children: [
5024
+ primaryAction && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5025
+ Button,
5026
+ {
5027
+ variant: "primary",
5028
+ startIcon: primaryAction.icon,
5029
+ onClick: primaryAction.onClick,
5030
+ sx: {
5031
+ textTransform: "capitalize"
5032
+ },
5033
+ children: getPrimaryActionLabel()
5034
+ }
5035
+ ),
5036
+ onMoreOptions && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5037
+ import_IconButton4.default,
5038
+ {
5039
+ onClick: onMoreOptions,
5040
+ size: "small",
5041
+ "aria-label": "More options",
5042
+ sx: {
5043
+ padding: "8px",
5044
+ border: `1px solid ${deploymentSurfaceTokens.strokeOutside}`,
5045
+ borderRadius: "8px",
5046
+ "&:hover": {
5047
+ backgroundColor: deploymentSurfaceTokens.hoverOverlay,
5048
+ borderColor: deploymentSurfaceTokens.borderDefault
5049
+ }
5050
+ },
5051
+ children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5052
+ import_MoreHoriz.default,
5053
+ {
5054
+ sx: {
5055
+ fontSize: "20px",
5056
+ color: deploymentSurfaceTokens.textSecondary
5057
+ }
5058
+ }
5059
+ )
5060
+ }
5061
+ )
5062
+ ]
5063
+ }
5064
+ )
5065
+ ]
5066
+ }
5067
+ ),
5068
+ divider && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
5069
+ import_Divider.default,
5070
+ {
5071
+ sx: {
5072
+ borderColor: deploymentSurfaceTokens.strokeOutside
5073
+ }
5074
+ }
5075
+ )
5076
+ ] });
5077
+ };
5078
+
4731
5079
  // src/components/layout/Dialog.tsx
4732
5080
  var import_material24 = require("@mui/material");
4733
5081
  var import_Close = __toESM(require("@mui/icons-material/Close"));
4734
- var import_jsx_runtime38 = require("react/jsx-runtime");
5082
+ var import_jsx_runtime41 = require("react/jsx-runtime");
4735
5083
  var Dialog = ({
4736
5084
  open,
4737
5085
  title,
@@ -4755,7 +5103,7 @@ var Dialog = ({
4755
5103
  if (e) e.stopPropagation();
4756
5104
  onClose();
4757
5105
  };
4758
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(
5106
+ return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
4759
5107
  import_material24.Dialog,
4760
5108
  {
4761
5109
  open,
@@ -4772,28 +5120,28 @@ var Dialog = ({
4772
5120
  ...dialogProps.PaperProps
4773
5121
  },
4774
5122
  children: [
4775
- /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_material24.DialogTitle, { sx: { display: "flex", justifyContent: "space-between", alignItems: "center", p: 2 }, children: [
4776
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_material24.Box, { sx: { display: "flex", alignItems: "center" }, children: typeof title === "string" ? /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_material24.Typography, { variant: "h6", children: title }) : title }),
4777
- /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_material24.Box, { sx: { display: "flex", alignItems: "center" }, children: [
5123
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(import_material24.DialogTitle, { sx: { display: "flex", justifyContent: "space-between", alignItems: "center", p: 2 }, children: [
5124
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_material24.Box, { sx: { display: "flex", alignItems: "center" }, children: typeof title === "string" ? /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_material24.Typography, { variant: "h6", children: title }) : title }),
5125
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(import_material24.Box, { sx: { display: "flex", alignItems: "center" }, children: [
4778
5126
  headerAction,
4779
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5127
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
4780
5128
  import_material24.IconButton,
4781
5129
  {
4782
5130
  edge: "end",
4783
5131
  color: "inherit",
4784
5132
  onClick: handleCloseAttempt,
4785
5133
  "aria-label": "close",
4786
- children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_Close.default, {})
5134
+ children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_Close.default, {})
4787
5135
  }
4788
5136
  )
4789
5137
  ] })
4790
5138
  ] }),
4791
- dividers && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_material24.Divider, {}),
4792
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_material24.DialogContent, { dividers, children }),
4793
- (showActions || customActions) && /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_jsx_runtime38.Fragment, { children: [
4794
- dividers && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_material24.Divider, {}),
4795
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_material24.DialogActions, { children: customActions || /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_jsx_runtime38.Fragment, { children: [
4796
- /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5139
+ dividers && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_material24.Divider, {}),
5140
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_material24.DialogContent, { dividers, children }),
5141
+ (showActions || customActions) && /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(import_jsx_runtime41.Fragment, { children: [
5142
+ dividers && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_material24.Divider, {}),
5143
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_material24.DialogActions, { children: customActions || /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(import_jsx_runtime41.Fragment, { children: [
5144
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
4797
5145
  import_material24.Button,
4798
5146
  {
4799
5147
  onClick: handleCloseAttempt,
@@ -4801,14 +5149,14 @@ var Dialog = ({
4801
5149
  children: cancelLabel
4802
5150
  }
4803
5151
  ),
4804
- onSubmit && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
5152
+ onSubmit && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
4805
5153
  import_material24.Button,
4806
5154
  {
4807
5155
  variant: "contained",
4808
5156
  color: "primary",
4809
5157
  onClick: onSubmit,
4810
5158
  disabled: disableSubmit || isLoading,
4811
- startIcon: isLoading ? /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_material24.CircularProgress, { size: 20 }) : void 0,
5159
+ startIcon: isLoading ? /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_material24.CircularProgress, { size: 20 }) : void 0,
4812
5160
  children: submitLabel
4813
5161
  }
4814
5162
  )
@@ -4821,11 +5169,11 @@ var Dialog = ({
4821
5169
 
4822
5170
  // src/components/layout/Drawer.tsx
4823
5171
  var import_Drawer = __toESM(require("@mui/material/Drawer"));
4824
- var import_styles23 = require("@mui/material/styles");
5172
+ var import_styles25 = require("@mui/material/styles");
4825
5173
  var import_material25 = require("@mui/material");
4826
5174
  var import_Close2 = __toESM(require("@mui/icons-material/Close"));
4827
- var import_jsx_runtime39 = require("react/jsx-runtime");
4828
- var StyledDrawer2 = (0, import_styles23.styled)(import_Drawer.default, {
5175
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5176
+ var StyledDrawer2 = (0, import_styles25.styled)(import_Drawer.default, {
4829
5177
  shouldForwardProp: (prop) => prop !== "width" && prop !== "miniWidth" && prop !== "collapsed" && prop !== "topOffset"
4830
5178
  })(({ theme: theme2, width = 240, miniWidth = 72, collapsed, topOffset = 0 }) => ({
4831
5179
  width: collapsed ? miniWidth : width,
@@ -4871,7 +5219,7 @@ var Drawer2 = ({
4871
5219
  const finalWidth = width ?? defaultWidth;
4872
5220
  const shouldShowClose = showCloseButton ?? (variant === "temporary" || variant === "persistent");
4873
5221
  const hasHeader = title || header || shouldShowClose || tabs;
4874
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
5222
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
4875
5223
  StyledDrawer2,
4876
5224
  {
4877
5225
  width: finalWidth,
@@ -4896,8 +5244,8 @@ var Drawer2 = ({
4896
5244
  },
4897
5245
  ...props,
4898
5246
  children: [
4899
- hasHeader && /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(import_jsx_runtime39.Fragment, { children: [
4900
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5247
+ hasHeader && /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(import_jsx_runtime42.Fragment, { children: [
5248
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
4901
5249
  import_material25.Box,
4902
5250
  {
4903
5251
  sx: {
@@ -4909,9 +5257,9 @@ var Drawer2 = ({
4909
5257
  borderBottom: 1,
4910
5258
  borderColor: "divider"
4911
5259
  },
4912
- children: header || /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(import_jsx_runtime39.Fragment, { children: [
4913
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(import_material25.Box, { sx: { flex: 1 }, children: typeof title === "string" ? /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(import_material25.Typography, { variant: "h6", children: title }) : title }),
4914
- shouldShowClose && onClose && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5260
+ children: header || /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(import_jsx_runtime42.Fragment, { children: [
5261
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_material25.Box, { sx: { flex: 1 }, children: typeof title === "string" ? /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_material25.Typography, { variant: "h6", children: title }) : title }),
5262
+ shouldShowClose && onClose && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
4915
5263
  import_material25.IconButton,
4916
5264
  {
4917
5265
  onClick: (e) => {
@@ -4921,13 +5269,13 @@ var Drawer2 = ({
4921
5269
  size: "small",
4922
5270
  sx: { ml: 1 },
4923
5271
  "aria-label": "close",
4924
- children: /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(import_Close2.default, {})
5272
+ children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_Close2.default, {})
4925
5273
  }
4926
5274
  )
4927
5275
  ] })
4928
5276
  }
4929
5277
  ),
4930
- tabs && tabs.length > 0 && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5278
+ tabs && tabs.length > 0 && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
4931
5279
  import_material25.Tabs,
4932
5280
  {
4933
5281
  value: activeTab,
@@ -4942,11 +5290,11 @@ var Drawer2 = ({
4942
5290
  overflow: "auto"
4943
5291
  }
4944
5292
  },
4945
- children: tabs.map((tab, index) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(import_material25.Tab, { label: tab }, index))
5293
+ children: tabs.map((tab, index) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_material25.Tab, { label: tab }, index))
4946
5294
  }
4947
5295
  )
4948
5296
  ] }),
4949
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5297
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
4950
5298
  import_material25.Box,
4951
5299
  {
4952
5300
  sx: {
@@ -4959,9 +5307,9 @@ var Drawer2 = ({
4959
5307
  children
4960
5308
  }
4961
5309
  ),
4962
- footer && /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(import_jsx_runtime39.Fragment, { children: [
4963
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(import_material25.Divider, {}),
4964
- /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
5310
+ footer && /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(import_jsx_runtime42.Fragment, { children: [
5311
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_material25.Divider, {}),
5312
+ /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
4965
5313
  import_material25.Box,
4966
5314
  {
4967
5315
  sx: {
@@ -4983,9 +5331,9 @@ var import_Card = __toESM(require("@mui/material/Card"));
4983
5331
  var import_CardContent = __toESM(require("@mui/material/CardContent"));
4984
5332
  var import_CardHeader = __toESM(require("@mui/material/CardHeader"));
4985
5333
  var import_CardActions = __toESM(require("@mui/material/CardActions"));
4986
- var import_styles24 = require("@mui/material/styles");
4987
- var import_jsx_runtime40 = require("react/jsx-runtime");
4988
- var StyledCard = (0, import_styles24.styled)(import_Card.default, {
5334
+ var import_styles26 = require("@mui/material/styles");
5335
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5336
+ var StyledCard = (0, import_styles26.styled)(import_Card.default, {
4989
5337
  shouldForwardProp: (prop) => prop !== "hoverable" && prop !== "clickable"
4990
5338
  })(({ hoverable, clickable }) => ({
4991
5339
  borderRadius: 8,
@@ -5002,26 +5350,26 @@ var StyledCard = (0, import_styles24.styled)(import_Card.default, {
5002
5350
  }
5003
5351
  }));
5004
5352
  var Card = ({ hoverable = false, clickable = false, children, ...props }) => {
5005
- return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(StyledCard, { hoverable, clickable, ...props, children });
5353
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(StyledCard, { hoverable, clickable, ...props, children });
5006
5354
  };
5007
5355
  var CardContent = (props) => {
5008
- return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_CardContent.default, { ...props });
5356
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_CardContent.default, { ...props });
5009
5357
  };
5010
5358
  var CardHeader = (props) => {
5011
- return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_CardHeader.default, { ...props });
5359
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_CardHeader.default, { ...props });
5012
5360
  };
5013
5361
  var CardActions = (props) => {
5014
- return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_CardActions.default, { ...props });
5362
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_CardActions.default, { ...props });
5015
5363
  };
5016
5364
 
5017
5365
  // src/components/layout/List.tsx
5018
5366
  var import_material26 = require("@mui/material");
5019
- var import_styles25 = require("@mui/material/styles");
5020
- var import_jsx_runtime41 = require("react/jsx-runtime");
5367
+ var import_styles27 = require("@mui/material/styles");
5368
+ var import_jsx_runtime44 = require("react/jsx-runtime");
5021
5369
  var List6 = (props) => {
5022
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_material26.List, { ...props });
5370
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(import_material26.List, { ...props });
5023
5371
  };
5024
- var StyledListItem = (0, import_styles25.styled)(import_material26.ListItem, {
5372
+ var StyledListItem = (0, import_styles27.styled)(import_material26.ListItem, {
5025
5373
  shouldForwardProp: (prop) => prop !== "hoverable"
5026
5374
  })(({ hoverable = true }) => ({
5027
5375
  border: `1px solid ${colors.grey[200]}`,
@@ -5042,9 +5390,9 @@ var ListItem4 = ({
5042
5390
  children,
5043
5391
  ...props
5044
5392
  }) => {
5045
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(StyledListItem, { hoverable, ...props, children: [
5046
- icon && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_material26.ListItemIcon, { children: icon }),
5047
- (primary || secondary) && /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
5393
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(StyledListItem, { hoverable, ...props, children: [
5394
+ icon && /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(import_material26.ListItemIcon, { children: icon }),
5395
+ (primary || secondary) && /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
5048
5396
  import_material26.ListItemText,
5049
5397
  {
5050
5398
  primary,
@@ -5060,13 +5408,12 @@ var ListItem4 = ({
5060
5408
  var import_material27 = require("@mui/material");
5061
5409
  var import_ExpandMore = __toESM(require("@mui/icons-material/ExpandMore"));
5062
5410
  var import_ChevronRight2 = __toESM(require("@mui/icons-material/ChevronRight"));
5063
- var import_ContentCopy = __toESM(require("@mui/icons-material/ContentCopy"));
5064
5411
  var import_WorkOutline = __toESM(require("@mui/icons-material/WorkOutline"));
5065
5412
  var import_Waves = __toESM(require("@mui/icons-material/Waves"));
5066
5413
  var import_RocketLaunchOutlined = __toESM(require("@mui/icons-material/RocketLaunchOutlined"));
5067
5414
  var import_InsertLink = __toESM(require("@mui/icons-material/InsertLink"));
5068
5415
  var import_SmartToyOutlined = __toESM(require("@mui/icons-material/SmartToyOutlined"));
5069
- var import_styles26 = require("@mui/material/styles");
5416
+ var import_styles28 = require("@mui/material/styles");
5070
5417
 
5071
5418
  // src/hooks/useControlledExpand.ts
5072
5419
  var import_react14 = require("react");
@@ -5079,7 +5426,7 @@ function useControlledExpand(controlledExpanded, onToggle, defaultExpanded = fal
5079
5426
  }
5080
5427
 
5081
5428
  // src/components/layout/DeploymentDashboardCard/DeploymentDashboardCard.tsx
5082
- var import_jsx_runtime42 = require("react/jsx-runtime");
5429
+ var import_jsx_runtime45 = require("react/jsx-runtime");
5083
5430
  var ENTITY_LABELS = {
5084
5431
  workspace: "Workspace",
5085
5432
  stream: "Stream",
@@ -5089,11 +5436,11 @@ var ENTITY_LABELS = {
5089
5436
  };
5090
5437
  var ENTITY_ICON_SIZE = 16;
5091
5438
  var ENTITY_ICONS = {
5092
- workspace: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_WorkOutline.default, { sx: { fontSize: ENTITY_ICON_SIZE } }),
5093
- stream: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_Waves.default, { sx: { fontSize: ENTITY_ICON_SIZE } }),
5094
- deployment: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_RocketLaunchOutlined.default, { sx: { fontSize: ENTITY_ICON_SIZE } }),
5095
- engagement: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_InsertLink.default, { sx: { fontSize: ENTITY_ICON_SIZE } }),
5096
- agent: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_SmartToyOutlined.default, { sx: { fontSize: ENTITY_ICON_SIZE } })
5439
+ workspace: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_WorkOutline.default, { sx: { fontSize: ENTITY_ICON_SIZE } }),
5440
+ stream: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_Waves.default, { sx: { fontSize: ENTITY_ICON_SIZE } }),
5441
+ deployment: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_RocketLaunchOutlined.default, { sx: { fontSize: ENTITY_ICON_SIZE } }),
5442
+ engagement: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_InsertLink.default, { sx: { fontSize: ENTITY_ICON_SIZE } }),
5443
+ agent: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_SmartToyOutlined.default, { sx: { fontSize: ENTITY_ICON_SIZE } })
5097
5444
  };
5098
5445
  var STATUS_DOT_COLORS = {
5099
5446
  normal: deploymentStatusColors.normal,
@@ -5114,7 +5461,7 @@ var ENTITY_CHIP_TYPOGRAPHY = {
5114
5461
  lineHeight: 1.33,
5115
5462
  letterSpacing: "0.07px"
5116
5463
  };
5117
- var StatusDot = (0, import_styles26.styled)(import_material27.Box, {
5464
+ var StatusDot = (0, import_styles28.styled)(import_material27.Box, {
5118
5465
  shouldForwardProp: (p) => p !== "status"
5119
5466
  })(({ status }) => ({
5120
5467
  width: 8,
@@ -5123,7 +5470,7 @@ var StatusDot = (0, import_styles26.styled)(import_material27.Box, {
5123
5470
  backgroundColor: status ? STATUS_DOT_COLORS[status] ?? "transparent" : "transparent",
5124
5471
  flexShrink: 0
5125
5472
  }));
5126
- var EntityChip = ({ entityType, color }) => /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
5473
+ var EntityChip = ({ entityType, color }) => /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
5127
5474
  import_material27.Box,
5128
5475
  {
5129
5476
  sx: {
@@ -5139,8 +5486,8 @@ var EntityChip = ({ entityType, color }) => /* @__PURE__ */ (0, import_jsx_runti
5139
5486
  flexShrink: 0
5140
5487
  },
5141
5488
  children: [
5142
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_material27.Box, { sx: { color, display: "flex", alignItems: "center" }, children: ENTITY_ICONS[entityType] }),
5143
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5489
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_material27.Box, { sx: { color, display: "flex", alignItems: "center" }, children: ENTITY_ICONS[entityType] }),
5490
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5144
5491
  import_material27.Typography,
5145
5492
  {
5146
5493
  variant: "body2",
@@ -5157,46 +5504,15 @@ var EntityChip = ({ entityType, color }) => /* @__PURE__ */ (0, import_jsx_runti
5157
5504
  ]
5158
5505
  }
5159
5506
  );
5160
- var IdBadge = ({ id, onCopy }) => /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
5161
- import_material27.Box,
5162
- {
5163
- sx: {
5164
- display: "inline-flex",
5165
- alignItems: "center",
5166
- gap: 0.5,
5167
- px: 2,
5168
- py: 1,
5169
- borderRadius: "8px",
5170
- border: `1px solid ${deploymentSurfaceTokens.strokeOutside}`,
5171
- bgcolor: "white",
5172
- flexShrink: 0
5173
- },
5174
- children: [
5175
- /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
5176
- import_material27.Typography,
5177
- {
5178
- variant: "body2",
5179
- fontWeight: 500,
5180
- sx: { color: deploymentSurfaceTokens.textPrimary, whiteSpace: "nowrap" },
5181
- children: [
5182
- "ID: ",
5183
- id
5184
- ]
5185
- }
5186
- ),
5187
- onCopy && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_material27.IconButton, { size: "small", onClick: onCopy, "aria-label": "Copy ID", sx: { p: 0 }, children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_ContentCopy.default, { sx: { fontSize: 14, color: deploymentSurfaceTokens.textSecondary } }) })
5188
- ]
5189
- }
5190
- );
5191
- var CapacityBar = ({ value, indented = false }) => /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(import_material27.Box, { sx: { pl: indented ? "40px" : 0, pr: "20px", py: 1 }, children: [
5192
- /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(import_material27.Box, { sx: { display: "flex", justifyContent: "space-between", mb: 1 }, children: [
5193
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_material27.Typography, { variant: "body2", sx: { color: deploymentSurfaceTokens.textPrimary }, children: "Capacity" }),
5194
- /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(import_material27.Typography, { variant: "body2", sx: { color: deploymentSurfaceTokens.accentBlue }, children: [
5507
+ var CapacityBar = ({ value, indented = false }) => /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(import_material27.Box, { sx: { pl: indented ? "40px" : 0, pr: "20px", py: 1 }, children: [
5508
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(import_material27.Box, { sx: { display: "flex", justifyContent: "space-between", mb: 1 }, children: [
5509
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_material27.Typography, { variant: "body2", sx: { color: deploymentSurfaceTokens.textPrimary }, children: "Capacity" }),
5510
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(import_material27.Typography, { variant: "body2", sx: { color: deploymentSurfaceTokens.accentBlue }, children: [
5195
5511
  value,
5196
5512
  "%"
5197
5513
  ] })
5198
5514
  ] }),
5199
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5515
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5200
5516
  import_material27.LinearProgress,
5201
5517
  {
5202
5518
  variant: "determinate",
@@ -5236,19 +5552,19 @@ var getActionButtonStyles = (action) => {
5236
5552
  };
5237
5553
  return { ...baseStyles, ...variantStyles };
5238
5554
  };
5239
- var CardAction = ({ action }) => /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
5555
+ var CardAction = ({ action }) => /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
5240
5556
  import_material27.Box,
5241
5557
  {
5242
5558
  component: action.onClick ? "button" : "span",
5243
5559
  onClick: action.onClick,
5244
5560
  sx: getActionButtonStyles(action),
5245
5561
  children: [
5246
- action.icon && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_material27.Box, { component: "span", sx: { display: "flex", alignItems: "center" }, children: action.icon }),
5247
- action.label && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_material27.Typography, { variant: "body2", fontWeight: 500, component: "span", sx: { fontSize: "14px" }, children: action.label })
5562
+ action.icon && /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_material27.Box, { component: "span", sx: { display: "flex", alignItems: "center" }, children: action.icon }),
5563
+ action.label && /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_material27.Typography, { variant: "body2", fontWeight: 500, component: "span", sx: { fontSize: "14px" }, children: action.label })
5248
5564
  ]
5249
5565
  }
5250
5566
  );
5251
- var CardActionList = ({ actions }) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_jsx_runtime42.Fragment, { children: actions.map((action) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(CardAction, { action }, action.id)) });
5567
+ var CardActionList = ({ actions }) => /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_jsx_runtime45.Fragment, { children: actions.map((action) => /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(CardAction, { action }, action.id)) });
5252
5568
  var DeploymentDashboardCard = ({
5253
5569
  entityType,
5254
5570
  title,
@@ -5281,7 +5597,7 @@ var DeploymentDashboardCard = ({
5281
5597
  return Math.min(100, Math.max(0, capacity2));
5282
5598
  };
5283
5599
  const capacityClamped = getClampedCapacity(capacity);
5284
- return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
5600
+ return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
5285
5601
  import_material27.Paper,
5286
5602
  {
5287
5603
  className,
@@ -5298,7 +5614,7 @@ var DeploymentDashboardCard = ({
5298
5614
  gap: 0
5299
5615
  },
5300
5616
  children: [
5301
- /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
5617
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
5302
5618
  import_material27.Box,
5303
5619
  {
5304
5620
  sx: {
@@ -5308,20 +5624,20 @@ var DeploymentDashboardCard = ({
5308
5624
  width: "100%"
5309
5625
  },
5310
5626
  children: [
5311
- /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(import_material27.Box, { sx: { display: "flex", flexDirection: "column", gap: 0.5, minWidth: 0 }, children: [
5312
- /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(import_material27.Box, { sx: { display: "flex", gap: 1, alignItems: "center" }, children: [
5313
- expandable ? /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5627
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(import_material27.Box, { sx: { display: "flex", flexDirection: "column", gap: 0.5, minWidth: 0 }, children: [
5628
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(import_material27.Box, { sx: { display: "flex", gap: 1, alignItems: "center" }, children: [
5629
+ expandable ? /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5314
5630
  import_material27.IconButton,
5315
5631
  {
5316
5632
  size: "small",
5317
5633
  onClick: toggle,
5318
5634
  "aria-label": expanded ? "Collapse" : "Expand",
5319
5635
  sx: { p: "5px" },
5320
- children: expanded ? /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_ExpandMore.default, { sx: { fontSize: CHEVRON_SIZE, color: deploymentSurfaceTokens.accentBlue } }) : /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_ChevronRight2.default, { sx: { fontSize: CHEVRON_SIZE, color: deploymentSurfaceTokens.accentBlue } })
5636
+ children: expanded ? /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_ExpandMore.default, { sx: { fontSize: CHEVRON_SIZE, color: deploymentSurfaceTokens.accentBlue } }) : /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_ChevronRight2.default, { sx: { fontSize: CHEVRON_SIZE, color: deploymentSurfaceTokens.accentBlue } })
5321
5637
  }
5322
- ) : /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_material27.Box, { sx: { width: 26, flexShrink: 0 } }),
5323
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(EntityChip, { entityType, color: entityColor }),
5324
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
5638
+ ) : /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_material27.Box, { sx: { width: 26, flexShrink: 0 } }),
5639
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(EntityChip, { entityType, color: entityColor }),
5640
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5325
5641
  import_material27.Typography,
5326
5642
  {
5327
5643
  variant: "subtitle1",
@@ -5331,9 +5647,9 @@ var DeploymentDashboardCard = ({
5331
5647
  children: title
5332
5648
  }
5333
5649
  ),
5334
- idDisplay != null && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(IdBadge, { id: idDisplay, onCopy: onCopyId })
5650
+ idDisplay != null && /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(IDBlock, { id: idDisplay, label: "ID", entityType, onCopy: onCopyId })
5335
5651
  ] }),
5336
- (createdAt != null || updatedAt != null) && /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
5652
+ (createdAt != null || updatedAt != null) && /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(
5337
5653
  import_material27.Box,
5338
5654
  {
5339
5655
  sx: {
@@ -5343,27 +5659,27 @@ var DeploymentDashboardCard = ({
5343
5659
  color: deploymentSurfaceTokens.textSecondary
5344
5660
  },
5345
5661
  children: [
5346
- createdAt != null && /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(import_material27.Typography, { variant: "body2", sx: { color: "inherit", fontSize: "14px" }, children: [
5662
+ createdAt != null && /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(import_material27.Typography, { variant: "body2", sx: { color: "inherit", fontSize: "14px" }, children: [
5347
5663
  "Created: ",
5348
5664
  createdAt
5349
5665
  ] }),
5350
- updatedAt != null && /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(import_material27.Typography, { variant: "body2", sx: { color: "inherit", fontSize: "14px" }, children: [
5666
+ updatedAt != null && /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(import_material27.Typography, { variant: "body2", sx: { color: "inherit", fontSize: "14px" }, children: [
5351
5667
  "Last Updated: ",
5352
5668
  updatedAt
5353
5669
  ] })
5354
5670
  ]
5355
5671
  }
5356
5672
  ),
5357
- capacityClamped !== void 0 && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(CapacityBar, { value: capacityClamped, indented: expandable })
5673
+ capacityClamped !== void 0 && /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(CapacityBar, { value: capacityClamped, indented: expandable })
5358
5674
  ] }),
5359
- /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(import_material27.Box, { sx: { display: "flex", gap: 1, alignItems: "center", flexShrink: 0 }, children: [
5360
- statusIndicator != null && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(StatusDot, { status: statusIndicator, "aria-hidden": true }),
5361
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(CardActionList, { actions })
5675
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(import_material27.Box, { sx: { display: "flex", gap: 1, alignItems: "center", flexShrink: 0 }, children: [
5676
+ statusIndicator != null && /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(StatusDot, { status: statusIndicator, "aria-hidden": true }),
5677
+ /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(CardActionList, { actions })
5362
5678
  ] })
5363
5679
  ]
5364
5680
  }
5365
5681
  ),
5366
- children && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_material27.Box, { sx: { mt: 1.5, display: "flex", flexDirection: "column", gap: 1 }, children })
5682
+ children && /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_material27.Box, { sx: { mt: 1.5, display: "flex", flexDirection: "column", gap: 1 }, children })
5367
5683
  ]
5368
5684
  }
5369
5685
  );
@@ -5371,29 +5687,96 @@ var DeploymentDashboardCard = ({
5371
5687
 
5372
5688
  // src/components/layout/DeploymentEntityContextMenu/DeploymentEntityContextMenu.tsx
5373
5689
  var import_material28 = require("@mui/material");
5374
- var import_styles27 = require("@mui/material/styles");
5375
- var import_jsx_runtime43 = require("react/jsx-runtime");
5376
- var StyledMenu2 = (0, import_styles27.styled)(import_material28.Menu)({
5690
+ var import_styles29 = require("@mui/material/styles");
5691
+ var import_jsx_runtime46 = require("react/jsx-runtime");
5692
+ var StyledMenu2 = (0, import_styles29.styled)(import_material28.Menu)({
5377
5693
  "& .MuiPaper-root": {
5378
- borderRadius: 10,
5379
- boxShadow: "0px 4px 12px rgba(0, 0, 0, 0.15)",
5694
+ borderRadius: 4,
5695
+ boxShadow: deploymentSurfaceTokens.workspaceShadow,
5380
5696
  minWidth: 220,
5381
- border: "1px solid",
5382
- borderColor: "grey.200"
5697
+ border: `1px solid ${deploymentSurfaceTokens.strokeOutside}`,
5698
+ padding: 8
5699
+ },
5700
+ "& .MuiList-root": {
5701
+ padding: 0
5383
5702
  }
5384
5703
  });
5385
- var MenuListWrapper = (0, import_styles27.styled)("div")({
5386
- "& .MuiList-root": {
5387
- padding: 8
5704
+ var StyledMenuItem = (0, import_styles29.styled)(import_material28.MenuItem)({
5705
+ gap: 8,
5706
+ padding: "8px 0",
5707
+ borderRadius: 4,
5708
+ minHeight: "auto",
5709
+ "&:hover": {
5710
+ backgroundColor: deploymentSurfaceTokens.hoverLight
5388
5711
  },
5389
- "& .MuiListItem-root": {
5390
- borderRadius: 8,
5391
- marginBottom: 4,
5392
- "&:hover": {
5393
- backgroundColor: deploymentSurfaceTokens.hoverLight
5712
+ "& .MuiListItemIcon-root": {
5713
+ minWidth: "auto",
5714
+ color: deploymentSurfaceTokens.textPrimary,
5715
+ "& .MuiSvgIcon-root": {
5716
+ fontSize: 24
5717
+ }
5718
+ },
5719
+ "& .MuiListItemText-root .MuiTypography-root": {
5720
+ fontSize: 16,
5721
+ fontWeight: 500,
5722
+ lineHeight: 1.5,
5723
+ letterSpacing: "0.08px",
5724
+ color: deploymentSurfaceTokens.textPrimary
5725
+ }
5726
+ });
5727
+ var HighlightedMenuItem = (0, import_styles29.styled)(StyledMenuItem)({
5728
+ backgroundColor: deploymentSurfaceTokens.highlightBg,
5729
+ border: `1px solid ${deploymentSurfaceTokens.highlightBorder}`,
5730
+ padding: 8,
5731
+ "&:hover": {
5732
+ backgroundColor: deploymentSurfaceTokens.highlightBgHover
5733
+ }
5734
+ });
5735
+ var ToggleMenuItem = (0, import_styles29.styled)(import_material28.MenuItem)({
5736
+ gap: 8,
5737
+ padding: "8px 0",
5738
+ cursor: "default",
5739
+ minHeight: "auto",
5740
+ "&:hover": {
5741
+ backgroundColor: "transparent"
5742
+ },
5743
+ "& .MuiListItemText-root .MuiTypography-root": {
5744
+ fontSize: 16,
5745
+ fontWeight: 500,
5746
+ lineHeight: 1.5,
5747
+ letterSpacing: "0.08px",
5748
+ color: deploymentSurfaceTokens.textPrimary
5749
+ }
5750
+ });
5751
+ var EnableSwitch = (0, import_styles29.styled)(import_material28.Switch)({
5752
+ width: 32,
5753
+ height: 20,
5754
+ padding: 0,
5755
+ "& .MuiSwitch-switchBase": {
5756
+ padding: 2,
5757
+ "&.Mui-checked": {
5758
+ transform: "translateX(12px)",
5759
+ color: "#fff",
5760
+ "& + .MuiSwitch-track": {
5761
+ backgroundColor: deploymentSurfaceTokens.switchGreen,
5762
+ opacity: 1
5763
+ }
5394
5764
  }
5765
+ },
5766
+ "& .MuiSwitch-thumb": {
5767
+ width: 16,
5768
+ height: 16
5769
+ },
5770
+ "& .MuiSwitch-track": {
5771
+ borderRadius: 100,
5772
+ backgroundColor: deploymentSurfaceTokens.switchTrackOff,
5773
+ opacity: 1
5395
5774
  }
5396
5775
  });
5776
+ var StyledDivider = (0, import_styles29.styled)(import_material28.Divider)({
5777
+ margin: "0 !important",
5778
+ borderColor: deploymentSurfaceTokens.strokeOutside
5779
+ });
5397
5780
  var DeploymentEntityContextMenu = ({
5398
5781
  open,
5399
5782
  anchorEl,
@@ -5403,7 +5786,7 @@ var DeploymentEntityContextMenu = ({
5403
5786
  enableChecked = false,
5404
5787
  onEnableChange
5405
5788
  }) => {
5406
- return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5789
+ return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
5407
5790
  StyledMenu2,
5408
5791
  {
5409
5792
  anchorEl,
@@ -5412,58 +5795,57 @@ var DeploymentEntityContextMenu = ({
5412
5795
  anchorOrigin: { vertical: "bottom", horizontal: "right" },
5413
5796
  transformOrigin: { vertical: "top", horizontal: "right" },
5414
5797
  slotProps: { paper: { "aria-label": "Entity context menu" } },
5415
- children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(MenuListWrapper, { children: /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(List6, { disablePadding: true, children: [
5416
- items.map(
5417
- (item) => item.type === "toggle" ? /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5418
- ListItem4,
5419
- {
5420
- primary: item.label,
5421
- icon: item.icon,
5422
- action: onEnableChange ? /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5423
- import_material28.Switch,
5798
+ children: [
5799
+ items.map((item) => {
5800
+ if (item.type === "divider") {
5801
+ return /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(StyledDivider, {}, item.id);
5802
+ }
5803
+ if (item.type === "toggle") {
5804
+ return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(ToggleMenuItem, { disableRipple: true, children: [
5805
+ onEnableChange && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
5806
+ EnableSwitch,
5424
5807
  {
5425
5808
  size: "small",
5426
5809
  checked: enableChecked,
5427
5810
  onChange: (_, checked) => onEnableChange(checked),
5428
- color: "success"
5811
+ inputProps: { "aria-label": item.label }
5429
5812
  }
5430
- ) : void 0,
5431
- hoverable: true,
5432
- sx: { cursor: "default" }
5433
- },
5434
- item.id
5435
- ) : /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5436
- ListItem4,
5813
+ ),
5814
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(import_material28.ListItemText, { primary: item.label })
5815
+ ] }, item.id);
5816
+ }
5817
+ const Row = item.highlighted ? HighlightedMenuItem : StyledMenuItem;
5818
+ return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
5819
+ Row,
5437
5820
  {
5438
- primary: item.label,
5439
- icon: item.icon,
5440
5821
  onClick: () => {
5441
5822
  item.onClick?.();
5442
5823
  onClose();
5443
5824
  },
5444
- hoverable: true
5825
+ children: [
5826
+ item.icon && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(import_material28.ListItemIcon, { children: item.icon }),
5827
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(import_material28.ListItemText, { primary: item.label })
5828
+ ]
5445
5829
  },
5446
5830
  item.id
5447
- )
5448
- ),
5449
- enableToggle && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5450
- ListItem4,
5451
- {
5452
- primary: "Enable",
5453
- action: onEnableChange ? /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
5454
- import_material28.Switch,
5831
+ );
5832
+ }),
5833
+ enableToggle && /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(import_jsx_runtime46.Fragment, { children: [
5834
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(StyledDivider, {}),
5835
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(ToggleMenuItem, { disableRipple: true, children: [
5836
+ onEnableChange && /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
5837
+ EnableSwitch,
5455
5838
  {
5456
5839
  size: "small",
5457
5840
  checked: enableChecked,
5458
5841
  onChange: (_, checked) => onEnableChange(checked),
5459
- color: "success"
5842
+ inputProps: { "aria-label": "Enable" }
5460
5843
  }
5461
- ) : void 0,
5462
- hoverable: true,
5463
- sx: { cursor: "default" }
5464
- }
5465
- )
5466
- ] }) })
5844
+ ),
5845
+ /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(import_material28.ListItemText, { primary: "Enable" })
5846
+ ] })
5847
+ ] })
5848
+ ]
5467
5849
  }
5468
5850
  );
5469
5851
  };
@@ -5472,65 +5854,86 @@ var DeploymentEntityContextMenu = ({
5472
5854
  var import_AddCircleOutline = __toESM(require("@mui/icons-material/AddCircleOutline"));
5473
5855
  var import_Edit = __toESM(require("@mui/icons-material/Edit"));
5474
5856
  var import_ContentCopy2 = __toESM(require("@mui/icons-material/ContentCopy"));
5475
- var import_AccountTree = __toESM(require("@mui/icons-material/AccountTree"));
5857
+ var import_SmartToyOutlined2 = __toESM(require("@mui/icons-material/SmartToyOutlined"));
5476
5858
  var import_Description = __toESM(require("@mui/icons-material/Description"));
5477
5859
  var import_Settings2 = __toESM(require("@mui/icons-material/Settings"));
5478
- var import_jsx_runtime44 = require("react/jsx-runtime");
5860
+ var import_jsx_runtime47 = require("react/jsx-runtime");
5479
5861
  var contextMenuItems = {
5862
+ /** Add Engagement action (Add Circle icon) */
5480
5863
  addEngagement: (onClick) => ({
5481
5864
  id: "add-engagement",
5482
5865
  label: "Add Engagement",
5483
- icon: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(import_AddCircleOutline.default, { fontSize: "small" }),
5866
+ icon: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(import_AddCircleOutline.default, {}),
5484
5867
  onClick
5485
5868
  }),
5869
+ /** Add Agent action (Add Circle icon) */
5486
5870
  addAgent: (onClick) => ({
5487
5871
  id: "add-agent",
5488
5872
  label: "Add Agent",
5489
- icon: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(import_AddCircleOutline.default, { fontSize: "small" }),
5873
+ icon: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(import_AddCircleOutline.default, {}),
5490
5874
  onClick
5491
5875
  }),
5876
+ /** Add Stream action (Add Circle icon) */
5492
5877
  addStream: (onClick) => ({
5493
5878
  id: "add-stream",
5494
5879
  label: "Add Stream",
5495
- icon: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(import_AddCircleOutline.default, { fontSize: "small" }),
5880
+ icon: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(import_AddCircleOutline.default, {}),
5496
5881
  onClick
5497
5882
  }),
5883
+ /** Edit action (Pen / Edit icon) */
5498
5884
  edit: (onClick) => ({
5499
5885
  id: "edit",
5500
5886
  label: "Edit",
5501
- icon: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(import_Edit.default, { fontSize: "small" }),
5887
+ icon: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(import_Edit.default, {}),
5502
5888
  onClick
5503
5889
  }),
5890
+ /** Copy ID action (Copy icon) */
5504
5891
  copyId: (onClick) => ({
5505
5892
  id: "copy-id",
5506
5893
  label: "Copy ID",
5507
- icon: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(import_ContentCopy2.default, { fontSize: "small" }),
5894
+ icon: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(import_ContentCopy2.default, {}),
5508
5895
  onClick
5509
5896
  }),
5897
+ /** Agent Flow Visualization — highlighted action (SmartToy icon) */
5510
5898
  agentFlowVisualization: (onClick) => ({
5511
5899
  id: "agent-flow",
5512
5900
  label: "Agent Flow Visualization",
5513
- icon: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(import_AccountTree.default, { fontSize: "small" }),
5514
- onClick
5901
+ icon: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(import_SmartToyOutlined2.default, {}),
5902
+ onClick,
5903
+ highlighted: true
5515
5904
  }),
5905
+ /** View Logs action (Document / Description icon) */
5516
5906
  viewLogs: (onClick) => ({
5517
5907
  id: "view-logs",
5518
5908
  label: "View Logs",
5519
- icon: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(import_Description.default, { fontSize: "small" }),
5909
+ icon: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(import_Description.default, {}),
5520
5910
  onClick
5521
5911
  }),
5912
+ /** Horizontal divider between sections */
5913
+ divider: () => ({
5914
+ id: "divider",
5915
+ label: "",
5916
+ type: "divider"
5917
+ }),
5918
+ /** Enable toggle row (switch on left + label) */
5919
+ enable: () => ({
5920
+ id: "enable",
5921
+ label: "Enable",
5922
+ type: "toggle"
5923
+ }),
5924
+ /** Settings action (Settings / Gear icon) */
5522
5925
  settings: (onClick) => ({
5523
5926
  id: "settings",
5524
5927
  label: "Settings",
5525
- icon: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(import_Settings2.default, { fontSize: "small" }),
5928
+ icon: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(import_Settings2.default, {}),
5526
5929
  onClick
5527
5930
  })
5528
5931
  };
5529
5932
 
5530
5933
  // src/components/layout/DeploymentDashboardTree/DeploymentDashboardTree.tsx
5531
5934
  var import_material29 = require("@mui/material");
5532
- var import_styles28 = require("@mui/material/styles");
5533
- var import_jsx_runtime45 = require("react/jsx-runtime");
5935
+ var import_styles30 = require("@mui/material/styles");
5936
+ var import_jsx_runtime48 = require("react/jsx-runtime");
5534
5937
  var TREE_SP = {
5535
5938
  /** Vertical gap between sibling rows (Figma S / sp-8) */
5536
5939
  rowGap: 8,
@@ -5548,7 +5951,7 @@ var RAIL_OPACITY = {
5548
5951
  engagement: 0.4,
5549
5952
  agent: 0.4
5550
5953
  };
5551
- var Rail = (0, import_styles28.styled)(import_material29.Box, {
5954
+ var Rail = (0, import_styles30.styled)(import_material29.Box, {
5552
5955
  shouldForwardProp: (p) => p !== "railColor"
5553
5956
  })(({ railColor }) => ({
5554
5957
  width: TREE_SP.railWidth,
@@ -5566,10 +5969,10 @@ var TreeRow = ({ node, depth, onExpandToggle, onCopyId, renderCard }) => {
5566
5969
  );
5567
5970
  const entityColor = deploymentEntityColors[node.entityType] ?? deploymentEntityColors.workspace;
5568
5971
  const railOpacity = RAIL_OPACITY[node.entityType] ?? 0.5;
5569
- const railColor = (0, import_styles28.alpha)(entityColor, railOpacity);
5570
- const renderedChildren = hasChildren && expanded ? /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(import_material29.Box, { sx: { display: "flex", gap: `${TREE_SP.railGap}px` }, children: [
5571
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(Rail, { railColor, "aria-hidden": true, "data-rail": true }),
5572
- /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5972
+ const railColor = (0, import_styles30.alpha)(entityColor, railOpacity);
5973
+ const renderedChildren = hasChildren && expanded ? /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(import_material29.Box, { sx: { display: "flex", gap: `${TREE_SP.railGap}px` }, children: [
5974
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Rail, { railColor, "aria-hidden": true, "data-rail": true }),
5975
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5573
5976
  import_material29.Box,
5574
5977
  {
5575
5978
  role: "group",
@@ -5580,7 +5983,7 @@ var TreeRow = ({ node, depth, onExpandToggle, onCopyId, renderCard }) => {
5580
5983
  flexDirection: "column",
5581
5984
  gap: `${TREE_SP.rowGap}px`
5582
5985
  },
5583
- children: node.children.map((child) => /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5986
+ children: node.children.map((child) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5584
5987
  TreeRow,
5585
5988
  {
5586
5989
  node: child,
@@ -5594,7 +5997,7 @@ var TreeRow = ({ node, depth, onExpandToggle, onCopyId, renderCard }) => {
5594
5997
  }
5595
5998
  )
5596
5999
  ] }) : null;
5597
- const cardContent = renderCard?.(node) ?? /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
6000
+ const cardContent = renderCard?.(node) ?? /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5598
6001
  DeploymentDashboardCard,
5599
6002
  {
5600
6003
  entityType: node.entityType,
@@ -5612,7 +6015,7 @@ var TreeRow = ({ node, depth, onExpandToggle, onCopyId, renderCard }) => {
5612
6015
  children: renderedChildren
5613
6016
  }
5614
6017
  );
5615
- return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_material29.Box, { role: "treeitem", children: cardContent });
6018
+ return /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(import_material29.Box, { role: "treeitem", children: cardContent });
5616
6019
  };
5617
6020
  var DeploymentDashboardTree = ({
5618
6021
  nodes,
@@ -5620,7 +6023,7 @@ var DeploymentDashboardTree = ({
5620
6023
  onCopyId,
5621
6024
  renderCard
5622
6025
  }) => {
5623
- return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
6026
+ return /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5624
6027
  import_material29.Box,
5625
6028
  {
5626
6029
  role: "tree",
@@ -5630,7 +6033,7 @@ var DeploymentDashboardTree = ({
5630
6033
  gap: `${TREE_SP.rowGap}px`,
5631
6034
  p: `${TREE_SP.rowGap}px`
5632
6035
  },
5633
- children: nodes.map((node) => /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
6036
+ children: nodes.map((node) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
5634
6037
  TreeRow,
5635
6038
  {
5636
6039
  node,
@@ -5647,11 +6050,11 @@ var DeploymentDashboardTree = ({
5647
6050
 
5648
6051
  // src/components/layout/DeploymentDashboardPanel/DeploymentDashboardPanel.tsx
5649
6052
  var import_material30 = require("@mui/material");
5650
- var import_styles29 = require("@mui/material/styles");
5651
- var import_jsx_runtime46 = require("react/jsx-runtime");
6053
+ var import_styles31 = require("@mui/material/styles");
6054
+ var import_jsx_runtime49 = require("react/jsx-runtime");
5652
6055
  var PANEL_RADIUS = 12;
5653
6056
  var PANEL_SHADOW = "0px 1px 3px rgba(0, 0, 0, 0.08)";
5654
- var StyledPanel = (0, import_styles29.styled)(import_material30.Box)({
6057
+ var StyledPanel = (0, import_styles31.styled)(import_material30.Box)({
5655
6058
  backgroundColor: deploymentSurfaceTokens.surfaceHigh,
5656
6059
  border: `1px solid ${deploymentSurfaceTokens.strokeOutside}`,
5657
6060
  borderRadius: PANEL_RADIUS,
@@ -5663,19 +6066,19 @@ var DeploymentDashboardPanel = ({
5663
6066
  className,
5664
6067
  padding = 2
5665
6068
  }) => {
5666
- return /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(StyledPanel, { className, sx: { p: padding }, children });
6069
+ return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(StyledPanel, { className, sx: { p: padding }, children });
5667
6070
  };
5668
6071
 
5669
6072
  // src/components/layout/Avatar.tsx
5670
6073
  var import_Avatar = __toESM(require("@mui/material/Avatar"));
5671
- var import_styles30 = require("@mui/material/styles");
5672
- var import_jsx_runtime47 = require("react/jsx-runtime");
6074
+ var import_styles32 = require("@mui/material/styles");
6075
+ var import_jsx_runtime50 = require("react/jsx-runtime");
5673
6076
  var sizeMap = {
5674
6077
  small: 32,
5675
6078
  medium: 40,
5676
6079
  large: 56
5677
6080
  };
5678
- var StyledAvatar = (0, import_styles30.styled)(import_Avatar.default, {
6081
+ var StyledAvatar = (0, import_styles32.styled)(import_Avatar.default, {
5679
6082
  shouldForwardProp: (prop) => prop !== "avatarSize"
5680
6083
  })(({ avatarSize = 40 }) => ({
5681
6084
  width: avatarSize,
@@ -5686,18 +6089,18 @@ var StyledAvatar = (0, import_styles30.styled)(import_Avatar.default, {
5686
6089
  }));
5687
6090
  var Avatar5 = ({ size: size3 = "medium", ...props }) => {
5688
6091
  const avatarSize = typeof size3 === "number" ? size3 : sizeMap[size3];
5689
- return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(StyledAvatar, { avatarSize, ...props });
6092
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(StyledAvatar, { avatarSize, ...props });
5690
6093
  };
5691
6094
 
5692
6095
  // src/components/layout/Table.tsx
5693
6096
  var import_material31 = require("@mui/material");
5694
- var import_styles31 = require("@mui/material/styles");
5695
- var import_jsx_runtime48 = require("react/jsx-runtime");
5696
- var StyledTableContainer = (0, import_styles31.styled)(import_material31.TableContainer)({
6097
+ var import_styles33 = require("@mui/material/styles");
6098
+ var import_jsx_runtime51 = require("react/jsx-runtime");
6099
+ var StyledTableContainer = (0, import_styles33.styled)(import_material31.TableContainer)({
5697
6100
  borderRadius: 8,
5698
6101
  border: `1px solid ${colors.grey[200]}`
5699
6102
  });
5700
- var StyledTableHead = (0, import_styles31.styled)(import_material31.TableHead)({
6103
+ var StyledTableHead = (0, import_styles33.styled)(import_material31.TableHead)({
5701
6104
  backgroundColor: colors.grey[50],
5702
6105
  "& .MuiTableCell-head": {
5703
6106
  fontWeight: 600,
@@ -5705,7 +6108,7 @@ var StyledTableHead = (0, import_styles31.styled)(import_material31.TableHead)({
5705
6108
  }
5706
6109
  });
5707
6110
  var Table = ({ stickyHeader = false, children, ...props }) => {
5708
- return /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(StyledTableContainer, { children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(import_material31.Table, { stickyHeader, ...props, children }) });
6111
+ return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(StyledTableContainer, { children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(import_material31.Table, { stickyHeader, ...props, children }) });
5709
6112
  };
5710
6113
  var TableHeader = ({
5711
6114
  columns,
@@ -5713,7 +6116,7 @@ var TableHeader = ({
5713
6116
  order = "asc",
5714
6117
  onSort
5715
6118
  }) => {
5716
- return /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(StyledTableHead, { children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(import_material31.TableRow, { children: columns.map((column) => /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(import_material31.TableCell, { align: column.align || "left", children: column.sortable && onSort ? /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
6119
+ return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(StyledTableHead, { children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(import_material31.TableRow, { children: columns.map((column) => /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(import_material31.TableCell, { align: column.align || "left", children: column.sortable && onSort ? /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
5717
6120
  import_material31.TableSortLabel,
5718
6121
  {
5719
6122
  active: orderBy === column.id,
@@ -5730,10 +6133,10 @@ var import_material32 = require("@mui/material");
5730
6133
  // src/components/layout/Breadcrumbs.tsx
5731
6134
  var import_Breadcrumbs = __toESM(require("@mui/material/Breadcrumbs"));
5732
6135
  var import_Link3 = __toESM(require("@mui/material/Link"));
5733
- var import_Typography = __toESM(require("@mui/material/Typography"));
5734
- var import_styles32 = require("@mui/material/styles");
5735
- var import_jsx_runtime49 = require("react/jsx-runtime");
5736
- var StyledBreadcrumbs = (0, import_styles32.styled)(import_Breadcrumbs.default)({
6136
+ var import_Typography3 = __toESM(require("@mui/material/Typography"));
6137
+ var import_styles34 = require("@mui/material/styles");
6138
+ var import_jsx_runtime52 = require("react/jsx-runtime");
6139
+ var StyledBreadcrumbs = (0, import_styles34.styled)(import_Breadcrumbs.default)({
5737
6140
  "& .MuiBreadcrumbs-ol": {
5738
6141
  flexWrap: "nowrap"
5739
6142
  },
@@ -5741,7 +6144,7 @@ var StyledBreadcrumbs = (0, import_styles32.styled)(import_Breadcrumbs.default)(
5741
6144
  color: colors.text.secondary
5742
6145
  }
5743
6146
  });
5744
- var StyledLink2 = (0, import_styles32.styled)(import_Link3.default)({
6147
+ var StyledLink2 = (0, import_styles34.styled)(import_Link3.default)({
5745
6148
  color: colors.primary.main,
5746
6149
  textDecoration: "none",
5747
6150
  "&:hover": {
@@ -5749,12 +6152,12 @@ var StyledLink2 = (0, import_styles32.styled)(import_Link3.default)({
5749
6152
  }
5750
6153
  });
5751
6154
  var Breadcrumbs = ({ items, ...props }) => {
5752
- return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(StyledBreadcrumbs, { ...props, children: items.map((item, index) => {
6155
+ return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(StyledBreadcrumbs, { ...props, children: items.map((item, index) => {
5753
6156
  const isLast = index === items.length - 1;
5754
6157
  if (isLast || !item.href && !item.onClick) {
5755
- return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(import_Typography.default, { color: "text.primary", children: item.label }, index);
6158
+ return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(import_Typography3.default, { color: "text.primary", children: item.label }, index);
5756
6159
  }
5757
- return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
6160
+ return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
5758
6161
  StyledLink2,
5759
6162
  {
5760
6163
  href: item.href,
@@ -5774,9 +6177,9 @@ var Breadcrumbs = ({ items, ...props }) => {
5774
6177
  // src/components/layout/Accordion.tsx
5775
6178
  var import_material33 = require("@mui/material");
5776
6179
  var import_ExpandMore2 = __toESM(require("@mui/icons-material/ExpandMore"));
5777
- var import_styles33 = require("@mui/material/styles");
5778
- var import_jsx_runtime50 = require("react/jsx-runtime");
5779
- var StyledAccordion = (0, import_styles33.styled)(import_material33.Accordion)({
6180
+ var import_styles35 = require("@mui/material/styles");
6181
+ var import_jsx_runtime53 = require("react/jsx-runtime");
6182
+ var StyledAccordion = (0, import_styles35.styled)(import_material33.Accordion)({
5780
6183
  borderRadius: 8,
5781
6184
  boxShadow: "none",
5782
6185
  border: `1px solid ${colors.grey[200]}`,
@@ -5787,7 +6190,7 @@ var StyledAccordion = (0, import_styles33.styled)(import_material33.Accordion)({
5787
6190
  margin: 0
5788
6191
  }
5789
6192
  });
5790
- var StyledAccordionSummary = (0, import_styles33.styled)(import_material33.AccordionSummary)({
6193
+ var StyledAccordionSummary = (0, import_styles35.styled)(import_material33.AccordionSummary)({
5791
6194
  backgroundColor: colors.grey[50],
5792
6195
  borderRadius: "8px 8px 0 0",
5793
6196
  "&.Mui-expanded": {
@@ -5797,7 +6200,7 @@ var StyledAccordionSummary = (0, import_styles33.styled)(import_material33.Accor
5797
6200
  margin: "12px 0"
5798
6201
  }
5799
6202
  });
5800
- var StyledAccordionDetails = (0, import_styles33.styled)(import_material33.AccordionDetails)({
6203
+ var StyledAccordionDetails = (0, import_styles35.styled)(import_material33.AccordionDetails)({
5801
6204
  padding: "16px"
5802
6205
  });
5803
6206
  var Accordion = ({
@@ -5806,17 +6209,17 @@ var Accordion = ({
5806
6209
  defaultExpanded = false,
5807
6210
  ...props
5808
6211
  }) => {
5809
- return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(StyledAccordion, { defaultExpanded, ...props, children: [
5810
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(StyledAccordionSummary, { expandIcon: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(import_ExpandMore2.default, {}), children: title }),
5811
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(StyledAccordionDetails, { children })
6212
+ return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(StyledAccordion, { defaultExpanded, ...props, children: [
6213
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(StyledAccordionSummary, { expandIcon: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(import_ExpandMore2.default, {}), children: title }),
6214
+ /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(StyledAccordionDetails, { children })
5812
6215
  ] });
5813
6216
  };
5814
6217
 
5815
6218
  // src/components/layout/Paper.tsx
5816
6219
  var import_Paper = __toESM(require("@mui/material/Paper"));
5817
- var import_styles34 = require("@mui/material/styles");
5818
- var import_jsx_runtime51 = require("react/jsx-runtime");
5819
- var StyledPaper = (0, import_styles34.styled)(import_Paper.default)({
6220
+ var import_styles36 = require("@mui/material/styles");
6221
+ var import_jsx_runtime54 = require("react/jsx-runtime");
6222
+ var StyledPaper = (0, import_styles36.styled)(import_Paper.default)({
5820
6223
  borderRadius: 8,
5821
6224
  "&.MuiPaper-elevation": {
5822
6225
  boxShadow: "0px 2px 8px rgba(0, 0, 0, 0.08)"
@@ -5827,18 +6230,18 @@ var StyledPaper = (0, import_styles34.styled)(import_Paper.default)({
5827
6230
  }
5828
6231
  });
5829
6232
  var Paper2 = ({ variant = "elevation", ...props }) => {
5830
- return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(StyledPaper, { variant, elevation: variant === "elevation" ? 1 : 0, ...props });
6233
+ return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(StyledPaper, { variant, elevation: variant === "elevation" ? 1 : 0, ...props });
5831
6234
  };
5832
6235
 
5833
6236
  // src/components/layout/Divider.tsx
5834
- var import_Divider = __toESM(require("@mui/material/Divider"));
5835
- var import_styles35 = require("@mui/material/styles");
5836
- var import_jsx_runtime52 = require("react/jsx-runtime");
5837
- var StyledDivider = (0, import_styles35.styled)(import_Divider.default)({
6237
+ var import_Divider2 = __toESM(require("@mui/material/Divider"));
6238
+ var import_styles37 = require("@mui/material/styles");
6239
+ var import_jsx_runtime55 = require("react/jsx-runtime");
6240
+ var StyledDivider2 = (0, import_styles37.styled)(import_Divider2.default)({
5838
6241
  borderColor: colors.grey[200]
5839
6242
  });
5840
- var Divider4 = ({ ...props }) => {
5841
- return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(StyledDivider, { ...props });
6243
+ var Divider6 = ({ ...props }) => {
6244
+ return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(StyledDivider2, { ...props });
5842
6245
  };
5843
6246
 
5844
6247
  // src/components/layout/Stack.tsx
@@ -5855,9 +6258,9 @@ var import_material37 = require("@mui/material");
5855
6258
 
5856
6259
  // src/components/layout/AppBar.tsx
5857
6260
  var import_material38 = require("@mui/material");
5858
- var import_styles36 = require("@mui/material/styles");
5859
- var import_jsx_runtime53 = require("react/jsx-runtime");
5860
- var StyledAppBar = (0, import_styles36.styled)(import_material38.AppBar, {
6261
+ var import_styles38 = require("@mui/material/styles");
6262
+ var import_jsx_runtime56 = require("react/jsx-runtime");
6263
+ var StyledAppBar = (0, import_styles38.styled)(import_material38.AppBar, {
5861
6264
  shouldForwardProp: (prop) => prop !== "appBarHeight"
5862
6265
  })(({ appBarHeight = 64 }) => ({
5863
6266
  backgroundColor: colors.background.paper,
@@ -5866,21 +6269,21 @@ var StyledAppBar = (0, import_styles36.styled)(import_material38.AppBar, {
5866
6269
  height: appBarHeight,
5867
6270
  zIndex: 1300
5868
6271
  }));
5869
- var StyledToolbar = (0, import_styles36.styled)(import_material38.Toolbar)(({ theme: theme2 }) => ({
6272
+ var StyledToolbar = (0, import_styles38.styled)(import_material38.Toolbar)(({ theme: theme2 }) => ({
5870
6273
  height: "100%",
5871
6274
  paddingLeft: theme2.spacing(2),
5872
6275
  paddingRight: theme2.spacing(2),
5873
6276
  gap: theme2.spacing(2)
5874
6277
  }));
5875
6278
  var AppBar = ({ height = 64, children, ...props }) => {
5876
- return /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(StyledAppBar, { position: "fixed", appBarHeight: height, ...props, children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(StyledToolbar, { children }) });
6279
+ return /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(StyledAppBar, { position: "fixed", appBarHeight: height, ...props, children: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(StyledToolbar, { children }) });
5877
6280
  };
5878
6281
 
5879
6282
  // src/components/layout/Collapse.tsx
5880
6283
  var import_material39 = require("@mui/material");
5881
- var import_jsx_runtime54 = require("react/jsx-runtime");
6284
+ var import_jsx_runtime57 = require("react/jsx-runtime");
5882
6285
  var Collapse = (props) => {
5883
- return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(import_material39.Collapse, { ...props });
6286
+ return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(import_material39.Collapse, { ...props });
5884
6287
  };
5885
6288
 
5886
6289
  // src/components/feedback/Alert.tsx
@@ -5888,9 +6291,9 @@ var import_react15 = __toESM(require("react"));
5888
6291
  var import_Alert = __toESM(require("@mui/material/Alert"));
5889
6292
  var import_material40 = require("@mui/material");
5890
6293
  var import_Snackbar = __toESM(require("@mui/material/Snackbar"));
5891
- var import_styles37 = require("@mui/material/styles");
5892
- var import_jsx_runtime55 = require("react/jsx-runtime");
5893
- var StyledAlert = (0, import_styles37.styled)(import_Alert.default)({
6294
+ var import_styles39 = require("@mui/material/styles");
6295
+ var import_jsx_runtime58 = require("react/jsx-runtime");
6296
+ var StyledAlert = (0, import_styles39.styled)(import_Alert.default)({
5894
6297
  borderRadius: 8,
5895
6298
  "&.MuiAlert-filled": {
5896
6299
  borderRadius: 8
@@ -5902,12 +6305,12 @@ var Alert2 = ({
5902
6305
  children,
5903
6306
  ...props
5904
6307
  }) => {
5905
- return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(StyledAlert, { severity, ...props, children: [
5906
- title && /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(import_material40.AlertTitle, { children: title }),
6308
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(StyledAlert, { severity, ...props, children: [
6309
+ title && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(import_material40.AlertTitle, { children: title }),
5907
6310
  children
5908
6311
  ] });
5909
6312
  };
5910
- var StyledSnackbar = (0, import_styles37.styled)(import_Snackbar.default)({});
6313
+ var StyledSnackbar = (0, import_styles39.styled)(import_Snackbar.default)({});
5911
6314
  var Snackbar2 = ({
5912
6315
  message,
5913
6316
  severity = "info",
@@ -5925,7 +6328,7 @@ var Snackbar2 = ({
5925
6328
  }
5926
6329
  onClose?.();
5927
6330
  };
5928
- const content = children || (message ? /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
6331
+ const content = children || (message ? /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
5929
6332
  Alert2,
5930
6333
  {
5931
6334
  onClose: onClose ? handleClose : void 0,
@@ -5951,7 +6354,7 @@ var Snackbar2 = ({
5951
6354
  }
5952
6355
  );
5953
6356
  NoTransition.displayName = "NoTransition";
5954
- return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
6357
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
5955
6358
  StyledSnackbar,
5956
6359
  {
5957
6360
  anchorOrigin,
@@ -5972,14 +6375,14 @@ var Snackbar2 = ({
5972
6375
 
5973
6376
  // src/components/feedback/EmptyState.tsx
5974
6377
  var import_material41 = require("@mui/material");
5975
- var import_jsx_runtime56 = require("react/jsx-runtime");
6378
+ var import_jsx_runtime59 = require("react/jsx-runtime");
5976
6379
  var EmptyState = ({
5977
6380
  title = "No items found",
5978
6381
  description,
5979
6382
  icon,
5980
6383
  action
5981
6384
  }) => {
5982
- return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(
6385
+ return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(
5983
6386
  import_material41.Box,
5984
6387
  {
5985
6388
  sx: {
@@ -5992,7 +6395,7 @@ var EmptyState = ({
5992
6395
  minHeight: 200
5993
6396
  },
5994
6397
  children: [
5995
- icon && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
6398
+ icon && /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
5996
6399
  import_material41.Box,
5997
6400
  {
5998
6401
  sx: {
@@ -6003,9 +6406,9 @@ var EmptyState = ({
6003
6406
  children: icon
6004
6407
  }
6005
6408
  ),
6006
- /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(import_material41.Typography, { variant: "h6", sx: { marginBottom: 1, color: colors.text.primary }, children: title }),
6007
- description && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(import_material41.Typography, { variant: "body2", sx: { color: colors.text.secondary, marginBottom: 3 }, children: description }),
6008
- action && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(import_material41.Box, { children: action })
6409
+ /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_material41.Typography, { variant: "h6", sx: { marginBottom: 1, color: colors.text.primary }, children: title }),
6410
+ description && /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_material41.Typography, { variant: "body2", sx: { color: colors.text.secondary, marginBottom: 3 }, children: description }),
6411
+ action && /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_material41.Box, { children: action })
6009
6412
  ]
6010
6413
  }
6011
6414
  );
@@ -6013,13 +6416,13 @@ var EmptyState = ({
6013
6416
 
6014
6417
  // src/components/feedback/Loading.tsx
6015
6418
  var import_material42 = require("@mui/material");
6016
- var import_jsx_runtime57 = require("react/jsx-runtime");
6419
+ var import_jsx_runtime60 = require("react/jsx-runtime");
6017
6420
  var Loading = ({
6018
6421
  message = "Loading...",
6019
6422
  size: size3 = 40,
6020
6423
  fullScreen = false
6021
6424
  }) => {
6022
- const content = /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
6425
+ const content = /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(
6023
6426
  import_material42.Box,
6024
6427
  {
6025
6428
  sx: {
@@ -6042,8 +6445,8 @@ var Loading = ({
6042
6445
  }
6043
6446
  },
6044
6447
  children: [
6045
- /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(import_material42.CircularProgress, { size: size3, thickness: 4 }),
6046
- message && /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(import_material42.Typography, { variant: "body2", color: "text.secondary", children: message })
6448
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(import_material42.CircularProgress, { size: size3, thickness: 4 }),
6449
+ message && /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(import_material42.Typography, { variant: "body2", color: "text.secondary", children: message })
6047
6450
  ]
6048
6451
  }
6049
6452
  );
@@ -6052,13 +6455,13 @@ var Loading = ({
6052
6455
 
6053
6456
  // src/components/feedback/AppLoading.tsx
6054
6457
  var import_material43 = require("@mui/material");
6055
- var import_jsx_runtime58 = require("react/jsx-runtime");
6458
+ var import_jsx_runtime61 = require("react/jsx-runtime");
6056
6459
  var AppLoading = ({
6057
6460
  message = "Loading...",
6058
6461
  logo = "/icons/logo.png",
6059
6462
  sx = {}
6060
6463
  }) => {
6061
- return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
6464
+ return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(
6062
6465
  import_material43.Box,
6063
6466
  {
6064
6467
  sx: {
@@ -6077,7 +6480,7 @@ var AppLoading = ({
6077
6480
  ...sx
6078
6481
  },
6079
6482
  children: [
6080
- logo && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
6483
+ logo && /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
6081
6484
  import_material43.Box,
6082
6485
  {
6083
6486
  component: "img",
@@ -6090,8 +6493,8 @@ var AppLoading = ({
6090
6493
  }
6091
6494
  }
6092
6495
  ),
6093
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(import_material43.CircularProgress, { size: 40, thickness: 4, sx: { mb: 2 } }),
6094
- /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(import_material43.Typography, { variant: "body1", color: "text.secondary", children: message })
6496
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_material43.CircularProgress, { size: 40, thickness: 4, sx: { mb: 2 } }),
6497
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_material43.Typography, { variant: "body1", color: "text.secondary", children: message })
6095
6498
  ]
6096
6499
  }
6097
6500
  );
@@ -6099,22 +6502,22 @@ var AppLoading = ({
6099
6502
 
6100
6503
  // src/components/feedback/CircularProgress.tsx
6101
6504
  var import_material44 = require("@mui/material");
6102
- var import_jsx_runtime59 = require("react/jsx-runtime");
6505
+ var import_jsx_runtime62 = require("react/jsx-runtime");
6103
6506
  var CircularProgress6 = ({
6104
6507
  size: size3 = 40,
6105
6508
  thickness = 4,
6106
6509
  ...props
6107
6510
  }) => {
6108
- return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_material44.CircularProgress, { size: size3, thickness, ...props });
6511
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_material44.CircularProgress, { size: size3, thickness, ...props });
6109
6512
  };
6110
6513
 
6111
6514
  // src/components/icons/ActivityAppIcon.tsx
6112
6515
  var import_react16 = require("react");
6113
6516
  var import_material45 = require("@mui/material");
6114
- var import_jsx_runtime60 = require("react/jsx-runtime");
6115
- var ActivityAppIcon = (0, import_react16.memo)((props) => /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(import_material45.SvgIcon, { ...props, viewBox: "0 0 36 36", children: [
6116
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("rect", { fill: "none", stroke: "currentColor", width: 34, height: 34, x: 1, y: 1, strokeWidth: 1.5, rx: 6.8 }),
6117
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
6517
+ var import_jsx_runtime63 = require("react/jsx-runtime");
6518
+ var ActivityAppIcon = (0, import_react16.memo)((props) => /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(import_material45.SvgIcon, { ...props, viewBox: "0 0 36 36", children: [
6519
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("rect", { fill: "none", stroke: "currentColor", width: 34, height: 34, x: 1, y: 1, strokeWidth: 1.5, rx: 6.8 }),
6520
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
6118
6521
  "rect",
6119
6522
  {
6120
6523
  fill: "none",
@@ -6127,7 +6530,7 @@ var ActivityAppIcon = (0, import_react16.memo)((props) => /* @__PURE__ */ (0, im
6127
6530
  rx: 1.7
6128
6531
  }
6129
6532
  ),
6130
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
6533
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
6131
6534
  "rect",
6132
6535
  {
6133
6536
  fill: "none",
@@ -6140,7 +6543,7 @@ var ActivityAppIcon = (0, import_react16.memo)((props) => /* @__PURE__ */ (0, im
6140
6543
  rx: 1.7
6141
6544
  }
6142
6545
  ),
6143
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
6546
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
6144
6547
  "rect",
6145
6548
  {
6146
6549
  fill: "none",
@@ -6157,9 +6560,9 @@ var ActivityAppIcon = (0, import_react16.memo)((props) => /* @__PURE__ */ (0, im
6157
6560
 
6158
6561
  // src/components/icons/ArrowLeft.tsx
6159
6562
  var import_material46 = require("@mui/material");
6160
- var import_jsx_runtime61 = require("react/jsx-runtime");
6563
+ var import_jsx_runtime64 = require("react/jsx-runtime");
6161
6564
  var LeftArrowIcon = (props) => {
6162
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_material46.SvgIcon, { ...props, width: "24", height: "24", viewBox: "0 0 24 24", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("g", { id: " Arrow Left", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
6565
+ return /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(import_material46.SvgIcon, { ...props, width: "24", height: "24", viewBox: "0 0 24 24", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("g", { id: " Arrow Left", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6163
6566
  "path",
6164
6567
  {
6165
6568
  id: "Vector (Stroke)",
@@ -6173,9 +6576,9 @@ var LeftArrowIcon = (props) => {
6173
6576
 
6174
6577
  // src/components/icons/ArrowRight.tsx
6175
6578
  var import_material47 = require("@mui/material");
6176
- var import_jsx_runtime62 = require("react/jsx-runtime");
6579
+ var import_jsx_runtime65 = require("react/jsx-runtime");
6177
6580
  var RightArrowIcon = (props) => {
6178
- return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_material47.SvgIcon, { ...props, width: "25", height: "24", viewBox: "0 0 25 24", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
6581
+ return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(import_material47.SvgIcon, { ...props, width: "25", height: "24", viewBox: "0 0 25 24", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
6179
6582
  "path",
6180
6583
  {
6181
6584
  fillRule: "evenodd",
@@ -6188,10 +6591,10 @@ var RightArrowIcon = (props) => {
6188
6591
 
6189
6592
  // src/components/icons/AvatarIcon.tsx
6190
6593
  var import_material48 = require("@mui/material");
6191
- var import_jsx_runtime63 = require("react/jsx-runtime");
6594
+ var import_jsx_runtime66 = require("react/jsx-runtime");
6192
6595
  var AvatarIcon = (props) => {
6193
- return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(import_material48.SvgIcon, { ...props, viewBox: "0 0 16 16", children: [
6194
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
6596
+ return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(import_material48.SvgIcon, { ...props, viewBox: "0 0 16 16", children: [
6597
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6195
6598
  "path",
6196
6599
  {
6197
6600
  fillRule: "evenodd",
@@ -6200,7 +6603,7 @@ var AvatarIcon = (props) => {
6200
6603
  fill: "#1D1B20"
6201
6604
  }
6202
6605
  ),
6203
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
6606
+ /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6204
6607
  "path",
6205
6608
  {
6206
6609
  fillRule: "evenodd",
@@ -6215,9 +6618,9 @@ var AvatarIcon = (props) => {
6215
6618
  // src/components/icons/BarTrackingIcon.tsx
6216
6619
  var import_react17 = require("react");
6217
6620
  var import_material49 = require("@mui/material");
6218
- var import_jsx_runtime64 = require("react/jsx-runtime");
6219
- var BarTrackingIcon = (0, import_react17.memo)((props) => /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(import_material49.SvgIcon, { ...props, viewBox: "0 0 96 97", children: [
6220
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6621
+ var import_jsx_runtime67 = require("react/jsx-runtime");
6622
+ var BarTrackingIcon = (0, import_react17.memo)((props) => /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(import_material49.SvgIcon, { ...props, viewBox: "0 0 96 97", children: [
6623
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6221
6624
  "rect",
6222
6625
  {
6223
6626
  x: "7.19922",
@@ -6230,7 +6633,7 @@ var BarTrackingIcon = (0, import_react17.memo)((props) => /* @__PURE__ */ (0, im
6230
6633
  fill: "none"
6231
6634
  }
6232
6635
  ),
6233
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6636
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6234
6637
  "rect",
6235
6638
  {
6236
6639
  x: "21.0371",
@@ -6243,7 +6646,7 @@ var BarTrackingIcon = (0, import_react17.memo)((props) => /* @__PURE__ */ (0, im
6243
6646
  strokeWidth: "2"
6244
6647
  }
6245
6648
  ),
6246
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6649
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6247
6650
  "rect",
6248
6651
  {
6249
6652
  x: "40.4746",
@@ -6256,7 +6659,7 @@ var BarTrackingIcon = (0, import_react17.memo)((props) => /* @__PURE__ */ (0, im
6256
6659
  strokeWidth: "2"
6257
6660
  }
6258
6661
  ),
6259
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
6662
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6260
6663
  "rect",
6261
6664
  {
6262
6665
  x: "59.8828",
@@ -6274,8 +6677,8 @@ var BarTrackingIcon = (0, import_react17.memo)((props) => /* @__PURE__ */ (0, im
6274
6677
  // src/components/icons/ClockIcon.tsx
6275
6678
  var import_react18 = require("react");
6276
6679
  var import_material50 = require("@mui/material");
6277
- var import_jsx_runtime65 = require("react/jsx-runtime");
6278
- var ClockIcon = (0, import_react18.memo)((props) => /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(import_material50.SvgIcon, { ...props, viewBox: "0 0 22 22", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
6680
+ var import_jsx_runtime68 = require("react/jsx-runtime");
6681
+ var ClockIcon = (0, import_react18.memo)((props) => /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(import_material50.SvgIcon, { ...props, viewBox: "0 0 22 22", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6279
6682
  "path",
6280
6683
  {
6281
6684
  fill: "currentColor",
@@ -6288,9 +6691,9 @@ var ClockIcon = (0, import_react18.memo)((props) => /* @__PURE__ */ (0, import_j
6288
6691
  // src/components/icons/CloudFlashIcon.tsx
6289
6692
  var import_react19 = require("react");
6290
6693
  var import_material51 = require("@mui/material");
6291
- var import_jsx_runtime66 = require("react/jsx-runtime");
6292
- var CloudFlashIcon = (0, import_react19.memo)((props) => /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(import_material51.SvgIcon, { ...props, fill: "none", viewBox: "0 0 96 97", children: [
6293
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6694
+ var import_jsx_runtime69 = require("react/jsx-runtime");
6695
+ var CloudFlashIcon = (0, import_react19.memo)((props) => /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(import_material51.SvgIcon, { ...props, fill: "none", viewBox: "0 0 96 97", children: [
6696
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
6294
6697
  "path",
6295
6698
  {
6296
6699
  d: "M18.8029 43.3396V43.2933H19.8029C20.3752 43.2933 20.9384 43.328 21.4908 43.3937C21.9111 39.4438 22.9817 34.2181 25.6601 29.8138C28.6259 24.937 33.5595 21.0898 41.5689 21.0898C46.9417 21.0898 50.8839 22.9055 53.7292 25.6773C56.5498 28.4249 58.2303 32.0495 59.2307 35.5901C60.1768 38.9386 60.5315 42.2718 60.6446 44.8476C60.891 44.4671 61.1651 44.0792 61.4696 43.691C63.7235 40.8178 67.6089 37.9824 74.0317 37.9824C77.222 37.9824 79.8196 38.6871 81.9219 39.7574L81.9232 39.7581C86.8327 42.2671 89.793 47.4136 89.793 52.8846V54.7368C89.793 65.644 80.9404 74.4889 70.0269 74.4889H18.865C11.867 74.4889 6.19295 68.8202 6.19295 61.8256V57.184C6.19295 49.9845 11.6911 43.8799 18.8029 43.3396Z",
@@ -6299,7 +6702,7 @@ var CloudFlashIcon = (0, import_react19.memo)((props) => /* @__PURE__ */ (0, imp
6299
6702
  strokeWidth: "2"
6300
6703
  }
6301
6704
  ),
6302
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6705
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
6303
6706
  "path",
6304
6707
  {
6305
6708
  d: "M79.1804 45.7001C79.1804 45.7001 60.7908 47.259 60.7908 10.0898C60.7908 10.0898 60.9856 45.7768 43.1934 45.7768C43.1934 45.7768 61.1933 48.1151 61.1933 67.6899C61.1933 67.6899 61.1933 45.7001 79.1934 45.7001H79.1804Z",
@@ -6313,9 +6716,9 @@ var CloudFlashIcon = (0, import_react19.memo)((props) => /* @__PURE__ */ (0, imp
6313
6716
  // src/components/icons/DecentralizedServerIcon.tsx
6314
6717
  var import_react20 = require("react");
6315
6718
  var import_material52 = require("@mui/material");
6316
- var import_jsx_runtime67 = require("react/jsx-runtime");
6317
- var DecentralizedServerIcon = (0, import_react20.memo)((props) => /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(import_material52.SvgIcon, { ...props, viewBox: "0 0 96 97", children: [
6318
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6719
+ var import_jsx_runtime70 = require("react/jsx-runtime");
6720
+ var DecentralizedServerIcon = (0, import_react20.memo)((props) => /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(import_material52.SvgIcon, { ...props, viewBox: "0 0 96 97", children: [
6721
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6319
6722
  "path",
6320
6723
  {
6321
6724
  d: "M14.5706 15.0858L48.016 8.29688L81.3694 15.0858L88.2242 48.3742L81.3694 81.6556L48.016 88.4445L14.5706 81.6556L7.80078 48.3742L14.5706 15.0858Z",
@@ -6326,7 +6729,7 @@ var DecentralizedServerIcon = (0, import_react20.memo)((props) => /* @__PURE__ *
6326
6729
  strokeLinejoin: "round"
6327
6730
  }
6328
6731
  ),
6329
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6732
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6330
6733
  "path",
6331
6734
  {
6332
6735
  d: "M48.0118 11.2609C49.6622 11.2609 51.0001 9.92755 51.0001 8.28279C51.0001 6.63803 49.6622 5.30469 48.0118 5.30469C46.3614 5.30469 45.0234 6.63803 45.0234 8.28279C45.0234 9.92755 46.3614 11.2609 48.0118 11.2609Z",
@@ -6337,7 +6740,7 @@ var DecentralizedServerIcon = (0, import_react20.memo)((props) => /* @__PURE__ *
6337
6740
  strokeLinejoin: "round"
6338
6741
  }
6339
6742
  ),
6340
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6743
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6341
6744
  "path",
6342
6745
  {
6343
6746
  d: "M48.0118 91.4132C49.6622 91.4132 51.0001 90.0799 51.0001 88.4351C51.0001 86.7904 49.6622 85.457 48.0118 85.457C46.3614 85.457 45.0234 86.7904 45.0234 88.4351C45.0234 90.0799 46.3614 91.4132 48.0118 91.4132Z",
@@ -6348,7 +6751,7 @@ var DecentralizedServerIcon = (0, import_react20.memo)((props) => /* @__PURE__ *
6348
6751
  strokeLinejoin: "round"
6349
6752
  }
6350
6753
  ),
6351
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6754
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6352
6755
  "path",
6353
6756
  {
6354
6757
  d: "M7.79304 51.339C9.44346 51.339 10.7814 50.0057 10.7814 48.3609C10.7814 46.7162 9.44346 45.3828 7.79304 45.3828C6.14262 45.3828 4.80469 46.7162 4.80469 48.3609C4.80469 50.0057 6.14262 51.339 7.79304 51.339Z",
@@ -6359,7 +6762,7 @@ var DecentralizedServerIcon = (0, import_react20.memo)((props) => /* @__PURE__ *
6359
6762
  strokeLinejoin: "round"
6360
6763
  }
6361
6764
  ),
6362
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6765
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6363
6766
  "path",
6364
6767
  {
6365
6768
  d: "M88.2247 51.339C89.8751 51.339 91.213 50.0057 91.213 48.3609C91.213 46.7162 89.8751 45.3828 88.2247 45.3828C86.5743 45.3828 85.2363 46.7162 85.2363 48.3609C85.2363 50.0057 86.5743 51.339 88.2247 51.339Z",
@@ -6370,7 +6773,7 @@ var DecentralizedServerIcon = (0, import_react20.memo)((props) => /* @__PURE__ *
6370
6773
  strokeLinejoin: "round"
6371
6774
  }
6372
6775
  ),
6373
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6776
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6374
6777
  "path",
6375
6778
  {
6376
6779
  d: "M81.3477 18.0539C82.9982 18.0539 84.3361 16.7205 84.3361 15.0758C84.3361 13.431 82.9982 12.0977 81.3477 12.0977C79.6973 12.0977 78.3594 13.431 78.3594 15.0758C78.3594 16.7205 79.6973 18.0539 81.3477 18.0539Z",
@@ -6381,7 +6784,7 @@ var DecentralizedServerIcon = (0, import_react20.memo)((props) => /* @__PURE__ *
6381
6784
  strokeLinejoin: "round"
6382
6785
  }
6383
6786
  ),
6384
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6787
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6385
6788
  "path",
6386
6789
  {
6387
6790
  d: "M14.5508 84.6203C16.2013 84.6203 17.5392 83.2869 17.5392 81.6422C17.5392 79.9974 16.2013 78.6641 14.5508 78.6641C12.9004 78.6641 11.5625 79.9974 11.5625 81.6422C11.5625 83.2869 12.9004 84.6203 14.5508 84.6203Z",
@@ -6392,7 +6795,7 @@ var DecentralizedServerIcon = (0, import_react20.memo)((props) => /* @__PURE__ *
6392
6795
  strokeLinejoin: "round"
6393
6796
  }
6394
6797
  ),
6395
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6798
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6396
6799
  "path",
6397
6800
  {
6398
6801
  d: "M81.3477 84.6203C82.9982 84.6203 84.3361 83.2869 84.3361 81.6422C84.3361 79.9974 82.9982 78.6641 81.3477 78.6641C79.6973 78.6641 78.3594 79.9974 78.3594 81.6422C78.3594 83.2869 79.6973 84.6203 81.3477 84.6203Z",
@@ -6403,7 +6806,7 @@ var DecentralizedServerIcon = (0, import_react20.memo)((props) => /* @__PURE__ *
6403
6806
  strokeLinejoin: "round"
6404
6807
  }
6405
6808
  ),
6406
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6809
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6407
6810
  "path",
6408
6811
  {
6409
6812
  d: "M14.5508 18.0539C16.2013 18.0539 17.5392 16.7205 17.5392 15.0758C17.5392 13.431 16.2013 12.0977 14.5508 12.0977C12.9004 12.0977 11.5625 13.431 11.5625 15.0758C11.5625 16.7205 12.9004 18.0539 14.5508 18.0539Z",
@@ -6414,7 +6817,7 @@ var DecentralizedServerIcon = (0, import_react20.memo)((props) => /* @__PURE__ *
6414
6817
  strokeLinejoin: "round"
6415
6818
  }
6416
6819
  ),
6417
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6820
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6418
6821
  "rect",
6419
6822
  {
6420
6823
  x: "22.623",
@@ -6427,7 +6830,7 @@ var DecentralizedServerIcon = (0, import_react20.memo)((props) => /* @__PURE__ *
6427
6830
  strokeWidth: "2"
6428
6831
  }
6429
6832
  ),
6430
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6833
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6431
6834
  "rect",
6432
6835
  {
6433
6836
  x: "22.623",
@@ -6440,7 +6843,7 @@ var DecentralizedServerIcon = (0, import_react20.memo)((props) => /* @__PURE__ *
6440
6843
  strokeWidth: "2"
6441
6844
  }
6442
6845
  ),
6443
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6846
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6444
6847
  "rect",
6445
6848
  {
6446
6849
  x: "22.623",
@@ -6453,7 +6856,7 @@ var DecentralizedServerIcon = (0, import_react20.memo)((props) => /* @__PURE__ *
6453
6856
  strokeWidth: "2"
6454
6857
  }
6455
6858
  ),
6456
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6859
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6457
6860
  "path",
6458
6861
  {
6459
6862
  d: "M29.612 37.1542C31.2803 37.1542 32.634 35.8026 32.634 34.1337C32.634 32.4649 31.2803 31.1133 29.612 31.1133C27.9437 31.1133 26.5901 32.4649 26.5901 34.1337C26.5901 35.8026 27.9437 37.1542 29.612 37.1542Z",
@@ -6463,7 +6866,7 @@ var DecentralizedServerIcon = (0, import_react20.memo)((props) => /* @__PURE__ *
6463
6866
  strokeMiterlimit: "10"
6464
6867
  }
6465
6868
  ),
6466
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6869
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6467
6870
  "path",
6468
6871
  {
6469
6872
  d: "M40.3464 37.1542C42.0147 37.1542 43.3684 35.8026 43.3684 34.1337C43.3684 32.4649 42.0147 31.1133 40.3464 31.1133C38.6782 31.1133 37.3245 32.4649 37.3245 34.1337C37.3245 35.8026 38.6782 37.1542 40.3464 37.1542Z",
@@ -6473,7 +6876,7 @@ var DecentralizedServerIcon = (0, import_react20.memo)((props) => /* @__PURE__ *
6473
6876
  strokeMiterlimit: "10"
6474
6877
  }
6475
6878
  ),
6476
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6879
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6477
6880
  "path",
6478
6881
  {
6479
6882
  d: "M51.0808 37.1542C52.7491 37.1542 54.1028 35.8026 54.1028 34.1337C54.1028 32.4649 52.7491 31.1133 51.0808 31.1133C49.4125 31.1133 48.0588 32.4649 48.0588 34.1337C48.0588 35.8026 49.4125 37.1542 51.0808 37.1542Z",
@@ -6488,8 +6891,8 @@ var DecentralizedServerIcon = (0, import_react20.memo)((props) => /* @__PURE__ *
6488
6891
  // src/components/icons/DiscordIcon.tsx
6489
6892
  var import_react21 = require("react");
6490
6893
  var import_material53 = require("@mui/material");
6491
- var import_jsx_runtime68 = require("react/jsx-runtime");
6492
- var DiscordIcon = (0, import_react21.memo)((props) => /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(import_material53.SvgIcon, { ...props, viewBox: "0 0 15 12", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6894
+ var import_jsx_runtime71 = require("react/jsx-runtime");
6895
+ var DiscordIcon = (0, import_react21.memo)((props) => /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(import_material53.SvgIcon, { ...props, viewBox: "0 0 15 12", children: /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6493
6896
  "path",
6494
6897
  {
6495
6898
  fill: "currentColor",
@@ -6500,16 +6903,16 @@ var DiscordIcon = (0, import_react21.memo)((props) => /* @__PURE__ */ (0, import
6500
6903
  // src/components/icons/DownloadIcon.tsx
6501
6904
  var import_react22 = require("react");
6502
6905
  var import_material54 = require("@mui/material");
6503
- var import_jsx_runtime69 = require("react/jsx-runtime");
6504
- var DownloadIcon = (0, import_react22.memo)((props) => /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(import_material54.SvgIcon, { ...props, viewBox: "0 0 17 16", fill: "none", children: [
6505
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
6906
+ var import_jsx_runtime72 = require("react/jsx-runtime");
6907
+ var DownloadIcon = (0, import_react22.memo)((props) => /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(import_material54.SvgIcon, { ...props, viewBox: "0 0 17 16", fill: "none", children: [
6908
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6506
6909
  "path",
6507
6910
  {
6508
6911
  d: "M8.86902 11.0041C8.77429 11.1077 8.64038 11.1667 8.5 11.1667C8.35962 11.1667 8.22571 11.1077 8.13099 11.0041L5.46432 8.08738C5.27799 7.88358 5.29215 7.56732 5.49595 7.38099C5.69975 7.19465 6.01602 7.20881 6.20235 7.41262L8 9.3788V2C8 1.72386 8.22386 1.5 8.5 1.5C8.77614 1.5 9 1.72386 9 2V9.3788L10.7977 7.41262C10.984 7.20881 11.3003 7.19465 11.5041 7.38099C11.7079 7.56732 11.722 7.88358 11.5357 8.08738L8.86902 11.0041Z",
6509
6912
  fill: "currentColor"
6510
6913
  }
6511
6914
  ),
6512
- /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
6915
+ /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6513
6916
  "path",
6514
6917
  {
6515
6918
  d: "M3 10C3 9.72386 2.77614 9.5 2.5 9.5C2.22386 9.5 2 9.72386 2 10V10.0366C1.99999 10.9483 1.99998 11.6832 2.07768 12.2612C2.15836 12.8612 2.33096 13.3665 2.73223 13.7678C3.13351 14.169 3.63876 14.3416 4.23883 14.4223C4.81681 14.5 5.55169 14.5 6.46342 14.5H10.5366C11.4483 14.5 12.1832 14.5 12.7612 14.4223C13.3612 14.3416 13.8665 14.169 14.2678 13.7678C14.669 13.3665 14.8416 12.8612 14.9223 12.2612C15 11.6832 15 10.9483 15 10.0366V10C15 9.72386 14.7761 9.5 14.5 9.5C14.2239 9.5 14 9.72386 14 10C14 10.9569 13.9989 11.6244 13.9312 12.1279C13.8655 12.6171 13.7452 12.8762 13.5607 13.0607C13.3762 13.2452 13.1171 13.3655 12.6279 13.4312C12.1244 13.4989 11.4569 13.5 10.5 13.5H6.5C5.54306 13.5 4.87565 13.4989 4.37208 13.4312C3.8829 13.3655 3.62385 13.2452 3.43934 13.0607C3.25483 12.8762 3.13453 12.6171 3.06877 12.1279C3.00106 11.6244 3 10.9569 3 10Z",
@@ -6521,11 +6924,11 @@ var DownloadIcon = (0, import_react22.memo)((props) => /* @__PURE__ */ (0, impor
6521
6924
  // src/components/icons/FilledFolderIcon.tsx
6522
6925
  var import_react23 = require("react");
6523
6926
  var import_material55 = require("@mui/material");
6524
- var import_jsx_runtime70 = require("react/jsx-runtime");
6525
- var FilledFolderIcon = (0, import_react23.memo)((props) => /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(import_material55.SvgIcon, { sx: { fill: "none" }, ...props, fill: "none", viewBox: "0 0 22 22", children: [
6526
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("rect", { x: "0.5", y: "0.5", width: "21", height: "21", rx: "4.5", fill: "#FCF8EC" }),
6527
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)("rect", { x: "0.5", y: "0.5", width: "21", height: "21", rx: "4.5", stroke: "#E1B43E" }),
6528
- /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
6927
+ var import_jsx_runtime73 = require("react/jsx-runtime");
6928
+ var FilledFolderIcon = (0, import_react23.memo)((props) => /* @__PURE__ */ (0, import_jsx_runtime73.jsxs)(import_material55.SvgIcon, { sx: { fill: "none" }, ...props, fill: "none", viewBox: "0 0 22 22", children: [
6929
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("rect", { x: "0.5", y: "0.5", width: "21", height: "21", rx: "4.5", fill: "#FCF8EC" }),
6930
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)("rect", { x: "0.5", y: "0.5", width: "21", height: "21", rx: "4.5", stroke: "#E1B43E" }),
6931
+ /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
6529
6932
  "path",
6530
6933
  {
6531
6934
  fillRule: "evenodd",
@@ -6539,11 +6942,11 @@ var FilledFolderIcon = (0, import_react23.memo)((props) => /* @__PURE__ */ (0, i
6539
6942
  // src/components/icons/FolderIcon.tsx
6540
6943
  var import_react24 = require("react");
6541
6944
  var import_material56 = require("@mui/material");
6542
- var import_jsx_runtime71 = require("react/jsx-runtime");
6543
- var FolderIcon = (0, import_react24.memo)((props) => /* @__PURE__ */ (0, import_jsx_runtime71.jsxs)(import_material56.SvgIcon, { sx: { fill: "none" }, ...props, fill: "none", viewBox: "0 0 22 22", children: [
6544
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("rect", { x: "0.5", y: "0.5", width: "21", height: "21", rx: "4.5", fill: "#F5F7FA" }),
6545
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)("rect", { x: "0.5", y: "0.5", width: "21", height: "21", rx: "4.5", stroke: "#E6E6E6" }),
6546
- /* @__PURE__ */ (0, import_jsx_runtime71.jsx)(
6945
+ var import_jsx_runtime74 = require("react/jsx-runtime");
6946
+ var FolderIcon = (0, import_react24.memo)((props) => /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(import_material56.SvgIcon, { sx: { fill: "none" }, ...props, fill: "none", viewBox: "0 0 22 22", children: [
6947
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("rect", { x: "0.5", y: "0.5", width: "21", height: "21", rx: "4.5", fill: "#F5F7FA" }),
6948
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)("rect", { x: "0.5", y: "0.5", width: "21", height: "21", rx: "4.5", stroke: "#E6E6E6" }),
6949
+ /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
6547
6950
  "path",
6548
6951
  {
6549
6952
  fillRule: "evenodd",
@@ -6559,16 +6962,16 @@ var FolderIcon = (0, import_react24.memo)((props) => /* @__PURE__ */ (0, import_
6559
6962
  // src/components/icons/GithubLogoIcon.tsx
6560
6963
  var import_react25 = require("react");
6561
6964
  var import_material57 = require("@mui/material");
6562
- var import_jsx_runtime72 = require("react/jsx-runtime");
6563
- var GithubLogoIcon = (0, import_react25.memo)((props) => /* @__PURE__ */ (0, import_jsx_runtime72.jsxs)(import_material57.SvgIcon, { ...props, viewBox: "0 0 17 16", sx: { fill: "none" }, children: [
6564
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6965
+ var import_jsx_runtime75 = require("react/jsx-runtime");
6966
+ var GithubLogoIcon = (0, import_react25.memo)((props) => /* @__PURE__ */ (0, import_jsx_runtime75.jsxs)(import_material57.SvgIcon, { ...props, viewBox: "0 0 17 16", sx: { fill: "none" }, children: [
6967
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
6565
6968
  "path",
6566
6969
  {
6567
6970
  d: "M8.79754 0C4.268 0 0.595032 3.67233 0.595032 8.20251C0.595032 11.8267 2.9453 14.9013 6.20443 15.9859C6.61435 16.0618 6.76488 15.808 6.76488 15.5913C6.76488 15.3957 6.75723 14.7495 6.75375 14.0642C4.47174 14.5603 3.99022 13.0964 3.99022 13.0964C3.61711 12.1483 3.07949 11.8962 3.07949 11.8962C2.33531 11.3871 3.13559 11.3975 3.13559 11.3975C3.95928 11.4554 4.393 12.2428 4.393 12.2428C5.12457 13.4968 6.31186 13.1343 6.77993 12.9247C6.85353 12.3945 7.06614 12.0327 7.30069 11.8279C5.47884 11.6204 3.56358 10.9171 3.56358 7.77413C3.56358 6.87865 3.88401 6.14688 4.40876 5.57247C4.32359 5.36584 4.04285 4.5316 4.48821 3.40175C4.48821 3.40175 5.177 3.18129 6.74449 4.24256C7.39873 4.06076 8.10045 3.96967 8.79754 3.96658C9.49463 3.96967 10.1969 4.06076 10.8524 4.24256C12.418 3.18129 13.1059 3.40175 13.1059 3.40175C13.5523 4.5316 13.2714 5.36584 13.1863 5.57247C13.7122 6.14688 14.0304 6.87858 14.0304 7.77413C14.0304 10.9245 12.1116 11.6183 10.2851 11.8213C10.5793 12.0759 10.8414 12.5751 10.8414 13.3403C10.8414 14.4378 10.8319 15.3211 10.8319 15.5913C10.8319 15.8096 10.9795 16.0654 11.3954 15.9848C14.6527 14.899 17 11.8254 17 8.20251C17 3.67233 13.3275 0 8.79754 0Z",
6568
6971
  fill: "white"
6569
6972
  }
6570
6973
  ),
6571
- /* @__PURE__ */ (0, import_jsx_runtime72.jsx)(
6974
+ /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
6572
6975
  "path",
6573
6976
  {
6574
6977
  d: "M3.66696 11.6845C3.64895 11.7252 3.58474 11.7374 3.5264 11.7095C3.46689 11.6828 3.43344 11.6272 3.45274 11.5863C3.47043 11.5443 3.53463 11.5326 3.59401 11.5608C3.65364 11.5875 3.68761 11.6436 3.66696 11.6845ZM4.07044 12.0445C4.03133 12.0808 3.95484 12.0639 3.90292 12.0066C3.84927 11.9494 3.83924 11.873 3.87893 11.8361C3.91926 11.7999 3.99344 11.8168 4.04722 11.8741C4.10087 11.9319 4.11129 12.0079 4.07038 12.0446M4.34726 12.5051C4.29695 12.54 4.21474 12.5073 4.16398 12.4343C4.11374 12.3615 4.11374 12.274 4.16507 12.2389C4.21602 12.2038 4.29695 12.2354 4.34842 12.3077C4.39859 12.3819 4.39859 12.4694 4.34719 12.5052M4.81533 13.0386C4.77036 13.0881 4.67464 13.0749 4.60452 13.0072C4.53285 12.9411 4.51285 12.8472 4.55794 12.7976C4.60342 12.748 4.69973 12.7619 4.77036 12.829C4.84158 12.895 4.86332 12.9896 4.81539 13.0386M5.4203 13.2187C5.40055 13.2829 5.3083 13.3121 5.2154 13.2849C5.12264 13.2568 5.06191 13.1815 5.08063 13.1166C5.09993 13.0519 5.19257 13.0215 5.28617 13.0507C5.37881 13.0787 5.43966 13.1534 5.42036 13.2187M6.1089 13.2951C6.11121 13.3628 6.03241 13.4189 5.93488 13.4201C5.83678 13.4222 5.75746 13.3675 5.75643 13.3009C5.75643 13.2326 5.83343 13.177 5.93147 13.1754C6.029 13.1735 6.1089 13.2279 6.1089 13.2951ZM6.78527 13.2692C6.79698 13.3352 6.72918 13.403 6.63236 13.421C6.53715 13.4384 6.44901 13.3976 6.43686 13.3322C6.42502 13.2645 6.49411 13.1968 6.58913 13.1792C6.68614 13.1624 6.77292 13.2021 6.78527 13.2692Z",
@@ -6580,8 +6983,8 @@ var GithubLogoIcon = (0, import_react25.memo)((props) => /* @__PURE__ */ (0, imp
6580
6983
  // src/components/icons/ShareIcon.tsx
6581
6984
  var import_react26 = require("react");
6582
6985
  var import_material58 = require("@mui/material");
6583
- var import_jsx_runtime73 = require("react/jsx-runtime");
6584
- var ShareIcon = (0, import_react26.memo)((props) => /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(import_material58.SvgIcon, { ...props, viewBox: "0 0 17 16", fill: "none", children: /* @__PURE__ */ (0, import_jsx_runtime73.jsx)(
6986
+ var import_jsx_runtime76 = require("react/jsx-runtime");
6987
+ var ShareIcon = (0, import_react26.memo)((props) => /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(import_material58.SvgIcon, { ...props, viewBox: "0 0 17 16", fill: "none", children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
6585
6988
  "path",
6586
6989
  {
6587
6990
  fillRule: "evenodd",
@@ -6594,9 +6997,9 @@ var ShareIcon = (0, import_react26.memo)((props) => /* @__PURE__ */ (0, import_j
6594
6997
  // src/components/icons/StorageAppIcon.tsx
6595
6998
  var import_react27 = require("react");
6596
6999
  var import_material59 = require("@mui/material");
6597
- var import_jsx_runtime74 = require("react/jsx-runtime");
6598
- var StorageAppIcon = (0, import_react27.memo)((props) => /* @__PURE__ */ (0, import_jsx_runtime74.jsxs)(import_material59.SvgIcon, { ...props, viewBox: "0 0 38 29", fill: "none", children: [
6599
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
7000
+ var import_jsx_runtime77 = require("react/jsx-runtime");
7001
+ var StorageAppIcon = (0, import_react27.memo)((props) => /* @__PURE__ */ (0, import_jsx_runtime77.jsxs)(import_material59.SvgIcon, { ...props, viewBox: "0 0 38 29", fill: "none", children: [
7002
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6600
7003
  "path",
6601
7004
  {
6602
7005
  d: "M6.25415 13.3371V13.2515H7.25415C7.31809 13.2515 7.38176 13.2524 7.44516 13.2543C7.66366 11.6446 8.14354 9.64623 9.19625 7.91521C10.5234 5.73296 12.756 4 16.3233 4C18.7076 4 20.4981 4.81149 21.7972 6.07693C23.0714 7.31823 23.8108 8.93436 24.2437 10.4665C24.4895 11.3363 24.6426 12.2007 24.7362 12.9909C25.8141 11.9297 27.4506 11.0385 29.8495 11.0385C31.2681 11.0385 32.4415 11.3528 33.4017 11.8416L33.4031 11.8423C35.655 12.9932 37 15.3454 37 17.8312V18.6029C37 23.4701 33.0499 27.4163 28.1808 27.4163H6.86335C3.62577 27.4163 1 24.7935 1 21.5565V19.6226C1 16.5122 3.24401 13.8341 6.25415 13.3371Z",
@@ -6605,7 +7008,7 @@ var StorageAppIcon = (0, import_react27.memo)((props) => /* @__PURE__ */ (0, imp
6605
7008
  fill: "none"
6606
7009
  }
6607
7010
  ),
6608
- /* @__PURE__ */ (0, import_jsx_runtime74.jsx)(
7011
+ /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(
6609
7012
  "path",
6610
7013
  {
6611
7014
  d: "M31.9946 14.8376C31.9946 14.8376 24.3322 15.4871 24.3322 0C24.3322 0 24.4134 14.8696 17 14.8696C17 14.8696 24.5 15.8438 24.5 24C24.5 24 24.5 14.8376 32 14.8376H31.9946Z",
@@ -6619,8 +7022,8 @@ var StorageAppIcon = (0, import_react27.memo)((props) => /* @__PURE__ */ (0, imp
6619
7022
  // src/components/icons/UploadFileIcon.tsx
6620
7023
  var import_react28 = require("react");
6621
7024
  var import_material60 = require("@mui/material");
6622
- var import_jsx_runtime75 = require("react/jsx-runtime");
6623
- var UploadFileIcon = (0, import_react28.memo)((props) => /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(import_material60.SvgIcon, { ...props, viewBox: "0 0 12 12", children: /* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
7025
+ var import_jsx_runtime78 = require("react/jsx-runtime");
7026
+ var UploadFileIcon = (0, import_react28.memo)((props) => /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(import_material60.SvgIcon, { ...props, viewBox: "0 0 12 12", children: /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
6624
7027
  "path",
6625
7028
  {
6626
7029
  fillRule: "evenodd",
@@ -6635,8 +7038,8 @@ var UploadFileIcon = (0, import_react28.memo)((props) => /* @__PURE__ */ (0, imp
6635
7038
  // src/components/icons/UploadFolderIcon.tsx
6636
7039
  var import_react29 = require("react");
6637
7040
  var import_material61 = require("@mui/material");
6638
- var import_jsx_runtime76 = require("react/jsx-runtime");
6639
- var UploadFolderIcon = (0, import_react29.memo)((props) => /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(import_material61.SvgIcon, { ...props, viewBox: "0 0 12 12", children: /* @__PURE__ */ (0, import_jsx_runtime76.jsx)(
7041
+ var import_jsx_runtime79 = require("react/jsx-runtime");
7042
+ var UploadFolderIcon = (0, import_react29.memo)((props) => /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(import_material61.SvgIcon, { ...props, viewBox: "0 0 12 12", children: /* @__PURE__ */ (0, import_jsx_runtime79.jsx)(
6640
7043
  "path",
6641
7044
  {
6642
7045
  fillRule: "evenodd",
@@ -6655,7 +7058,7 @@ var import_github_markdown_light = require("github-markdown-css/github-markdown-
6655
7058
  var import_react_markdown = __toESM(require("react-markdown"));
6656
7059
  var import_rehype_highlight = __toESM(require("rehype-highlight"));
6657
7060
  var import_rehype_raw = __toESM(require("rehype-raw"));
6658
- var import_jsx_runtime77 = require("react/jsx-runtime");
7061
+ var import_jsx_runtime80 = require("react/jsx-runtime");
6659
7062
  var Content = (0, import_material62.styled)(import_material62.Box)(({ theme: theme2 }) => ({
6660
7063
  backgroundColor: "transparent",
6661
7064
  ...theme2.typography.body1,
@@ -6673,11 +7076,11 @@ var Content = (0, import_material62.styled)(import_material62.Box)(({ theme: the
6673
7076
  backgroundColor: theme2.palette.background.paper
6674
7077
  }
6675
7078
  }));
6676
- var Markdown = ({ content, children }) => /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(Content, { className: "markdown-body", children: /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(import_react_markdown.default, { rehypePlugins: [import_rehype_highlight.default, import_rehype_raw.default], children: content || children }) });
7079
+ var Markdown = ({ content, children }) => /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(Content, { className: "markdown-body", children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(import_react_markdown.default, { rehypePlugins: [import_rehype_highlight.default, import_rehype_raw.default], children: content || children }) });
6677
7080
 
6678
7081
  // src/components/utilities/OnboardingProvider/OnboardingProvider.tsx
6679
7082
  var import_react30 = require("react");
6680
- var import_jsx_runtime78 = require("react/jsx-runtime");
7083
+ var import_jsx_runtime81 = require("react/jsx-runtime");
6681
7084
  var OnboardingContext = (0, import_react30.createContext)(void 0);
6682
7085
  var useOnboarding = () => {
6683
7086
  const context = (0, import_react30.useContext)(OnboardingContext);
@@ -6702,7 +7105,7 @@ var OnboardingProvider = ({ children }) => {
6702
7105
  setIsOnboardingActive(false);
6703
7106
  setTimeout(() => setIsOnboardingActive(true), 0);
6704
7107
  }, []);
6705
- return /* @__PURE__ */ (0, import_jsx_runtime78.jsx)(
7108
+ return /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(
6706
7109
  OnboardingContext.Provider,
6707
7110
  {
6708
7111
  value: {
@@ -6717,7 +7120,7 @@ var OnboardingProvider = ({ children }) => {
6717
7120
  };
6718
7121
 
6719
7122
  // src/components/utilities/Truncate/Truncate.tsx
6720
- var import_jsx_runtime79 = require("react/jsx-runtime");
7123
+ var import_jsx_runtime82 = require("react/jsx-runtime");
6721
7124
  var getDefaultEndingLength = ({ text, variant, maxLength = text.length }) => {
6722
7125
  if (variant === "hex") {
6723
7126
  return 4;
@@ -6741,21 +7144,21 @@ var Truncate = ({
6741
7144
  const truncated = text.slice(0, maxLength - endingLength);
6742
7145
  truncatedText = [truncated, ending].filter(Boolean).join("...");
6743
7146
  }
6744
- return /* @__PURE__ */ (0, import_jsx_runtime79.jsx)("span", { ...props, "data-full": text, children: truncatedText });
7147
+ return /* @__PURE__ */ (0, import_jsx_runtime82.jsx)("span", { ...props, "data-full": text, children: truncatedText });
6745
7148
  };
6746
7149
 
6747
7150
  // src/components/utilities/BytesSize/BytesSize.tsx
6748
7151
  var import_byte_size = __toESM(require("byte-size"));
6749
- var import_jsx_runtime80 = require("react/jsx-runtime");
7152
+ var import_jsx_runtime83 = require("react/jsx-runtime");
6750
7153
  var BytesSize = ({ bytes }) => {
6751
- return /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(import_jsx_runtime80.Fragment, { children: (0, import_byte_size.default)(bytes).toString() });
7154
+ return /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(import_jsx_runtime83.Fragment, { children: (0, import_byte_size.default)(bytes).toString() });
6752
7155
  };
6753
7156
 
6754
7157
  // src/components/utilities/QRCode/QRCode.tsx
6755
7158
  var import_react31 = require("react");
6756
7159
  var import_react_qr_code = __toESM(require("react-qr-code"));
6757
- var import_jsx_runtime81 = require("react/jsx-runtime");
6758
- var QRCode = (0, import_react31.forwardRef)(({ size: size3 = 168, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime81.jsx)(import_react_qr_code.default, { ref, size: size3, ...props }));
7160
+ var import_jsx_runtime84 = require("react/jsx-runtime");
7161
+ var QRCode = (0, import_react31.forwardRef)(({ size: size3 = 168, ...props }, ref) => /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(import_react_qr_code.default, { ref, size: size3, ...props }));
6759
7162
  QRCode.displayName = "QRCode";
6760
7163
 
6761
7164
  // src/components/charts/ChartWidget/ChartWidget.tsx
@@ -6763,7 +7166,7 @@ var import_material63 = require("@mui/material");
6763
7166
  var import_x_charts = require("@mui/x-charts");
6764
7167
  var import_byte_size2 = __toESM(require("byte-size"));
6765
7168
  var import_date_fns = require("date-fns");
6766
- var import_jsx_runtime82 = require("react/jsx-runtime");
7169
+ var import_jsx_runtime85 = require("react/jsx-runtime");
6767
7170
  var Chart = (0, import_material63.styled)(import_material63.Box)(() => ({
6768
7171
  height: 200
6769
7172
  }));
@@ -6774,10 +7177,10 @@ var ChartWidget = ({
6774
7177
  formatValue = (value2) => (0, import_byte_size2.default)(value2 || 0).toString()
6775
7178
  }) => {
6776
7179
  const theme2 = (0, import_material63.useTheme)();
6777
- return /* @__PURE__ */ (0, import_jsx_runtime82.jsxs)(import_material63.Stack, { spacing: 1, children: [
6778
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(import_material63.Typography, { variant: "caption", color: "text.secondary", children: title }),
6779
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(import_material63.Typography, { fontWeight: "bold", children: value }),
6780
- /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(Chart, { children: /* @__PURE__ */ (0, import_jsx_runtime82.jsx)(
7180
+ return /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(import_material63.Stack, { spacing: 1, children: [
7181
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(import_material63.Typography, { variant: "caption", color: "text.secondary", children: title }),
7182
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(import_material63.Typography, { fontWeight: "bold", children: value }),
7183
+ /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(Chart, { children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
6781
7184
  import_x_charts.LineChart,
6782
7185
  {
6783
7186
  dataset: history || [],
@@ -6839,7 +7242,7 @@ var import_material65 = require("@mui/material");
6839
7242
 
6840
7243
  // src/components/charts/MetricsChart/PeriodSelect.tsx
6841
7244
  var import_material64 = require("@mui/material");
6842
- var import_jsx_runtime83 = require("react/jsx-runtime");
7245
+ var import_jsx_runtime86 = require("react/jsx-runtime");
6843
7246
  var options = [
6844
7247
  /**
6845
7248
  * TODO: Enable the options below when the backend supports them
@@ -6849,7 +7252,7 @@ var options = [
6849
7252
  { value: "week", label: "1 week" },
6850
7253
  { value: "month", label: "1 month" }
6851
7254
  ];
6852
- var PeriodSelect = ({ value, onChange }) => /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(
7255
+ var PeriodSelect = ({ value, onChange }) => /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
6853
7256
  import_material64.TextField,
6854
7257
  {
6855
7258
  select: true,
@@ -6857,13 +7260,13 @@ var PeriodSelect = ({ value, onChange }) => /* @__PURE__ */ (0, import_jsx_runti
6857
7260
  value,
6858
7261
  defaultValue: options[0].value,
6859
7262
  onChange: (e) => onChange?.(e.target.value),
6860
- children: options.map(({ value: value2, label }) => /* @__PURE__ */ (0, import_jsx_runtime83.jsx)(import_material64.MenuItem, { value: value2, children: label }, value2))
7263
+ children: options.map(({ value: value2, label }) => /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(import_material64.MenuItem, { value: value2, children: label }, value2))
6861
7264
  }
6862
7265
  );
6863
7266
 
6864
7267
  // src/components/charts/MetricsChart/MetricsChart.tsx
6865
7268
  var import_react32 = require("react");
6866
- var import_jsx_runtime84 = require("react/jsx-runtime");
7269
+ var import_jsx_runtime87 = require("react/jsx-runtime");
6867
7270
  var mapPeriodToFromDate = (period = "month") => {
6868
7271
  const date = /* @__PURE__ */ new Date();
6869
7272
  if (period === "hour") {
@@ -6923,15 +7326,15 @@ var MetricsChart = ({ history = [] }) => {
6923
7326
  const backgroundHeight = textHeight + padding.top + padding.bottom;
6924
7327
  const rectX = left + (width - backgroundWidth) / 2;
6925
7328
  const rectY = top + (height - backgroundHeight) / 2;
6926
- return /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)("g", { children: [
6927
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(NoDataRect, { x: rectX, y: rectY, width: backgroundWidth, height: backgroundHeight }),
6928
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(LoadingText, { style: { ...theme2.typography.subtitle1 }, x: left + width / 2, y: top + height / 2, children: text })
7329
+ return /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)("g", { children: [
7330
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(NoDataRect, { x: rectX, y: rectY, width: backgroundWidth, height: backgroundHeight }),
7331
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(LoadingText, { style: { ...theme2.typography.subtitle1 }, x: left + width / 2, y: top + height / 2, children: text })
6929
7332
  ] });
6930
7333
  };
6931
- return /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(import_material65.Card, { children: [
6932
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(import_material65.CardHeader, { title: "GET / PUT Requests", action: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(PeriodSelect, { value: period, onChange: setPeriod }) }),
6933
- /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(import_material65.CardMedia, { children: [
6934
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(
7334
+ return /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(import_material65.Card, { children: [
7335
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(import_material65.CardHeader, { title: "GET / PUT Requests", action: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(PeriodSelect, { value: period, onChange: setPeriod }) }),
7336
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(import_material65.CardMedia, { children: [
7337
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(
6935
7338
  Chart2,
6936
7339
  {
6937
7340
  skipAnimation: true,
@@ -6992,35 +7395,35 @@ var MetricsChart = ({ history = [] }) => {
6992
7395
  ]
6993
7396
  }
6994
7397
  ),
6995
- periodHistory.length > 0 && /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(import_material65.Stack, { direction: "row", spacing: 2, marginY: 3, justifyContent: "center", children: [
6996
- /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(import_material65.Stack, { direction: "row", spacing: 1, alignItems: "center", children: [
6997
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(import_material65.Box, { sx: { width: 14, height: 14, borderRadius: "4px", backgroundColor: theme2.palette.primary.main } }),
6998
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(import_material65.Typography, { variant: "body2", children: "Get" })
7398
+ periodHistory.length > 0 && /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(import_material65.Stack, { direction: "row", spacing: 2, marginY: 3, justifyContent: "center", children: [
7399
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(import_material65.Stack, { direction: "row", spacing: 1, alignItems: "center", children: [
7400
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(import_material65.Box, { sx: { width: 14, height: 14, borderRadius: "4px", backgroundColor: theme2.palette.primary.main } }),
7401
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(import_material65.Typography, { variant: "body2", children: "Get" })
6999
7402
  ] }),
7000
- /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(import_material65.Stack, { direction: "row", spacing: 1, alignItems: "center", children: [
7001
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(import_material65.Box, { sx: { width: 14, height: 14, borderRadius: "4px", backgroundColor: theme2.palette.success.main } }),
7002
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(import_material65.Typography, { variant: "body2", children: "Put" })
7403
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(import_material65.Stack, { direction: "row", spacing: 1, alignItems: "center", children: [
7404
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(import_material65.Box, { sx: { width: 14, height: 14, borderRadius: "4px", backgroundColor: theme2.palette.success.main } }),
7405
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(import_material65.Typography, { variant: "body2", children: "Put" })
7003
7406
  ] })
7004
7407
  ] })
7005
7408
  ] }),
7006
- /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(import_material65.CardMedia, { children: [
7007
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(import_material65.Divider, { flexItem: true }),
7008
- /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(import_material65.Stack, { direction: "row", spacing: 2, padding: 2, children: [
7009
- /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(import_material65.Stack, { direction: "row", alignItems: "center", spacing: 1, children: [
7010
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(import_material65.Typography, { variant: "body2", color: "secondary", children: "GET Requests per account" }),
7011
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(import_material65.Typography, { variant: "h3", children: total.gets })
7409
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(import_material65.CardMedia, { children: [
7410
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(import_material65.Divider, { flexItem: true }),
7411
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(import_material65.Stack, { direction: "row", spacing: 2, padding: 2, children: [
7412
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(import_material65.Stack, { direction: "row", alignItems: "center", spacing: 1, children: [
7413
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(import_material65.Typography, { variant: "body2", color: "secondary", children: "GET Requests per account" }),
7414
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(import_material65.Typography, { variant: "h3", children: total.gets })
7012
7415
  ] }),
7013
- /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(import_material65.Stack, { direction: "row", alignItems: "center", spacing: 1, children: [
7014
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(import_material65.Typography, { variant: "body2", color: "secondary", children: "PUT Requests per account" }),
7015
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(import_material65.Typography, { variant: "h3", children: total.puts })
7416
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(import_material65.Stack, { direction: "row", alignItems: "center", spacing: 1, children: [
7417
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(import_material65.Typography, { variant: "body2", color: "secondary", children: "PUT Requests per account" }),
7418
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(import_material65.Typography, { variant: "h3", children: total.puts })
7016
7419
  ] }),
7017
- /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(import_material65.Stack, { direction: "row", alignItems: "center", spacing: 1, children: [
7018
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(import_material65.Typography, { variant: "body2", color: "secondary", children: "Total Consumed per account" }),
7019
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(import_material65.Typography, { variant: "h3", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(BytesSize, { bytes: total.transferredBytes }) })
7420
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(import_material65.Stack, { direction: "row", alignItems: "center", spacing: 1, children: [
7421
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(import_material65.Typography, { variant: "body2", color: "secondary", children: "Total Consumed per account" }),
7422
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(import_material65.Typography, { variant: "h3", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(BytesSize, { bytes: total.transferredBytes }) })
7020
7423
  ] }),
7021
- /* @__PURE__ */ (0, import_jsx_runtime84.jsxs)(import_material65.Stack, { direction: "row", alignItems: "center", spacing: 1, children: [
7022
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(import_material65.Typography, { variant: "body2", color: "secondary", children: "Total Stored per account" }),
7023
- /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(import_material65.Typography, { variant: "h3", children: /* @__PURE__ */ (0, import_jsx_runtime84.jsx)(BytesSize, { bytes: total.storedBytes }) })
7424
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsxs)(import_material65.Stack, { direction: "row", alignItems: "center", spacing: 1, children: [
7425
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(import_material65.Typography, { variant: "body2", color: "secondary", children: "Total Stored per account" }),
7426
+ /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(import_material65.Typography, { variant: "h3", children: /* @__PURE__ */ (0, import_jsx_runtime87.jsx)(BytesSize, { bytes: total.storedBytes }) })
7024
7427
  ] })
7025
7428
  ] })
7026
7429
  ] })
@@ -7031,9 +7434,9 @@ var MetricsChart = ({ history = [] }) => {
7031
7434
  var import_react33 = require("react");
7032
7435
  var import_reactflow = __toESM(require("reactflow"));
7033
7436
  var import_material66 = require("@mui/material");
7034
- var import_styles38 = require("@mui/material/styles");
7437
+ var import_styles40 = require("@mui/material/styles");
7035
7438
  var import_reactflow2 = require("reactflow");
7036
- var import_jsx_runtime85 = require("react/jsx-runtime");
7439
+ var import_jsx_runtime88 = require("react/jsx-runtime");
7037
7440
  var FlowEditor = ({
7038
7441
  nodes,
7039
7442
  edges,
@@ -7050,7 +7453,7 @@ var FlowEditor = ({
7050
7453
  onInit,
7051
7454
  ...reactFlowProps
7052
7455
  }) => {
7053
- const theme2 = (0, import_styles38.useTheme)();
7456
+ const theme2 = (0, import_styles40.useTheme)();
7054
7457
  const handleInit = (0, import_react33.useCallback)(
7055
7458
  (instance) => {
7056
7459
  if (onInit) {
@@ -7059,7 +7462,7 @@ var FlowEditor = ({
7059
7462
  },
7060
7463
  [onInit]
7061
7464
  );
7062
- return /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(import_reactflow.ReactFlowProvider, { children: /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
7465
+ return /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(import_reactflow.ReactFlowProvider, { children: /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
7063
7466
  import_material66.Box,
7064
7467
  {
7065
7468
  sx: {
@@ -7072,7 +7475,7 @@ var FlowEditor = ({
7072
7475
  ...containerProps?.sx
7073
7476
  },
7074
7477
  ...containerProps,
7075
- children: /* @__PURE__ */ (0, import_jsx_runtime85.jsxs)(
7478
+ children: /* @__PURE__ */ (0, import_jsx_runtime88.jsxs)(
7076
7479
  import_reactflow.default,
7077
7480
  {
7078
7481
  nodes,
@@ -7094,7 +7497,7 @@ var FlowEditor = ({
7094
7497
  },
7095
7498
  ...reactFlowProps,
7096
7499
  children: [
7097
- showBackground && /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
7500
+ showBackground && /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
7098
7501
  import_reactflow.Background,
7099
7502
  {
7100
7503
  variant: backgroundVariant,
@@ -7103,8 +7506,8 @@ var FlowEditor = ({
7103
7506
  color: theme2.palette.divider
7104
7507
  }
7105
7508
  ),
7106
- showControls && /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(import_reactflow.Controls, {}),
7107
- showMinimap && /* @__PURE__ */ (0, import_jsx_runtime85.jsx)(
7509
+ showControls && /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(import_reactflow.Controls, {}),
7510
+ showMinimap && /* @__PURE__ */ (0, import_jsx_runtime88.jsx)(
7108
7511
  import_reactflow.MiniMap,
7109
7512
  {
7110
7513
  nodeColor: (node) => {
@@ -7135,7 +7538,7 @@ var import_FullscreenExit = __toESM(require("@mui/icons-material/FullscreenExit"
7135
7538
  var import_ErrorOutline = __toESM(require("@mui/icons-material/ErrorOutline"));
7136
7539
  var import_ExpandMore3 = __toESM(require("@mui/icons-material/ExpandMore"));
7137
7540
  var import_ExpandLess = __toESM(require("@mui/icons-material/ExpandLess"));
7138
- var import_jsx_runtime86 = require("react/jsx-runtime");
7541
+ var import_jsx_runtime89 = require("react/jsx-runtime");
7139
7542
  var configureTypeScript = (monaco) => {
7140
7543
  monaco.languages.typescript.typescriptDefaults.setCompilerOptions({
7141
7544
  target: monaco.languages.typescript.ScriptTarget.ES2020,
@@ -7347,7 +7750,7 @@ var CodeEditor = ({
7347
7750
  theme: themeProp || "vs",
7348
7751
  ...options2
7349
7752
  };
7350
- return /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
7753
+ return /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
7351
7754
  import_material67.Box,
7352
7755
  {
7353
7756
  sx: {
@@ -7368,7 +7771,7 @@ var CodeEditor = ({
7368
7771
  pb: isFullscreen ? 2 : 0,
7369
7772
  overflow: isFullscreen ? "hidden" : "visible"
7370
7773
  },
7371
- children: /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
7774
+ children: /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
7372
7775
  import_material67.Box,
7373
7776
  {
7374
7777
  sx: {
@@ -7384,7 +7787,7 @@ var CodeEditor = ({
7384
7787
  },
7385
7788
  ...containerProps,
7386
7789
  children: [
7387
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(import_material67.Tooltip, { title: isFullscreen ? "Exit Fullscreen" : "Fullscreen", children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
7790
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(import_material67.Tooltip, { title: isFullscreen ? "Exit Fullscreen" : "Fullscreen", children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
7388
7791
  import_material67.IconButton,
7389
7792
  {
7390
7793
  onClick: toggleFullscreen,
@@ -7402,10 +7805,10 @@ var CodeEditor = ({
7402
7805
  },
7403
7806
  boxShadow: 1
7404
7807
  },
7405
- children: isFullscreen ? /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(import_FullscreenExit.default, { fontSize: "small" }) : /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(import_Fullscreen.default, { fontSize: "small" })
7808
+ children: isFullscreen ? /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(import_FullscreenExit.default, { fontSize: "small" }) : /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(import_Fullscreen.default, { fontSize: "small" })
7406
7809
  }
7407
7810
  ) }),
7408
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
7811
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
7409
7812
  import_material67.Box,
7410
7813
  {
7411
7814
  sx: {
@@ -7417,7 +7820,7 @@ var CodeEditor = ({
7417
7820
  position: "relative",
7418
7821
  height: isFullscreen ? "100%" : actualHeight
7419
7822
  },
7420
- children: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
7823
+ children: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
7421
7824
  import_react35.default,
7422
7825
  {
7423
7826
  height: "100%",
@@ -7428,7 +7831,7 @@ var CodeEditor = ({
7428
7831
  onMount: handleEditorDidMount,
7429
7832
  theme: themeProp || "vs",
7430
7833
  options: defaultOptions,
7431
- loading: /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(import_material67.Box, { sx: { p: 2, textAlign: "center" }, children: "Loading Monaco Editor..." }),
7834
+ loading: /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(import_material67.Box, { sx: { p: 2, textAlign: "center" }, children: "Loading Monaco Editor..." }),
7432
7835
  beforeMount: (monaco) => {
7433
7836
  console.log("CodeEditor: beforeMount called", { monaco: !!monaco });
7434
7837
  }
@@ -7436,7 +7839,7 @@ var CodeEditor = ({
7436
7839
  )
7437
7840
  }
7438
7841
  ),
7439
- validationErrors.length > 0 && /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
7842
+ validationErrors.length > 0 && /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
7440
7843
  import_material67.Box,
7441
7844
  {
7442
7845
  sx: {
@@ -7450,7 +7853,7 @@ var CodeEditor = ({
7450
7853
  transition: "max-height 0.2s ease"
7451
7854
  },
7452
7855
  children: [
7453
- /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
7856
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
7454
7857
  import_material67.Box,
7455
7858
  {
7456
7859
  sx: {
@@ -7465,15 +7868,15 @@ var CodeEditor = ({
7465
7868
  color: "text.secondary"
7466
7869
  },
7467
7870
  children: [
7468
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(import_ErrorOutline.default, { color: "error", fontSize: "small" }),
7469
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(import_material67.Box, { sx: { fontWeight: 600, color: "text.primary" }, children: "Problems" }),
7470
- /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(import_material67.Box, { sx: { ml: 1 }, children: [
7871
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(import_ErrorOutline.default, { color: "error", fontSize: "small" }),
7872
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(import_material67.Box, { sx: { fontWeight: 600, color: "text.primary" }, children: "Problems" }),
7873
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(import_material67.Box, { sx: { ml: 1 }, children: [
7471
7874
  validationErrors.length,
7472
7875
  " error",
7473
7876
  validationErrors.length > 1 ? "s" : ""
7474
7877
  ] }),
7475
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(import_material67.Box, { sx: { flex: 1 } }),
7476
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(
7878
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(import_material67.Box, { sx: { flex: 1 } }),
7879
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(
7477
7880
  import_material67.IconButton,
7478
7881
  {
7479
7882
  size: "small",
@@ -7482,13 +7885,13 @@ var CodeEditor = ({
7482
7885
  setHasUserToggledProblems(true);
7483
7886
  setShowProblems((s) => !s);
7484
7887
  },
7485
- children: showProblems ? /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(import_ExpandMore3.default, { fontSize: "small" }) : /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(import_ExpandLess.default, { fontSize: "small" })
7888
+ children: showProblems ? /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(import_ExpandMore3.default, { fontSize: "small" }) : /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(import_ExpandLess.default, { fontSize: "small" })
7486
7889
  }
7487
7890
  )
7488
7891
  ]
7489
7892
  }
7490
7893
  ),
7491
- showProblems && /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(import_material67.Box, { sx: { overflow: "auto" }, children: validationErrors.map((error, index) => /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(
7894
+ showProblems && /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(import_material67.Box, { sx: { overflow: "auto" }, children: validationErrors.map((error, index) => /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(
7492
7895
  import_material67.Box,
7493
7896
  {
7494
7897
  onClick: () => gotoMarker(error),
@@ -7505,12 +7908,12 @@ var CodeEditor = ({
7505
7908
  fontSize: "0.85rem"
7506
7909
  },
7507
7910
  children: [
7508
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(import_ErrorOutline.default, { color: "error", sx: { fontSize: 18 } }),
7509
- /* @__PURE__ */ (0, import_jsx_runtime86.jsxs)(import_material67.Box, { sx: { color: "text.secondary", width: 64 }, children: [
7911
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(import_ErrorOutline.default, { color: "error", sx: { fontSize: 18 } }),
7912
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsxs)(import_material67.Box, { sx: { color: "text.secondary", width: 64 }, children: [
7510
7913
  "Line ",
7511
7914
  error.startLineNumber
7512
7915
  ] }),
7513
- /* @__PURE__ */ (0, import_jsx_runtime86.jsx)(import_material67.Box, { sx: { color: "text.primary", flex: 1, minWidth: 0 }, children: error.message })
7916
+ /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(import_material67.Box, { sx: { color: "text.primary", flex: 1, minWidth: 0 }, children: error.message })
7514
7917
  ]
7515
7918
  },
7516
7919
  `${error.startLineNumber}-${error.startColumn}-${index}`
@@ -7577,6 +7980,7 @@ var import_reactflow3 = require("reactflow");
7577
7980
  Dropdown,
7578
7981
  DropdownAnchor,
7579
7982
  EmptyState,
7983
+ EntityHeader,
7580
7984
  FilledFolderIcon,
7581
7985
  FlowEditor,
7582
7986
  FolderIcon,
@@ -7586,6 +7990,7 @@ var import_reactflow3 = require("reactflow");
7586
7990
  FormLabel,
7587
7991
  GithubLogoIcon,
7588
7992
  Grid,
7993
+ IDBlock,
7589
7994
  IconButton,
7590
7995
  InputAdornment,
7591
7996
  InputLabel,
@@ -7618,6 +8023,7 @@ var import_reactflow3 = require("reactflow");
7618
8023
  Radio,
7619
8024
  RadioGroup,
7620
8025
  RightArrowIcon,
8026
+ RoleBadge,
7621
8027
  SearchField,
7622
8028
  Selector,
7623
8029
  ServiceSelectorButton,
@@ -7650,6 +8056,8 @@ var import_reactflow3 = require("reactflow");
7650
8056
  WorkspaceSelectorButton,
7651
8057
  colors,
7652
8058
  contextMenuItems,
8059
+ robPaletteExtended,
8060
+ robPrimaryPalette,
7653
8061
  theme,
7654
8062
  useIsDesktop,
7655
8063
  useIsMobile,