@contentful/experiences-core 3.6.2-beta.0 → 3.6.2-dev-20250912T1252-251a338.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
@@ -347,7 +347,7 @@ const optionalBuiltInStyles = {
347
347
  type: 'Media',
348
348
  description: 'Image to display',
349
349
  validations: {
350
- bindingSourceType: ['entry', 'asset', 'manual'],
350
+ bindingSourceType: ['asset', 'entry', 'manual'],
351
351
  },
352
352
  },
353
353
  cfImageOptions: {
@@ -372,7 +372,7 @@ const optionalBuiltInStyles = {
372
372
  type: 'Media',
373
373
  description: 'Background image for component',
374
374
  validations: {
375
- bindingSourceType: ['entry', 'asset', 'manual'],
375
+ bindingSourceType: ['asset', 'entry', 'manual'],
376
376
  },
377
377
  },
378
378
  cfBackgroundImageOptions: {