mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-25 22:34:56 +00:00
- Added a new Slider component with support for controlled and uncontrolled values, marks, value labels, and customizable styles. - Introduced new props for Slider including min, max, step, orientation, color, size, and disabled state. - Implemented internal state management for value and visibility of value labels. - Created SCSS styles for the Slider component, supporting various orientations, sizes, and color variants. - Added accessibility features to the Slider component, including ARIA attributes. chore: Introduce assertion utilities and refactor assertion functions - Created standalone assertion functions (assertTrue, assertFalse, assertEqual, etc.) for better test readability. - Developed assertion utilities for error handling and value stringification. - Refactored existing assertion functions to utilize the new utility functions for improved maintainability. - Implemented a chainable expect() function with various matchers for enhanced testing capabilities.
1.9 KiB
1.9 KiB