@contentful/experiences-visual-editor-react 1.33.0-dev-20250220T1736-25107a5.0 → 1.33.1-beta.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/index.js
CHANGED
|
@@ -1038,6 +1038,7 @@ const THUMBNAIL_IDS$1 = [
|
|
|
1038
1038
|
'diamondsFour',
|
|
1039
1039
|
'cards',
|
|
1040
1040
|
'textColumns',
|
|
1041
|
+
'duplex',
|
|
1041
1042
|
];
|
|
1042
1043
|
const ComponentSettingsSchema$1 = z.object({
|
|
1043
1044
|
variableDefinitions: ComponentVariablesSchema$1,
|
|
@@ -3470,6 +3471,7 @@ const THUMBNAIL_IDS = [
|
|
|
3470
3471
|
'diamondsFour',
|
|
3471
3472
|
'cards',
|
|
3472
3473
|
'textColumns',
|
|
3474
|
+
'duplex',
|
|
3473
3475
|
];
|
|
3474
3476
|
const ComponentSettingsSchema = z.object({
|
|
3475
3477
|
variableDefinitions: ComponentVariablesSchema,
|