@copilotkit/react-ui 1.0.1 → 1.0.2
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 +8 -8
- package/CHANGELOG.md +10 -0
- package/package.json +4 -4
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
> @copilotkit/react-ui@1.0.
|
|
2
|
+
> @copilotkit/react-ui@1.0.2 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/css.ts, src/types/index.ts, src/types/suggestions.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
|
|
@@ -49,9 +49,9 @@
|
|
|
49
49
|
[32mESM[39m [1mdist/types/css.mjs [22m[32m32.00 B[39m
|
|
50
50
|
[32mESM[39m [1mdist/components/chat/Suggestion.mjs [22m[32m233.00 B[39m
|
|
51
51
|
[32mESM[39m [1mdist/components/chat/Textarea.mjs [22m[32m177.00 B[39m
|
|
52
|
-
[32mESM[39m [1mdist/components/chat/Window.mjs [22m[32m144.00 B[39m
|
|
53
52
|
[32mESM[39m [1mdist/components/chat/index.mjs [22m[32m946.00 B[39m
|
|
54
53
|
[32mESM[39m [1mdist/components/chat/props.mjs [22m[32m69.00 B[39m
|
|
54
|
+
[32mESM[39m [1mdist/components/chat/Window.mjs [22m[32m144.00 B[39m
|
|
55
55
|
[32mESM[39m [1mdist/components/chat/Header.mjs [22m[32m214.00 B[39m
|
|
56
56
|
[32mESM[39m [1mdist/components/chat/Icons.mjs [22m[32m515.00 B[39m
|
|
57
57
|
[32mESM[39m [1mdist/components/chat/Input.mjs [22m[32m281.00 B[39m
|
|
@@ -63,8 +63,8 @@
|
|
|
63
63
|
[32mESM[39m [1mdist/lib/utils.mjs [22m[32m885.00 B[39m
|
|
64
64
|
[32mESM[39m [1mdist/types/index.mjs [22m[32m66.00 B[39m
|
|
65
65
|
[32mESM[39m [1mdist/types/suggestions.mjs [22m[32m40.00 B[39m
|
|
66
|
-
[32mESM[39m [1mdist/components/chat/Button.mjs [22m[32m214.00 B[39m
|
|
67
66
|
[32mESM[39m [1mdist/components/chat/Chat.mjs [22m[32m627.00 B[39m
|
|
67
|
+
[32mESM[39m [1mdist/components/chat/Button.mjs [22m[32m214.00 B[39m
|
|
68
68
|
[32mESM[39m [1mdist/components/chat/ChatContext.mjs [22m[32m276.00 B[39m
|
|
69
69
|
[32mESM[39m [1mdist/components/chat/CodeBlock.mjs [22m[32m319.00 B[39m
|
|
70
70
|
[32mESM[39m [1mdist/index.mjs.map [22m[32m71.00 B[39m
|
|
@@ -106,9 +106,9 @@
|
|
|
106
106
|
[32mESM[39m [1mdist/types/css.mjs.map [22m[32m71.00 B[39m
|
|
107
107
|
[32mESM[39m [1mdist/components/chat/Suggestion.mjs.map [22m[32m71.00 B[39m
|
|
108
108
|
[32mESM[39m [1mdist/components/chat/Textarea.mjs.map [22m[32m71.00 B[39m
|
|
109
|
-
[32mESM[39m [1mdist/components/chat/Window.mjs.map [22m[32m71.00 B[39m
|
|
110
109
|
[32mESM[39m [1mdist/components/chat/index.mjs.map [22m[32m71.00 B[39m
|
|
111
110
|
[32mESM[39m [1mdist/components/chat/props.mjs.map [22m[32m71.00 B[39m
|
|
111
|
+
[32mESM[39m [1mdist/components/chat/Window.mjs.map [22m[32m71.00 B[39m
|
|
112
112
|
[32mESM[39m [1mdist/components/chat/Header.mjs.map [22m[32m71.00 B[39m
|
|
113
113
|
[32mESM[39m [1mdist/components/chat/Icons.mjs.map [22m[32m71.00 B[39m
|
|
114
114
|
[32mESM[39m [1mdist/components/chat/Input.mjs.map [22m[32m71.00 B[39m
|
|
@@ -120,11 +120,11 @@
|
|
|
120
120
|
[32mESM[39m [1mdist/lib/utils.mjs.map [22m[32m1.49 KB[39m
|
|
121
121
|
[32mESM[39m [1mdist/types/index.mjs.map [22m[32m71.00 B[39m
|
|
122
122
|
[32mESM[39m [1mdist/types/suggestions.mjs.map [22m[32m71.00 B[39m
|
|
123
|
-
[32mESM[39m [1mdist/components/chat/Button.mjs.map [22m[32m71.00 B[39m
|
|
124
123
|
[32mESM[39m [1mdist/components/chat/Chat.mjs.map [22m[32m71.00 B[39m
|
|
124
|
+
[32mESM[39m [1mdist/components/chat/Button.mjs.map [22m[32m71.00 B[39m
|
|
125
125
|
[32mESM[39m [1mdist/components/chat/ChatContext.mjs.map [22m[32m71.00 B[39m
|
|
126
126
|
[32mESM[39m [1mdist/components/chat/CodeBlock.mjs.map [22m[32m71.00 B[39m
|
|
127
|
-
[32mESM[39m ⚡️ Build success in
|
|
127
|
+
[32mESM[39m ⚡️ Build success in 287ms
|
|
128
128
|
[32mCJS[39m [1mdist/index.js [22m[32m56.68 KB[39m
|
|
129
129
|
[32mCJS[39m [1mdist/index.css [22m[32m14.41 KB[39m
|
|
130
130
|
[32mCJS[39m [1mdist/components/index.js [22m[32m55.92 KB[39m
|
|
@@ -187,9 +187,9 @@
|
|
|
187
187
|
[32mCJS[39m [1mdist/components/chat/Window.js.map [22m[32m6.76 KB[39m
|
|
188
188
|
[32mCJS[39m [1mdist/components/chat/index.js.map [22m[32m94.33 KB[39m
|
|
189
189
|
[32mCJS[39m [1mdist/components/chat/props.js.map [22m[32m1.07 KB[39m
|
|
190
|
-
[32mCJS[39m ⚡️ Build success in
|
|
190
|
+
[32mCJS[39m ⚡️ Build success in 324ms
|
|
191
191
|
[34mDTS[39m Build start
|
|
192
|
-
[32mDTS[39m ⚡️ Build success in
|
|
192
|
+
[32mDTS[39m ⚡️ Build success in 8042ms
|
|
193
193
|
[32mDTS[39m [1mdist/index.d.ts [22m[32m699.00 B[39m
|
|
194
194
|
[32mDTS[39m [1mdist/components/chat/props.d.ts [22m[32m1019.00 B[39m
|
|
195
195
|
[32mDTS[39m [1mdist/components/chat/Popup.d.ts [22m[32m1.78 KB[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# ui
|
|
2
2
|
|
|
3
|
+
## 1.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Add README.md and homepage/url to published packages
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @copilotkit/react-core@1.0.2
|
|
10
|
+
- @copilotkit/runtime-client-gql@1.0.2
|
|
11
|
+
- @copilotkit/shared@1.0.2
|
|
12
|
+
|
|
3
13
|
## 1.0.1
|
|
4
14
|
|
|
5
15
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
|
-
"version": "1.0.
|
|
7
|
+
"version": "1.0.2",
|
|
8
8
|
"sideEffects": [
|
|
9
9
|
"**/*.css"
|
|
10
10
|
],
|
|
@@ -45,9 +45,9 @@
|
|
|
45
45
|
"react-syntax-highlighter": "^15.5.0",
|
|
46
46
|
"remark-gfm": "^3.0.1",
|
|
47
47
|
"remark-math": "^5.1.1",
|
|
48
|
-
"@copilotkit/react-core": "1.0.
|
|
49
|
-
"@copilotkit/runtime-client-gql": "1.0.
|
|
50
|
-
"@copilotkit/shared": "1.0.
|
|
48
|
+
"@copilotkit/react-core": "1.0.2",
|
|
49
|
+
"@copilotkit/runtime-client-gql": "1.0.2",
|
|
50
|
+
"@copilotkit/shared": "1.0.2"
|
|
51
51
|
},
|
|
52
52
|
"scripts": {
|
|
53
53
|
"build": "tsup --clean",
|