daisyui 2.26.0 → 2.28.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 +8 -26
- package/dist/styled.js +1 -1
- package/dist/styled.rtl.js +1 -1
- package/dist/unstyled.css +2 -8
- 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
|
@@ -192,20 +192,14 @@
|
|
|
192
192
|
}
|
|
193
193
|
/* group */
|
|
194
194
|
.btn-group {
|
|
195
|
-
display: flex;
|
|
196
|
-
flex-wrap: wrap;
|
|
195
|
+
display: inline-flex;
|
|
197
196
|
}
|
|
198
197
|
.btn-group > input[type="radio"].btn {
|
|
199
198
|
appearance: none;
|
|
200
199
|
}
|
|
201
200
|
.btn-group > input[type="radio"].btn:before {
|
|
202
201
|
content: attr(data-title);
|
|
203
|
-
}
|
|
204
|
-
.btn-group-vertical {
|
|
205
|
-
flex-direction: column;
|
|
206
|
-
flex-wrap: nowrap;
|
|
207
|
-
}
|
|
208
|
-
.card {
|
|
202
|
+
}.card {
|
|
209
203
|
position: relative;
|
|
210
204
|
display: flex;
|
|
211
205
|
flex-direction: column;
|
|
@@ -1588,6 +1582,8 @@
|
|
|
1588
1582
|
background-color: hsl(var(--n) / var(--tw-bg-opacity));
|
|
1589
1583
|
--tw-text-opacity: 1;
|
|
1590
1584
|
color: hsl(var(--nc) / var(--tw-text-opacity));
|
|
1585
|
+
-webkit-text-decoration-line: none;
|
|
1586
|
+
text-decoration-line: none;
|
|
1591
1587
|
}
|
|
1592
1588
|
.btn:hover,
|
|
1593
1589
|
.btn-active {
|
|
@@ -1758,6 +1754,8 @@
|
|
|
1758
1754
|
background-color: transparent;
|
|
1759
1755
|
--tw-text-opacity: 1;
|
|
1760
1756
|
color: hsl(var(--p) / var(--tw-text-opacity));
|
|
1757
|
+
-webkit-text-decoration-line: underline;
|
|
1758
|
+
text-decoration-line: underline;
|
|
1761
1759
|
}
|
|
1762
1760
|
.btn-link:hover,
|
|
1763
1761
|
.btn-link.btn-active {
|
|
@@ -1907,24 +1905,6 @@
|
|
|
1907
1905
|
.btn-group > input[type="radio"]:checked.btn:focus-visible, .btn-group > .btn-active:focus-visible {
|
|
1908
1906
|
outline: 2px solid hsl(var(--p));
|
|
1909
1907
|
}
|
|
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
1908
|
@keyframes button-pop {
|
|
1929
1909
|
0% {
|
|
1930
1910
|
transform: scale(var(--btn-focus-scale, 0.95));
|
|
@@ -2385,6 +2365,8 @@ body[dir="rtl"] .checkbox:checked,
|
|
|
2385
2365
|
--tw-border-opacity: 0;
|
|
2386
2366
|
--tw-bg-opacity: 1;
|
|
2387
2367
|
background-color: hsl(var(--b1) / var(--tw-bg-opacity));
|
|
2368
|
+
font-size: 1rem;
|
|
2369
|
+
line-height: 1.5rem;
|
|
2388
2370
|
border-radius: var(--rounded-btn, 0.5rem);
|
|
2389
2371
|
/* &::-webkit-calendar-picker-indicator {
|
|
2390
2372
|
display: none;
|