daisyui 3.7.5 → 3.7.7
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 +146 -146
- package/dist/styled.css +29 -29
- package/dist/styled.js +1 -1
- package/dist/styled.rtl.js +1 -1
- package/dist/unstyled.css +25 -25
- 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 +3 -3
package/dist/styled.css
CHANGED
|
@@ -417,8 +417,8 @@
|
|
|
417
417
|
.drawer-side {
|
|
418
418
|
pointer-events: none;
|
|
419
419
|
position: fixed;
|
|
420
|
-
top: 0px;
|
|
421
420
|
left: 0px;
|
|
421
|
+
top: 0px;
|
|
422
422
|
grid-column-start: 1;
|
|
423
423
|
grid-row-start: 1;
|
|
424
424
|
display: grid;
|
|
@@ -504,14 +504,14 @@
|
|
|
504
504
|
right: 0px
|
|
505
505
|
}
|
|
506
506
|
.dropdown-left .dropdown-content {
|
|
507
|
-
|
|
507
|
+
bottom: auto;
|
|
508
508
|
right: 100%;
|
|
509
|
-
|
|
509
|
+
top: 0px
|
|
510
510
|
}
|
|
511
511
|
.dropdown-right .dropdown-content {
|
|
512
|
+
bottom: auto;
|
|
512
513
|
left: 100%;
|
|
513
|
-
top: 0px
|
|
514
|
-
bottom: auto
|
|
514
|
+
top: 0px
|
|
515
515
|
}
|
|
516
516
|
.dropdown-bottom .dropdown-content {
|
|
517
517
|
bottom: auto;
|
|
@@ -725,42 +725,42 @@
|
|
|
725
725
|
align-items: stretch;
|
|
726
726
|
}
|
|
727
727
|
.join :where(.join-item) {
|
|
728
|
-
border-
|
|
729
|
-
border-
|
|
730
|
-
border-
|
|
731
|
-
border-
|
|
728
|
+
border-start-end-radius: 0;
|
|
729
|
+
border-end-end-radius: 0;
|
|
730
|
+
border-end-start-radius: 0;
|
|
731
|
+
border-start-start-radius: 0;
|
|
732
732
|
}
|
|
733
733
|
.join .join-item:not(:first-child):not(:last-child),
|
|
734
734
|
.join *:not(:first-child):not(:last-child) .join-item {
|
|
735
|
-
border-
|
|
736
|
-
border-
|
|
737
|
-
border-
|
|
738
|
-
border-
|
|
735
|
+
border-start-end-radius: 0;
|
|
736
|
+
border-end-end-radius: 0;
|
|
737
|
+
border-end-start-radius: 0;
|
|
738
|
+
border-start-start-radius: 0;
|
|
739
739
|
}
|
|
740
740
|
.join .join-item:first-child:not(:last-child),
|
|
741
741
|
.join *:first-child:not(:last-child) .join-item {
|
|
742
|
-
border-
|
|
743
|
-
border-
|
|
742
|
+
border-start-end-radius: 0;
|
|
743
|
+
border-end-end-radius: 0;
|
|
744
744
|
}
|
|
745
745
|
.join .dropdown .join-item:first-child:not(:last-child),
|
|
746
746
|
.join *:first-child:not(:last-child) .dropdown .join-item {
|
|
747
|
-
border-
|
|
748
|
-
border-
|
|
747
|
+
border-start-end-radius: inherit;
|
|
748
|
+
border-end-end-radius: inherit;
|
|
749
749
|
}
|
|
750
750
|
.join :where(.join-item:first-child:not(:last-child)),
|
|
751
751
|
.join :where(*:first-child:not(:last-child) .join-item) {
|
|
752
|
-
border-
|
|
753
|
-
border-
|
|
752
|
+
border-end-start-radius: inherit;
|
|
753
|
+
border-start-start-radius: inherit;
|
|
754
754
|
}
|
|
755
755
|
.join .join-item:last-child:not(:first-child),
|
|
756
756
|
.join *:last-child:not(:first-child) .join-item {
|
|
757
|
-
border-
|
|
758
|
-
border-
|
|
757
|
+
border-end-start-radius: 0;
|
|
758
|
+
border-start-start-radius: 0;
|
|
759
759
|
}
|
|
760
760
|
.join :where(.join-item:last-child:not(:first-child)),
|
|
761
761
|
.join :where(*:last-child:not(:first-child) .join-item) {
|
|
762
|
-
border-
|
|
763
|
-
border-
|
|
762
|
+
border-start-end-radius: inherit;
|
|
763
|
+
border-end-end-radius: inherit;
|
|
764
764
|
}
|
|
765
765
|
:where(.join *) {
|
|
766
766
|
border-radius: inherit;
|
|
@@ -1192,10 +1192,10 @@
|
|
|
1192
1192
|
.textarea {
|
|
1193
1193
|
flex-shrink: 1;
|
|
1194
1194
|
min-height: 3rem;
|
|
1195
|
-
padding-top: 0.5rem;
|
|
1196
|
-
padding-bottom: 0.5rem;
|
|
1197
1195
|
padding-left: 1rem;
|
|
1198
1196
|
padding-right: 1rem;
|
|
1197
|
+
padding-top: 0.5rem;
|
|
1198
|
+
padding-bottom: 0.5rem;
|
|
1199
1199
|
font-size: 0.875rem;
|
|
1200
1200
|
line-height: 1.25rem;
|
|
1201
1201
|
line-height: 2
|
|
@@ -2795,8 +2795,8 @@ details.collapse summary {
|
|
|
2795
2795
|
--tw-text-opacity: 0.2;
|
|
2796
2796
|
}
|
|
2797
2797
|
.footer {
|
|
2798
|
-
row-gap: 2.5rem;
|
|
2799
2798
|
column-gap: 1rem;
|
|
2799
|
+
row-gap: 2.5rem;
|
|
2800
2800
|
font-size: 0.875rem;
|
|
2801
2801
|
line-height: 1.25rem
|
|
2802
2802
|
}
|
|
@@ -3165,9 +3165,9 @@ details.collapse summary {
|
|
|
3165
3165
|
}
|
|
3166
3166
|
.menu :where(li ul):before {
|
|
3167
3167
|
position: absolute;
|
|
3168
|
+
bottom: 0.75rem;
|
|
3168
3169
|
left: 0px;
|
|
3169
3170
|
top: 0.75rem;
|
|
3170
|
-
bottom: 0.75rem;
|
|
3171
3171
|
width: 1px;
|
|
3172
3172
|
background-color: hsl(var(--bc) / 0.1);
|
|
3173
3173
|
content: "";
|
|
@@ -3404,8 +3404,8 @@ details.collapse summary {
|
|
|
3404
3404
|
.mockup-browser .mockup-browser-toolbar .input:before {
|
|
3405
3405
|
content: "";
|
|
3406
3406
|
position: absolute;
|
|
3407
|
-
top: 50%;
|
|
3408
3407
|
left: 0.5rem;
|
|
3408
|
+
top: 50%;
|
|
3409
3409
|
aspect-ratio: 1 / 1;
|
|
3410
3410
|
height: 0.75rem;
|
|
3411
3411
|
--tw-translate-y: -50%;
|
|
@@ -3418,8 +3418,8 @@ details.collapse summary {
|
|
|
3418
3418
|
.mockup-browser .mockup-browser-toolbar .input:after {
|
|
3419
3419
|
content: "";
|
|
3420
3420
|
position: absolute;
|
|
3421
|
-
top: 50%;
|
|
3422
3421
|
left: 1.25rem;
|
|
3422
|
+
top: 50%;
|
|
3423
3423
|
height: 0.5rem;
|
|
3424
3424
|
--tw-translate-y: 25%;
|
|
3425
3425
|
--tw-rotate: -45deg;
|