@loafmarkets/ui 0.1.10 → 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.mjs
CHANGED
|
@@ -5929,18 +5929,6 @@ var Header = ({
|
|
|
5929
5929
|
children: "Home"
|
|
5930
5930
|
}
|
|
5931
5931
|
),
|
|
5932
|
-
/* @__PURE__ */ jsx(
|
|
5933
|
-
NavLink,
|
|
5934
|
-
{
|
|
5935
|
-
href: aboutPath,
|
|
5936
|
-
className: aboutActive ? "active" : "",
|
|
5937
|
-
onClick: (event) => {
|
|
5938
|
-
event.preventDefault();
|
|
5939
|
-
handleNavigation(aboutPath);
|
|
5940
|
-
},
|
|
5941
|
-
children: "About"
|
|
5942
|
-
}
|
|
5943
|
-
),
|
|
5944
5932
|
/* @__PURE__ */ jsx(
|
|
5945
5933
|
NavLink,
|
|
5946
5934
|
{
|
|
@@ -5977,6 +5965,18 @@ var Header = ({
|
|
|
5977
5965
|
children: "Property Map"
|
|
5978
5966
|
}
|
|
5979
5967
|
),
|
|
5968
|
+
/* @__PURE__ */ jsx(
|
|
5969
|
+
NavLink,
|
|
5970
|
+
{
|
|
5971
|
+
href: aboutPath,
|
|
5972
|
+
className: aboutActive ? "active" : "",
|
|
5973
|
+
onClick: (event) => {
|
|
5974
|
+
event.preventDefault();
|
|
5975
|
+
handleNavigation(aboutPath);
|
|
5976
|
+
},
|
|
5977
|
+
children: "About"
|
|
5978
|
+
}
|
|
5979
|
+
),
|
|
5980
5980
|
/* @__PURE__ */ jsx("div", { style: { marginLeft: "auto", display: "flex", alignItems: "center" }, children: /* @__PURE__ */ jsx(
|
|
5981
5981
|
"div",
|
|
5982
5982
|
{
|
|
@@ -6014,6 +6014,7 @@ var Header = ({
|
|
|
6014
6014
|
),
|
|
6015
6015
|
/* @__PURE__ */ jsx(MobileNavItem, { onClick: () => handleNavigation(offeringsPath), children: "Offerings" }),
|
|
6016
6016
|
/* @__PURE__ */ jsx(MobileNavItem, { onClick: () => handleNavigation(propertyMapPath), children: "Property Map" }),
|
|
6017
|
+
/* @__PURE__ */ jsx(MobileNavItem, { onClick: () => handleNavigation(aboutPath), children: "About" }),
|
|
6017
6018
|
/* @__PURE__ */ jsx("div", { style: { borderTop: "1px solid #2b3139", margin: "8px 0" } }),
|
|
6018
6019
|
/* @__PURE__ */ jsx(
|
|
6019
6020
|
MobileNavItem,
|