@hua-labs/motion-core 2.2.1 → 2.2.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 +11 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -155,9 +155,19 @@ function Hero() {
155
155
 
156
156
  [Full Documentation](https://docs.hua-labs.com)
157
157
 
158
+ ## Documentation
159
+
160
+ - [Detailed Guide](./DETAILED_GUIDE.md)
161
+ - [Documentation Site](https://docs.hua-labs.com)
162
+
158
163
  ## Related Packages
159
164
 
160
- - [`@hua-labs/hua`](https://www.npmjs.com/package/@hua-labs/hua)
165
+ - [`@hua-labs/pro`](https://www.npmjs.com/package/@hua-labs/pro) — Advanced motion hooks (orchestration, auto-animations)
166
+ - [`@hua-labs/hua`](https://www.npmjs.com/package/@hua-labs/hua) — Framework (includes motion)
167
+
168
+ ## Requirements
169
+
170
+ React >= 19.0.0 · React DOM >= 19.0.0 · TypeScript >= 5.9
161
171
 
162
172
  ## License
163
173
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hua-labs/motion-core",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "description": "HUA Motion Core - Essential animation hooks for React developers",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",