- 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.
feat(styles): create global styles entry point and organize global styles
feat(styles): implement base HTML element styles and utility classes for flexbox
feat(styles): establish layout, position, spacing, and text utility classes
feat(styles): introduce mixins for animations, cards, dialogs, flexbox, grid, and responsive design
test(quick_guide): add component and metadata validation tests for quick_guide package
test(ui_level6): implement metadata validation tests for ui_level6 package