@tempots/beatui 0.30.0 → 0.30.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
@@ -6622,7 +6622,7 @@ span.bc-sidebar-link {
6622
6622
  background-color: var(--color-white);
6623
6623
  border-radius: 0 0 var(--radius-popover, var(--radius-md))
6624
6624
  var(--radius-popover, var(--radius-md));
6625
- min-height: 200px;
6625
+ height: 100%;
6626
6626
  }
6627
6627
 
6628
6628
  .bc-tabs--vertical .bc-tabs__panel {
@@ -6297,7 +6297,7 @@ span.bc-sidebar-link {
6297
6297
  background-color: var(--color-white);
6298
6298
  border-radius: 0 0 var(--radius-popover, var(--radius-md))
6299
6299
  var(--radius-popover, var(--radius-md));
6300
- min-height: 200px;
6300
+ height: 100%;
6301
6301
  }
6302
6302
 
6303
6303
  .bc-tabs--vertical .bc-tabs__panel {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tempots/beatui",
3
- "version": "0.30.0",
3
+ "version": "0.30.1",
4
4
  "type": "module",
5
5
  "main": "dist/index.umd.js",
6
6
  "module": "dist/index.es.js",