daisyui 2.14.1 → 2.14.2

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;