@copilotkit/react-ui 0.36.0-mme-pre.3 → 0.36.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/.turbo/turbo-build.log +4 -4
- package/CHANGELOG.md +6 -28
- package/package.json +6 -6
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @copilotkit/react-ui@0.36.0
|
|
2
|
+
> @copilotkit/react-ui@0.36.0 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/react-ui
|
|
3
3
|
> tsup --clean
|
|
4
4
|
|
|
5
5
|
[34mCLI[39m Building entry: src/index.tsx, src/components/index.ts, src/context/index.ts, src/hooks/index.ts, src/hooks/use-copilot-chat-suggestions.tsx, src/hooks/use-copy-to-clipboard.tsx, src/hooks/use-push-to-talk.tsx, src/lib/utils.test.ts, src/lib/utils.ts, src/types/index.ts, src/types/suggestions.ts, src/types/types.ts, src/components/chat/Button.tsx, src/components/chat/Chat.tsx, src/components/chat/ChatContext.tsx, src/components/chat/CodeBlock.tsx, src/components/chat/Header.tsx, src/components/chat/Icons.tsx, src/components/chat/Input.tsx, src/components/chat/Markdown.tsx, src/components/chat/Messages.tsx, src/components/chat/Modal.tsx, src/components/chat/Popup.tsx, src/components/chat/Response.tsx, src/components/chat/Sidebar.tsx, src/components/chat/Suggestion.tsx, src/components/chat/Textarea.tsx, src/components/chat/Window.tsx, src/components/chat/index.tsx, src/components/chat/props.ts
|
|
@@ -128,7 +128,7 @@ Browserslist: caniuse-lite is outdated. Please run:
|
|
|
128
128
|
[32mESM[39m [1mdist/components/chat/Chat.mjs.map [22m[32m71.00 B[39m
|
|
129
129
|
[32mESM[39m [1mdist/components/chat/ChatContext.mjs.map [22m[32m71.00 B[39m
|
|
130
130
|
[32mESM[39m [1mdist/components/chat/CodeBlock.mjs.map [22m[32m71.00 B[39m
|
|
131
|
-
[32mESM[39m ⚡️ Build success in
|
|
131
|
+
[32mESM[39m ⚡️ Build success in 1715ms
|
|
132
132
|
[32mCJS[39m [1mdist/index.js [22m[32m56.14 KB[39m
|
|
133
133
|
[32mCJS[39m [1mdist/index.css [22m[32m22.07 KB[39m
|
|
134
134
|
[32mCJS[39m [1mdist/components/index.js [22m[32m55.38 KB[39m
|
|
@@ -191,8 +191,8 @@ Browserslist: caniuse-lite is outdated. Please run:
|
|
|
191
191
|
[32mCJS[39m [1mdist/components/chat/Window.js.map [22m[32m6.76 KB[39m
|
|
192
192
|
[32mCJS[39m [1mdist/components/chat/index.js.map [22m[32m94.00 KB[39m
|
|
193
193
|
[32mCJS[39m [1mdist/components/chat/props.js.map [22m[32m1.06 KB[39m
|
|
194
|
-
[32mCJS[39m ⚡️ Build success in
|
|
195
|
-
[32mDTS[39m ⚡️ Build success in
|
|
194
|
+
[32mCJS[39m ⚡️ Build success in 1747ms
|
|
195
|
+
[32mDTS[39m ⚡️ Build success in 8201ms
|
|
196
196
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m629.00 B[39m
|
|
197
197
|
[32mDTS[39m [1mdist/components/chat/props.d.ts [22m[32m1007.00 B[39m
|
|
198
198
|
[32mDTS[39m [1mdist/components/chat/Popup.d.ts [22m[32m1.77 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,40 +1,18 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
-
## 0.36.0
|
|
3
|
+
## 0.36.0
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
7
|
-
-
|
|
7
|
+
- 8baa862: Add push to talk prototype
|
|
8
|
+
- chat suggestions, standalone chat component, gemini adapter, push to talk
|
|
8
9
|
|
|
9
10
|
### Patch Changes
|
|
10
11
|
|
|
12
|
+
- Updated dependencies [8baa862]
|
|
11
13
|
- Updated dependencies
|
|
12
|
-
- @copilotkit/react-core@0.36.0
|
|
13
|
-
- @copilotkit/shared@0.36.0
|
|
14
|
-
|
|
15
|
-
## 0.36.0-mme-pre.2
|
|
16
|
-
|
|
17
|
-
### Minor Changes
|
|
18
|
-
|
|
19
|
-
- Fix sidebar layout
|
|
20
|
-
|
|
21
|
-
### Patch Changes
|
|
22
|
-
|
|
23
|
-
- Updated dependencies
|
|
24
|
-
- @copilotkit/react-core@0.36.0-mme-pre.2
|
|
25
|
-
- @copilotkit/shared@0.36.0-mme-pre.2
|
|
26
|
-
|
|
27
|
-
## 0.36.0-mme-pre.1
|
|
28
|
-
|
|
29
|
-
### Minor Changes
|
|
30
|
-
|
|
31
|
-
- Pre: CopilotChat, useCopilotChatSuggestions
|
|
32
|
-
|
|
33
|
-
### Patch Changes
|
|
34
|
-
|
|
35
|
-
- Updated dependencies
|
|
36
|
-
- @copilotkit/react-core@0.36.0-mme-pre.1
|
|
37
|
-
- @copilotkit/shared@0.36.0-mme-pre.1
|
|
14
|
+
- @copilotkit/react-core@0.36.0
|
|
15
|
+
- @copilotkit/shared@0.36.0
|
|
38
16
|
|
|
39
17
|
## 0.36.0-mme-push-to-talk.0
|
|
40
18
|
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "0.36.0
|
|
7
|
+
"version": "0.36.0",
|
|
8
8
|
"sideEffects": [
|
|
9
9
|
"**/*.css"
|
|
10
10
|
],
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
"ts-jest": "^29.1.1",
|
|
36
36
|
"tsup": "^6.7.0",
|
|
37
37
|
"typescript": "^5.2.3",
|
|
38
|
-
"eslint-config-custom": "0.11.0
|
|
39
|
-
"tailwind-config": "0.10.0
|
|
40
|
-
"tsconfig": "0.15.0
|
|
38
|
+
"eslint-config-custom": "0.11.0",
|
|
39
|
+
"tailwind-config": "0.10.0",
|
|
40
|
+
"tsconfig": "0.15.0"
|
|
41
41
|
},
|
|
42
42
|
"dependencies": {
|
|
43
43
|
"nanoid": "^4.0.2",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"react-syntax-highlighter": "^15.5.0",
|
|
46
46
|
"remark-gfm": "^3.0.1",
|
|
47
47
|
"remark-math": "^5.1.1",
|
|
48
|
-
"@copilotkit/shared": "0.36.0
|
|
49
|
-
"@copilotkit/react-core": "0.36.0
|
|
48
|
+
"@copilotkit/shared": "0.36.0",
|
|
49
|
+
"@copilotkit/react-core": "0.36.0"
|
|
50
50
|
},
|
|
51
51
|
"scripts": {
|
|
52
52
|
"build": "tsup --clean",
|