@contentful/experiences-visual-editor-react 1.17.0 → 1.17.1-dev-20240930T2125-003fb9f.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 +4 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# @contentful/experiences-visual-editor-react
|
|
2
2
|
|
|
3
|
+
## Private Package Notice
|
|
4
|
+
|
|
5
|
+
*Note*: This package is not meant to be used directly by the end user. It is a dependency for the Studio Experiences packages. Changes to this package are not guaranteed to follow semantic versioning and may break without notice if used directly.
|
|
6
|
+
|
|
3
7
|
### Purpose
|
|
4
8
|
- Handles the canvas interaction logic with dragging, hitboxes, dropzones, reparenting, and communicating with the parent frame to ensure a smooth drag and drop experience.
|
|
5
9
|
- Note that this package is framework specific to React.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contentful/experiences-visual-editor-react",
|
|
3
|
-
"version": "1.17.0",
|
|
3
|
+
"version": "1.17.1-dev-20240930T2125-003fb9f.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"depcruise": "depcruise src"
|
|
36
36
|
},
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@contentful/experiences-components-react": "1.17.0",
|
|
39
|
-
"@contentful/experiences-core": "1.17.0",
|
|
38
|
+
"@contentful/experiences-components-react": "1.17.1-dev-20240930T2125-003fb9f.0",
|
|
39
|
+
"@contentful/experiences-core": "1.17.1-dev-20240930T2125-003fb9f.0",
|
|
40
40
|
"@hello-pangea/dnd": "^16.3.0",
|
|
41
41
|
"classnames": "^2.3.2",
|
|
42
42
|
"contentful": "^10.6.14",
|
|
@@ -80,5 +80,5 @@
|
|
|
80
80
|
"react": ">=17.0.0",
|
|
81
81
|
"react-dom": ">=17.0.0"
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "75dc99ac9c03007608483a2e84e14d94b7d924bc"
|
|
84
84
|
}
|