opus-react 0.6.25 → 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 +11 -0
- package/dist/index.cjs +201 -184
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +137 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.cts +35 -1
- package/dist/index.d.ts +35 -1
- package/dist/index.js +200 -185
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,17 @@ 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
|
+
|
|
7
18
|
## 0.6.25
|
|
8
19
|
|
|
9
20
|
### Added
|