@contentful/experiences-core 1.15.1 → 1.15.2-dev-20240912T1315-2813a80.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 CHANGED
@@ -1949,7 +1949,7 @@ const indexByBreakpoint = ({ variables, breakpointIds, getBoundEntityById, unbou
1949
1949
  continue;
1950
1950
  }
1951
1951
  for (const [breakpointId, variableValue] of Object.entries(resolvedVariableData.valuesByBreakpoint)) {
1952
- if (!variableValue) {
1952
+ if (typeof variableValue !== 'boolean' && !variableValue) {
1953
1953
  continue;
1954
1954
  }
1955
1955
  variableValuesByBreakpoints[breakpointId] = {