You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add isHexColor validation function with branded type support (#46)
* feat: add isHexColor validation function and integrate into branded types
- Implemented isHexColor function to validate hexadecimal color codes.
- Added HexColor branded type for type safety.
- Enhanced assertions and builders to support HexColor.
- Updated performance and bundle size viewer to reflect new container IDs.
- Modified package.json to increase bundle size limits.
- Refactored performance table rendering logic for improved clarity and error handling.
- Added comprehensive tests for isHexColor and related functionality.
* chore(release): bump version to 0.21.0 and update changelog with new features and improvements
0 commit comments