daisyui 2.13.1 → 2.13.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/styled.css CHANGED
@@ -1784,7 +1784,7 @@
1784
1784
  color: hsl(var(--erc, var(--nc)) / var(--tw-text-opacity));
1785
1785
  }
1786
1786
  /* disabled */
1787
- .btn-disabled, .btn[disabled] {
1787
+ .btn-disabled, .btn-disabled:hover, .btn[disabled], .btn[disabled]:hover {
1788
1788
  --tw-border-opacity: 0;
1789
1789
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
1790
1790
  --tw-bg-opacity: 0.2;
@@ -3417,9 +3417,9 @@ body[dir="rtl"] .checkbox:checked,
3417
3417
  }
3418
3418
 
3419
3419
  .swap > * {
3420
- transition-property: all;
3421
3420
  transition-duration: 300ms;
3422
3421
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3422
+ transition-property: transform, opacity;
3423
3423
  }
3424
3424
 
3425
3425
  .swap-rotate .swap-on, .swap-rotate .swap-indeterminate, .swap-rotate input:indeterminate ~ .swap-on {