@copilotkit/react-ui 0.37.0 → 0.38.0-mme-pre.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @copilotkit/react-ui@0.37.0 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/react-ui
2
+ > @copilotkit/react-ui@0.38.0-mme-pre.1 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/react-ui
3
3
  > tsup --clean
4
4
 
5
5
  CLI 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/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
@@ -126,7 +126,7 @@
126
126
  ESM dist/components/chat/Button.mjs.map 71.00 B
127
127
  ESM dist/components/chat/Chat.mjs.map 71.00 B
128
128
  ESM dist/components/chat/ChatContext.mjs.map 71.00 B
129
- ESM ⚡️ Build success in 228ms
129
+ ESM ⚡️ Build success in 330ms
130
130
  CJS dist/index.js 56.36 KB
131
131
  CJS dist/index.css 14.41 KB
132
132
  CJS dist/components/index.js 55.59 KB
@@ -162,8 +162,8 @@
162
162
  CJS dist/index.js.map 97.86 KB
163
163
  CJS dist/index.css.map 18.25 KB
164
164
  CJS dist/components/index.js.map 94.03 KB
165
- CJS dist/hooks/index.js.map 3.89 KB
166
165
  CJS dist/context/index.js.map 139.00 B
166
+ CJS dist/hooks/index.js.map 3.89 KB
167
167
  CJS dist/hooks/use-copilot-chat-suggestions.js.map 3.80 KB
168
168
  CJS dist/hooks/use-copy-to-clipboard.js.map 1.21 KB
169
169
  CJS dist/hooks/use-push-to-talk.js.map 8.50 KB
@@ -176,24 +176,24 @@
176
176
  CJS dist/components/chat/Button.js.map 5.47 KB
177
177
  CJS dist/components/chat/Chat.js.map 76.13 KB
178
178
  CJS dist/components/chat/ChatContext.js.map 13.87 KB
179
- CJS dist/components/chat/Header.js.map 5.11 KB
180
179
  CJS dist/components/chat/CodeBlock.js.map 24.33 KB
180
+ CJS dist/components/chat/Header.js.map 5.11 KB
181
181
  CJS dist/components/chat/Icons.js.map 10.27 KB
182
182
  CJS dist/components/chat/Input.js.map 19.36 KB
183
183
  CJS dist/components/chat/Markdown.js.map 27.58 KB
184
184
  CJS dist/components/chat/Messages.js.map 40.73 KB
185
185
  CJS dist/components/chat/Modal.js.map 88.94 KB
186
- CJS dist/components/chat/Response.js.map 5.19 KB
187
186
  CJS dist/components/chat/Popup.js.map 91.00 KB
187
+ CJS dist/components/chat/Response.js.map 5.19 KB
188
+ CJS dist/components/chat/Sidebar.js.map 91.95 KB
188
189
  CJS dist/components/chat/Suggestion.js.map 12.87 KB
189
190
  CJS dist/components/chat/Textarea.js.map 2.83 KB
190
191
  CJS dist/components/chat/Window.js.map 6.76 KB
191
- CJS dist/components/chat/Sidebar.js.map 91.95 KB
192
- CJS dist/components/chat/props.js.map 1.06 KB
193
192
  CJS dist/components/chat/index.js.map 94.27 KB
194
- CJS ⚡️ Build success in 302ms
193
+ CJS dist/components/chat/props.js.map 1.06 KB
194
+ CJS ⚡️ Build success in 376ms
195
195
  DTS Build start
196
- DTS ⚡️ Build success in 8010ms
196
+ DTS ⚡️ Build success in 7705ms
197
197
  DTS dist/index.d.ts 687.00 B
198
198
  DTS dist/components/chat/props.d.ts 1007.00 B
199
199
  DTS dist/components/chat/Popup.d.ts 1.77 KB
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # ui
2
2
 
3
+ ## 0.38.0-mme-pre.1
4
+
5
+ ### Minor Changes
6
+
7
+ - Add debug mode
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @copilotkit/react-core@0.38.0-mme-pre.1
13
+ - @copilotkit/shared@0.38.0-mme-pre.1
14
+
15
+ ## 0.38.0-mme-pre.0
16
+
17
+ ### Minor Changes
18
+
19
+ - Update actions in run loop
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies
24
+ - @copilotkit/react-core@0.38.0-mme-pre.0
25
+ - @copilotkit/shared@0.38.0-mme-pre.0
26
+
3
27
  ## 0.37.0
4
28
 
5
29
  ### Minor Changes
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.37.0",
7
+ "version": "0.38.0-mme-pre.1",
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.12.0",
39
- "tailwind-config": "0.11.0",
40
- "tsconfig": "0.16.0"
38
+ "eslint-config-custom": "0.13.0-mme-pre.1",
39
+ "tailwind-config": "0.12.0-mme-pre.1",
40
+ "tsconfig": "0.17.0-mme-pre.1"
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.37.0",
49
- "@copilotkit/react-core": "0.37.0"
48
+ "@copilotkit/shared": "0.38.0-mme-pre.1",
49
+ "@copilotkit/react-core": "0.38.0-mme-pre.1"
50
50
  },
51
51
  "scripts": {
52
52
  "build": "tsup --clean",