property-practice-ui 0.4.1 → 0.4.2

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.
@@ -1228,7 +1228,7 @@ var Container9 = styled40__default.default.div`
1228
1228
  gap: 1rem;
1229
1229
  background-color: #ffffff;
1230
1230
  width: 284px;
1231
- height: 482px;
1231
+ height: 100%;
1232
1232
  padding: 1.5rem;
1233
1233
  border-radius: 8px;
1234
1234
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
@@ -2227,7 +2227,7 @@ var SideNav = ({
2227
2227
  }) => {
2228
2228
  const renderNavItems = (isMobile) => items.map((item) => {
2229
2229
  const isActive = activeItem === item.href;
2230
- return /* @__PURE__ */ jsxRuntime.jsx(NavItem, { children: /* @__PURE__ */ jsxRuntime.jsxs(NavLink, { href: item.href, $isActive: isActive, children: [
2230
+ return /* @__PURE__ */ jsxRuntime.jsx(NavItem, { children: /* @__PURE__ */ jsxRuntime.jsxs(NavLink, { href: item.href, $isActive: isActive, onClick: onClose, children: [
2231
2231
  isActive ? /* @__PURE__ */ jsxRuntime.jsx(ActiveTriangle, { triangleColor }) : /* @__PURE__ */ jsxRuntime.jsx(InactiveSpacer, {}),
2232
2232
  /* @__PURE__ */ jsxRuntime.jsx(
2233
2233
  TextButton,