@copilotkit/react-textarea 1.8.5-next.1 → 1.8.5-next.3
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 +17 -0
- package/dist/{chunk-GDGC6RD4.mjs → chunk-BNBGJBBM.mjs} +2 -2
- package/dist/{chunk-C5WZ6EUA.mjs → chunk-MGYT7RNL.mjs} +4 -4
- package/dist/components/copilot-textarea/copilot-textarea.mjs +3 -3
- package/dist/components/index.mjs +3 -3
- package/dist/index.mjs +4 -4
- package/dist/types/autosuggestions-config/autosuggestions-config.mjs +2 -2
- package/dist/types/autosuggestions-config/index.mjs +2 -2
- package/dist/types/index.mjs +2 -2
- package/package.json +4 -4
- /package/dist/{chunk-GDGC6RD4.mjs.map → chunk-BNBGJBBM.mjs.map} +0 -0
- /package/dist/{chunk-C5WZ6EUA.mjs.map → chunk-MGYT7RNL.mjs.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
+
## 1.8.5-next.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [77a7457]
|
|
8
|
+
- @copilotkit/react-core@1.8.5-next.3
|
|
9
|
+
- @copilotkit/runtime-client-gql@1.8.5-next.3
|
|
10
|
+
- @copilotkit/shared@1.8.5-next.3
|
|
11
|
+
|
|
12
|
+
## 1.8.5-next.2
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- @copilotkit/react-core@1.8.5-next.2
|
|
17
|
+
- @copilotkit/runtime-client-gql@1.8.5-next.2
|
|
18
|
+
- @copilotkit/shared@1.8.5-next.2
|
|
19
|
+
|
|
3
20
|
## 1.8.5-next.1
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
} from "./chunk-F6GMWOLE.mjs";
|
|
7
7
|
import {
|
|
8
8
|
defaultAutosuggestionsConfig
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-MGYT7RNL.mjs";
|
|
10
10
|
import {
|
|
11
11
|
BaseCopilotTextarea
|
|
12
12
|
} from "./chunk-PZYM7K4Y.mjs";
|
|
@@ -57,4 +57,4 @@ var CopilotTextarea = React.forwardRef(
|
|
|
57
57
|
export {
|
|
58
58
|
CopilotTextarea
|
|
59
59
|
};
|
|
60
|
-
//# sourceMappingURL=chunk-
|
|
60
|
+
//# sourceMappingURL=chunk-BNBGJBBM.mjs.map
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
+
import {
|
|
2
|
+
defaultEditingApiConfig
|
|
3
|
+
} from "./chunk-EJGGLWWR.mjs";
|
|
1
4
|
import {
|
|
2
5
|
defaultInsertionsApiConfig
|
|
3
6
|
} from "./chunk-MCNXIA4Q.mjs";
|
|
4
7
|
import {
|
|
5
8
|
defaultSuggestionsApiConfig
|
|
6
9
|
} from "./chunk-QFXR6DOA.mjs";
|
|
7
|
-
import {
|
|
8
|
-
defaultEditingApiConfig
|
|
9
|
-
} from "./chunk-EJGGLWWR.mjs";
|
|
10
10
|
import {
|
|
11
11
|
defaultBaseAutosuggestionsConfig
|
|
12
12
|
} from "./chunk-4CVSOOJY.mjs";
|
|
@@ -29,4 +29,4 @@ var defaultAutosuggestionsConfig = __spreadProps(__spreadValues({}, defaultBaseA
|
|
|
29
29
|
export {
|
|
30
30
|
defaultAutosuggestionsConfig
|
|
31
31
|
};
|
|
32
|
-
//# sourceMappingURL=chunk-
|
|
32
|
+
//# sourceMappingURL=chunk-MGYT7RNL.mjs.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import {
|
|
2
2
|
CopilotTextarea
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-BNBGJBBM.mjs";
|
|
4
4
|
import "../../chunk-RXV67GJN.mjs";
|
|
5
5
|
import "../../chunk-F6GMWOLE.mjs";
|
|
6
6
|
import "../../chunk-RUV6NBIF.mjs";
|
|
7
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-MGYT7RNL.mjs";
|
|
8
|
+
import "../../chunk-EJGGLWWR.mjs";
|
|
8
9
|
import "../../chunk-MCNXIA4Q.mjs";
|
|
9
10
|
import "../../chunk-QFXR6DOA.mjs";
|
|
10
|
-
import "../../chunk-EJGGLWWR.mjs";
|
|
11
11
|
import "../../chunk-PZYM7K4Y.mjs";
|
|
12
12
|
import "../../chunk-2C7O2EVM.mjs";
|
|
13
13
|
import "../../chunk-GQN2HYFJ.mjs";
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import "../chunk-MMVDU6DF.mjs";
|
|
2
2
|
import {
|
|
3
3
|
CopilotTextarea
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-BNBGJBBM.mjs";
|
|
5
5
|
import "../chunk-RXV67GJN.mjs";
|
|
6
6
|
import "../chunk-F6GMWOLE.mjs";
|
|
7
7
|
import "../chunk-RUV6NBIF.mjs";
|
|
8
|
-
import "../chunk-
|
|
8
|
+
import "../chunk-MGYT7RNL.mjs";
|
|
9
|
+
import "../chunk-EJGGLWWR.mjs";
|
|
9
10
|
import "../chunk-MCNXIA4Q.mjs";
|
|
10
11
|
import "../chunk-QFXR6DOA.mjs";
|
|
11
|
-
import "../chunk-EJGGLWWR.mjs";
|
|
12
12
|
import {
|
|
13
13
|
BaseCopilotTextarea
|
|
14
14
|
} from "../chunk-PZYM7K4Y.mjs";
|
package/dist/index.mjs
CHANGED
|
@@ -4,16 +4,16 @@ import "./chunk-WADHCMPK.mjs";
|
|
|
4
4
|
import "./chunk-MMVDU6DF.mjs";
|
|
5
5
|
import {
|
|
6
6
|
CopilotTextarea
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-BNBGJBBM.mjs";
|
|
8
8
|
import "./chunk-RXV67GJN.mjs";
|
|
9
9
|
import "./chunk-F6GMWOLE.mjs";
|
|
10
10
|
import "./chunk-RUV6NBIF.mjs";
|
|
11
11
|
import {
|
|
12
12
|
defaultAutosuggestionsConfig
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-MGYT7RNL.mjs";
|
|
14
|
+
import "./chunk-EJGGLWWR.mjs";
|
|
14
15
|
import "./chunk-MCNXIA4Q.mjs";
|
|
15
16
|
import "./chunk-QFXR6DOA.mjs";
|
|
16
|
-
import "./chunk-EJGGLWWR.mjs";
|
|
17
17
|
import {
|
|
18
18
|
BaseCopilotTextarea
|
|
19
19
|
} from "./chunk-PZYM7K4Y.mjs";
|
|
@@ -48,8 +48,8 @@ import {
|
|
|
48
48
|
} from "./chunk-4CVSOOJY.mjs";
|
|
49
49
|
import "./chunk-7L6GIHDM.mjs";
|
|
50
50
|
import "./chunk-XW3ICO4S.mjs";
|
|
51
|
-
import "./chunk-H4VKQGVU.mjs";
|
|
52
51
|
import "./chunk-IU3WTXLQ.mjs";
|
|
52
|
+
import "./chunk-H4VKQGVU.mjs";
|
|
53
53
|
import "./chunk-DFTV4TST.mjs";
|
|
54
54
|
import "./chunk-T6MTDQZ7.mjs";
|
|
55
55
|
import "./chunk-ECR45NSD.mjs";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
2
|
defaultAutosuggestionsConfig
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-MGYT7RNL.mjs";
|
|
4
|
+
import "../../chunk-EJGGLWWR.mjs";
|
|
4
5
|
import "../../chunk-MCNXIA4Q.mjs";
|
|
5
6
|
import "../../chunk-QFXR6DOA.mjs";
|
|
6
|
-
import "../../chunk-EJGGLWWR.mjs";
|
|
7
7
|
import "../../chunk-WJHSY5T6.mjs";
|
|
8
8
|
import "../../chunk-4CVSOOJY.mjs";
|
|
9
9
|
import "../../chunk-MRXNTQOX.mjs";
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import "../../chunk-RUV6NBIF.mjs";
|
|
2
2
|
import {
|
|
3
3
|
defaultAutosuggestionsConfig
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-MGYT7RNL.mjs";
|
|
5
|
+
import "../../chunk-EJGGLWWR.mjs";
|
|
5
6
|
import "../../chunk-MCNXIA4Q.mjs";
|
|
6
7
|
import "../../chunk-QFXR6DOA.mjs";
|
|
7
|
-
import "../../chunk-EJGGLWWR.mjs";
|
|
8
8
|
import "../../chunk-WJHSY5T6.mjs";
|
|
9
9
|
import "../../chunk-4CVSOOJY.mjs";
|
|
10
10
|
import "../../chunk-MRXNTQOX.mjs";
|
package/dist/types/index.mjs
CHANGED
|
@@ -3,10 +3,10 @@ import "../chunk-WADHCMPK.mjs";
|
|
|
3
3
|
import "../chunk-RUV6NBIF.mjs";
|
|
4
4
|
import {
|
|
5
5
|
defaultAutosuggestionsConfig
|
|
6
|
-
} from "../chunk-
|
|
6
|
+
} from "../chunk-MGYT7RNL.mjs";
|
|
7
|
+
import "../chunk-EJGGLWWR.mjs";
|
|
7
8
|
import "../chunk-MCNXIA4Q.mjs";
|
|
8
9
|
import "../chunk-QFXR6DOA.mjs";
|
|
9
|
-
import "../chunk-EJGGLWWR.mjs";
|
|
10
10
|
import "../chunk-WJHSY5T6.mjs";
|
|
11
11
|
import {
|
|
12
12
|
defaultBaseAutosuggestionsConfig
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
|
-
"version": "1.8.5-next.
|
|
12
|
+
"version": "1.8.5-next.3",
|
|
13
13
|
"sideEffects": [
|
|
14
14
|
"**/*.css"
|
|
15
15
|
],
|
|
@@ -67,9 +67,9 @@
|
|
|
67
67
|
"slate-history": "^0.93.0",
|
|
68
68
|
"slate-react": "^0.98.1",
|
|
69
69
|
"tailwind-merge": "^1.13.2",
|
|
70
|
-
"@copilotkit/
|
|
71
|
-
"@copilotkit/
|
|
72
|
-
"@copilotkit/
|
|
70
|
+
"@copilotkit/runtime-client-gql": "1.8.5-next.3",
|
|
71
|
+
"@copilotkit/shared": "1.8.5-next.3",
|
|
72
|
+
"@copilotkit/react-core": "1.8.5-next.3"
|
|
73
73
|
},
|
|
74
74
|
"keywords": [
|
|
75
75
|
"copilotkit",
|
|
File without changes
|
|
File without changes
|