local-operator-ui 0.8.0 → 0.9.0

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.
@@ -15241,6 +15241,25 @@ const createLucideIcon = (iconName, iconNode) => {
15241
15241
  Component.displayName = toPascalCase(iconName);
15242
15242
  return Component;
15243
15243
  };
15244
+ /**
15245
+ * @license lucide-react v0.507.0 - ISC
15246
+ *
15247
+ * This source code is licensed under the ISC license.
15248
+ * See the LICENSE file in the root directory of this source tree.
15249
+ */
15250
+ const __iconNode = [
15251
+ ["line", { x1: "22", x2: "2", y1: "12", y2: "12", key: "1y58io" }],
15252
+ [
15253
+ "path",
15254
+ {
15255
+ d: "M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z",
15256
+ key: "oot6mr"
15257
+ }
15258
+ ],
15259
+ ["line", { x1: "6", x2: "6.01", y1: "16", y2: "16", key: "sgf278" }],
15260
+ ["line", { x1: "10", x2: "10.01", y1: "16", y2: "16", key: "1l4acy" }]
15261
+ ];
15262
+ const HardDrive = createLucideIcon("hard-drive", __iconNode);
15244
15263
  /*!
15245
15264
  * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
15246
15265
  * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
@@ -29258,6 +29277,557 @@ const monokaiTheme = createTheme({
29258
29277
  }
29259
29278
  }
29260
29279
  });
29280
+ const neonTheme = createTheme({
29281
+ breakpoints: {
29282
+ values: {
29283
+ xs: 0,
29284
+ sm: 600,
29285
+ md: 900,
29286
+ lg: 1300,
29287
+ xl: 1800
29288
+ }
29289
+ },
29290
+ palette: {
29291
+ mode: "dark",
29292
+ primary: {
29293
+ main: "#00EFFF",
29294
+ // Bright Cyan
29295
+ dark: "#00B8D9",
29296
+ light: "#66F7FF",
29297
+ contrastText: "#000000"
29298
+ },
29299
+ secondary: {
29300
+ main: "#FF00A0",
29301
+ // Cyberpunk Pink
29302
+ dark: "#D90086",
29303
+ // Darker Cyberpunk Pink
29304
+ light: "#FF66C7",
29305
+ // Lighter Cyberpunk Pink
29306
+ contrastText: "#ffffff"
29307
+ },
29308
+ background: {
29309
+ default: "#080C18",
29310
+ // Dark Desaturated Blue
29311
+ paper: "#0D1220"
29312
+ // Slightly Lighter Dark Blue
29313
+ },
29314
+ text: {
29315
+ primary: "#E0E0E0",
29316
+ // Light Grey
29317
+ secondary: "#A0A0B0"
29318
+ // Medium Grey
29319
+ },
29320
+ caption: "rgba(224, 224, 224, 0.8)",
29321
+ // Light Grey with Alpha
29322
+ sidebar: {
29323
+ background: "#080C18",
29324
+ // Main navigation sidebar
29325
+ secondaryBackground: "#0D1220",
29326
+ // Secondary sidebars (chat/agents)
29327
+ border: "rgba(0, 239, 255, 0.15)",
29328
+ // Primary color with alpha
29329
+ itemHover: "rgba(0, 239, 255, 0.1)",
29330
+ itemActive: "rgba(255, 0, 160, 0.2)",
29331
+ // Cyberpunk Pink with opacity
29332
+ itemActiveHover: "rgba(255, 0, 160, 0.25)",
29333
+ // Cyberpunk Pink with higher opacity for hover
29334
+ itemText: "rgba(224, 224, 224, 0.85)",
29335
+ itemActiveText: "#FF00A0",
29336
+ // Cyberpunk Pink
29337
+ toggleButton: {
29338
+ background: "rgba(0, 239, 255, 0.08)",
29339
+ border: "rgba(0, 239, 255, 0.2)",
29340
+ hoverBackground: "rgba(0, 239, 255, 0.15)",
29341
+ hoverBorder: "rgba(0, 239, 255, 0.4)"
29342
+ }
29343
+ },
29344
+ tooltip: {
29345
+ background: "#101828",
29346
+ // Darker blue-grey
29347
+ border: "rgba(0, 239, 255, 0.2)",
29348
+ text: "#E0E0E0"
29349
+ },
29350
+ userMessage: {
29351
+ background: "rgba(0, 239, 255, 0.1)",
29352
+ // Primary color with alpha
29353
+ border: "rgba(0, 239, 255, 0.3)",
29354
+ shadow: "0 4px 12px rgba(0, 239, 255, 0.15)"
29355
+ },
29356
+ messagesView: {
29357
+ background: "rgba(8, 12, 24, 0.5)"
29358
+ // Dark background for messages view
29359
+ },
29360
+ inputField: {
29361
+ background: "rgba(8, 12, 24, 0.9)",
29362
+ hoverBackground: "rgba(13, 18, 32, 0.9)",
29363
+ focusBackground: "#101828",
29364
+ // Darker blue-grey
29365
+ border: "rgba(0, 239, 255, 0.2)"
29366
+ },
29367
+ actionHighlight: {
29368
+ done: {
29369
+ background: "rgba(0, 239, 255, 0.1)",
29370
+ // Primary color with opacity
29371
+ border: "rgba(0, 239, 255, 0.4)"
29372
+ },
29373
+ ask: {
29374
+ background: "rgba(255, 140, 0, 0.15)",
29375
+ // Cyberpunk Orange with opacity
29376
+ border: "rgba(255, 140, 0, 0.5)"
29377
+ // Cyberpunk Orange for border
29378
+ }
29379
+ },
29380
+ icon: {
29381
+ background: "rgba(0, 239, 255, 0.15)",
29382
+ // Primary color with opacity
29383
+ text: "#00EFFF"
29384
+ // Primary color
29385
+ }
29386
+ },
29387
+ typography: {
29388
+ fontFamily: "system-ui, Inter, -apple-system, BlinkMacSystemFont, sans-serif",
29389
+ fontSize: 16,
29390
+ h1: { fontWeight: 600, textShadow: "0 0 5px #00EFFF" },
29391
+ h2: { fontWeight: 600, textShadow: "0 0 4px #00EFFF" },
29392
+ h3: {
29393
+ fontWeight: 600,
29394
+ fontSize: "3rem",
29395
+ textShadow: "0 0 3px #00EFFF",
29396
+ "@media (max-width:600px)": {
29397
+ fontSize: "2.7rem"
29398
+ }
29399
+ },
29400
+ gradientTitle: {
29401
+ fontSize: "1.4rem",
29402
+ fontWeight: 400,
29403
+ letterSpacing: "0.02em",
29404
+ background: "linear-gradient(90deg, #00EFFF, #B0E0FF)",
29405
+ // Cyan to light blue gradient
29406
+ WebkitBackgroundClip: "text",
29407
+ WebkitTextFillColor: "transparent",
29408
+ textShadow: "0 0 10px rgba(0, 239, 255, 0.3)"
29409
+ }
29410
+ },
29411
+ components: {
29412
+ MuiAppBar: {
29413
+ styleOverrides: {
29414
+ root: {
29415
+ top: 0,
29416
+ background: "rgba(8, 12, 24, 0.85)",
29417
+ // Dark blue with alpha
29418
+ backdropFilter: "blur(12px)",
29419
+ // Stronger blur
29420
+ boxShadow: "0 2px 10px rgba(0, 239, 255, 0.2)"
29421
+ // Neon glow shadow
29422
+ }
29423
+ }
29424
+ },
29425
+ MuiListItemButton: {
29426
+ styleOverrides: {
29427
+ root: ({ theme }) => ({
29428
+ borderRadius: 8,
29429
+ transition: "all 0.2s ease-in-out",
29430
+ paddingTop: 12,
29431
+ paddingBottom: 12,
29432
+ border: "1px solid transparent",
29433
+ "&:hover": {
29434
+ background: "rgba(0, 239, 255, 0.08)",
29435
+ borderColor: "rgba(0, 239, 255, 0.2)",
29436
+ backdropFilter: "blur(4px)"
29437
+ },
29438
+ "&.Mui-selected": {
29439
+ background: "rgba(0, 239, 255, 0.15)",
29440
+ borderColor: "rgba(0, 239, 255, 0.4)",
29441
+ boxShadow: `0 0 8px ${theme.palette.primary.main}33`
29442
+ }
29443
+ })
29444
+ }
29445
+ },
29446
+ MuiIconButton: {
29447
+ styleOverrides: {
29448
+ root: {
29449
+ color: "rgba(224, 224, 224, 0.9)",
29450
+ marginRight: 8,
29451
+ transition: "all 0.2s ease-in-out",
29452
+ "&:hover": {
29453
+ background: "rgba(0, 239, 255, 0.1)",
29454
+ color: "#00EFFF",
29455
+ // Primary color on hover
29456
+ textShadow: "0 0 5px #00EFFF"
29457
+ }
29458
+ }
29459
+ }
29460
+ },
29461
+ MuiButton: {
29462
+ variants: [
29463
+ {
29464
+ props: { variant: "nav" },
29465
+ style: ({ theme }) => ({
29466
+ color: "rgba(224, 224, 224, 0.9)",
29467
+ margin: "0 4px",
29468
+ padding: "8px 16px",
29469
+ borderRadius: 8,
29470
+ border: "1px solid rgba(0, 239, 255, 0.2)",
29471
+ transition: "all 0.2s ease-in-out",
29472
+ "&:hover": {
29473
+ background: "rgba(0, 239, 255, 0.1)",
29474
+ borderColor: "rgba(0, 239, 255, 0.5)",
29475
+ color: theme.palette.primary.main,
29476
+ boxShadow: `0 0 8px ${theme.palette.primary.main}55`,
29477
+ backdropFilter: "blur(4px)"
29478
+ }
29479
+ })
29480
+ }
29481
+ ],
29482
+ styleOverrides: {
29483
+ root: {
29484
+ textTransform: "none",
29485
+ borderRadius: 8,
29486
+ padding: "8px 16px",
29487
+ transition: "all 0.2s ease-in-out"
29488
+ },
29489
+ containedPrimary: ({ theme }) => ({
29490
+ boxShadow: `0 0 10px ${theme.palette.primary.main}77`,
29491
+ border: `1px solid ${theme.palette.primary.dark}`,
29492
+ "&:hover": {
29493
+ boxShadow: `0 0 15px ${theme.palette.primary.main}AA`,
29494
+ backgroundColor: theme.palette.primary.dark
29495
+ }
29496
+ }),
29497
+ containedSecondary: ({ theme }) => ({
29498
+ boxShadow: `0 0 10px ${theme.palette.secondary.main}77`,
29499
+ border: `1px solid ${theme.palette.secondary.dark}`,
29500
+ "&:hover": {
29501
+ boxShadow: `0 0 15px ${theme.palette.secondary.main}AA`,
29502
+ backgroundColor: theme.palette.secondary.dark
29503
+ }
29504
+ }),
29505
+ outlinedPrimary: ({ theme }) => ({
29506
+ borderColor: theme.palette.primary.main,
29507
+ color: theme.palette.primary.main,
29508
+ "&:hover": {
29509
+ backgroundColor: "rgba(0, 239, 255, 0.1)",
29510
+ borderColor: theme.palette.primary.light,
29511
+ boxShadow: `0 0 8px ${theme.palette.primary.main}55`
29512
+ }
29513
+ })
29514
+ }
29515
+ },
29516
+ MuiCard: {
29517
+ styleOverrides: {
29518
+ root: () => ({
29519
+ backgroundColor: "rgba(13, 18, 32, 0.85)",
29520
+ // Slightly lighter dark blue with alpha
29521
+ borderRadius: 12,
29522
+ border: "1px solid rgba(0, 239, 255, 0.25)",
29523
+ // Primary color border
29524
+ backdropFilter: "blur(10px)",
29525
+ boxShadow: "0 4px 15px rgba(0, 239, 255, 0.1)"
29526
+ // Neon glow
29527
+ })
29528
+ }
29529
+ },
29530
+ MuiContainer: {
29531
+ styleOverrides: {
29532
+ maxWidthLg: {
29533
+ maxWidth: "1300px",
29534
+ "@media (min-width:1300px)": {
29535
+ maxWidth: "1300px"
29536
+ }
29537
+ },
29538
+ maxWidthXl: {
29539
+ maxWidth: "1800px",
29540
+ "@media (min-width:1800px)": {
29541
+ maxWidth: "1800px"
29542
+ }
29543
+ }
29544
+ }
29545
+ }
29546
+ }
29547
+ });
29548
+ const obsidianTheme = createTheme({
29549
+ breakpoints: {
29550
+ values: {
29551
+ xs: 0,
29552
+ sm: 600,
29553
+ md: 900,
29554
+ lg: 1300,
29555
+ xl: 1800
29556
+ }
29557
+ },
29558
+ palette: {
29559
+ mode: "dark",
29560
+ primary: {
29561
+ // Accent color - typically white or light grey in monochrome
29562
+ main: "#FAFAFA",
29563
+ // Very light grey / off-white
29564
+ dark: "#E0E0E0",
29565
+ // Slightly darker for pressed states
29566
+ light: "#FFFFFF",
29567
+ // Pure white for hover states or highlights
29568
+ contrastText: "#09090B"
29569
+ // Text on primary elements
29570
+ },
29571
+ secondary: {
29572
+ // Secondary accent - a mid-grey
29573
+ main: "#A1A1AA",
29574
+ // Shadcn zinc-500
29575
+ dark: "#71717A",
29576
+ // Shadcn zinc-600
29577
+ light: "#D4D4D8",
29578
+ // Shadcn zinc-400
29579
+ contrastText: "#09090B"
29580
+ // Text on secondary elements
29581
+ },
29582
+ background: {
29583
+ default: "#09090B",
29584
+ // Shadcn zinc-950 (very dark grey, near black)
29585
+ paper: "#18181B"
29586
+ // Shadcn zinc-900 (slightly lighter for cards/surfaces)
29587
+ },
29588
+ text: {
29589
+ primary: "#FAFAFA",
29590
+ // Shadcn zinc-50 (off-white)
29591
+ secondary: "#A1A1AA"
29592
+ // Shadcn zinc-500 (grey for secondary text)
29593
+ },
29594
+ caption: "rgba(250, 250, 250, 0.7)",
29595
+ // Off-white with alpha
29596
+ sidebar: {
29597
+ background: "#09090B",
29598
+ // Main navigation sidebar
29599
+ secondaryBackground: "#18181B",
29600
+ // Secondary sidebars (chat/agents)
29601
+ border: "rgba(250, 250, 250, 0.12)",
29602
+ // Light border (zinc-50 alpha)
29603
+ itemHover: "rgba(250, 250, 250, 0.08)",
29604
+ itemActive: "rgba(250, 250, 250, 0.15)",
29605
+ // Active item background
29606
+ itemActiveHover: "rgba(250, 250, 250, 0.2)",
29607
+ itemText: "#A1A1AA",
29608
+ // Grey for normal items
29609
+ itemActiveText: "#FAFAFA",
29610
+ // White for active items
29611
+ toggleButton: {
29612
+ background: "rgba(250, 250, 250, 0.05)",
29613
+ border: "rgba(250, 250, 250, 0.15)",
29614
+ hoverBackground: "rgba(250, 250, 250, 0.1)",
29615
+ hoverBorder: "rgba(250, 250, 250, 0.3)"
29616
+ }
29617
+ },
29618
+ tooltip: {
29619
+ background: "#27272A",
29620
+ // Shadcn zinc-800
29621
+ border: "rgba(250, 250, 250, 0.15)",
29622
+ text: "#FAFAFA"
29623
+ },
29624
+ userMessage: {
29625
+ background: "rgba(250, 250, 250, 0.07)",
29626
+ // Subtle light background
29627
+ border: "rgba(250, 250, 250, 0.2)",
29628
+ shadow: "0 2px 8px rgba(250, 250, 250, 0.05)"
29629
+ },
29630
+ messagesView: {
29631
+ background: "#030711"
29632
+ // Even darker for message view (near black)
29633
+ },
29634
+ inputField: {
29635
+ background: "#18181B",
29636
+ // zinc-900
29637
+ hoverBackground: "#27272A",
29638
+ // zinc-800
29639
+ focusBackground: "#27272A",
29640
+ // zinc-800
29641
+ border: "rgba(250, 250, 250, 0.2)"
29642
+ // zinc-500
29643
+ },
29644
+ actionHighlight: {
29645
+ done: {
29646
+ background: "rgba(250, 250, 250, 0.1)",
29647
+ // Light grey highlight
29648
+ border: "rgba(250, 250, 250, 0.3)"
29649
+ },
29650
+ ask: {
29651
+ background: "rgba(161, 161, 170, 0.15)",
29652
+ // Mid-grey highlight (secondary based)
29653
+ border: "rgba(161, 161, 170, 0.4)"
29654
+ }
29655
+ },
29656
+ icon: {
29657
+ background: "rgba(250, 250, 250, 0.1)",
29658
+ text: "#FAFAFA"
29659
+ }
29660
+ },
29661
+ typography: {
29662
+ fontFamily: "system-ui, Inter, -apple-system, BlinkMacSystemFont, sans-serif",
29663
+ // Standard system/Inter font
29664
+ fontSize: 16,
29665
+ h1: { fontWeight: 700 },
29666
+ h2: { fontWeight: 700 },
29667
+ h3: {
29668
+ fontWeight: 700,
29669
+ fontSize: "3rem",
29670
+ "@media (max-width:600px)": {
29671
+ fontSize: "2.7rem"
29672
+ }
29673
+ },
29674
+ gradientTitle: {
29675
+ // Less emphasis on gradient for monochrome
29676
+ fontSize: "1.4rem",
29677
+ fontWeight: 600,
29678
+ letterSpacing: "0.01em",
29679
+ color: "#FAFAFA"
29680
+ // Solid off-white
29681
+ }
29682
+ },
29683
+ components: {
29684
+ MuiAppBar: {
29685
+ styleOverrides: {
29686
+ root: {
29687
+ top: 0,
29688
+ background: "rgba(9, 9, 11, 0.85)",
29689
+ // zinc-950 with alpha
29690
+ backdropFilter: "blur(8px)",
29691
+ boxShadow: "0 1px 0 rgba(250, 250, 250, 0.08)"
29692
+ // Subtle bottom border
29693
+ }
29694
+ }
29695
+ },
29696
+ MuiListItemButton: {
29697
+ styleOverrides: {
29698
+ root: ({ theme }) => ({
29699
+ borderRadius: 8,
29700
+ transition: "background-color 0.2s ease-in-out, border-color 0.2s ease-in-out",
29701
+ paddingTop: 12,
29702
+ paddingBottom: 12,
29703
+ border: "1px solid transparent",
29704
+ "&:hover": {
29705
+ background: "rgba(250, 250, 250, 0.05)",
29706
+ // Subtle hover
29707
+ borderColor: "rgba(250, 250, 250, 0.1)"
29708
+ },
29709
+ "&.Mui-selected": {
29710
+ background: "rgba(250, 250, 250, 0.08)",
29711
+ borderColor: "rgba(250, 250, 250, 0.2)",
29712
+ color: theme.palette.text.primary
29713
+ // Ensure text is primary on selected
29714
+ }
29715
+ })
29716
+ }
29717
+ },
29718
+ MuiIconButton: {
29719
+ styleOverrides: {
29720
+ root: {
29721
+ color: "#A1A1AA",
29722
+ // zinc-500
29723
+ marginRight: 8,
29724
+ transition: "background-color 0.2s ease-in-out, color 0.2s ease-in-out",
29725
+ "&:hover": {
29726
+ background: "rgba(250, 250, 250, 0.08)",
29727
+ color: "#FAFAFA"
29728
+ // zinc-50
29729
+ }
29730
+ }
29731
+ }
29732
+ },
29733
+ MuiButton: {
29734
+ variants: [
29735
+ {
29736
+ props: { variant: "nav" },
29737
+ style: ({ theme }) => ({
29738
+ color: theme.palette.text.secondary,
29739
+ // zinc-500
29740
+ margin: "0 4px",
29741
+ padding: "8px 16px",
29742
+ borderRadius: 8,
29743
+ border: "1px solid rgba(250, 250, 250, 0.15)",
29744
+ // zinc-50 alpha
29745
+ transition: "all 0.2s ease-in-out",
29746
+ "&:hover": {
29747
+ background: "rgba(250, 250, 250, 0.05)",
29748
+ borderColor: "rgba(250, 250, 250, 0.3)",
29749
+ color: theme.palette.text.primary
29750
+ // zinc-50
29751
+ }
29752
+ })
29753
+ }
29754
+ ],
29755
+ styleOverrides: {
29756
+ root: {
29757
+ textTransform: "none",
29758
+ borderRadius: 6,
29759
+ // Shadcn default
29760
+ fontWeight: 500,
29761
+ padding: "8px 16px",
29762
+ transition: "all 0.2s ease-in-out"
29763
+ },
29764
+ containedPrimary: ({ theme }) => ({
29765
+ backgroundColor: theme.palette.primary.main,
29766
+ // off-white
29767
+ color: theme.palette.primary.contrastText,
29768
+ // black
29769
+ boxShadow: "none",
29770
+ "&:hover": {
29771
+ backgroundColor: theme.palette.primary.dark,
29772
+ // slightly darker off-white
29773
+ boxShadow: "none"
29774
+ }
29775
+ }),
29776
+ containedSecondary: ({ theme }) => ({
29777
+ backgroundColor: theme.palette.secondary.main,
29778
+ // mid-grey
29779
+ color: theme.palette.secondary.contrastText,
29780
+ // black
29781
+ boxShadow: "none",
29782
+ "&:hover": {
29783
+ backgroundColor: theme.palette.secondary.dark,
29784
+ // darker mid-grey
29785
+ boxShadow: "none"
29786
+ }
29787
+ }),
29788
+ outlinedPrimary: ({ theme }) => ({
29789
+ borderColor: "rgba(250, 250, 250, 0.3)",
29790
+ // Light border
29791
+ color: theme.palette.text.primary,
29792
+ "&:hover": {
29793
+ backgroundColor: "rgba(250, 250, 250, 0.05)",
29794
+ borderColor: "rgba(250, 250, 250, 0.5)"
29795
+ }
29796
+ })
29797
+ }
29798
+ },
29799
+ MuiCard: {
29800
+ styleOverrides: {
29801
+ root: {
29802
+ backgroundColor: "#18181B",
29803
+ // zinc-900
29804
+ borderRadius: 8,
29805
+ // Shadcn often uses 0.5rem
29806
+ border: "1px solid rgba(250, 250, 250, 0.12)",
29807
+ // zinc-50 alpha border
29808
+ boxShadow: "none"
29809
+ // Shadcn cards usually don't have shadow by default
29810
+ }
29811
+ }
29812
+ },
29813
+ MuiContainer: {
29814
+ styleOverrides: {
29815
+ maxWidthLg: {
29816
+ maxWidth: "1300px",
29817
+ "@media (min-width:1300px)": {
29818
+ maxWidth: "1300px"
29819
+ }
29820
+ },
29821
+ maxWidthXl: {
29822
+ maxWidth: "1800px",
29823
+ "@media (min-width:1800px)": {
29824
+ maxWidth: "1800px"
29825
+ }
29826
+ }
29827
+ }
29828
+ }
29829
+ }
29830
+ });
29261
29831
  const radientTheme = createTheme({
29262
29832
  breakpoints: {
29263
29833
  values: {
@@ -29711,6 +30281,302 @@ const sageTheme = createTheme({
29711
30281
  }
29712
30282
  }
29713
30283
  });
30284
+ const synthTheme = createTheme({
30285
+ breakpoints: {
30286
+ values: {
30287
+ xs: 0,
30288
+ sm: 600,
30289
+ md: 900,
30290
+ lg: 1300,
30291
+ xl: 1800
30292
+ }
30293
+ },
30294
+ palette: {
30295
+ mode: "dark",
30296
+ primary: {
30297
+ main: "#FF4081",
30298
+ // Vibrant Pink
30299
+ dark: "#F50057",
30300
+ // Darker Pink
30301
+ light: "#FF79B0",
30302
+ // Lighter Pink
30303
+ contrastText: "#FFFFFF"
30304
+ },
30305
+ secondary: {
30306
+ main: "#00E5FF",
30307
+ // Neon Blue
30308
+ dark: "#00B8D4",
30309
+ // Darker Neon Blue
30310
+ light: "#69FFFF",
30311
+ // Lighter Neon Blue
30312
+ contrastText: "#000000"
30313
+ },
30314
+ background: {
30315
+ default: "#120720",
30316
+ // Even Darker Purple/Indigo
30317
+ paper: "#1B0A2F"
30318
+ // Even Slightly Lighter Darker Purple
30319
+ },
30320
+ text: {
30321
+ primary: "#F9FAFB",
30322
+ // from darkTheme
30323
+ secondary: "#9CA3AF"
30324
+ // from darkTheme
30325
+ },
30326
+ caption: "rgba(255, 255, 255, 0.8)",
30327
+ // from darkTheme
30328
+ sidebar: {
30329
+ background: "#120720",
30330
+ // Main navigation sidebar (Even Darker Purple)
30331
+ secondaryBackground: "#1B0A2F",
30332
+ // Secondary sidebars (Even Slightly Lighter Darker Purple)
30333
+ border: "rgba(255, 64, 129, 0.2)",
30334
+ // Primary color (Vibrant Pink) with alpha
30335
+ itemHover: "rgba(255, 64, 129, 0.1)",
30336
+ itemActive: "rgba(0, 229, 255, 0.2)",
30337
+ // Neon Blue with opacity
30338
+ itemActiveHover: "rgba(0, 229, 255, 0.25)",
30339
+ // Neon Blue with higher opacity for hover
30340
+ itemText: "rgba(255, 255, 255, 0.85)",
30341
+ // from darkTheme
30342
+ itemActiveText: "#00E5FF",
30343
+ // Neon Blue
30344
+ toggleButton: {
30345
+ background: "rgba(255, 64, 129, 0.08)",
30346
+ border: "rgba(255, 64, 129, 0.25)",
30347
+ hoverBackground: "rgba(255, 64, 129, 0.15)",
30348
+ hoverBorder: "rgba(255, 64, 129, 0.45)"
30349
+ }
30350
+ },
30351
+ tooltip: {
30352
+ background: "#2C1D43",
30353
+ // Darker Purple
30354
+ border: "rgba(255, 64, 129, 0.25)",
30355
+ text: "#FFFFFF"
30356
+ // from darkTheme
30357
+ },
30358
+ userMessage: {
30359
+ background: "rgba(255, 64, 129, 0.1)",
30360
+ // Primary color (Vibrant Pink) with alpha
30361
+ border: "rgba(255, 64, 129, 0.35)",
30362
+ shadow: "0 4px 12px rgba(255, 64, 129, 0.2)"
30363
+ },
30364
+ messagesView: {
30365
+ background: "rgba(18, 7, 32, 0.6)"
30366
+ // Even Darker Purple background for messages view
30367
+ },
30368
+ inputField: {
30369
+ background: "rgba(18, 7, 32, 0.9)",
30370
+ // Even Darker Purple
30371
+ hoverBackground: "rgba(27, 10, 47, 0.9)",
30372
+ // Even Darker Purple hover
30373
+ focusBackground: "#2C1D43",
30374
+ // Darker Purple
30375
+ border: "rgba(0, 229, 255, 0.25)"
30376
+ // Neon Blue border
30377
+ },
30378
+ actionHighlight: {
30379
+ done: {
30380
+ background: "rgba(0, 229, 255, 0.1)",
30381
+ // Neon Blue with opacity
30382
+ border: "rgba(0, 229, 255, 0.4)"
30383
+ },
30384
+ ask: {
30385
+ background: "rgba(255, 165, 0, 0.15)",
30386
+ // Bright Orange with opacity
30387
+ border: "rgba(255, 165, 0, 0.5)"
30388
+ // Bright Orange for border
30389
+ }
30390
+ },
30391
+ icon: {
30392
+ background: "rgba(255, 64, 129, 0.15)",
30393
+ // Primary color (Vibrant Pink) with opacity
30394
+ text: "#FF4081"
30395
+ // Primary color (Vibrant Pink)
30396
+ }
30397
+ },
30398
+ typography: {
30399
+ fontFamily: "system-ui, Inter, -apple-system, BlinkMacSystemFont, sans-serif",
30400
+ // from darkTheme
30401
+ fontSize: 16,
30402
+ // from darkTheme
30403
+ h1: { fontWeight: 600 },
30404
+ // from darkTheme
30405
+ h2: { fontWeight: 600 },
30406
+ // from darkTheme
30407
+ h3: {
30408
+ // from darkTheme (structure)
30409
+ fontWeight: 600,
30410
+ fontSize: "3rem",
30411
+ textShadow: "0 0 5px #FF4081",
30412
+ // Keep some pink shadow for vibrancy
30413
+ "@media (max-width:600px)": {
30414
+ fontSize: "2.7rem"
30415
+ }
30416
+ },
30417
+ gradientTitle: {
30418
+ // from darkTheme (structure), but with synth colors
30419
+ fontSize: "1.4rem",
30420
+ fontWeight: 400,
30421
+ letterSpacing: "0.02em",
30422
+ background: "linear-gradient(90deg, #FF4081, #FFA500, #00E5FF)",
30423
+ // Pink to Orange to Blue gradient
30424
+ WebkitBackgroundClip: "text",
30425
+ WebkitTextFillColor: "transparent",
30426
+ textShadow: "0 0 10px rgba(255, 64, 129, 0.3), 0 0 15px rgba(0, 229, 255, 0.2)"
30427
+ // Adjusted synth shadow
30428
+ }
30429
+ },
30430
+ components: {
30431
+ MuiAppBar: {
30432
+ styleOverrides: {
30433
+ root: {
30434
+ top: 0,
30435
+ background: "rgba(18, 7, 32, 0.88)",
30436
+ // Even Darker Purple with alpha
30437
+ backdropFilter: "blur(10px)",
30438
+ boxShadow: "0 2px 12px rgba(255, 64, 129, 0.25)"
30439
+ // Pink glow shadow
30440
+ }
30441
+ }
30442
+ },
30443
+ MuiListItemButton: {
30444
+ styleOverrides: {
30445
+ root: ({ theme }) => ({
30446
+ borderRadius: 6,
30447
+ // Sharper edges
30448
+ transition: "all 0.15s ease-in-out",
30449
+ paddingTop: 10,
30450
+ paddingBottom: 10,
30451
+ border: "1px solid transparent",
30452
+ "&:hover": {
30453
+ background: "rgba(255, 64, 129, 0.1)",
30454
+ // Pink hover
30455
+ borderColor: "rgba(255, 64, 129, 0.25)",
30456
+ backdropFilter: "blur(3px)"
30457
+ },
30458
+ "&.Mui-selected": {
30459
+ background: "rgba(0, 229, 255, 0.18)",
30460
+ // Blue selected
30461
+ borderColor: "rgba(0, 229, 255, 0.45)",
30462
+ boxShadow: `0 0 10px ${theme.palette.secondary.main}44`
30463
+ // Blue glow
30464
+ }
30465
+ })
30466
+ }
30467
+ },
30468
+ MuiIconButton: {
30469
+ styleOverrides: {
30470
+ root: {
30471
+ color: "rgba(240, 244, 248, 0.9)",
30472
+ marginRight: 6,
30473
+ transition: "all 0.15s ease-in-out",
30474
+ "&:hover": {
30475
+ background: "rgba(255, 64, 129, 0.12)",
30476
+ // Pink hover
30477
+ color: "#FF4081",
30478
+ // Pink color on hover
30479
+ textShadow: "0 0 6px #FF4081"
30480
+ }
30481
+ }
30482
+ }
30483
+ },
30484
+ MuiButton: {
30485
+ variants: [
30486
+ {
30487
+ props: { variant: "nav" },
30488
+ style: ({ theme }) => ({
30489
+ color: "rgba(240, 244, 248, 0.9)",
30490
+ margin: "0 3px",
30491
+ padding: "7px 14px",
30492
+ borderRadius: 6,
30493
+ // Sharper edges
30494
+ border: "1px solid rgba(0, 229, 255, 0.25)",
30495
+ // Blue border
30496
+ transition: "all 0.15s ease-in-out",
30497
+ fontSize: "0.8rem",
30498
+ "&:hover": {
30499
+ background: "rgba(0, 229, 255, 0.12)",
30500
+ // Blue hover
30501
+ borderColor: "rgba(0, 229, 255, 0.55)",
30502
+ color: theme.palette.secondary.main,
30503
+ // Blue text
30504
+ boxShadow: `0 0 10px ${theme.palette.secondary.main}66`,
30505
+ backdropFilter: "blur(3px)"
30506
+ }
30507
+ })
30508
+ }
30509
+ ],
30510
+ styleOverrides: {
30511
+ root: {
30512
+ textTransform: "uppercase",
30513
+ // Uppercase for retro feel
30514
+ borderRadius: 6,
30515
+ // Sharper edges
30516
+ padding: "7px 14px",
30517
+ transition: "all 0.15s ease-in-out"
30518
+ },
30519
+ containedPrimary: ({ theme }) => ({
30520
+ boxShadow: `0 0 12px ${theme.palette.primary.main}88`,
30521
+ border: `1px solid ${theme.palette.primary.dark}`,
30522
+ "&:hover": {
30523
+ boxShadow: `0 0 18px ${theme.palette.primary.main}BB`,
30524
+ backgroundColor: theme.palette.primary.dark
30525
+ }
30526
+ }),
30527
+ containedSecondary: ({ theme }) => ({
30528
+ boxShadow: `0 0 12px ${theme.palette.secondary.main}88`,
30529
+ border: `1px solid ${theme.palette.secondary.dark}`,
30530
+ "&:hover": {
30531
+ boxShadow: `0 0 18px ${theme.palette.secondary.main}BB`,
30532
+ backgroundColor: theme.palette.secondary.dark
30533
+ }
30534
+ }),
30535
+ outlinedPrimary: ({ theme }) => ({
30536
+ borderColor: theme.palette.primary.main,
30537
+ color: theme.palette.primary.main,
30538
+ "&:hover": {
30539
+ backgroundColor: "rgba(255, 64, 129, 0.12)",
30540
+ // Pink hover
30541
+ borderColor: theme.palette.primary.light,
30542
+ boxShadow: `0 0 10px ${theme.palette.primary.main}66`
30543
+ }
30544
+ })
30545
+ }
30546
+ },
30547
+ MuiCard: {
30548
+ styleOverrides: {
30549
+ root: () => ({
30550
+ backgroundColor: "rgba(27, 10, 47, 0.9)",
30551
+ // Even Darker Purple with alpha
30552
+ borderRadius: 10,
30553
+ // Slightly less rounded
30554
+ border: "1px solid rgba(255, 64, 129, 0.3)",
30555
+ // Pink border
30556
+ backdropFilter: "blur(8px)",
30557
+ boxShadow: "0 5px 18px rgba(255, 64, 129, 0.15)"
30558
+ // Pink glow
30559
+ })
30560
+ }
30561
+ },
30562
+ MuiContainer: {
30563
+ styleOverrides: {
30564
+ maxWidthLg: {
30565
+ maxWidth: "1300px",
30566
+ "@media (min-width:1300px)": {
30567
+ maxWidth: "1300px"
30568
+ }
30569
+ },
30570
+ maxWidthXl: {
30571
+ maxWidth: "1800px",
30572
+ "@media (min-width:1800px)": {
30573
+ maxWidth: "1800px"
30574
+ }
30575
+ }
30576
+ }
30577
+ }
30578
+ }
30579
+ });
29714
30580
  const tokyoNightTheme = createTheme({
29715
30581
  breakpoints: {
29716
30582
  values: {
@@ -29972,6 +30838,21 @@ const themes = {
29972
30838
  name: "Radient",
29973
30839
  id: "radient",
29974
30840
  theme: radientTheme
30841
+ },
30842
+ neon: {
30843
+ name: "Neon",
30844
+ id: "neon",
30845
+ theme: neonTheme
30846
+ },
30847
+ obsidian: {
30848
+ name: "Obsidian",
30849
+ id: "obsidian",
30850
+ theme: obsidianTheme
30851
+ },
30852
+ synth: {
30853
+ name: "Synth",
30854
+ id: "synth",
30855
+ theme: synthTheme
29975
30856
  }
29976
30857
  };
29977
30858
  const DEFAULT_THEME = "localOperatorDark";
@@ -30139,170 +31020,179 @@ const ErrorBoundary2 = ({
30139
31020
  );
30140
31021
  };
30141
31022
  export {
30142
- clamp as $,
30143
- duration as A,
30144
- useTheme as B,
30145
- useTimeout as C,
30146
- useId as D,
30147
- ButtonBase as E,
30148
- alpha as F,
30149
- createSimplePaletteValueFilter as G,
30150
- CircularProgress as H,
30151
- darken as I,
30152
- lighten as J,
30153
- useEventCallback as K,
30154
- useEnhancedEffect as L,
30155
- useRtl as M,
30156
- globalCss as N,
30157
- formatMuiErrorMessage as O,
31023
+ getPath as $,
31024
+ capitalize$1 as A,
31025
+ memoTheme as B,
31026
+ _objectWithoutPropertiesLoose$1 as C,
31027
+ TransitionGroupContext as D,
31028
+ _extends as E,
31029
+ duration as F,
31030
+ useTheme as G,
31031
+ useTimeout as H,
31032
+ useId as I,
31033
+ ButtonBase as J,
31034
+ alpha as K,
31035
+ createSimplePaletteValueFilter as L,
31036
+ CircularProgress as M,
31037
+ darken as N,
31038
+ lighten as O,
30158
31039
  Paper as P,
30159
- rootShouldForwardProp as Q,
30160
- React as R,
30161
- Typography as S,
30162
- TransitionGroupContext as T,
30163
- css$1 as U,
30164
- keyframes as V,
30165
- getPath as W,
30166
- isFocusVisible as X,
30167
- typographyClasses as Y,
30168
- slotShouldForwardProp as Z,
31040
+ useEventCallback as Q,
31041
+ React$1 as R,
31042
+ useRtl as S,
31043
+ THEME_ID as T,
31044
+ globalCss as U,
31045
+ formatMuiErrorMessage as V,
31046
+ rootShouldForwardProp as W,
31047
+ Typography as X,
31048
+ css$1 as Y,
31049
+ keyframes as Z,
30169
31050
  _inheritsLoose as _,
30170
- reactExports as a,
30171
- faChevronUp as a$,
30172
- emphasize as a0,
30173
- Timeout as a1,
30174
- createLucideIcon as a2,
30175
- Button as a3,
30176
- Box as a4,
30177
- FontAwesomeIcon as a5,
30178
- faExclamationTriangle as a6,
30179
- DEFAULT_THEME as a7,
30180
- faChevronLeft as a8,
30181
- faChevronRight as a9,
30182
- faDownload as aA,
30183
- faFileAlt as aB,
30184
- faDesktop as aC,
30185
- faImage as aD,
30186
- faMusic as aE,
30187
- faVideo as aF,
30188
- faLaptop as aG,
30189
- faUsers as aH,
30190
- faDatabase as aI,
30191
- faBoxOpen as aJ,
30192
- faBook as aK,
30193
- faHdd as aL,
30194
- faBox as aM,
30195
- faArchive as aN,
30196
- faNetworkWired as aO,
30197
- faFolder as aP,
30198
- faFolderOpen as aQ,
30199
- faFolderTree as aR,
30200
- faChevronDown as aS,
30201
- faTools as aT,
30202
- _extends as aU,
30203
- faSliders as aV,
30204
- faTrash as aW,
30205
- faArrowDown as aX,
30206
- faPaperclip as aY,
30207
- faStop as aZ,
30208
- faPaperPlane as a_,
30209
- faRobot as aa,
30210
- faCheck as ab,
30211
- faTimes as ac,
30212
- faEraser as ad,
30213
- faPen as ae,
30214
- faFileImport as af,
30215
- faUpload as ag,
30216
- requireReact as ah,
30217
- faComment as ai,
30218
- faSave as aj,
30219
- faEdit as ak,
30220
- faTrashAlt as al,
30221
- faComments as am,
30222
- faInfoCircle as an,
30223
- faGear as ao,
30224
- faPlus as ap,
30225
- faServer as aq,
30226
- faStar as ar,
30227
- faTag as as,
30228
- faIdCard as at,
30229
- faCalendarAlt as au,
30230
- faCodeBranch as av,
30231
- faShieldAlt as aw,
30232
- faArrowLeft as ax,
30233
- faClock as ay,
30234
- faHome as az,
30235
- clsx as b,
30236
- faQuestion as b0,
30237
- faFile as b1,
30238
- faExclamationCircle as b2,
30239
- faLightbulb as b3,
30240
- faCode as b4,
30241
- faCommentDots as b5,
30242
- faShare as b6,
30243
- faPencilAlt as b7,
30244
- faUser as b8,
30245
- faCopy as b9,
30246
- faAdjust as bA,
30247
- faCreditCard as bB,
30248
- faPlusCircle as bC,
30249
- faChartLine as bD,
30250
- faShield as bE,
30251
- library$1 as bF,
30252
- icons as bG,
30253
- CssBaseline as bH,
30254
- ThemeProvider as bI,
30255
- getTheme as bJ,
30256
- ReactDOM as bK,
30257
- ErrorBoundary2 as bL,
30258
- isDevelopmentMode as ba,
30259
- faCommentSlash as bb,
30260
- faArrowRight as bc,
30261
- faBrain as bd,
30262
- faWandMagicSparkles as be,
30263
- faExternalLinkAlt as bf,
30264
- faKey as bg,
30265
- radientTheme as bh,
30266
- faGlobe as bi,
30267
- faSearch as bj,
30268
- commonjsGlobal as bk,
30269
- PropTypes as bl,
30270
- faLock as bm,
30271
- faSignOut as bn,
30272
- themes as bo,
30273
- faMoon as bp,
30274
- faSun as bq,
30275
- faHexagonNodes as br,
30276
- faSkull as bs,
30277
- faLeaf as bt,
30278
- faMountain as bu,
30279
- faFire as bv,
30280
- faIcicles as bw,
30281
- faEnvelope as bx,
30282
- faHistory as by,
30283
- faListAlt as bz,
31051
+ useTheme$3 as a,
31052
+ faPaperclip as a$,
31053
+ isFocusVisible as a0,
31054
+ typographyClasses as a1,
31055
+ slotShouldForwardProp as a2,
31056
+ clamp as a3,
31057
+ emphasize as a4,
31058
+ Timeout as a5,
31059
+ createLucideIcon as a6,
31060
+ Button as a7,
31061
+ Box as a8,
31062
+ FontAwesomeIcon as a9,
31063
+ faShieldAlt as aA,
31064
+ faArrowLeft as aB,
31065
+ faClock as aC,
31066
+ faHome as aD,
31067
+ faDownload as aE,
31068
+ faFileAlt as aF,
31069
+ faDesktop as aG,
31070
+ faImage as aH,
31071
+ faMusic as aI,
31072
+ faVideo as aJ,
31073
+ faLaptop as aK,
31074
+ faUsers as aL,
31075
+ faDatabase as aM,
31076
+ faBoxOpen as aN,
31077
+ faBook as aO,
31078
+ faHdd as aP,
31079
+ faBox as aQ,
31080
+ faArchive as aR,
31081
+ faNetworkWired as aS,
31082
+ faFolder as aT,
31083
+ faFolderOpen as aU,
31084
+ faFolderTree as aV,
31085
+ faChevronDown as aW,
31086
+ faTools as aX,
31087
+ faSliders as aY,
31088
+ faTrash as aZ,
31089
+ faArrowDown as a_,
31090
+ faExclamationTriangle as aa,
31091
+ DEFAULT_THEME as ab,
31092
+ faChevronLeft as ac,
31093
+ faChevronRight as ad,
31094
+ faRobot as ae,
31095
+ faCheck as af,
31096
+ faTimes as ag,
31097
+ faEraser as ah,
31098
+ faPen as ai,
31099
+ faFileImport as aj,
31100
+ faUpload as ak,
31101
+ requireReact as al,
31102
+ faComment as am,
31103
+ faSave as an,
31104
+ faEdit as ao,
31105
+ faTrashAlt as ap,
31106
+ faComments as aq,
31107
+ faInfoCircle as ar,
31108
+ faGear as as,
31109
+ faPlus as at,
31110
+ faServer as au,
31111
+ faStar as av,
31112
+ faTag as aw,
31113
+ faIdCard as ax,
31114
+ faCalendarAlt as ay,
31115
+ faCodeBranch as az,
31116
+ reactExports as b,
31117
+ faStop as b0,
31118
+ faPaperPlane as b1,
31119
+ faChevronUp as b2,
31120
+ faQuestion as b3,
31121
+ faFile as b4,
31122
+ faExclamationCircle as b5,
31123
+ faLightbulb as b6,
31124
+ faCode as b7,
31125
+ faCommentDots as b8,
31126
+ faShare as b9,
31127
+ faLeaf as bA,
31128
+ faMountain as bB,
31129
+ faFire as bC,
31130
+ faIcicles as bD,
31131
+ faBolt as bE,
31132
+ faAdjust as bF,
31133
+ faWaveSquare as bG,
31134
+ faEnvelope as bH,
31135
+ faHistory as bI,
31136
+ faListAlt as bJ,
31137
+ faCreditCard as bK,
31138
+ faPlusCircle as bL,
31139
+ faChartLine as bM,
31140
+ faShield as bN,
31141
+ library$1 as bO,
31142
+ icons as bP,
31143
+ CssBaseline as bQ,
31144
+ ThemeProvider as bR,
31145
+ getTheme as bS,
31146
+ ReactDOM as bT,
31147
+ ErrorBoundary2 as bU,
31148
+ faPencilAlt as ba,
31149
+ faUser as bb,
31150
+ faCopy as bc,
31151
+ isDevelopmentMode as bd,
31152
+ faCommentSlash as be,
31153
+ faArrowRight as bf,
31154
+ faBrain as bg,
31155
+ faWandMagicSparkles as bh,
31156
+ faExternalLinkAlt as bi,
31157
+ faKey as bj,
31158
+ radientTheme as bk,
31159
+ faGlobe as bl,
31160
+ faSearch as bm,
31161
+ PropTypes as bn,
31162
+ shouldForwardProp as bo,
31163
+ TransitionGroup as bp,
31164
+ commonjsGlobal as bq,
31165
+ faLock as br,
31166
+ faPuzzlePiece as bs,
31167
+ HardDrive as bt,
31168
+ faSignOut as bu,
31169
+ themes as bv,
31170
+ faMoon as bw,
31171
+ faSun as bx,
31172
+ faHexagonNodes as by,
31173
+ faSkull as bz,
30284
31174
  createStyled2 as c,
30285
- useForkRef as d,
30286
- extendSxProp$1 as e,
30287
- resolveBreakpointValues as f,
30288
- createUnarySpacing as g,
31175
+ useEnhancedEffect as d,
31176
+ clsx as e,
31177
+ useForkRef as f,
31178
+ extendSxProp$1 as g,
30289
31179
  handleBreakpoints as h,
30290
- deepmerge as i,
31180
+ resolveBreakpointValues as i,
30291
31181
  jsxRuntimeExports as j,
30292
- composeClasses as k,
30293
- generateUtilityClass as l,
31182
+ createUnarySpacing as k,
31183
+ deepmerge as l,
30294
31184
  mergeBreakpointsInOrder as m,
30295
- createTheme$1 as n,
30296
- getValue as o,
30297
- getDefaultExportFromCjs as p,
30298
- requireReactDom as q,
31185
+ composeClasses as n,
31186
+ generateUtilityClass as o,
31187
+ createTheme$1 as p,
31188
+ getValue as q,
30299
31189
  resolveProps as r,
30300
- React$1 as s,
30301
- generateUtilityClasses as t,
31190
+ React as s,
31191
+ getDefaultExportFromCjs as t,
30302
31192
  useTheme$2 as u,
30303
- useDefaultProps as v,
30304
- styled as w,
30305
- capitalize$1 as x,
30306
- memoTheme as y,
30307
- _objectWithoutPropertiesLoose$1 as z
31193
+ requireReactDom as v,
31194
+ defaultTheme$1 as w,
31195
+ generateUtilityClasses as x,
31196
+ useDefaultProps as y,
31197
+ styled as z
30308
31198
  };