@flemo/react 1.0.1 → 1.0.3

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 (3) hide show
  1. package/README.md +2 -2
  2. package/dist/index.mjs +590 -583
  3. package/package.json +7 -5
package/README.md CHANGED
@@ -28,9 +28,9 @@ dependency. Apps that only need transition compilers or the navigation queue can
28
28
 
29
29
  ## Documentation
30
30
 
31
- See [flemo-web.vercel.app](https://flemo-web.vercel.app) for the full guide — getting started,
31
+ See [flemo.dev](https://flemo.dev) for the full guide — getting started,
32
32
  transitions, shared-element morphs, gestures, and the complete API reference. A live playground is
33
- at [flemo-web.vercel.app/playground](https://flemo-web.vercel.app/playground).
33
+ at [flemo.dev/playground](https://flemo.dev/playground).
34
34
 
35
35
  ## License
36
36