@copilotkit/react-ui 1.4.6 → 1.4.8-next.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/CHANGELOG.md +85 -8
- package/dist/{chunk-4T3TMQNJ.mjs → chunk-BH6PCAAL.mjs} +38 -2
- package/dist/chunk-BH6PCAAL.mjs.map +1 -0
- package/dist/{chunk-63ZKP62F.mjs → chunk-E5SSVET3.mjs} +3 -3
- package/dist/{chunk-4LUMV4YO.mjs → chunk-EMQEEXUB.mjs} +8 -3
- package/dist/chunk-EMQEEXUB.mjs.map +1 -0
- package/dist/{chunk-VYKDFXGS.mjs → chunk-FUDBUYBG.mjs} +2 -2
- package/dist/chunk-ICGZEGHQ.mjs +155 -0
- package/dist/chunk-ICGZEGHQ.mjs.map +1 -0
- package/dist/{chunk-DHGDU64D.mjs → chunk-T35X2SFE.mjs} +3 -3
- package/dist/{chunk-2B57NCBA.mjs → chunk-TTYR7XPN.mjs} +2 -2
- package/dist/{chunk-TKFQ7VQR.mjs → chunk-ZQFKJLQ6.mjs} +2 -2
- package/dist/components/chat/Chat.js +123 -4
- package/dist/components/chat/Chat.js.map +1 -1
- package/dist/components/chat/Chat.mjs +5 -5
- package/dist/components/chat/Input.js +7 -2
- package/dist/components/chat/Input.js.map +1 -1
- package/dist/components/chat/Input.mjs +1 -1
- package/dist/components/chat/Modal.js +123 -4
- package/dist/components/chat/Modal.js.map +1 -1
- package/dist/components/chat/Modal.mjs +6 -6
- package/dist/components/chat/Popup.js +123 -4
- package/dist/components/chat/Popup.js.map +1 -1
- package/dist/components/chat/Popup.mjs +7 -7
- package/dist/components/chat/Sidebar.js +123 -4
- package/dist/components/chat/Sidebar.js.map +1 -1
- package/dist/components/chat/Sidebar.mjs +7 -7
- package/dist/components/chat/index.js +123 -4
- package/dist/components/chat/index.js.map +1 -1
- package/dist/components/chat/index.mjs +8 -8
- package/dist/components/dev-console/console.js +116 -2
- package/dist/components/dev-console/console.js.map +1 -1
- package/dist/components/dev-console/console.mjs +3 -3
- package/dist/components/dev-console/index.js +116 -2
- package/dist/components/dev-console/index.js.map +1 -1
- package/dist/components/dev-console/index.mjs +3 -3
- package/dist/components/help-modal/icons.d.ts +4 -1
- package/dist/components/help-modal/icons.js +39 -2
- package/dist/components/help-modal/icons.js.map +1 -1
- package/dist/components/help-modal/icons.mjs +5 -3
- package/dist/components/help-modal/index.js +136 -2
- package/dist/components/help-modal/index.js.map +1 -1
- package/dist/components/help-modal/index.mjs +2 -2
- package/dist/components/help-modal/modal.js +136 -2
- package/dist/components/help-modal/modal.js.map +1 -1
- package/dist/components/help-modal/modal.mjs +2 -2
- package/dist/components/index.js +123 -4
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +8 -8
- package/dist/index.js +123 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -8
- package/package.json +4 -4
- package/src/components/chat/Input.tsx +9 -2
- package/src/components/help-modal/icons.tsx +28 -0
- package/src/components/help-modal/modal.tsx +90 -27
- package/dist/chunk-4LUMV4YO.mjs.map +0 -1
- package/dist/chunk-4T3TMQNJ.mjs.map +0 -1
- package/dist/chunk-WOUWNTAV.mjs +0 -72
- package/dist/chunk-WOUWNTAV.mjs.map +0 -1
- /package/dist/{chunk-63ZKP62F.mjs.map → chunk-E5SSVET3.mjs.map} +0 -0
- /package/dist/{chunk-VYKDFXGS.mjs.map → chunk-FUDBUYBG.mjs.map} +0 -0
- /package/dist/{chunk-DHGDU64D.mjs.map → chunk-T35X2SFE.mjs.map} +0 -0
- /package/dist/{chunk-2B57NCBA.mjs.map → chunk-TTYR7XPN.mjs.map} +0 -0
- /package/dist/{chunk-TKFQ7VQR.mjs.map → chunk-ZQFKJLQ6.mjs.map} +0 -0
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
import {
|
|
2
2
|
CopilotPopup
|
|
3
|
-
} from "../../chunk-
|
|
4
|
-
import "../../chunk-
|
|
3
|
+
} from "../../chunk-FUDBUYBG.mjs";
|
|
4
|
+
import "../../chunk-E5SSVET3.mjs";
|
|
5
5
|
import "../../chunk-YAGE7RCE.mjs";
|
|
6
6
|
import "../../chunk-VEC45H6Q.mjs";
|
|
7
7
|
import "../../chunk-RQNJNK2W.mjs";
|
|
8
|
-
import "../../chunk-
|
|
8
|
+
import "../../chunk-T35X2SFE.mjs";
|
|
9
9
|
import "../../chunk-6INMITFA.mjs";
|
|
10
10
|
import "../../chunk-RU73BEZM.mjs";
|
|
11
11
|
import "../../chunk-V7W6IM2V.mjs";
|
|
12
12
|
import "../../chunk-OMTPWC7T.mjs";
|
|
13
13
|
import "../../chunk-ZABXREBH.mjs";
|
|
14
14
|
import "../../chunk-RJCZRKTV.mjs";
|
|
15
|
-
import "../../chunk-
|
|
15
|
+
import "../../chunk-TTYR7XPN.mjs";
|
|
16
16
|
import "../../chunk-4FIGRRFS.mjs";
|
|
17
17
|
import "../../chunk-KXE2JCUH.mjs";
|
|
18
|
-
import "../../chunk-
|
|
19
|
-
import "../../chunk-
|
|
18
|
+
import "../../chunk-ICGZEGHQ.mjs";
|
|
19
|
+
import "../../chunk-BH6PCAAL.mjs";
|
|
20
20
|
import "../../chunk-OTPAZXVR.mjs";
|
|
21
|
-
import "../../chunk-
|
|
21
|
+
import "../../chunk-EMQEEXUB.mjs";
|
|
22
22
|
import "../../chunk-YQFVRDNC.mjs";
|
|
23
23
|
import "../../chunk-YQ3D5IQV.mjs";
|
|
24
24
|
import "../../chunk-RKPANT3F.mjs";
|
|
@@ -878,7 +878,10 @@ var Input = ({ inProgress, onSend, isVisible = false }) => {
|
|
|
878
878
|
});
|
|
879
879
|
const sendIcon = inProgress || pushToTalkState === "transcribing" ? context.icons.activityIcon : context.icons.sendIcon;
|
|
880
880
|
const showPushToTalk = pushToTalkConfigured && (pushToTalkState === "idle" || pushToTalkState === "recording") && !inProgress;
|
|
881
|
-
const
|
|
881
|
+
const canSend = () => {
|
|
882
|
+
return !inProgress && text.trim().length > 0 && pushToTalkState === "idle";
|
|
883
|
+
};
|
|
884
|
+
const sendDisabled = !canSend();
|
|
882
885
|
return /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)("div", { className: "copilotKitInput", onClick: handleDivClick, children: [
|
|
883
886
|
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
884
887
|
Textarea_default,
|
|
@@ -892,7 +895,9 @@ var Input = ({ inProgress, onSend, isVisible = false }) => {
|
|
|
892
895
|
onKeyDown: (event) => {
|
|
893
896
|
if (event.key === "Enter" && !event.shiftKey) {
|
|
894
897
|
event.preventDefault();
|
|
895
|
-
|
|
898
|
+
if (canSend()) {
|
|
899
|
+
send();
|
|
900
|
+
}
|
|
896
901
|
}
|
|
897
902
|
}
|
|
898
903
|
}
|
|
@@ -1935,15 +1940,79 @@ var CloseIcon2 = () => /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
|
1935
1940
|
children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("path", { strokeLinecap: "round", strokeLinejoin: "round", d: "M6 18L18 6M6 6l12 12" })
|
|
1936
1941
|
}
|
|
1937
1942
|
);
|
|
1943
|
+
var LoadingSpinnerIcon = ({ color = "rgb(107 114 128)" }) => /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
|
|
1944
|
+
"svg",
|
|
1945
|
+
{
|
|
1946
|
+
style: {
|
|
1947
|
+
animation: "copilotKitSpinAnimation 1s linear infinite",
|
|
1948
|
+
color
|
|
1949
|
+
},
|
|
1950
|
+
width: "24",
|
|
1951
|
+
height: "24",
|
|
1952
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1953
|
+
fill: "none",
|
|
1954
|
+
viewBox: "0 0 24 24",
|
|
1955
|
+
children: [
|
|
1956
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
1957
|
+
"circle",
|
|
1958
|
+
{
|
|
1959
|
+
style: { opacity: 0.25 },
|
|
1960
|
+
cx: "12",
|
|
1961
|
+
cy: "12",
|
|
1962
|
+
r: "10",
|
|
1963
|
+
stroke: "currentColor",
|
|
1964
|
+
strokeWidth: "4"
|
|
1965
|
+
}
|
|
1966
|
+
),
|
|
1967
|
+
/* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
1968
|
+
"path",
|
|
1969
|
+
{
|
|
1970
|
+
style: { opacity: 0.75 },
|
|
1971
|
+
fill: "currentColor",
|
|
1972
|
+
d: "M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4zm2 5.291A7.962 7.962 0 014 12H0c0 3.042 1.135 5.824 3 7.938l3-2.647z"
|
|
1973
|
+
}
|
|
1974
|
+
)
|
|
1975
|
+
]
|
|
1976
|
+
}
|
|
1977
|
+
);
|
|
1938
1978
|
|
|
1939
1979
|
// src/components/help-modal/modal.tsx
|
|
1940
1980
|
var import_jsx_runtime19 = require("react/jsx-runtime");
|
|
1941
1981
|
function CopilotKitHelpModal() {
|
|
1942
1982
|
const [showHelpModal, setShowHelpModal] = (0, import_react9.useState)(false);
|
|
1943
1983
|
const [issueDescription, setIssueDescription] = (0, import_react9.useState)("");
|
|
1944
|
-
const
|
|
1945
|
-
|
|
1984
|
+
const [email, setEmail] = (0, import_react9.useState)("");
|
|
1985
|
+
const [emailError, setEmailError] = (0, import_react9.useState)("");
|
|
1986
|
+
const [submitting, setSubmitting] = (0, import_react9.useState)(false);
|
|
1987
|
+
const validateEmail = (email2) => {
|
|
1988
|
+
const re = /^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/;
|
|
1989
|
+
return re.test(email2);
|
|
1946
1990
|
};
|
|
1991
|
+
const handleSubmit = (e) => __async(this, null, function* () {
|
|
1992
|
+
e.preventDefault();
|
|
1993
|
+
if ((email == null ? void 0 : email.length) > 0 && !validateEmail(email)) {
|
|
1994
|
+
setEmailError("Please enter a valid email address");
|
|
1995
|
+
return;
|
|
1996
|
+
}
|
|
1997
|
+
setSubmitting(true);
|
|
1998
|
+
yield fetch("https://api.segment.io/v1/track", {
|
|
1999
|
+
method: "POST",
|
|
2000
|
+
headers: {
|
|
2001
|
+
"Content-Type": "application/json"
|
|
2002
|
+
},
|
|
2003
|
+
body: JSON.stringify({
|
|
2004
|
+
event: "oss.dev-console.help",
|
|
2005
|
+
anonymousId: window.crypto.randomUUID(),
|
|
2006
|
+
properties: { email, text: issueDescription },
|
|
2007
|
+
writeKey: "q0gQqvGYyw9pNyhIocNzefSYKGO1aiwW"
|
|
2008
|
+
})
|
|
2009
|
+
});
|
|
2010
|
+
setEmailError("");
|
|
2011
|
+
setEmail("");
|
|
2012
|
+
setIssueDescription("");
|
|
2013
|
+
setSubmitting(false);
|
|
2014
|
+
setShowHelpModal(false);
|
|
2015
|
+
});
|
|
1947
2016
|
const HelpButton = () => /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
1948
2017
|
"button",
|
|
1949
2018
|
{
|
|
@@ -1953,6 +2022,10 @@ function CopilotKitHelpModal() {
|
|
|
1953
2022
|
children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(LifeBuoyIcon, {})
|
|
1954
2023
|
}
|
|
1955
2024
|
);
|
|
2025
|
+
const submitButtonDisabled = (0, import_react9.useMemo)(
|
|
2026
|
+
() => submitting || !!emailError || issueDescription == null || (issueDescription == null ? void 0 : issueDescription.length) == 0,
|
|
2027
|
+
[submitting, emailError, issueDescription]
|
|
2028
|
+
);
|
|
1956
2029
|
return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(import_jsx_runtime19.Fragment, { children: [
|
|
1957
2030
|
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)(HelpButton, {}),
|
|
1958
2031
|
showHelpModal && /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
@@ -1991,6 +2064,52 @@ function CopilotKitHelpModal() {
|
|
|
1991
2064
|
children: "Apply for Priority Direct Slack Support"
|
|
1992
2065
|
}
|
|
1993
2066
|
) })
|
|
2067
|
+
] }),
|
|
2068
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("form", { onSubmit: handleSubmit, className: "flex flex-col space-y-2", children: [
|
|
2069
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("div", { children: [
|
|
2070
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)("label", { htmlFor: "feedback", className: "block text-sm font-medium text-gray-700 mb-1", children: "Let us know what your issue is:" }),
|
|
2071
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
2072
|
+
"textarea",
|
|
2073
|
+
{
|
|
2074
|
+
id: "feedback",
|
|
2075
|
+
rows: 4,
|
|
2076
|
+
className: "w-full px-3 py-2 text-gray-700 border rounded-lg focus:outline-none focus:border-blue-500",
|
|
2077
|
+
placeholder: "A Loom link / screen recording is always great!",
|
|
2078
|
+
onChange: (e) => setIssueDescription(e.target.value),
|
|
2079
|
+
value: issueDescription,
|
|
2080
|
+
required: true
|
|
2081
|
+
}
|
|
2082
|
+
)
|
|
2083
|
+
] }),
|
|
2084
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsxs)("div", { children: [
|
|
2085
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)("label", { htmlFor: "email", className: "block text-sm font-medium text-gray-700 mb-1", children: "Email (optional):" }),
|
|
2086
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
2087
|
+
"input",
|
|
2088
|
+
{
|
|
2089
|
+
type: "email",
|
|
2090
|
+
id: "email",
|
|
2091
|
+
className: `w-full px-3 py-2 text-gray-700 border rounded-lg focus:outline-none focus:border-blue-500 ${emailError ? "border-red-500" : ""}`,
|
|
2092
|
+
placeholder: "Enter your email for follow-up",
|
|
2093
|
+
onChange: (e) => {
|
|
2094
|
+
setEmail(e.target.value);
|
|
2095
|
+
setEmailError("");
|
|
2096
|
+
},
|
|
2097
|
+
value: email
|
|
2098
|
+
}
|
|
2099
|
+
),
|
|
2100
|
+
emailError && /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("p", { className: "text-red-500 text-sm mt-1", children: emailError })
|
|
2101
|
+
] }),
|
|
2102
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)("div", { className: "bg-gray-50 px-4 py-4 sm:px-6 sm:flex sm:flex-row-reverse rounded-b-lg", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
2103
|
+
"button",
|
|
2104
|
+
{
|
|
2105
|
+
type: "submit",
|
|
2106
|
+
onClick: handleSubmit,
|
|
2107
|
+
disabled: submitButtonDisabled,
|
|
2108
|
+
style: submitButtonDisabled ? { backgroundColor: "rgb(216, 216, 216)", color: "rgb(129, 129, 129)" } : void 0,
|
|
2109
|
+
className: "w-full inline-flex justify-center rounded-md border border-transparent shadow-sm px-4 py-2 bg-blue-500 text-base font-medium text-white hover:bg-blue-600 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-blue-500 sm:ml-3 sm:w-auto sm:text-sm disabled:shadow-none",
|
|
2110
|
+
children: submitting ? /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(LoadingSpinnerIcon, { color: "white" }) : "Submit"
|
|
2111
|
+
}
|
|
2112
|
+
) })
|
|
1994
2113
|
] })
|
|
1995
2114
|
] })
|
|
1996
2115
|
}
|