@tempots/beatui 0.87.0 → 0.87.2

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 {
@@ -5861,7 +5860,7 @@ a:focus-visible {
5861
5860
  display: flex;
5862
5861
  flex-direction: row;
5863
5862
  align-items: center;
5864
- overflow: hidden;
5863
+ min-width: 0;
5865
5864
  /* Horizontal padding only; vertical padding comes from size classes */
5866
5865
  padding-inline: calc(var(--spacing-base) * 4);
5867
5866
  }
@@ -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 {
@@ -5536,7 +5535,7 @@ a:focus-visible {
5536
5535
  display: flex;
5537
5536
  flex-direction: row;
5538
5537
  align-items: center;
5539
- overflow: hidden;
5538
+ min-width: 0;
5540
5539
  /* Horizontal padding only; vertical padding comes from size classes */
5541
5540
  padding-inline: calc(var(--spacing-base) * 4);
5542
5541
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tempots/beatui",
3
- "version": "0.87.0",
3
+ "version": "0.87.2",
4
4
  "type": "module",
5
5
  "main": "dist/index.umd.js",
6
6
  "module": "dist/index.es.js",