@firsthandjs/styled 0.2.0 → 0.4.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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -8,7 +8,7 @@ styled-components' API, on a framework that renders once.
8
8
  npm install @firsthandjs/styled
9
9
  ```
10
10
 
11
- 1.97 kB gzip, against styled-components v6's 13.03 kB with React already
11
+ 2.02 kB gzip, against styled-components v6's 13.03 kB with React already
12
12
  external — both measured the same way, by bundling the package with its peers
13
13
  excluded. It needs no React, and no preprocessor.
14
14
 
@@ -83,7 +83,7 @@ resolution already in the sheet reuses it.
83
83
 
84
84
  `&:hover`, `@media`, `& > li` — all of it is **native CSS nesting**, which
85
85
  every browser this framework supports has. There is no preprocessor in this
86
- package, which is most of why it is 1.97 kB rather than 13.
86
+ package, which is most of why it is 2.02 kB rather than 13.
87
87
 
88
88
  ## Props
89
89
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@firsthandjs/styled",
3
- "version": "0.2.0",
3
+ "version": "0.4.0",
4
4
  "description": "CSS-in-JS for Firsthand: tagged templates, themes, and fine-grained style updates.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -19,9 +19,9 @@
19
19
  "LICENSE"
20
20
  ],
21
21
  "dependencies": {
22
- "@firsthandjs/core": "0.2.0",
23
- "@firsthandjs/dom": "0.2.0",
24
- "@firsthandjs/jsx-runtime": "0.2.0"
22
+ "@firsthandjs/core": "0.4.0",
23
+ "@firsthandjs/dom": "0.4.0",
24
+ "@firsthandjs/jsx-runtime": "0.4.0"
25
25
  },
26
26
  "engines": {
27
27
  "node": ">=20.11.0"