@tempots/beatui 1.7.4 → 1.7.5

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/beatui.css CHANGED
@@ -5716,6 +5716,7 @@ a:focus-visible {
5716
5716
  position: fixed;
5717
5717
  inset: 0;
5718
5718
  background: rgba(0, 0, 0, 0.5);
5719
+ pointer-events: none;
5719
5720
  z-index: -1;
5720
5721
  }
5721
5722
  }
@@ -5382,6 +5382,7 @@ a:focus-visible {
5382
5382
  position: fixed;
5383
5383
  inset: 0;
5384
5384
  background: rgba(0, 0, 0, 0.5);
5385
+ pointer-events: none;
5385
5386
  z-index: -1;
5386
5387
  }
5387
5388
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tempots/beatui",
3
- "version": "1.7.4",
3
+ "version": "1.7.5",
4
4
  "type": "module",
5
5
  "main": "dist/index.umd.js",
6
6
  "module": "dist/index.es.js",