amelia-booking-ui 0.0.542 → 0.0.544

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.
@@ -42196,7 +42196,7 @@ const KEe = Gfe(N2, "$message"), JEe = { class: "am-tooltip" }, yo = /* @__PURE_
42196
42196
  size: e.size
42197
42197
  }, {
42198
42198
  default: H(() => [
42199
- ot("+" + he(r))
42199
+ c("span", { dir: "ltr" }, "+" + he(r))
42200
42200
  ]),
42201
42201
  _: 1
42202
42202
  }, 8, ["size"])) : q("", !0)
@@ -61473,8 +61473,12 @@ var ETe = (t = null, e = {}) => ({ editor: n, view: r, tr: l, dispatch: o }) =>
61473
61473
  n.isDestroyed || (r.focus(), e?.scrollIntoView && n.commands.scrollIntoView());
61474
61474
  });
61475
61475
  };
61476
- if (r.hasFocus() && t === null || t === !1)
61477
- return !0;
61476
+ try {
61477
+ if (r.hasFocus() && t === null || t === !1)
61478
+ return !0;
61479
+ } catch {
61480
+ return !1;
61481
+ }
61478
61482
  if (o && t === null && !ag(n.state.selection))
61479
61483
  return a(), !0;
61480
61484
  const s = sg(l.doc, t) || n.state.selection, i = n.state.selection.eq(s);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "amelia-booking-ui",
3
- "version": "0.0.542",
3
+ "version": "0.0.544",
4
4
  "description": "A Vue 3 component library for Amelia Booking Plugin.",
5
5
  "type": "module",
6
6
  "repository": {