@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/renderApp.js CHANGED
@@ -43808,7 +43808,7 @@ const optionalBuiltInStyles = {
43808
43808
  type: 'Media',
43809
43809
  description: 'Image to display',
43810
43810
  validations: {
43811
- bindingSourceType: ['entry', 'asset', 'manual'],
43811
+ bindingSourceType: ['asset', 'entry', 'manual'],
43812
43812
  },
43813
43813
  },
43814
43814
  cfImageOptions: {
@@ -43833,7 +43833,7 @@ const optionalBuiltInStyles = {
43833
43833
  type: 'Media',
43834
43834
  description: 'Background image for component',
43835
43835
  validations: {
43836
- bindingSourceType: ['entry', 'asset', 'manual'],
43836
+ bindingSourceType: ['asset', 'entry', 'manual'],
43837
43837
  },
43838
43838
  },
43839
43839
  cfBackgroundImageOptions: {