jcicl 0.0.281 → 0.0.285

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.
@@ -865,7 +865,11 @@ const ye = le(/* @__PURE__ */ i("path", {
865
865
  ...X,
866
866
  navWidth: `${m}px`,
867
867
  isMobile: b
868
- }, { navItems: _ } = e, ie = ((be = _.find((k) => k.url === (e == null ? void 0 : e.activeRoute))) == null ? void 0 : be.subnavItems) || [], Be = { themeColors: fe, activeSubnavRoute: o, navItems: ie }, me = [
868
+ }, { navItems: _ } = e, ie = ((be = _.find((k) => k.label === (e == null ? void 0 : e.activeRoute))) == null ? void 0 : be.subnavItems) || [], Be = {
869
+ themeColors: fe,
870
+ activeRoute: o,
871
+ navItems: ie
872
+ }, me = [
869
873
  // { label: 'Log Out', icon: <LogoutIcon />, onClick: onLogout },
870
874
  ...H
871
875
  ].map((k) => ({
@@ -1079,7 +1083,7 @@ const ye = le(/* @__PURE__ */ i("path", {
1079
1083
  ]
1080
1084
  }
1081
1085
  ),
1082
- !C && /* @__PURE__ */ i(
1086
+ C && /* @__PURE__ */ i(
1083
1087
  vo,
1084
1088
  {
1085
1089
  show: ie && ie.length > 0,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "jcicl",
3
3
  "private": false,
4
- "version": "0.0.281",
4
+ "version": "0.0.285",
5
5
  "description": "Component library for the websites of Johnson County Iowa",
6
6
  "license": "MIT",
7
7
  "homepage": "https://devops.jc.net/JCIT/Business%20Solutions%20Delivery/_git/JCComponentLibrary?path=%2FREADME.md&version=GBmaster",