reachat 2.2.0 → 3.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.
- package/dist/{CSVFileRenderer-BOdL4Jte.js → CSVFileRenderer-C2E4Xnkz.js} +2 -2
- package/dist/{CSVFileRenderer-BOdL4Jte.js.map → CSVFileRenderer-C2E4Xnkz.js.map} +1 -1
- package/dist/Chat.d.ts +12 -0
- package/dist/{Markdown/charts/ChartError.d.ts → ComponentCatalog/ComponentError.d.ts} +2 -2
- package/dist/ComponentCatalog/ComponentPre.d.ts +18 -0
- package/dist/ComponentCatalog/ComponentRenderer.d.ts +17 -0
- package/dist/ComponentCatalog/chartComponentDef.d.ts +36 -0
- package/dist/ComponentCatalog/componentCatalog.d.ts +44 -0
- package/dist/ComponentCatalog/componentCatalog.spec.d.ts +1 -0
- package/dist/ComponentCatalog/generatePrompt.d.ts +9 -0
- package/dist/ComponentCatalog/generatePrompt.spec.d.ts +1 -0
- package/dist/ComponentCatalog/index.d.ts +9 -0
- package/dist/ComponentCatalog/types.d.ts +108 -0
- package/dist/ComponentCatalog/validateSpec.d.ts +17 -0
- package/dist/ComponentCatalog/validateSpec.spec.d.ts +1 -0
- package/dist/{DefaultFileRenderer-C2MsQ9wz.js → DefaultFileRenderer-Day12qYs.js} +2 -2
- package/dist/{DefaultFileRenderer-C2MsQ9wz.js.map → DefaultFileRenderer-Day12qYs.js.map} +1 -1
- package/dist/Markdown/charts/ChartRenderer.d.ts +1 -1
- package/dist/Markdown/charts/ComponentError.d.ts +1 -0
- package/dist/Markdown/charts/index.d.ts +2 -6
- package/dist/Markdown/charts/types.d.ts +21 -0
- package/dist/Markdown/plugins/index.d.ts +1 -1
- package/dist/Markdown/plugins/remarkComponent.d.ts +27 -0
- package/dist/docs.json +275 -93
- package/dist/{index-DdRyk11n.js → index-CZSBRZbI.js} +524 -230
- package/dist/index-CZSBRZbI.js.map +1 -0
- package/dist/index.css +101 -1077
- package/dist/index.d.ts +1 -0
- package/dist/index.js +22 -22
- package/dist/index.umd.cjs +509 -215
- package/dist/index.umd.cjs.map +1 -1
- package/dist/stories/Changelog.mdx +1 -1
- package/dist/stories/Charts.stories.tsx +118 -130
- package/dist/stories/ComponentCatalog.stories.tsx +509 -0
- package/dist/stories/{ChartError.stories.tsx → ComponentError.stories.tsx} +14 -11
- package/dist/stories/Intro.mdx +1 -1
- package/dist/theme.d.ts +3 -0
- package/dist/utils/getChildText.d.ts +10 -0
- package/dist/utils/getChildText.spec.d.ts +1 -0
- package/package.json +27 -30
- package/dist/Markdown/charts/ChartPre.d.ts +0 -6
- package/dist/Markdown/charts/chartHelpers.d.ts +0 -40
- package/dist/Markdown/plugins/remarkChart.d.ts +0 -59
- package/dist/index-DdRyk11n.js.map +0 -1
- package/dist/stories/Integration.stories.tsx +0 -312
- /package/dist/{Markdown/charts/chartHelpers.spec.d.ts → ComponentCatalog/chartComponentDef.spec.d.ts} +0 -0
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
console.error("vite-plugin-css-injected-by-js", e);
|
|
11
11
|
}
|
|
12
12
|
})();
|
|
13
|
-
import { A, b, C, c, d, e, f, g, h, i, j, k, F, M, l, m, n, o, p, q, r, s, t, u, N, R, v, w, x, y, z, B, D, E, G, H, T, I, J, K, L, O, P, Q, U, V, W, X, Y, Z, _, $, a0, a1, a2 } from "./index-
|
|
13
|
+
import { A, b, C, c, d, e, f, g, h, i, j, k, F, M, l, m, n, o, p, q, r, s, t, u, N, R, v, w, x, y, z, B, D, E, G, H, T, I, J, K, L, O, P, Q, U, V, W, X, Y, Z, _, $, a0, a1, a2 } from "./index-CZSBRZbI.js";
|
|
14
14
|
import "react/jsx-runtime";
|
|
15
15
|
import "react";
|
|
16
16
|
import "reablocks";
|
|
@@ -18,16 +18,16 @@ import "motion/react";
|
|
|
18
18
|
export {
|
|
19
19
|
A as AgUiEventType,
|
|
20
20
|
b as AppBar,
|
|
21
|
-
C as
|
|
22
|
-
c as
|
|
23
|
-
d as
|
|
24
|
-
e as
|
|
25
|
-
f as
|
|
26
|
-
g as
|
|
27
|
-
h as
|
|
28
|
-
i as
|
|
29
|
-
j as
|
|
30
|
-
k as
|
|
21
|
+
C as ChartRenderer,
|
|
22
|
+
c as Chat,
|
|
23
|
+
d as ChatBubble,
|
|
24
|
+
e as ChatContext,
|
|
25
|
+
f as ChatInput,
|
|
26
|
+
g as ChatSuggestion,
|
|
27
|
+
h as ChatSuggestions,
|
|
28
|
+
i as CodeHighlighter,
|
|
29
|
+
j as ComponentError,
|
|
30
|
+
k as ComponentRenderer,
|
|
31
31
|
F as FileInput,
|
|
32
32
|
M as Markdown,
|
|
33
33
|
l as MentionList,
|
|
@@ -56,20 +56,20 @@ export {
|
|
|
56
56
|
I as TableDataCell,
|
|
57
57
|
J as TableHeaderCell,
|
|
58
58
|
K as bitcoinMatcher,
|
|
59
|
-
L as
|
|
60
|
-
O as
|
|
61
|
-
P as
|
|
62
|
-
Q as
|
|
63
|
-
U as
|
|
64
|
-
V as
|
|
65
|
-
W as
|
|
66
|
-
X as
|
|
67
|
-
Y as
|
|
68
|
-
Z as
|
|
59
|
+
L as chatTheme,
|
|
60
|
+
O as commonRedactMatchers,
|
|
61
|
+
P as componentCatalog,
|
|
62
|
+
Q as createChartComponentDef,
|
|
63
|
+
U as createComponentPre,
|
|
64
|
+
V as creditCardMatcher,
|
|
65
|
+
W as dark,
|
|
66
|
+
X as generatePrompt,
|
|
67
|
+
Y as light,
|
|
68
|
+
Z as remarkComponent,
|
|
69
69
|
_ as remarkCve,
|
|
70
70
|
$ as remarkRedact,
|
|
71
71
|
a0 as ssnMatcher,
|
|
72
72
|
a1 as useAgUi,
|
|
73
|
-
a2 as
|
|
73
|
+
a2 as validateSpec
|
|
74
74
|
};
|
|
75
75
|
//# sourceMappingURL=index.js.map
|