@contentful/experiences-core 1.17.1-dev-20241001T2049-be9eed3.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 +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
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: '
|
|
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(
|
|
803
|
+
defaultValue: 'rgba(204, 204, 204, 1)',
|
|
804
804
|
},
|
|
805
805
|
};
|
|
806
806
|
const singleColumnBuiltInStyles = {
|