@contentful/experiences-visual-editor-react 1.0.2 → 1.0.3-dev-20240411T1126-a9b0ce0.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 +7 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1 +1,7 @@
|
|
|
1
|
-
# visual-editor
|
|
1
|
+
# @contentful/experiences-visual-editor-react
|
|
2
|
+
|
|
3
|
+
This package provides a visual editor for the [Experiences SDK](https://www.contentful.com/developers/docs/experiences/set-up-experiences-sdk/). It implements drag-and-drop functionality into the canvas, making the creation and editing of experiences more intuitive and user-friendly.
|
|
4
|
+
|
|
5
|
+
## Documentation
|
|
6
|
+
|
|
7
|
+
Please refer to our [Documentation](https://www.contentful.com/developers/docs/experiences/) to learn more about it.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentful/experiences-visual-editor-react",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3-dev-20240411T1126-a9b0ce0.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"depcruise": "depcruise src"
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@contentful/experiences-components-react": "
|
|
31
|
-
"@contentful/experiences-core": "
|
|
30
|
+
"@contentful/experiences-components-react": "1.0.3-dev-20240411T1126-a9b0ce0.0",
|
|
31
|
+
"@contentful/experiences-core": "1.0.3-dev-20240411T1126-a9b0ce0.0",
|
|
32
32
|
"@hello-pangea/dnd": "^16.3.0",
|
|
33
33
|
"classnames": "^2.3.2",
|
|
34
34
|
"contentful": "^10.6.14",
|
|
@@ -69,5 +69,5 @@
|
|
|
69
69
|
"react": ">=17.0.0",
|
|
70
70
|
"react-dom": ">=17.0.0"
|
|
71
71
|
},
|
|
72
|
-
"gitHead": "
|
|
72
|
+
"gitHead": "a9b0ce06e4f999370f75863edf4a7334bba2d414"
|
|
73
73
|
}
|