daisyui 4.6.2 → 4.6.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/full.css CHANGED
@@ -3701,7 +3701,7 @@ html {
3701
3701
  padding: var(--navbar-padding, 0.5rem);
3702
3702
  min-height: 4rem;
3703
3703
  width: 100%}
3704
- :where(.navbar > *) {
3704
+ :where(.navbar > *:not(script, style)) {
3705
3705
  display: inline-flex;
3706
3706
  align-items: center}
3707
3707
  .navbar-start {
package/dist/styled.css CHANGED
@@ -932,7 +932,7 @@
932
932
  display: flex;
933
933
  align-items: center;
934
934
  }
935
- :where(.navbar > *) {
935
+ :where(.navbar > *:not(script, style)) {
936
936
  display: inline-flex;
937
937
  align-items: center;
938
938
  }