@protohiro/state-layers 0.1.1 → 0.1.2

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 +3 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,7 +1,9 @@
1
1
  # @protohiro/state-layers
2
2
 
3
- React hooks for visual state layers on existing elements.
3
+ React hooks for focus rings, invalid states, loading sheens, and other visual state layers on existing elements.
4
4
 
5
5
  This package provides CSS-first hooks like `useFocusRingLayer`, `useInvalidStateLayer`, and `useLoadingSheenLayer` without wrapper components or layout measurement.
6
6
 
7
+ Live demo: [libs.protohiro.com/state-layers](https://libs.protohiro.com/state-layers)
8
+
7
9
  For workspace docs and demo usage, see the root [`README.md`](../../README.md).
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@protohiro/state-layers",
3
- "version": "0.1.1",
4
- "description": "React hooks for visual state layers on existing elements.",
3
+ "version": "0.1.2",
4
+ "description": "React hooks for focus rings, invalid states, loading sheens, and other visual state layers on existing elements. Demo: https://libs.protohiro.com/state-layers",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
7
  "main": "./dist/index.cjs",
@@ -12,7 +12,7 @@
12
12
  "url": "git+https://github.com/protohiro-com/state-layers.git",
13
13
  "directory": "packages/react"
14
14
  },
15
- "homepage": "https://github.com/protohiro-com/state-layers#readme",
15
+ "homepage": "https://libs.protohiro.com/state-layers",
16
16
  "bugs": {
17
17
  "url": "https://github.com/protohiro-com/state-layers/issues"
18
18
  },