@contentful/experiences-visual-editor-react 1.42.0-prerelease-20250620T1340-2128bcf.0 → 1.42.0-prerelease-20250620T1900-059481b.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
@@ -721,11 +721,11 @@ const ComponentPropertyValueSchema$1 = z.discriminatedUnion('type', [
721
721
  ]);
722
722
  // TODO: finalize schema structure before release
723
723
  // https://contentful.atlassian.net/browse/LUMOS-523
724
- const PatternPropertySchema$1 = z.object({
724
+ const ParameterSchema$1 = z.object({
725
725
  type: z.literal('BoundValue'),
726
726
  path: z.string(),
727
727
  });
728
- const ParametersSchema$1 = z.record(propertyKeySchema$1, PatternPropertySchema$1);
728
+ const ParametersSchema$1 = z.record(propertyKeySchema$1, ParameterSchema$1);
729
729
  const BreakpointSchema$1 = z
730
730
  .object({
731
731
  id: propertyKeySchema$1,
@@ -3578,11 +3578,11 @@ const ComponentPropertyValueSchema = z.discriminatedUnion('type', [
3578
3578
  ]);
3579
3579
  // TODO: finalize schema structure before release
3580
3580
  // https://contentful.atlassian.net/browse/LUMOS-523
3581
- const PatternPropertySchema = z.object({
3581
+ const ParameterSchema = z.object({
3582
3582
  type: z.literal('BoundValue'),
3583
3583
  path: z.string(),
3584
3584
  });
3585
- const ParametersSchema = z.record(propertyKeySchema, PatternPropertySchema);
3585
+ const ParametersSchema = z.record(propertyKeySchema, ParameterSchema);
3586
3586
  const BreakpointSchema = z
3587
3587
  .object({
3588
3588
  id: propertyKeySchema,