@fundamental-engine/react 0.7.0 → 0.8.0
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 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -121,12 +121,12 @@ Router, render it from a Client Component (`'use client'`).
|
|
|
121
121
|
## Recipes & data binding
|
|
122
122
|
|
|
123
123
|
To apply a named recipe or bind data to the field, use `applyRecipe()` / `bindData()` from
|
|
124
|
-
[`@fundamental-engine/dom`](../
|
|
124
|
+
[`@fundamental-engine/dom`](../dom) against a ref'd container. Browse all 64 recipes at
|
|
125
125
|
[`/docs/gallery`](https://fundamental-engine.com/docs/gallery).
|
|
126
126
|
|
|
127
127
|
## Related
|
|
128
128
|
|
|
129
|
-
[`@fundamental-engine/core`](../core) · [`@fundamental-engine/dom`](../
|
|
129
|
+
[`@fundamental-engine/core`](../core) · [`@fundamental-engine/dom`](../dom) · [`@fundamental-engine/elements`](../elements)
|
|
130
130
|
· [`@fundamental-engine/vanilla`](../vanilla) · the [documentation map](../../docs/README.md).
|
|
131
131
|
|
|
132
132
|
## License
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fundamental-engine/react",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.8.0",
|
|
4
4
|
"description": "React adapter for Fundamental — a reciprocal DOM-physics field as a <FieldField> component + useFieldField hook.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -45,8 +45,8 @@
|
|
|
45
45
|
"access": "public"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@fundamental-engine/dom": "0.
|
|
49
|
-
"@fundamental-engine/core": "0.
|
|
48
|
+
"@fundamental-engine/dom": "0.8.0",
|
|
49
|
+
"@fundamental-engine/core": "0.8.0"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
52
|
"react": ">=18"
|