reachat 2.1.0-alpha.4 → 2.1.0-alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/AppBar/AppBar.d.ts +1 -1
- package/dist/{CSVFileRenderer-DodyJ8ty.js → CSVFileRenderer-Bh5dmsTS.js} +15 -14
- package/dist/CSVFileRenderer-Bh5dmsTS.js.map +1 -0
- package/dist/Chat.d.ts +3 -3
- package/dist/ChatBubble/ChatBubble.d.ts +1 -1
- package/dist/ChatContext.d.ts +2 -2
- package/dist/ChatInput/ChatInput.d.ts +4 -0
- package/dist/ChatInput/FileInput.d.ts +1 -1
- package/dist/{DefaultFileRenderer-CjPMoUSC.js → DefaultFileRenderer-CeV73ofi.js} +2 -2
- package/dist/DefaultFileRenderer-CeV73ofi.js.map +1 -0
- package/dist/ImageFileRenderer-C8tVW3I8.js.map +1 -1
- package/dist/Markdown/Table.d.ts +1 -1
- package/dist/Markdown/index.d.ts +2 -2
- package/dist/Markdown/plugins/remarkCve.d.ts +1 -1
- package/dist/PDFFileRenderer-BBn2EVrV.js +16 -0
- package/dist/PDFFileRenderer-BBn2EVrV.js.map +1 -0
- package/dist/SessionMessages/SessionEmpty.d.ts +1 -4
- package/dist/SessionMessages/SessionMessage/MessageFile/renderers/index.d.ts +1 -1
- package/dist/SessionMessages/SessionMessage/MessageFiles.d.ts +1 -1
- package/dist/SessionMessages/SessionMessage/MessageSources.d.ts +1 -1
- package/dist/SessionMessages/SessionMessage/index.d.ts +2 -2
- package/dist/SessionMessages/SessionMessages.d.ts +1 -1
- package/dist/SessionMessages/index.d.ts +2 -2
- package/dist/SessionsList/index.d.ts +2 -2
- package/dist/docs.json +20 -20
- package/dist/{index-B0_s-rPq.js → index-nY4fLD9h.js} +1117 -1132
- package/dist/index-nY4fLD9h.js.map +1 -0
- package/dist/index.css +6296 -738
- package/dist/index.d.ts +6 -6
- package/dist/index.js +31 -31
- package/dist/index.umd.cjs +1097 -1104
- package/dist/index.umd.cjs.map +1 -1
- package/dist/stories/Changelog.mdx +1 -1
- package/dist/stories/Chat.stories.tsx +5 -5
- package/dist/stories/ChatBubble.stories.tsx +3 -3
- package/dist/stories/Companion.stories.tsx +6 -6
- package/dist/stories/Console.stories.tsx +22 -22
- package/dist/stories/Integration.stories.tsx +2 -2
- package/dist/stories/Intro.mdx +1 -1
- package/dist/stories/assets/logo.svg +38 -19
- package/dist/stories/assets/paperclip.svg +4 -1
- package/dist/stories/assets/search.svg +5 -1
- package/dist/stories/examples.ts +20 -13
- package/dist/theme.d.ts +13 -0
- package/package.json +62 -46
- package/dist/CSVFileRenderer-DodyJ8ty.js.map +0 -1
- package/dist/DefaultFileRenderer-CjPMoUSC.js.map +0 -1
- package/dist/PDFFileRenderer-DQdFS2l6.js +0 -9
- package/dist/PDFFileRenderer-DQdFS2l6.js.map +0 -1
- package/dist/index-B0_s-rPq.js.map +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
+
export * from './AppBar';
|
|
2
|
+
export * from './Chat';
|
|
3
|
+
export * from './ChatBubble';
|
|
4
|
+
export * from './ChatContext';
|
|
1
5
|
export * from './ChatInput';
|
|
6
|
+
export * from './Markdown';
|
|
2
7
|
export * from './SessionMessages';
|
|
3
|
-
export * from './Chat';
|
|
4
8
|
export * from './SessionsList';
|
|
5
|
-
export * from './types';
|
|
6
9
|
export * from './theme';
|
|
7
|
-
export * from './
|
|
8
|
-
export * from './ChatContext';
|
|
9
|
-
export * from './AppBar';
|
|
10
|
-
export * from './ChatBubble';
|
|
10
|
+
export * from './types';
|
package/dist/index.js
CHANGED
|
@@ -10,43 +10,43 @@
|
|
|
10
10
|
console.error("vite-plugin-css-injected-by-js", e);
|
|
11
11
|
}
|
|
12
12
|
})();
|
|
13
|
-
import { A,
|
|
13
|
+
import { A, b, c, C, d, e, F, M, j, k, m, n, o, p, q, N, i, w, x, s, t, u, v, y, z, T, g, f, B, h, l, r } from "./index-nY4fLD9h.js";
|
|
14
14
|
import "react/jsx-runtime";
|
|
15
|
-
import "react";
|
|
16
|
-
import "reablocks";
|
|
17
15
|
import "motion/react";
|
|
16
|
+
import "reablocks";
|
|
17
|
+
import "react";
|
|
18
18
|
export {
|
|
19
19
|
A as AppBar,
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
20
|
+
b as Chat,
|
|
21
|
+
c as ChatBubble,
|
|
22
|
+
C as ChatContext,
|
|
23
|
+
d as ChatInput,
|
|
24
|
+
e as CodeHighlighter,
|
|
25
25
|
F as FileInput,
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
26
|
+
M as Markdown,
|
|
27
|
+
j as MessageActions,
|
|
28
|
+
k as MessageFile,
|
|
29
|
+
m as MessageFiles,
|
|
30
|
+
n as MessageQuestion,
|
|
31
|
+
o as MessageResponse,
|
|
32
|
+
p as MessageSource,
|
|
33
|
+
q as MessageSources,
|
|
34
34
|
N as NewSessionButton,
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
35
|
+
i as SessionEmpty,
|
|
36
|
+
w as SessionGroups,
|
|
37
|
+
x as SessionListItem,
|
|
38
|
+
s as SessionMessage,
|
|
39
|
+
t as SessionMessagePanel,
|
|
40
|
+
u as SessionMessages,
|
|
41
|
+
v as SessionMessagesHeader,
|
|
42
|
+
y as SessionsGroup,
|
|
43
|
+
z as SessionsList,
|
|
44
44
|
T as TableComponent,
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
45
|
+
g as TableDataCell,
|
|
46
|
+
f as TableHeaderCell,
|
|
47
|
+
B as chatTheme,
|
|
48
|
+
h as dark,
|
|
49
|
+
l as light,
|
|
50
|
+
r as remarkCve
|
|
51
51
|
};
|
|
52
52
|
//# sourceMappingURL=index.js.map
|