@tempots/beatui 0.87.0 → 0.87.1

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
@@ -5784,7 +5784,6 @@ a:focus-visible {
5784
5784
  display: flex;
5785
5785
  flex-direction: row;
5786
5786
  align-items: center;
5787
- overflow: hidden;
5788
5787
  }
5789
5788
 
5790
5789
  .bc-input-container {
@@ -5459,7 +5459,6 @@ a:focus-visible {
5459
5459
  display: flex;
5460
5460
  flex-direction: row;
5461
5461
  align-items: center;
5462
- overflow: hidden;
5463
5462
  }
5464
5463
 
5465
5464
  .bc-input-container {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tempots/beatui",
3
- "version": "0.87.0",
3
+ "version": "0.87.1",
4
4
  "type": "module",
5
5
  "main": "dist/index.umd.js",
6
6
  "module": "dist/index.es.js",