@howssatoshi/quantumcss 1.4.3 → 1.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,18 +1,19 @@
1
1
  # Quantum CSS - Next-Generation Utility Framework
2
2
 
3
- ![Quantum CSS](https://img.shields.io/badge/Quantum%20CSS-v1.3.0-blue)
3
+ ![Quantum CSS](https://img.shields.io/badge/Quantum%20CSS-v1.5.1-blue)
4
4
  ![License](https://img.shields.io/badge/license-MIT-green)
5
- ![Bundle Size](https://img.shields.io/badge/bundle%20size-15KB-brightgreen)
5
+ ![Bundle Size](https://img.shields.io/badge/bundle%20size-19KB-brightgreen)
6
6
 
7
7
  A modern, performance-optimized utility-first CSS framework with semantic naming, recursive component presets, and advanced cosmic effects.
8
8
 
9
9
  ## 🚀 Features
10
10
 
11
11
  ### Modern CSS Capabilities
12
- - **Recursive Component Presets** - Define custom components in config using existing utilities
13
- - **Cosmic Animation Library** - Advanced effects like parallax nebula drifts and orbit paths
14
- - **High Contrast Mode** - Native support for `prefers-contrast` and `forced-colors`
15
- - **JIT Dark Mode** - Dynamic generation of dark mode variants via `dark:` prefix
12
+ - **Robust Theme Engine** - Seamlessly follow OS settings with automatic `prefers-color-scheme` detection and dynamic live-switching.
13
+ - **Recursive Component Presets** - Define custom components in config using existing utilities.
14
+ - **Cosmic Animation Library** - Advanced effects like parallax nebula drifts and orbit paths.
15
+ - **High Contrast Mode** - Native support for `prefers-contrast` and `forced-colors`.
16
+ - **JIT Dark Mode** - Dynamic generation of dark mode variants via `dark:` prefix.
16
17
 
17
18
  ### Developer Experience
18
19
  - **Advanced CLI Scaffolding** - Instantly generate pre-styled templates (Gaming, Blog, News, Shopping, Travel)
@@ -99,7 +100,7 @@ QuantumCSS automatically optimizes contrast for accessibility when the user enab
99
100
  ## 📊 Performance
100
101
 
101
102
  ### Bundle Size
102
- - **QuantumCSS Core**: ~15KB gzipped
103
+ - **QuantumCSS Core**: ~19KB gzipped
103
104
  - **Optimized Selectors**: Minimal specificity for maximum performance
104
105
  - **Tree Shaking**: Only used utilities and presets are generated in JIT mode
105
106