@contentful/experiences-core 1.17.2-dev-20241004T1347-4b9346f.0 → 1.17.2-dev-20241004T1906-f3fb9a4.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
|
@@ -753,7 +753,7 @@ const containerBuiltInStyles = {
|
|
|
753
753
|
displayName: 'Margin',
|
|
754
754
|
type: 'Text',
|
|
755
755
|
group: 'style',
|
|
756
|
-
description: 'The margin of the
|
|
756
|
+
description: 'The margin of the container',
|
|
757
757
|
defaultValue: '0 auto 0 auto',
|
|
758
758
|
},
|
|
759
759
|
cfMaxWidth: {
|
|
@@ -912,7 +912,7 @@ const columnsBuiltInStyles = {
|
|
|
912
912
|
type: 'Text',
|
|
913
913
|
group: 'style',
|
|
914
914
|
description: 'The margin of the columns',
|
|
915
|
-
defaultValue: '0
|
|
915
|
+
defaultValue: '0 auto 0 auto',
|
|
916
916
|
},
|
|
917
917
|
cfWidth: {
|
|
918
918
|
displayName: 'Width',
|