@loafmarkets/ui 0.1.9 → 0.1.11
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 +13 -12
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +13 -12
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5951,18 +5951,6 @@ var Header = ({
|
|
|
5951
5951
|
children: "Home"
|
|
5952
5952
|
}
|
|
5953
5953
|
),
|
|
5954
|
-
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5955
|
-
NavLink,
|
|
5956
|
-
{
|
|
5957
|
-
href: aboutPath,
|
|
5958
|
-
className: aboutActive ? "active" : "",
|
|
5959
|
-
onClick: (event) => {
|
|
5960
|
-
event.preventDefault();
|
|
5961
|
-
handleNavigation(aboutPath);
|
|
5962
|
-
},
|
|
5963
|
-
children: "About"
|
|
5964
|
-
}
|
|
5965
|
-
),
|
|
5966
5954
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5967
5955
|
NavLink,
|
|
5968
5956
|
{
|
|
@@ -5999,6 +5987,18 @@ var Header = ({
|
|
|
5999
5987
|
children: "Property Map"
|
|
6000
5988
|
}
|
|
6001
5989
|
),
|
|
5990
|
+
/* @__PURE__ */ jsxRuntime.jsx(
|
|
5991
|
+
NavLink,
|
|
5992
|
+
{
|
|
5993
|
+
href: aboutPath,
|
|
5994
|
+
className: aboutActive ? "active" : "",
|
|
5995
|
+
onClick: (event) => {
|
|
5996
|
+
event.preventDefault();
|
|
5997
|
+
handleNavigation(aboutPath);
|
|
5998
|
+
},
|
|
5999
|
+
children: "About"
|
|
6000
|
+
}
|
|
6001
|
+
),
|
|
6002
6002
|
/* @__PURE__ */ jsxRuntime.jsx("div", { style: { marginLeft: "auto", display: "flex", alignItems: "center" }, children: /* @__PURE__ */ jsxRuntime.jsx(
|
|
6003
6003
|
"div",
|
|
6004
6004
|
{
|
|
@@ -6036,6 +6036,7 @@ var Header = ({
|
|
|
6036
6036
|
),
|
|
6037
6037
|
/* @__PURE__ */ jsxRuntime.jsx(MobileNavItem, { onClick: () => handleNavigation(offeringsPath), children: "Offerings" }),
|
|
6038
6038
|
/* @__PURE__ */ jsxRuntime.jsx(MobileNavItem, { onClick: () => handleNavigation(propertyMapPath), children: "Property Map" }),
|
|
6039
|
+
/* @__PURE__ */ jsxRuntime.jsx(MobileNavItem, { onClick: () => handleNavigation(aboutPath), children: "About" }),
|
|
6039
6040
|
/* @__PURE__ */ jsxRuntime.jsx("div", { style: { borderTop: "1px solid #2b3139", margin: "8px 0" } }),
|
|
6040
6041
|
/* @__PURE__ */ jsxRuntime.jsx(
|
|
6041
6042
|
MobileNavItem,
|