@contentful/experiences-core 1.17.1-dev-20241001T2117-38a2023.0 → 1.17.1-dev-20241002T1713-b0fd86d.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
@@ -786,7 +786,7 @@ const dividerBuiltInStyles = {
786
786
  type: 'Text',
787
787
  group: 'style',
788
788
  description: 'The height of the divider',
789
- defaultValue: '2px',
789
+ defaultValue: '1px',
790
790
  },
791
791
  cfMaxWidth: {
792
792
  displayName: 'Max width',
@@ -800,7 +800,7 @@ const dividerBuiltInStyles = {
800
800
  type: 'Text',
801
801
  group: 'style',
802
802
  description: 'The background color of the divider',
803
- defaultValue: 'rgba(0, 0, 0, 0)',
803
+ defaultValue: 'rgba(204, 204, 204, 1)',
804
804
  },
805
805
  };
806
806
  const singleColumnBuiltInStyles = {