onda-engine 0.1.1 → 0.2.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/cinema.js CHANGED
@@ -1184,7 +1184,7 @@ function SceneTracks({
1184
1184
  const key = entry.id ?? `entry-${ei}`;
1185
1185
  const slot = createElement(EntrySlot, { entry, registry, suppress: suppress?.get(entry) });
1186
1186
  if (!responsive) return cloneElement(slot, { key });
1187
- const t = Components.responsiveEntryTransform(
1187
+ const t = Components.isFullBleed(entry.props, responsive.design) ? Components.responsiveCoverTransform(responsive.design, responsive.out) : Components.responsiveEntryTransform(
1188
1188
  Components.entryDesignAnchor(entry.props),
1189
1189
  responsive.design,
1190
1190
  responsive.out