bonsaif-ui 0.1.7 → 0.1.8
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 +4 -0
- package/dist/bonsaif-ui.js +539 -518
- package/dist/bonsaif-ui.umd.cjs +1 -1
- package/dist/components/layout/PageHeader.d.ts.map +1 -1
- package/dist/components/ui/Button.d.ts.map +1 -1
- package/dist/components/ui/ButtonChromeContext.d.ts +1 -0
- package/dist/components/ui/ButtonChromeContext.d.ts.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.1.8 - 2026-05-04
|
|
4
|
+
|
|
5
|
+
- Normalize all `PageHeader` action buttons to a compact square icon-button chrome while preserving each button icon, tooltip, label, and action.
|
|
6
|
+
|
|
3
7
|
## 0.1.7 - 2026-05-04
|
|
4
8
|
|
|
5
9
|
- Compact `PageHeader` spacing and title sizing in normal and sticky states.
|