@everymatrix/casino-game-thumbnail 1.85.17 → 1.85.19
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/{CasinoGameThumbnail-CF7hAg0I.js → CasinoGameThumbnail-BAdjpBcf.js} +5 -1
- package/components/{CasinoGameThumbnail-Blyzs-kM.js → CasinoGameThumbnail-CWt3Ocm8.js} +227 -223
- package/components/{CasinoGameThumbnail-HItxYe1k.cjs → CasinoGameThumbnail-CipnOn-M.cjs} +11 -11
- package/es2015/casino-game-thumbnail.cjs +1 -1
- package/es2015/casino-game-thumbnail.js +1 -1
- package/esnext/casino-game-thumbnail.js +1 -1
- package/package.json +1 -1
|
@@ -6835,7 +6835,9 @@ Mt([Lt], () => Nd);
|
|
|
6835
6835
|
Mt([Lt], () => Rd);
|
|
6836
6836
|
Mt([Lt, er], () => Ad);
|
|
6837
6837
|
window.emWidgets = { topic: Qf };
|
|
6838
|
-
const Se = (e) => !!(e.toLowerCase().match(/android/i) || e.toLowerCase().match(/blackberry|bb/i) || e.toLowerCase().match(/iphone|ipad|ipod/i) || e.toLowerCase().match(/windows phone|windows mobile|iemobile|wpdesktop/i)), Bd = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC"
|
|
6838
|
+
const Se = (e) => !!(e.toLowerCase().match(/android/i) || e.toLowerCase().match(/blackberry|bb/i) || e.toLowerCase().match(/iphone|ipad|ipod/i) || e.toLowerCase().match(/windows phone|windows mobile|iemobile|wpdesktop/i)), Bd = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
|
|
6839
|
+
String(Number.MAX_SAFE_INTEGER).length;
|
|
6840
|
+
const Yd = (e, t = {}) => {
|
|
6839
6841
|
const r = new CustomEvent("track-custom-event", {
|
|
6840
6842
|
detail: {
|
|
6841
6843
|
type: e,
|
|
@@ -6853,6 +6855,8 @@ function Ud(e, t) {
|
|
|
6853
6855
|
}
|
|
6854
6856
|
}
|
|
6855
6857
|
function Wd(e, t) {
|
|
6858
|
+
if (!e || !t)
|
|
6859
|
+
return;
|
|
6856
6860
|
const r = new URL(t);
|
|
6857
6861
|
fetch(r.href).then((n) => n.text()).then((n) => {
|
|
6858
6862
|
const i = document.createElement("style");
|