@alex.radulescu/styled-static 0.9.0 → 0.9.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -805,10 +805,10 @@ Zero runtime dependencies. Uses native CSS nesting (Chrome 112+, Safari 16.5+, F
805
805
  | `css` helper | ✓ | ✓ | ✓ | ✓ | ✓ |
806
806
  | `css` inline prop | ✗ | ✓ | ✗ | ✓ | ✓ |
807
807
  | Runtime interpolation | ✗ | ✓ | ✗ | ✓ | ✗ |
808
+ | Default variants | ✓ | ✗ | ✗ | ✗ | ✓ |
809
+ | Compound variants | ✓ | ✗ | ✗ | ✗ | ✓ |
808
810
  | `.className` access | ✓ | ✗ | ✗ | ✗ | ✗ |
809
811
 
810
- **When to choose:** styled-static for familiar DX + zero deps + React 19/Vite. Emotion for runtime interpolation + ThemeProvider. Linaria for multi-bundler zero-runtime. [Restyle](https://restyle.dev) for `css` prop + Server Components. Panda for atomic CSS + design tokens.
811
-
812
812
  ---
813
813
 
814
814
  ## VS Code Support
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alex.radulescu/styled-static",
3
- "version": "0.9.0",
3
+ "version": "0.9.1",
4
4
  "description": "Near-zero-runtime styled components for React 19+ with Vite. CSS extracted at build time, minimal runtime.",
5
5
  "type": "module",
6
6
  "private": false,