veo-sdk 0.5.11 → 0.5.12

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-X7G6TBYG.mjs';
2
+ import './chunk-HXLCU7XW.mjs';
3
+ import './chunk-PTG3BTJE.mjs';
4
+ //# sourceMappingURL=builder-VIBRGCEY.mjs.map
5
+ //# sourceMappingURL=builder-VIBRGCEY.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":[],"names":[],"mappings":"","file":"builder-324AW5Z7.mjs"}
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"builder-VIBRGCEY.mjs"}
package/dist/builder.cjs CHANGED
@@ -2439,6 +2439,7 @@ var CompositeRenderer = class extends BaseRenderer {
2439
2439
  btn.type = "button";
2440
2440
  btn.className = "veo-guide-cta";
2441
2441
  btn.textContent = block.text?.trim() || "OK";
2442
+ applyBlockStyle(btn, block.style, "button");
2442
2443
  const nav = context.nav?.callbacks;
2443
2444
  btn.addEventListener("click", () => {
2444
2445
  switch (block.action) {