@tempots/beatui 0.49.0 → 0.50.0
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 +4 -0
- package/dist/beatui.tailwind.css +4 -0
- package/package.json +1 -1
package/dist/beatui.css
CHANGED
|
@@ -3983,6 +3983,8 @@ a:focus-visible {
|
|
|
3983
3983
|
.bc-input-container__after {
|
|
3984
3984
|
display: flex;
|
|
3985
3985
|
flex-direction: row;
|
|
3986
|
+
align-items: center;
|
|
3987
|
+
justify-content: center;
|
|
3986
3988
|
z-index: var(--z-index-navigation);
|
|
3987
3989
|
}
|
|
3988
3990
|
|
|
@@ -4051,6 +4053,8 @@ a:focus-visible {
|
|
|
4051
4053
|
display: flex;
|
|
4052
4054
|
align-items: center;
|
|
4053
4055
|
justify-content: center;
|
|
4056
|
+
width: 1.8rem;
|
|
4057
|
+
height: 1.8rem;
|
|
4054
4058
|
}
|
|
4055
4059
|
|
|
4056
4060
|
.bc-input-container__reset:hover {
|
package/dist/beatui.tailwind.css
CHANGED
|
@@ -3658,6 +3658,8 @@ a:focus-visible {
|
|
|
3658
3658
|
.bc-input-container__after {
|
|
3659
3659
|
display: flex;
|
|
3660
3660
|
flex-direction: row;
|
|
3661
|
+
align-items: center;
|
|
3662
|
+
justify-content: center;
|
|
3661
3663
|
z-index: var(--z-index-navigation);
|
|
3662
3664
|
}
|
|
3663
3665
|
|
|
@@ -3726,6 +3728,8 @@ a:focus-visible {
|
|
|
3726
3728
|
display: flex;
|
|
3727
3729
|
align-items: center;
|
|
3728
3730
|
justify-content: center;
|
|
3731
|
+
width: 1.8rem;
|
|
3732
|
+
height: 1.8rem;
|
|
3729
3733
|
}
|
|
3730
3734
|
|
|
3731
3735
|
.bc-input-container__reset:hover {
|