daisyui 2.27.0 → 2.29.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 +11 -3
- package/dist/styled.js +1 -1
- package/dist/styled.rtl.js +1 -1
- package/dist/unstyled.css +5 -3
- 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,8 +192,7 @@
|
|
|
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;
|
|
@@ -765,7 +764,9 @@
|
|
|
765
764
|
}
|
|
766
765
|
.menu {
|
|
767
766
|
display: flex;
|
|
768
|
-
|
|
767
|
+
width: max-content;
|
|
768
|
+
flex-direction: column;
|
|
769
|
+
flex-wrap: wrap
|
|
769
770
|
}
|
|
770
771
|
.menu.horizontal {
|
|
771
772
|
display: inline-flex;
|
|
@@ -777,6 +778,7 @@
|
|
|
777
778
|
.menu :where(li) {
|
|
778
779
|
position: relative;
|
|
779
780
|
display: flex;
|
|
781
|
+
flex-shrink: 0;
|
|
780
782
|
flex-direction: column;
|
|
781
783
|
flex-wrap: wrap;
|
|
782
784
|
align-items: stretch
|
|
@@ -1583,6 +1585,8 @@
|
|
|
1583
1585
|
background-color: hsl(var(--n) / var(--tw-bg-opacity));
|
|
1584
1586
|
--tw-text-opacity: 1;
|
|
1585
1587
|
color: hsl(var(--nc) / var(--tw-text-opacity));
|
|
1588
|
+
-webkit-text-decoration-line: none;
|
|
1589
|
+
text-decoration-line: none;
|
|
1586
1590
|
}
|
|
1587
1591
|
.btn:hover,
|
|
1588
1592
|
.btn-active {
|
|
@@ -1753,6 +1757,8 @@
|
|
|
1753
1757
|
background-color: transparent;
|
|
1754
1758
|
--tw-text-opacity: 1;
|
|
1755
1759
|
color: hsl(var(--p) / var(--tw-text-opacity));
|
|
1760
|
+
-webkit-text-decoration-line: underline;
|
|
1761
|
+
text-decoration-line: underline;
|
|
1756
1762
|
}
|
|
1757
1763
|
.btn-link:hover,
|
|
1758
1764
|
.btn-link.btn-active {
|
|
@@ -2362,6 +2368,8 @@ body[dir="rtl"] .checkbox:checked,
|
|
|
2362
2368
|
--tw-border-opacity: 0;
|
|
2363
2369
|
--tw-bg-opacity: 1;
|
|
2364
2370
|
background-color: hsl(var(--b1) / var(--tw-bg-opacity));
|
|
2371
|
+
font-size: 1rem;
|
|
2372
|
+
line-height: 1.5rem;
|
|
2365
2373
|
border-radius: var(--rounded-btn, 0.5rem);
|
|
2366
2374
|
/* &::-webkit-calendar-picker-indicator {
|
|
2367
2375
|
display: none;
|