veo-sdk 0.5.29 → 0.5.30

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-H7TN3SQW.mjs';
2
+ import './chunk-SFSYLCSV.mjs';
3
+ import './chunk-PTG3BTJE.mjs';
4
+ //# sourceMappingURL=builder-W2DDGYSX.mjs.map
5
+ //# sourceMappingURL=builder-W2DDGYSX.mjs.map
@@ -1 +1 @@
1
- {"version":3,"sources":[],"names":[],"mappings":"","file":"builder-HVJ6W5VT.mjs"}
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"builder-W2DDGYSX.mjs"}
package/dist/builder.cjs CHANGED
@@ -2589,6 +2589,12 @@ var CompositeRenderer = class extends BaseRenderer {
2589
2589
  badge.style.alignItems = "center";
2590
2590
  this.buildContent(badge, step.badge?.blocks ?? [], doc, context, idx, [], host);
2591
2591
  root.appendChild(badge);
2592
+ if (design.fullWidth === true) {
2593
+ card.style.width = "auto";
2594
+ card.style.maxWidth = "320px";
2595
+ } else if (!card.style.width && !card.style.maxWidth) {
2596
+ card.style.maxWidth = "320px";
2597
+ }
2592
2598
  const wrapper = doc.createElement("div");
2593
2599
  wrapper.className = "veo-composite-anchored";
2594
2600
  wrapper.style.display = "none";