opus-react 0.6.25 → 0.6.27
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 +21 -0
- package/dist/index.cjs +250 -206
- 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 +38 -2
- package/dist/index.d.ts +38 -2
- package/dist/index.js +249 -207
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,27 @@ All notable public-package changes are recorded here. Opus follows [Semantic Ver
|
|
|
4
4
|
|
|
5
5
|
## Unreleased
|
|
6
6
|
|
|
7
|
+
## 0.6.27
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
|
|
11
|
+
- Spacer now supports `small` (8px), `medium` (16px), and `large` (24px) size presets alongside existing numeric and CSS-length values.
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
|
|
15
|
+
- Shared Text and Heading primitives are used by Lab workspace, desktop, and record identity surfaces; their composition metadata now reflects that relationship.
|
|
16
|
+
|
|
17
|
+
## 0.6.26
|
|
18
|
+
|
|
19
|
+
### Added
|
|
20
|
+
|
|
21
|
+
- `Text`, a semantic body-copy primitive with 100–500 scale tokens and five vertical padding presets.
|
|
22
|
+
- `Heading`, a semantic `h1`–`h6` primitive with independent 100–500 scale tokens and five vertical padding presets.
|
|
23
|
+
|
|
24
|
+
### Changed
|
|
25
|
+
|
|
26
|
+
- Both typography components are catalogued under Content → Typography with live settings, generated usage, and public Props documentation.
|
|
27
|
+
|
|
7
28
|
## 0.6.25
|
|
8
29
|
|
|
9
30
|
### Added
|