@everymatrix/casino-header-controller-nd 1.77.24 → 1.77.25

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.
@@ -1849,7 +1849,7 @@ function li(n, e, t) {
1849
1849
  }, Xt = () => {
1850
1850
  t(38, M = Qt(O, Ze.concat(Je)));
1851
1851
  }, Qt = (a, B) => {
1852
- const q = B.find((z) => a === z.path || ct(a).endsWith(ct(z.path)));
1852
+ const q = B.find((z) => a === z.path || `/${P}${a}` === z.path || ct(a).endsWith(ct(z.path)));
1853
1853
  return q ? q.id : B.find((pt) => pt.path.split("/").indexOf(a.split("/")[1]) > -1)?.id ?? -1;
1854
1854
  }, ct = (a) => a.replace(/\/+$/, ""), Kt = (a, B) => a.filter((q) => B.includes(q)), dt = (a) => a.split(",").filter(Boolean).map((B) => B.trim()), Ue = (a) => {
1855
1855
  if (!c || c === "none")
@@ -1 +1 @@
1
- "use strict";if(typeof window!="undefined"){let n=function(t){return function(...s){try{return t.apply(this,s)}catch(e){if(e instanceof DOMException&&e.message.includes("has already been used with this registry")||e.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw e}}};customElements.define=n(customElements.define),Promise.resolve().then(()=>require("../components/CasinoHeaderControllerNd-Bj0X7Mm7.cjs")).then(({default:t})=>{!customElements.get("casino-header-controller-nd")&&customElements.define("casino-header-controller-nd",t.element)})}
1
+ "use strict";if(typeof window!="undefined"){let n=function(t){return function(...s){try{return t.apply(this,s)}catch(e){if(e instanceof DOMException&&e.message.includes("has already been used with this registry")||e.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw e}}};customElements.define=n(customElements.define),Promise.resolve().then(()=>require("../components/CasinoHeaderControllerNd-BC0WBfO0.cjs")).then(({default:t})=>{!customElements.get("casino-header-controller-nd")&&customElements.define("casino-header-controller-nd",t.element)})}
@@ -10,7 +10,7 @@ if (typeof window != "undefined") {
10
10
  }
11
11
  };
12
12
  };
13
- customElements.define = n(customElements.define), import("../components/CasinoHeaderControllerNd-D341Fs2f.js").then(({ default: t }) => {
13
+ customElements.define = n(customElements.define), import("../components/CasinoHeaderControllerNd-BC1OEvie.js").then(({ default: t }) => {
14
14
  !customElements.get("casino-header-controller-nd") && customElements.define("casino-header-controller-nd", t.element);
15
15
  });
16
16
  }
@@ -1,4 +1,4 @@
1
- import { C as s } from "../components/CasinoHeaderControllerNd-C_OyjNrb.js";
1
+ import { C as s } from "../components/CasinoHeaderControllerNd-DyTLbeld.js";
2
2
  function r(t) {
3
3
  return function(...n) {
4
4
  try {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-header-controller-nd",
3
- "version": "1.77.24",
3
+ "version": "1.77.25",
4
4
  "type": "module",
5
5
  "main": "es2015/casino-header-controller-nd.cjs",
6
6
  "module": "esnext/casino-header-controller-nd.js",