beca-ui 2.1.0-beta.98 → 2.1.0-beta.99

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 +1 -1
  2. package/package.json +1 -1
package/dist/beca-ui.js CHANGED
@@ -93287,7 +93287,7 @@ const fE = 10, kit = (e, t) => {
93287
93287
  href: r.url ?? "#",
93288
93288
  style: { flex: 1 },
93289
93289
  onMouseDown: (C) => {
93290
- (C.button === 0 || C.button === 1) && h();
93290
+ C.preventDefault(), C.button !== 2 && h();
93291
93291
  },
93292
93292
  children: /* @__PURE__ */ D(
93293
93293
  fb.Item.Meta,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beca-ui",
3
- "version": "2.1.0-beta.98",
3
+ "version": "2.1.0-beta.99",
4
4
  "description": "Becawork UI",
5
5
  "license": "MIT",
6
6
  "author": {