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