@copilotkit/react-ui 0.37.0-mme-pre.2 → 0.37.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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @copilotkit/react-ui@0.37.0-mme-pre.2 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/react-ui
2
+ > @copilotkit/react-ui@0.37.0 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 358ms
129
+ ESM ⚡️ Build success in 228ms
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
@@ -159,8 +159,8 @@
159
159
  CJS dist/components/chat/Window.js 5.46 KB
160
160
  CJS dist/components/chat/index.js 55.58 KB
161
161
  CJS dist/components/chat/props.js 807.00 B
162
- CJS dist/index.css.map 18.25 KB
163
162
  CJS dist/index.js.map 97.86 KB
163
+ CJS dist/index.css.map 18.25 KB
164
164
  CJS dist/components/index.js.map 94.03 KB
165
165
  CJS dist/hooks/index.js.map 3.89 KB
166
166
  CJS dist/context/index.js.map 139.00 B
@@ -174,26 +174,26 @@
174
174
  CJS dist/types/suggestions.js.map 259.00 B
175
175
  CJS dist/types/types.js.map 478.00 B
176
176
  CJS dist/components/chat/Button.js.map 5.47 KB
177
- CJS dist/components/chat/ChatContext.js.map 13.87 KB
178
- CJS dist/components/chat/CodeBlock.js.map 24.33 KB
179
177
  CJS dist/components/chat/Chat.js.map 76.13 KB
178
+ CJS dist/components/chat/ChatContext.js.map 13.87 KB
180
179
  CJS dist/components/chat/Header.js.map 5.11 KB
180
+ CJS dist/components/chat/CodeBlock.js.map 24.33 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/Popup.js.map 91.00 KB
187
186
  CJS dist/components/chat/Response.js.map 5.19 KB
187
+ CJS dist/components/chat/Popup.js.map 91.00 KB
188
188
  CJS dist/components/chat/Suggestion.js.map 12.87 KB
189
189
  CJS dist/components/chat/Textarea.js.map 2.83 KB
190
190
  CJS dist/components/chat/Window.js.map 6.76 KB
191
191
  CJS dist/components/chat/Sidebar.js.map 91.95 KB
192
192
  CJS dist/components/chat/props.js.map 1.06 KB
193
193
  CJS dist/components/chat/index.js.map 94.27 KB
194
- CJS ⚡️ Build success in 408ms
194
+ CJS ⚡️ Build success in 302ms
195
195
  DTS Build start
196
- DTS ⚡️ Build success in 8241ms
196
+ DTS ⚡️ Build success in 8010ms
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,16 +1,20 @@
1
1
  # ui
2
2
 
3
- ## 0.37.0-mme-pre.2
3
+ ## 0.37.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - CSS improvements, hidden messages, useCopilotChat
7
+ - f771353: Fix: Stale CopilotReadable
8
+ - 9df8d43: Remove unneeded tailwind components
9
+ - CSS improvements, useCopilotChat, invisible messages
8
10
 
9
11
  ### Patch Changes
10
12
 
13
+ - Updated dependencies [f771353]
14
+ - Updated dependencies [9df8d43]
11
15
  - Updated dependencies
12
- - @copilotkit/react-core@0.37.0-mme-pre.2
13
- - @copilotkit/shared@0.37.0-mme-pre.2
16
+ - @copilotkit/react-core@0.37.0
17
+ - @copilotkit/shared@0.37.0
14
18
 
15
19
  ## 0.37.0-mme-fix-textarea-css.1
16
20
 
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.37.0-mme-pre.2",
7
+ "version": "0.37.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.12.0-mme-pre.2",
39
- "tailwind-config": "0.11.0-mme-pre.2",
40
- "tsconfig": "0.16.0-mme-pre.2"
38
+ "eslint-config-custom": "0.12.0",
39
+ "tailwind-config": "0.11.0",
40
+ "tsconfig": "0.16.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.37.0-mme-pre.2",
49
- "@copilotkit/react-core": "0.37.0-mme-pre.2"
48
+ "@copilotkit/shared": "0.37.0",
49
+ "@copilotkit/react-core": "0.37.0"
50
50
  },
51
51
  "scripts": {
52
52
  "build": "tsup --clean",