daisyui 4.4.16 → 4.4.18
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 +5 -3
- package/dist/styled.css +4 -2
- package/dist/styled.js +1 -1
- package/dist/unstyled.css +2 -0
- package/dist/unstyled.js +1 -1
- package/package.json +1 -1
package/dist/full.css
CHANGED
|
@@ -3067,7 +3067,8 @@ html {
|
|
|
3067
3067
|
width: 100%}
|
|
3068
3068
|
.drawer-content {
|
|
3069
3069
|
grid-column-start: 2;
|
|
3070
|
-
grid-row-start: 1
|
|
3070
|
+
grid-row-start: 1;
|
|
3071
|
+
min-width: 0px}
|
|
3071
3072
|
.drawer-side {
|
|
3072
3073
|
pointer-events: none;
|
|
3073
3074
|
position: fixed;
|
|
@@ -3434,6 +3435,7 @@ html {
|
|
|
3434
3435
|
white-space: nowrap}
|
|
3435
3436
|
.input {
|
|
3436
3437
|
flex-shrink: 1;
|
|
3438
|
+
appearance: none;
|
|
3437
3439
|
height: 3rem;
|
|
3438
3440
|
padding-left: 1rem;
|
|
3439
3441
|
padding-right: 1rem;
|
|
@@ -6114,8 +6116,8 @@ details.collapse summary::-webkit-details-marker {
|
|
|
6114
6116
|
[dir="rtl"] .tabs-lifted > .tab.tab-active:not(.tab-disabled):not([disabled]):last-child:before, [dir="rtl"] .tabs-lifted > .tab:is(input:checked):last-child:before {
|
|
6115
6117
|
background-image: var(--radius-end);
|
|
6116
6118
|
background-position: top right}
|
|
6117
|
-
.tabs-lifted
|
|
6118
|
-
.tab-active:not(.tab-disabled):not([disabled])
|
|
6119
|
+
.tabs-lifted
|
|
6120
|
+
> .tab-active:not(.tab-disabled):not([disabled])
|
|
6119
6121
|
+ .tabs-lifted
|
|
6120
6122
|
.tab-active:not(.tab-disabled):not([disabled]):before, .tabs-lifted > .tab:is(input:checked) + .tabs-lifted .tab:is(input:checked):before {
|
|
6121
6123
|
background-image: var(--radius-end);
|
package/dist/styled.css
CHANGED
|
@@ -461,6 +461,7 @@
|
|
|
461
461
|
.drawer-content {
|
|
462
462
|
grid-column-start: 2;
|
|
463
463
|
grid-row-start: 1;
|
|
464
|
+
min-width: 0px;
|
|
464
465
|
}
|
|
465
466
|
.drawer-side {
|
|
466
467
|
pointer-events: none;
|
|
@@ -692,6 +693,7 @@
|
|
|
692
693
|
}
|
|
693
694
|
.input {
|
|
694
695
|
flex-shrink: 1;
|
|
696
|
+
appearance: none;
|
|
695
697
|
height: 3rem;
|
|
696
698
|
padding-left: 1rem;
|
|
697
699
|
padding-right: 1rem;
|
|
@@ -4692,8 +4694,8 @@ details.collapse summary {
|
|
|
4692
4694
|
background-image: var(--radius-end);
|
|
4693
4695
|
background-position: top right;
|
|
4694
4696
|
}
|
|
4695
|
-
.tabs-lifted
|
|
4696
|
-
.tab-active:not(.tab-disabled):not([disabled])
|
|
4697
|
+
.tabs-lifted
|
|
4698
|
+
> .tab-active:not(.tab-disabled):not([disabled])
|
|
4697
4699
|
+ .tabs-lifted
|
|
4698
4700
|
.tab-active:not(.tab-disabled):not([disabled]):before, .tabs-lifted > .tab:is(input:checked) + .tabs-lifted .tab:is(input:checked):before {
|
|
4699
4701
|
background-image: var(--radius-end);
|