@plumeria/core 0.2.2 → 0.2.4

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/package.json +3 -3
  2. package/readme.md +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plumeria/core",
3
- "version": "0.2.2",
3
+ "version": "0.2.4",
4
4
  "description": "CSS-in-JS with Near Zero-runtime and Semantics library",
5
5
  "keywords": [
6
6
  "react",
@@ -18,8 +18,8 @@
18
18
  "css": "./bin/css.mjs"
19
19
  },
20
20
  "dependencies": {
21
- "@plumeria/collection": "^0.1.1",
21
+ "@plumeria/collection": "^0.1.2",
22
22
  "@plumeria/compiler": "^0.1.1",
23
- "zss-engine": "^0.2.2"
23
+ "zss-engine": "^0.2.3"
24
24
  }
25
25
  }
package/readme.md CHANGED
@@ -28,7 +28,7 @@ const styles = css.create({
28
28
  });
29
29
  ```
30
30
 
31
- Pseudo-classes and media queries can be wrapped in property style definitions:
31
+ Pseudo and media queries can be wrapped in property style definitions:
32
32
 
33
33
  ```ts
34
34
  const styles = css.create({