beca-ui 2.1.0-beta.96 → 2.1.0-beta.97

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.
Files changed (2) hide show
  1. package/dist/beca-ui.js +18 -22
  2. package/package.json +1 -1
package/dist/beca-ui.js CHANGED
@@ -93286,7 +93286,9 @@ const fE = 10, kit = (e, t) => {
93286
93286
  {
93287
93287
  href: r.url ?? "#",
93288
93288
  style: { flex: 1 },
93289
- onClick: () => h(),
93289
+ onMouseDown: (C) => {
93290
+ (C.button === 0 || C.button === 1) && h();
93291
+ },
93290
93292
  children: /* @__PURE__ */ D(
93291
93293
  fb.Item.Meta,
93292
93294
  {
@@ -93299,27 +93301,21 @@ const fE = 10, kit = (e, t) => {
93299
93301
  }
93300
93302
  }
93301
93303
  ) }),
93302
- title: /* @__PURE__ */ Nt(
93303
- "div",
93304
- {
93305
- className: "notification-item-header",
93306
- children: [
93307
- /* @__PURE__ */ Nt("div", { className: "notification-item__from", children: [
93308
- r.type && /* @__PURE__ */ D(
93309
- MW,
93310
- {
93311
- className: "notification-item__icon",
93312
- preview: !1,
93313
- src: (v = (g = n.find((C) => C.appId === r.type)) == null ? void 0 : g.image) == null ? void 0 : v.toString(),
93314
- fallback: u
93315
- }
93316
- ),
93317
- r.from
93318
- ] }),
93319
- /* @__PURE__ */ D("div", { className: "notification-item__time", children: r.time })
93320
- ]
93321
- }
93322
- ),
93304
+ title: /* @__PURE__ */ Nt("div", { className: "notification-item-header", children: [
93305
+ /* @__PURE__ */ Nt("div", { className: "notification-item__from", children: [
93306
+ r.type && /* @__PURE__ */ D(
93307
+ MW,
93308
+ {
93309
+ className: "notification-item__icon",
93310
+ preview: !1,
93311
+ src: (v = (g = n.find((C) => C.appId === r.type)) == null ? void 0 : g.image) == null ? void 0 : v.toString(),
93312
+ fallback: u
93313
+ }
93314
+ ),
93315
+ r.from
93316
+ ] }),
93317
+ /* @__PURE__ */ D("div", { className: "notification-item__time", children: r.time })
93318
+ ] }),
93323
93319
  description: /* @__PURE__ */ Nt(
93324
93320
  _m,
93325
93321
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beca-ui",
3
- "version": "2.1.0-beta.96",
3
+ "version": "2.1.0-beta.97",
4
4
  "description": "Becawork UI",
5
5
  "license": "MIT",
6
6
  "author": {