v3.2.0
Release Notes for @repo/ui v3.2.0
This release includes minor improvements and fixes for better consistency and styling across components.
Minor Changes
- Refactored
DatePickerandUploadcomponents to utilize the newButtoncomponent, enhancing consistency across the UI. - Updated the calendar component to use parentheses for CSS custom properties, improving styling consistency.
Patch Changes
- Fixed
UploadandDatePickerto compose the existingButtonatom instead of using a raw<button>/buttonVariantsfromsrc/core, with no public API changes. - Resolved rendering issues in
Calendar/DatePickerby switching--cell-sizereferences from square-bracket arbitrary values to the parenthesis syntax, ensuring valid CSS in the Tailwind v4 setup.
What's Changed
- ♻️ refactor(components): compose atoms/button in Upload and DatePicker by @pjb0811 in #145
- 🐛 fix(calendar): fix squished layout from unwrapped --cell-size refs by @pjb0811 in #147
- ♻️ refactor(docs): group Storybook sidebar by functional category by @pjb0811 in #148
- 🔖 chore: version packages by @github-actions[bot] in #146
Full Changelog: v3.1.0...v3.2.0