opus-react 0.6.24 → 0.6.26
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 +27 -0
- package/dist/index.cjs +289 -254
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +224 -59
- package/dist/index.css.map +1 -1
- package/dist/index.d.cts +51 -3
- package/dist/index.d.ts +51 -3
- package/dist/index.js +287 -255
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,33 @@ All notable public-package changes are recorded here. Opus follows [Semantic Ver
|
|
|
4
4
|
|
|
5
5
|
## Unreleased
|
|
6
6
|
|
|
7
|
+
## 0.6.26
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
|
|
11
|
+
- `Text`, a semantic body-copy primitive with 100–500 scale tokens and five vertical padding presets.
|
|
12
|
+
- `Heading`, a semantic `h1`–`h6` primitive with independent 100–500 scale tokens and five vertical padding presets.
|
|
13
|
+
|
|
14
|
+
### Changed
|
|
15
|
+
|
|
16
|
+
- Both typography components are catalogued under Content → Typography with live settings, generated usage, and public Props documentation.
|
|
17
|
+
|
|
18
|
+
## 0.6.25
|
|
19
|
+
|
|
20
|
+
### Added
|
|
21
|
+
|
|
22
|
+
- `SyntaxHighlighter`, a reusable, compact, theme-aware read-only code renderer.
|
|
23
|
+
- Chat Bubble now supports independent `lightBackground` and `darkBackground` colours.
|
|
24
|
+
|
|
25
|
+
### Changed
|
|
26
|
+
|
|
27
|
+
- Chat Bubble component pages now expose avatar visibility, Show More labels, theme-specific colours, composition metadata, and generated usage for the complete public API.
|
|
28
|
+
- Code blocks use the shared SyntaxHighlighter and adapt to the active light or dark theme.
|
|
29
|
+
|
|
30
|
+
### Fixed
|
|
31
|
+
|
|
32
|
+
- Stabilise Chat Bubble Show More rendering during colour and settings changes.
|
|
33
|
+
|
|
7
34
|
## 0.6.24
|
|
8
35
|
|
|
9
36
|
### Fixed
|