@contentful/experiences-visual-editor-react 1.7.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 CHANGED
@@ -659,7 +659,6 @@ const builtInStyles = {
659
659
  type: 'Text',
660
660
  group: 'style',
661
661
  description: 'The background color of the section',
662
- defaultValue: 'rgba(255, 255, 255, 0)',
663
662
  },
664
663
  cfWidth: {
665
664
  displayName: 'Width',
@@ -2977,6 +2976,8 @@ const deserializeAssemblyNode = ({ node, nodeId, nodeLocation, parentId, assembl
2977
2976
  nodeLocation: nodeLocation || null,
2978
2977
  },
2979
2978
  blockId: node.definitionId,
2979
+ slotId: node.slotId,
2980
+ displayName: node.displayName,
2980
2981
  props: childNodeVariable,
2981
2982
  dataSource,
2982
2983
  unboundValues,