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.
- package/dist/builder-VIBRGCEY.mjs +5 -0
- package/dist/{builder-324AW5Z7.mjs.map → builder-VIBRGCEY.mjs.map} +1 -1
- package/dist/builder.cjs +1 -0
- package/dist/builder.cjs.map +1 -1
- package/dist/builder.mjs +4 -4
- package/dist/{chunk-OTZH2CV2.mjs → chunk-4QK7HRGW.mjs} +3 -3
- package/dist/{chunk-OTZH2CV2.mjs.map → chunk-4QK7HRGW.mjs.map} +1 -1
- package/dist/{chunk-Z5EBMOZJ.mjs → chunk-HXLCU7XW.mjs} +3 -2
- package/dist/chunk-HXLCU7XW.mjs.map +1 -0
- package/dist/{chunk-JXRYBP77.mjs → chunk-X7G6TBYG.mjs} +3 -3
- package/dist/{chunk-JXRYBP77.mjs.map → chunk-X7G6TBYG.mjs.map} +1 -1
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/veo-builder.js +5 -5
- package/dist/veo-builder.js.map +1 -1
- package/dist/veo-guides.js +4 -4
- package/dist/veo-guides.js.map +1 -1
- package/package.json +1 -1
- package/dist/builder-324AW5Z7.mjs +0 -5
- package/dist/chunk-Z5EBMOZJ.mjs.map +0 -1
|
@@ -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-
|
|
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) {
|