@mparticle/aquarium 1.16.0 → 1.16.1
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 +3 -3
- package/dist/aquarium.umd.cjs +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/aquarium.js
CHANGED
|
@@ -1617,7 +1617,7 @@ const x6 = 4.5, Z6 = "Join the new mParticle Experience!", I6 = "Managing your d
|
|
|
1617
1617
|
] }) }) });
|
|
1618
1618
|
function C(i) {
|
|
1619
1619
|
const c = e.links.find((l) => l.href === i.href);
|
|
1620
|
-
i.isUnauthorized ? e.
|
|
1620
|
+
i.isUnauthorized ? e.onUnauthorizedClick(c) : e.onLinkClick(c);
|
|
1621
1621
|
}
|
|
1622
1622
|
};
|
|
1623
1623
|
function U2(e) {
|
|
@@ -1631,7 +1631,7 @@ function O6(e) {
|
|
|
1631
1631
|
P6,
|
|
1632
1632
|
{
|
|
1633
1633
|
overviewHref: e.overviewHref,
|
|
1634
|
-
|
|
1634
|
+
onUnauthorizedClick: e.onUnauthorizedClick,
|
|
1635
1635
|
links: e.links,
|
|
1636
1636
|
onLinkClick: e.onLinkClick,
|
|
1637
1637
|
unauthorizedLinks: e.unauthorizedLinks
|
|
@@ -1650,7 +1650,7 @@ function D6(e) {
|
|
|
1650
1650
|
return e.minimapOptions ? /* @__PURE__ */ t(
|
|
1651
1651
|
O6,
|
|
1652
1652
|
{
|
|
1653
|
-
|
|
1653
|
+
onUnauthorizedClick: e.minimapOptions.onUnauthorizedClick,
|
|
1654
1654
|
overviewHref: e.minimapOptions.overviewHref,
|
|
1655
1655
|
links: e.minimapOptions.links,
|
|
1656
1656
|
onLinkClick: e.minimapOptions.onLinkClick,
|