@contentful/experiences-components-react 3.4.1-dev-20250901T1444-72c17a2.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
@@ -1348,6 +1348,7 @@ const BreakpointSchema = z
1348
1348
  const BaseComponentTreeNodeSchema = z.object({
1349
1349
  id: ComponentTreeNodeIdSchema.optional(),
1350
1350
  definitionId: DefinitionPropertyKeySchema,
1351
+ prebindingId: z.string().optional(),
1351
1352
  displayName: z.string().optional(),
1352
1353
  slotId: z.string().optional(),
1353
1354
  variables: z.record(propertyKeySchema, ComponentPropertyValueSchema),