daisyui 4.4.15 → 4.4.17

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/full.css CHANGED
@@ -3067,7 +3067,8 @@ html {
3067
3067
  width: 100%}
3068
3068
  .drawer-content {
3069
3069
  grid-column-start: 2;
3070
- grid-row-start: 1}
3070
+ grid-row-start: 1;
3071
+ min-width: 0px}
3071
3072
  .drawer-side {
3072
3073
  pointer-events: none;
3073
3074
  position: fixed;
@@ -4836,7 +4837,7 @@ details.collapse summary::-webkit-details-marker {
4836
4837
  --tw-bg-opacity: 1;
4837
4838
  background-color: var(--fallback-er,oklch(var(--er)/var(--tw-bg-opacity)))}
4838
4839
  .drawer-toggle:checked ~ .drawer-side > .drawer-overlay {
4839
- background-color: #00000066}
4840
+ background-color: #0006}
4840
4841
  .drawer-toggle:focus-visible ~ .drawer-content label.drawer-button {
4841
4842
  outline-style: solid;
4842
4843
  outline-width: 2px;
@@ -5442,7 +5443,7 @@ details.collapse summary::-webkit-details-marker {
5442
5443
  opacity: 0.6}
5443
5444
  .modal:not(dialog:not(.modal-open)),
5444
5445
  .modal::backdrop {
5445
- background-color: rgba(0, 0, 0, 0.3);
5446
+ background-color: #0006;
5446
5447
  animation: modal-pop 0.2s ease-out}
5447
5448
  .modal-backdrop {
5448
5449
  z-index: -1;
package/dist/styled.css CHANGED
@@ -461,6 +461,7 @@
461
461
  .drawer-content {
462
462
  grid-column-start: 2;
463
463
  grid-row-start: 1;
464
+ min-width: 0px;
464
465
  }
465
466
  .drawer-side {
466
467
  pointer-events: none;
@@ -2675,7 +2676,7 @@ details.collapse summary {
2675
2676
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
2676
2677
  }
2677
2678
  .drawer-toggle:checked ~ .drawer-side > .drawer-overlay {
2678
- background-color: #00000066;
2679
+ background-color: #0006;
2679
2680
  }
2680
2681
  .drawer-toggle:focus-visible ~ .drawer-content label.drawer-button {
2681
2682
  outline-style: solid;
@@ -3595,7 +3596,7 @@ details.collapse summary {
3595
3596
  }
3596
3597
  .modal:not(dialog:not(.modal-open)),
3597
3598
  .modal::backdrop {
3598
- background-color: rgba(0, 0, 0, 0.3);
3599
+ background-color: #0006;
3599
3600
  animation: modal-pop 0.2s ease-out;
3600
3601
  }
3601
3602
  .modal-backdrop {