@mparticle/aquarium 1.40.0-poc-unified-nav.8 → 1.40.0-poc-unified-nav.10

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/aquarium.js CHANGED
@@ -25284,17 +25284,10 @@ const FG = {
25284
25284
  hrefOptions: { href: xn.Customer360.UserProfile }
25285
25285
  },
25286
25286
  {
25287
- id: "identity",
25288
- label: "Identity",
25289
- type: "menu",
25290
- children: [
25291
- {
25292
- id: "groupIdentity",
25293
- label: "Group Identity",
25294
- type: "link",
25295
- hrefOptions: { href: xn.Customer360.Identity.GroupIdentities }
25296
- }
25297
- ]
25287
+ id: "groupIdentity",
25288
+ label: "Group Identity",
25289
+ type: "link",
25290
+ hrefOptions: { href: xn.Customer360.Identity.GroupIdentities }
25298
25291
  },
25299
25292
  {
25300
25293
  id: "enrichment",
@@ -25512,11 +25505,9 @@ class KG {
25512
25505
  var l;
25513
25506
  if (g.type === "link" && ((l = g.hrefOptions) != null && l.href))
25514
25507
  g.disabled = !Py.isRouteAuthorized(g.hrefOptions.href);
25515
- else if (g.type === "menu" && g.children) {
25508
+ else if (g.type === "menu" && g.children)
25516
25509
  for (const z of g.children)
25517
25510
  m(z);
25518
- g.disabled = g.children.every((z) => z.disabled);
25519
- }
25520
25511
  };
25521
25512
  for (const g of c9)
25522
25513
  m(g);
@@ -25607,6 +25598,7 @@ export {
25607
25598
  Q6 as Menu,
25608
25599
  Wo as Message,
25609
25600
  Go as Modal,
25601
+ KG as NavigationItemsService,
25610
25602
  e3 as Notification,
25611
25603
  UP as NotificationCenterZIndex,
25612
25604
  yW as Pagination,