@everymatrix/casino-header-controller 1.54.0 → 1.54.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.
@@ -1,4 +1,4 @@
1
- import { b as X, $ as Z, S as J, i as K, f as b, c as $, s as ee, d as te, g as _, e as E, t as C, u as d, M as I, j as S, v as p, x as L, n as P, k as T, l as ie, E as ae, o as se, A as M, w as ne, p as re, F as W, D as oe } from "./CasinoHamburgerMenu-qYeWUDPR.js";
1
+ import { b as X, $ as Z, S as J, i as K, f as b, c as $, s as ee, d as te, g as _, e as E, t as C, u as d, M as I, j as S, v as p, x as L, n as P, k as T, l as ie, E as ae, o as se, A as M, w as ne, p as re, F as W, D as oe } from "./CasinoHamburgerMenu-Didvw1sl.js";
2
2
  function j(a, e) {
3
3
  X(a, e);
4
4
  }
@@ -0,0 +1,14 @@
1
+ import { C as s } from "../components/CasinoHeaderController-CFx6e2bY.js";
2
+ function r(t) {
3
+ return function(...n) {
4
+ try {
5
+ return t.apply(this, n);
6
+ } catch (e) {
7
+ 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"))
8
+ return !1;
9
+ throw e;
10
+ }
11
+ };
12
+ }
13
+ customElements.define = r(customElements.define);
14
+ !customElements.get("casino-header-controller") && customElements.define("casino-header-controller", s.element);
package/package.json CHANGED
@@ -1,29 +1,24 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-header-controller",
3
- "version": "1.54.0",
3
+ "version": "1.54.2",
4
4
  "type": "module",
5
- "main": "es2015/casino-header-controller.cjs",
6
- "module": "es2015/casino-header-controller.js",
5
+ "main": "esnext/casino-header-controller.js",
6
+ "module": "esnext/casino-header-controller.js",
7
7
  "exports": {
8
8
  ".": {
9
- "import": "./es2015/casino-header-controller.js",
10
- "require": "./es2015/casino-header-controller.cjs"
9
+ "import": "./esnext/casino-header-controller.js"
11
10
  },
12
- "./es2015/casino-header-controller.cjs": "./es2015/casino-header-controller.cjs"
11
+ "./es2015/casino-header-controller.cjs": "./es2015/casino-header-controller.cjs",
12
+ "./es2015/casino-header-controller.js": "./es2015/casino-header-controller.js"
13
13
  },
14
14
  "files": [
15
+ "components/",
15
16
  "es2015/",
16
- "components",
17
- "stencil"
17
+ "stencil",
18
+ "angular",
19
+ "esnext/"
18
20
  ],
19
21
  "publishConfig": {
20
22
  "access": "public"
21
- },
22
- "dependencies": {
23
- "@everymatrix/casino-slider": "1.45.7",
24
- "@everymatrix/casino-hamburger-menu": "1.45.7",
25
- "@everymatrix/player-account-balance-modal": "1.45.7",
26
- "@everymatrix/player-deposit": "1.45.7",
27
- "@everymatrix/user-deposit-withdrawal": "*"
28
23
  }
29
24
  }