# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.0] - 2025-10-08

### Added
- Initial release of VarStreet VS Theme Package
- Comprehensive SCSS theme system with modular architecture
- Multiple export endpoints:
  - Main theme export for complete theme access
  - `/variables` for design tokens and theme variables
  - `/components` for component-specific styling
  - `/layout` for layout and grid system
  - `/utilities` for utility classes and helpers
  - `/scss` and `/styles` for direct SCSS file access
- Theme configuration interface and utility functions
- Full TypeScript support with comprehensive type definitions
- Base styling system with typography, colors, and foundational styles
- Component-specific styling for buttons, forms, and UI elements
- Flexible layout system with grid, flexbox, and positioning utilities
- Comprehensive utility classes for spacing, colors, and responsive design