@howssatoshi/quantumcss 1.8.0 → 1.11.0

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.
Files changed (49) hide show
  1. package/README.md +11 -10
  2. package/dist/quantum.min.css +10 -1
  3. package/examples/admin-panel.html +317 -600
  4. package/examples/analytics-dashboard.html +136 -299
  5. package/examples/blog.css +297 -0
  6. package/examples/blog.html +216 -0
  7. package/examples/chat-messaging.html +43 -70
  8. package/examples/email-client.css +582 -0
  9. package/examples/email-client.html +432 -0
  10. package/examples/gaming-portal.css +352 -0
  11. package/examples/gaming-portal.html +239 -0
  12. package/examples/images/eric.png +0 -0
  13. package/examples/index.html +342 -259
  14. package/examples/kitchen-sink.html +332 -94
  15. package/examples/music-streaming.html +32 -91
  16. package/examples/news.html +199 -0
  17. package/examples/nova-shop.css +984 -0
  18. package/examples/portfolio.html +235 -0
  19. package/examples/shopping.html +812 -0
  20. package/examples/starlight.html +11 -9
  21. package/examples/task.md +12 -0
  22. package/examples/travel.html +514 -0
  23. package/examples/video-streaming.html +310 -92
  24. package/package.json +9 -3
  25. package/src/cli.js +5 -5
  26. package/src/defaults.js +19 -16
  27. package/src/generator.js +12 -3
  28. package/src/starlight.js +20 -15
  29. package/src/styles/quantum-animations.css +13 -13
  30. package/src/styles/quantum-base.css +110 -58
  31. package/src/styles/quantum-components.css +2379 -349
  32. package/src/styles/quantum-icons.css +345 -0
  33. package/src/styles/starlight.css +2702 -1054
  34. package/dist/index.html +0 -232
  35. package/dist/quantum.css +0 -2374
  36. package/examples/blog-template.html +0 -287
  37. package/examples/email-template.html +0 -712
  38. package/examples/gaming-template.html +0 -340
  39. package/examples/gradient-test.html +0 -124
  40. package/examples/news-template.html +0 -317
  41. package/examples/portfolio-resume.html +0 -647
  42. package/examples/shopping/images/headset.jpg +0 -0
  43. package/examples/shopping/images/sneakers.jpg +0 -0
  44. package/examples/shopping/images/windbreaker.jpg +0 -0
  45. package/examples/shopping/index.html +0 -338
  46. package/examples/theme-test.html +0 -159
  47. package/examples/travel/index.html +0 -275
  48. package/examples/verify_fixes.html +0 -52
  49. package/examples/verify_presets.html +0 -32
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Quantum CSS - Next-Generation Utility Framework
2
2
 
3
- ![Quantum CSS](https://img.shields.io/badge/Quantum%20CSS-v1.7.9-blue)
3
+ ![Quantum CSS](https://img.shields.io/badge/Quantum%20CSS-v1.11.0-blue)
4
4
  ![License](https://img.shields.io/badge/license-MIT-green)
5
- ![Bundle Size](https://img.shields.io/badge/bundle%20size-18%20KB%20(gzipped)-brightgreen)
5
+ ![Bundle Size](https://img.shields.io/badge/bundle%20size-29%20KB%20(gzipped)-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
 
@@ -21,7 +21,7 @@ A modern, performance-optimized utility-first CSS framework with semantic naming
21
21
  - **Unified Naming Standard** - Consistent `--q-` prefix for all CSS variables (e.g., `--q-color-primary`).
22
22
  - **Attribute-Driven Styling** - No more monolithic class strings! Use dedicated attributes for environment and interactivity.
23
23
  - **Zero-Escape CSS** - 100% clean CSS output without risky backslash escapes.
24
- - **TypeScript Support** - Full type definitions
24
+ - **TypeScript-Ready** - Developed with TypeScript for internal type safety
25
25
  - **Zero Configuration** - Works out of the box
26
26
 
27
27
  ## 🎨 Advanced Utilities
@@ -62,6 +62,7 @@ QuantumCSS includes a powerful CLI for project orchestration:
62
62
  - **`npx quantumcss build [output]`** - Generate the JIT CSS bundle (default: `dist/quantum.css`).
63
63
  - **`npx quantumcss watch [output]`** - Automatically rebuild when your HTML or config changes.
64
64
  - **`npx quantumcss scaffold <type>`** - Generate a starter template (`gaming`, `blog`, `travel`, etc.).
65
+ - **`npx quantumcss manifest [output]`** - Generate an AI-optimized design system manifest.
65
66
 
66
67
  ## ⚙️ Configuration
67
68
 
@@ -97,15 +98,15 @@ QuantumCSS separates structural logic from aesthetic themes for maximum reusabil
97
98
  Starlight UI provides "Organism-level" presets that compose multiple utilities into functional semantic blocks. Perfect for rapid prototyping and AI generation.
98
99
 
99
100
  - `starlight-nav` - Complete sticky glassmorphic navigation bar
100
- - `starlight-search` - Search container with integrated icon and padding
101
- - `starlight-dashboard` - Responsive 3-column dashboard grid
102
- - `starlight-gallery` - Optimized grid for image/media galleries
103
- - `starlight-form` - Multi-column layout for advanced form controls
104
- - `starlight-dialog` - Centered, animated glassmorphic modal
101
+ - `search` - Search container with integrated icon and padding
102
+ - `dashboard` - Responsive 3-column dashboard grid
103
+ - `gallery` - Optimized grid for image/media galleries
104
+ - `form` - Multi-column layout for advanced form controls
105
+ - `dialog` - Centered, animated glassmorphic modal
105
106
 
106
107
  ```html
107
108
  <!-- Example: Create a full dashboard grid with one class -->
108
- <div class="starlight-dashboard">
109
+ <div class="dashboard">
109
110
  <div class="starlight-card">...</div>
110
111
  <div class="starlight-card">...</div>
111
112
  <div class="starlight-card">...</div>
@@ -141,7 +142,7 @@ QuantumCSS automatically optimizes contrast for accessibility when the user enab
141
142
  - **Motion Sensitivity**: Automatically scales down or disables complex animations when `prefers-reduced-motion` is detected.
142
143
 
143
144
  ### Optimized Payload
144
- - **Gzipped Bundle**: ~24 KB (Full library + JIT utilities)
145
+ - **Gzipped Bundle**: ~29 KB (Full library + JIT utilities)
145
146
  - **Zero Runtime**: No heavy JavaScript required for layout or styling.
146
147
  - **JIT Tree-Shaking**: Only the utilities you actually use are included in your final production build.
147
148