daisyui 2.14.0 → 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
@@ -604,14 +604,13 @@
604
604
  .indicator {
605
605
  position: relative;
606
606
  display: inline-flex;
607
- width: fit-content;
607
+ width: max-content;
608
608
  }
609
609
  .indicator :where(.indicator-item) {
610
610
  z-index: 1;
611
611
  position: absolute;
612
612
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
613
613
  }
614
-
615
614
  .input {
616
615
  flex-shrink: 1;
617
616
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
@@ -2260,6 +2259,9 @@ body[dir="rtl"] .checkbox:checked,
2260
2259
  display: none;
2261
2260
  } */
2262
2261
  }
2262
+ .input[list]::-webkit-calendar-picker-indicator {
2263
+ line-height: 1em;
2264
+ }
2263
2265
  .input-bordered {
2264
2266
  --tw-border-opacity: 0.2;
2265
2267
  }
@@ -3036,10 +3038,6 @@ body[dir="rtl"] .checkbox:checked,
3036
3038
  height: 1.5rem;
3037
3039
  width: 1.5rem;
3038
3040
  border-style: none;
3039
- -webkit-transition-property: all;
3040
- transition-property: all;
3041
- transition-duration: 300ms;
3042
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3043
3041
  border-radius: var(--rounded-box, 1rem);
3044
3042
  -webkit-appearance: none;
3045
3043
  top: 50%;
@@ -3055,10 +3053,6 @@ body[dir="rtl"] .checkbox:checked,
3055
3053
  height: 1.5rem;
3056
3054
  width: 1.5rem;
3057
3055
  border-style: none;
3058
- -moz-transition-property: all;
3059
- transition-property: all;
3060
- transition-duration: 300ms;
3061
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
3062
3056
  border-radius: var(--rounded-box, 1rem);
3063
3057
  top: 50%;
3064
3058
  color: hsl(var(--range-shdw));