@tempots/beatui 0.32.0 → 0.32.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
@@ -6634,6 +6634,7 @@ span.bc-sidebar-link {
6634
6634
  /* Tab Panels Container */
6635
6635
  .bc-tabs__panels {
6636
6636
  flex-grow: 1;
6637
+ overflow: hidden;
6637
6638
  }
6638
6639
 
6639
6640
  .bc-tabs--vertical .bc-tabs__panels {
@@ -6309,6 +6309,7 @@ span.bc-sidebar-link {
6309
6309
  /* Tab Panels Container */
6310
6310
  .bc-tabs__panels {
6311
6311
  flex-grow: 1;
6312
+ overflow: hidden;
6312
6313
  }
6313
6314
 
6314
6315
  .bc-tabs--vertical .bc-tabs__panels {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tempots/beatui",
3
- "version": "0.32.0",
3
+ "version": "0.32.1",
4
4
  "type": "module",
5
5
  "main": "dist/index.umd.js",
6
6
  "module": "dist/index.es.js",