daisyui 4.9.0 → 4.10.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/dist/full.css +7 -3
- package/dist/styled.css +7 -2
- package/dist/styled.js +1 -1
- package/dist/unstyled.css +1 -0
- package/dist/unstyled.js +1 -1
- package/package.json +1 -1
package/dist/full.css
CHANGED
|
@@ -3697,7 +3697,8 @@ html {
|
|
|
3697
3697
|
appearance: none;
|
|
3698
3698
|
opacity: 0}
|
|
3699
3699
|
:root:has(:is(.modal-open, .modal:target, .modal-toggle:checked + .modal, .modal[open])) {
|
|
3700
|
-
overflow: hidden
|
|
3700
|
+
overflow: hidden;
|
|
3701
|
+
scrollbar-gutter: stable}
|
|
3701
3702
|
.navbar {
|
|
3702
3703
|
display: flex;
|
|
3703
3704
|
align-items: center;
|
|
@@ -6169,8 +6170,7 @@ details.collapse summary::-webkit-details-marker {
|
|
|
6169
6170
|
.table-zebra-zebra tbody tr:nth-child(even) {
|
|
6170
6171
|
--tw-bg-opacity: 1;
|
|
6171
6172
|
background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)))}
|
|
6172
|
-
.table :where(thead, tbody
|
|
6173
|
-
.table :where(thead, tbody) :where(tr:first-child:last-child) {
|
|
6173
|
+
.table :where(thead tr, tbody tr:not(:last-child),tbody tr:first-child:last-child) {
|
|
6174
6174
|
border-bottom-width: 1px;
|
|
6175
6175
|
--tw-border-opacity: 1;
|
|
6176
6176
|
border-bottom-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)))}
|
|
@@ -6180,6 +6180,10 @@ details.collapse summary::-webkit-details-marker {
|
|
|
6180
6180
|
line-height: 1rem;
|
|
6181
6181
|
font-weight: 700;
|
|
6182
6182
|
color: var(--fallback-bc,oklch(var(--bc)/0.6))}
|
|
6183
|
+
.table :where(tfoot) {
|
|
6184
|
+
border-top-width: 1px;
|
|
6185
|
+
--tw-border-opacity: 1;
|
|
6186
|
+
border-top-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)))}
|
|
6183
6187
|
.textarea-bordered {
|
|
6184
6188
|
border-color: var(--fallback-bc,oklch(var(--bc)/0.2))}
|
|
6185
6189
|
.textarea:focus {
|
package/dist/styled.css
CHANGED
|
@@ -931,6 +931,7 @@
|
|
|
931
931
|
}
|
|
932
932
|
:root:has(:is(.modal-open, .modal:target, .modal-toggle:checked + .modal, .modal[open])) {
|
|
933
933
|
overflow: hidden;
|
|
934
|
+
scrollbar-gutter: stable;
|
|
934
935
|
}
|
|
935
936
|
.navbar {
|
|
936
937
|
display: flex;
|
|
@@ -4787,8 +4788,7 @@ details.collapse summary {
|
|
|
4787
4788
|
background-color: var(--fallback-b3,oklch(var(--b3)/var(--tw-bg-opacity)))
|
|
4788
4789
|
}
|
|
4789
4790
|
}
|
|
4790
|
-
.table :where(thead, tbody
|
|
4791
|
-
.table :where(thead, tbody) :where(tr:first-child:last-child) {
|
|
4791
|
+
.table :where(thead tr, tbody tr:not(:last-child),tbody tr:first-child:last-child) {
|
|
4792
4792
|
border-bottom-width: 1px;
|
|
4793
4793
|
--tw-border-opacity: 1;
|
|
4794
4794
|
border-bottom-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)))
|
|
@@ -4799,6 +4799,11 @@ details.collapse summary {
|
|
|
4799
4799
|
line-height: 1rem;
|
|
4800
4800
|
font-weight: 700;
|
|
4801
4801
|
color: var(--fallback-bc,oklch(var(--bc)/0.6))
|
|
4802
|
+
}
|
|
4803
|
+
.table :where(tfoot) {
|
|
4804
|
+
border-top-width: 1px;
|
|
4805
|
+
--tw-border-opacity: 1;
|
|
4806
|
+
border-top-color: var(--fallback-b2,oklch(var(--b2)/var(--tw-border-opacity)))
|
|
4802
4807
|
}
|
|
4803
4808
|
.textarea {
|
|
4804
4809
|
border-radius: var(--rounded-btn, 0.5rem);
|