@wexio/messenger-widget-react 1.1.1 → 1.1.2

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.
@@ -19977,12 +19977,16 @@ function Iv({ isOpen: e, onToggle: t, unreadCount: i = 0, newsUnread: o = !1, po
19977
19977
  onHoverEnd: m.onMouseLeave,
19978
19978
  ...m,
19979
19979
  className: H(c ? "absolute" : "fixed", "bottom-4 z-2147483600", s === "left" ? "left-4" : "right-4", "flex h-14 w-14 items-center justify-center rounded-full", "bg-wx-launcher-bg text-wx-launcher-fg", "shadow-[0_8px_24px_rgba(0,0,0,0.18)]", "focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-wx-launcher-bg focus-visible:ring-offset-2 focus-visible:ring-offset-white"),
19980
- children: [/* @__PURE__ */ Z(xi, {
19981
- count: g ? h : 0,
19982
- dot: _,
19983
- label: _ ? d("unread") : void 0,
19984
- size: "md",
19985
- className: "absolute -top-1 -right-1 z-10"
19980
+ children: [/* @__PURE__ */ Z("span", {
19981
+ "aria-hidden": !0,
19982
+ className: "contents",
19983
+ children: /* @__PURE__ */ Z(xi, {
19984
+ count: g ? h : 0,
19985
+ dot: _,
19986
+ label: _ ? d("unread") : void 0,
19987
+ size: "md",
19988
+ className: "absolute -top-1 -right-1 z-10"
19989
+ })
19986
19990
  }), /* @__PURE__ */ Z(ne, {
19987
19991
  mode: "wait",
19988
19992
  initial: !1,
@@ -20483,6 +20487,7 @@ function $v() {
20483
20487
  return /* @__PURE__ */ Q(Ft, { children: [
20484
20488
  /* @__PURE__ */ Q(n.div, {
20485
20489
  "aria-hidden": !de,
20490
+ inert: !de,
20486
20491
  initial: !1,
20487
20492
  animate: de ? {
20488
20493
  opacity: 1,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wexio/messenger-widget-react",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Native React component embed for the Wexio web messenger. Renders inside a Shadow DOM portal for style isolation.",
5
5
  "license": "MIT",
6
6
  "private": false,