droplinked-chatbot-next 1.0.8 → 1.0.9

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.
@@ -0,0 +1,12 @@
1
+ import Chatbot from './Chatbot';
2
+ export { Chatbot };
3
+ export type ChatbotProps = {
4
+ apiBaseUrl?: string;
5
+ apiKey?: string;
6
+ user?: {
7
+ id?: string;
8
+ name?: string;
9
+ email?: string;
10
+ };
11
+ };
12
+ export default Chatbot;
@@ -0,0 +1,5 @@
1
+ export { A as ApiError, C as Chatbot, c as ChatbotAPI, f as formatTimestamp, a as generateMessageId, i as isExternalUrl, b as isValidEmail, s as sanitizeText, t as truncateText } from './index.client-n6MaYrH1.js';
2
+ import 'react/jsx-runtime';
3
+ import '@chakra-ui/react';
4
+ import 'react';
5
+ //# sourceMappingURL=index.client.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.client.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
package/dist/index.d.ts CHANGED
@@ -15,3 +15,4 @@ export { formatTimestamp, generateMessageId, isExternalUrl, isValidEmail, saniti
15
15
  export { ApiError } from './services/axiosClient';
16
16
  export { ChatbotAPI } from './services/client';
17
17
  export type { GetHistoryParams, SendMessageRequest, StartChatRequest } from './services/client';
18
+ export declare const SSRSafeComponents: {};
package/dist/index.mjs ADDED
@@ -0,0 +1,5 @@
1
+ export { A as ApiError, a as ChatDrawer, b as ChatHeader, e as ChatPage, C as Chatbot, k as ChatbotAPI, G as GradualMessageDisplay, H as HelloPage, c as MarkdownRenderer, M as MessageInput, d as MessageList, S as SSRSafeComponents, T as TypingIndicator, f as formatTimestamp, h as generateMessageId, i as isExternalUrl, j as isValidEmail, s as sanitizeText, t as truncateText, u as useChatbot } from './index-C40_v4mv.js';
2
+ import 'react/jsx-runtime';
3
+ import '@chakra-ui/react';
4
+ import 'react';
5
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}