@contentful/experiences-visual-editor-react 1.33.2-dev-20250226T1247-7e3b57f.0 → 1.33.2-dev-20250226T2047-b9a00dc.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
|
@@ -43571,6 +43571,7 @@ const PatternPropertyDefinitionSchema$1 = z.object({
|
|
|
43571
43571
|
.object({
|
|
43572
43572
|
path: z.string(),
|
|
43573
43573
|
type: z.literal('BoundValue'),
|
|
43574
|
+
contentType: z.string(),
|
|
43574
43575
|
})
|
|
43575
43576
|
.optional(),
|
|
43576
43577
|
contentTypes: z.record(z.string(), z.any()),
|
|
@@ -58297,6 +58298,7 @@ const PatternPropertyDefinitionSchema = z.object({
|
|
|
58297
58298
|
.object({
|
|
58298
58299
|
path: z.string(),
|
|
58299
58300
|
type: z.literal('BoundValue'),
|
|
58301
|
+
contentType: z.string(),
|
|
58300
58302
|
})
|
|
58301
58303
|
.optional(),
|
|
58302
58304
|
contentTypes: z.record(z.string(), z.any()),
|