@contentful/experiences-core 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
@@ -953,7 +953,6 @@ const ComponentPropertyValueSchema = z.discriminatedUnion('type', [
953
953
  const PatternPropertySchema = z.object({
954
954
  type: z.literal('BoundValue'),
955
955
  path: z.string(),
956
- contentType: z.string(),
957
956
  });
958
957
  const PatternPropertiesSchema = z.record(propertyKeySchema, PatternPropertySchema);
959
958
  const BreakpointSchema = z