@rootnative/inertia-gradients 0.0.0-alpha.0 → 0.0.0-alpha.1
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.
- package/README.md +2 -0
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -91,6 +91,8 @@ Pass `initial` to override the mount-frame values (so the component starts somew
|
|
|
91
91
|
- Full docs: [https://rootnative.github.io/inertia/docs/gradients](https://rootnative.github.io/inertia/docs/gradients)
|
|
92
92
|
- Core library: [`@rootnative/inertia`](../core)
|
|
93
93
|
|
|
94
|
+
AI agents: this package ships its own copy of the reference — read `node_modules/@rootnative/inertia-gradients/llms.txt` for the full API, no network needed.
|
|
95
|
+
|
|
94
96
|
## License
|
|
95
97
|
|
|
96
98
|
[MIT](./LICENSE) © RootNative
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rootnative/inertia-gradients",
|
|
3
|
-
"version": "0.0.0-alpha.
|
|
3
|
+
"version": "0.0.0-alpha.1",
|
|
4
4
|
"description": "Animated linear gradient primitive for @rootnative/inertia, built on expo-linear-gradient.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "RootNative",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
"!**/*.test.*"
|
|
50
50
|
],
|
|
51
51
|
"peerDependencies": {
|
|
52
|
-
"@rootnative/inertia": ">=0.0.0-alpha.
|
|
52
|
+
"@rootnative/inertia": ">=0.0.0-alpha.1",
|
|
53
53
|
"expo-linear-gradient": ">=14.0.0",
|
|
54
54
|
"react": ">=19.0.0",
|
|
55
55
|
"react-native": ">=0.81.0",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"size-limit": "^11.1.0",
|
|
71
71
|
"tsup": "^8.3.5",
|
|
72
72
|
"typescript": "^5.7.3",
|
|
73
|
-
"@rootnative/inertia": "0.0.0-alpha.
|
|
73
|
+
"@rootnative/inertia": "0.0.0-alpha.1"
|
|
74
74
|
},
|
|
75
75
|
"publishConfig": {
|
|
76
76
|
"access": "public"
|