beca-ui 2.0.11-beta.26 → 2.0.11-beta.28

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/beca-ui.js CHANGED
@@ -93514,7 +93514,9 @@ const NE = 10, rlt = (e, t) => {
93514
93514
  "div",
93515
93515
  {
93516
93516
  className: "notification-item-header",
93517
- onMouseDown: f,
93517
+ onMouseDown: (v) => {
93518
+ (v.button === 0 || v.button === 1) && f();
93519
+ },
93518
93520
  children: [
93519
93521
  /* @__PURE__ */ En("div", { className: "notification-item__from", children: [
93520
93522
  r.type && /* @__PURE__ */ V(
@@ -93530,10 +93532,19 @@ const NE = 10, rlt = (e, t) => {
93530
93532
  ]
93531
93533
  }
93532
93534
  ),
93533
- description: /* @__PURE__ */ En(ise, { justify: "space-between", onMouseDown: f, children: [
93534
- /* @__PURE__ */ V("div", { className: "notification-item-content", children: r.content }),
93535
- !r.isSeen && /* @__PURE__ */ V("div", { className: "notification-item__unseen-icon" })
93536
- ] })
93535
+ description: /* @__PURE__ */ En(
93536
+ ise,
93537
+ {
93538
+ justify: "space-between",
93539
+ onMouseDown: (v) => {
93540
+ (v.button === 0 || v.button === 1) && f();
93541
+ },
93542
+ children: [
93543
+ /* @__PURE__ */ V("div", { className: "notification-item-content", children: r.content }),
93544
+ !r.isSeen && /* @__PURE__ */ V("div", { className: "notification-item__unseen-icon" })
93545
+ ]
93546
+ }
93547
+ )
93537
93548
  }
93538
93549
  ) }) })
93539
93550
  },