@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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @copilotkit/react-ui@1.0.1 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/react-ui
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
  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/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
  ESM dist/types/css.mjs 32.00 B
50
50
  ESM dist/components/chat/Suggestion.mjs 233.00 B
51
51
  ESM dist/components/chat/Textarea.mjs 177.00 B
52
- ESM dist/components/chat/Window.mjs 144.00 B
53
52
  ESM dist/components/chat/index.mjs 946.00 B
54
53
  ESM dist/components/chat/props.mjs 69.00 B
54
+ ESM dist/components/chat/Window.mjs 144.00 B
55
55
  ESM dist/components/chat/Header.mjs 214.00 B
56
56
  ESM dist/components/chat/Icons.mjs 515.00 B
57
57
  ESM dist/components/chat/Input.mjs 281.00 B
@@ -63,8 +63,8 @@
63
63
  ESM dist/lib/utils.mjs 885.00 B
64
64
  ESM dist/types/index.mjs 66.00 B
65
65
  ESM dist/types/suggestions.mjs 40.00 B
66
- ESM dist/components/chat/Button.mjs 214.00 B
67
66
  ESM dist/components/chat/Chat.mjs 627.00 B
67
+ ESM dist/components/chat/Button.mjs 214.00 B
68
68
  ESM dist/components/chat/ChatContext.mjs 276.00 B
69
69
  ESM dist/components/chat/CodeBlock.mjs 319.00 B
70
70
  ESM dist/index.mjs.map 71.00 B
@@ -106,9 +106,9 @@
106
106
  ESM dist/types/css.mjs.map 71.00 B
107
107
  ESM dist/components/chat/Suggestion.mjs.map 71.00 B
108
108
  ESM dist/components/chat/Textarea.mjs.map 71.00 B
109
- ESM dist/components/chat/Window.mjs.map 71.00 B
110
109
  ESM dist/components/chat/index.mjs.map 71.00 B
111
110
  ESM dist/components/chat/props.mjs.map 71.00 B
111
+ ESM dist/components/chat/Window.mjs.map 71.00 B
112
112
  ESM dist/components/chat/Header.mjs.map 71.00 B
113
113
  ESM dist/components/chat/Icons.mjs.map 71.00 B
114
114
  ESM dist/components/chat/Input.mjs.map 71.00 B
@@ -120,11 +120,11 @@
120
120
  ESM dist/lib/utils.mjs.map 1.49 KB
121
121
  ESM dist/types/index.mjs.map 71.00 B
122
122
  ESM dist/types/suggestions.mjs.map 71.00 B
123
- ESM dist/components/chat/Button.mjs.map 71.00 B
124
123
  ESM dist/components/chat/Chat.mjs.map 71.00 B
124
+ ESM dist/components/chat/Button.mjs.map 71.00 B
125
125
  ESM dist/components/chat/ChatContext.mjs.map 71.00 B
126
126
  ESM dist/components/chat/CodeBlock.mjs.map 71.00 B
127
- ESM ⚡️ Build success in 290ms
127
+ ESM ⚡️ Build success in 287ms
128
128
  CJS dist/index.js 56.68 KB
129
129
  CJS dist/index.css 14.41 KB
130
130
  CJS dist/components/index.js 55.92 KB
@@ -187,9 +187,9 @@
187
187
  CJS dist/components/chat/Window.js.map 6.76 KB
188
188
  CJS dist/components/chat/index.js.map 94.33 KB
189
189
  CJS dist/components/chat/props.js.map 1.07 KB
190
- CJS ⚡️ Build success in 355ms
190
+ CJS ⚡️ Build success in 324ms
191
191
  DTS Build start
192
- DTS ⚡️ Build success in 7766ms
192
+ DTS ⚡️ Build success in 8042ms
193
193
  DTS dist/index.d.ts 699.00 B
194
194
  DTS dist/components/chat/props.d.ts 1019.00 B
195
195
  DTS dist/components/chat/Popup.d.ts 1.78 KB
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.1",
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.1",
49
- "@copilotkit/runtime-client-gql": "1.0.1",
50
- "@copilotkit/shared": "1.0.1"
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",