@wwog/react 1.2.7 → 1.2.8

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 +1 -1
  2. package/package.json +9 -3
package/README.md CHANGED
@@ -344,7 +344,7 @@ You can also use a container wrapper element:
344
344
  ```tsx
345
345
  <Styles
346
346
  className={{
347
- base: ["p-2", { "bg-red-500": isError }],
347
+ base: ["p-2"],
348
348
  hover: { "hover:bg-blue-500": true },
349
349
  }}
350
350
  asWrapper="span"
package/package.json CHANGED
@@ -1,8 +1,14 @@
1
1
  {
2
2
  "name": "@wwog/react",
3
- "version": "1.2.7",
4
- "description": "",
5
- "keywords": [],
3
+ "version": "1.2.8",
4
+ "description": "A practical React component library providing declarative flow control and common UI utility components to make your React code more concise and readable.",
5
+ "keywords": [
6
+ "react",
7
+ "components",
8
+ "library",
9
+ "utils",
10
+ "declarative ui"
11
+ ],
6
12
  "author": "wwog",
7
13
  "type": "module",
8
14
  "main": "dist/index.js",