@copilotkit/react-core 1.57.4 → 1.58.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/{copilotkit-CC8DjOiC.mjs → copilotkit-BIn7HE8f.mjs} +2 -2
- package/dist/{copilotkit-CC8DjOiC.mjs.map → copilotkit-BIn7HE8f.mjs.map} +1 -1
- package/dist/{copilotkit-CtXcs1ea.cjs → copilotkit-Drw-g6zA.cjs} +2 -2
- package/dist/{copilotkit-CtXcs1ea.cjs.map → copilotkit-Drw-g6zA.cjs.map} +1 -1
- package/dist/index.cjs +3 -77
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/dist/index.mjs +3 -77
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +3 -77
- package/dist/index.umd.js.map +1 -1
- package/dist/v2/index.cjs +1 -1
- package/dist/v2/index.mjs +1 -1
- package/dist/v2/index.umd.js +1 -1
- package/dist/v2/index.umd.js.map +1 -1
- package/package.json +6 -6
|
@@ -8789,7 +8789,7 @@ const getErrorActions = (error) => {
|
|
|
8789
8789
|
switch (error.code) {
|
|
8790
8790
|
case _copilotkit_shared.CopilotKitErrorCode.MISSING_PUBLIC_API_KEY_ERROR: return { primary: {
|
|
8791
8791
|
label: "Show me how",
|
|
8792
|
-
onClick: () => window.open("https://docs.copilotkit.ai/premium#
|
|
8792
|
+
onClick: () => window.open("https://docs.copilotkit.ai/premium/overview#getting-access", "_blank", "noopener,noreferrer")
|
|
8793
8793
|
} };
|
|
8794
8794
|
case _copilotkit_shared.CopilotKitErrorCode.UPGRADE_REQUIRED_ERROR: return { primary: {
|
|
8795
8795
|
label: "Upgrade",
|
|
@@ -10426,4 +10426,4 @@ Object.defineProperty(exports, 'useToast', {
|
|
|
10426
10426
|
return useToast;
|
|
10427
10427
|
}
|
|
10428
10428
|
});
|
|
10429
|
-
//# sourceMappingURL=copilotkit-
|
|
10429
|
+
//# sourceMappingURL=copilotkit-Drw-g6zA.cjs.map
|