@contentful/experiences-visual-editor-react 3.6.2-beta.0 → 3.6.2-dev-20250912T1534-a44407f.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
@@ -344,7 +344,7 @@ const optionalBuiltInStyles = {
344
344
  type: 'Media',
345
345
  description: 'Image to display',
346
346
  validations: {
347
- bindingSourceType: ['entry', 'asset', 'manual'],
347
+ bindingSourceType: ['asset', 'entry', 'manual'],
348
348
  },
349
349
  },
350
350
  cfImageOptions: {
@@ -369,7 +369,7 @@ const optionalBuiltInStyles = {
369
369
  type: 'Media',
370
370
  description: 'Background image for component',
371
371
  validations: {
372
- bindingSourceType: ['entry', 'asset', 'manual'],
372
+ bindingSourceType: ['asset', 'entry', 'manual'],
373
373
  },
374
374
  },
375
375
  cfBackgroundImageOptions: {