@contentful/experiences-visual-editor-react 1.33.0-beta.0 → 1.33.0-dev-20250220T1731-53c66f8.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/index.js
CHANGED
|
@@ -960,7 +960,7 @@ const PatternPropertyDefinitionsSchema$1 = z.record(propertyKeySchema$1, Pattern
|
|
|
960
960
|
const PatternPropertySchema$1 = z.object({
|
|
961
961
|
type: z.literal('BoundValue'),
|
|
962
962
|
path: z.string(),
|
|
963
|
-
|
|
963
|
+
contenType: z.string(),
|
|
964
964
|
});
|
|
965
965
|
const PatternPropertysSchema$1 = z.record(propertyKeySchema$1, PatternPropertySchema$1);
|
|
966
966
|
const BreakpointSchema$1 = z
|
|
@@ -3392,7 +3392,7 @@ const PatternPropertyDefinitionsSchema = z.record(propertyKeySchema, PatternProp
|
|
|
3392
3392
|
const PatternPropertySchema = z.object({
|
|
3393
3393
|
type: z.literal('BoundValue'),
|
|
3394
3394
|
path: z.string(),
|
|
3395
|
-
|
|
3395
|
+
contenType: z.string(),
|
|
3396
3396
|
});
|
|
3397
3397
|
const PatternPropertysSchema = z.record(propertyKeySchema, PatternPropertySchema);
|
|
3398
3398
|
const BreakpointSchema = z
|