@contentful/experiences-visual-editor-react 3.4.1-dev-20250901T1444-62c96a8.0 → 3.5.0-dev-20250902T0640-ab0b512.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
@@ -763,6 +763,7 @@ const BreakpointSchema$1 = z
763
763
  const BaseComponentTreeNodeSchema$1 = z.object({
764
764
  id: ComponentTreeNodeIdSchema$1.optional(),
765
765
  definitionId: DefinitionPropertyKeySchema$1,
766
+ prebindingId: z.string().optional(),
766
767
  displayName: z.string().optional(),
767
768
  slotId: z.string().optional(),
768
769
  variables: z.record(propertyKeySchema$1, ComponentPropertyValueSchema$1),
@@ -3577,6 +3578,7 @@ const BreakpointSchema = z
3577
3578
  const BaseComponentTreeNodeSchema = z.object({
3578
3579
  id: ComponentTreeNodeIdSchema.optional(),
3579
3580
  definitionId: DefinitionPropertyKeySchema,
3581
+ prebindingId: z.string().optional(),
3580
3582
  displayName: z.string().optional(),
3581
3583
  slotId: z.string().optional(),
3582
3584
  variables: z.record(propertyKeySchema, ComponentPropertyValueSchema),