@contentful/experiences-visual-editor-react 1.7.0-dev-20240607T0931-3af8e08.0 → 1.7.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 -1
- package/dist/index.js.map +1 -1
- package/dist/renderApp.js +2 -1
- package/dist/renderApp.js.map +1 -1
- package/package.json +4 -4
package/dist/renderApp.js
CHANGED
|
@@ -42582,7 +42582,6 @@ const builtInStyles = {
|
|
|
42582
42582
|
type: 'Text',
|
|
42583
42583
|
group: 'style',
|
|
42584
42584
|
description: 'The background color of the section',
|
|
42585
|
-
defaultValue: 'rgba(255, 255, 255, 0)',
|
|
42586
42585
|
},
|
|
42587
42586
|
cfWidth: {
|
|
42588
42587
|
displayName: 'Width',
|
|
@@ -55897,6 +55896,8 @@ const deserializeAssemblyNode = ({ node, nodeId, nodeLocation, parentId, assembl
|
|
|
55897
55896
|
nodeLocation: nodeLocation || null,
|
|
55898
55897
|
},
|
|
55899
55898
|
blockId: node.definitionId,
|
|
55899
|
+
slotId: node.slotId,
|
|
55900
|
+
displayName: node.displayName,
|
|
55900
55901
|
props: childNodeVariable,
|
|
55901
55902
|
dataSource,
|
|
55902
55903
|
unboundValues,
|