beca-ui 2.1.0-beta.97 → 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 +2 -2
  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,
@@ -100469,7 +100469,7 @@ const h8 = Cu({
100469
100469
  }, nHt = go(Jst), dM = {
100470
100470
  header: {
100471
100471
  chat: {
100472
- visible: !0
100472
+ visible: !1
100473
100473
  },
100474
100474
  theme: {
100475
100475
  visible: !0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "beca-ui",
3
- "version": "2.1.0-beta.97",
3
+ "version": "2.1.0-beta.99",
4
4
  "description": "Becawork UI",
5
5
  "license": "MIT",
6
6
  "author": {