@contentful/experiences-visual-editor-react 1.27.0 → 1.27.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 +2 -3
- package/dist/index.js.map +1 -1
- package/dist/renderApp.js +2 -3
- package/dist/renderApp.js.map +1 -1
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -569,7 +569,7 @@ const builtInStyles = {
|
|
|
569
569
|
defaultValue: '0px',
|
|
570
570
|
},
|
|
571
571
|
cfHyperlink: {
|
|
572
|
-
displayName: '
|
|
572
|
+
displayName: 'URL',
|
|
573
573
|
type: 'Hyperlink',
|
|
574
574
|
defaultValue: '',
|
|
575
575
|
validations: {
|
|
@@ -578,7 +578,7 @@ const builtInStyles = {
|
|
|
578
578
|
description: 'hyperlink for section or container',
|
|
579
579
|
},
|
|
580
580
|
cfOpenInNewTab: {
|
|
581
|
-
displayName: '
|
|
581
|
+
displayName: 'URL behaviour',
|
|
582
582
|
type: 'Boolean',
|
|
583
583
|
defaultValue: false,
|
|
584
584
|
description: 'Open in new tab',
|
|
@@ -1612,7 +1612,6 @@ const getValueForBreakpoint = (valuesByBreakpoint, breakpoints, activeBreakpoint
|
|
|
1612
1612
|
// Old design properties did not support breakpoints, keep for backward compatibility
|
|
1613
1613
|
return valuesByBreakpoint;
|
|
1614
1614
|
}
|
|
1615
|
-
return undefined;
|
|
1616
1615
|
};
|
|
1617
1616
|
|
|
1618
1617
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|