@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/renderApp.js CHANGED
@@ -43345,7 +43345,6 @@ const ComponentPropertyValueSchema$1 = z.discriminatedUnion('type', [
43345
43345
  const PatternPropertySchema$1 = z.object({
43346
43346
  type: z.literal('BoundValue'),
43347
43347
  path: z.string(),
43348
- contentType: z.string(),
43349
43348
  });
43350
43349
  const PatternPropertiesSchema$1 = z.record(propertyKeySchema$1, PatternPropertySchema$1);
43351
43350
  const BreakpointSchema$1 = z
@@ -58482,7 +58481,6 @@ const ComponentPropertyValueSchema = z.discriminatedUnion('type', [
58482
58481
  const PatternPropertySchema = z.object({
58483
58482
  type: z.literal('BoundValue'),
58484
58483
  path: z.string(),
58485
- contentType: z.string(),
58486
58484
  });
58487
58485
  const PatternPropertiesSchema = z.record(propertyKeySchema, PatternPropertySchema);
58488
58486
  const BreakpointSchema = z