@bluepic/embed 0.2.32 → 0.2.34

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/main.mjs CHANGED
@@ -43348,7 +43348,7 @@ class Zv extends EventTarget {
43348
43348
  box-sizing: border-box;
43349
43349
  }
43350
43350
  `, document.head.appendChild(t), this.element.innerHTML = `
43351
- <div id="${this.id}" class="bluepic-app-wrapper" style="position: relative;" :style="{ height: displayMode === 'stack' ? 'auto' : '100%' }">
43351
+ <div id="${this.id}" class="bluepic-app-wrapper" style="position: relative; height: ${this.displayMode.value === "stack" ? "auto" : "100%"};">
43352
43352
  <div v-if="templateId && (!isAsync || baseSerial)" style="display: flex; flex-direction: column;" :style="{ height: displayMode === 'stack' ? 'auto' : '100%' }">
43353
43353
  <bluepic-embedded-editor
43354
43354
  v-if="templateId"