@tempots/beatui 0.22.0 → 0.23.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 +0 -3
- package/dist/beatui.tailwind.css +0 -3
- package/package.json +1 -1
package/dist/beatui.css
CHANGED
|
@@ -3072,7 +3072,6 @@ Checkmark icon .bc-checkbox-input__checkbox::after {
|
|
|
3072
3072
|
display: flex;
|
|
3073
3073
|
flex-direction: row;
|
|
3074
3074
|
align-items: center;
|
|
3075
|
-
gap: var(--spacing-md);
|
|
3076
3075
|
}
|
|
3077
3076
|
|
|
3078
3077
|
.bc-group--direction-column {
|
|
@@ -5844,9 +5843,7 @@ span.bc-sidebar-link {
|
|
|
5844
5843
|
.bc-stack {
|
|
5845
5844
|
display: flex;
|
|
5846
5845
|
flex-direction: column;
|
|
5847
|
-
align-items: flex-start;
|
|
5848
5846
|
scroll-behavior: smooth;
|
|
5849
|
-
gap: 0;
|
|
5850
5847
|
}
|
|
5851
5848
|
|
|
5852
5849
|
.bc-stack--gap-1 {
|
package/dist/beatui.tailwind.css
CHANGED
|
@@ -2751,7 +2751,6 @@ Checkmark icon .bc-checkbox-input__checkbox::after {
|
|
|
2751
2751
|
display: flex;
|
|
2752
2752
|
flex-direction: row;
|
|
2753
2753
|
align-items: center;
|
|
2754
|
-
gap: var(--spacing-md);
|
|
2755
2754
|
}
|
|
2756
2755
|
|
|
2757
2756
|
.bc-group--direction-column {
|
|
@@ -5523,9 +5522,7 @@ span.bc-sidebar-link {
|
|
|
5523
5522
|
.bc-stack {
|
|
5524
5523
|
display: flex;
|
|
5525
5524
|
flex-direction: column;
|
|
5526
|
-
align-items: flex-start;
|
|
5527
5525
|
scroll-behavior: smooth;
|
|
5528
|
-
gap: 0;
|
|
5529
5526
|
}
|
|
5530
5527
|
|
|
5531
5528
|
.bc-stack--gap-1 {
|