@copilotkit/react-ui 1.10.1-next.1 → 1.10.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.
- package/CHANGELOG.md +12665 -0
- package/dist/{chunk-GDSZGYCE.mjs → chunk-B4EBCYMS.mjs} +4 -4
- package/dist/{chunk-FFJHOZX6.mjs → chunk-FKJWIQGB.mjs} +9 -9
- package/dist/{chunk-DTRPPNSA.mjs → chunk-HRVH7TIP.mjs} +4 -4
- package/dist/{chunk-GBP47ONN.mjs → chunk-KKNHOB42.mjs} +2 -2
- package/dist/{chunk-T5QU6KSB.mjs → chunk-LJAYSRCB.mjs} +2 -2
- package/dist/{chunk-GJ4SX4JE.mjs → chunk-LYL5FCYG.mjs} +8 -8
- package/dist/{chunk-J5ZZR6YB.mjs → chunk-PTQ4XKID.mjs} +2 -2
- package/dist/{chunk-E6MQUIZW.mjs → chunk-SNFHUE5S.mjs} +2 -2
- package/dist/{chunk-E6MQUIZW.mjs.map → chunk-SNFHUE5S.mjs.map} +1 -1
- package/dist/{chunk-Y44VLEUH.mjs → chunk-UFBJBMZE.mjs} +8 -8
- package/dist/{chunk-GCKKSSBU.mjs → chunk-X477GDGZ.mjs} +2 -2
- package/dist/{chunk-BJHJBS5M.mjs → chunk-X5AO5A3L.mjs} +2 -2
- package/dist/{chunk-MIVUCSGO.mjs → chunk-YO63WHVQ.mjs} +2 -2
- package/dist/components/chat/Chat.js +1 -1
- package/dist/components/chat/Chat.js.map +1 -1
- package/dist/components/chat/Chat.mjs +11 -11
- package/dist/components/chat/Header.mjs +5 -5
- package/dist/components/chat/Input.mjs +2 -2
- package/dist/components/chat/Markdown.js +1 -1
- package/dist/components/chat/Markdown.js.map +1 -1
- package/dist/components/chat/Markdown.mjs +1 -1
- package/dist/components/chat/Messages.js +1 -1
- package/dist/components/chat/Messages.js.map +1 -1
- package/dist/components/chat/Messages.mjs +6 -6
- package/dist/components/chat/Modal.js +1 -1
- package/dist/components/chat/Modal.js.map +1 -1
- package/dist/components/chat/Modal.mjs +20 -20
- package/dist/components/chat/Popup.js +1 -1
- package/dist/components/chat/Popup.js.map +1 -1
- package/dist/components/chat/Popup.mjs +21 -21
- package/dist/components/chat/Sidebar.js +1 -1
- package/dist/components/chat/Sidebar.js.map +1 -1
- package/dist/components/chat/Sidebar.mjs +21 -21
- package/dist/components/chat/index.js +1 -1
- package/dist/components/chat/index.js.map +1 -1
- package/dist/components/chat/index.mjs +26 -26
- package/dist/components/chat/messages/AssistantMessage.js +1 -1
- package/dist/components/chat/messages/AssistantMessage.js.map +1 -1
- package/dist/components/chat/messages/AssistantMessage.mjs +3 -3
- package/dist/components/chat/messages/LegacyRenderMessage.js +1 -1
- package/dist/components/chat/messages/LegacyRenderMessage.js.map +1 -1
- package/dist/components/chat/messages/LegacyRenderMessage.mjs +5 -5
- package/dist/components/chat/messages/RenderMessage.js +1 -1
- package/dist/components/chat/messages/RenderMessage.js.map +1 -1
- package/dist/components/chat/messages/RenderMessage.mjs +4 -4
- package/dist/components/dev-console/console.mjs +3 -3
- package/dist/components/dev-console/index.mjs +5 -5
- package/dist/components/index.js +1 -1
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +30 -30
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +30 -30
- package/package.json +4 -4
- package/src/components/chat/Markdown.tsx +1 -1
- /package/dist/{chunk-GDSZGYCE.mjs.map → chunk-B4EBCYMS.mjs.map} +0 -0
- /package/dist/{chunk-FFJHOZX6.mjs.map → chunk-FKJWIQGB.mjs.map} +0 -0
- /package/dist/{chunk-DTRPPNSA.mjs.map → chunk-HRVH7TIP.mjs.map} +0 -0
- /package/dist/{chunk-GBP47ONN.mjs.map → chunk-KKNHOB42.mjs.map} +0 -0
- /package/dist/{chunk-T5QU6KSB.mjs.map → chunk-LJAYSRCB.mjs.map} +0 -0
- /package/dist/{chunk-GJ4SX4JE.mjs.map → chunk-LYL5FCYG.mjs.map} +0 -0
- /package/dist/{chunk-J5ZZR6YB.mjs.map → chunk-PTQ4XKID.mjs.map} +0 -0
- /package/dist/{chunk-Y44VLEUH.mjs.map → chunk-UFBJBMZE.mjs.map} +0 -0
- /package/dist/{chunk-GCKKSSBU.mjs.map → chunk-X477GDGZ.mjs.map} +0 -0
- /package/dist/{chunk-BJHJBS5M.mjs.map → chunk-X5AO5A3L.mjs.map} +0 -0
- /package/dist/{chunk-MIVUCSGO.mjs.map → chunk-YO63WHVQ.mjs.map} +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
import {
|
|
2
2
|
RenderMessage
|
|
3
|
-
} from "../../../chunk-
|
|
4
|
-
import "../../../chunk-
|
|
3
|
+
} from "../../../chunk-LJAYSRCB.mjs";
|
|
4
|
+
import "../../../chunk-X477GDGZ.mjs";
|
|
5
5
|
import "../../../chunk-DBKRAOH7.mjs";
|
|
6
6
|
import "../../../chunk-VVL6JFCJ.mjs";
|
|
7
|
-
import "../../../chunk-
|
|
8
|
-
import "../../../chunk-IEMQ2SQW.mjs";
|
|
7
|
+
import "../../../chunk-SNFHUE5S.mjs";
|
|
9
8
|
import "../../../chunk-B5IFB5YJ.mjs";
|
|
9
|
+
import "../../../chunk-IEMQ2SQW.mjs";
|
|
10
10
|
import "../../../chunk-XWG3L6QC.mjs";
|
|
11
11
|
import "../../../chunk-54JAUBUJ.mjs";
|
|
12
12
|
import "../../../chunk-MRXNTQOX.mjs";
|
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
import {
|
|
3
3
|
CopilotDevConsole,
|
|
4
4
|
DebugMenuButton
|
|
5
|
-
} from "../../chunk-
|
|
6
|
-
import "../../chunk-Q5V6S67N.mjs";
|
|
7
|
-
import "../../chunk-JY2CSDKN.mjs";
|
|
5
|
+
} from "../../chunk-FKJWIQGB.mjs";
|
|
8
6
|
import "../../chunk-KXE2JCUH.mjs";
|
|
9
7
|
import "../../chunk-NRA3CFEE.mjs";
|
|
10
8
|
import "../../chunk-BH6PCAAL.mjs";
|
|
9
|
+
import "../../chunk-JY2CSDKN.mjs";
|
|
11
10
|
import "../../chunk-XWG3L6QC.mjs";
|
|
11
|
+
import "../../chunk-Q5V6S67N.mjs";
|
|
12
12
|
import "../../chunk-MRXNTQOX.mjs";
|
|
13
13
|
export {
|
|
14
14
|
CopilotDevConsole,
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import "../../chunk-V7W6IM2V.mjs";
|
|
2
2
|
import {
|
|
3
3
|
CopilotDevConsole
|
|
4
|
-
} from "../../chunk-
|
|
5
|
-
import "../../chunk-Q5V6S67N.mjs";
|
|
6
|
-
import {
|
|
7
|
-
shouldShowDevConsole
|
|
8
|
-
} from "../../chunk-JY2CSDKN.mjs";
|
|
4
|
+
} from "../../chunk-FKJWIQGB.mjs";
|
|
9
5
|
import "../../chunk-KXE2JCUH.mjs";
|
|
10
6
|
import "../../chunk-NRA3CFEE.mjs";
|
|
11
7
|
import "../../chunk-BH6PCAAL.mjs";
|
|
8
|
+
import {
|
|
9
|
+
shouldShowDevConsole
|
|
10
|
+
} from "../../chunk-JY2CSDKN.mjs";
|
|
12
11
|
import "../../chunk-XWG3L6QC.mjs";
|
|
12
|
+
import "../../chunk-Q5V6S67N.mjs";
|
|
13
13
|
import "../../chunk-MRXNTQOX.mjs";
|
|
14
14
|
export {
|
|
15
15
|
CopilotDevConsole,
|
package/dist/components/index.js
CHANGED
|
@@ -1559,7 +1559,7 @@ var Markdown = ({ content, components }) => {
|
|
|
1559
1559
|
MemoizedReactMarkdown,
|
|
1560
1560
|
{
|
|
1561
1561
|
components: __spreadValues(__spreadValues({}, defaultComponents), components),
|
|
1562
|
-
remarkPlugins: [import_remark_gfm.default, import_remark_math.default],
|
|
1562
|
+
remarkPlugins: [import_remark_gfm.default, [import_remark_math.default, { singleDollarTextMath: false }]],
|
|
1563
1563
|
rehypePlugins: [import_rehype_raw.default],
|
|
1564
1564
|
children: content
|
|
1565
1565
|
}
|