@contentful/experiences-components-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
@@ -507,7 +507,7 @@ const ImageComponentDefinition = {
507
507
  type: 'Text',
508
508
  description: 'Alternative text for the image',
509
509
  validations: {
510
- bindingSourceType: ['entry', 'manual', 'asset'],
510
+ bindingSourceType: ['asset', 'entry', 'manual'],
511
511
  },
512
512
  },
513
513
  },
@@ -770,7 +770,7 @@ const optionalBuiltInStyles = {
770
770
  type: 'Media',
771
771
  description: 'Image to display',
772
772
  validations: {
773
- bindingSourceType: ['entry', 'asset', 'manual'],
773
+ bindingSourceType: ['asset', 'entry', 'manual'],
774
774
  },
775
775
  },
776
776
  cfImageOptions: {
@@ -795,7 +795,7 @@ const optionalBuiltInStyles = {
795
795
  type: 'Media',
796
796
  description: 'Background image for component',
797
797
  validations: {
798
- bindingSourceType: ['entry', 'asset', 'manual'],
798
+ bindingSourceType: ['asset', 'entry', 'manual'],
799
799
  },
800
800
  },
801
801
  cfBackgroundImageOptions: {