@contentful/experiences-visual-editor-react 1.33.0 → 1.33.1-dev-20250224T1251-60d25bc.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
|
@@ -43659,6 +43659,7 @@ const THUMBNAIL_IDS$1 = [
|
|
|
43659
43659
|
'diamondsFour',
|
|
43660
43660
|
'cards',
|
|
43661
43661
|
'textColumns',
|
|
43662
|
+
'duplex',
|
|
43662
43663
|
];
|
|
43663
43664
|
const ComponentSettingsSchema$1 = z.object({
|
|
43664
43665
|
variableDefinitions: ComponentVariablesSchema$1,
|
|
@@ -58384,6 +58385,7 @@ const THUMBNAIL_IDS = [
|
|
|
58384
58385
|
'diamondsFour',
|
|
58385
58386
|
'cards',
|
|
58386
58387
|
'textColumns',
|
|
58388
|
+
'duplex',
|
|
58387
58389
|
];
|
|
58388
58390
|
const ComponentSettingsSchema = z.object({
|
|
58389
58391
|
variableDefinitions: ComponentVariablesSchema,
|