daisyui 2.32.0 → 2.33.0

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/styled.css CHANGED
@@ -273,8 +273,10 @@
273
273
  .checkbox {
274
274
  flex-shrink: 0
275
275
  }
276
- .collapse {
276
+ .collapse.collapse {
277
277
  visibility: visible;
278
+ }
279
+ .collapse {
278
280
  position: relative;
279
281
  display: grid;
280
282
  overflow: hidden;