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
package/dist/index.cjs
CHANGED
|
@@ -1834,7 +1834,7 @@ var init_banner_renderer = __esm({
|
|
|
1834
1834
|
const step = context.guide.guideSteps[idx];
|
|
1835
1835
|
if (!step) return;
|
|
1836
1836
|
const position = step.style?.position === "bottom" ? "bottom" : "top";
|
|
1837
|
-
const selector =
|
|
1837
|
+
const selector = step.selector?.trim() || null;
|
|
1838
1838
|
let anchor = null;
|
|
1839
1839
|
if (selector) {
|
|
1840
1840
|
anchor = await waitForElement(selector);
|