@contentful/experiences-core 1.13.0-dev-20240830T1602-258f5aa.0 → 1.13.0-dev-20240902T1636-934c495.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 +7 -0
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -710,6 +710,13 @@ const containerBuiltInStyles = {
|
|
|
710
710
|
cfBorderRadius: optionalBuiltInStyles.cfBorderRadius,
|
|
711
711
|
cfBackgroundImageUrl: optionalBuiltInStyles.cfBackgroundImageUrl,
|
|
712
712
|
cfBackgroundImageOptions: optionalBuiltInStyles.cfBackgroundImageOptions,
|
|
713
|
+
cfMargin: {
|
|
714
|
+
displayName: 'Margin',
|
|
715
|
+
type: 'Text',
|
|
716
|
+
group: 'style',
|
|
717
|
+
description: 'The margin of the section',
|
|
718
|
+
defaultValue: '0 auto 0 auto',
|
|
719
|
+
},
|
|
713
720
|
cfMaxWidth: {
|
|
714
721
|
displayName: 'Max Width',
|
|
715
722
|
type: 'Text',
|