veo-sdk 0.5.2 → 0.5.3
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-QNMXYF4U.mjs +5 -0
- package/dist/{builder-LSWVQYFZ.mjs.map → builder-QNMXYF4U.mjs.map} +1 -1
- package/dist/builder.cjs +1 -1
- package/dist/builder.cjs.map +1 -1
- package/dist/builder.mjs +4 -4
- package/dist/{chunk-2EH5DXVN.mjs → chunk-HQ6HMWX7.mjs} +3 -3
- package/dist/{chunk-2EH5DXVN.mjs.map → chunk-HQ6HMWX7.mjs.map} +1 -1
- package/dist/{chunk-7Q7IBICO.mjs → chunk-JSNDOWF5.mjs} +3 -3
- package/dist/{chunk-7Q7IBICO.mjs.map → chunk-JSNDOWF5.mjs.map} +1 -1
- package/dist/{chunk-5QI3UUE5.mjs → chunk-QIILQDSA.mjs} +3 -3
- package/dist/chunk-QIILQDSA.mjs.map +1 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/veo-builder.js +1 -1
- package/dist/veo-builder.js.map +1 -1
- package/dist/veo-guides.js +1 -1
- package/dist/veo-guides.js.map +1 -1
- package/package.json +1 -1
- package/dist/builder-LSWVQYFZ.mjs +0 -5
- package/dist/chunk-5QI3UUE5.mjs.map +0 -1
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { attachDesignManipulator, createBuilderSession, initBuilderMode, startElementPicker, stopElementPicker } from './chunk-JSNDOWF5.mjs';
|
|
2
|
+
import './chunk-QIILQDSA.mjs';
|
|
3
|
+
import './chunk-PTG3BTJE.mjs';
|
|
4
|
+
//# sourceMappingURL=builder-QNMXYF4U.mjs.map
|
|
5
|
+
//# sourceMappingURL=builder-QNMXYF4U.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","file":"builder-
|
|
1
|
+
{"version":3,"sources":[],"names":[],"mappings":"","file":"builder-QNMXYF4U.mjs"}
|
package/dist/builder.cjs
CHANGED
|
@@ -1531,7 +1531,7 @@ var BannerRenderer = class extends BaseRenderer {
|
|
|
1531
1531
|
const step = context.guide.guideSteps[idx];
|
|
1532
1532
|
if (!step) return;
|
|
1533
1533
|
const position = step.style?.position === "bottom" ? "bottom" : "top";
|
|
1534
|
-
const selector =
|
|
1534
|
+
const selector = step.selector?.trim() || null;
|
|
1535
1535
|
let anchor = null;
|
|
1536
1536
|
if (selector) {
|
|
1537
1537
|
anchor = await waitForElement(selector);
|