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.
@@ -0,0 +1,5 @@
1
+ export { VEO_BLOCK_MIME, attachBlockDropTarget, attachDesignManipulator, createBuilderSession, initBuilderMode, startElementPicker, stopElementPicker } from './chunk-I7ZRBAUY.mjs';
2
+ import './chunk-N5IRKXLS.mjs';
3
+ import './chunk-PTG3BTJE.mjs';
4
+ //# sourceMappingURL=builder-T7233XIB.mjs.map
5
+ //# sourceMappingURL=builder-T7233XIB.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":[],"names":[],"mappings":"","file":"builder-Q6GDLAFC.mjs"}
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"builder-T7233XIB.mjs"}
package/dist/builder.cjs CHANGED
@@ -961,7 +961,7 @@ var GUIDE_STYLES = `
961
961
  z-index: ${GUIDE_Z_INDEX};
962
962
  pointer-events: none;
963
963
  }
964
- /* Backdrop atenuado (solo centro con backdrop activo). */
964
+ /* Backdrop atenuado (cualquier posici\xF3n flotante con backdrop activo). */
965
965
  .veo-composite-overlay--dim {
966
966
  background: rgba(0, 0, 0, 0.5);
967
967
  pointer-events: auto;
@@ -2364,7 +2364,7 @@ var CompositeRenderer = class extends BaseRenderer {
2364
2364
  } else {
2365
2365
  const overlay = doc.createElement("div");
2366
2366
  overlay.className = "veo-composite-overlay";
2367
- if (step.position === "center" && design.backdrop !== false) {
2367
+ if (design.backdrop !== false) {
2368
2368
  overlay.classList.add("veo-composite-overlay--dim");
2369
2369
  if (typeof design.backdropColor === "string") {
2370
2370
  overlay.style.background = design.backdropColor;