@contentful/experiences-visual-editor-react 1.33.0-dev-20250220T1731-53c66f8.0 → 1.33.0-dev-20250220T1736-25107a5.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 -2
- package/dist/index.js.map +1 -1
- package/dist/renderApp.js +2 -2
- package/dist/renderApp.js.map +1 -1
- package/package.json +4 -4
package/dist/renderApp.js
CHANGED
|
@@ -43581,7 +43581,7 @@ const PatternPropertyDefinitionsSchema$1 = z.record(propertyKeySchema$1, Pattern
|
|
|
43581
43581
|
const PatternPropertySchema$1 = z.object({
|
|
43582
43582
|
type: z.literal('BoundValue'),
|
|
43583
43583
|
path: z.string(),
|
|
43584
|
-
|
|
43584
|
+
contentType: z.string(),
|
|
43585
43585
|
});
|
|
43586
43586
|
const PatternPropertysSchema$1 = z.record(propertyKeySchema$1, PatternPropertySchema$1);
|
|
43587
43587
|
const BreakpointSchema$1 = z
|
|
@@ -58306,7 +58306,7 @@ const PatternPropertyDefinitionsSchema = z.record(propertyKeySchema, PatternProp
|
|
|
58306
58306
|
const PatternPropertySchema = z.object({
|
|
58307
58307
|
type: z.literal('BoundValue'),
|
|
58308
58308
|
path: z.string(),
|
|
58309
|
-
|
|
58309
|
+
contentType: z.string(),
|
|
58310
58310
|
});
|
|
58311
58311
|
const PatternPropertysSchema = z.record(propertyKeySchema, PatternPropertySchema);
|
|
58312
58312
|
const BreakpointSchema = z
|