daisyui 2.13.5 → 2.14.1
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 +25 -63
- package/dist/full.css +1 -1
- package/dist/styled.css +6 -7
- package/dist/styled.js +1 -1
- package/dist/styled.rtl.js +1 -1
- package/dist/themes.css +6 -6
- package/dist/unstyled.css +0 -6
- package/dist/unstyled.js +1 -1
- package/dist/unstyled.rtl.js +1 -1
- package/dist/utilities-styled.js +1 -1
- package/package.json +1 -1
- package/src/lib/responsiveRegex.js +10 -0
package/dist/styled.css
CHANGED
|
@@ -452,8 +452,6 @@
|
|
|
452
452
|
|
|
453
453
|
visibility: visible;
|
|
454
454
|
}
|
|
455
|
-
}
|
|
456
|
-
@media (min-width: 1024px) {
|
|
457
455
|
|
|
458
456
|
.drawer-mobile > .drawer-toggle ~ .drawer-side > .drawer-overlay + * {
|
|
459
457
|
|
|
@@ -487,15 +485,11 @@
|
|
|
487
485
|
|
|
488
486
|
grid-column-start: 2;
|
|
489
487
|
}
|
|
490
|
-
}
|
|
491
|
-
@media (min-width: 1024px) {
|
|
492
488
|
|
|
493
489
|
.drawer-mobile.drawer-end > .drawer-toggle ~ .drawer-side > .drawer-overlay {
|
|
494
490
|
|
|
495
491
|
visibility: visible;
|
|
496
492
|
}
|
|
497
|
-
}
|
|
498
|
-
@media (min-width: 1024px) {
|
|
499
493
|
|
|
500
494
|
.drawer-mobile.drawer-end > .drawer-toggle ~ .drawer-side > .drawer-overlay + * {
|
|
501
495
|
|
|
@@ -1496,6 +1490,8 @@
|
|
|
1496
1490
|
.btn {
|
|
1497
1491
|
font-weight: 600;
|
|
1498
1492
|
text-transform: uppercase;
|
|
1493
|
+
-webkit-text-decoration-line: none;
|
|
1494
|
+
text-decoration-line: none;
|
|
1499
1495
|
border-width: var(--border-btn, 1px);
|
|
1500
1496
|
animation: button-pop var(--animation-btn, 0.25s) ease-out;
|
|
1501
1497
|
text-transform: var(--btn-text-case, uppercase);
|
|
@@ -2264,6 +2260,9 @@ body[dir="rtl"] .checkbox:checked,
|
|
|
2264
2260
|
display: none;
|
|
2265
2261
|
} */
|
|
2266
2262
|
}
|
|
2263
|
+
.input[list]::-webkit-calendar-picker-indicator {
|
|
2264
|
+
line-height: 1em;
|
|
2265
|
+
}
|
|
2267
2266
|
.input-bordered {
|
|
2268
2267
|
--tw-border-opacity: 0.2;
|
|
2269
2268
|
}
|
|
@@ -2598,7 +2597,7 @@ body[dir="rtl"] .checkbox:checked,
|
|
|
2598
2597
|
padding-left: 1rem;
|
|
2599
2598
|
}
|
|
2600
2599
|
|
|
2601
|
-
.menu > :where(li) > :where(ul) :where(li) :where(:not(ul)) {
|
|
2600
|
+
.menu > :where(li) > :where(ul) :where(li) > :where(:not(ul)) {
|
|
2602
2601
|
width: 100%;
|
|
2603
2602
|
white-space: nowrap;
|
|
2604
2603
|
}
|