@contentful/experiences-visual-editor-react 1.41.0-dev-20250611T1249-85aabd5.0 → 1.41.0-dev-20250612T0852-ddef0ff.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
@@ -724,7 +724,6 @@ const ComponentPropertyValueSchema$1 = z.discriminatedUnion('type', [
724
724
  const PatternPropertySchema$1 = z.object({
725
725
  type: z.literal('BoundValue'),
726
726
  path: z.string(),
727
- contentType: z.string(),
728
727
  });
729
728
  const PatternPropertiesSchema$1 = z.record(propertyKeySchema$1, PatternPropertySchema$1);
730
729
  const BreakpointSchema$1 = z
@@ -3568,7 +3567,6 @@ const ComponentPropertyValueSchema = z.discriminatedUnion('type', [
3568
3567
  const PatternPropertySchema = z.object({
3569
3568
  type: z.literal('BoundValue'),
3570
3569
  path: z.string(),
3571
- contentType: z.string(),
3572
3570
  });
3573
3571
  const PatternPropertiesSchema = z.record(propertyKeySchema, PatternPropertySchema);
3574
3572
  const BreakpointSchema = z