@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 +1 -2
- package/dist/beatui.tailwind.css +1 -2
- package/package.json +1 -1
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
|
-
|
|
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
|
}
|
package/dist/beatui.tailwind.css
CHANGED
|
@@ -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
|
-
|
|
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
|
}
|