veo-sdk 0.5.22 → 0.5.23

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-SKGLEQJF.mjs';
2
+ import './chunk-4IOKJ4RO.mjs';
3
+ import './chunk-PTG3BTJE.mjs';
4
+ //# sourceMappingURL=builder-55UEMBDO.mjs.map
5
+ //# sourceMappingURL=builder-55UEMBDO.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":[],"names":[],"mappings":"","file":"builder-YJT44MRF.mjs"}
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"builder-55UEMBDO.mjs"}
package/dist/builder.cjs CHANGED
@@ -2294,6 +2294,8 @@ var CompositeRenderer = class extends BaseRenderer {
2294
2294
  };
2295
2295
  const readers = [];
2296
2296
  this.buildContent(card, step.blocks ?? [], doc, context, idx, readers);
2297
+ const lastBlock = card.lastElementChild;
2298
+ if (lastBlock && !lastBlock.style.marginBottom) lastBlock.style.marginBottom = "0";
2297
2299
  if (design.closeButton !== false) {
2298
2300
  const closeBtn = createCloseButton(doc, () => {
2299
2301
  dismiss("dismissed");