@contentful/experiences-core 1.20.0-prerelease-20241029T0448-c96f5c6.0 → 1.20.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 +5 -3
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -575,7 +575,7 @@ const builtInStyles = {
|
|
|
575
575
|
displayName: 'Hyperlink behaviour',
|
|
576
576
|
type: 'Boolean',
|
|
577
577
|
defaultValue: false,
|
|
578
|
-
description: '
|
|
578
|
+
description: 'Open in new tab',
|
|
579
579
|
},
|
|
580
580
|
};
|
|
581
581
|
const optionalBuiltInStyles = {
|
|
@@ -762,7 +762,8 @@ const containerBuiltInStyles = {
|
|
|
762
762
|
type: 'Text',
|
|
763
763
|
group: 'style',
|
|
764
764
|
description: 'The margin of the container',
|
|
765
|
-
|
|
765
|
+
// Note: The UI overwrites '0 Auto 0 Auto' as the default value for top-level containers
|
|
766
|
+
defaultValue: '0 0 0 0',
|
|
766
767
|
},
|
|
767
768
|
cfMaxWidth: {
|
|
768
769
|
displayName: 'Max Width',
|
|
@@ -920,7 +921,8 @@ const columnsBuiltInStyles = {
|
|
|
920
921
|
type: 'Text',
|
|
921
922
|
group: 'style',
|
|
922
923
|
description: 'The margin of the columns',
|
|
923
|
-
|
|
924
|
+
// Note: The UI overwrites '0 Auto 0 Auto' as the default value for top-level columns
|
|
925
|
+
defaultValue: '0 0 0 0',
|
|
924
926
|
},
|
|
925
927
|
cfWidth: {
|
|
926
928
|
displayName: 'Width',
|