Skip to content

Commit 0c36d1b

Browse files
authored
chore: rebuild ui (#589)
1 parent b002664 commit 0c36d1b

9 files changed

+109
-108
lines changed

packages/ragbits-chat/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- remove HeroUI Pro components (#557)
66
- refactor UI components to allow modifications (#579)
77
- Add setup method to ChatInterface (#586)
8+
- Rebuild UI with new dependencies (#589)
89

910
## 0.19.1 (2025-05-27)
1011

Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
import{H as e}from"./index-CuGsJ9Ra.js";const i=()=>e.jsxs("div",{children:[e.jsx("h1",{children:"Example Plugin"}),e.jsx("p",{children:"This is an example plugin."})]});export{i as default};
1+
import{H as e}from"./index-ByuhG0Hl.js";const i=()=>e.jsxs("div",{children:[e.jsx("h1",{children:"Example Plugin"}),e.jsx("p",{children:"This is an example plugin."})]});export{i as default};

packages/ragbits-chat/src/ragbits/chat/ui-build/assets/FeedbackFormPluginComponent-Bmct8_5y.js

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ragbits-chat/src/ragbits/chat/ui-build/assets/FeedbackFormPluginComponent-QF_CE3JX.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/ragbits-chat/src/ragbits/chat/ui-build/assets/index-ByuhG0Hl.js

Lines changed: 100 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ragbits-chat/src/ragbits/chat/ui-build/assets/index-CJJ48-Sa.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/ragbits-chat/src/ragbits/chat/ui-build/assets/index-CMvp94wz.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/ragbits-chat/src/ragbits/chat/ui-build/assets/index-CuGsJ9Ra.js

Lines changed: 0 additions & 100 deletions
This file was deleted.

packages/ragbits-chat/src/ragbits/chat/ui-build/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<link rel="icon" type="image/svg+xml" href="/assets/ragbits-9U4hpuUb.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Ragbits</title>
8-
<script type="module" crossorigin src="/assets/index-CuGsJ9Ra.js"></script>
8+
<script type="module" crossorigin src="/assets/index-ByuhG0Hl.js"></script>
99
<link rel="stylesheet" crossorigin href="/assets/index-B86z3tbJ.css">
1010
</head>
1111

0 commit comments

Comments
 (0)