@contentful/experiences-core 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/types.d.ts +1 -1
- package/dist/utils/breakpoints.d.ts +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -565,7 +565,7 @@ const builtInStyles = {
|
|
|
565
565
|
defaultValue: '0px',
|
|
566
566
|
},
|
|
567
567
|
cfHyperlink: {
|
|
568
|
-
displayName: '
|
|
568
|
+
displayName: 'URL',
|
|
569
569
|
type: 'Hyperlink',
|
|
570
570
|
defaultValue: '',
|
|
571
571
|
validations: {
|
|
@@ -574,7 +574,7 @@ const builtInStyles = {
|
|
|
574
574
|
description: 'hyperlink for section or container',
|
|
575
575
|
},
|
|
576
576
|
cfOpenInNewTab: {
|
|
577
|
-
displayName: '
|
|
577
|
+
displayName: 'URL behaviour',
|
|
578
578
|
type: 'Boolean',
|
|
579
579
|
defaultValue: false,
|
|
580
580
|
description: 'Open in new tab',
|
|
@@ -2517,7 +2517,6 @@ const getValueForBreakpoint = (valuesByBreakpoint, breakpoints, activeBreakpoint
|
|
|
2517
2517
|
// Old design properties did not support breakpoints, keep for backward compatibility
|
|
2518
2518
|
return valuesByBreakpoint;
|
|
2519
2519
|
}
|
|
2520
|
-
return undefined;
|
|
2521
2520
|
};
|
|
2522
2521
|
|
|
2523
2522
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|