daisyui 2.13.6 → 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
@@ -452,8 +452,6 @@
452
452
 
453
453
  visibility: visible;
454
454
  }
455
- }
456
- @media (min-width: 1024px) {
457
455
 
458
456
  .drawer-mobile > .drawer-toggle ~ .drawer-side > .drawer-overlay + * {
459
457
 
@@ -487,15 +485,11 @@
487
485
 
488
486
  grid-column-start: 2;
489
487
  }
490
- }
491
- @media (min-width: 1024px) {
492
488
 
493
489
  .drawer-mobile.drawer-end > .drawer-toggle ~ .drawer-side > .drawer-overlay {
494
490
 
495
491
  visibility: visible;
496
492
  }
497
- }
498
- @media (min-width: 1024px) {
499
493
 
500
494
  .drawer-mobile.drawer-end > .drawer-toggle ~ .drawer-side > .drawer-overlay + * {
501
495
 
@@ -610,14 +604,13 @@
610
604
  .indicator {
611
605
  position: relative;
612
606
  display: inline-flex;
613
- width: fit-content;
607
+ width: max-content;
614
608
  }
615
609
  .indicator :where(.indicator-item) {
616
610
  z-index: 1;
617
611
  position: absolute;
618
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));
619
613
  }
620
-
621
614
  .input {
622
615
  flex-shrink: 1;
623
616
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
@@ -2266,6 +2259,9 @@ body[dir="rtl"] .checkbox:checked,
2266
2259
  display: none;
2267
2260
  } */
2268
2261
  }
2262
+ .input[list]::-webkit-calendar-picker-indicator {
2263
+ line-height: 1em;
2264
+ }
2269
2265
  .input-bordered {
2270
2266
  --tw-border-opacity: 0.2;
2271
2267
  }