@mcp-use/inspector 0.14.1-canary.1 → 0.14.1

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.
Files changed (131) hide show
  1. package/dist/cli.js +2 -2
  2. package/dist/client/components/AddToClientDropdown.d.ts +51 -0
  3. package/dist/client/components/AddToClientDropdown.d.ts.map +1 -0
  4. package/dist/client/components/ui/alert-dialog.d.ts +15 -0
  5. package/dist/client/components/ui/alert-dialog.d.ts.map +1 -0
  6. package/dist/client/components/ui/animated-theme-toggler.d.ts +6 -0
  7. package/dist/client/components/ui/animated-theme-toggler.d.ts.map +1 -0
  8. package/dist/client/components/ui/aurora-background.d.ts +9 -0
  9. package/dist/client/components/ui/aurora-background.d.ts.map +1 -0
  10. package/dist/client/components/ui/badge.d.ts +10 -0
  11. package/dist/client/components/ui/badge.d.ts.map +1 -0
  12. package/dist/client/components/ui/blur-fade.d.ts +25 -0
  13. package/dist/client/components/ui/blur-fade.d.ts.map +1 -0
  14. package/dist/client/components/ui/button.d.ts +11 -0
  15. package/dist/client/components/ui/button.d.ts.map +1 -0
  16. package/dist/client/components/ui/card.d.ts +10 -0
  17. package/dist/client/components/ui/card.d.ts.map +1 -0
  18. package/dist/client/components/ui/checkbox.d.ts +5 -0
  19. package/dist/client/components/ui/checkbox.d.ts.map +1 -0
  20. package/dist/client/components/ui/client-icons.d.ts +30 -0
  21. package/dist/client/components/ui/client-icons.d.ts.map +1 -0
  22. package/dist/client/components/ui/command.d.ts +68 -0
  23. package/dist/client/components/ui/command.d.ts.map +1 -0
  24. package/dist/client/components/ui/dialog.d.ts +16 -0
  25. package/dist/client/components/ui/dialog.d.ts.map +1 -0
  26. package/dist/client/components/ui/discord-icon.d.ts +4 -0
  27. package/dist/client/components/ui/discord-icon.d.ts.map +1 -0
  28. package/dist/client/components/ui/dropdown-menu.d.ts +68 -0
  29. package/dist/client/components/ui/dropdown-menu.d.ts.map +1 -0
  30. package/dist/client/components/ui/fancy-server-dropdown.d.ts +14 -0
  31. package/dist/client/components/ui/fancy-server-dropdown.d.ts.map +1 -0
  32. package/dist/client/components/ui/github-icon.d.ts +4 -0
  33. package/dist/client/components/ui/github-icon.d.ts.map +1 -0
  34. package/dist/client/components/ui/input.d.ts +4 -0
  35. package/dist/client/components/ui/input.d.ts.map +1 -0
  36. package/dist/client/components/ui/kbd.d.ts +4 -0
  37. package/dist/client/components/ui/kbd.d.ts.map +1 -0
  38. package/dist/client/components/ui/label.d.ts +5 -0
  39. package/dist/client/components/ui/label.d.ts.map +1 -0
  40. package/dist/client/components/ui/magicui/shine-border.d.ts +11 -0
  41. package/dist/client/components/ui/magicui/shine-border.d.ts.map +1 -0
  42. package/dist/client/components/ui/not-found.d.ts +9 -0
  43. package/dist/client/components/ui/not-found.d.ts.map +1 -0
  44. package/dist/client/components/ui/popover.d.ts +7 -0
  45. package/dist/client/components/ui/popover.d.ts.map +1 -0
  46. package/dist/client/components/ui/pulsating-button.d.ts +13 -0
  47. package/dist/client/components/ui/pulsating-button.d.ts.map +1 -0
  48. package/dist/client/components/ui/random-gradient-background.d.ts +9 -0
  49. package/dist/client/components/ui/random-gradient-background.d.ts.map +1 -0
  50. package/dist/client/components/ui/resizable.d.ts +9 -0
  51. package/dist/client/components/ui/resizable.d.ts.map +1 -0
  52. package/dist/client/components/ui/select.d.ts +16 -0
  53. package/dist/client/components/ui/select.d.ts.map +1 -0
  54. package/dist/client/components/ui/sheet.d.ts +14 -0
  55. package/dist/client/components/ui/sheet.d.ts.map +1 -0
  56. package/dist/client/components/ui/shimmer-button.d.ts +18 -0
  57. package/dist/client/components/ui/shimmer-button.d.ts.map +1 -0
  58. package/dist/client/components/ui/sonner.d.ts +4 -0
  59. package/dist/client/components/ui/sonner.d.ts.map +1 -0
  60. package/dist/client/components/ui/spinner.d.ts +3 -0
  61. package/dist/client/components/ui/spinner.d.ts.map +1 -0
  62. package/dist/client/components/ui/status-dot.d.ts +6 -0
  63. package/dist/client/components/ui/status-dot.d.ts.map +1 -0
  64. package/dist/client/components/ui/switch.d.ts +10 -0
  65. package/dist/client/components/ui/switch.d.ts.map +1 -0
  66. package/dist/client/components/ui/table.d.ts +11 -0
  67. package/dist/client/components/ui/table.d.ts.map +1 -0
  68. package/dist/client/components/ui/tabs.d.ts +79 -0
  69. package/dist/client/components/ui/tabs.d.ts.map +1 -0
  70. package/dist/client/components/ui/text-shimmer.d.ts +11 -0
  71. package/dist/client/components/ui/text-shimmer.d.ts.map +1 -0
  72. package/dist/client/components/ui/textarea.d.ts +4 -0
  73. package/dist/client/components/ui/textarea.d.ts.map +1 -0
  74. package/dist/client/components/ui/tooltip.d.ts +8 -0
  75. package/dist/client/components/ui/tooltip.d.ts.map +1 -0
  76. package/dist/client/context/InspectorContext.d.ts +47 -0
  77. package/dist/client/context/InspectorContext.d.ts.map +1 -0
  78. package/dist/client/context/ThemeContext.d.ts +16 -0
  79. package/dist/client/context/ThemeContext.d.ts.map +1 -0
  80. package/dist/client/index.d.ts +6 -0
  81. package/dist/client/index.d.ts.map +1 -0
  82. package/dist/client/lib/utils.d.ts +3 -0
  83. package/dist/client/lib/utils.d.ts.map +1 -0
  84. package/dist/client/utils/iframeConsoleInterceptor.d.ts +12 -0
  85. package/dist/client/utils/iframeConsoleInterceptor.d.ts.map +1 -0
  86. package/dist/client/utils/index.d.ts +5 -0
  87. package/dist/client/utils/index.d.ts.map +1 -0
  88. package/dist/client/utils/jsonUtils.d.ts +19 -0
  89. package/dist/client/utils/jsonUtils.d.ts.map +1 -0
  90. package/dist/client/utils/logger.d.ts +7 -0
  91. package/dist/client/utils/logger.d.ts.map +1 -0
  92. package/dist/client/utils/mcpClientUtils.d.ts +120 -0
  93. package/dist/client/utils/mcpClientUtils.d.ts.map +1 -0
  94. package/dist/client/utils/mcpResourceUtils.d.ts +19 -0
  95. package/dist/client/utils/mcpResourceUtils.d.ts.map +1 -0
  96. package/dist/client/utils/time.d.ts +2 -0
  97. package/dist/client/utils/time.d.ts.map +1 -0
  98. package/dist/server/{chunk-67ROKQZG.js → chunk-GDZFYTRE.js} +2 -2
  99. package/dist/server/{chunk-4OEEUHLZ.js → chunk-OSMZGWSC.js} +2 -2
  100. package/dist/server/{chunk-BC23UV5D.js → chunk-R5QBLPYB.js} +1 -1
  101. package/dist/server/cli.js +2 -2
  102. package/dist/server/index.js +3 -3
  103. package/dist/server/middleware.js +3 -3
  104. package/dist/server/server.js +2 -2
  105. package/dist/server/shared-static.js +2 -2
  106. package/dist/server/shared-utils.js +1 -1
  107. package/dist/{client/assets/browser-szdNinNK.js → web/assets/browser-DlFcitTO.js} +3 -3
  108. package/dist/{client/assets/client-bKYVMi0j.js → web/assets/client-B0kiUSNf.js} +1 -1
  109. package/dist/{client/assets/display-A5IEINAP-DWNdR0On.js → web/assets/display-A5IEINAP-DCN-mqb-.js} +2 -2
  110. package/dist/{client/assets/embeddings-DY7LEcGM.js → web/assets/embeddings-PkWsopkS.js} +1 -1
  111. package/dist/{client/assets/index-B-I4WCT7.js → web/assets/index-BcLYF5U-.js} +6 -6
  112. package/dist/{client/assets/index-NmfTs9aq.js → web/assets/index-C32H1biP.js} +1 -1
  113. package/dist/{client/assets/index-B7K7EglZ.js → web/assets/index-C6pARb8N.js} +1 -1
  114. package/dist/{client/assets/index-B1GRA_yE.js → web/assets/index-D2otlOyk.js} +1 -1
  115. package/dist/{client/assets/index-D89ggwyw.js → web/assets/index-D7yenyxx.js} +1 -1
  116. package/dist/{client/assets/index-DpOgK2Yr.js → web/assets/index-DnzC0xJC.js} +1 -1
  117. package/dist/{client/assets/index-CQWqWZPb.js → web/assets/index-bXy3E7Jj.js} +1 -1
  118. package/dist/{client/assets/index-D05JX2rN.js → web/assets/index-jTu3K9E1.js} +1 -1
  119. package/dist/{client/assets/index-BKSSQ8ab.js → web/assets/index-wxr-Tnnz.js} +1 -1
  120. package/dist/{client/assets/llms-D3SVvBDG.js → web/assets/llms-BQE09I9T.js} +1 -1
  121. package/dist/{client → web}/index.html +2 -2
  122. package/package.json +2 -2
  123. /package/dist/{client → web}/assets/index-G80eS8Oh.css +0 -0
  124. /package/dist/{client → web}/assets/index-JiKw9JSs.js +0 -0
  125. /package/dist/{client → web}/assets/module-D4IOASh4.js +0 -0
  126. /package/dist/{client → web}/assets/util-QmrWvrtn.js +0 -0
  127. /package/dist/{client → web}/favicon-black.svg +0 -0
  128. /package/dist/{client → web}/favicon-white.svg +0 -0
  129. /package/dist/{client → web}/providers/anthropic.png +0 -0
  130. /package/dist/{client → web}/providers/google.png +0 -0
  131. /package/dist/{client → web}/providers/openai.png +0 -0
package/dist/cli.js CHANGED
@@ -1305,9 +1305,9 @@ function getClientDistPath() {
1305
1305
  const __filename = fileURLToPath(import.meta.url);
1306
1306
  const __dirname = dirname(__filename);
1307
1307
  if (__dirname.endsWith("dist") || __dirname.endsWith("dist/")) {
1308
- return join(__dirname, "client");
1308
+ return join(__dirname, "web");
1309
1309
  }
1310
- return join(__dirname, "../client");
1310
+ return join(__dirname, "../web");
1311
1311
  }
1312
1312
  var widgetDataStore2 = /* @__PURE__ */ new Map();
1313
1313
  setInterval(
@@ -0,0 +1,51 @@
1
+ interface AddToClientDropdownProps {
2
+ serverConfig: {
3
+ url: string;
4
+ name: string;
5
+ headers?: Record<string, string>;
6
+ serverId?: string;
7
+ };
8
+ additionalItems?: Array<{
9
+ id: string;
10
+ label: string;
11
+ icon?: React.ReactNode;
12
+ onClick: () => void | Promise<void>;
13
+ }>;
14
+ showClients?: {
15
+ cursor?: boolean;
16
+ vsCode?: boolean;
17
+ claudeDesktop?: boolean;
18
+ claudeCode?: boolean;
19
+ geminiCli?: boolean;
20
+ codexCli?: boolean;
21
+ };
22
+ className?: string;
23
+ onSuccess?: (client: string) => void;
24
+ onError?: (error: Error) => void;
25
+ trigger?: React.ReactNode | ((props: {
26
+ isOpen: boolean;
27
+ onClick: () => void;
28
+ }) => React.ReactNode);
29
+ }
30
+ /**
31
+ * Reusable dropdown component for adding MCP servers to various clients
32
+ *
33
+ * @example
34
+ * ```tsx
35
+ * <AddToClientDropdown
36
+ * serverConfig={{
37
+ * url: "https://mcp.example.com/mcp",
38
+ * name: "My Server",
39
+ * headers: { Authorization: "Bearer token" }
40
+ * }}
41
+ * additionalItems={[{
42
+ * id: "agent",
43
+ * label: "Add to mcp-use Agent",
44
+ * onClick: () => handleAddToAgent()
45
+ * }]}
46
+ * />
47
+ * ```
48
+ */
49
+ export declare function AddToClientDropdown({ serverConfig, additionalItems, showClients, className, onSuccess, onError, trigger, }: AddToClientDropdownProps): import("react/jsx-runtime").JSX.Element;
50
+ export {};
51
+ //# sourceMappingURL=AddToClientDropdown.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AddToClientDropdown.d.ts","sourceRoot":"","sources":["../../../src/client/components/AddToClientDropdown.tsx"],"names":[],"mappings":"AA4BA,UAAU,wBAAwB;IAChC,YAAY,EAAE;QACZ,GAAG,EAAE,MAAM,CAAC;QACZ,IAAI,EAAE,MAAM,CAAC;QACb,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;QACjC,QAAQ,CAAC,EAAE,MAAM,CAAC;KACnB,CAAC;IACF,eAAe,CAAC,EAAE,KAAK,CAAC;QACtB,EAAE,EAAE,MAAM,CAAC;QACX,KAAK,EAAE,MAAM,CAAC;QACd,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;QACvB,OAAO,EAAE,MAAM,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;KACrC,CAAC,CAAC;IACH,WAAW,CAAC,EAAE;QACZ,MAAM,CAAC,EAAE,OAAO,CAAC;QACjB,MAAM,CAAC,EAAE,OAAO,CAAC;QACjB,aAAa,CAAC,EAAE,OAAO,CAAC;QACxB,UAAU,CAAC,EAAE,OAAO,CAAC;QACrB,SAAS,CAAC,EAAE,OAAO,CAAC;QACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;KACpB,CAAC;IACF,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,SAAS,CAAC,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACrC,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,CAAC;IACjC,OAAO,CAAC,EACJ,KAAK,CAAC,SAAS,GACf,CAAC,CAAC,KAAK,EAAE;QAAE,MAAM,EAAE,OAAO,CAAC;QAAC,OAAO,EAAE,MAAM,IAAI,CAAA;KAAE,KAAK,KAAK,CAAC,SAAS,CAAC,CAAC;CAC5E;AAID;;;;;;;;;;;;;;;;;;GAkBG;AACH,wBAAgB,mBAAmB,CAAC,EAClC,YAAY,EACZ,eAAoB,EACpB,WAOC,EACD,SAAc,EACd,SAAS,EACT,OAAO,EACP,OAAO,GACR,EAAE,wBAAwB,2CAyb1B"}
@@ -0,0 +1,15 @@
1
+ import * as AlertDialogPrimitive from "@radix-ui/react-alert-dialog";
2
+ import * as React from "react";
3
+ declare function AlertDialog({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
4
+ declare function AlertDialogTrigger({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
5
+ declare function AlertDialogPortal({ ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Portal>): import("react/jsx-runtime").JSX.Element;
6
+ declare function AlertDialogOverlay({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Overlay>): import("react/jsx-runtime").JSX.Element;
7
+ declare function AlertDialogContent({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Content>): import("react/jsx-runtime").JSX.Element;
8
+ declare function AlertDialogHeader({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
9
+ declare function AlertDialogFooter({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
10
+ declare function AlertDialogTitle({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Title>): import("react/jsx-runtime").JSX.Element;
11
+ declare function AlertDialogDescription({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Description>): import("react/jsx-runtime").JSX.Element;
12
+ declare function AlertDialogAction({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Action>): import("react/jsx-runtime").JSX.Element;
13
+ declare function AlertDialogCancel({ className, ...props }: React.ComponentProps<typeof AlertDialogPrimitive.Cancel>): import("react/jsx-runtime").JSX.Element;
14
+ export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, };
15
+ //# sourceMappingURL=alert-dialog.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"alert-dialog.d.ts","sourceRoot":"","sources":["../../../../src/client/components/ui/alert-dialog.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,oBAAoB,MAAM,8BAA8B,CAAC;AACrE,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,iBAAS,WAAW,CAAC,EACnB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,IAAI,CAAC,2CAExD;AAED,iBAAS,kBAAkB,CAAC,EAC1B,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,OAAO,CAAC,2CAI3D;AAED,iBAAS,iBAAiB,CAAC,EACzB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,MAAM,CAAC,2CAI1D;AAED,iBAAS,kBAAkB,CAAC,EAC1B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,OAAO,CAAC,2CAW3D;AAED,iBAAS,kBAAkB,CAAC,EAC1B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,OAAO,CAAC,2CAc3D;AAED,iBAAS,iBAAiB,CAAC,EACzB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQ7B;AAED,iBAAS,iBAAiB,CAAC,EACzB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAW7B;AAED,iBAAS,gBAAgB,CAAC,EACxB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,KAAK,CAAC,2CAQzD;AAED,iBAAS,sBAAsB,CAAC,EAC9B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,WAAW,CAAC,2CAQ/D;AAED,iBAAS,iBAAiB,CAAC,EACzB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,MAAM,CAAC,2CAO1D;AAED,iBAAS,iBAAiB,CAAC,EACzB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,MAAM,CAAC,2CAO1D;AAED,OAAO,EACL,WAAW,EACX,iBAAiB,EACjB,iBAAiB,EACjB,kBAAkB,EAClB,sBAAsB,EACtB,iBAAiB,EACjB,iBAAiB,EACjB,kBAAkB,EAClB,iBAAiB,EACjB,gBAAgB,EAChB,kBAAkB,GACnB,CAAC"}
@@ -0,0 +1,6 @@
1
+ interface AnimatedThemeTogglerProps extends React.ComponentPropsWithoutRef<"button"> {
2
+ duration?: number;
3
+ }
4
+ export declare function AnimatedThemeToggler({ className, duration, ...props }: AnimatedThemeTogglerProps): import("react/jsx-runtime").JSX.Element;
5
+ export {};
6
+ //# sourceMappingURL=animated-theme-toggler.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"animated-theme-toggler.d.ts","sourceRoot":"","sources":["../../../../src/client/components/ui/animated-theme-toggler.tsx"],"names":[],"mappings":"AAKA,UAAU,yBAA0B,SAAQ,KAAK,CAAC,wBAAwB,CAAC,QAAQ,CAAC;IAClF,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,wBAAgB,oBAAoB,CAAC,EACnC,SAAS,EACT,QAAc,EACd,GAAG,KAAK,EACT,EAAE,yBAAyB,2CAgE3B"}
@@ -0,0 +1,9 @@
1
+ import type React from "react";
2
+ import type { ReactNode } from "react";
3
+ interface AuroraBackgroundProps extends React.HTMLProps<HTMLDivElement> {
4
+ children: ReactNode;
5
+ showRadialGradient?: boolean;
6
+ }
7
+ export declare function AuroraBackground({ className, children, showRadialGradient, ...props }: AuroraBackgroundProps): import("react/jsx-runtime").JSX.Element;
8
+ export {};
9
+ //# sourceMappingURL=aurora-background.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"aurora-background.d.ts","sourceRoot":"","sources":["../../../../src/client/components/ui/aurora-background.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAGvC,UAAU,qBAAsB,SAAQ,KAAK,CAAC,SAAS,CAAC,cAAc,CAAC;IACrE,QAAQ,EAAE,SAAS,CAAC;IACpB,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B;AAED,wBAAgB,gBAAgB,CAAC,EAC/B,SAAS,EACT,QAAQ,EACR,kBAAyB,EACzB,GAAG,KAAK,EACT,EAAE,qBAAqB,2CA2CvB"}
@@ -0,0 +1,10 @@
1
+ import type { VariantProps } from "class-variance-authority";
2
+ import * as React from "react";
3
+ declare const badgeVariants: (props?: ({
4
+ variant?: "default" | "destructive" | "outline" | "secondary" | null | undefined;
5
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
6
+ declare function Badge({ className, variant, asChild, ...props }: React.ComponentProps<"span"> & VariantProps<typeof badgeVariants> & {
7
+ asChild?: boolean;
8
+ }): import("react/jsx-runtime").JSX.Element;
9
+ export { Badge, badgeVariants };
10
+ //# sourceMappingURL=badge.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"badge.d.ts","sourceRoot":"","sources":["../../../../src/client/components/ui/badge.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAG7D,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,QAAA,MAAM,aAAa;;8EAmBlB,CAAC;AAEF,iBAAS,KAAK,CAAC,EACb,SAAS,EACT,OAAO,EACP,OAAe,EACf,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,MAAM,CAAC,GAC7B,YAAY,CAAC,OAAO,aAAa,CAAC,GAAG;IAAE,OAAO,CAAC,EAAE,OAAO,CAAA;CAAE,2CAU3D;AAED,OAAO,EAAE,KAAK,EAAE,aAAa,EAAE,CAAC"}
@@ -0,0 +1,25 @@
1
+ import type { MotionProps, UseInViewOptions } from "motion/react";
2
+ import type { ReactNode } from "react";
3
+ type MarginType = UseInViewOptions["margin"];
4
+ interface BlurFadeProps extends MotionProps {
5
+ children: ReactNode;
6
+ className?: string;
7
+ variant?: {
8
+ hidden: {
9
+ y: number;
10
+ };
11
+ visible: {
12
+ y: number;
13
+ };
14
+ };
15
+ duration?: number;
16
+ delay?: number;
17
+ offset?: number;
18
+ direction?: "up" | "down" | "left" | "right";
19
+ inView?: boolean;
20
+ inViewMargin?: MarginType;
21
+ blur?: string;
22
+ }
23
+ export declare function BlurFade({ children, className, variant, duration, delay, offset, direction, inView, inViewMargin, blur, ...props }: BlurFadeProps): import("react/jsx-runtime").JSX.Element;
24
+ export {};
25
+ //# sourceMappingURL=blur-fade.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"blur-fade.d.ts","sourceRoot":"","sources":["../../../../src/client/components/ui/blur-fade.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,gBAAgB,EAAY,MAAM,cAAc,CAAC;AAC5E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIvC,KAAK,UAAU,GAAG,gBAAgB,CAAC,QAAQ,CAAC,CAAC;AAE7C,UAAU,aAAc,SAAQ,WAAW;IACzC,QAAQ,EAAE,SAAS,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE;QACR,MAAM,EAAE;YAAE,CAAC,EAAE,MAAM,CAAA;SAAE,CAAC;QACtB,OAAO,EAAE;YAAE,CAAC,EAAE,MAAM,CAAA;SAAE,CAAC;KACxB,CAAC;IACF,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,IAAI,GAAG,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC;IAC7C,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,YAAY,CAAC,EAAE,UAAU,CAAC;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,wBAAgB,QAAQ,CAAC,EACvB,QAAQ,EACR,SAAS,EACT,OAAO,EACP,QAAc,EACd,KAAS,EACT,MAAU,EACV,SAAkB,EAClB,MAAc,EACd,YAAsB,EACtB,IAAY,EACZ,GAAG,KAAK,EACT,EAAE,aAAa,2CAsCf"}
@@ -0,0 +1,11 @@
1
+ import type { VariantProps } from "class-variance-authority";
2
+ import * as React from "react";
3
+ declare const buttonVariants: (props?: ({
4
+ variant?: "default" | "destructive" | "outline" | "secondary" | "ghost" | "link" | null | undefined;
5
+ size?: "default" | "sm" | "lg" | "icon" | "icon-sm" | "icon-lg" | null | undefined;
6
+ } & import("class-variance-authority/types").ClassProp) | undefined) => string;
7
+ declare function Button({ className, variant, size, asChild, ...props }: React.ComponentProps<"button"> & VariantProps<typeof buttonVariants> & {
8
+ asChild?: boolean;
9
+ }): import("react/jsx-runtime").JSX.Element;
10
+ export { Button, buttonVariants };
11
+ //# sourceMappingURL=button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../../src/client/components/ui/button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAG7D,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,QAAA,MAAM,cAAc;;;8EA8BnB,CAAC;AAEF,iBAAS,MAAM,CAAC,EACd,SAAS,EACT,OAAO,EACP,IAAI,EACJ,OAAe,EACf,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,QAAQ,CAAC,GAC/B,YAAY,CAAC,OAAO,cAAc,CAAC,GAAG;IACpC,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,2CAUF;AAED,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,CAAC"}
@@ -0,0 +1,10 @@
1
+ import * as React from "react";
2
+ declare function Card({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
3
+ declare function CardHeader({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
4
+ declare function CardTitle({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
5
+ declare function CardDescription({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
6
+ declare function CardAction({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
7
+ declare function CardContent({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
8
+ declare function CardFooter({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
9
+ export { Card, CardAction, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, };
10
+ //# sourceMappingURL=card.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"card.d.ts","sourceRoot":"","sources":["../../../../src/client/components/ui/card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,iBAAS,IAAI,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAWjE;AAED,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAWvE;AAED,iBAAS,SAAS,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQtE;AAED,iBAAS,eAAe,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQ5E;AAED,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAWvE;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQxE;AAED,iBAAS,UAAU,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQvE;AAED,OAAO,EACL,IAAI,EACJ,UAAU,EACV,WAAW,EACX,eAAe,EACf,UAAU,EACV,UAAU,EACV,SAAS,GACV,CAAC"}
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import * as CheckboxPrimitive from "@radix-ui/react-checkbox";
3
+ declare const Checkbox: React.ForwardRefExoticComponent<Omit<CheckboxPrimitive.CheckboxProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
4
+ export { Checkbox };
5
+ //# sourceMappingURL=checkbox.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"checkbox.d.ts","sourceRoot":"","sources":["../../../../src/client/components/ui/checkbox.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,iBAAiB,MAAM,0BAA0B,CAAC;AAK9D,QAAA,MAAM,QAAQ,iKAkBZ,CAAC;AAGH,OAAO,EAAE,QAAQ,EAAE,CAAC"}
@@ -0,0 +1,30 @@
1
+ /**
2
+ * Client icons for AI code editors and CLIs
3
+ * Using SVGs from simpleicons.org
4
+ */
5
+ interface IconProps {
6
+ className?: string;
7
+ }
8
+ /**
9
+ * Renders the Visual Studio Code logo as an inline SVG.
10
+ *
11
+ * @param className - Optional CSS class applied to the root SVG element.
12
+ * @returns The SVG element for the VS Code icon with `fill="currentColor"`.
13
+ */
14
+ export declare function VSCodeIcon({ className }: IconProps): import("react/jsx-runtime").JSX.Element;
15
+ /**
16
+ * Renders the Gemini SVG icon.
17
+ *
18
+ * @param className - Optional CSS class applied to the root SVG element
19
+ * @returns An SVG element depicting the Gemini icon, with `fill="currentColor"`
20
+ */
21
+ export declare function GeminiIcon({ className }: IconProps): import("react/jsx-runtime").JSX.Element;
22
+ /**
23
+ * Renders the Codex SVG icon.
24
+ *
25
+ * @param className - Optional CSS class applied to the root SVG element
26
+ * @returns An SVG element rendering the Codex icon with currentColor fill
27
+ */
28
+ export declare function CodexIcon({ className }: IconProps): import("react/jsx-runtime").JSX.Element;
29
+ export {};
30
+ //# sourceMappingURL=client-icons.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"client-icons.d.ts","sourceRoot":"","sources":["../../../../src/client/components/ui/client-icons.tsx"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,UAAU,SAAS;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED;;;;;GAKG;AACH,wBAAgB,UAAU,CAAC,EAAE,SAAS,EAAE,EAAE,SAAS,2CAWlD;AAED;;;;;GAKG;AACH,wBAAgB,UAAU,CAAC,EAAE,SAAS,EAAE,EAAE,SAAS,2CAWlD;AAED;;;;;GAKG;AACH,wBAAgB,SAAS,CAAC,EAAE,SAAS,EAAE,EAAE,SAAS,2CAWjD"}
@@ -0,0 +1,68 @@
1
+ import * as React from "react";
2
+ declare const Command: React.ForwardRefExoticComponent<Omit<{
3
+ children?: React.ReactNode;
4
+ } & Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
5
+ ref?: React.Ref<HTMLDivElement>;
6
+ } & {
7
+ asChild?: boolean;
8
+ }, "asChild" | "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
9
+ label?: string;
10
+ shouldFilter?: boolean;
11
+ filter?: (value: string, search: string, keywords?: string[]) => number;
12
+ defaultValue?: string;
13
+ value?: string;
14
+ onValueChange?: (value: string) => void;
15
+ loop?: boolean;
16
+ disablePointerSelection?: boolean;
17
+ vimBindings?: boolean;
18
+ } & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
19
+ declare const CommandInput: React.ForwardRefExoticComponent<Omit<Omit<Pick<Pick<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | keyof React.InputHTMLAttributes<HTMLInputElement>> & {
20
+ ref?: React.Ref<HTMLInputElement>;
21
+ } & {
22
+ asChild?: boolean;
23
+ }, "asChild" | "key" | keyof React.InputHTMLAttributes<HTMLInputElement>>, "type" | "value" | "onChange"> & {
24
+ value?: string;
25
+ onValueChange?: (search: string) => void;
26
+ } & React.RefAttributes<HTMLInputElement>, "ref"> & React.RefAttributes<HTMLInputElement>>;
27
+ declare const CommandList: React.ForwardRefExoticComponent<Omit<{
28
+ children?: React.ReactNode;
29
+ } & Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
30
+ ref?: React.Ref<HTMLDivElement>;
31
+ } & {
32
+ asChild?: boolean;
33
+ }, "asChild" | "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
34
+ label?: string;
35
+ } & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
36
+ declare const CommandEmpty: React.ForwardRefExoticComponent<Omit<{
37
+ children?: React.ReactNode;
38
+ } & Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
39
+ ref?: React.Ref<HTMLDivElement>;
40
+ } & {
41
+ asChild?: boolean;
42
+ }, "asChild" | "key" | keyof React.HTMLAttributes<HTMLDivElement>> & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
43
+ declare const CommandGroup: React.ForwardRefExoticComponent<Omit<{
44
+ children?: React.ReactNode;
45
+ } & Omit<Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
46
+ ref?: React.Ref<HTMLDivElement>;
47
+ } & {
48
+ asChild?: boolean;
49
+ }, "asChild" | "key" | keyof React.HTMLAttributes<HTMLDivElement>>, "value" | "heading"> & {
50
+ heading?: React.ReactNode;
51
+ value?: string;
52
+ forceMount?: boolean;
53
+ } & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
54
+ declare const CommandItem: React.ForwardRefExoticComponent<Omit<{
55
+ children?: React.ReactNode;
56
+ } & Omit<Pick<Pick<React.DetailedHTMLProps<React.HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "key" | keyof React.HTMLAttributes<HTMLDivElement>> & {
57
+ ref?: React.Ref<HTMLDivElement>;
58
+ } & {
59
+ asChild?: boolean;
60
+ }, "asChild" | "key" | keyof React.HTMLAttributes<HTMLDivElement>>, "disabled" | "value" | "onSelect"> & {
61
+ disabled?: boolean;
62
+ onSelect?: (value: string) => void;
63
+ value?: string;
64
+ keywords?: string[];
65
+ forceMount?: boolean;
66
+ } & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
67
+ export { Command, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, };
68
+ //# sourceMappingURL=command.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"command.d.ts","sourceRoot":"","sources":["../../../../src/client/components/ui/command.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAK/B,QAAA,MAAM,OAAO;;;;;;;;;;;;;;;;sFAYX,CAAC;AAGH,QAAA,MAAM,YAAY;;;;;;;0FAchB,CAAC;AAIH,QAAA,MAAM,WAAW;;;;;;;;sFASf,CAAC;AAIH,QAAA,MAAM,YAAY;;;;;;uJAShB,CAAC;AAIH,QAAA,MAAM,YAAY;;;;;;;;;;sFAYhB,CAAC;AAIH,QAAA,MAAM,WAAW;;;;;;;;;;;;sFAYf,CAAC;AAIH,OAAO,EACL,OAAO,EACP,YAAY,EACZ,YAAY,EACZ,YAAY,EACZ,WAAW,EACX,WAAW,GACZ,CAAC"}
@@ -0,0 +1,16 @@
1
+ import * as DialogPrimitive from "@radix-ui/react-dialog";
2
+ import * as React from "react";
3
+ declare function Dialog({ ...props }: React.ComponentProps<typeof DialogPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
4
+ declare function DialogTrigger({ ...props }: React.ComponentProps<typeof DialogPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
5
+ declare function DialogPortal({ ...props }: React.ComponentProps<typeof DialogPrimitive.Portal>): import("react/jsx-runtime").JSX.Element;
6
+ declare function DialogClose({ ...props }: React.ComponentProps<typeof DialogPrimitive.Close>): import("react/jsx-runtime").JSX.Element;
7
+ declare function DialogOverlay({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Overlay>): import("react/jsx-runtime").JSX.Element;
8
+ declare function DialogContent({ className, children, showCloseButton, ...props }: React.ComponentProps<typeof DialogPrimitive.Content> & {
9
+ showCloseButton?: boolean;
10
+ }): import("react/jsx-runtime").JSX.Element;
11
+ declare function DialogHeader({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
12
+ declare function DialogFooter({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
13
+ declare function DialogTitle({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Title>): import("react/jsx-runtime").JSX.Element;
14
+ declare function DialogDescription({ className, ...props }: React.ComponentProps<typeof DialogPrimitive.Description>): import("react/jsx-runtime").JSX.Element;
15
+ export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, };
16
+ //# sourceMappingURL=dialog.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dialog.d.ts","sourceRoot":"","sources":["../../../../src/client/components/ui/dialog.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAC;AAE1D,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,iBAAS,MAAM,CAAC,EACd,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,2CAEnD;AAED,iBAAS,aAAa,CAAC,EACrB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,2CAEtD;AAED,iBAAS,YAAY,CAAC,EACpB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,MAAM,CAAC,2CAErD;AAED,iBAAS,WAAW,CAAC,EACnB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,2CAEpD;AAED,iBAAS,aAAa,CAAC,EACrB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,2CAWtD;AAED,iBAAS,aAAa,CAAC,EACrB,SAAS,EACT,QAAQ,EACR,eAAsB,EACtB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,OAAO,CAAC,GAAG;IACxD,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B,2CAyBA;AAED,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQzE;AAED,iBAAS,YAAY,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAWzE;AAED,iBAAS,WAAW,CAAC,EACnB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,2CAQpD;AAED,iBAAS,iBAAiB,CAAC,EACzB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,WAAW,CAAC,2CAQ1D;AAED,OAAO,EACL,MAAM,EACN,WAAW,EACX,aAAa,EACb,iBAAiB,EACjB,YAAY,EACZ,YAAY,EACZ,aAAa,EACb,YAAY,EACZ,WAAW,EACX,aAAa,GACd,CAAC"}
@@ -0,0 +1,4 @@
1
+ export declare function DiscordIcon({ className }: {
2
+ className?: string;
3
+ }): import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=discord-icon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"discord-icon.d.ts","sourceRoot":"","sources":["../../../../src/client/components/ui/discord-icon.tsx"],"names":[],"mappings":"AAAA,wBAAgB,WAAW,CAAC,EAAE,SAAS,EAAE,EAAE;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,2CAchE"}
@@ -0,0 +1,68 @@
1
+ import * as DropdownMenuPrimitive from "@radix-ui/react-dropdown-menu";
2
+ import * as React from "react";
3
+ declare const DropdownMenu: React.FC<DropdownMenuPrimitive.DropdownMenuProps>;
4
+ declare const DropdownMenuTrigger: React.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuTriggerProps & React.RefAttributes<HTMLButtonElement>>;
5
+ declare const DropdownMenuGroup: React.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuGroupProps & React.RefAttributes<HTMLDivElement>>;
6
+ declare const DropdownMenuPortal: React.FC<DropdownMenuPrimitive.DropdownMenuPortalProps>;
7
+ declare const DropdownMenuSub: React.FC<DropdownMenuPrimitive.DropdownMenuSubProps>;
8
+ declare const DropdownMenuRadioGroup: React.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuRadioGroupProps & React.RefAttributes<HTMLDivElement>>;
9
+ declare function DropdownMenuSubTrigger({ ref, className, inset, children, ...props }: React.ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.SubTrigger> & {
10
+ inset?: boolean;
11
+ } & {
12
+ ref?: React.RefObject<React.ElementRef<typeof DropdownMenuPrimitive.SubTrigger> | null>;
13
+ }): import("react/jsx-runtime").JSX.Element;
14
+ declare namespace DropdownMenuSubTrigger {
15
+ var displayName: string | undefined;
16
+ }
17
+ declare function DropdownMenuSubContent({ ref, className, ...props }: React.ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.SubContent> & {
18
+ ref?: React.RefObject<React.ElementRef<typeof DropdownMenuPrimitive.SubContent> | null>;
19
+ }): import("react/jsx-runtime").JSX.Element;
20
+ declare namespace DropdownMenuSubContent {
21
+ var displayName: string | undefined;
22
+ }
23
+ declare function DropdownMenuContent({ ref, className, sideOffset, ...props }: React.ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.Content> & {
24
+ ref?: React.RefObject<React.ElementRef<typeof DropdownMenuPrimitive.Content> | null>;
25
+ }): import("react/jsx-runtime").JSX.Element;
26
+ declare namespace DropdownMenuContent {
27
+ var displayName: string | undefined;
28
+ }
29
+ declare function DropdownMenuItem({ ref, className, inset, ...props }: React.ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.Item> & {
30
+ inset?: boolean;
31
+ } & {
32
+ ref?: React.RefObject<React.ElementRef<typeof DropdownMenuPrimitive.Item> | null>;
33
+ }): import("react/jsx-runtime").JSX.Element;
34
+ declare namespace DropdownMenuItem {
35
+ var displayName: string | undefined;
36
+ }
37
+ declare function DropdownMenuCheckboxItem({ ref, className, children, checked, ...props }: React.ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.CheckboxItem> & {
38
+ ref?: React.RefObject<React.ElementRef<typeof DropdownMenuPrimitive.CheckboxItem> | null>;
39
+ }): import("react/jsx-runtime").JSX.Element;
40
+ declare namespace DropdownMenuCheckboxItem {
41
+ var displayName: string | undefined;
42
+ }
43
+ declare function DropdownMenuRadioItem({ ref, className, children, ...props }: React.ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.RadioItem> & {
44
+ ref?: React.RefObject<React.ElementRef<typeof DropdownMenuPrimitive.RadioItem> | null>;
45
+ }): import("react/jsx-runtime").JSX.Element;
46
+ declare namespace DropdownMenuRadioItem {
47
+ var displayName: string | undefined;
48
+ }
49
+ declare function DropdownMenuLabel({ ref, className, inset, ...props }: React.ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.Label> & {
50
+ inset?: boolean;
51
+ } & {
52
+ ref?: React.RefObject<React.ElementRef<typeof DropdownMenuPrimitive.Label> | null>;
53
+ }): import("react/jsx-runtime").JSX.Element;
54
+ declare namespace DropdownMenuLabel {
55
+ var displayName: string | undefined;
56
+ }
57
+ declare function DropdownMenuSeparator({ ref, className, ...props }: React.ComponentPropsWithoutRef<typeof DropdownMenuPrimitive.Separator> & {
58
+ ref?: React.RefObject<React.ElementRef<typeof DropdownMenuPrimitive.Separator> | null>;
59
+ }): import("react/jsx-runtime").JSX.Element;
60
+ declare namespace DropdownMenuSeparator {
61
+ var displayName: string | undefined;
62
+ }
63
+ declare function DropdownMenuShortcut({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>): import("react/jsx-runtime").JSX.Element;
64
+ declare namespace DropdownMenuShortcut {
65
+ var displayName: string;
66
+ }
67
+ export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, };
68
+ //# sourceMappingURL=dropdown-menu.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dropdown-menu.d.ts","sourceRoot":"","sources":["../../../../src/client/components/ui/dropdown-menu.tsx"],"names":[],"mappings":"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"}
@@ -0,0 +1,14 @@
1
+ interface ServerOption {
2
+ id: string;
3
+ name: string;
4
+ color?: string;
5
+ }
6
+ interface FancyServerDropdownProps {
7
+ servers: ServerOption[];
8
+ selectedServer: string;
9
+ onServerChange: (serverId: string) => void;
10
+ className?: string;
11
+ }
12
+ export declare function FancyServerDropdown({ servers, selectedServer, onServerChange, className, }: FancyServerDropdownProps): import("react/jsx-runtime").JSX.Element;
13
+ export {};
14
+ //# sourceMappingURL=fancy-server-dropdown.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fancy-server-dropdown.d.ts","sourceRoot":"","sources":["../../../../src/client/components/ui/fancy-server-dropdown.tsx"],"names":[],"mappings":"AASA,UAAU,YAAY;IACpB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,UAAU,wBAAwB;IAChC,OAAO,EAAE,YAAY,EAAE,CAAC;IACxB,cAAc,EAAE,MAAM,CAAC;IACvB,cAAc,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAC3C,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,wBAAgB,mBAAmB,CAAC,EAClC,OAAO,EACP,cAAc,EACd,cAAc,EACd,SAAS,GACV,EAAE,wBAAwB,2CAkF1B"}
@@ -0,0 +1,4 @@
1
+ export declare function GithubIcon({ className }: {
2
+ className?: string;
3
+ }): import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=github-icon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"github-icon.d.ts","sourceRoot":"","sources":["../../../../src/client/components/ui/github-icon.tsx"],"names":[],"mappings":"AAAA,wBAAgB,UAAU,CAAC,EAAE,SAAS,EAAE,EAAE;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,2CAkB/D"}
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ declare function Input({ className, type, ...props }: React.ComponentProps<"input">): import("react/jsx-runtime").JSX.Element;
3
+ export { Input };
4
+ //# sourceMappingURL=input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../../src/client/components/ui/input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,iBAAS,KAAK,CAAC,EAAE,SAAS,EAAE,IAAI,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,2CAc1E;AAED,OAAO,EAAE,KAAK,EAAE,CAAC"}
@@ -0,0 +1,4 @@
1
+ declare function Kbd({ className, ...props }: React.ComponentProps<"kbd">): import("react/jsx-runtime").JSX.Element;
2
+ declare function KbdGroup({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
3
+ export { Kbd, KbdGroup };
4
+ //# sourceMappingURL=kbd.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"kbd.d.ts","sourceRoot":"","sources":["../../../../src/client/components/ui/kbd.tsx"],"names":[],"mappings":"AAEA,iBAAS,GAAG,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAahE;AAED,iBAAS,QAAQ,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQrE;AAED,OAAO,EAAE,GAAG,EAAE,QAAQ,EAAE,CAAC"}
@@ -0,0 +1,5 @@
1
+ import * as LabelPrimitive from "@radix-ui/react-label";
2
+ import * as React from "react";
3
+ declare function Label({ className, ...props }: React.ComponentProps<typeof LabelPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
4
+ export { Label };
5
+ //# sourceMappingURL=label.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"label.d.ts","sourceRoot":"","sources":["../../../../src/client/components/ui/label.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,cAAc,MAAM,uBAAuB,CAAC;AACxD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,iBAAS,KAAK,CAAC,EACb,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,IAAI,CAAC,2CAWlD;AAED,OAAO,EAAE,KAAK,EAAE,CAAC"}
@@ -0,0 +1,11 @@
1
+ import React from "react";
2
+ interface ShineBorderProps {
3
+ borderRadius?: number;
4
+ borderWidth?: number;
5
+ shineColor?: string | string[];
6
+ className?: string;
7
+ children: React.ReactNode;
8
+ }
9
+ export declare function ShineBorder({ borderRadius, borderWidth, shineColor, className, children, ...props }: ShineBorderProps): import("react/jsx-runtime").JSX.Element;
10
+ export {};
11
+ //# sourceMappingURL=shine-border.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"shine-border.d.ts","sourceRoot":"","sources":["../../../../../src/client/components/ui/magicui/shine-border.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,UAAU,gBAAgB;IACxB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IAC/B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAED,wBAAgB,WAAW,CAAC,EAC1B,YAAiB,EACjB,WAAe,EACf,UAAsB,EACtB,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,gBAAgB,2CA0BlB"}
@@ -0,0 +1,9 @@
1
+ interface NotFoundProps {
2
+ message: string;
3
+ className?: string;
4
+ vertical?: boolean;
5
+ noBorder?: boolean;
6
+ }
7
+ export declare function NotFound({ message, className, vertical, noBorder, }: NotFoundProps): import("react/jsx-runtime").JSX.Element;
8
+ export {};
9
+ //# sourceMappingURL=not-found.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"not-found.d.ts","sourceRoot":"","sources":["../../../../src/client/components/ui/not-found.tsx"],"names":[],"mappings":"AAEA,UAAU,aAAa;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB;AAED,wBAAgB,QAAQ,CAAC,EACvB,OAAO,EACP,SAAc,EACd,QAAQ,EACR,QAAQ,GACT,EAAE,aAAa,2CAoCf"}
@@ -0,0 +1,7 @@
1
+ import * as PopoverPrimitive from "@radix-ui/react-popover";
2
+ import * as React from "react";
3
+ declare const Popover: React.FC<PopoverPrimitive.PopoverProps>;
4
+ declare const PopoverTrigger: React.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React.RefAttributes<HTMLButtonElement>>;
5
+ declare const PopoverContent: React.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
6
+ export { Popover, PopoverContent, PopoverTrigger };
7
+ //# sourceMappingURL=popover.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"popover.d.ts","sourceRoot":"","sources":["../../../../src/client/components/ui/popover.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,gBAAgB,MAAM,yBAAyB,CAAC;AAC5D,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,QAAA,MAAM,OAAO,yCAAwB,CAAC;AAEtC,QAAA,MAAM,cAAc,gHAA2B,CAAC;AAEhD,QAAA,MAAM,cAAc,gKAgBlB,CAAC;AAGH,OAAO,EAAE,OAAO,EAAE,cAAc,EAAE,cAAc,EAAE,CAAC"}
@@ -0,0 +1,13 @@
1
+ import React from "react";
2
+ interface PulsatingButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement> {
3
+ pulseColor?: string;
4
+ duration?: string;
5
+ }
6
+ export declare function PulsatingButton({ ref, className, children, pulseColor, duration, ...props }: PulsatingButtonProps & {
7
+ ref?: React.RefObject<HTMLButtonElement | null>;
8
+ }): import("react/jsx-runtime").JSX.Element;
9
+ export declare namespace PulsatingButton {
10
+ var displayName: string;
11
+ }
12
+ export {};
13
+ //# sourceMappingURL=pulsating-button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pulsating-button.d.ts","sourceRoot":"","sources":["../../../../src/client/components/ui/pulsating-button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,UAAU,oBAAqB,SAAQ,KAAK,CAAC,oBAAoB,CAAC,iBAAiB,CAAC;IAClF,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,wBAAgB,eAAe,CAAC,EAC9B,GAAG,EACH,SAAS,EACT,QAAQ,EACR,UAAsB,EACtB,QAAiB,EACjB,GAAG,KAAK,EACT,EAAE,oBAAoB,GAAG;IAAE,GAAG,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC,iBAAiB,GAAG,IAAI,CAAC,CAAA;CAAE,2CAsB5E;yBA7Be,eAAe"}
@@ -0,0 +1,9 @@
1
+ import type { ReactNode } from "react";
2
+ export interface RandomGradientBackgroundProps {
3
+ className?: string;
4
+ children?: ReactNode;
5
+ grayscaled?: boolean;
6
+ color?: string | null;
7
+ }
8
+ export declare function RandomGradientBackground({ className, color, children, grayscaled, }: RandomGradientBackgroundProps): import("react/jsx-runtime").JSX.Element;
9
+ //# sourceMappingURL=random-gradient-background.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"random-gradient-background.d.ts","sourceRoot":"","sources":["../../../../src/client/components/ui/random-gradient-background.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAIvC,MAAM,WAAW,6BAA6B;IAC5C,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CACvB;AAED,wBAAgB,wBAAwB,CAAC,EACvC,SAAS,EACT,KAAK,EACL,QAAQ,EACR,UAAkB,GACnB,EAAE,6BAA6B,2CAiE/B"}
@@ -0,0 +1,9 @@
1
+ import * as React from "react";
2
+ import * as ResizablePrimitive from "react-resizable-panels";
3
+ declare function ResizablePanelGroup({ className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelGroup>): import("react/jsx-runtime").JSX.Element;
4
+ declare function ResizablePanel({ ...props }: React.ComponentProps<typeof ResizablePrimitive.Panel>): import("react/jsx-runtime").JSX.Element;
5
+ declare function ResizableHandle({ withHandle, className, ...props }: React.ComponentProps<typeof ResizablePrimitive.PanelResizeHandle> & {
6
+ withHandle?: boolean;
7
+ }): import("react/jsx-runtime").JSX.Element;
8
+ export { ResizableHandle, ResizablePanel, ResizablePanelGroup };
9
+ //# sourceMappingURL=resizable.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"resizable.d.ts","sourceRoot":"","sources":["../../../../src/client/components/ui/resizable.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,KAAK,kBAAkB,MAAM,wBAAwB,CAAC;AAI7D,iBAAS,mBAAmB,CAAC,EAC3B,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,UAAU,CAAC,2CAW5D;AAED,iBAAS,cAAc,CAAC,EACtB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,KAAK,CAAC,2CAEvD;AAED,iBAAS,eAAe,CAAC,EACvB,UAAU,EACV,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,iBAAiB,CAAC,GAAG;IACrE,UAAU,CAAC,EAAE,OAAO,CAAC;CACtB,2CAiBA;AAED,OAAO,EAAE,eAAe,EAAE,cAAc,EAAE,mBAAmB,EAAE,CAAC"}