@copilotkit/react-textarea 1.50.1-next.3 → 1.50.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 +13 -0
- package/dist/{chunk-IQ3MZE5N.mjs → chunk-3IYQPSQV.mjs} +2 -2
- package/dist/{chunk-FFYCP5ZP.mjs → chunk-E4O6GBR5.mjs} +4 -4
- package/dist/components/base-copilot-textarea/base-copilot-textarea.mjs +2 -2
- package/dist/components/copilot-textarea/copilot-textarea.mjs +3 -3
- package/dist/components/index.mjs +3 -3
- package/dist/index.mjs +3 -3
- package/package.json +4 -4
- /package/dist/{chunk-IQ3MZE5N.mjs.map → chunk-3IYQPSQV.mjs.map} +0 -0
- /package/dist/{chunk-FFYCP5ZP.mjs.map → chunk-E4O6GBR5.mjs.map} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
+
## 1.50.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 80dffec: Updated the default model and API version for the Google GenAI adapter
|
|
8
|
+
- Updated dependencies [bdc7a8f]
|
|
9
|
+
- Updated dependencies [80dffec]
|
|
10
|
+
- Updated dependencies [cfa4185]
|
|
11
|
+
- Updated dependencies [eac8b20]
|
|
12
|
+
- @copilotkit/react-core@1.50.1
|
|
13
|
+
- @copilotkit/runtime-client-gql@1.50.1
|
|
14
|
+
- @copilotkit/shared@1.50.1
|
|
15
|
+
|
|
3
16
|
## 1.50.1-next.3
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -9,7 +9,7 @@ import {
|
|
|
9
9
|
} from "./chunk-6SGWO63I.mjs";
|
|
10
10
|
import {
|
|
11
11
|
BaseCopilotTextarea
|
|
12
|
-
} from "./chunk-
|
|
12
|
+
} from "./chunk-E4O6GBR5.mjs";
|
|
13
13
|
import {
|
|
14
14
|
__objRest,
|
|
15
15
|
__spreadProps,
|
|
@@ -57,4 +57,4 @@ var CopilotTextarea = React.forwardRef(
|
|
|
57
57
|
export {
|
|
58
58
|
CopilotTextarea
|
|
59
59
|
};
|
|
60
|
-
//# sourceMappingURL=chunk-
|
|
60
|
+
//# sourceMappingURL=chunk-3IYQPSQV.mjs.map
|
|
@@ -16,6 +16,9 @@ import {
|
|
|
16
16
|
import {
|
|
17
17
|
replaceEditorText
|
|
18
18
|
} from "./chunk-5UNJXFUO.mjs";
|
|
19
|
+
import {
|
|
20
|
+
TrackerTextEditedSinceLastCursorMovement
|
|
21
|
+
} from "./chunk-JLOABKLH.mjs";
|
|
19
22
|
import {
|
|
20
23
|
useAddBrandingCss
|
|
21
24
|
} from "./chunk-7LSRNPNI.mjs";
|
|
@@ -35,9 +38,6 @@ import {
|
|
|
35
38
|
import {
|
|
36
39
|
makeRenderPlaceholderFunction
|
|
37
40
|
} from "./chunk-3QJOFG3V.mjs";
|
|
38
|
-
import {
|
|
39
|
-
TrackerTextEditedSinceLastCursorMovement
|
|
40
|
-
} from "./chunk-JLOABKLH.mjs";
|
|
41
41
|
import {
|
|
42
42
|
getFullEditorTextWithNewlines,
|
|
43
43
|
getTextAroundCollapsedCursor
|
|
@@ -266,4 +266,4 @@ function makeSemiFakeReactTextAreaEvent(currentText) {
|
|
|
266
266
|
export {
|
|
267
267
|
BaseCopilotTextarea
|
|
268
268
|
};
|
|
269
|
-
//# sourceMappingURL=chunk-
|
|
269
|
+
//# sourceMappingURL=chunk-E4O6GBR5.mjs.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
BaseCopilotTextarea
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-E4O6GBR5.mjs";
|
|
4
4
|
import "../../chunk-2C7O2EVM.mjs";
|
|
5
5
|
import "../../chunk-GQN2HYFJ.mjs";
|
|
6
6
|
import "../../chunk-23Q6A46J.mjs";
|
|
@@ -9,6 +9,7 @@ import "../../chunk-DRV2FOHZ.mjs";
|
|
|
9
9
|
import "../../chunk-4NHVQZ67.mjs";
|
|
10
10
|
import "../../chunk-QJNFNPWH.mjs";
|
|
11
11
|
import "../../chunk-5UNJXFUO.mjs";
|
|
12
|
+
import "../../chunk-JLOABKLH.mjs";
|
|
12
13
|
import "../../chunk-7LSRNPNI.mjs";
|
|
13
14
|
import "../../chunk-72GJNLCO.mjs";
|
|
14
15
|
import "../../chunk-L7VVZH4Q.mjs";
|
|
@@ -29,7 +30,6 @@ import "../../chunk-WJHSY5T6.mjs";
|
|
|
29
30
|
import "../../chunk-F6RLSVG3.mjs";
|
|
30
31
|
import "../../chunk-F2ULK22F.mjs";
|
|
31
32
|
import "../../chunk-3QJOFG3V.mjs";
|
|
32
|
-
import "../../chunk-JLOABKLH.mjs";
|
|
33
33
|
import "../../chunk-DFTV4TST.mjs";
|
|
34
34
|
import "../../chunk-T6MTDQZ7.mjs";
|
|
35
35
|
import "../../chunk-ECR45NSD.mjs";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
CopilotTextarea
|
|
3
|
-
} from "../../chunk-
|
|
3
|
+
} from "../../chunk-3IYQPSQV.mjs";
|
|
4
4
|
import "../../chunk-ZQSEYPNN.mjs";
|
|
5
5
|
import "../../chunk-DL3JWL2E.mjs";
|
|
6
6
|
import "../../chunk-RUV6NBIF.mjs";
|
|
@@ -8,7 +8,7 @@ import "../../chunk-6SGWO63I.mjs";
|
|
|
8
8
|
import "../../chunk-MCNXIA4Q.mjs";
|
|
9
9
|
import "../../chunk-QFXR6DOA.mjs";
|
|
10
10
|
import "../../chunk-EJGGLWWR.mjs";
|
|
11
|
-
import "../../chunk-
|
|
11
|
+
import "../../chunk-E4O6GBR5.mjs";
|
|
12
12
|
import "../../chunk-2C7O2EVM.mjs";
|
|
13
13
|
import "../../chunk-GQN2HYFJ.mjs";
|
|
14
14
|
import "../../chunk-23Q6A46J.mjs";
|
|
@@ -17,6 +17,7 @@ import "../../chunk-DRV2FOHZ.mjs";
|
|
|
17
17
|
import "../../chunk-4NHVQZ67.mjs";
|
|
18
18
|
import "../../chunk-QJNFNPWH.mjs";
|
|
19
19
|
import "../../chunk-5UNJXFUO.mjs";
|
|
20
|
+
import "../../chunk-JLOABKLH.mjs";
|
|
20
21
|
import "../../chunk-7LSRNPNI.mjs";
|
|
21
22
|
import "../../chunk-72GJNLCO.mjs";
|
|
22
23
|
import "../../chunk-L7VVZH4Q.mjs";
|
|
@@ -37,7 +38,6 @@ import "../../chunk-WJHSY5T6.mjs";
|
|
|
37
38
|
import "../../chunk-F6RLSVG3.mjs";
|
|
38
39
|
import "../../chunk-F2ULK22F.mjs";
|
|
39
40
|
import "../../chunk-3QJOFG3V.mjs";
|
|
40
|
-
import "../../chunk-JLOABKLH.mjs";
|
|
41
41
|
import "../../chunk-DFTV4TST.mjs";
|
|
42
42
|
import "../../chunk-T6MTDQZ7.mjs";
|
|
43
43
|
import "../../chunk-ECR45NSD.mjs";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../chunk-MMVDU6DF.mjs";
|
|
2
2
|
import {
|
|
3
3
|
CopilotTextarea
|
|
4
|
-
} from "../chunk-
|
|
4
|
+
} from "../chunk-3IYQPSQV.mjs";
|
|
5
5
|
import "../chunk-ZQSEYPNN.mjs";
|
|
6
6
|
import "../chunk-DL3JWL2E.mjs";
|
|
7
7
|
import "../chunk-RUV6NBIF.mjs";
|
|
@@ -11,7 +11,7 @@ import "../chunk-QFXR6DOA.mjs";
|
|
|
11
11
|
import "../chunk-EJGGLWWR.mjs";
|
|
12
12
|
import {
|
|
13
13
|
BaseCopilotTextarea
|
|
14
|
-
} from "../chunk-
|
|
14
|
+
} from "../chunk-E4O6GBR5.mjs";
|
|
15
15
|
import "../chunk-2C7O2EVM.mjs";
|
|
16
16
|
import "../chunk-GQN2HYFJ.mjs";
|
|
17
17
|
import "../chunk-23Q6A46J.mjs";
|
|
@@ -20,6 +20,7 @@ import "../chunk-DRV2FOHZ.mjs";
|
|
|
20
20
|
import "../chunk-4NHVQZ67.mjs";
|
|
21
21
|
import "../chunk-QJNFNPWH.mjs";
|
|
22
22
|
import "../chunk-5UNJXFUO.mjs";
|
|
23
|
+
import "../chunk-JLOABKLH.mjs";
|
|
23
24
|
import "../chunk-7LSRNPNI.mjs";
|
|
24
25
|
import "../chunk-72GJNLCO.mjs";
|
|
25
26
|
import "../chunk-L7VVZH4Q.mjs";
|
|
@@ -40,7 +41,6 @@ import "../chunk-WJHSY5T6.mjs";
|
|
|
40
41
|
import "../chunk-F6RLSVG3.mjs";
|
|
41
42
|
import "../chunk-F2ULK22F.mjs";
|
|
42
43
|
import "../chunk-3QJOFG3V.mjs";
|
|
43
|
-
import "../chunk-JLOABKLH.mjs";
|
|
44
44
|
import "../chunk-DFTV4TST.mjs";
|
|
45
45
|
import "../chunk-T6MTDQZ7.mjs";
|
|
46
46
|
import "../chunk-ECR45NSD.mjs";
|
package/dist/index.mjs
CHANGED
|
@@ -4,7 +4,7 @@ import "./chunk-WADHCMPK.mjs";
|
|
|
4
4
|
import "./chunk-MMVDU6DF.mjs";
|
|
5
5
|
import {
|
|
6
6
|
CopilotTextarea
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-3IYQPSQV.mjs";
|
|
8
8
|
import "./chunk-ZQSEYPNN.mjs";
|
|
9
9
|
import "./chunk-DL3JWL2E.mjs";
|
|
10
10
|
import "./chunk-RUV6NBIF.mjs";
|
|
@@ -16,7 +16,7 @@ import "./chunk-QFXR6DOA.mjs";
|
|
|
16
16
|
import "./chunk-EJGGLWWR.mjs";
|
|
17
17
|
import {
|
|
18
18
|
BaseCopilotTextarea
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-E4O6GBR5.mjs";
|
|
20
20
|
import "./chunk-2C7O2EVM.mjs";
|
|
21
21
|
import "./chunk-GQN2HYFJ.mjs";
|
|
22
22
|
import "./chunk-23Q6A46J.mjs";
|
|
@@ -25,6 +25,7 @@ import "./chunk-DRV2FOHZ.mjs";
|
|
|
25
25
|
import "./chunk-4NHVQZ67.mjs";
|
|
26
26
|
import "./chunk-QJNFNPWH.mjs";
|
|
27
27
|
import "./chunk-5UNJXFUO.mjs";
|
|
28
|
+
import "./chunk-JLOABKLH.mjs";
|
|
28
29
|
import "./chunk-7LSRNPNI.mjs";
|
|
29
30
|
import "./chunk-72GJNLCO.mjs";
|
|
30
31
|
import "./chunk-L7VVZH4Q.mjs";
|
|
@@ -47,7 +48,6 @@ import {
|
|
|
47
48
|
} from "./chunk-F6RLSVG3.mjs";
|
|
48
49
|
import "./chunk-F2ULK22F.mjs";
|
|
49
50
|
import "./chunk-3QJOFG3V.mjs";
|
|
50
|
-
import "./chunk-JLOABKLH.mjs";
|
|
51
51
|
import "./chunk-IU3WTXLQ.mjs";
|
|
52
52
|
import "./chunk-H4VKQGVU.mjs";
|
|
53
53
|
import "./chunk-DFTV4TST.mjs";
|
package/package.json
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"publishConfig": {
|
|
10
10
|
"access": "public"
|
|
11
11
|
},
|
|
12
|
-
"version": "1.50.1
|
|
12
|
+
"version": "1.50.1",
|
|
13
13
|
"sideEffects": [
|
|
14
14
|
"**/*.css"
|
|
15
15
|
],
|
|
@@ -68,9 +68,9 @@
|
|
|
68
68
|
"slate-history": "^0.93.0",
|
|
69
69
|
"slate-react": "^0.98.1",
|
|
70
70
|
"tailwind-merge": "^1.13.2",
|
|
71
|
-
"@copilotkit/react-core": "1.50.1
|
|
72
|
-
"@copilotkit/runtime-client-gql": "1.50.1
|
|
73
|
-
"@copilotkit/shared": "1.50.1
|
|
71
|
+
"@copilotkit/react-core": "1.50.1",
|
|
72
|
+
"@copilotkit/runtime-client-gql": "1.50.1",
|
|
73
|
+
"@copilotkit/shared": "1.50.1"
|
|
74
74
|
},
|
|
75
75
|
"keywords": [
|
|
76
76
|
"copilotkit",
|
|
File without changes
|
|
File without changes
|