@contentful/experiences-visual-editor-react 3.2.1-dev-20250818T1739-df3d95e.0 → 3.3.0-dev-20250820T0833-ebaaa11.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/dist/index.js +2 -3
- package/dist/index.js.map +1 -1
- package/dist/renderApp.js +2 -3
- package/dist/renderApp.js.map +1 -1
- package/package.json +4 -4
package/dist/renderApp.js
CHANGED
|
@@ -43569,7 +43569,6 @@ const CF_STYLE_ATTRIBUTES = [
|
|
|
43569
43569
|
'cfTextUnderline',
|
|
43570
43570
|
];
|
|
43571
43571
|
const EMPTY_CONTAINER_SIZE$1 = '80px';
|
|
43572
|
-
const DEFAULT_IMAGE_WIDTH = '500px';
|
|
43573
43572
|
var PostMessageMethods$3;
|
|
43574
43573
|
(function (PostMessageMethods) {
|
|
43575
43574
|
PostMessageMethods["REQUEST_ENTITIES"] = "REQUEST_ENTITIES";
|
|
@@ -43791,9 +43790,9 @@ const optionalBuiltInStyles = {
|
|
|
43791
43790
|
type: 'Object',
|
|
43792
43791
|
group: 'style',
|
|
43793
43792
|
defaultValue: {
|
|
43794
|
-
width:
|
|
43793
|
+
width: '100%',
|
|
43795
43794
|
height: '100%',
|
|
43796
|
-
targetSize:
|
|
43795
|
+
targetSize: 'unset',
|
|
43797
43796
|
},
|
|
43798
43797
|
},
|
|
43799
43798
|
cfBackgroundColor: {
|