@copilotkit/react-ui 0.19.0-mme-pre.0 → 0.19.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.19.0-mme-pre.0 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/react-ui
2
+ > @copilotkit/react-ui@0.19.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-copy-to-clipboard.tsx, src/lib/utils.test.ts, src/lib/utils.ts, src/types/index.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/Popup.tsx, src/components/chat/Response.tsx, src/components/chat/Sidebar.tsx, src/components/chat/Textarea.tsx, src/components/chat/Window.tsx, src/components/chat/index.tsx, src/components/chat/props.ts
@@ -49,18 +49,18 @@ Browserslist: caniuse-lite is outdated. Please run:
49
49
  ESM dist/components/chat/Markdown.mjs 255.00 B
50
50
  ESM dist/components/chat/Messages.mjs 325.00 B
51
51
  ESM dist/components/chat/Popup.mjs 610.00 B
52
- ESM dist/components/chat/Sidebar.mjs 616.00 B
53
52
  ESM dist/components/chat/Response.mjs 232.00 B
53
+ ESM dist/components/chat/Sidebar.mjs 616.00 B
54
54
  ESM dist/components/chat/Textarea.mjs 177.00 B
55
55
  ESM dist/components/chat/Window.mjs 144.00 B
56
56
  ESM dist/components/chat/index.mjs 759.00 B
57
57
  ESM dist/types/types.mjs 34.00 B
58
- ESM dist/components/chat/Chat.mjs 572.00 B
59
58
  ESM dist/components/chat/Button.mjs 214.00 B
59
+ ESM dist/components/chat/Chat.mjs 572.00 B
60
60
  ESM dist/components/chat/ChatContext.mjs 276.00 B
61
61
  ESM dist/components/chat/CodeBlock.mjs 319.00 B
62
- ESM dist/components/chat/Icons.mjs 439.00 B
63
62
  ESM dist/components/chat/Header.mjs 214.00 B
63
+ ESM dist/components/chat/Icons.mjs 439.00 B
64
64
  ESM dist/components/chat/Input.mjs 246.00 B
65
65
  ESM dist/index.mjs.map 71.00 B
66
66
  ESM dist/components/index.mjs.map 71.00 B
@@ -97,20 +97,20 @@ Browserslist: caniuse-lite is outdated. Please run:
97
97
  ESM dist/components/chat/Markdown.mjs.map 71.00 B
98
98
  ESM dist/components/chat/Messages.mjs.map 71.00 B
99
99
  ESM dist/components/chat/Popup.mjs.map 71.00 B
100
- ESM dist/components/chat/Sidebar.mjs.map 71.00 B
101
100
  ESM dist/components/chat/Response.mjs.map 71.00 B
101
+ ESM dist/components/chat/Sidebar.mjs.map 71.00 B
102
102
  ESM dist/components/chat/Textarea.mjs.map 71.00 B
103
103
  ESM dist/components/chat/Window.mjs.map 71.00 B
104
104
  ESM dist/components/chat/index.mjs.map 71.00 B
105
105
  ESM dist/types/types.mjs.map 71.00 B
106
- ESM dist/components/chat/Chat.mjs.map 71.00 B
107
106
  ESM dist/components/chat/Button.mjs.map 71.00 B
107
+ ESM dist/components/chat/Chat.mjs.map 71.00 B
108
108
  ESM dist/components/chat/ChatContext.mjs.map 71.00 B
109
109
  ESM dist/components/chat/CodeBlock.mjs.map 71.00 B
110
- ESM dist/components/chat/Icons.mjs.map 71.00 B
111
110
  ESM dist/components/chat/Header.mjs.map 71.00 B
111
+ ESM dist/components/chat/Icons.mjs.map 71.00 B
112
112
  ESM dist/components/chat/Input.mjs.map 71.00 B
113
- ESM ⚡️ Build success in 1573ms
113
+ ESM ⚡️ Build success in 1408ms
114
114
  CJS dist/index.js 36.10 KB
115
115
  CJS dist/index.css 19.82 KB
116
116
  CJS dist/components/index.js 36.12 KB
@@ -163,8 +163,8 @@ Browserslist: caniuse-lite is outdated. Please run:
163
163
  CJS dist/components/chat/Window.js.map 6.76 KB
164
164
  CJS dist/components/chat/index.js.map 55.63 KB
165
165
  CJS dist/components/chat/props.js.map 908.00 B
166
- CJS ⚡️ Build success in 1606ms
167
- DTS ⚡️ Build success in 5900ms
166
+ CJS ⚡️ Build success in 1462ms
167
+ DTS ⚡️ Build success in 5956ms
168
168
  DTS dist/index.d.ts 411.00 B
169
169
  DTS dist/components/chat/props.d.ts 819.00 B
170
170
  DTS dist/components/chat/Popup.d.ts 269.00 B
package/CHANGELOG.md CHANGED
@@ -1,16 +1,16 @@
1
1
  # ui
2
2
 
3
- ## 0.19.0-mme-pre.0
3
+ ## 0.19.0
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - Pre release improved action calling
7
+ - Improve Next.js support and action rendering
8
8
 
9
9
  ### Patch Changes
10
10
 
11
11
  - Updated dependencies
12
- - @copilotkit/react-core@0.22.0-mme-pre.0
13
- - @copilotkit/shared@0.6.0-mme-pre.0
12
+ - @copilotkit/react-core@0.22.0
13
+ - @copilotkit/shared@0.6.0
14
14
 
15
15
  ## 0.18.0
16
16
 
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.19.0-mme-pre.0",
7
+ "version": "0.19.0",
8
8
  "sideEffects": [
9
9
  "**/*.css"
10
10
  ],
@@ -31,9 +31,9 @@
31
31
  "ts-jest": "^29.1.1",
32
32
  "tsup": "^6.7.0",
33
33
  "typescript": "^5.2.3",
34
- "eslint-config-custom": "0.7.0-mme-pre.0",
35
- "tailwind-config": "0.6.0-mme-pre.0",
36
- "tsconfig": "0.11.0-mme-pre.0"
34
+ "eslint-config-custom": "0.7.0",
35
+ "tailwind-config": "0.6.0",
36
+ "tsconfig": "0.11.0"
37
37
  },
38
38
  "dependencies": {
39
39
  "nanoid": "^4.0.2",
@@ -41,8 +41,8 @@
41
41
  "react-syntax-highlighter": "^15.5.0",
42
42
  "remark-gfm": "^3.0.1",
43
43
  "remark-math": "^5.1.1",
44
- "@copilotkit/shared": "0.6.0-mme-pre.0",
45
- "@copilotkit/react-core": "0.22.0-mme-pre.0"
44
+ "@copilotkit/shared": "0.6.0",
45
+ "@copilotkit/react-core": "0.22.0"
46
46
  },
47
47
  "scripts": {
48
48
  "build": "tsup --clean",