daisyui 3.1.3 → 3.1.4
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 -2
- package/dist/styled.css +6 -2
- package/dist/styled.js +1 -1
- package/dist/styled.rtl.js +1 -1
- package/dist/unstyled.css +4 -0
- package/dist/unstyled.js +1 -1
- package/dist/unstyled.rtl.js +1 -1
- package/package.json +1 -1
package/dist/full.css
CHANGED
|
@@ -2922,6 +2922,9 @@ html {
|
|
|
2922
2922
|
right: 0px;
|
|
2923
2923
|
--tw-bg-opacity: 1;
|
|
2924
2924
|
background-color: hsl(var(--b1) / var(--tw-bg-opacity))}
|
|
2925
|
+
.table-zebra tbody tr:nth-child(even) :where(.table-pin-cols tr th) {
|
|
2926
|
+
--tw-bg-opacity: 1;
|
|
2927
|
+
background-color: hsl(var(--b2) / var(--tw-bg-opacity))}
|
|
2925
2928
|
.textarea {
|
|
2926
2929
|
flex-shrink: 1;
|
|
2927
2930
|
min-height: 3rem;
|
|
@@ -4124,8 +4127,8 @@ details.collapse summary::-webkit-details-marker {
|
|
|
4124
4127
|
width: 1px;
|
|
4125
4128
|
background-color: hsl(var(--bc) / 0.1);
|
|
4126
4129
|
content: ""}
|
|
4127
|
-
:where(
|
|
4128
|
-
:where(
|
|
4130
|
+
.menu :where(li:not(.menu-title) > *:not(ul):not(details):not(.menu-title)),
|
|
4131
|
+
.menu :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
|
|
4129
4132
|
padding-left: 1rem;
|
|
4130
4133
|
padding-right: 1rem;
|
|
4131
4134
|
padding-top: 0.5rem;
|
package/dist/styled.css
CHANGED
|
@@ -1165,6 +1165,10 @@
|
|
|
1165
1165
|
right: 0px;
|
|
1166
1166
|
--tw-bg-opacity: 1;
|
|
1167
1167
|
background-color: hsl(var(--b1) / var(--tw-bg-opacity))
|
|
1168
|
+
}
|
|
1169
|
+
.table-zebra tbody tr:nth-child(even) :where(.table-pin-cols tr th) {
|
|
1170
|
+
--tw-bg-opacity: 1;
|
|
1171
|
+
background-color: hsl(var(--b2) / var(--tw-bg-opacity))
|
|
1168
1172
|
}
|
|
1169
1173
|
.textarea {
|
|
1170
1174
|
flex-shrink: 1;
|
|
@@ -3141,8 +3145,8 @@ details.collapse summary {
|
|
|
3141
3145
|
background-color: hsl(var(--bc) / 0.1);
|
|
3142
3146
|
content: "";
|
|
3143
3147
|
}
|
|
3144
|
-
:where(
|
|
3145
|
-
:where(
|
|
3148
|
+
.menu :where(li:not(.menu-title) > *:not(ul):not(details):not(.menu-title)),
|
|
3149
|
+
.menu :where(li:not(.menu-title) > details > summary:not(.menu-title)) {
|
|
3146
3150
|
padding-left: 1rem;
|
|
3147
3151
|
padding-right: 1rem;
|
|
3148
3152
|
padding-top: 0.5rem;
|