veo-sdk 0.5.13 → 0.5.14

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.cjs CHANGED
@@ -1118,7 +1118,7 @@ var init_styles = __esm({
1118
1118
  z-index: ${GUIDE_Z_INDEX};
1119
1119
  pointer-events: none;
1120
1120
  }
1121
- /* Backdrop atenuado (solo centro con backdrop activo). */
1121
+ /* Backdrop atenuado (cualquier posici\xF3n flotante con backdrop activo). */
1122
1122
  .veo-composite-overlay--dim {
1123
1123
  background: rgba(0, 0, 0, 0.5);
1124
1124
  pointer-events: auto;
@@ -2675,7 +2675,7 @@ var init_composite_renderer = __esm({
2675
2675
  } else {
2676
2676
  const overlay = doc.createElement("div");
2677
2677
  overlay.className = "veo-composite-overlay";
2678
- if (step.position === "center" && design.backdrop !== false) {
2678
+ if (design.backdrop !== false) {
2679
2679
  overlay.classList.add("veo-composite-overlay--dim");
2680
2680
  if (typeof design.backdropColor === "string") {
2681
2681
  overlay.style.background = design.backdropColor;