@yomologic/react-ui 0.5.3 → 0.5.4

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/index.mjs CHANGED
@@ -3806,7 +3806,7 @@ var Nav = React14.forwardRef(
3806
3806
  blur = false,
3807
3807
  position = "static",
3808
3808
  autoHideOnScroll = false,
3809
- ...props
3809
+ ...htmlProps
3810
3810
  }, ref) => {
3811
3811
  const [isMobileMenuOpen, setIsMobileMenuOpen] = useState11(false);
3812
3812
  const [openDropdownId, setOpenDropdownId] = useState11(
@@ -4075,7 +4075,7 @@ var Nav = React14.forwardRef(
4075
4075
  borderless && "border-0",
4076
4076
  className
4077
4077
  ),
4078
- ...props,
4078
+ ...htmlProps,
4079
4079
  children: [
4080
4080
  /* @__PURE__ */ jsxs19("div", { className: containerStyles, children: [
4081
4081
  logo && /* @__PURE__ */ jsx21("div", { className: "shrink-0", children: logo }),