v1.4.3February 26, 2024
๐ Prismane Version 1.4.3

๐งพ Release Notes
This new version fixes multiple very important styling issues and fixes type declaration conflicts.
๐ Bug Fixes
Components
- - Dialog: Fixed dialog closing when clicked inside.
- - Container: Fixed maxSize prop type to support sizes up to 6xl.
- - Button: Fixed border-radius not scaling consistently on larger sizes.
- - Button: Fixed inconsistent background color on secondary variant in light and dark theme mode.
- - Checkbox: Fixed indeterminate state not being shown if the checkbox is not checked.
Typescript
- - Fixed TypeScript type declaration conflicts with JSDoc comments by removing all JSDoc comments.