daisyui 4.4.14 → 4.4.16
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 +3 -6
- package/dist/styled.css +2 -6
- package/dist/styled.js +1 -1
- package/dist/unstyled.css +0 -4
- package/dist/unstyled.js +1 -1
- package/package.json +1 -1
package/dist/full.css
CHANGED
|
@@ -3084,10 +3084,7 @@ html {
|
|
|
3084
3084
|
overflow-y: auto;
|
|
3085
3085
|
overscroll-behavior: contain;
|
|
3086
3086
|
height: 100vh;
|
|
3087
|
-
height: 100dvh
|
|
3088
|
-
scrollbar-width: none}
|
|
3089
|
-
.drawer-side::-webkit-scrollbar {
|
|
3090
|
-
display: none}
|
|
3087
|
+
height: 100dvh}
|
|
3091
3088
|
.drawer-side > .drawer-overlay {
|
|
3092
3089
|
position: sticky;
|
|
3093
3090
|
top: 0px;
|
|
@@ -4839,7 +4836,7 @@ details.collapse summary::-webkit-details-marker {
|
|
|
4839
4836
|
--tw-bg-opacity: 1;
|
|
4840
4837
|
background-color: var(--fallback-er,oklch(var(--er)/var(--tw-bg-opacity)))}
|
|
4841
4838
|
.drawer-toggle:checked ~ .drawer-side > .drawer-overlay {
|
|
4842
|
-
background-color: #
|
|
4839
|
+
background-color: #0006}
|
|
4843
4840
|
.drawer-toggle:focus-visible ~ .drawer-content label.drawer-button {
|
|
4844
4841
|
outline-style: solid;
|
|
4845
4842
|
outline-width: 2px;
|
|
@@ -5445,7 +5442,7 @@ details.collapse summary::-webkit-details-marker {
|
|
|
5445
5442
|
opacity: 0.6}
|
|
5446
5443
|
.modal:not(dialog:not(.modal-open)),
|
|
5447
5444
|
.modal::backdrop {
|
|
5448
|
-
background-color:
|
|
5445
|
+
background-color: #0006;
|
|
5449
5446
|
animation: modal-pop 0.2s ease-out}
|
|
5450
5447
|
.modal-backdrop {
|
|
5451
5448
|
z-index: -1;
|
package/dist/styled.css
CHANGED
|
@@ -479,10 +479,6 @@
|
|
|
479
479
|
overscroll-behavior: contain;
|
|
480
480
|
height: 100vh;
|
|
481
481
|
height: 100dvh;
|
|
482
|
-
scrollbar-width: none;
|
|
483
|
-
}
|
|
484
|
-
.drawer-side::-webkit-scrollbar {
|
|
485
|
-
display: none;
|
|
486
482
|
}
|
|
487
483
|
.drawer-side > .drawer-overlay {
|
|
488
484
|
position: sticky;
|
|
@@ -2679,7 +2675,7 @@ details.collapse summary {
|
|
|
2679
2675
|
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
|
|
2680
2676
|
}
|
|
2681
2677
|
.drawer-toggle:checked ~ .drawer-side > .drawer-overlay {
|
|
2682
|
-
background-color: #
|
|
2678
|
+
background-color: #0006;
|
|
2683
2679
|
}
|
|
2684
2680
|
.drawer-toggle:focus-visible ~ .drawer-content label.drawer-button {
|
|
2685
2681
|
outline-style: solid;
|
|
@@ -3599,7 +3595,7 @@ details.collapse summary {
|
|
|
3599
3595
|
}
|
|
3600
3596
|
.modal:not(dialog:not(.modal-open)),
|
|
3601
3597
|
.modal::backdrop {
|
|
3602
|
-
background-color:
|
|
3598
|
+
background-color: #0006;
|
|
3603
3599
|
animation: modal-pop 0.2s ease-out;
|
|
3604
3600
|
}
|
|
3605
3601
|
.modal-backdrop {
|