@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 +2 -0
- package/dist/index.js.map +1 -1
- package/dist/renderApp.js +2 -0
- package/dist/renderApp.js.map +1 -1
- package/package.json +4 -4
package/dist/renderApp.js
CHANGED
|
@@ -44227,6 +44227,7 @@ const BreakpointSchema$1 = z
|
|
|
44227
44227
|
const BaseComponentTreeNodeSchema$1 = z.object({
|
|
44228
44228
|
id: ComponentTreeNodeIdSchema$1.optional(),
|
|
44229
44229
|
definitionId: DefinitionPropertyKeySchema$1,
|
|
44230
|
+
prebindingId: z.string().optional(),
|
|
44230
44231
|
displayName: z.string().optional(),
|
|
44231
44232
|
slotId: z.string().optional(),
|
|
44232
44233
|
variables: z.record(propertyKeySchema$1, ComponentPropertyValueSchema$1),
|
|
@@ -48973,6 +48974,7 @@ const BreakpointSchema = z
|
|
|
48973
48974
|
const BaseComponentTreeNodeSchema = z.object({
|
|
48974
48975
|
id: ComponentTreeNodeIdSchema.optional(),
|
|
48975
48976
|
definitionId: DefinitionPropertyKeySchema,
|
|
48977
|
+
prebindingId: z.string().optional(),
|
|
48976
48978
|
displayName: z.string().optional(),
|
|
48977
48979
|
slotId: z.string().optional(),
|
|
48978
48980
|
variables: z.record(propertyKeySchema, ComponentPropertyValueSchema),
|