@stylexjs/stylex 0.2.0-beta.12 → 0.2.0-beta.13

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 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # @stylexjs/stylex
2
2
 
3
+ StyleX is a JavaScript library for defining styles for optimized user interfaces.
4
+
3
5
  ## Installation
4
6
 
5
7
  To start playing with StyleX without having to set up any build settings you can install just two packages:
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@stylexjs/stylex",
3
- "version": "0.2.0-beta.12",
4
- "description": "A styling library for React.",
3
+ "version": "0.2.0-beta.13",
4
+ "description": "A library for defining styles for optimized user interfaces.",
5
5
  "main": "lib/stylex.js",
6
6
  "react-native": "lib/native/stylex.js",
7
7
  "types": "lib/stylex.d.ts",
@@ -20,7 +20,7 @@
20
20
  "utility-types": "^3.10.0"
21
21
  },
22
22
  "devDependencies": {
23
- "@stylexjs/scripts": "0.2.0-beta.12"
23
+ "@stylexjs/scripts": "0.2.0-beta.13"
24
24
  },
25
25
  "jest": {},
26
26
  "files": [