@bluepic/embed 0.1.42 → 0.1.43
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/lib/bluepic-embed.es.js
CHANGED
|
@@ -98871,7 +98871,7 @@ class BluepicEmbed extends EventTarget {
|
|
|
98871
98871
|
}
|
|
98872
98872
|
`, document.head.appendChild(de), this.element.innerHTML = `
|
|
98873
98873
|
<div id="${c}" class="bluepic-app-wrapper" style="height: 100%; position: relative;">
|
|
98874
|
-
<div v-if="templateId">
|
|
98874
|
+
<div v-if="templateId" style="height: 100%;">
|
|
98875
98875
|
<bluepic-embedded-editor
|
|
98876
98876
|
v-if="templateId"
|
|
98877
98877
|
ref="editorRef"
|
package/lib/bluepic-embed.umd.js
CHANGED
|
@@ -2613,7 +2613,7 @@ list should be an Array.`),er.length===0)return new $i(0);if(er.length===1)retur
|
|
|
2613
2613
|
}
|
|
2614
2614
|
`,document.head.appendChild(de),this.element.innerHTML=`
|
|
2615
2615
|
<div id="${c}" class="bluepic-app-wrapper" style="height: 100%; position: relative;">
|
|
2616
|
-
<div v-if="templateId">
|
|
2616
|
+
<div v-if="templateId" style="height: 100%;">
|
|
2617
2617
|
<bluepic-embedded-editor
|
|
2618
2618
|
v-if="templateId"
|
|
2619
2619
|
ref="editorRef"
|