@contentful/experiences-visual-editor-react 3.2.1-dev-20250818T1739-df3d95e.0 → 3.2.1-dev-20250819T1408-2dcca7e.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 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: DEFAULT_IMAGE_WIDTH,
355
+ width: '100%',
357
356
  height: '100%',
358
- targetSize: DEFAULT_IMAGE_WIDTH,
357
+ targetSize: 'unset',
359
358
  },
360
359
  },
361
360
  cfBackgroundColor: {