daisyui 2.26.0 → 2.27.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/README.md +1 -1
- package/dist/full.css +1 -1
- package/dist/styled.css +1 -24
- package/dist/styled.js +1 -1
- package/dist/styled.rtl.js +1 -1
- package/dist/unstyled.css +1 -6
- package/dist/unstyled.js +1 -1
- package/dist/unstyled.rtl.js +1 -1
- package/dist/utilities-styled.js +1 -1
- package/dist/utilities-unstyled.js +1 -1
- package/package.json +1 -1
package/dist/styled.css
CHANGED
|
@@ -200,12 +200,7 @@
|
|
|
200
200
|
}
|
|
201
201
|
.btn-group > input[type="radio"].btn:before {
|
|
202
202
|
content: attr(data-title);
|
|
203
|
-
}
|
|
204
|
-
.btn-group-vertical {
|
|
205
|
-
flex-direction: column;
|
|
206
|
-
flex-wrap: nowrap;
|
|
207
|
-
}
|
|
208
|
-
.card {
|
|
203
|
+
}.card {
|
|
209
204
|
position: relative;
|
|
210
205
|
display: flex;
|
|
211
206
|
flex-direction: column;
|
|
@@ -1907,24 +1902,6 @@
|
|
|
1907
1902
|
.btn-group > input[type="radio"]:checked.btn:focus-visible, .btn-group > .btn-active:focus-visible {
|
|
1908
1903
|
outline: 2px solid hsl(var(--p));
|
|
1909
1904
|
}
|
|
1910
|
-
.btn-group:not(.btn-group-vertical) > .btn:not(:first-of-type) {
|
|
1911
|
-
margin-left: -1px;
|
|
1912
|
-
border-top-left-radius: 0px;
|
|
1913
|
-
border-bottom-left-radius: 0px;
|
|
1914
|
-
}
|
|
1915
|
-
.btn-group:not(.btn-group-vertical) > .btn:not(:last-of-type) {
|
|
1916
|
-
border-top-right-radius: 0px;
|
|
1917
|
-
border-bottom-right-radius: 0px;
|
|
1918
|
-
}
|
|
1919
|
-
.btn-group-vertical > .btn:not(:first-of-type) {
|
|
1920
|
-
margin-top: -1px;
|
|
1921
|
-
border-top-left-radius: 0px;
|
|
1922
|
-
border-top-right-radius: 0px;
|
|
1923
|
-
}
|
|
1924
|
-
.btn-group-vertical > .btn:not(:last-of-type) {
|
|
1925
|
-
border-bottom-right-radius: 0px;
|
|
1926
|
-
border-bottom-left-radius: 0px;
|
|
1927
|
-
}
|
|
1928
1905
|
@keyframes button-pop {
|
|
1929
1906
|
0% {
|
|
1930
1907
|
transform: scale(var(--btn-focus-scale, 0.95));
|