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 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(.menu li:not(.menu-title) > *:not(ul):not(details):not(.menu-title)),
4128
- :where(.menu li:not(.menu-title) > details > summary:not(.menu-title)) {
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(.menu li:not(.menu-title) > *:not(ul):not(details):not(.menu-title)),
3145
- :where(.menu li:not(.menu-title) > details > summary:not(.menu-title)) {
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;