daisyui 3.1.6 → 3.1.8
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/full.css +1 -1
- package/dist/styled.css +2 -3
- package/dist/styled.js +1 -1
- package/dist/styled.rtl.js +1 -1
- package/dist/unstyled.css +1 -2
- package/package.json +2 -2
package/dist/full.css
CHANGED
|
@@ -3131,7 +3131,7 @@ html {
|
|
|
3131
3131
|
background-color: transparent}
|
|
3132
3132
|
[dir="rtl"] .breadcrumbs > ul > li + *:before,
|
|
3133
3133
|
[dir="rtl"] .breadcrumbs > ol > li + *:before {
|
|
3134
|
-
--tw-rotate: -
|
|
3134
|
+
--tw-rotate: -45deg}
|
|
3135
3135
|
.btn:active:hover,
|
|
3136
3136
|
.btn:active:focus {
|
|
3137
3137
|
animation: button-pop 0s ease-out;
|
package/dist/styled.css
CHANGED
|
@@ -372,8 +372,7 @@
|
|
|
372
372
|
.collapse:not(.collapse-close) input[type="radio"]:checked ~ .collapse-content {
|
|
373
373
|
visibility: visible;
|
|
374
374
|
min-height: fit-content;
|
|
375
|
-
}
|
|
376
|
-
:root .countdown {
|
|
375
|
+
}:root .countdown {
|
|
377
376
|
line-height: 1em;
|
|
378
377
|
}
|
|
379
378
|
.countdown {
|
|
@@ -1432,7 +1431,7 @@
|
|
|
1432
1431
|
|
|
1433
1432
|
[dir="rtl"] .breadcrumbs > ul > li + *:before,
|
|
1434
1433
|
[dir="rtl"] .breadcrumbs > ol > li + *:before {
|
|
1435
|
-
--tw-rotate: -
|
|
1434
|
+
--tw-rotate: -45deg;
|
|
1436
1435
|
}
|
|
1437
1436
|
.btn {
|
|
1438
1437
|
gap: 0.5rem;
|