ds-smart-ui 0.3.3 → 0.3.4
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/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<p><a target="_blank" href="https://app.eraser.io/workspace/zznMZKW2bQwnN4EatpJw" id="edit-in-eraser-github-link"><img alt="Edit in Eraser" src="https://firebasestorage.googleapis.com/v0/b/second-petal-295822.appspot.com/o/images%2Fgithub%2FOpen%20in%20Eraser.svg?alt=media&token=968381c8-a7e7-472a-8ed6-4a6626da5501"></a></p>
|
|
2
2
|
|
|
3
|
-
# Smart UI `v0.3.
|
|
3
|
+
# Smart UI `v0.3.4`
|
|
4
4
|
|
|
5
5
|
A React component library built for PT Praisindo Teknologi — covering inputs, navigation, feedback, layout, and data display, all aligned to a unified design system.
|
|
6
6
|
|
|
@@ -55,6 +55,13 @@ import { X } from "lucide-react";
|
|
|
55
55
|
|
|
56
56
|
## Changelog
|
|
57
57
|
|
|
58
|
+
### v0.3.4 — 16 March 2026
|
|
59
|
+
|
|
60
|
+
**Fixes**
|
|
61
|
+
- **ButtonGroup** — fixed visual inconsistency when an item is both active (selected) and disabled. Item now displays a muted primary style (primary-50 background, primary-200 border, primary-300 icon, primary-400 label, 0.55 opacity) with `cursor: not-allowed`, clearly distinguishing it from a non-selected disabled item.
|
|
62
|
+
|
|
63
|
+
---
|
|
64
|
+
|
|
58
65
|
### v0.3.3 — 5 March 2026
|
|
59
66
|
|
|
60
67
|
**New**
|