@bluepic/embed 0.4.0-next.178 → 0.4.0-next.180

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
@@ -26166,10 +26166,9 @@ const jq = {
26166
26166
  w(), a = new ResizeObserver(w), a.observe(y);
26167
26167
  }), tr(() => a == null ? void 0 : a.disconnect());
26168
26168
  const i = e;
26169
- i.capturedContext && Object.entries(i.capturedContext).forEach(([y, w]) => {
26170
- const C = typeof y == "string" && y.startsWith("Symbol(") ? Symbol.for(y.slice(7, -1)) : y;
26171
- ea(C, w);
26172
- });
26169
+ if (i.capturedContext)
26170
+ for (const y of Reflect.ownKeys(i.capturedContext))
26171
+ ea(y, i.capturedContext[y]);
26173
26172
  const o = t, u = Vn(), s = ie({ x: 0, y: 0 }), l = ie(!1);
26174
26173
  let d = { x: 0, y: 0, offsetX: 0, offsetY: 0 };
26175
26174
  const f = ae(() => i.type !== "frame" || !i.draggable ? {} : {
@@ -26268,7 +26267,7 @@ const jq = {
26268
26267
  ], 38)
26269
26268
  ], 6));
26270
26269
  }
26271
- }), UC = /* @__PURE__ */ ht(Uq, [["__scopeId", "data-v-750d20a4"]]), Zq = {
26270
+ }), UC = /* @__PURE__ */ ht(Uq, [["__scopeId", "data-v-8e22bf84"]]), Zq = {
26272
26271
  key: 0,
26273
26272
  class: "icon-wrapper"
26274
26273
  }, Vq = { class: "content-wrapper" }, Hq = {
@@ -26292,10 +26291,10 @@ const jq = {
26292
26291
  emits: ["close"],
26293
26292
  setup(e, { emit: t }) {
26294
26293
  const n = e, r = Vn(), a = t;
26295
- return n.capturedContext && Object.entries(n.capturedContext).forEach(([i, o]) => {
26296
- const u = typeof i == "string" && i.startsWith("Symbol(") ? Symbol.for(i.slice(7, -1)) : i;
26297
- ea(u, o);
26298
- }), (i, o) => (F(), G("div", {
26294
+ if (n.capturedContext)
26295
+ for (const i of Reflect.ownKeys(n.capturedContext))
26296
+ ea(i, n.capturedContext[i]);
26297
+ return (i, o) => (F(), G("div", {
26299
26298
  class: Xe(["message-element", [`type-${e.type}`, ...e.customClasses]]),
26300
26299
  style: Tt({ maxWidth: e.maxWidth })
26301
26300
  }, [
@@ -26329,7 +26328,7 @@ const jq = {
26329
26328
  ])) : De("", !0)
26330
26329
  ], 6));
26331
26330
  }
26332
- }), Yq = /* @__PURE__ */ ht(Xq, [["__scopeId", "data-v-37d75e2a"]]);
26331
+ }), Yq = /* @__PURE__ */ ht(Xq, [["__scopeId", "data-v-4d38c300"]]);
26333
26332
  function pc() {
26334
26333
  var a;
26335
26334
  const e = op(), t = {};
@@ -27380,10 +27379,9 @@ const VW = ["data-bx-popover-id"], HW = ["data-origin", "data-placement"], qW =
27380
27379
  emits: ["close", "click-outside", "mouseenter", "mouseleave"],
27381
27380
  setup(e, { emit: t }) {
27382
27381
  const n = e;
27383
- n.capturedContext && Object.entries(n.capturedContext).forEach(([M, j]) => {
27384
- const h = typeof M == "string" && M.startsWith("Symbol(") ? Symbol.for(M.slice(7, -1)) : M;
27385
- ea(h, j);
27386
- });
27382
+ if (n.capturedContext)
27383
+ for (const M of Reflect.ownKeys(n.capturedContext))
27384
+ ea(M, n.capturedContext[M]);
27387
27385
  const r = t, a = ae(() => n.floatingElement), i = ie(), o = ie();
27388
27386
  ZW(i, () => n.scrollPassthrough);
27389
27387
  const u = ie(), s = H1(a), l = H1(o);
@@ -27600,7 +27598,7 @@ const VW = ["data-bx-popover-id"], HW = ["data-origin", "data-placement"], qW =
27600
27598
  ], 10, VW);
27601
27599
  };
27602
27600
  }
27603
- }), eS = /* @__PURE__ */ ht(XW, [["__scopeId", "data-v-148f949a"]]), tS = 300, G3 = 300;
27601
+ }), eS = /* @__PURE__ */ ht(XW, [["__scopeId", "data-v-355d1c19"]]), tS = 300, G3 = 300;
27604
27602
  window.addEventListener("load", () => {
27605
27603
  var t;
27606
27604
  const e = document.querySelector(wc);