@everymatrix/casino-game-page 1.85.17 → 1.85.18
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/components/{CasinoGamePage-DZQZccNz.js → CasinoGamePage-BBcB4Yh1.js} +3 -0
- package/components/{CasinoGamePage-BHhTnyBy.cjs → CasinoGamePage-C1cIrDp8.cjs} +4 -4
- package/components/{CasinoGamePage-CizYGxWm.js → CasinoGamePage-DAmbo1Vv.js} +228 -225
- package/es2015/casino-game-page.cjs +1 -1
- package/es2015/casino-game-page.js +1 -1
- package/esnext/casino-game-page.js +1 -1
- package/package.json +1 -1
|
@@ -4249,6 +4249,7 @@ function ys(e, t) {
|
|
|
4249
4249
|
fetch(`${e}/v1/player/session/player`, o).then((a) => a.json()).then((a) => r(a)).catch((a) => n(a));
|
|
4250
4250
|
});
|
|
4251
4251
|
}
|
|
4252
|
+
String(Number.MAX_SAFE_INTEGER).length;
|
|
4252
4253
|
function ws(e, t) {
|
|
4253
4254
|
if (e) {
|
|
4254
4255
|
const r = document.createElement("style");
|
|
@@ -4256,6 +4257,8 @@ function ws(e, t) {
|
|
|
4256
4257
|
}
|
|
4257
4258
|
}
|
|
4258
4259
|
function _s(e, t) {
|
|
4260
|
+
if (!e || !t)
|
|
4261
|
+
return;
|
|
4259
4262
|
const r = new URL(t);
|
|
4260
4263
|
fetch(r.href).then((n) => n.text()).then((n) => {
|
|
4261
4264
|
const i = document.createElement("style");
|