@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/index.js
CHANGED
|
@@ -131,7 +131,6 @@ const CF_STYLE_ATTRIBUTES = [
|
|
|
131
131
|
'cfTextUnderline',
|
|
132
132
|
];
|
|
133
133
|
const EMPTY_CONTAINER_SIZE$1 = '80px';
|
|
134
|
-
const DEFAULT_IMAGE_WIDTH = '500px';
|
|
135
134
|
var PostMessageMethods$3;
|
|
136
135
|
(function (PostMessageMethods) {
|
|
137
136
|
PostMessageMethods["REQUEST_ENTITIES"] = "REQUEST_ENTITIES";
|
|
@@ -353,9 +352,9 @@ const optionalBuiltInStyles = {
|
|
|
353
352
|
type: 'Object',
|
|
354
353
|
group: 'style',
|
|
355
354
|
defaultValue: {
|
|
356
|
-
width:
|
|
355
|
+
width: '100%',
|
|
357
356
|
height: '100%',
|
|
358
|
-
targetSize:
|
|
357
|
+
targetSize: 'unset',
|
|
359
358
|
},
|
|
360
359
|
},
|
|
361
360
|
cfBackgroundColor: {
|