@copilotkit/react-ui 0.18.0-mme-pre-release.3 → 0.18.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.18.0-mme-pre-release.3 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/react-ui
2
+ > @copilotkit/react-ui@0.18.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
@@ -25,19 +25,19 @@ Browserslist: caniuse-lite is outdated. Please run:
25
25
  CJS dist/hooks/use-copy-to-clipboard.js 2.32 KB
26
26
  CJS dist/lib/utils.js 2.40 KB
27
27
  CJS dist/types/types.js 797.00 B
28
- CJS dist/components/chat/Chat.js 34.97 KB
29
28
  CJS dist/components/chat/ChatContext.js 9.01 KB
29
+ CJS dist/components/chat/Chat.js 34.97 KB
30
30
  CJS dist/components/chat/CodeBlock.js 9.21 KB
31
31
  CJS dist/components/chat/Header.js 2.63 KB
32
- CJS dist/components/chat/Icons.js 9.51 KB
33
32
  CJS dist/components/chat/Input.js 5.44 KB
33
+ CJS dist/components/chat/Icons.js 9.51 KB
34
34
  CJS dist/components/chat/Markdown.js 11.00 KB
35
35
  CJS dist/components/chat/Messages.js 16.93 KB
36
36
  CJS dist/components/chat/Popup.js 35.37 KB
37
37
  CJS dist/components/chat/Response.js 2.67 KB
38
38
  CJS dist/components/chat/Sidebar.js 35.93 KB
39
- CJS dist/components/chat/Textarea.js 2.51 KB
40
39
  CJS dist/components/chat/Window.js 5.46 KB
40
+ CJS dist/components/chat/Textarea.js 2.51 KB
41
41
  CJS dist/components/chat/index.js 36.33 KB
42
42
  CJS dist/components/chat/props.js 807.00 B
43
43
  CJS dist/index.js.map 59.15 KB
@@ -51,22 +51,22 @@ Browserslist: caniuse-lite is outdated. Please run:
51
51
  CJS dist/hooks/use-copy-to-clipboard.js.map 1.23 KB
52
52
  CJS dist/lib/utils.js.map 1.55 KB
53
53
  CJS dist/types/types.js.map 478.00 B
54
- CJS dist/components/chat/Chat.js.map 57.23 KB
55
54
  CJS dist/components/chat/ChatContext.js.map 12.69 KB
55
+ CJS dist/components/chat/Chat.js.map 57.23 KB
56
56
  CJS dist/components/chat/CodeBlock.js.map 13.35 KB
57
57
  CJS dist/components/chat/Header.js.map 5.19 KB
58
- CJS dist/components/chat/Icons.js.map 8.55 KB
59
58
  CJS dist/components/chat/Input.js.map 10.00 KB
59
+ CJS dist/components/chat/Icons.js.map 8.55 KB
60
60
  CJS dist/components/chat/Markdown.js.map 16.13 KB
61
61
  CJS dist/components/chat/Messages.js.map 32.69 KB
62
62
  CJS dist/components/chat/Popup.js.map 57.74 KB
63
63
  CJS dist/components/chat/Response.js.map 5.27 KB
64
64
  CJS dist/components/chat/Sidebar.js.map 58.56 KB
65
- CJS dist/components/chat/Textarea.js.map 2.83 KB
66
65
  CJS dist/components/chat/Window.js.map 6.76 KB
66
+ CJS dist/components/chat/Textarea.js.map 2.83 KB
67
67
  CJS dist/components/chat/index.js.map 59.22 KB
68
68
  CJS dist/components/chat/props.js.map 908.00 B
69
- CJS ⚡️ Build success in 1523ms
69
+ CJS ⚡️ Build success in 1475ms
70
70
  ESM dist/components/chat/props.mjs 69.00 B
71
71
  ESM dist/components/chat/Markdown.mjs 255.00 B
72
72
  ESM dist/components/chat/Messages.mjs 325.00 B
@@ -163,8 +163,8 @@ Browserslist: caniuse-lite is outdated. Please run:
163
163
  ESM dist/types/index.mjs.map 71.00 B
164
164
  ESM dist/chunk-7NSRDJ5C.mjs.map 71.00 B
165
165
  ESM dist/index.css.map 30.93 KB
166
- ESM ⚡️ Build success in 1541ms
167
- DTS ⚡️ Build success in 5950ms
166
+ ESM ⚡️ Build success in 1483ms
167
+ DTS ⚡️ Build success in 5889ms
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,5 +1,45 @@
1
1
  # ui
2
2
 
3
+ ## 0.18.0
4
+
5
+ ### Minor Changes
6
+
7
+ - c4010e7: Pre Release
8
+ - be00d61: Alpha
9
+ - ec8481c: Alpha
10
+ - 3fbee5d: OpenAIAdapter-getter
11
+ - e09dc44: Test backward compatibility of AnnotatedFunction on the backend
12
+ - 3f5ad60: OpenAIAdapter: make openai instance gettable
13
+ - 0dd6180: QA
14
+ - 225812d: QA new action type
15
+ - New actions: custom chat components, and typed arguments
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [c4010e7]
20
+ - Updated dependencies [be00d61]
21
+ - Updated dependencies [ec8481c]
22
+ - Updated dependencies [3fbee5d]
23
+ - Updated dependencies [e09dc44]
24
+ - Updated dependencies [3f5ad60]
25
+ - Updated dependencies [0dd6180]
26
+ - Updated dependencies [225812d]
27
+ - Updated dependencies
28
+ - @copilotkit/react-core@0.21.0
29
+ - @copilotkit/shared@0.5.0
30
+
31
+ ## 0.18.0-mme-deprecate-annotated-function.4
32
+
33
+ ### Minor Changes
34
+
35
+ - Test backward compatibility of AnnotatedFunction on the backend
36
+
37
+ ### Patch Changes
38
+
39
+ - Updated dependencies
40
+ - @copilotkit/react-core@0.21.0-mme-deprecate-annotated-function.4
41
+ - @copilotkit/shared@0.5.0-mme-deprecate-annotated-function.4
42
+
3
43
  ## 0.18.0-mme-pre-release.3
4
44
 
5
45
  ### Minor Changes
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.18.0-mme-pre-release.3",
7
+ "version": "0.18.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.6.0-mme-pre-release.3",
35
- "tailwind-config": "0.5.0-mme-pre-release.3",
36
- "tsconfig": "0.10.0-mme-pre-release.3"
34
+ "eslint-config-custom": "0.6.0",
35
+ "tailwind-config": "0.5.0",
36
+ "tsconfig": "0.10.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.5.0-mme-pre-release.3",
45
- "@copilotkit/react-core": "0.21.0-mme-pre-release.3"
44
+ "@copilotkit/shared": "0.5.0",
45
+ "@copilotkit/react-core": "0.21.0"
46
46
  },
47
47
  "scripts": {
48
48
  "build": "tsup --clean",