lambda-ui-components 1.0.1 → 1.0.2
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 +7 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -127,6 +127,13 @@ Lambda UI offers a comprehensive set of UI primitives and advanced components, i
|
|
|
127
127
|
- **CSS Variables:** Lambda UI Components uses CSS variables for theming. You can globally override the theme by changing variables in your CSS or using `data-theme` for dark mode and custom themes.
|
|
128
128
|
- **Unstyled Prop:** To customize the style of specific components, many support the `unstyled` prop, which removes default styles so you can apply your own.
|
|
129
129
|
|
|
130
|
+
## 📅 Latest Updates (v1.0.2)
|
|
131
|
+
|
|
132
|
+
- **Button:** New `darkened` variant.
|
|
133
|
+
- **Avatar:** Dynamic border colors.
|
|
134
|
+
- **Theme:** Dark mode color improvements.
|
|
135
|
+
- **Fixes:** DatePicker modal stability.
|
|
136
|
+
|
|
130
137
|
## 🤝 Contribution
|
|
131
138
|
|
|
132
139
|
- Fork the repo and create a PR with your improvement or bugfix.
|
package/package.json
CHANGED