daisyui 2.6.4 → 2.7.0

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
@@ -2027,7 +2027,8 @@ body[dir="rtl"] .checkbox:checked,
2027
2027
  .divider {
2028
2028
  margin-top: 1rem;
2029
2029
  margin-bottom: 1rem;
2030
- height: 1rem
2030
+ height: 1rem;
2031
+ white-space: nowrap
2031
2032
  }
2032
2033
  .divider:before {
2033
2034
  background-color: hsl(var(--bc) / var(--tw-bg-opacity));
@@ -2403,7 +2404,7 @@ body[dir="rtl"] .checkbox:checked,
2403
2404
  --tw-border-opacity: 1;
2404
2405
  border-color: hsl(var(--p) / var(--tw-border-opacity));
2405
2406
  }
2406
- .menu[class*="p-"] li *, .menu[class*="p-"] li button {
2407
+ .menu[class*="p-"] li > * {
2407
2408
  border-radius: var(--rounded-btn, 0.5rem);
2408
2409
  }
2409
2410
  .menu :where(li.bordered > *) {
@@ -2558,7 +2559,7 @@ body[dir="rtl"] .checkbox:checked,
2558
2559
  border-bottom-left-radius: inherit;
2559
2560
  }
2560
2561
  .mockup-code {
2561
- min-width: 20rem;
2562
+ min-width: 18rem;
2562
2563
  --tw-bg-opacity: 1;
2563
2564
  background-color: hsl(var(--n) / var(--tw-bg-opacity));
2564
2565
  padding-top: 1.25rem;