@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 +1 -1
- package/dist/beatui.tailwind.css +1 -1
- package/package.json +1 -1
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
|
-
|
|
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
|
}
|
package/dist/beatui.tailwind.css
CHANGED
|
@@ -5535,7 +5535,7 @@ a:focus-visible {
|
|
|
5535
5535
|
display: flex;
|
|
5536
5536
|
flex-direction: row;
|
|
5537
5537
|
align-items: center;
|
|
5538
|
-
|
|
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
|
}
|