daisyui 2.14.2 → 2.14.3

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
@@ -3038,10 +3038,6 @@ body[dir="rtl"] .checkbox:checked,
3038
3038
  height: 1.5rem;
3039
3039
  width: 1.5rem;
3040
3040
  border-style: none;
3041
- -webkit-transition-property: all;
3042
- transition-property: all;
3043
- transition-duration: 300ms;
3044
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3045
3041
  border-radius: var(--rounded-box, 1rem);
3046
3042
  -webkit-appearance: none;
3047
3043
  top: 50%;
@@ -3057,10 +3053,6 @@ body[dir="rtl"] .checkbox:checked,
3057
3053
  height: 1.5rem;
3058
3054
  width: 1.5rem;
3059
3055
  border-style: none;
3060
- -moz-transition-property: all;
3061
- transition-property: all;
3062
- transition-duration: 300ms;
3063
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3064
3056
  border-radius: var(--rounded-box, 1rem);
3065
3057
  top: 50%;
3066
3058
  color: hsl(var(--range-shdw));