opus-react 0.6.21 → 0.6.22
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.
- package/CHANGELOG.md +8 -0
- package/dist/index.cjs +275 -179
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +145 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.cts +29 -1
- package/dist/index.d.ts +29 -1
- package/dist/index.js +275 -180
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,14 @@ All notable public-package changes are recorded here. Opus follows [Semantic Ver
|
|
|
4
4
|
|
|
5
5
|
## Unreleased
|
|
6
6
|
|
|
7
|
+
## 0.6.22
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
|
|
11
|
+
- `ChatBubble`, a grouped left/right chat message primitive with avatars, timestamps, configurable backgrounds, optional Show More handling, and fenced-code rendering.
|
|
12
|
+
|
|
13
|
+
## 0.6.21
|
|
14
|
+
|
|
7
15
|
### Added
|
|
8
16
|
|
|
9
17
|
- `ResizeHandle.transparent`, a boolean prop that keeps the resize track transparent, including on hover and focus.
|