Skip to content

fix: resolve Card component padding/alignment, restore emptied compon…#156

Open
midexol wants to merge 3 commits into
Sorokit:mainfrom
midexol:main
Open

fix: resolve Card component padding/alignment, restore emptied compon…#156
midexol wants to merge 3 commits into
Sorokit:mainfrom
midexol:main

Conversation

@midexol

@midexol midexol commented Jun 27, 2026

Copy link
Copy Markdown
Contributor

Description
Standardizes the Card component properties and ref-forwarding, restores core component implementations that were commit-erased, and fixes the library compilation and test runner configurations.

Related Issues
Closes #103

Type of Change
Bug fix (non-breaking change which fixes an issue)
New feature (non-breaking change which adds functionality)
Breaking change (fix or feature that would cause existing functionality to change)
Documentation update
Testing
Describe how you tested your changes:

Ran npm run build to verify library ESM, CJS, and typescript declaration files compile successfully.
Ran npm run type-check to verify zero compile-time TypeScript errors.
Ran npx vitest run to verify all 239 unit tests in the project pass successfully.

@drips-wave

drips-wave Bot commented Jun 27, 2026

Copy link
Copy Markdown

@midexol Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(Card): CardHeader padding mismatch, CardFooter hardcodes flex items-center, no forwardRef on sub-components

1 participant