@copilotkit/react-ui 0.9.0 → 0.9.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.9.0 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/react-ui
2
+ > @copilotkit/react-ui@0.9.1 build /home/runner/work/CopilotKit/CopilotKit/CopilotKit/packages/react-ui
3
3
  > tsup --treeshake
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-at-bottom.tsx, src/hooks/use-copy-to-clipboard.tsx, src/hooks/use-enter-submit.tsx, src/lib/utils.test.ts, src/lib/utils.ts, src/types/index.ts, src/types/types.ts, src/components/chat-components/chat-list.tsx, src/components/chat-components/chat-message-actions.tsx, src/components/chat-components/chat-message.tsx, src/components/chat-components/chat-panel.tsx, src/components/chat-components/chat-scroll-anchor.tsx, src/components/chat-components/clear-history.tsx, src/components/chat-components/copilot-chat.tsx, src/components/chat-components/default-empty-screen.tsx, src/components/chat-components/external-link.tsx, src/components/chat-components/markdown.tsx, src/components/chat-components/prompt-form.tsx, src/components/chat-components/theme-toggle.tsx, src/components/chat-components/toaster.tsx, src/components/sidebar/copilot-sidebar-ui-provider.tsx, src/components/sidebar/copilot-sidebar.tsx, src/components/sidebar/sidebar-context.tsx, src/components/chat-components/ui/alert-dialog.tsx, src/components/chat-components/ui/badge.tsx, src/components/chat-components/ui/button.tsx, src/components/chat-components/ui/codeblock.tsx, src/components/chat-components/ui/dialog.tsx, src/components/chat-components/ui/dropdown-menu.tsx, src/components/chat-components/ui/icons.tsx, src/components/chat-components/ui/input.tsx, src/components/chat-components/ui/label.tsx, src/components/chat-components/ui/select.tsx, src/components/chat-components/ui/separator.tsx, src/components/chat-components/ui/sheet.tsx, src/components/chat-components/ui/switch.tsx, src/components/chat-components/ui/textarea.tsx, src/components/chat-components/ui/tooltip.tsx
@@ -160,8 +160,8 @@ Generated an empty chunk: "chunk-H4VKQGVU".
160
160
  ESM dist/components/chat-components/chat-message.mjs.map 51.00 B
161
161
  ESM dist/components/chat-components/chat-panel.mjs.map 51.00 B
162
162
  ESM dist/components/chat-components/chat-scroll-anchor.mjs.map 51.00 B
163
- ESM ⚡️ Build success in 3599ms
164
- DTS ⚡️ Build success in 8915ms
163
+ ESM ⚡️ Build success in 4032ms
164
+ DTS ⚡️ Build success in 9147ms
165
165
  DTS dist/index.d.ts 587.00 B
166
166
  DTS dist/components/chat-components/copilot-chat.d.ts 496.00 B
167
167
  DTS dist/components/chat-components/ui/tooltip.d.ts 640.00 B
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # ui
2
2
 
3
+ ## 0.9.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [0467f62]
8
+ - @copilotkit/react-core@0.9.0
9
+
3
10
  ## 0.9.0
4
11
 
5
12
  ### Minor Changes
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "version": "0.9.0",
7
+ "version": "0.9.1",
8
8
  "sideEffects": [
9
9
  "**/*.css"
10
10
  ],
@@ -60,7 +60,7 @@
60
60
  "remark-gfm": "^3.0.1",
61
61
  "remark-math": "^5.1.1",
62
62
  "tailwind-merge": "^1.13.2",
63
- "@copilotkit/react-core": "0.8.0"
63
+ "@copilotkit/react-core": "0.9.0"
64
64
  },
65
65
  "scripts": {
66
66
  "build": "tsup --treeshake",