@chat-lab/ui 0.1.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.
Files changed (164) hide show
  1. package/dist/assets/Bot.d.ts +3 -0
  2. package/dist/assets/Bot.d.ts.map +1 -0
  3. package/dist/assets/Code.d.ts +5 -0
  4. package/dist/assets/Code.d.ts.map +1 -0
  5. package/dist/assets/Copy.d.ts +5 -0
  6. package/dist/assets/Copy.d.ts.map +1 -0
  7. package/dist/assets/Edit.d.ts +5 -0
  8. package/dist/assets/Edit.d.ts.map +1 -0
  9. package/dist/assets/NewSessioin.d.ts +3 -0
  10. package/dist/assets/NewSessioin.d.ts.map +1 -0
  11. package/dist/assets/RefreshIcon.d.ts +5 -0
  12. package/dist/assets/RefreshIcon.d.ts.map +1 -0
  13. package/dist/assets/SpeakAiLineIcon.d.ts +3 -0
  14. package/dist/assets/SpeakAiLineIcon.d.ts.map +1 -0
  15. package/dist/assets/ThumbDownIcon.d.ts +6 -0
  16. package/dist/assets/ThumbDownIcon.d.ts.map +1 -0
  17. package/dist/assets/ThumbUpIcon.d.ts +6 -0
  18. package/dist/assets/ThumbUpIcon.d.ts.map +1 -0
  19. package/dist/assets/User.d.ts +3 -0
  20. package/dist/assets/User.d.ts.map +1 -0
  21. package/dist/components/CameraInput/index.d.ts +13 -0
  22. package/dist/components/CameraInput/index.d.ts.map +1 -0
  23. package/dist/components/Chatkit/index.d.ts +5 -0
  24. package/dist/components/Chatkit/index.d.ts.map +1 -0
  25. package/dist/components/Chatkit/ref.d.ts +5 -0
  26. package/dist/components/Chatkit/ref.d.ts.map +1 -0
  27. package/dist/components/Chatkit/types.d.ts +58 -0
  28. package/dist/components/Chatkit/types.d.ts.map +1 -0
  29. package/dist/components/SwitchAgentModal/index.d.ts +4 -0
  30. package/dist/components/SwitchAgentModal/index.d.ts.map +1 -0
  31. package/dist/components/ThreadOptionsMenu.d.ts +10 -0
  32. package/dist/components/ThreadOptionsMenu.d.ts.map +1 -0
  33. package/dist/components/TopicTabs/index.d.ts +8 -0
  34. package/dist/components/TopicTabs/index.d.ts.map +1 -0
  35. package/dist/components/VoiceInput/index.d.ts +5 -0
  36. package/dist/components/VoiceInput/index.d.ts.map +1 -0
  37. package/dist/components/assistant-ui/attachment.d.ts +5 -0
  38. package/dist/components/assistant-ui/attachment.d.ts.map +1 -0
  39. package/dist/components/assistant-ui/file/index.d.ts +3 -0
  40. package/dist/components/assistant-ui/file/index.d.ts.map +1 -0
  41. package/dist/components/assistant-ui/file/pdf.d.ts +3 -0
  42. package/dist/components/assistant-ui/file/pdf.d.ts.map +1 -0
  43. package/dist/components/assistant-ui/file/video.d.ts +3 -0
  44. package/dist/components/assistant-ui/file/video.d.ts.map +1 -0
  45. package/dist/components/assistant-ui/markdown-text.d.ts +3 -0
  46. package/dist/components/assistant-ui/markdown-text.d.ts.map +1 -0
  47. package/dist/components/assistant-ui/reasoning.d.ts +5 -0
  48. package/dist/components/assistant-ui/reasoning.d.ts.map +1 -0
  49. package/dist/components/assistant-ui/thread-header.d.ts +5 -0
  50. package/dist/components/assistant-ui/thread-header.d.ts.map +1 -0
  51. package/dist/components/assistant-ui/thread-list.d.ts +3 -0
  52. package/dist/components/assistant-ui/thread-list.d.ts.map +1 -0
  53. package/dist/components/assistant-ui/thread.d.ts +3 -0
  54. package/dist/components/assistant-ui/thread.d.ts.map +1 -0
  55. package/dist/components/assistant-ui/threadlist-sidebar.d.ts +4 -0
  56. package/dist/components/assistant-ui/threadlist-sidebar.d.ts.map +1 -0
  57. package/dist/components/assistant-ui/tool-fallback.d.ts +3 -0
  58. package/dist/components/assistant-ui/tool-fallback.d.ts.map +1 -0
  59. package/dist/components/assistant-ui/tool-group.d.ts +1 -0
  60. package/dist/components/assistant-ui/tool-group.d.ts.map +1 -0
  61. package/dist/components/assistant-ui/tooltip-icon-button.d.ts +8 -0
  62. package/dist/components/assistant-ui/tooltip-icon-button.d.ts.map +1 -0
  63. package/dist/components/assistant-ui-tools/execution-card.d.ts +3 -0
  64. package/dist/components/assistant-ui-tools/execution-card.d.ts.map +1 -0
  65. package/dist/components/assistant-ui-tools/tool-group.d.ts +1 -0
  66. package/dist/components/assistant-ui-tools/tool-group.d.ts.map +1 -0
  67. package/dist/components/assistant-ui-tools/web-search.d.ts +3 -0
  68. package/dist/components/assistant-ui-tools/web-search.d.ts.map +1 -0
  69. package/dist/components/thread-list.d.ts +4 -0
  70. package/dist/components/thread-list.d.ts.map +1 -0
  71. package/dist/components/ui/avatar.d.ts +7 -0
  72. package/dist/components/ui/avatar.d.ts.map +1 -0
  73. package/dist/components/ui/button.d.ts +11 -0
  74. package/dist/components/ui/button.d.ts.map +1 -0
  75. package/dist/components/ui/card.d.ts +9 -0
  76. package/dist/components/ui/card.d.ts.map +1 -0
  77. package/dist/components/ui/collapsible.d.ts +6 -0
  78. package/dist/components/ui/collapsible.d.ts.map +1 -0
  79. package/dist/components/ui/dialog.d.ts +16 -0
  80. package/dist/components/ui/dialog.d.ts.map +1 -0
  81. package/dist/components/ui/input.d.ts +4 -0
  82. package/dist/components/ui/input.d.ts.map +1 -0
  83. package/dist/components/ui/separator.d.ts +5 -0
  84. package/dist/components/ui/separator.d.ts.map +1 -0
  85. package/dist/components/ui/sheet.d.ts +14 -0
  86. package/dist/components/ui/sheet.d.ts.map +1 -0
  87. package/dist/components/ui/sidebar.d.ts +70 -0
  88. package/dist/components/ui/sidebar.d.ts.map +1 -0
  89. package/dist/components/ui/skeleton.d.ts +3 -0
  90. package/dist/components/ui/skeleton.d.ts.map +1 -0
  91. package/dist/components/ui/toast.d.ts +16 -0
  92. package/dist/components/ui/toast.d.ts.map +1 -0
  93. package/dist/components/ui/toaster.d.ts +2 -0
  94. package/dist/components/ui/toaster.d.ts.map +1 -0
  95. package/dist/components/ui/tooltip.d.ts +8 -0
  96. package/dist/components/ui/tooltip.d.ts.map +1 -0
  97. package/dist/contexts/ChatkitContext.d.ts +5 -0
  98. package/dist/contexts/ChatkitContext.d.ts.map +1 -0
  99. package/dist/hooks/index.d.ts +1 -0
  100. package/dist/hooks/index.d.ts.map +1 -0
  101. package/dist/hooks/use-mobile.d.ts +2 -0
  102. package/dist/hooks/use-mobile.d.ts.map +1 -0
  103. package/dist/hooks/use-toast.d.ts +45 -0
  104. package/dist/hooks/use-toast.d.ts.map +1 -0
  105. package/dist/hooks/useChat.d.ts +2 -0
  106. package/dist/hooks/useChat.d.ts.map +1 -0
  107. package/dist/hooks/useSpace.d.ts +2 -0
  108. package/dist/hooks/useSpace.d.ts.map +1 -0
  109. package/dist/hooks/useThread.d.ts +158 -0
  110. package/dist/hooks/useThread.d.ts.map +1 -0
  111. package/dist/index.css +4 -0
  112. package/dist/index.d.ts +18 -0
  113. package/dist/index.d.ts.map +1 -0
  114. package/dist/index.js +103737 -0
  115. package/dist/index.js.map +1 -0
  116. package/dist/lib/utils.d.ts +3 -0
  117. package/dist/lib/utils.d.ts.map +1 -0
  118. package/dist/plugins/BasePlugin.d.ts +7 -0
  119. package/dist/plugins/BasePlugin.d.ts.map +1 -0
  120. package/dist/plugins/getAdkConfig.d.ts +14 -0
  121. package/dist/plugins/getAdkConfig.d.ts.map +1 -0
  122. package/dist/stores/index.d.ts +5 -0
  123. package/dist/stores/index.d.ts.map +1 -0
  124. package/dist/stores/input.d.ts +45 -0
  125. package/dist/stores/input.d.ts.map +1 -0
  126. package/dist/stores/message.d.ts +38 -0
  127. package/dist/stores/message.d.ts.map +1 -0
  128. package/dist/stores/store.d.ts +11 -0
  129. package/dist/stores/store.d.ts.map +1 -0
  130. package/dist/stores/theme.d.ts +7 -0
  131. package/dist/stores/theme.d.ts.map +1 -0
  132. package/dist/stores/topic.d.ts +12 -0
  133. package/dist/stores/topic.d.ts.map +1 -0
  134. package/dist/types/Message.d.ts +40 -0
  135. package/dist/types/Message.d.ts.map +1 -0
  136. package/dist/types/agent.d.ts +12 -0
  137. package/dist/types/agent.d.ts.map +1 -0
  138. package/dist/types/completion.d.ts +19 -0
  139. package/dist/types/completion.d.ts.map +1 -0
  140. package/dist/types/index.d.ts +7 -0
  141. package/dist/types/index.d.ts.map +1 -0
  142. package/dist/types/mcp.d.ts +25 -0
  143. package/dist/types/mcp.d.ts.map +1 -0
  144. package/dist/types/multimodal.d.ts +34 -0
  145. package/dist/types/multimodal.d.ts.map +1 -0
  146. package/dist/types/topic.d.ts +13 -0
  147. package/dist/types/topic.d.ts.map +1 -0
  148. package/dist/utils/agentStorage.d.ts +10 -0
  149. package/dist/utils/agentStorage.d.ts.map +1 -0
  150. package/dist/utils/chatCompletion.d.ts +13 -0
  151. package/dist/utils/chatCompletion.d.ts.map +1 -0
  152. package/dist/utils/convertToAssistantMessage.d.ts +7 -0
  153. package/dist/utils/convertToAssistantMessage.d.ts.map +1 -0
  154. package/dist/utils/copy.d.ts +2 -0
  155. package/dist/utils/copy.d.ts.map +1 -0
  156. package/dist/utils/download.d.ts +22 -0
  157. package/dist/utils/download.d.ts.map +1 -0
  158. package/dist/utils/getImgBase64.d.ts +1 -0
  159. package/dist/utils/getImgBase64.d.ts.map +1 -0
  160. package/dist/utils/multimodal.d.ts +71 -0
  161. package/dist/utils/multimodal.d.ts.map +1 -0
  162. package/dist/utils/time.d.ts +12 -0
  163. package/dist/utils/time.d.ts.map +1 -0
  164. package/package.json +97 -0
@@ -0,0 +1,3 @@
1
+ declare const Bot: () => import("react/jsx-runtime").JSX.Element;
2
+ export default Bot;
3
+ //# sourceMappingURL=Bot.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Bot.d.ts","sourceRoot":"","sources":["../../src/assets/Bot.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,GAAG,+CAgBR,CAAC;AAEF,eAAe,GAAG,CAAC"}
@@ -0,0 +1,5 @@
1
+ declare const CodeIcon: (props: {
2
+ className?: string;
3
+ }) => import("react/jsx-runtime").JSX.Element;
4
+ export default CodeIcon;
5
+ //# sourceMappingURL=Code.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Code.d.ts","sourceRoot":"","sources":["../../src/assets/Code.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,QAAQ,GAAI,OAAO;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,4CAuB9C,CAAC;AAEF,eAAe,QAAQ,CAAC"}
@@ -0,0 +1,5 @@
1
+ declare const CopyIcon: ({ className }: {
2
+ className?: string;
3
+ }) => import("react/jsx-runtime").JSX.Element;
4
+ export default CopyIcon;
5
+ //# sourceMappingURL=Copy.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Copy.d.ts","sourceRoot":"","sources":["../../src/assets/Copy.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,QAAQ,GAAI,eAAe;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,4CAuBtD,CAAC;AAEF,eAAe,QAAQ,CAAC"}
@@ -0,0 +1,5 @@
1
+ declare const EditIcon: ({ className }: {
2
+ className?: string;
3
+ }) => import("react/jsx-runtime").JSX.Element;
4
+ export default EditIcon;
5
+ //# sourceMappingURL=Edit.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Edit.d.ts","sourceRoot":"","sources":["../../src/assets/Edit.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,QAAQ,GAAI,eAAe;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,4CActD,CAAC;AAEF,eAAe,QAAQ,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare const NewSession: () => import("react/jsx-runtime").JSX.Element;
2
+ export default NewSession;
3
+ //# sourceMappingURL=NewSessioin.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NewSessioin.d.ts","sourceRoot":"","sources":["../../src/assets/NewSessioin.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,UAAU,+CAmBf,CAAC;AAGF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,5 @@
1
+ declare const RefreshIcon: ({ className }: {
2
+ className?: string;
3
+ }) => import("react/jsx-runtime").JSX.Element;
4
+ export default RefreshIcon;
5
+ //# sourceMappingURL=RefreshIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RefreshIcon.d.ts","sourceRoot":"","sources":["../../src/assets/RefreshIcon.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,WAAW,GAAI,eAAe;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,4CAuBzD,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare const SpeakAiLineIcon: () => import("react/jsx-runtime").JSX.Element;
2
+ export default SpeakAiLineIcon;
3
+ //# sourceMappingURL=SpeakAiLineIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"SpeakAiLineIcon.d.ts","sourceRoot":"","sources":["../../src/assets/SpeakAiLineIcon.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,eAAe,+CAsBpB,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -0,0 +1,6 @@
1
+ declare const ThumbDownIcon: ({ className, fill, }: {
2
+ className?: string;
3
+ fill?: string;
4
+ }) => import("react/jsx-runtime").JSX.Element;
5
+ export default ThumbDownIcon;
6
+ //# sourceMappingURL=ThumbDownIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThumbDownIcon.d.ts","sourceRoot":"","sources":["../../src/assets/ThumbDownIcon.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,aAAa,GAAI,sBAGpB;IACD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,4CAuBA,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -0,0 +1,6 @@
1
+ declare const ThumbUpIcon: ({ className, fill }: {
2
+ className?: string;
3
+ fill?: string;
4
+ }) => import("react/jsx-runtime").JSX.Element;
5
+ export default ThumbUpIcon;
6
+ //# sourceMappingURL=ThumbUpIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThumbUpIcon.d.ts","sourceRoot":"","sources":["../../src/assets/ThumbUpIcon.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,WAAW,GAAI,qBAAiC;IAAE,SAAS,CAAC,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,MAAM,CAAA;CAAE,4CAuB1F,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare const User: () => import("react/jsx-runtime").JSX.Element;
2
+ export default User;
3
+ //# sourceMappingURL=User.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"User.d.ts","sourceRoot":"","sources":["../../src/assets/User.tsx"],"names":[],"mappings":"AAAA,QAAA,MAAM,IAAI,+CAeT,CAAC;AAEF,eAAe,IAAI,CAAC"}
@@ -0,0 +1,13 @@
1
+ import React from "react";
2
+ interface CapturedImage {
3
+ dataUrl: string;
4
+ blob: Blob;
5
+ timestamp: number;
6
+ size: number;
7
+ }
8
+ declare const CameraInput: React.FC<{
9
+ disabled?: boolean;
10
+ onChange: (image: CapturedImage) => void;
11
+ }>;
12
+ export default CameraInput;
13
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/CameraInput/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmD,MAAM,OAAO,CAAC;AAKxE,UAAU,aAAa;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,IAAI,CAAC;IACX,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;CACd;AAWD,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,EAAE,CAAC,KAAK,EAAE,aAAa,KAAK,IAAI,CAAC;CAC1C,CAkSA,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -0,0 +1,5 @@
1
+ import "./style.less";
2
+ import { ChatkitProps, ChatkitRef } from "./types";
3
+ declare const _default: import("react").ForwardRefExoticComponent<ChatkitProps & import("react").RefAttributes<ChatkitRef>>;
4
+ export default _default;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Chatkit/index.tsx"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAC;AAUtB,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;;AAmJnD,wBAAmC"}
@@ -0,0 +1,5 @@
1
+ import { Ref } from "react";
2
+ import { ChatkitProps, ChatkitRef } from "./types";
3
+ declare const useImperativeHandleChatkitRef: (ref: Ref<ChatkitRef | null>, config: ChatkitProps["config"], onError?: (error: Error) => void) => void;
4
+ export default useImperativeHandleChatkitRef;
5
+ //# sourceMappingURL=ref.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ref.d.ts","sourceRoot":"","sources":["../../../src/components/Chatkit/ref.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAiC,MAAM,OAAO,CAAC;AAY3D,OAAO,EAAE,YAAY,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAOnD,QAAA,MAAM,6BAA6B,GACjC,KAAK,GAAG,CAAC,UAAU,GAAG,IAAI,CAAC,EAC3B,QAAQ,YAAY,CAAC,QAAQ,CAAC,EAC9B,UAAU,CAAC,KAAK,EAAE,KAAK,KAAK,IAAI,SAoIjC,CAAC;AAEF,eAAe,6BAA6B,CAAC"}
@@ -0,0 +1,58 @@
1
+ import { Message, ProtocolBaseOption, RequestOptions, Thread } from "@chatkit/core";
2
+ export interface ChatkitProps {
3
+ config: {
4
+ protocolOptions: ProtocolBaseOption;
5
+ requestOptions: RequestOptions;
6
+ };
7
+ plugins?: React.ReactNode[];
8
+ onError?: (error: any) => void;
9
+ }
10
+ export interface ChatkitRef {
11
+ /**
12
+ * 这里会调用 assistant-ui 的方法
13
+ * @param input 覆盖输入框
14
+ * @returns
15
+ */
16
+ setInput: (input: string) => void;
17
+ /**
18
+ * 这里会调用 assistant-ui 的方法
19
+ * @param input 输入框添加内容
20
+ * @returns
21
+ */
22
+ addInput: (input: string) => void;
23
+ addAttachment: (file: File) => Promise<void>;
24
+ deleteAttachment: (id: string) => void;
25
+ clearAttachments: () => void;
26
+ reset: () => void;
27
+ setCurrentThread: (threadId: string) => void;
28
+ addThread: (thread: Thread) => void;
29
+ getCurrentThread: () => Thread | null;
30
+ deleteThread: (threadId: string) => void;
31
+ updateThread: (threadId: string, thread: Partial<Omit<Thread, "id">>) => void;
32
+ setThreadName: (threadId: string, name: string) => void;
33
+ addMessage: (threadId: string, message: Message) => void;
34
+ updateMessage: (threadId: string, messageId: string, updateOptions: {
35
+ updatedMessage: Partial<Omit<Message, "id">>;
36
+ partial: true;
37
+ } | {
38
+ updatedMessage: Omit<Message, "id">;
39
+ partial: false;
40
+ }) => void;
41
+ updateMessages: (threadId: string, messages: Message[]) => void;
42
+ removeMessage: (threadId: string, messageId: string) => void;
43
+ reloadMessage: (threadId: string, messageId: string) => void;
44
+ setRequestOptions: (requestOptions: RequestOptions) => void;
45
+ getRequestOptions: () => RequestOptions;
46
+ setProtocolOptions: (protocolOptions: ProtocolBaseOption) => void;
47
+ getProtocolOptions: () => ProtocolBaseOption;
48
+ /**
49
+ *
50
+ */
51
+ /**
52
+ *
53
+ * @param input 发送消息
54
+ * @returns
55
+ */
56
+ sendMessage: (message: Pick<Message, "content" | "attaches">) => void;
57
+ }
58
+ //# sourceMappingURL=types.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/components/Chatkit/types.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,OAAO,EACP,kBAAkB,EAClB,cAAc,EACd,MAAM,EACP,MAAM,eAAe,CAAC;AAKvB,MAAM,WAAW,YAAY;IAC3B,MAAM,EAAE;QACN,eAAe,EAAE,kBAAkB,CAAC;QACpC,cAAc,EAAE,cAAc,CAAC;KAChC,CAAC;IACF,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,EAAE,CAAC;IAC5B,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,GAAG,KAAK,IAAI,CAAC;CAChC;AAED,MAAM,WAAW,UAAU;IAGzB;;;;OAIG;IACH,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAClC;;;;OAIG;IACH,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAElC,aAAa,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAC7C,gBAAgB,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IACvC,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,KAAK,EAAE,MAAM,IAAI,CAAC;IAGlB,gBAAgB,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7C,SAAS,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;IACpC,gBAAgB,EAAE,MAAM,MAAM,GAAG,IAAI,CAAC;IACtC,YAAY,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAC;IAEzC,YAAY,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,IAAI,CAAC,MAAM,EAAE,IAAI,CAAC,CAAC,KAAK,IAAI,CAAC;IAC9E,aAAa,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;IAGxD,UAAU,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IACzD,aAAa,EAAE,CACb,QAAQ,EAAE,MAAM,EAChB,SAAS,EAAE,MAAM,EACjB,aAAa,EACT;QACE,cAAc,EAAE,OAAO,CAAC,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC,CAAC;QAC7C,OAAO,EAAE,IAAI,CAAC;KACf,GACD;QACE,cAAc,EAAE,IAAI,CAAC,OAAO,EAAE,IAAI,CAAC,CAAC;QACpC,OAAO,EAAE,KAAK,CAAC;KAChB,KACF,IAAI,CAAC;IACV,cAAc,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,QAAQ,EAAE,OAAO,EAAE,KAAK,IAAI,CAAC;IAChE,aAAa,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IAC7D,aAAa,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IAG7D,iBAAiB,EAAE,CAAC,cAAc,EAAE,cAAc,KAAK,IAAI,CAAC;IAC5D,iBAAiB,EAAE,MAAM,cAAc,CAAC;IACxC,kBAAkB,EAAE,CAAC,eAAe,EAAE,kBAAkB,KAAK,IAAI,CAAC;IAClE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;IAC7C;;OAEG;IAEH;;;;OAIG;IACH,WAAW,EAAE,CAAC,OAAO,EAAE,IAAI,CAAC,OAAO,EAAE,SAAS,GAAG,UAAU,CAAC,KAAK,IAAI,CAAC;CAEvE"}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ export declare const SwitchAgentModal: React.FC;
3
+ export default SwitchAgentModal;
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/SwitchAgentModal/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAwBxC,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAuJpC,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
@@ -0,0 +1,10 @@
1
+ import React from "react";
2
+ interface ThreadOptionsMenuProps {
3
+ threadId: string;
4
+ onEditName?: () => void;
5
+ onDelete?: () => void;
6
+ className?: string;
7
+ }
8
+ declare const ThreadOptionsMenu: React.FC<ThreadOptionsMenuProps>;
9
+ export default ThreadOptionsMenu;
10
+ //# sourceMappingURL=ThreadOptionsMenu.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThreadOptionsMenu.d.ts","sourceRoot":"","sources":["../../src/components/ThreadOptionsMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAY1B,UAAU,sBAAsB;IAC9B,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,CAAC,EAAE,MAAM,IAAI,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAqBD,QAAA,MAAM,iBAAiB,EAAE,KAAK,CAAC,EAAE,CAAC,sBAAsB,CAsIvD,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
@@ -0,0 +1,8 @@
1
+ import "./style.less";
2
+ import { FC } from "react";
3
+ interface TopicsTabProps {
4
+ collapsed?: boolean;
5
+ }
6
+ declare const TopicsTab: FC<TopicsTabProps>;
7
+ export default TopicsTab;
8
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/TopicTabs/index.tsx"],"names":[],"mappings":"AAAA,OAAO,cAAc,CAAC;AAatB,OAAO,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAK3B,UAAU,cAAc;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB;AAED,QAAA,MAAM,SAAS,EAAE,EAAE,CAAC,cAAc,CAwGjC,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import "./style.css";
3
+ declare const VoiceInput: React.FC;
4
+ export default VoiceInput;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/VoiceInput/index.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAC3D,OAAO,aAAa,CAAC;AAoCrB,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,EAkFvB,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { type FC } from "react";
2
+ export declare const UserMessageAttachments: FC;
3
+ export declare const ComposerAttachments: FC;
4
+ export declare const ComposerAddAttachment: FC;
5
+ //# sourceMappingURL=attachment.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"attachment.d.ts","sourceRoot":"","sources":["../../../src/components/assistant-ui/attachment.tsx"],"names":[],"mappings":"AAEA,OAAO,EAA0C,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAuMxE,eAAO,MAAM,sBAAsB,EAAE,EAMpC,CAAC;AAEF,eAAO,MAAM,mBAAmB,EAAE,EAQjC,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,EAWnC,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { FileMessagePartProps } from "@assistant-ui/react";
2
+ export declare const File: import("react").MemoExoticComponent<({ type, filename, data, mimeType }: FileMessagePartProps) => import("react/jsx-runtime").JSX.Element | null>;
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/assistant-ui/file/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAyC3D,eAAO,MAAM,IAAI,2EAZqC,oBAAoB,oDAYxC,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { FileMessagePartProps } from "@assistant-ui/react";
2
+ export declare const Pdf: import("react").MemoExoticComponent<({ filename, data, }: Omit<FileMessagePartProps, "type" | "status">) => import("react/jsx-runtime").JSX.Element>;
3
+ //# sourceMappingURL=pdf.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pdf.d.ts","sourceRoot":"","sources":["../../../../src/components/assistant-ui/file/pdf.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AA8O3D,eAAO,MAAM,GAAG,4DA3Mb,IAAI,CAAC,oBAAoB,EAAE,MAAM,GAAG,QAAQ,CAAC,6CA2MhB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { FileMessagePartProps } from "@assistant-ui/react";
2
+ export declare const Video: import("react").MemoExoticComponent<({ filename, data, mimeType }: Omit<FileMessagePartProps, "type" | "status">) => import("react/jsx-runtime").JSX.Element>;
3
+ //# sourceMappingURL=video.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"video.d.ts","sourceRoot":"","sources":["../../../../src/components/assistant-ui/file/video.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,qBAAqB,CAAC;AAuE3D,eAAO,MAAM,KAAK,qEAnE+B,IAAI,CAAC,oBAAoB,EAAE,MAAM,GAAG,QAAQ,CAAC,6CAmE1D,CAAC"}
@@ -0,0 +1,3 @@
1
+ import "@assistant-ui/react-markdown/styles/dot.css";
2
+ export declare const MarkdownText: import("react").MemoExoticComponent<() => import("react/jsx-runtime").JSX.Element>;
3
+ //# sourceMappingURL=markdown-text.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"markdown-text.d.ts","sourceRoot":"","sources":["../../../src/components/assistant-ui/markdown-text.tsx"],"names":[],"mappings":"AAEA,OAAO,6CAA6C,CAAC;AAyBrD,eAAO,MAAM,YAAY,oFAAyB,CAAC"}
@@ -0,0 +1,5 @@
1
+ export declare const Reasoning: import("react").NamedExoticComponent<import("@assistant-ui/react").ReasoningMessagePart & {
2
+ readonly status: import("@assistant-ui/react").MessagePartStatus | import("@assistant-ui/react").ToolCallMessagePartStatus;
3
+ }>;
4
+ export declare const ReasoningGroup: import("react").NamedExoticComponent<import("@assistant-ui/react").ReasoningGroupProps>;
5
+ //# sourceMappingURL=reasoning.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reasoning.d.ts","sourceRoot":"","sources":["../../../src/components/assistant-ui/reasoning.tsx"],"names":[],"mappings":"AAwQA,eAAO,MAAM,SAAS;;EAAsB,CAAC;AAG7C,eAAO,MAAM,cAAc,yFAA2B,CAAC"}
@@ -0,0 +1,5 @@
1
+ declare const ThreadHeader: ({ title }: {
2
+ title: string;
3
+ }) => import("react/jsx-runtime").JSX.Element;
4
+ export default ThreadHeader;
5
+ //# sourceMappingURL=thread-header.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"thread-header.d.ts","sourceRoot":"","sources":["../../../src/components/assistant-ui/thread-header.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,YAAY,GAAI,WAAW;IAAE,KAAK,EAAE,MAAM,CAAA;CAAE,4CAQjD,CAAC;AAGF,eAAe,YAAY,CAAC"}
@@ -0,0 +1,3 @@
1
+ import type { FC } from "react";
2
+ export declare const ThreadList: FC;
3
+ //# sourceMappingURL=thread-list.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"thread-list.d.ts","sourceRoot":"","sources":["../../../src/components/assistant-ui/thread-list.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAYhC,eAAO,MAAM,UAAU,EAAE,EAOxB,CAAC"}
@@ -0,0 +1,3 @@
1
+ import { type FC } from "react";
2
+ export declare const Thread: FC;
3
+ //# sourceMappingURL=thread.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"thread.d.ts","sourceRoot":"","sources":["../../../src/components/assistant-ui/thread.tsx"],"names":[],"mappings":"AAsBA,OAAO,EAAY,KAAK,EAAE,EAA0B,MAAM,OAAO,CAAC;AA4BlE,eAAO,MAAM,MAAM,EAAE,EAuCpB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import * as React from "react";
2
+ import { Sidebar } from "@/components/ui/sidebar";
3
+ export declare function ThreadListSidebar({ ...props }: React.ComponentProps<typeof Sidebar>): import("react/jsx-runtime").JSX.Element;
4
+ //# sourceMappingURL=threadlist-sidebar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"threadlist-sidebar.d.ts","sourceRoot":"","sources":["../../../src/components/assistant-ui/threadlist-sidebar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EACL,OAAO,EAQR,MAAM,yBAAyB,CAAC;AAGjC,wBAAgB,iBAAiB,CAAC,EAChC,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,OAAO,CAAC,2CAmDtC"}
@@ -0,0 +1,3 @@
1
+ import type { ToolCallMessagePartComponent } from "@assistant-ui/react";
2
+ export declare const ToolFallback: ToolCallMessagePartComponent;
3
+ //# sourceMappingURL=tool-fallback.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tool-fallback.d.ts","sourceRoot":"","sources":["../../../src/components/assistant-ui/tool-fallback.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,qBAAqB,CAAC;AAMxE,eAAO,MAAM,YAAY,EAAE,4BA2E1B,CAAC"}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=tool-group.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tool-group.d.ts","sourceRoot":"","sources":["../../../src/components/assistant-ui/tool-group.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,8 @@
1
+ import { ComponentPropsWithRef } from "react";
2
+ import { Button } from "@/components/ui/button";
3
+ export type TooltipIconButtonProps = ComponentPropsWithRef<typeof Button> & {
4
+ tooltip: string;
5
+ side?: "top" | "bottom" | "left" | "right";
6
+ };
7
+ export declare const TooltipIconButton: import("react").ForwardRefExoticComponent<Omit<TooltipIconButtonProps, "ref"> & import("react").RefAttributes<HTMLButtonElement>>;
8
+ //# sourceMappingURL=tooltip-icon-button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tooltip-icon-button.d.ts","sourceRoot":"","sources":["../../../src/components/assistant-ui/tooltip-icon-button.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,qBAAqB,EAAc,MAAM,OAAO,CAAC;AAQ1D,OAAO,EAAE,MAAM,EAAE,MAAM,wBAAwB,CAAC;AAGhD,MAAM,MAAM,sBAAsB,GAAG,qBAAqB,CAAC,OAAO,MAAM,CAAC,GAAG;IAC1E,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,KAAK,GAAG,QAAQ,GAAG,MAAM,GAAG,OAAO,CAAC;CAC5C,CAAC;AAEF,eAAO,MAAM,iBAAiB,mIAqB5B,CAAC"}
@@ -0,0 +1,3 @@
1
+ declare const ExecutionCard: import("@assistant-ui/react").AssistantToolUI;
2
+ export default ExecutionCard;
3
+ //# sourceMappingURL=execution-card.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"execution-card.d.ts","sourceRoot":"","sources":["../../../src/components/assistant-ui-tools/execution-card.tsx"],"names":[],"mappings":"AAmGA,QAAA,MAAM,aAAa,+CAoDjB,CAAC;AAEH,eAAe,aAAa,CAAC"}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=tool-group.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tool-group.d.ts","sourceRoot":"","sources":["../../../src/components/assistant-ui-tools/tool-group.tsx"],"names":[],"mappings":""}
@@ -0,0 +1,3 @@
1
+ declare const WebSearchToolUI: import("@assistant-ui/react").AssistantToolUI;
2
+ export default WebSearchToolUI;
3
+ //# sourceMappingURL=web-search.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"web-search.d.ts","sourceRoot":"","sources":["../../../src/components/assistant-ui-tools/web-search.tsx"],"names":[],"mappings":"AA0BA,QAAA,MAAM,eAAe,+CAwEnB,CAAC;AAEH,eAAe,eAAe,CAAC"}
@@ -0,0 +1,4 @@
1
+ import React from "react";
2
+ declare const ThreadList: React.FC;
3
+ export default ThreadList;
4
+ //# sourceMappingURL=thread-list.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"thread-list.d.ts","sourceRoot":"","sources":["../../src/components/thread-list.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA4B,MAAM,OAAO,CAAC;AAgBjD,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,EA2JvB,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,7 @@
1
+ import * as React from "react";
2
+ import * as AvatarPrimitive from "@radix-ui/react-avatar";
3
+ declare function Avatar({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
4
+ declare function AvatarImage({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Image>): import("react/jsx-runtime").JSX.Element;
5
+ declare function AvatarFallback({ className, ...props }: React.ComponentProps<typeof AvatarPrimitive.Fallback>): import("react/jsx-runtime").JSX.Element;
6
+ export { Avatar, AvatarImage, AvatarFallback };
7
+ //# sourceMappingURL=avatar.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"avatar.d.ts","sourceRoot":"","sources":["../../../src/components/ui/avatar.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAA;AAIzD,iBAAS,MAAM,CAAC,EACd,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,IAAI,CAAC,2CAWnD;AAED,iBAAS,WAAW,CAAC,EACnB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,KAAK,CAAC,2CAQpD;AAED,iBAAS,cAAc,CAAC,EACtB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,QAAQ,CAAC,2CAWvD;AAED,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,cAAc,EAAE,CAAA"}
@@ -0,0 +1,11 @@
1
+ import * as React from "react";
2
+ import { type VariantProps } from "class-variance-authority";
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/dist/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/components/ui/button.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAE9B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAA;AAIjE,QAAA,MAAM,cAAc;;;mFA8BnB,CAAA;AAED,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,CAAA;CAClB,2CAUF;AAED,OAAO,EAAE,MAAM,EAAE,cAAc,EAAE,CAAA"}
@@ -0,0 +1,9 @@
1
+ import * as React from "react";
2
+ declare const Card: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
3
+ declare const CardHeader: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
4
+ declare const CardTitle: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLHeadingElement> & React.RefAttributes<HTMLParagraphElement>>;
5
+ declare const CardDescription: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLParagraphElement> & React.RefAttributes<HTMLParagraphElement>>;
6
+ declare const CardContent: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
7
+ declare const CardFooter: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
8
+ export { Card, CardHeader, CardFooter, CardTitle, CardDescription, CardContent };
9
+ //# sourceMappingURL=card.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"card.d.ts","sourceRoot":"","sources":["../../../src/components/ui/card.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAI9B,QAAA,MAAM,IAAI,6GAYR,CAAA;AAGF,QAAA,MAAM,UAAU,6GASd,CAAA;AAGF,QAAA,MAAM,SAAS,uHAYb,CAAA;AAGF,QAAA,MAAM,eAAe,yHASnB,CAAA;AAGF,QAAA,MAAM,WAAW,6GAKf,CAAA;AAGF,QAAA,MAAM,UAAU,6GASd,CAAA;AAGF,OAAO,EAAE,IAAI,EAAE,UAAU,EAAE,UAAU,EAAE,SAAS,EAAE,eAAe,EAAE,WAAW,EAAE,CAAA"}
@@ -0,0 +1,6 @@
1
+ import * as CollapsiblePrimitive from "@radix-ui/react-collapsible";
2
+ declare function Collapsible({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.Root>): import("react/jsx-runtime").JSX.Element;
3
+ declare function CollapsibleTrigger({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleTrigger>): import("react/jsx-runtime").JSX.Element;
4
+ declare function CollapsibleContent({ ...props }: React.ComponentProps<typeof CollapsiblePrimitive.CollapsibleContent>): import("react/jsx-runtime").JSX.Element;
5
+ export { Collapsible, CollapsibleTrigger, CollapsibleContent };
6
+ //# sourceMappingURL=collapsible.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"collapsible.d.ts","sourceRoot":"","sources":["../../../src/components/ui/collapsible.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,oBAAoB,MAAM,6BAA6B,CAAA;AAEnE,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,kBAAkB,CAAC,2CAOtE;AAED,iBAAS,kBAAkB,CAAC,EAC1B,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,kBAAkB,CAAC,2CAOtE;AAED,OAAO,EAAE,WAAW,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,CAAA"}
@@ -0,0 +1,16 @@
1
+ import * as React from "react";
2
+ import * as DialogPrimitive from "@radix-ui/react-dialog";
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/components/ui/dialog.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,eAAe,MAAM,wBAAwB,CAAA;AAKzD,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,CAAA;CAC1B,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,CAAA"}
@@ -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/components/ui/input.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAI9B,iBAAS,KAAK,CAAC,EAAE,SAAS,EAAE,IAAI,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,2CAc1E;AAED,OAAO,EAAE,KAAK,EAAE,CAAA"}
@@ -0,0 +1,5 @@
1
+ import * as React from "react";
2
+ import * as SeparatorPrimitive from "@radix-ui/react-separator";
3
+ declare function Separator({ className, orientation, decorative, ...props }: React.ComponentProps<typeof SeparatorPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
4
+ export { Separator };
5
+ //# sourceMappingURL=separator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"separator.d.ts","sourceRoot":"","sources":["../../../src/components/ui/separator.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,kBAAkB,MAAM,2BAA2B,CAAA;AAI/D,iBAAS,SAAS,CAAC,EACjB,SAAS,EACT,WAA0B,EAC1B,UAAiB,EACjB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,kBAAkB,CAAC,IAAI,CAAC,2CAatD;AAED,OAAO,EAAE,SAAS,EAAE,CAAA"}
@@ -0,0 +1,14 @@
1
+ import * as React from "react";
2
+ import * as SheetPrimitive from "@radix-ui/react-dialog";
3
+ declare function Sheet({ ...props }: React.ComponentProps<typeof SheetPrimitive.Root>): import("react/jsx-runtime").JSX.Element;
4
+ declare function SheetTrigger({ ...props }: React.ComponentProps<typeof SheetPrimitive.Trigger>): import("react/jsx-runtime").JSX.Element;
5
+ declare function SheetClose({ ...props }: React.ComponentProps<typeof SheetPrimitive.Close>): import("react/jsx-runtime").JSX.Element;
6
+ declare function SheetContent({ className, children, side, ...props }: React.ComponentProps<typeof SheetPrimitive.Content> & {
7
+ side?: "top" | "right" | "bottom" | "left";
8
+ }): import("react/jsx-runtime").JSX.Element;
9
+ declare function SheetHeader({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
10
+ declare function SheetFooter({ className, ...props }: React.ComponentProps<"div">): import("react/jsx-runtime").JSX.Element;
11
+ declare function SheetTitle({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Title>): import("react/jsx-runtime").JSX.Element;
12
+ declare function SheetDescription({ className, ...props }: React.ComponentProps<typeof SheetPrimitive.Description>): import("react/jsx-runtime").JSX.Element;
13
+ export { Sheet, SheetTrigger, SheetClose, SheetContent, SheetHeader, SheetFooter, SheetTitle, SheetDescription, };
14
+ //# sourceMappingURL=sheet.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sheet.d.ts","sourceRoot":"","sources":["../../../src/components/ui/sheet.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAA;AAC9B,OAAO,KAAK,cAAc,MAAM,wBAAwB,CAAA;AAKxD,iBAAS,KAAK,CAAC,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,IAAI,CAAC,2CAE5E;AAED,iBAAS,YAAY,CAAC,EACpB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,OAAO,CAAC,2CAErD;AAED,iBAAS,UAAU,CAAC,EAClB,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,KAAK,CAAC,2CAEnD;AAwBD,iBAAS,YAAY,CAAC,EACpB,SAAS,EACT,QAAQ,EACR,IAAc,EACd,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,OAAO,CAAC,GAAG;IACvD,IAAI,CAAC,EAAE,KAAK,GAAG,OAAO,GAAG,QAAQ,GAAG,MAAM,CAAA;CAC3C,2CA4BA;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQxE;AAED,iBAAS,WAAW,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,2CAQxE;AAED,iBAAS,UAAU,CAAC,EAClB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,KAAK,CAAC,2CAQnD;AAED,iBAAS,gBAAgB,CAAC,EACxB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,cAAc,CAAC,WAAW,CAAC,2CAQzD;AAED,OAAO,EACL,KAAK,EACL,YAAY,EACZ,UAAU,EACV,YAAY,EACZ,WAAW,EACX,WAAW,EACX,UAAU,EACV,gBAAgB,GACjB,CAAA"}