@contentful/experiences-core 1.28.0-dev-20241219T0923-39c70d8.0 → 1.28.0-dev-20241219T0925-2765fe4.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 +1 -0
- 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
|
@@ -2517,6 +2517,7 @@ 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;
|
|
2520
2521
|
};
|
|
2521
2522
|
|
|
2522
2523
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|