@everymatrix/casino-header-controller 1.54.0 → 1.54.4
Sign up to get free protection for your applications and to get access to all the features.
- package/components/{CasinoHamburgerMenu-qYeWUDPR.js → CasinoHamburgerMenu-Didvw1sl.js} +1051 -1089
- package/components/{CasinoHeaderController-BTm7ahEo.js → CasinoHeaderController-CFx6e2bY.js} +330 -353
- package/components/{CasinoSlider-lJXP6bIe.js → CasinoSlider-CTCcKhAJ.js} +208 -214
- package/components/{PlayerAccountBalanceModal-DdTG-RGU.js → PlayerAccountBalanceModal-CljMbxpF.js} +406 -435
- package/components/{PlayerDeposit-D67DkA6T.js → PlayerDeposit-BDWEQLoE.js} +1 -1
- package/esnext/casino-header-controller.js +14 -0
- package/package.json +10 -15
- package/stencil/{index-33f005e1-C1RAKo1w.js → index-33f005e1-BLR6jtB3.js} +223 -239
- package/stencil/{user-deposit-withdrawal-CcI90qLW.js → user-deposit-withdrawal-DafvBY_z.js} +175 -197
- package/components/CasinoHamburgerMenu-Cf2TrArs.cjs +0 -8
- package/components/CasinoHeaderController-BYZ7x9Ws.cjs +0 -13
- package/components/CasinoSlider-C4MiMF_z.cjs +0 -1
- package/components/PlayerAccountBalanceModal-BaxHrMW5.cjs +0 -13
- package/components/PlayerDeposit-64Q0JNEY.cjs +0 -1
- package/es2015/casino-header-controller.cjs +0 -1
- package/es2015/casino-header-controller.js +0 -16
- package/stencil/app-globals-0f993ce5-sCt45RkC.cjs +0 -1
- package/stencil/index-33f005e1-DV6BM6vD.cjs +0 -1
- package/stencil/user-deposit-withdrawal-PVgJw2H0.cjs +0 -59
@@ -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-
|
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.
|
3
|
+
"version": "1.54.4",
|
4
4
|
"type": "module",
|
5
|
-
"main": "
|
6
|
-
"module": "
|
5
|
+
"main": "esnext/casino-header-controller.js",
|
6
|
+
"module": "esnext/casino-header-controller.js",
|
7
7
|
"exports": {
|
8
8
|
".": {
|
9
|
-
"import": "./
|
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
|
-
"
|
17
|
-
"
|
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
|
}
|