@bluepic/embed 0.1.34 → 0.1.36
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 +2 -2
- package/lib/bluepic-embed.umd.js +2 -2
- package/lib/style.css +1 -1
- package/package.json +1 -1
package/lib/bluepic-embed.es.js
CHANGED
|
@@ -95209,7 +95209,7 @@ const BluepicLogo = /* @__PURE__ */ _export_sfc(_sfc_main$g, [["render", _sfc_re
|
|
|
95209
95209
|
])
|
|
95210
95210
|
], 6));
|
|
95211
95211
|
}
|
|
95212
|
-
}),
|
|
95212
|
+
}), BluepicEmbeddedEditor_vue_vue_type_style_index_0_scoped_9454c8d4_lang = "", BluepicEmbeddedEditor = /* @__PURE__ */ _export_sfc(_sfc_main$f, [["__scopeId", "data-v-9454c8d4"]]), _hoisted_1$a = { class: "collection-field-popup" }, _sfc_main$e = /* @__PURE__ */ defineComponent({
|
|
95213
95213
|
__name: "CollectionFieldPopup",
|
|
95214
95214
|
props: /* @__PURE__ */ mergeModels({
|
|
95215
95215
|
layout: {},
|
|
@@ -98839,7 +98839,7 @@ class BluepicEmbed extends EventTarget {
|
|
|
98839
98839
|
}
|
|
98840
98840
|
init() {
|
|
98841
98841
|
this.element.innerHTML = `
|
|
98842
|
-
<div id="app" class="bluepic-app-wrapper">
|
|
98842
|
+
<div id="app" class="bluepic-app-wrapper" style="height: 100%;">
|
|
98843
98843
|
<bluepic-embedded-editor
|
|
98844
98844
|
ref="editorRef"
|
|
98845
98845
|
:template-id="templateId"
|