daisyui 2.51.0 → 2.51.1

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
@@ -681,10 +681,7 @@
681
681
  padding-right: 1rem;
682
682
  font-size: 0.875rem;
683
683
  line-height: 1.25rem;
684
- line-height: 2;
685
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
686
- transition-duration: 200ms;
687
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
684
+ line-height: 2
688
685
  }
689
686
  .file-input::file-selector-button {
690
687
  margin-right: 1rem;
@@ -779,9 +776,6 @@
779
776
  }
780
777
  .input {
781
778
  flex-shrink: 1;
782
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
783
- transition-duration: 200ms;
784
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
785
779
  height: 3rem;
786
780
  padding-left: 1rem;
787
781
  padding-right: 1rem;
@@ -1256,9 +1250,6 @@
1256
1250
  }
1257
1251
  .textarea {
1258
1252
  flex-shrink: 1;
1259
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
1260
- transition-duration: 200ms;
1261
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1262
1253
  min-height: 3rem;
1263
1254
  padding-top: 0.5rem;
1264
1255
  padding-bottom: 0.5rem;
@@ -3878,9 +3869,6 @@
3878
3869
  background-color: hsl(var(--b1) / var(--tw-bg-opacity));
3879
3870
  padding-right: 2.5rem;
3880
3871
  font-weight: 600;
3881
- transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
3882
- transition-duration: 200ms;
3883
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3884
3872
  border-radius: var(--rounded-btn, 0.5rem);
3885
3873
  }
3886
3874
  .select-bordered {