@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.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3874,7 +3874,7 @@ var Nav = import_react21.default.forwardRef(
|
|
|
3874
3874
|
blur = false,
|
|
3875
3875
|
position = "static",
|
|
3876
3876
|
autoHideOnScroll = false,
|
|
3877
|
-
...
|
|
3877
|
+
...htmlProps
|
|
3878
3878
|
}, ref) => {
|
|
3879
3879
|
const [isMobileMenuOpen, setIsMobileMenuOpen] = (0, import_react21.useState)(false);
|
|
3880
3880
|
const [openDropdownId, setOpenDropdownId] = (0, import_react21.useState)(
|
|
@@ -4143,7 +4143,7 @@ var Nav = import_react21.default.forwardRef(
|
|
|
4143
4143
|
borderless && "border-0",
|
|
4144
4144
|
className
|
|
4145
4145
|
),
|
|
4146
|
-
...
|
|
4146
|
+
...htmlProps,
|
|
4147
4147
|
children: [
|
|
4148
4148
|
/* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("div", { className: containerStyles, children: [
|
|
4149
4149
|
logo && /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("div", { className: "shrink-0", children: logo }),
|