@copilotkit/react-ui 1.8.0-next.7 → 1.8.0-next.8
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 +9 -0
- package/dist/{chunk-GBXUOB6L.mjs → chunk-7BXD65QV.mjs} +3 -3
- package/dist/{chunk-QTN7AYVL.mjs → chunk-DKYAA4DM.mjs} +2 -2
- package/dist/{chunk-EMWOZVCW.mjs → chunk-FGVMRZ5D.mjs} +2 -2
- package/dist/{chunk-Y6OESC5U.mjs → chunk-N5QWMFFT.mjs} +2 -2
- package/dist/{chunk-YC4NBUGE.mjs → chunk-NRA3CFEE.mjs} +3 -3
- package/dist/chunk-NRA3CFEE.mjs.map +1 -0
- package/dist/{chunk-OTPAZXVR.mjs → chunk-Q5V6S67N.mjs} +17 -6
- package/dist/chunk-Q5V6S67N.mjs.map +1 -0
- package/dist/{chunk-YGD4IB27.mjs → chunk-Y5RNSFAD.mjs} +2 -2
- package/dist/components/chat/Header.js +18 -7
- package/dist/components/chat/Header.js.map +1 -1
- package/dist/components/chat/Header.mjs +4 -4
- package/dist/components/chat/Modal.js +18 -7
- package/dist/components/chat/Modal.js.map +1 -1
- package/dist/components/chat/Modal.mjs +5 -5
- package/dist/components/chat/Popup.js +18 -7
- package/dist/components/chat/Popup.js.map +1 -1
- package/dist/components/chat/Popup.mjs +6 -6
- package/dist/components/chat/Sidebar.js +18 -7
- package/dist/components/chat/Sidebar.js.map +1 -1
- package/dist/components/chat/Sidebar.mjs +6 -6
- package/dist/components/chat/index.js +18 -7
- package/dist/components/chat/index.js.map +1 -1
- package/dist/components/chat/index.mjs +7 -7
- package/dist/components/dev-console/console.js +18 -7
- package/dist/components/dev-console/console.js.map +1 -1
- package/dist/components/dev-console/console.mjs +3 -3
- package/dist/components/dev-console/icons.js +16 -5
- package/dist/components/dev-console/icons.js.map +1 -1
- package/dist/components/dev-console/icons.mjs +1 -1
- package/dist/components/dev-console/index.js +18 -7
- package/dist/components/dev-console/index.js.map +1 -1
- package/dist/components/dev-console/index.mjs +3 -3
- package/dist/components/help-modal/index.js +2 -2
- package/dist/components/help-modal/index.js.map +1 -1
- package/dist/components/help-modal/index.mjs +1 -1
- package/dist/components/help-modal/modal.js +2 -2
- package/dist/components/help-modal/modal.js.map +1 -1
- package/dist/components/help-modal/modal.mjs +1 -1
- package/dist/components/index.js +18 -7
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +7 -7
- package/dist/index.css +39 -8
- package/dist/index.css.map +1 -1
- package/dist/index.js +18 -7
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -7
- package/dist/types/css.d.ts +2 -0
- package/dist/types/css.js.map +1 -1
- package/package.json +4 -4
- package/src/components/dev-console/icons.tsx +9 -2
- package/src/components/help-modal/modal.tsx +2 -2
- package/src/css/colors.css +3 -0
- package/src/css/console.css +44 -9
- package/src/types/css.ts +2 -0
- package/dist/chunk-OTPAZXVR.mjs.map +0 -1
- package/dist/chunk-YC4NBUGE.mjs.map +0 -1
- /package/dist/{chunk-GBXUOB6L.mjs.map → chunk-7BXD65QV.mjs.map} +0 -0
- /package/dist/{chunk-QTN7AYVL.mjs.map → chunk-DKYAA4DM.mjs.map} +0 -0
- /package/dist/{chunk-EMWOZVCW.mjs.map → chunk-FGVMRZ5D.mjs.map} +0 -0
- /package/dist/{chunk-Y6OESC5U.mjs.map → chunk-N5QWMFFT.mjs.map} +0 -0
- /package/dist/{chunk-YGD4IB27.mjs.map → chunk-Y5RNSFAD.mjs.map} +0 -0
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import {
|
|
2
2
|
CopilotModal
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-FGVMRZ5D.mjs";
|
|
4
4
|
import "../../chunk-P7S3E5UW.mjs";
|
|
5
|
-
import "../../chunk-
|
|
5
|
+
import "../../chunk-Y5RNSFAD.mjs";
|
|
6
6
|
import "../../chunk-V7W6IM2V.mjs";
|
|
7
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-7BXD65QV.mjs";
|
|
8
8
|
import "../../chunk-6TCUJ3B7.mjs";
|
|
9
9
|
import "../../chunk-KXE2JCUH.mjs";
|
|
10
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-NRA3CFEE.mjs";
|
|
11
11
|
import "../../chunk-BH6PCAAL.mjs";
|
|
12
|
-
import "../../chunk-
|
|
12
|
+
import "../../chunk-Q5V6S67N.mjs";
|
|
13
13
|
import "../../chunk-YOEL33HG.mjs";
|
|
14
14
|
import "../../chunk-HGA4N4ME.mjs";
|
|
15
15
|
import "../../chunk-WEYDZBT7.mjs";
|
|
@@ -680,13 +680,24 @@ var ExclamationMarkIcon = /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
|
680
680
|
) }) })
|
|
681
681
|
}
|
|
682
682
|
);
|
|
683
|
-
var ChevronDownIcon = /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
684
|
-
"
|
|
683
|
+
var ChevronDownIcon = /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
684
|
+
"svg",
|
|
685
685
|
{
|
|
686
|
-
|
|
687
|
-
|
|
686
|
+
width: "7px",
|
|
687
|
+
height: "4px",
|
|
688
|
+
viewBox: "0 0 7 4",
|
|
689
|
+
version: "1.1",
|
|
690
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
691
|
+
fill: "currentColor",
|
|
692
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("g", { id: "Page-1", stroke: "none", strokeWidth: "1", fill: "none", fillRule: "evenodd", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)("g", { id: "Group", fill: "currentColor", fillRule: "nonzero", children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
693
|
+
"path",
|
|
694
|
+
{
|
|
695
|
+
d: "M3.71690723,3.90271086 C3.59268176,4.03242971 3.39143629,4.03242971 3.26721082,3.90271086 L0.0853966595,0.57605615 C-0.0314221035,0.444981627 -0.0279751448,0.240725043 0.0931934622,0.114040675 C0.214362069,-0.0126436935 0.409725445,-0.0162475626 0.535093061,0.105888951 L3.49205902,3.19746006 L6.44902499,0.105888951 C6.52834574,0.0168884389 6.64780588,-0.0197473458 6.7605411,0.0103538404 C6.87327633,0.0404550266 6.96130636,0.132492308 6.99009696,0.250359396 C7.01888756,0.368226483 6.98384687,0.493124608 6.89872139,0.57605615 L3.71690723,3.90271086 Z",
|
|
696
|
+
id: "Path"
|
|
697
|
+
}
|
|
698
|
+
) }) })
|
|
688
699
|
}
|
|
689
|
-
)
|
|
700
|
+
);
|
|
690
701
|
var CheckIcon2 = /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
691
702
|
"svg",
|
|
692
703
|
{
|
|
@@ -769,11 +780,11 @@ function CopilotKitHelpModal() {
|
|
|
769
780
|
right: "-120px",
|
|
770
781
|
width: "380px"
|
|
771
782
|
},
|
|
772
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("div", { className: "
|
|
783
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)("div", { className: "copilotKitHelpModal rounded-lg shadow-xl w-full p-4 flex-col relative", children: [
|
|
773
784
|
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
774
785
|
"button",
|
|
775
786
|
{
|
|
776
|
-
className: "absolute text-gray-400 hover:text-gray-600 focus:outline-none",
|
|
787
|
+
className: "copilotKitHelpModalCloseButton absolute text-gray-400 hover:text-gray-600 focus:outline-none",
|
|
777
788
|
style: { top: "10px", right: "10px" },
|
|
778
789
|
onClick: () => setShowHelpModal(false),
|
|
779
790
|
"aria-label": "Close",
|