@everymatrix/casino-header-controller 1.53.0 → 1.53.11
Sign up to get free protection for your applications and to get access to all the features.
- package/components/{CasinoHamburgerMenu-1MgwMavL.js → CasinoHamburgerMenu-Didvw1sl.js} +1164 -1216
- package/components/{CasinoHeaderController-BsKAR_gl.js → CasinoHeaderController-CFx6e2bY.js} +330 -353
- package/components/{CasinoSlider-DonAdyJx.js → CasinoSlider-CTCcKhAJ.js} +208 -214
- package/components/{PlayerAccountBalanceModal-CwDfcNRi.js → PlayerAccountBalanceModal-CljMbxpF.js} +406 -435
- package/components/{PlayerDeposit-DOnHqNTx.js → PlayerDeposit-BDWEQLoE.js} +1 -1
- package/esnext/casino-header-controller.js +14 -0
- package/package.json +12 -15
- package/stencil/index-33f005e1-BLR6jtB3.js +632 -0
- package/stencil/user-deposit-withdrawal-DafvBY_z.js +646 -0
- package/components/CasinoHamburgerMenu-CX83WE31.cjs +0 -8
- package/components/CasinoHeaderController-CxwirGVL.cjs +0 -13
- package/components/CasinoSlider-DsD-Fhk7.cjs +0 -1
- package/components/PlayerAccountBalanceModal-D_BA3ijd.cjs +0 -13
- package/components/PlayerDeposit-Bw-RuWFA.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-657e7a14-D8XrwewT.js +0 -588
- package/stencil/index-657e7a14-Dej0SYE9.cjs +0 -1
- package/stencil/user-deposit-withdrawal-BwoHDg0W.js +0 -651
- package/stencil/user-deposit-withdrawal-RpW35qPG.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,26 @@
|
|
1
|
+
|
1
2
|
{
|
2
3
|
"name": "@everymatrix/casino-header-controller",
|
3
|
-
"version": "1.53.
|
4
|
+
"version": "1.53.11",
|
4
5
|
"type": "module",
|
5
|
-
"main": "
|
6
|
-
"module": "
|
6
|
+
"main": "esnext/casino-header-controller.js",
|
7
|
+
"module": "esnext/casino-header-controller.js",
|
7
8
|
"exports": {
|
8
9
|
".": {
|
9
|
-
"import": "./
|
10
|
-
"require": "./es2015/casino-header-controller.cjs"
|
10
|
+
"import": "./esnext/casino-favorites-section.js"
|
11
11
|
},
|
12
|
-
"./es2015/casino-header-controller.cjs": "./es2015/casino-header-controller.cjs"
|
12
|
+
"./es2015/casino-header-controller.cjs": "./es2015/casino-header-controller.cjs",
|
13
|
+
"./es2015/casino-header-controller.js": "./es2015/casino-header-controller.js"
|
13
14
|
},
|
14
15
|
"files": [
|
16
|
+
"components/",
|
15
17
|
"es2015/",
|
16
|
-
"
|
17
|
-
"
|
18
|
+
"stencil",
|
19
|
+
"angular",
|
20
|
+
"esnext/"
|
18
21
|
],
|
19
22
|
"publishConfig": {
|
20
23
|
"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
24
|
}
|
29
25
|
}
|
26
|
+
|