@everymatrix/casino-search 1.37.8 → 1.37.10
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/dist/casino-search.js +310 -420
- package/dist/casino-search.js.map +1 -1
- package/package.json +2 -2
- package/src/CasinoSearch.svelte +3 -3
package/dist/casino-search.js
CHANGED
|
@@ -12555,7 +12555,7 @@
|
|
|
12555
12555
|
"dealer": "Dealer"
|
|
12556
12556
|
},
|
|
12557
12557
|
"hr": {
|
|
12558
|
-
"playNow": "
|
|
12558
|
+
"playNow": "Igraj",
|
|
12559
12559
|
"new": "NOVO",
|
|
12560
12560
|
"hot": "Hot",
|
|
12561
12561
|
"opens": "Otvara se",
|
|
@@ -12794,10 +12794,10 @@
|
|
|
12794
12794
|
'ZWD': 'Z$',
|
|
12795
12795
|
};
|
|
12796
12796
|
|
|
12797
|
-
/* ../casino-game-thumbnail
|
|
12797
|
+
/* ../casino-game-thumbnail/src/CasinoGameThumbnail.svelte generated by Svelte v3.59.2 */
|
|
12798
12798
|
|
|
12799
12799
|
const { Object: Object_1$1, console: console_1$1 } = globals;
|
|
12800
|
-
const file$1 = "../casino-game-thumbnail
|
|
12800
|
+
const file$1 = "../casino-game-thumbnail/src/CasinoGameThumbnail.svelte";
|
|
12801
12801
|
|
|
12802
12802
|
function get_each_context_1(ctx, list, i) {
|
|
12803
12803
|
const child_ctx = ctx.slice();
|
|
@@ -12812,35 +12812,24 @@
|
|
|
12812
12812
|
return child_ctx;
|
|
12813
12813
|
}
|
|
12814
12814
|
|
|
12815
|
-
// (
|
|
12816
|
-
function
|
|
12815
|
+
// (541:8) {#if lang}
|
|
12816
|
+
function create_if_block_13(ctx) {
|
|
12817
12817
|
let button;
|
|
12818
|
-
let
|
|
12819
|
-
let
|
|
12820
|
-
let span;
|
|
12821
|
-
let t1_value = /*$_*/ ctx[35]('playNow') + "";
|
|
12822
|
-
let t1;
|
|
12818
|
+
let t_value = /*$_*/ ctx[35]('playNow') + "";
|
|
12819
|
+
let t;
|
|
12823
12820
|
let mounted;
|
|
12824
12821
|
let dispose;
|
|
12825
|
-
let if_block = show_if && create_if_block_15(ctx);
|
|
12826
12822
|
|
|
12827
12823
|
const block = {
|
|
12828
12824
|
c: function create() {
|
|
12829
12825
|
button = element("button");
|
|
12830
|
-
|
|
12831
|
-
t0 = space();
|
|
12832
|
-
span = element("span");
|
|
12833
|
-
t1 = text(t1_value);
|
|
12834
|
-
add_location(span, file$1, 551, 12, 21176);
|
|
12826
|
+
t = text(t_value);
|
|
12835
12827
|
attr_dev(button, "class", "GameInfoBtn");
|
|
12836
|
-
add_location(button, file$1,
|
|
12828
|
+
add_location(button, file$1, 541, 10, 18856);
|
|
12837
12829
|
},
|
|
12838
12830
|
m: function mount(target, anchor) {
|
|
12839
12831
|
insert_dev(target, button, anchor);
|
|
12840
|
-
|
|
12841
|
-
append_dev(button, t0);
|
|
12842
|
-
append_dev(button, span);
|
|
12843
|
-
append_dev(span, t1);
|
|
12832
|
+
append_dev(button, t);
|
|
12844
12833
|
|
|
12845
12834
|
if (!mounted) {
|
|
12846
12835
|
dispose = listen_dev(button, "click", /*click_handler*/ ctx[63], false, false, false, false);
|
|
@@ -12848,11 +12837,10 @@
|
|
|
12848
12837
|
}
|
|
12849
12838
|
},
|
|
12850
12839
|
p: function update(ctx, dirty) {
|
|
12851
|
-
if (dirty[1] & /*$_*/ 16 &&
|
|
12840
|
+
if (dirty[1] & /*$_*/ 16 && t_value !== (t_value = /*$_*/ ctx[35]('playNow') + "")) set_data_dev(t, t_value);
|
|
12852
12841
|
},
|
|
12853
12842
|
d: function destroy(detaching) {
|
|
12854
12843
|
if (detaching) detach_dev(button);
|
|
12855
|
-
if (if_block) if_block.d();
|
|
12856
12844
|
mounted = false;
|
|
12857
12845
|
dispose();
|
|
12858
12846
|
}
|
|
@@ -12860,86 +12848,17 @@
|
|
|
12860
12848
|
|
|
12861
12849
|
dispatch_dev("SvelteRegisterBlock", {
|
|
12862
12850
|
block,
|
|
12863
|
-
id:
|
|
12864
|
-
type: "if",
|
|
12865
|
-
source: "(539:8) {#if lang}",
|
|
12866
|
-
ctx
|
|
12867
|
-
});
|
|
12868
|
-
|
|
12869
|
-
return block;
|
|
12870
|
-
}
|
|
12871
|
-
|
|
12872
|
-
// (541:12) {#if !isMobile(userAgent)}
|
|
12873
|
-
function create_if_block_15(ctx) {
|
|
12874
|
-
let svg;
|
|
12875
|
-
let g1;
|
|
12876
|
-
let g0;
|
|
12877
|
-
let path0;
|
|
12878
|
-
let path1;
|
|
12879
|
-
let path2;
|
|
12880
|
-
|
|
12881
|
-
const block = {
|
|
12882
|
-
c: function create() {
|
|
12883
|
-
svg = svg_element("svg");
|
|
12884
|
-
g1 = svg_element("g");
|
|
12885
|
-
g0 = svg_element("g");
|
|
12886
|
-
path0 = svg_element("path");
|
|
12887
|
-
path1 = svg_element("path");
|
|
12888
|
-
path2 = svg_element("path");
|
|
12889
|
-
attr_dev(path0, "d", "M 14 27 C 10.52756977081299 27 7.26298999786377 25.64776039123535 4.807610034942627 23.19239044189453 C 2.352240085601807 20.73700904846191 1 17.4724292755127 1 14 C 1 10.52756977081299 2.352240085601807 7.26298999786377 4.807610034942627 4.807610034942627 C 7.26298999786377 2.352240085601807 10.52756977081299 1 14 1 C 17.4724292755127 1 20.73700904846191 2.352240085601807 23.19239044189453 4.807610034942627 C 25.64776039123535 7.26298999786377 27 10.52756977081299 27 14 C 27 17.4724292755127 25.64776039123535 20.73700904846191 23.19239044189453 23.19239044189453 C 20.73700904846191 25.64776039123535 17.4724292755127 27 14 27 Z");
|
|
12890
|
-
attr_dev(path0, "stroke", "none");
|
|
12891
|
-
add_location(path0, file$1, 544, 20, 19269);
|
|
12892
|
-
attr_dev(path1, "d", "M 14 2 C 10.79467964172363 2 7.781219482421875 3.248220443725586 5.514720916748047 5.514720916748047 C 3.248220443725586 7.781219482421875 2 10.79467964172363 2 14 C 2 17.2053108215332 3.248220443725586 20.21878051757812 5.514720916748047 22.48527908325195 C 7.781219482421875 24.75177955627441 10.79467964172363 26 14 26 C 17.2053108215332 26 20.21878051757812 24.75177955627441 22.48527908325195 22.48527908325195 C 24.75177955627441 20.21878051757812 26 17.2053108215332 26 14 C 26 10.79467964172363 24.75177955627441 7.781219482421875 22.48527908325195 5.514720916748047 C 20.21878051757812 3.248220443725586 17.2053108215332 2 14 2 M 14 0 C 21.73197937011719 0 28 6.268009185791016 28 14 C 28 21.73197937011719 21.73197937011719 28 14 28 C 6.268009185791016 28 0 21.73197937011719 0 14 C 0 6.268009185791016 6.268009185791016 0 14 0 Z");
|
|
12893
|
-
attr_dev(path1, "stroke", "none");
|
|
12894
|
-
attr_dev(path1, "fill", "#fff");
|
|
12895
|
-
add_location(path1, file$1, 545, 20, 19951);
|
|
12896
|
-
attr_dev(g0, "id", "Ellipse_664_copy");
|
|
12897
|
-
attr_dev(g0, "data-name", "Ellipse 664 copy");
|
|
12898
|
-
attr_dev(g0, "transform", "translate(26 13)");
|
|
12899
|
-
attr_dev(g0, "fill", "rgba(249,165,2,0)");
|
|
12900
|
-
add_location(g0, file$1, 543, 18, 19140);
|
|
12901
|
-
attr_dev(path2, "id", "Rounded_Rectangle_683");
|
|
12902
|
-
attr_dev(path2, "data-name", "Rounded Rectangle 683");
|
|
12903
|
-
attr_dev(path2, "d", "M1139,917.587V906.4a1.4,1.4,0,0,1,1.976,0l4.61,4.608a1.4,1.4,0,0,1,0,1.975l-4.61,4.607A1.4,1.4,0,0,1,1139,917.587Z");
|
|
12904
|
-
attr_dev(path2, "transform", "translate(-1102 -885)");
|
|
12905
|
-
attr_dev(path2, "fill", "#fff");
|
|
12906
|
-
add_location(path2, file$1, 547, 18, 20870);
|
|
12907
|
-
attr_dev(g1, "id", "Group_5260");
|
|
12908
|
-
attr_dev(g1, "data-name", "Group 5260");
|
|
12909
|
-
attr_dev(g1, "transform", "translate(-26 -13)");
|
|
12910
|
-
add_location(g1, file$1, 542, 16, 19048);
|
|
12911
|
-
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
12912
|
-
attr_dev(svg, "width", "28");
|
|
12913
|
-
attr_dev(svg, "height", "28");
|
|
12914
|
-
attr_dev(svg, "viewBox", "0 0 28 28");
|
|
12915
|
-
add_location(svg, file$1, 541, 14, 18948);
|
|
12916
|
-
},
|
|
12917
|
-
m: function mount(target, anchor) {
|
|
12918
|
-
insert_dev(target, svg, anchor);
|
|
12919
|
-
append_dev(svg, g1);
|
|
12920
|
-
append_dev(g1, g0);
|
|
12921
|
-
append_dev(g0, path0);
|
|
12922
|
-
append_dev(g0, path1);
|
|
12923
|
-
append_dev(g1, path2);
|
|
12924
|
-
},
|
|
12925
|
-
d: function destroy(detaching) {
|
|
12926
|
-
if (detaching) detach_dev(svg);
|
|
12927
|
-
}
|
|
12928
|
-
};
|
|
12929
|
-
|
|
12930
|
-
dispatch_dev("SvelteRegisterBlock", {
|
|
12931
|
-
block,
|
|
12932
|
-
id: create_if_block_15.name,
|
|
12851
|
+
id: create_if_block_13.name,
|
|
12933
12852
|
type: "if",
|
|
12934
|
-
source: "(541:
|
|
12853
|
+
source: "(541:8) {#if lang}",
|
|
12935
12854
|
ctx
|
|
12936
12855
|
});
|
|
12937
12856
|
|
|
12938
12857
|
return block;
|
|
12939
12858
|
}
|
|
12940
12859
|
|
|
12941
|
-
// (
|
|
12942
|
-
function
|
|
12860
|
+
// (551:8) {#if gameisnew}
|
|
12861
|
+
function create_if_block_12(ctx) {
|
|
12943
12862
|
let span;
|
|
12944
12863
|
let t_value = /*$_*/ ctx[35]('new') + "";
|
|
12945
12864
|
let t;
|
|
@@ -12949,7 +12868,7 @@
|
|
|
12949
12868
|
span = element("span");
|
|
12950
12869
|
t = text(t_value);
|
|
12951
12870
|
attr_dev(span, "class", "GameExtraInfoLabel NewGameTag");
|
|
12952
|
-
add_location(span, file$1,
|
|
12871
|
+
add_location(span, file$1, 551, 10, 19188);
|
|
12953
12872
|
},
|
|
12954
12873
|
m: function mount(target, anchor) {
|
|
12955
12874
|
insert_dev(target, span, anchor);
|
|
@@ -12965,17 +12884,17 @@
|
|
|
12965
12884
|
|
|
12966
12885
|
dispatch_dev("SvelteRegisterBlock", {
|
|
12967
12886
|
block,
|
|
12968
|
-
id:
|
|
12887
|
+
id: create_if_block_12.name,
|
|
12969
12888
|
type: "if",
|
|
12970
|
-
source: "(
|
|
12889
|
+
source: "(551:8) {#if gameisnew}",
|
|
12971
12890
|
ctx
|
|
12972
12891
|
});
|
|
12973
12892
|
|
|
12974
12893
|
return block;
|
|
12975
12894
|
}
|
|
12976
12895
|
|
|
12977
|
-
// (
|
|
12978
|
-
function
|
|
12896
|
+
// (554:8) {#if gametag}
|
|
12897
|
+
function create_if_block_11(ctx) {
|
|
12979
12898
|
let span;
|
|
12980
12899
|
let t;
|
|
12981
12900
|
|
|
@@ -12984,7 +12903,7 @@
|
|
|
12984
12903
|
span = element("span");
|
|
12985
12904
|
t = text(/*gametag*/ ctx[8]);
|
|
12986
12905
|
attr_dev(span, "class", "GameExtraInfoLabel PopularGameTag");
|
|
12987
|
-
add_location(span, file$1,
|
|
12906
|
+
add_location(span, file$1, 554, 10, 19297);
|
|
12988
12907
|
},
|
|
12989
12908
|
m: function mount(target, anchor) {
|
|
12990
12909
|
insert_dev(target, span, anchor);
|
|
@@ -13000,24 +12919,24 @@
|
|
|
13000
12919
|
|
|
13001
12920
|
dispatch_dev("SvelteRegisterBlock", {
|
|
13002
12921
|
block,
|
|
13003
|
-
id:
|
|
12922
|
+
id: create_if_block_11.name,
|
|
13004
12923
|
type: "if",
|
|
13005
|
-
source: "(
|
|
12924
|
+
source: "(554:8) {#if gametag}",
|
|
13006
12925
|
ctx
|
|
13007
12926
|
});
|
|
13008
12927
|
|
|
13009
12928
|
return block;
|
|
13010
12929
|
}
|
|
13011
12930
|
|
|
13012
|
-
// (
|
|
13013
|
-
function
|
|
12931
|
+
// (557:8) {#if livegamedata}
|
|
12932
|
+
function create_if_block_4$1(ctx) {
|
|
13014
12933
|
let t;
|
|
13015
12934
|
let if_block1_anchor;
|
|
13016
|
-
let if_block0 = !/*isopen*/ ctx[22] && /*starttime*/ ctx[20] && /*timeformat*/ ctx[21] &&
|
|
12935
|
+
let if_block0 = !/*isopen*/ ctx[22] && /*starttime*/ ctx[20] && /*timeformat*/ ctx[21] && create_if_block_10(ctx);
|
|
13017
12936
|
|
|
13018
12937
|
function select_block_type(ctx, dirty) {
|
|
13019
|
-
if (/*isopen*/ ctx[22] && /*displaytype*/ ctx[19] && /*displaytype*/ ctx[19] === BLACKJACK) return
|
|
13020
|
-
if (/*isopen*/ ctx[22] && /*displaytype*/ ctx[19] && /*displaytype*/ ctx[19] === ROULETTE) return
|
|
12938
|
+
if (/*isopen*/ ctx[22] && /*displaytype*/ ctx[19] && /*displaytype*/ ctx[19] === BLACKJACK) return create_if_block_5$1;
|
|
12939
|
+
if (/*isopen*/ ctx[22] && /*displaytype*/ ctx[19] && /*displaytype*/ ctx[19] === ROULETTE) return create_if_block_7$1;
|
|
13021
12940
|
}
|
|
13022
12941
|
|
|
13023
12942
|
let current_block_type = select_block_type(ctx);
|
|
@@ -13041,7 +12960,7 @@
|
|
|
13041
12960
|
if (if_block0) {
|
|
13042
12961
|
if_block0.p(ctx, dirty);
|
|
13043
12962
|
} else {
|
|
13044
|
-
if_block0 =
|
|
12963
|
+
if_block0 = create_if_block_10(ctx);
|
|
13045
12964
|
if_block0.c();
|
|
13046
12965
|
if_block0.m(t.parentNode, t);
|
|
13047
12966
|
}
|
|
@@ -13076,17 +12995,17 @@
|
|
|
13076
12995
|
|
|
13077
12996
|
dispatch_dev("SvelteRegisterBlock", {
|
|
13078
12997
|
block,
|
|
13079
|
-
id:
|
|
12998
|
+
id: create_if_block_4$1.name,
|
|
13080
12999
|
type: "if",
|
|
13081
|
-
source: "(
|
|
13000
|
+
source: "(557:8) {#if livegamedata}",
|
|
13082
13001
|
ctx
|
|
13083
13002
|
});
|
|
13084
13003
|
|
|
13085
13004
|
return block;
|
|
13086
13005
|
}
|
|
13087
13006
|
|
|
13088
|
-
// (
|
|
13089
|
-
function
|
|
13007
|
+
// (558:10) {#if !isopen && starttime && timeformat}
|
|
13008
|
+
function create_if_block_10(ctx) {
|
|
13090
13009
|
let div1;
|
|
13091
13010
|
let div0;
|
|
13092
13011
|
let t0_value = /*$_*/ ctx[35]('opens') + "";
|
|
@@ -13114,13 +13033,13 @@
|
|
|
13114
13033
|
html_tag = new HtmlTag(false);
|
|
13115
13034
|
t4 = space();
|
|
13116
13035
|
html_tag_1 = new HtmlTag(false);
|
|
13117
|
-
add_location(span, file$1,
|
|
13036
|
+
add_location(span, file$1, 561, 16, 19584);
|
|
13118
13037
|
attr_dev(div0, "class", "ClosedGame");
|
|
13119
|
-
add_location(div0, file$1,
|
|
13038
|
+
add_location(div0, file$1, 559, 14, 19513);
|
|
13120
13039
|
html_tag.a = t4;
|
|
13121
13040
|
html_tag_1.a = null;
|
|
13122
13041
|
attr_dev(div1, "class", "GameProp LiveProps");
|
|
13123
|
-
add_location(div1, file$1,
|
|
13042
|
+
add_location(div1, file$1, 558, 12, 19466);
|
|
13124
13043
|
},
|
|
13125
13044
|
m: function mount(target, anchor) {
|
|
13126
13045
|
insert_dev(target, div1, anchor);
|
|
@@ -13147,17 +13066,17 @@
|
|
|
13147
13066
|
|
|
13148
13067
|
dispatch_dev("SvelteRegisterBlock", {
|
|
13149
13068
|
block,
|
|
13150
|
-
id:
|
|
13069
|
+
id: create_if_block_10.name,
|
|
13151
13070
|
type: "if",
|
|
13152
|
-
source: "(
|
|
13071
|
+
source: "(558:10) {#if !isopen && starttime && timeformat}",
|
|
13153
13072
|
ctx
|
|
13154
13073
|
});
|
|
13155
13074
|
|
|
13156
13075
|
return block;
|
|
13157
13076
|
}
|
|
13158
13077
|
|
|
13159
|
-
// (
|
|
13160
|
-
function
|
|
13078
|
+
// (591:70)
|
|
13079
|
+
function create_if_block_7$1(ctx) {
|
|
13161
13080
|
let div1;
|
|
13162
13081
|
let div0;
|
|
13163
13082
|
let t0;
|
|
@@ -13188,11 +13107,11 @@
|
|
|
13188
13107
|
t1 = space();
|
|
13189
13108
|
html_tag_1 = new HtmlTag(false);
|
|
13190
13109
|
attr_dev(div0, "class", "LiveIcons");
|
|
13191
|
-
add_location(div0, file$1,
|
|
13110
|
+
add_location(div0, file$1, 592, 14, 21435);
|
|
13192
13111
|
html_tag.a = t1;
|
|
13193
13112
|
html_tag_1.a = null;
|
|
13194
13113
|
attr_dev(div1, "class", /*roulettecontainerclassname*/ ctx[30]);
|
|
13195
|
-
add_location(div1, file$1,
|
|
13114
|
+
add_location(div1, file$1, 591, 12, 21378);
|
|
13196
13115
|
},
|
|
13197
13116
|
m: function mount(target, anchor) {
|
|
13198
13117
|
insert_dev(target, div1, anchor);
|
|
@@ -13251,17 +13170,17 @@
|
|
|
13251
13170
|
|
|
13252
13171
|
dispatch_dev("SvelteRegisterBlock", {
|
|
13253
13172
|
block,
|
|
13254
|
-
id:
|
|
13173
|
+
id: create_if_block_7$1.name,
|
|
13255
13174
|
type: "if",
|
|
13256
|
-
source: "(
|
|
13175
|
+
source: "(591:70) ",
|
|
13257
13176
|
ctx
|
|
13258
13177
|
});
|
|
13259
13178
|
|
|
13260
13179
|
return block;
|
|
13261
13180
|
}
|
|
13262
13181
|
|
|
13263
|
-
// (
|
|
13264
|
-
function
|
|
13182
|
+
// (570:10) {#if isopen && displaytype && displaytype === BLACKJACK}
|
|
13183
|
+
function create_if_block_5$1(ctx) {
|
|
13265
13184
|
let div1;
|
|
13266
13185
|
let div0;
|
|
13267
13186
|
let t0;
|
|
@@ -13272,7 +13191,7 @@
|
|
|
13272
13191
|
let raw1_value = /*renderBetLimits*/ ctx[40](/*min*/ ctx[26], /*max*/ ctx[27], /*currencySymbol*/ ctx[25]) + "";
|
|
13273
13192
|
|
|
13274
13193
|
function select_block_type_1(ctx, dirty) {
|
|
13275
|
-
if (/*istablefull*/ ctx[32]) return
|
|
13194
|
+
if (/*istablefull*/ ctx[32]) return create_if_block_6$1;
|
|
13276
13195
|
return create_else_block$1;
|
|
13277
13196
|
}
|
|
13278
13197
|
|
|
@@ -13289,12 +13208,12 @@
|
|
|
13289
13208
|
t1 = space();
|
|
13290
13209
|
html_tag_1 = new HtmlTag(false);
|
|
13291
13210
|
attr_dev(div0, "class", "LiveIcons");
|
|
13292
|
-
add_location(div0, file$1,
|
|
13211
|
+
add_location(div0, file$1, 571, 14, 20041);
|
|
13293
13212
|
html_tag.a = t1;
|
|
13294
13213
|
html_tag_1.a = null;
|
|
13295
13214
|
attr_dev(div1, "class", "GameProp LiveProps BlackjackDisplay");
|
|
13296
13215
|
attr_dev(div1, "part", "GameProp LiveProps BlackjackDisplay");
|
|
13297
|
-
add_location(div1, file$1,
|
|
13216
|
+
add_location(div1, file$1, 570, 12, 19934);
|
|
13298
13217
|
},
|
|
13299
13218
|
m: function mount(target, anchor) {
|
|
13300
13219
|
insert_dev(target, div1, anchor);
|
|
@@ -13329,21 +13248,21 @@
|
|
|
13329
13248
|
|
|
13330
13249
|
dispatch_dev("SvelteRegisterBlock", {
|
|
13331
13250
|
block,
|
|
13332
|
-
id:
|
|
13251
|
+
id: create_if_block_5$1.name,
|
|
13333
13252
|
type: "if",
|
|
13334
|
-
source: "(
|
|
13253
|
+
source: "(570:10) {#if isopen && displaytype && displaytype === BLACKJACK}",
|
|
13335
13254
|
ctx
|
|
13336
13255
|
});
|
|
13337
13256
|
|
|
13338
13257
|
return block;
|
|
13339
13258
|
}
|
|
13340
13259
|
|
|
13341
|
-
// (
|
|
13342
|
-
function
|
|
13260
|
+
// (595:18) {#if roulleteresults && roulleteresults[i]}
|
|
13261
|
+
function create_if_block_8$1(ctx) {
|
|
13343
13262
|
let if_block_anchor;
|
|
13344
13263
|
|
|
13345
13264
|
function select_block_type_2(ctx, dirty) {
|
|
13346
|
-
if (/*isdouble*/ ctx[29]) return
|
|
13265
|
+
if (/*isdouble*/ ctx[29]) return create_if_block_9$1;
|
|
13347
13266
|
return create_else_block_1;
|
|
13348
13267
|
}
|
|
13349
13268
|
|
|
@@ -13380,16 +13299,16 @@
|
|
|
13380
13299
|
|
|
13381
13300
|
dispatch_dev("SvelteRegisterBlock", {
|
|
13382
13301
|
block,
|
|
13383
|
-
id:
|
|
13302
|
+
id: create_if_block_8$1.name,
|
|
13384
13303
|
type: "if",
|
|
13385
|
-
source: "(
|
|
13304
|
+
source: "(595:18) {#if roulleteresults && roulleteresults[i]}",
|
|
13386
13305
|
ctx
|
|
13387
13306
|
});
|
|
13388
13307
|
|
|
13389
13308
|
return block;
|
|
13390
13309
|
}
|
|
13391
13310
|
|
|
13392
|
-
// (
|
|
13311
|
+
// (601:20) {:else}
|
|
13393
13312
|
function create_else_block_1(ctx) {
|
|
13394
13313
|
let html_tag;
|
|
13395
13314
|
let raw_value = /*renderSpan*/ ctx[42](`LatestResult ${/*i*/ ctx[106] === 0 ? 'First' : ''}`, /*i*/ ctx[106], /*roulleteresults*/ ctx[14][/*i*/ ctx[106]], /*colorsourcearray*/ ctx[31][/*roulleteresults*/ ctx[14][/*i*/ ctx[106]]]) + "";
|
|
@@ -13418,15 +13337,15 @@
|
|
|
13418
13337
|
block,
|
|
13419
13338
|
id: create_else_block_1.name,
|
|
13420
13339
|
type: "else",
|
|
13421
|
-
source: "(
|
|
13340
|
+
source: "(601:20) {:else}",
|
|
13422
13341
|
ctx
|
|
13423
13342
|
});
|
|
13424
13343
|
|
|
13425
13344
|
return block;
|
|
13426
13345
|
}
|
|
13427
13346
|
|
|
13428
|
-
// (
|
|
13429
|
-
function
|
|
13347
|
+
// (596:20) {#if isdouble}
|
|
13348
|
+
function create_if_block_9$1(ctx) {
|
|
13430
13349
|
let div;
|
|
13431
13350
|
let html_tag;
|
|
13432
13351
|
let raw0_value = /*renderSpan*/ ctx[42](`LatestResult ${/*i*/ ctx[106] === 0 ? 'First' : ''}`, `first${/*i*/ ctx[106]}${/*roulleteresults*/ ctx[14][/*i*/ ctx[106]][0]}`, /*roulleteresults*/ ctx[14][/*i*/ ctx[106]][0], /*colorsourcearray*/ ctx[31][/*roulleteresults*/ ctx[14][/*i*/ ctx[106]][0]]) + "";
|
|
@@ -13445,7 +13364,7 @@
|
|
|
13445
13364
|
html_tag.a = t0;
|
|
13446
13365
|
html_tag_1.a = t1;
|
|
13447
13366
|
attr_dev(div, "class", "Double");
|
|
13448
|
-
add_location(div, file$1,
|
|
13367
|
+
add_location(div, file$1, 596, 22, 21677);
|
|
13449
13368
|
},
|
|
13450
13369
|
m: function mount(target, anchor) {
|
|
13451
13370
|
insert_dev(target, div, anchor);
|
|
@@ -13465,19 +13384,19 @@
|
|
|
13465
13384
|
|
|
13466
13385
|
dispatch_dev("SvelteRegisterBlock", {
|
|
13467
13386
|
block,
|
|
13468
|
-
id:
|
|
13387
|
+
id: create_if_block_9$1.name,
|
|
13469
13388
|
type: "if",
|
|
13470
|
-
source: "(
|
|
13389
|
+
source: "(596:20) {#if isdouble}",
|
|
13471
13390
|
ctx
|
|
13472
13391
|
});
|
|
13473
13392
|
|
|
13474
13393
|
return block;
|
|
13475
13394
|
}
|
|
13476
13395
|
|
|
13477
|
-
// (
|
|
13396
|
+
// (594:16) {#each new Array(numberofdisplayedresults) as garbage, i}
|
|
13478
13397
|
function create_each_block_1(ctx) {
|
|
13479
13398
|
let if_block_anchor;
|
|
13480
|
-
let if_block = /*roulleteresults*/ ctx[14] && /*roulleteresults*/ ctx[14][/*i*/ ctx[106]] &&
|
|
13399
|
+
let if_block = /*roulleteresults*/ ctx[14] && /*roulleteresults*/ ctx[14][/*i*/ ctx[106]] && create_if_block_8$1(ctx);
|
|
13481
13400
|
|
|
13482
13401
|
const block = {
|
|
13483
13402
|
c: function create() {
|
|
@@ -13493,7 +13412,7 @@
|
|
|
13493
13412
|
if (if_block) {
|
|
13494
13413
|
if_block.p(ctx, dirty);
|
|
13495
13414
|
} else {
|
|
13496
|
-
if_block =
|
|
13415
|
+
if_block = create_if_block_8$1(ctx);
|
|
13497
13416
|
if_block.c();
|
|
13498
13417
|
if_block.m(if_block_anchor.parentNode, if_block_anchor);
|
|
13499
13418
|
}
|
|
@@ -13512,14 +13431,14 @@
|
|
|
13512
13431
|
block,
|
|
13513
13432
|
id: create_each_block_1.name,
|
|
13514
13433
|
type: "each",
|
|
13515
|
-
source: "(
|
|
13434
|
+
source: "(594:16) {#each new Array(numberofdisplayedresults) as garbage, i}",
|
|
13516
13435
|
ctx
|
|
13517
13436
|
});
|
|
13518
13437
|
|
|
13519
13438
|
return block;
|
|
13520
13439
|
}
|
|
13521
13440
|
|
|
13522
|
-
// (
|
|
13441
|
+
// (577:16) {:else}
|
|
13523
13442
|
function create_else_block$1(ctx) {
|
|
13524
13443
|
let each_1_anchor;
|
|
13525
13444
|
let each_value = /*seats*/ ctx[24];
|
|
@@ -13582,15 +13501,15 @@
|
|
|
13582
13501
|
block,
|
|
13583
13502
|
id: create_else_block$1.name,
|
|
13584
13503
|
type: "else",
|
|
13585
|
-
source: "(
|
|
13504
|
+
source: "(577:16) {:else}",
|
|
13586
13505
|
ctx
|
|
13587
13506
|
});
|
|
13588
13507
|
|
|
13589
13508
|
return block;
|
|
13590
13509
|
}
|
|
13591
13510
|
|
|
13592
|
-
// (
|
|
13593
|
-
function
|
|
13511
|
+
// (573:16) {#if istablefull}
|
|
13512
|
+
function create_if_block_6$1(ctx) {
|
|
13594
13513
|
let span;
|
|
13595
13514
|
let t_value = /*$_*/ ctx[35]('full') + "";
|
|
13596
13515
|
let t;
|
|
@@ -13600,7 +13519,7 @@
|
|
|
13600
13519
|
span = element("span");
|
|
13601
13520
|
t = text(t_value);
|
|
13602
13521
|
attr_dev(span, "class", "FullTable");
|
|
13603
|
-
add_location(span, file$1,
|
|
13522
|
+
add_location(span, file$1, 573, 18, 20117);
|
|
13604
13523
|
},
|
|
13605
13524
|
m: function mount(target, anchor) {
|
|
13606
13525
|
insert_dev(target, span, anchor);
|
|
@@ -13616,16 +13535,16 @@
|
|
|
13616
13535
|
|
|
13617
13536
|
dispatch_dev("SvelteRegisterBlock", {
|
|
13618
13537
|
block,
|
|
13619
|
-
id:
|
|
13538
|
+
id: create_if_block_6$1.name,
|
|
13620
13539
|
type: "if",
|
|
13621
|
-
source: "(
|
|
13540
|
+
source: "(573:16) {#if istablefull}",
|
|
13622
13541
|
ctx
|
|
13623
13542
|
});
|
|
13624
13543
|
|
|
13625
13544
|
return block;
|
|
13626
13545
|
}
|
|
13627
13546
|
|
|
13628
|
-
// (
|
|
13547
|
+
// (578:18) {#each seats as seatData}
|
|
13629
13548
|
function create_each_block$1(ctx) {
|
|
13630
13549
|
let span;
|
|
13631
13550
|
let svg;
|
|
@@ -13642,20 +13561,20 @@
|
|
|
13642
13561
|
path1 = svg_element("path");
|
|
13643
13562
|
t = space();
|
|
13644
13563
|
attr_dev(path0, "d", "M11.58 6c-1.17 0-2.13.95-2.13 2.12v.4a8.82 8.82 0 00-2.92-.4c-1.54 0-2.45.22-2.92.4v-.4A2.136 2.136 0 001.48 6a1.33 1.33 0 00-.5 2.55c.14.07.24.21.24.37l.26 1.06c0 .96.73 1.75 1.65 1.85a.65.65 0 00.28 1.23.65.65 0 00.3-1.22h5.64a.65.65 0 00.3 1.22.65.65 0 00.28-1.23c.93-.1 1.65-.9 1.65-1.85l.27-1.06c0-.16.1-.3.24-.37A1.33 1.33 0 0011.58 6z");
|
|
13645
|
-
add_location(path0, file$1,
|
|
13564
|
+
add_location(path0, file$1, 580, 24, 20514);
|
|
13646
13565
|
attr_dev(path1, "d", "M4.34 7.5c.55-.1 1.27-.17 2.2-.17.91 0 1.63.07 2.18.17.21-.96.9-1.74 1.8-2.1V4a3.99 3.99 0 00-7.97 0v1.4c.9.36 1.58 1.14 1.79 2.1z");
|
|
13647
|
-
add_location(path1, file$1,
|
|
13566
|
+
add_location(path1, file$1, 581, 24, 20892);
|
|
13648
13567
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
13649
13568
|
attr_dev(svg, "width", "13");
|
|
13650
13569
|
attr_dev(svg, "height", "14");
|
|
13651
13570
|
attr_dev(svg, "viewBox", "0 0 13 14");
|
|
13652
|
-
add_location(svg, file$1,
|
|
13571
|
+
add_location(svg, file$1, 579, 22, 20406);
|
|
13653
13572
|
|
|
13654
13573
|
attr_dev(span, "class", span_class_value = /*contains*/ ctx[39](/*currentoccupiedseats*/ ctx[28], /*seatData*/ ctx[101].toString())
|
|
13655
13574
|
? 'ClosedSeat'
|
|
13656
13575
|
: 'OpenSeat');
|
|
13657
13576
|
|
|
13658
|
-
add_location(span, file$1,
|
|
13577
|
+
add_location(span, file$1, 578, 20, 20289);
|
|
13659
13578
|
},
|
|
13660
13579
|
m: function mount(target, anchor) {
|
|
13661
13580
|
insert_dev(target, span, anchor);
|
|
@@ -13680,15 +13599,15 @@
|
|
|
13680
13599
|
block,
|
|
13681
13600
|
id: create_each_block$1.name,
|
|
13682
13601
|
type: "each",
|
|
13683
|
-
source: "(
|
|
13602
|
+
source: "(578:18) {#each seats as seatData}",
|
|
13684
13603
|
ctx
|
|
13685
13604
|
});
|
|
13686
13605
|
|
|
13687
13606
|
return block;
|
|
13688
13607
|
}
|
|
13689
13608
|
|
|
13690
|
-
// (
|
|
13691
|
-
function
|
|
13609
|
+
// (632:79)
|
|
13610
|
+
function create_if_block_3$1(ctx) {
|
|
13692
13611
|
let div;
|
|
13693
13612
|
let svg;
|
|
13694
13613
|
let path;
|
|
@@ -13698,18 +13617,18 @@
|
|
|
13698
13617
|
div = element("div");
|
|
13699
13618
|
svg = svg_element("svg");
|
|
13700
13619
|
path = svg_element("path");
|
|
13701
|
-
set_style(path, "fill", "var(--
|
|
13620
|
+
set_style(path, "fill", "var(--emfe-w-color-white, #FFFFFF)");
|
|
13702
13621
|
attr_dev(path, "d", "m10.201,.758l2.478,5.865 6.344,.545c0.44,0.038 0.619,0.587 0.285,0.876l-4.812,4.169 1.442,6.202c0.1,0.431-0.367,0.77-0.745,0.541l-5.452-3.288-5.452,3.288c-0.379,0.228-0.845-0.111-0.745-0.541l1.442-6.202-4.813-4.17c-0.334-0.289-0.156-0.838 0.285-0.876l6.344-.545 2.478-5.864c0.172-0.408 0.749-0.408 0.921,0z");
|
|
13703
|
-
add_location(path, file$1,
|
|
13622
|
+
add_location(path, file$1, 634, 12, 25199);
|
|
13704
13623
|
attr_dev(svg, "version", "1.1");
|
|
13705
13624
|
attr_dev(svg, "class", "FavoredIcon");
|
|
13706
13625
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
13707
13626
|
attr_dev(svg, "viewBox", "0 0 19.481 19.481");
|
|
13708
13627
|
attr_dev(svg, "xmlns:xlink", "http://www.w3.org/1999/xlink");
|
|
13709
13628
|
attr_dev(svg, "enable-background", "new 0 0 19.481 19.481");
|
|
13710
|
-
add_location(svg, file$1,
|
|
13629
|
+
add_location(svg, file$1, 633, 10, 24999);
|
|
13711
13630
|
attr_dev(div, "class", "FavIconContainer");
|
|
13712
|
-
add_location(div, file$1,
|
|
13631
|
+
add_location(div, file$1, 632, 8, 24958);
|
|
13713
13632
|
},
|
|
13714
13633
|
m: function mount(target, anchor) {
|
|
13715
13634
|
insert_dev(target, div, anchor);
|
|
@@ -13724,86 +13643,17 @@
|
|
|
13724
13643
|
|
|
13725
13644
|
dispatch_dev("SvelteRegisterBlock", {
|
|
13726
13645
|
block,
|
|
13727
|
-
id:
|
|
13728
|
-
type: "if",
|
|
13729
|
-
source: "(638:56) ",
|
|
13730
|
-
ctx
|
|
13731
|
-
});
|
|
13732
|
-
|
|
13733
|
-
return block;
|
|
13734
|
-
}
|
|
13735
|
-
|
|
13736
|
-
// (621:6) {#if !isMobile(userAgent)}
|
|
13737
|
-
function create_if_block_1$1(ctx) {
|
|
13738
|
-
let div;
|
|
13739
|
-
let span;
|
|
13740
|
-
let t;
|
|
13741
|
-
|
|
13742
|
-
function select_block_type_4(ctx, dirty) {
|
|
13743
|
-
if (/*gamefavorite*/ ctx[0] && /*isLoggedIn*/ ctx[16] && /*favorites*/ ctx[2]) return create_if_block_2$1;
|
|
13744
|
-
if (!/*gamefavorite*/ ctx[0] && /*isLoggedIn*/ ctx[16]) return create_if_block_3$1;
|
|
13745
|
-
}
|
|
13746
|
-
|
|
13747
|
-
let current_block_type = select_block_type_4(ctx);
|
|
13748
|
-
let if_block = current_block_type && current_block_type(ctx);
|
|
13749
|
-
|
|
13750
|
-
const block = {
|
|
13751
|
-
c: function create() {
|
|
13752
|
-
div = element("div");
|
|
13753
|
-
span = element("span");
|
|
13754
|
-
t = space();
|
|
13755
|
-
if (if_block) if_block.c();
|
|
13756
|
-
attr_dev(span, "class", "GameInfoVendor");
|
|
13757
|
-
set_style(span, "background-image", "url(" + /*gamevendor*/ ctx[5] + ")");
|
|
13758
|
-
add_location(span, file$1, 622, 10, 24810);
|
|
13759
|
-
attr_dev(div, "class", "GameTopContainer");
|
|
13760
|
-
add_location(div, file$1, 621, 8, 24769);
|
|
13761
|
-
},
|
|
13762
|
-
m: function mount(target, anchor) {
|
|
13763
|
-
insert_dev(target, div, anchor);
|
|
13764
|
-
append_dev(div, span);
|
|
13765
|
-
append_dev(div, t);
|
|
13766
|
-
if (if_block) if_block.m(div, null);
|
|
13767
|
-
},
|
|
13768
|
-
p: function update(ctx, dirty) {
|
|
13769
|
-
if (dirty[0] & /*gamevendor*/ 32) {
|
|
13770
|
-
set_style(span, "background-image", "url(" + /*gamevendor*/ ctx[5] + ")");
|
|
13771
|
-
}
|
|
13772
|
-
|
|
13773
|
-
if (current_block_type === (current_block_type = select_block_type_4(ctx)) && if_block) {
|
|
13774
|
-
if_block.p(ctx, dirty);
|
|
13775
|
-
} else {
|
|
13776
|
-
if (if_block) if_block.d(1);
|
|
13777
|
-
if_block = current_block_type && current_block_type(ctx);
|
|
13778
|
-
|
|
13779
|
-
if (if_block) {
|
|
13780
|
-
if_block.c();
|
|
13781
|
-
if_block.m(div, null);
|
|
13782
|
-
}
|
|
13783
|
-
}
|
|
13784
|
-
},
|
|
13785
|
-
d: function destroy(detaching) {
|
|
13786
|
-
if (detaching) detach_dev(div);
|
|
13787
|
-
|
|
13788
|
-
if (if_block) {
|
|
13789
|
-
if_block.d();
|
|
13790
|
-
}
|
|
13791
|
-
}
|
|
13792
|
-
};
|
|
13793
|
-
|
|
13794
|
-
dispatch_dev("SvelteRegisterBlock", {
|
|
13795
|
-
block,
|
|
13796
|
-
id: create_if_block_1$1.name,
|
|
13646
|
+
id: create_if_block_3$1.name,
|
|
13797
13647
|
type: "if",
|
|
13798
|
-
source: "(
|
|
13648
|
+
source: "(632:79) ",
|
|
13799
13649
|
ctx
|
|
13800
13650
|
});
|
|
13801
13651
|
|
|
13802
13652
|
return block;
|
|
13803
13653
|
}
|
|
13804
13654
|
|
|
13805
|
-
// (
|
|
13806
|
-
function
|
|
13655
|
+
// (619:68)
|
|
13656
|
+
function create_if_block_2$1(ctx) {
|
|
13807
13657
|
let div;
|
|
13808
13658
|
let svg;
|
|
13809
13659
|
let path;
|
|
@@ -13815,20 +13665,22 @@
|
|
|
13815
13665
|
div = element("div");
|
|
13816
13666
|
svg = svg_element("svg");
|
|
13817
13667
|
path = svg_element("path");
|
|
13818
|
-
|
|
13819
|
-
attr_dev(path, "
|
|
13820
|
-
|
|
13821
|
-
attr_dev(
|
|
13822
|
-
attr_dev(path, "opacity", "0.6");
|
|
13823
|
-
add_location(path, file$1, 632, 16, 26377);
|
|
13824
|
-
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
13668
|
+
set_style(path, "fill", "var(--emfe-w-color-white, #FFFFFF)");
|
|
13669
|
+
attr_dev(path, "d", "M511.266,197.256c-1.764-5.431-6.458-9.388-12.108-10.209l-158.722-23.065L269.452,20.155\n c-2.527-5.12-7.741-8.361-13.451-8.361c-5.709,0-10.924,3.242-13.451,8.361l-70.988,143.828L12.843,187.047\n c-5.65,0.821-10.344,4.779-12.108,10.209c-1.765,5.43-0.293,11.391,3.795,15.376l114.848,111.955L92.27,482.67\n c-0.965,5.627,1.349,11.315,5.968,14.67c4.618,3.355,10.74,3.798,15.797,1.142L256,423.846l141.961,74.637\n c2.195,1.154,4.591,1.723,6.979,1.723c3.11,0,6.206-0.966,8.818-2.865c4.619-3.356,6.933-9.043,5.968-14.671L392.61,324.587\n l114.86-111.954C511.559,208.647,513.031,202.686,511.266,197.256z M366.023,308.608c-3.536,3.446-5.15,8.412-4.314,13.278\n l23.311,135.898l-122.038-64.162c-4.37-2.297-9.591-2.297-13.961,0l-122.045,64.163l23.304-135.9\n c0.834-4.866-0.779-9.83-4.313-13.276l-98.731-96.244l136.445-19.829c4.886-0.71,9.108-3.778,11.294-8.205L256,60.685\n l61.023,123.645c2.186,4.427,6.408,7.496,11.294,8.206l136.447,19.828L366.023,308.608z");
|
|
13670
|
+
add_location(path, file$1, 621, 114, 23756);
|
|
13671
|
+
attr_dev(svg, "version", "1.1");
|
|
13825
13672
|
attr_dev(svg, "class", "UnfavoredIcon");
|
|
13826
|
-
attr_dev(svg, "
|
|
13827
|
-
attr_dev(svg, "
|
|
13828
|
-
attr_dev(svg, "
|
|
13829
|
-
|
|
13673
|
+
attr_dev(svg, "part", "UnfavoredIcon");
|
|
13674
|
+
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
13675
|
+
attr_dev(svg, "xmlns:xlink", "http://www.w3.org/1999/xlink");
|
|
13676
|
+
attr_dev(svg, "x", "20px");
|
|
13677
|
+
attr_dev(svg, "y", "20px");
|
|
13678
|
+
attr_dev(svg, "viewBox", "0 0 512.001 512.001");
|
|
13679
|
+
set_style(svg, "enable-background", "new 0 0 512.001 512.001");
|
|
13680
|
+
attr_dev(svg, "xml:space", "preserve");
|
|
13681
|
+
add_location(svg, file$1, 620, 12, 23484);
|
|
13830
13682
|
attr_dev(div, "class", "FavIconContainer");
|
|
13831
|
-
add_location(div, file$1,
|
|
13683
|
+
add_location(div, file$1, 619, 10, 23395);
|
|
13832
13684
|
},
|
|
13833
13685
|
m: function mount(target, anchor) {
|
|
13834
13686
|
insert_dev(target, div, anchor);
|
|
@@ -13850,17 +13702,17 @@
|
|
|
13850
13702
|
|
|
13851
13703
|
dispatch_dev("SvelteRegisterBlock", {
|
|
13852
13704
|
block,
|
|
13853
|
-
id:
|
|
13705
|
+
id: create_if_block_2$1.name,
|
|
13854
13706
|
type: "if",
|
|
13855
|
-
source: "(
|
|
13707
|
+
source: "(619:68) ",
|
|
13856
13708
|
ctx
|
|
13857
13709
|
});
|
|
13858
13710
|
|
|
13859
13711
|
return block;
|
|
13860
13712
|
}
|
|
13861
13713
|
|
|
13862
|
-
// (
|
|
13863
|
-
function
|
|
13714
|
+
// (613:6) {#if !isMobile(userAgent) && gamefavorite && isLoggedIn && favorites}
|
|
13715
|
+
function create_if_block_1$1(ctx) {
|
|
13864
13716
|
let div;
|
|
13865
13717
|
let svg;
|
|
13866
13718
|
let path;
|
|
@@ -13872,20 +13724,18 @@
|
|
|
13872
13724
|
div = element("div");
|
|
13873
13725
|
svg = svg_element("svg");
|
|
13874
13726
|
path = svg_element("path");
|
|
13875
|
-
|
|
13876
|
-
attr_dev(path, "
|
|
13877
|
-
|
|
13878
|
-
attr_dev(
|
|
13879
|
-
attr_dev(path, "fill", "#fff");
|
|
13880
|
-
add_location(path, file$1, 626, 16, 25170);
|
|
13881
|
-
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
13727
|
+
set_style(path, "fill", "var(--emfe-w-color-white, #FFFFFF)");
|
|
13728
|
+
attr_dev(path, "d", "m10.201,.758l2.478,5.865 6.344,.545c0.44,0.038 0.619,0.587 0.285,0.876l-4.812,4.169 1.442,6.202c0.1,0.431-0.367,0.77-0.745,0.541l-5.452-3.288-5.452,3.288c-0.379,0.228-0.845-0.111-0.745-0.541l1.442-6.202-4.813-4.17c-0.334-0.289-0.156-0.838 0.285-0.876l6.344-.545 2.478-5.864c0.172-0.408 0.749-0.408 0.921,0z");
|
|
13729
|
+
add_location(path, file$1, 615, 12, 22915);
|
|
13730
|
+
attr_dev(svg, "version", "1.1");
|
|
13882
13731
|
attr_dev(svg, "class", "FavoredIcon");
|
|
13883
|
-
attr_dev(svg, "
|
|
13884
|
-
attr_dev(svg, "
|
|
13885
|
-
attr_dev(svg, "
|
|
13886
|
-
|
|
13732
|
+
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
13733
|
+
attr_dev(svg, "viewBox", "0 0 19.481 19.481");
|
|
13734
|
+
attr_dev(svg, "xmlns:xlink", "http://www.w3.org/1999/xlink");
|
|
13735
|
+
attr_dev(svg, "enable-background", "new 0 0 19.481 19.481");
|
|
13736
|
+
add_location(svg, file$1, 614, 10, 22715);
|
|
13887
13737
|
attr_dev(div, "class", "FavIconContainer");
|
|
13888
|
-
add_location(div, file$1,
|
|
13738
|
+
add_location(div, file$1, 613, 8, 22628);
|
|
13889
13739
|
},
|
|
13890
13740
|
m: function mount(target, anchor) {
|
|
13891
13741
|
insert_dev(target, div, anchor);
|
|
@@ -13907,16 +13757,16 @@
|
|
|
13907
13757
|
|
|
13908
13758
|
dispatch_dev("SvelteRegisterBlock", {
|
|
13909
13759
|
block,
|
|
13910
|
-
id:
|
|
13760
|
+
id: create_if_block_1$1.name,
|
|
13911
13761
|
type: "if",
|
|
13912
|
-
source: "(
|
|
13762
|
+
source: "(613:6) {#if !isMobile(userAgent) && gamefavorite && isLoggedIn && favorites}",
|
|
13913
13763
|
ctx
|
|
13914
13764
|
});
|
|
13915
13765
|
|
|
13916
13766
|
return block;
|
|
13917
13767
|
}
|
|
13918
13768
|
|
|
13919
|
-
// (
|
|
13769
|
+
// (641:2) {#if showgamename === 'true'}
|
|
13920
13770
|
function create_if_block$1(ctx) {
|
|
13921
13771
|
let p;
|
|
13922
13772
|
let t;
|
|
@@ -13927,7 +13777,7 @@
|
|
|
13927
13777
|
t = text(/*gamename*/ ctx[4]);
|
|
13928
13778
|
attr_dev(p, "class", "GameNameBelow");
|
|
13929
13779
|
attr_dev(p, "title", /*gamename*/ ctx[4]);
|
|
13930
|
-
add_location(p, file$1,
|
|
13780
|
+
add_location(p, file$1, 641, 4, 25668);
|
|
13931
13781
|
},
|
|
13932
13782
|
m: function mount(target, anchor) {
|
|
13933
13783
|
insert_dev(target, p, anchor);
|
|
@@ -13949,7 +13799,7 @@
|
|
|
13949
13799
|
block,
|
|
13950
13800
|
id: create_if_block$1.name,
|
|
13951
13801
|
type: "if",
|
|
13952
|
-
source: "(
|
|
13802
|
+
source: "(641:2) {#if showgamename === 'true'}",
|
|
13953
13803
|
ctx
|
|
13954
13804
|
});
|
|
13955
13805
|
|
|
@@ -13965,28 +13815,43 @@
|
|
|
13965
13815
|
let t0;
|
|
13966
13816
|
let div1;
|
|
13967
13817
|
let div0;
|
|
13818
|
+
let p;
|
|
13968
13819
|
let t1;
|
|
13969
|
-
let div3;
|
|
13970
|
-
let div2;
|
|
13971
13820
|
let t2;
|
|
13972
13821
|
let t3;
|
|
13822
|
+
let span;
|
|
13823
|
+
let t4_value = (/*gamevendor*/ ctx[5] ? /*gamevendor*/ ctx[5] : '-') + "";
|
|
13973
13824
|
let t4;
|
|
13825
|
+
let t5;
|
|
13826
|
+
let div3;
|
|
13827
|
+
let div2;
|
|
13828
|
+
let t6;
|
|
13829
|
+
let t7;
|
|
13830
|
+
let t8;
|
|
13974
13831
|
let show_if;
|
|
13832
|
+
let show_if_1;
|
|
13833
|
+
let show_if_2;
|
|
13975
13834
|
let div4_class_value;
|
|
13976
|
-
let
|
|
13835
|
+
let t9;
|
|
13977
13836
|
let div5_class_value;
|
|
13978
|
-
let if_block0 = /*lang*/ ctx[1] &&
|
|
13979
|
-
let if_block1 = /*gameisnew*/ ctx[7] &&
|
|
13980
|
-
let if_block2 = /*gametag*/ ctx[8] &&
|
|
13981
|
-
let if_block3 = /*livegamedata*/ ctx[13] &&
|
|
13837
|
+
let if_block0 = /*lang*/ ctx[1] && create_if_block_13(ctx);
|
|
13838
|
+
let if_block1 = /*gameisnew*/ ctx[7] && create_if_block_12(ctx);
|
|
13839
|
+
let if_block2 = /*gametag*/ ctx[8] && create_if_block_11(ctx);
|
|
13840
|
+
let if_block3 = /*livegamedata*/ ctx[13] && create_if_block_4$1(ctx);
|
|
13982
13841
|
|
|
13983
13842
|
function select_block_type_3(ctx, dirty) {
|
|
13984
|
-
if (
|
|
13843
|
+
if (dirty[0] & /*gamefavorite, isLoggedIn, favorites*/ 65541) show_if = null;
|
|
13844
|
+
if (dirty[0] & /*gamefavorite, isLoggedIn*/ 65537) show_if_1 = null;
|
|
13845
|
+
if (dirty[0] & /*gamefavorite, isLoggedIn, favorites*/ 65541) show_if_2 = null;
|
|
13846
|
+
if (show_if == null) show_if = !!(!isMobile(/*userAgent*/ ctx[36]) && /*gamefavorite*/ ctx[0] && /*isLoggedIn*/ ctx[16] && /*favorites*/ ctx[2]);
|
|
13985
13847
|
if (show_if) return create_if_block_1$1;
|
|
13986
|
-
if (/*
|
|
13848
|
+
if (show_if_1 == null) show_if_1 = !!(!isMobile(/*userAgent*/ ctx[36]) && !/*gamefavorite*/ ctx[0] && /*isLoggedIn*/ ctx[16]);
|
|
13849
|
+
if (show_if_1) return create_if_block_2$1;
|
|
13850
|
+
if (show_if_2 == null) show_if_2 = !!(isMobile(/*userAgent*/ ctx[36]) && /*gamefavorite*/ ctx[0] && /*isLoggedIn*/ ctx[16] && /*favorites*/ ctx[2]);
|
|
13851
|
+
if (show_if_2) return create_if_block_3$1;
|
|
13987
13852
|
}
|
|
13988
13853
|
|
|
13989
|
-
let current_block_type = select_block_type_3(ctx);
|
|
13854
|
+
let current_block_type = select_block_type_3(ctx, [-1, -1, -1, -1]);
|
|
13990
13855
|
let if_block4 = current_block_type && current_block_type(ctx);
|
|
13991
13856
|
let if_block5 = /*showgamename*/ ctx[10] === 'true' && create_if_block$1(ctx);
|
|
13992
13857
|
|
|
@@ -13998,46 +13863,57 @@
|
|
|
13998
13863
|
t0 = space();
|
|
13999
13864
|
div1 = element("div");
|
|
14000
13865
|
div0 = element("div");
|
|
13866
|
+
p = element("p");
|
|
13867
|
+
t1 = text(/*gamename*/ ctx[4]);
|
|
13868
|
+
t2 = space();
|
|
14001
13869
|
if (if_block0) if_block0.c();
|
|
14002
|
-
|
|
13870
|
+
t3 = space();
|
|
13871
|
+
span = element("span");
|
|
13872
|
+
t4 = text(t4_value);
|
|
13873
|
+
t5 = space();
|
|
14003
13874
|
div3 = element("div");
|
|
14004
13875
|
div2 = element("div");
|
|
14005
13876
|
if (if_block1) if_block1.c();
|
|
14006
|
-
|
|
13877
|
+
t6 = space();
|
|
14007
13878
|
if (if_block2) if_block2.c();
|
|
14008
|
-
|
|
13879
|
+
t7 = space();
|
|
14009
13880
|
if (if_block3) if_block3.c();
|
|
14010
|
-
|
|
13881
|
+
t8 = space();
|
|
14011
13882
|
if (if_block4) if_block4.c();
|
|
14012
|
-
|
|
13883
|
+
t9 = space();
|
|
14013
13884
|
if (if_block5) if_block5.c();
|
|
14014
13885
|
this.c = noop$1;
|
|
14015
13886
|
if (!src_url_equal(img.src, img_src_value = /*gamethumbnail*/ ctx[3])) attr_dev(img, "src", img_src_value);
|
|
14016
13887
|
attr_dev(img, "class", img_class_value = `GameBg GameBg-${/*gamecellsize*/ ctx[9]} ${/*loaded*/ ctx[17] ? 'Loaded' : ''}`);
|
|
14017
|
-
attr_dev(img, "alt", "
|
|
13888
|
+
attr_dev(img, "alt", "");
|
|
14018
13889
|
attr_dev(img, "loading", "lazy");
|
|
14019
|
-
add_location(img, file$1,
|
|
13890
|
+
add_location(img, file$1, 536, 4, 18564);
|
|
13891
|
+
attr_dev(p, "class", "GameInfoName");
|
|
13892
|
+
attr_dev(p, "title", /*gamename*/ ctx[4]);
|
|
13893
|
+
add_location(p, file$1, 539, 8, 18769);
|
|
14020
13894
|
attr_dev(div0, "class", "GameInfo");
|
|
14021
|
-
add_location(div0, file$1,
|
|
13895
|
+
add_location(div0, file$1, 538, 6, 18738);
|
|
13896
|
+
attr_dev(span, "class", "GameInfoVendor");
|
|
13897
|
+
add_location(span, file$1, 544, 6, 18985);
|
|
14022
13898
|
attr_dev(div1, "class", "GameInfoWrapper");
|
|
14023
|
-
add_location(div1, file$1,
|
|
13899
|
+
add_location(div1, file$1, 537, 4, 18702);
|
|
14024
13900
|
attr_dev(div2, "class", "GameExtraInfo");
|
|
14025
|
-
add_location(div2, file$1,
|
|
13901
|
+
add_location(div2, file$1, 549, 6, 19126);
|
|
14026
13902
|
attr_dev(div3, "class", "GameExtraInfoContainer");
|
|
14027
|
-
add_location(div3, file$1,
|
|
13903
|
+
add_location(div3, file$1, 548, 2, 19083);
|
|
14028
13904
|
|
|
14029
13905
|
attr_dev(div4, "class", div4_class_value = "GameInnerContainer " + (/*livegamedata*/ ctx[13] && !/*isopen*/ ctx[22] && /*openhours*/ ctx[23].value || /*livegamedata*/ ctx[13] && /*istablefull*/ ctx[32]
|
|
14030
13906
|
? 'GameInnerContainerUnavailable'
|
|
14031
13907
|
: ''));
|
|
14032
13908
|
|
|
14033
|
-
add_location(div4, file$1,
|
|
13909
|
+
add_location(div4, file$1, 535, 2, 18407);
|
|
14034
13910
|
|
|
14035
13911
|
attr_dev(div5, "class", div5_class_value = `GameContainer ${/*extraclassname*/ ctx[33]} ${/*casinogamesgridslider*/ ctx[11] == 'true'
|
|
14036
13912
|
? 'CasinoGamesGridSlider'
|
|
14037
13913
|
: ''}`);
|
|
14038
13914
|
|
|
14039
13915
|
toggle_class(div5, "WithGameName", /*showgamename*/ ctx[10]);
|
|
14040
|
-
add_location(div5, file$1,
|
|
13916
|
+
add_location(div5, file$1, 534, 0, 18218);
|
|
14041
13917
|
},
|
|
14042
13918
|
l: function claim(nodes) {
|
|
14043
13919
|
throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option");
|
|
@@ -14050,18 +13926,24 @@
|
|
|
14050
13926
|
append_dev(div4, t0);
|
|
14051
13927
|
append_dev(div4, div1);
|
|
14052
13928
|
append_dev(div1, div0);
|
|
13929
|
+
append_dev(div0, p);
|
|
13930
|
+
append_dev(p, t1);
|
|
13931
|
+
append_dev(div0, t2);
|
|
14053
13932
|
if (if_block0) if_block0.m(div0, null);
|
|
14054
|
-
append_dev(
|
|
13933
|
+
append_dev(div1, t3);
|
|
13934
|
+
append_dev(div1, span);
|
|
13935
|
+
append_dev(span, t4);
|
|
13936
|
+
append_dev(div4, t5);
|
|
14055
13937
|
append_dev(div4, div3);
|
|
14056
13938
|
append_dev(div3, div2);
|
|
14057
13939
|
if (if_block1) if_block1.m(div2, null);
|
|
14058
|
-
append_dev(div2,
|
|
13940
|
+
append_dev(div2, t6);
|
|
14059
13941
|
if (if_block2) if_block2.m(div2, null);
|
|
14060
|
-
append_dev(div2,
|
|
13942
|
+
append_dev(div2, t7);
|
|
14061
13943
|
if (if_block3) if_block3.m(div2, null);
|
|
14062
|
-
append_dev(div3,
|
|
13944
|
+
append_dev(div3, t8);
|
|
14063
13945
|
if (if_block4) if_block4.m(div3, null);
|
|
14064
|
-
append_dev(div5,
|
|
13946
|
+
append_dev(div5, t9);
|
|
14065
13947
|
if (if_block5) if_block5.m(div5, null);
|
|
14066
13948
|
/*div5_binding*/ ctx[67](div5);
|
|
14067
13949
|
},
|
|
@@ -14074,11 +13956,17 @@
|
|
|
14074
13956
|
attr_dev(img, "class", img_class_value);
|
|
14075
13957
|
}
|
|
14076
13958
|
|
|
13959
|
+
if (dirty[0] & /*gamename*/ 16) set_data_dev(t1, /*gamename*/ ctx[4]);
|
|
13960
|
+
|
|
13961
|
+
if (dirty[0] & /*gamename*/ 16) {
|
|
13962
|
+
attr_dev(p, "title", /*gamename*/ ctx[4]);
|
|
13963
|
+
}
|
|
13964
|
+
|
|
14077
13965
|
if (/*lang*/ ctx[1]) {
|
|
14078
13966
|
if (if_block0) {
|
|
14079
13967
|
if_block0.p(ctx, dirty);
|
|
14080
13968
|
} else {
|
|
14081
|
-
if_block0 =
|
|
13969
|
+
if_block0 = create_if_block_13(ctx);
|
|
14082
13970
|
if_block0.c();
|
|
14083
13971
|
if_block0.m(div0, null);
|
|
14084
13972
|
}
|
|
@@ -14087,13 +13975,15 @@
|
|
|
14087
13975
|
if_block0 = null;
|
|
14088
13976
|
}
|
|
14089
13977
|
|
|
13978
|
+
if (dirty[0] & /*gamevendor*/ 32 && t4_value !== (t4_value = (/*gamevendor*/ ctx[5] ? /*gamevendor*/ ctx[5] : '-') + "")) set_data_dev(t4, t4_value);
|
|
13979
|
+
|
|
14090
13980
|
if (/*gameisnew*/ ctx[7]) {
|
|
14091
13981
|
if (if_block1) {
|
|
14092
13982
|
if_block1.p(ctx, dirty);
|
|
14093
13983
|
} else {
|
|
14094
|
-
if_block1 =
|
|
13984
|
+
if_block1 = create_if_block_12(ctx);
|
|
14095
13985
|
if_block1.c();
|
|
14096
|
-
if_block1.m(div2,
|
|
13986
|
+
if_block1.m(div2, t6);
|
|
14097
13987
|
}
|
|
14098
13988
|
} else if (if_block1) {
|
|
14099
13989
|
if_block1.d(1);
|
|
@@ -14104,9 +13994,9 @@
|
|
|
14104
13994
|
if (if_block2) {
|
|
14105
13995
|
if_block2.p(ctx, dirty);
|
|
14106
13996
|
} else {
|
|
14107
|
-
if_block2 =
|
|
13997
|
+
if_block2 = create_if_block_11(ctx);
|
|
14108
13998
|
if_block2.c();
|
|
14109
|
-
if_block2.m(div2,
|
|
13999
|
+
if_block2.m(div2, t7);
|
|
14110
14000
|
}
|
|
14111
14001
|
} else if (if_block2) {
|
|
14112
14002
|
if_block2.d(1);
|
|
@@ -14117,7 +14007,7 @@
|
|
|
14117
14007
|
if (if_block3) {
|
|
14118
14008
|
if_block3.p(ctx, dirty);
|
|
14119
14009
|
} else {
|
|
14120
|
-
if_block3 =
|
|
14010
|
+
if_block3 = create_if_block_4$1(ctx);
|
|
14121
14011
|
if_block3.c();
|
|
14122
14012
|
if_block3.m(div2, null);
|
|
14123
14013
|
}
|
|
@@ -14126,7 +14016,7 @@
|
|
|
14126
14016
|
if_block3 = null;
|
|
14127
14017
|
}
|
|
14128
14018
|
|
|
14129
|
-
if (current_block_type === (current_block_type = select_block_type_3(ctx)) && if_block4) {
|
|
14019
|
+
if (current_block_type === (current_block_type = select_block_type_3(ctx, dirty)) && if_block4) {
|
|
14130
14020
|
if_block4.p(ctx, dirty);
|
|
14131
14021
|
} else {
|
|
14132
14022
|
if (if_block4) if_block4.d(1);
|
|
@@ -14566,7 +14456,7 @@
|
|
|
14566
14456
|
} // default case
|
|
14567
14457
|
};
|
|
14568
14458
|
|
|
14569
|
-
//
|
|
14459
|
+
//Revert manually, commented changes are the current ones, will undo after deploy
|
|
14570
14460
|
const setLiveLobbyData = () => {
|
|
14571
14461
|
let url = new URL(`${livelobbyendpoint.split('?')[0]}`);
|
|
14572
14462
|
url.searchParams.append("platform", getDevice(userAgent));
|
|
@@ -14631,7 +14521,7 @@
|
|
|
14631
14521
|
|
|
14632
14522
|
if (numberofplayers) {
|
|
14633
14523
|
rightSideContent = `
|
|
14634
|
-
<svg fill="var(--
|
|
14524
|
+
<svg fill="var(--emfe-w-color-white, #FFFFFF);" width="13" height="13" viewBox="0 0 13 14" xmlns="http://www.w3.org/2000/svg"><path d="M4 8.2a4.6 4.6 0 0 0 5 0c2.7.8 4 2.6 4 4.8H0c0-2.2 1.3-4 4-4.8zM6.6 8c2 0 3.8-1.7 3.8-4 0-2.1-1.7-4-3.8-4a3.9 3.9 0 0 0-3.8 4c0 2.2 1.7 4 3.8 4z"/></svg>
|
|
14635
14525
|
<span class="NrOfPlayers">${numberofplayers}</span>`;
|
|
14636
14526
|
}
|
|
14637
14527
|
|
|
@@ -15237,11 +15127,11 @@
|
|
|
15237
15127
|
];
|
|
15238
15128
|
}
|
|
15239
15129
|
|
|
15240
|
-
class
|
|
15130
|
+
class CasinoGameThumbnail extends SvelteElement {
|
|
15241
15131
|
constructor(options) {
|
|
15242
15132
|
super();
|
|
15243
15133
|
const style = document.createElement('style');
|
|
15244
|
-
style.textContent = `*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}.GameContainer{width:100%;height:100%;position:relative}.GameContainer.WithGameName{padding-bottom:10px}.GameInnerContainer{position:relative;width:100%;height:100%;overflow:hidden;border-radius:var(--emw--border-radius-medium, 20px)}.GameInnerContainer .GameBg{width:100%;height:100%;object-fit:cover;transition:all 150ms ease-in-out}.GameInnerContainer .GameBg.GameBg-1x2,.GameInnerContainer .GameBg.GameBg-2x1,.GameInnerContainer .GameBg.GameBg-2x2{object-fit:cover}.GameInnerContainer .GameTopContainer{display:flex;gap:10px}.GameInnerContainer .GameInfoWrapper{display:none;position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(to top, var(--emw--casino-thumbnail-color-contrast, #000000), hsla(var(--emw--casino-thumbnail-color-h, 120), var(--emw--casino-thumbnail-color-s, 100%), var(--emw--casino-thumbnail-color-l, 50%), 0.7));z-index:15;padding:8px 12px}.GameInnerContainer .GameInfoWrapper .GameInfo{display:flex;width:100%;height:100%;flex-direction:column;align-items:center;justify-content:space-evenly}.GameInnerContainer .GameInfoWrapper .GameInfoName{color:var(--emw--color-typography, #FFFFFF);text-align:center;font-size:var(--emw--font-size-small, 14px);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.GameInnerContainer .GameInfoWrapper .GameInfoBtn{appearance:none;padding:10px;background-image:linear-gradient(to bottom, color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, var(--emw--casino-thumbnail-color-contrast, #000000) 20%), var(--emw--color-primary, #22B04E), color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, var(--emw--casino-thumbnail-animation-color, #FFFFFF) 30%));color:var(--emw--button-typography, #FFFFFF);font-size:var(--emw--font-size-small, 14px);border:2px solid var(--emw--button-border-color, #073B17);border-radius:var(--emw--border-radius-large, 20px);cursor:pointer;transition:border 1s ease-in-out}.GameInnerContainer .GameInfoWrapper .GameInfoBtn:hover{border:2px solid var(--emw--button-border-highlight-color, #FFF)}.GameInnerContainer .GameExtraInfoContainer{position:absolute;top:0;left:0;display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:auto;padding:0 4px 4px 4px}.GameInnerContainer .GameExtraInfo{display:flex;justify-content:flex-start;align-items:center;width:100%;height:100%;z-index:15}.GameInnerContainer .GameExtraInfoLabel{font-size:var(--emw--font-size-2x-small, 10px);padding:5px;background-color:transparent;color:var(--emw--button-typography, #FFFFFF);text-transform:uppercase;border-radius:var(--emw--border-radius-medium, 10px);border:1px solid var(--emw--button-typography, #FFFFFF)}.GameInnerContainer:hover,.GameInnerContainer:active{transition:2s;cursor:pointer}.GameInnerContainer:hover .GameInfoWrapper,.GameInnerContainer:active .GameInfoWrapper{display:flex;flex-direction:column;justify-content:center}.GameInnerContainer:hover .GameBg,.GameInnerContainer:active .GameBg{filter:blur(5px) grayscale(1);transition:1s}.GameInnerContainer .GameInfoWrapper .GameInfoBtn{display:flex;align-items:center;gap:8px}.GameInfoVendor{display:flex;justify-content:flex-end;align-items:center;color:var(--emw--color-typography, #FFFFFF);font-size:var(--emw--font-size-x-small, 12px);font-weight:var(--emw--font-weight-normal, 400);width:40px;height:40px;background-size:contain;background-repeat:no-repeat;z-index:15}.GameNameBelow{color:var(--emw--casino-typography, #FFFFFF);position:relative;padding:5px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.FavoredIcon,.UnfavoredIcon{width:24px;height:24px}.FavIconContainer{display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:15}@media(min-width: 1100px){.GamesWrapper .ListGame:hover .GamePlayNowText{z-index:4}}.ListGame:hover .OpenSeat,.ListGame:hover .ClosedSeat,.ListGame:hover .LiveLimits,.ListGame:hover .LatestResult,.ListGame:hover .FullTable,.ListGame:active .OpenSeat,.ListGame:active .ClosedSeat,.ListGame:active .LiveLimits,.ListGame:active .LatestResult,.ListGame:active .FullTable{opacity:0.2}.ListGame.GameBackdrop .GameInnerContainer::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transition:2s;background-image:linear-gradient(to top, var(--emw--casino-thumbnail-animation-color-contrast, #000000), rgba(0, 191, 114, 0.7))}.ListGame .GameInnerContainer{z-index:0}.ListGame .GameInnerContainer .GameBg{z-index:5}.ListGame .GameInnerContainer .GameExtraInfo{z-index:10}.ListGame .GameInnerContainer::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.ListGame .GameInnerContainer.GameInnerContainerUnavailable::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0, 0, 0, 0.9)}.ListGame .GameInnerContainer .ListGame.GameContainerDimmed:before{display:block;content:" ";width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;background:rgba(0, 0, 0, 0.4);color:var(--emw--casino-thumbnail-animation-color, #FFFFFF);fill:var(--emw--casino-thumbnail-animation-color, #FFFFFF);opacity:1;border-radius:var(--emw--border-radius-small, 5px)}.ListGame .GameInnerContainer .ListGame.GameContainerFullyDimmed:before{display:block;content:" ";width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;background:rgba(0, 0, 0, 0.8);color:var(--emw--casino-thumbnail-animation-color, #FFFFFF);fill:var(--emw--casino-thumbnail-animation-color, #FFFFFF);opacity:1;border-radius:var(--emw--border-radius-small, 5px)}.ListGame .GameInnerContainer .LiveProps{display:flex;flex-direction:column;position:absolute;bottom:8px;left:-8px;right:0;width:100%;padding:0;background:linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.99) 100%);color:var(--emw--casino-thumbnail-animation-color, #FFFFFF);opacity:1;font-size:var(--emw--font-size-small, 14px)}.ListGame .GameInnerContainer .ListGame:hover .LiveProps,.ListGame .GameInnerContainer .ListGameLink:hover .LiveProps{opacity:0}@keyframes red-pulse{0%{box-shadow:0 0 2px 0 rgba(255, 0, 0, 0.75)}15%{box-shadow:0 0 10px 2px rgba(255, 0, 0, 0.75)}30%{box-shadow:0 0 2px 0 rgba(255, 0, 0, 0.75)}50%{box-shadow:0 0 10px 2px rgba(255, 0, 0, 0.75)}65%{box-shadow:0 0 2px 0 rgba(255, 0, 0, 0.75)}80%{box-shadow:0 0 10px 2px rgba(255, 0, 0, 0.75)}100%{box-shadow:0 0 0 0 rgba(255, 0, 0, 0.75)}}@keyframes green-pulse{0%{box-shadow:0 0 2px 0 rgba(86, 168, 10, 0.75)}15%{box-shadow:0 0 10px 2px rgba(86, 168, 10, 0.75)}30%{box-shadow:0 0 2px 0 rgba(86, 168, 10, 0.75)}50%{box-shadow:0 0 10px 2px rgba(86, 168, 10, 0.75)}65%{box-shadow:0 0 2px 0 rgba(86, 168, 10, 0.75)}80%{box-shadow:0 0 10px 2px rgba(86, 168, 10, 0.75)}100%{box-shadow:0 0 0 0 rgba(86, 168, 10, 0.75)}}@keyframes flip-open{0%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);transform:perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.ListGame .GameInnerContainer .silde-in-from-left{-webkit-animation-name:silde-in-from-left;animation-name:silde-in-from-left;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes silde-in-from-left{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes silde-in-from-left{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes flip-closed-seat{0%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);transform:perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.ListGame .GameInnerContainer .ListGame.PulsatingGreenShadow,.ListGame .GameInnerContainer .ListGame.PulsatingRedShadow{overflow:auto}.ListGame .GameInnerContainer .ListGame.PulsatingGreenShadow{animation:green-pulse 2s linear}.ListGame .GameInnerContainer .ListGame.PulsatingRedShadow{animation:red-pulse 2s linear}.ListGame .GameInnerContainer .LiveIcons{position:relative;display:flex;padding:0 16px;box-sizing:border-box;flex-direction:row;align-items:center;justify-content:flex-start;min-height:auto;margin-bottom:5px}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveIcons{min-height:auto}}.ListGame .GameInnerContainer .LiveIcons:first-child{margin-left:0}.ListGame .GameInnerContainer .LiveIcons:last-child{margin-right:0}.ListGame .GameInnerContainer .LiveIcons.Black,.ListGame .GameInnerContainer .LiveIcons.Red,.ListGame .GameInnerContainer .LiveIcons.Green{color:var(--emw--casino-thumbnail-animation-color, #FFFFFF);border:1px solid var(--emw--casino-thumbnail-animation-color, #FFFFFF)}.ListGame .GameInnerContainer .LiveIcons .LatestResult{min-width:12px;padding:2px;margin:0 1px;margin-right:6px;font-size:var(--emw--font-size-small, 14px);text-align:center}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveIcons .LatestResult{margin:0 2px;margin-right:5px}}.ListGame .GameInnerContainer .LiveIcons .LatestResult.FirstElementAnimated{animation:flip-open 2s both;-webkit-animation:flip-open 2s both;-webkit-backface-visibility:visible;backface-visibility:visible}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First{min-width:24px;padding:4px}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveIcons .LatestResult.First{padding:4px}}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Black,.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Red,.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Green{color:var(--emw--casino-thumbnail-animation-color, #FFFFFF);border:1px solid var(--emw--casino-thumbnail-animation-color, #FFFFFF)}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Black{background:var(--emw--casino-thumbnail-animation-color-contrast, #000000)}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Red{background:var(--emw--casino-thumbnail-animation-color-type-e, #ff0000)}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Green{background:var(--emw--casino-thumbnail-animation-color-type-c, #56A80A)}.ListGame .GameInnerContainer .LiveIcons .Double{display:flex;flex-direction:column}.ListGame .GameInnerContainer .LiveIcons .Double .LatestResult:first-child{margin-bottom:10px}.ListGame .GameInnerContainer .LiveIcons .Double:first-child .LatestResult{margin-left:0;margin-bottom:0}.ListGame .GameInnerContainer .LiveIcons .Double:last-child .LatestResult{margin-right:0}.ListGame .GameInnerContainer .LiveIcons .Black,.ListGame .GameInnerContainer .LiveIcons .Red,.ListGame .GameInnerContainer .LiveIcons .Green{background-color:transparent}.ListGame .GameInnerContainer .LiveIcons .Black{color:var(--emw--casino-thumbnail-animation-color-contrast, #000000)}.ListGame .GameInnerContainer .LiveIcons .Red{color:var(--emw--casino-thumbnail-animation-color-type-e, #ff0000)}.ListGame .GameInnerContainer .LiveIcons .Green{color:var(--emw--casino-thumbnail-animation-color-type-c, #56A80A)}.ListGame .GameInnerContainer .Blue{color:var(--emw--casino-thumbnail-animation-color-type-f, #4d90a7)}.ListGame .GameInnerContainer .Red{background-color:var(--emw--casino-thumbnail-animation-color-type-e, #ff0000)}.ListGame .GameInnerContainer .Black{background-color:var(--emw--casino-thumbnail-animation-color-contrast, #000000)}.ListGame .GameInnerContainer .Green{background-color:var(--emw--casino-thumbnail-animation-color-type-c, #56A80A)}.ListGame .GameInnerContainer .White{background-color:var(--emw--casino-thumbnail-animation-color, #FFFFFF)}.ListGame .GameInnerContainer .Yellow{background-color:var(--emw--casino-thumbnail-animation-color-type-b, #eeca3d)}.ListGame .GameInnerContainer .Gold{background-color:#866d0c}.ListGame .GameInnerContainer .Orange{background-color:#574708}.ListGame .GameInnerContainer .Purple{background-color:#330033}.ListGame .GameInnerContainer .Tie{background-color:var(--emw--casino-thumbnail-animation-color, #FFFFFF);background-image:linear-gradient(135deg, var(--emw--casino-thumbnail-animation-color, #FFFFFF) 25%, transparent 25%, transparent 50%, var(--emw--casino-thumbnail-animation-color-type-a, #212121) 50%, var(--emw--casino-thumbnail-animation-color, #FFFFFF) 75%, transparent 75%, var(--emw--casino-thumbnail-animation-color, #FFFFFF))}.ListGame .GameInnerContainer .OpenSeat,.ListGame .GameInnerContainer .ClosedSeat{display:inline-block;width:16px;height:16px;margin-right:4px}@media(min-width: 768px){.ListGame .GameInnerContainer .OpenSeat,.ListGame .GameInnerContainer .ClosedSeat{width:16px;height:16px}}@media(min-width: 1100px){.ListGame .GameInnerContainer .OpenSeat,.ListGame .GameInnerContainer .ClosedSeat{width:16px;height:16px}}.ListGame .GameInnerContainer .OpenSeat svg,.ListGame .GameInnerContainer .ClosedSeat svg{width:100%;height:100%}.ListGame .GameInnerContainer .OpenSeat{animation:flip-closed-seat 2s both;-webkit-animation:flip-closed-seat 2s both;-webkit-backface-visibility:visible;backface-visibility:visible}.ListGame .GameInnerContainer .ClosedSeat{animation:flip-open 2s both;-webkit-animation:flip-open 2s both;-webkit-backface-visibility:visible;backface-visibility:visible}.ListGame .GameInnerContainer .OpenSeat svg{fill:transparent;stroke:var(--emw--casino-thumbnail-animation-color, #FFFFFF)}.ListGame .GameInnerContainer .ClosedSeat svg{fill:var(--emw--casino-thumbnail-animation-color, #FFFFFF)}.ListGame .GameInnerContainer .FullTable{display:flex;position:relative;z-index:10;height:20px;padding:1px 4px 1px 0;align-items:center;border-radius:var(--emw--border-radius-small, 5px);font-size:var(--emw--font-size-x-small, 12px);white-space:normal;text-transform:uppercase;-webkit-animation-name:silde-in-from-left;animation-name:silde-in-from-left;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.ListGame .GameInnerContainer .FullTable svg{width:100%;height:100%;fill:var(--emw--casino-thumbnail-animation-color, #FFFFFF)}.ListGame .GameInnerContainer .FullTable.ClosedSeat{margin-right:-3px}.ListGame .GameInnerContainer .PlayersDisplay{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;padding:2px 10px;background:linear-gradient(to bottom, rgba(33, 33, 33, 0.9) 0%, rgba(33, 33, 33, 0.1) 100%);color:var(--emw--casino-thumbnail-animation-color, #FFFFFF)}@media(min-width: 1100px){.ListGame .GameInnerContainer .PlayersDisplay{padding:2px 16px}}.ListGame .GameInnerContainer .PlayersDisplay .PlayersIcon{width:14px;height:14px;margin-right:4px}.ListGame .GameInnerContainer .PlayersDisplay .PlayersIcon svg{fill:var(--emw--casino-thumbnail-animation-color, #FFFFFF);width:100%;height:100%}.ListGame .GameInnerContainer .ClosedGame{opacity:1;z-index:10;padding:8px 10px;color:var(--emw--casino-thumbnail-animation-color, #FFFFFF);font-size:var(--emw--font-size-medium, 16px)}.ListGame .GameInnerContainer .ClosedGame span{font-size:inherit}@media(min-width: 1100px){.ListGame .GameInnerContainer .ClosedGame{padding:8px 16px}}.ListGame .GameInnerContainer .LiveLimits{opacity:1;display:flex;flex-direction:row;justify-content:space-between;padding:2px 20px 5px 20px;background:var(--emw--casino-thumbnail-animation-color-contrast, #000000);color:var(--emw--casino-thumbnail-animation-color, #FFFFFF);font-weight:var(--emw--font-weight-normal, 400);font-size:var(--emw--font-size-x-small, 12px)}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveLimits{padding:2px 18px 5px 18px}}.ListGame .GameInnerContainer .LiveLimits span{font-size:inherit}.ListGame .GameInnerContainer .Players{display:inline-block;width:19px;height:19px}.LoaderRipple{width:80px;height:80px;position:absolute;top:40px;left:-8px}.LoaderRipple div{position:absolute;border:4px solid var(--emw--casino-thumbnail-animation-color, #FFFFFF);opacity:1;border-radius:50%;animation:ripple-effect 1s cubic-bezier(0, 0.2, 0.8, 1) infinite}.LoaderRipple div:nth-child(2){animation-delay:-0.5s}@keyframes ripple-effect{0%{top:36px;left:36px;width:0;height:0;opacity:0}4.9%{top:36px;left:36px;width:0;height:0;opacity:0}5%{top:36px;left:36px;width:0;height:0;opacity:1}100%{top:0px;left:0px;width:72px;height:72px;opacity:0}}@container (max-width: 480px){.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper{gap:0px;padding:8px 10px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoName,.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoBtn{font-size:var(--emw--font-size-x-small, 12px)}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoName{margin-top:4px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoBtn{padding:6px 8px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoVendor{font-size:var(--emw--font-size-2x-small, 10px)}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .FavoredIcon,.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .UnfavoredIcon{width:25px;height:25px}.GameInfoVendor{width:45px;height:45px}.GameInnerContainer .GameExtraInfoContainer{padding-top:5px}.CasinoGamesGridSlider .GameInnerContainer .GameExtraInfoContainer .GameExtraInfoLabel{font-size:var(--emw--font-size-2x-small, 10px)}}@container (max-width: 768px){.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoBtn{font-size:var(--emw--font-size-x-small, 12px);padding:6px}.GameInnerContainer .GameInfoWrapper{padding:8px 10px}}`;
|
|
15134
|
+
style.textContent = `*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}.GameContainer{width:100%;height:100%;position:relative}.GameContainer.WithGameName{padding-bottom:20px}.GameInnerContainer{position:relative;width:100%;height:100%;overflow:hidden;border-radius:5px}.GameInnerContainer .GameBg{width:100%;height:100%;object-fit:unset;transition:all 150ms ease-in-out}.GameInnerContainer .GameBg.GameBg-1x2,.GameInnerContainer .GameBg.GameBg-2x1,.GameInnerContainer .GameBg.GameBg-2x2{object-fit:cover}.GameInnerContainer .GameInfoWrapper{display:none;position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0;background:rgba(0, 0, 0, 0.65);z-index:15;padding:8px 25px}.GameInnerContainer .GameInfoWrapper .GameInfo{display:flex;width:100%;height:100%;flex-direction:column;align-items:center;justify-content:space-evenly}.GameInnerContainer .GameInfoWrapper .GameInfoName{color:white;text-align:center;font-size:14px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}.GameInnerContainer .GameInfoWrapper .GameInfoBtn{appearance:none;padding:6px;background:var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C));color:var(--emfe-w-button-typography, var(--emfe-w-color-white, #FFFFFF));font-size:16px;border:2px solid var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C));border-radius:5px;cursor:pointer;transition:border 150ms ease-in-out}.GameInnerContainer .GameInfoWrapper .GameInfoBtn:hover{border:2px solid var(--emfe-w-color-primary-100, #F1BED9)}.GameInnerContainer .GameInfoWrapper .GameInfoVendor{display:flex;justify-content:flex-end;align-items:center;color:white;font-size:12px;font-weight:normal}.GameInnerContainer .GameExtraInfoContainer{position:absolute;top:0;left:0;display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:auto;padding:4px}.GameInnerContainer .GameExtraInfo{display:flex;justify-content:flex-start;align-items:center;width:100%;height:100%;z-index:0}.GameInnerContainer .GameExtraInfoLabel{font-size:11px;padding:3px;background-color:var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C));color:var(--emfe-w-button-typography, var(--emfe-w-color-white, #FFFFFF));font-weight:bold;text-transform:uppercase;border-radius:5px}.GameInnerContainer:hover,.GameInnerContainer:active{cursor:pointer}.GameInnerContainer:hover .GameInfoWrapper,.GameInnerContainer:active .GameInfoWrapper{display:flex;flex-direction:column;justify-content:center}.GameInnerContainer:hover .GameBg,.GameInnerContainer:active .GameBg{filter:blur(5px) grayscale(1)}.GameInnerContainer:hover .UnfavoredIcon,.GameInnerContainer:active .UnfavoredIcon{display:flex}.GameNameBelow{color:var(--emfe-w-color-white, #FFFFFF);position:relative;bottom:-5px;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.FavoredIcon,.UnfavoredIcon{width:20px;height:20px}.UnfavoredIcon{display:none}.FavIconContainer{display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:15}@media(min-width: 1100px){.GamesWrapper .ListGame:hover .GamePlayNowText{z-index:4}}.ListGame:hover .OpenSeat,.ListGame:hover .ClosedSeat,.ListGame:hover .LiveLimits,.ListGame:hover .LatestResult,.ListGame:hover .FullTable,.ListGame:active .OpenSeat,.ListGame:active .ClosedSeat,.ListGame:active .LiveLimits,.ListGame:active .LatestResult,.ListGame:active .FullTable{opacity:0.2}.ListGame.GameBackdrop .GameInnerContainer::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg, rgb(0, 0, 0) 15%, rgba(0, 0, 0, 0) 100%)}.ListGame .GameInnerContainer{z-index:0}.ListGame .GameInnerContainer .GameBg{z-index:5}.ListGame .GameInnerContainer .GameExtraInfo{z-index:10}.ListGame .GameInnerContainer::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0}.ListGame .GameInnerContainer.GameInnerContainerUnavailable::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:rgba(0, 0, 0, 0.9)}.ListGame .GameInnerContainer .ListGame.GameContainerDimmed:before{display:block;content:" ";width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;background:rgba(0, 0, 0, 0.4);color:var(--emfe-w-color-white, #FFFFFF);fill:var(--emfe-w-color-white, #FFFFFF);opacity:1;border-radius:4px}.ListGame .GameInnerContainer .ListGame.GameContainerFullyDimmed:before{display:block;content:" ";width:100%;height:100%;position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;background:rgba(0, 0, 0, 0.8);color:var(--emfe-w-color-white, #FFFFFF);fill:var(--emfe-w-color-white, #FFFFFF);opacity:1;border-radius:4px}.ListGame .GameInnerContainer .LiveProps{display:flex;flex-direction:column;position:absolute;bottom:8px;left:-8px;right:0;width:100%;padding:0;background:linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.3) 80%, rgba(0, 0, 0, 0.99) 100%);color:var(--emfe-w-color-white, #FFFFFF);opacity:1;font-size:14px}.ListGame .GameInnerContainer .ListGame:hover .LiveProps,.ListGame .GameInnerContainer .ListGameLink:hover .LiveProps{opacity:0}@keyframes red-pulse{0%{box-shadow:0 0 2px 0 rgba(255, 0, 0, 0.75)}15%{box-shadow:0 0 10px 2px rgba(255, 0, 0, 0.75)}30%{box-shadow:0 0 2px 0 rgba(255, 0, 0, 0.75)}50%{box-shadow:0 0 10px 2px rgba(255, 0, 0, 0.75)}65%{box-shadow:0 0 2px 0 rgba(255, 0, 0, 0.75)}80%{box-shadow:0 0 10px 2px rgba(255, 0, 0, 0.75)}100%{box-shadow:0 0 0 0 rgba(255, 0, 0, 0.75)}}@keyframes green-pulse{0%{box-shadow:0 0 2px 0 rgba(86, 168, 10, 0.75)}15%{box-shadow:0 0 10px 2px rgba(86, 168, 10, 0.75)}30%{box-shadow:0 0 2px 0 rgba(86, 168, 10, 0.75)}50%{box-shadow:0 0 10px 2px rgba(86, 168, 10, 0.75)}65%{box-shadow:0 0 2px 0 rgba(86, 168, 10, 0.75)}80%{box-shadow:0 0 10px 2px rgba(86, 168, 10, 0.75)}100%{box-shadow:0 0 0 0 rgba(86, 168, 10, 0.75)}}@keyframes flip-open{0%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);transform:perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.ListGame .GameInnerContainer .silde-in-from-left{-webkit-animation-name:silde-in-from-left;animation-name:silde-in-from-left;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes silde-in-from-left{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes silde-in-from-left{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%);visibility:visible}100%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes flip-closed-seat{0%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 90deg);transform:perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -20deg);transform:perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-transition-timing-function:ease-in;transition-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, 10deg);transform:perspective(400px) rotate3d(0, 1, 0, 10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotate3d(0, 1, 0, -5deg);transform:perspective(400px) rotate3d(0, 1, 0, -5deg)}100%{-webkit-transform:perspective(400px);transform:perspective(400px)}}.ListGame .GameInnerContainer .ListGame.PulsatingGreenShadow,.ListGame .GameInnerContainer .ListGame.PulsatingRedShadow{overflow:auto}.ListGame .GameInnerContainer .ListGame.PulsatingGreenShadow{animation:green-pulse 2s linear}.ListGame .GameInnerContainer .ListGame.PulsatingRedShadow{animation:red-pulse 2s linear}.ListGame .GameInnerContainer .LiveIcons{position:relative;display:flex;padding:0 16px;box-sizing:border-box;flex-direction:row;align-items:center;justify-content:flex-start;min-height:auto;margin-bottom:5px}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveIcons{min-height:auto}}.ListGame .GameInnerContainer .LiveIcons:first-child{margin-left:0}.ListGame .GameInnerContainer .LiveIcons:last-child{margin-right:0}.ListGame .GameInnerContainer .LiveIcons.Black,.ListGame .GameInnerContainer .LiveIcons.Red,.ListGame .GameInnerContainer .LiveIcons.Green{color:var(--emfe-w-color-white, #FFFFFF);border:1px solid var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .LiveIcons .LatestResult{min-width:12px;padding:2px;margin:0 1px;margin-right:6px;font-size:14px;text-align:center}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveIcons .LatestResult{min-width:12px;font-size:14px;margin:0 2px;margin-right:5px;padding:2px}}.ListGame .GameInnerContainer .LiveIcons .LatestResult.FirstElementAnimated{animation:flip-open 2s both;-webkit-animation:flip-open 2s both;-webkit-backface-visibility:visible;backface-visibility:visible}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First{min-width:24px;padding:4px}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Black,.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Red,.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Green{color:var(--emfe-w-color-white, #FFFFFF);border:1px solid var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Black{background:var(--emfe-w-color-black, #000000)}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Red{background:red}.ListGame .GameInnerContainer .LiveIcons .LatestResult.First.Green{background:#56A80A}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveIcons .LatestResult.First{padding:4px}}.ListGame .GameInnerContainer .LiveIcons .Double{display:flex;flex-direction:column}.ListGame .GameInnerContainer .LiveIcons .Double .LatestResult:first-child{margin-bottom:10px}.ListGame .GameInnerContainer .LiveIcons .Double:first-child .LatestResult{margin-left:0;margin-bottom:0}.ListGame .GameInnerContainer .LiveIcons .Double:last-child .LatestResult{margin-right:0}.ListGame .GameInnerContainer .LiveIcons .Black,.ListGame .GameInnerContainer .LiveIcons .Red,.ListGame .GameInnerContainer .LiveIcons .Green{background-color:transparent}.ListGame .GameInnerContainer .LiveIcons .Black{color:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .LiveIcons .Red{color:red}.ListGame .GameInnerContainer .LiveIcons .Green{color:#56A80A}.ListGame .GameInnerContainer .Blue{color:#4d90a7}.ListGame .GameInnerContainer .Red{background-color:red}.ListGame .GameInnerContainer .Black{background-color:var(--emfe-w-color-black, #000000)}.ListGame .GameInnerContainer .Green{background-color:#56A80A}.ListGame .GameInnerContainer .White{background-color:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .Yellow{background-color:#eeca3d}.ListGame .GameInnerContainer .Gold{background-color:#866d0c}.ListGame .GameInnerContainer .Orange{background-color:#574708}.ListGame .GameInnerContainer .Purple{background-color:#330033}.ListGame .GameInnerContainer .Tie{background-color:var(--emfe-w-color-white, #FFFFFF);background-image:linear-gradient(135deg, var(--emfe-w-color-white, #FFFFFF) 25%, transparent 25%, transparent 50%, #212121 50%, var(--emfe-w-color-white, #FFFFFF) 75%, transparent 75%, var(--emfe-w-color-white, #FFFFFF))}.ListGame .GameInnerContainer .OpenSeat,.ListGame .GameInnerContainer .ClosedSeat{display:inline-block;width:16px;height:16px;margin-right:4px}@media(min-width: 768px){.ListGame .GameInnerContainer .OpenSeat,.ListGame .GameInnerContainer .ClosedSeat{width:16px;height:16px}}@media(min-width: 1100px){.ListGame .GameInnerContainer .OpenSeat,.ListGame .GameInnerContainer .ClosedSeat{width:16px;height:16px}}.ListGame .GameInnerContainer .OpenSeat svg,.ListGame .GameInnerContainer .ClosedSeat svg{width:100%;height:100%}.ListGame .GameInnerContainer .OpenSeat{animation:flip-closed-seat 2s both;-webkit-animation:flip-closed-seat 2s both;-webkit-backface-visibility:visible;backface-visibility:visible}.ListGame .GameInnerContainer .ClosedSeat{animation:flip-open 2s both;-webkit-animation:flip-open 2s both;-webkit-backface-visibility:visible;backface-visibility:visible}.ListGame .GameInnerContainer .OpenSeat svg{fill:transparent;stroke:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .ClosedSeat svg{fill:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .FullTable{display:flex;position:relative;z-index:10;height:20px;padding:1px 4px 1px 0;align-items:center;border-radius:3px;font-size:12px;white-space:normal;text-transform:uppercase;-webkit-animation-name:silde-in-from-left;animation-name:silde-in-from-left;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.ListGame .GameInnerContainer .FullTable svg{width:100%;height:100%;fill:var(--emfe-w-color-white, #FFFFFF)}.ListGame .GameInnerContainer .FullTable.ClosedSeat{margin-right:-3px}.ListGame .GameInnerContainer .PlayersDisplay{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;padding:2px 10px;background:linear-gradient(to bottom, rgba(33, 33, 33, 0.9) 0%, rgba(33, 33, 33, 0.1) 100%);color:var(--emfe-w-color-white, #FFFFFF)}@media(min-width: 1100px){.ListGame .GameInnerContainer .PlayersDisplay{padding:2px 16px}}.ListGame .GameInnerContainer .PlayersDisplay .PlayersIcon{width:14px;height:14px;margin-right:4px}.ListGame .GameInnerContainer .PlayersDisplay .PlayersIcon svg{fill:var(--emfe-w-color-white, #FFFFFF);width:100%;height:100%}.ListGame .GameInnerContainer .ClosedGame{opacity:1;z-index:10;padding:8px 10px;color:var(--emfe-w-color-white, #FFFFFF);font-size:18px}@media(min-width: 1100px){.ListGame .GameInnerContainer .ClosedGame{padding:8px 16px}}.ListGame .GameInnerContainer .ClosedGame span{font-size:18px}.ListGame .GameInnerContainer .LiveLimits{opacity:1;display:flex;flex-direction:row;justify-content:space-between;padding:2px 20px 5px 20px;background:var(--emfe-w-color-black, #000000);color:var(--emfe-w-color-white, #FFFFFF);font-weight:normal;font-size:12px}@media(min-width: 1100px){.ListGame .GameInnerContainer .LiveLimits{padding:2px 18px 5px 18px}}.ListGame .GameInnerContainer .LiveLimits span{font-size:12px}.ListGame .GameInnerContainer .Players{display:inline-block;width:19px;height:19px}.LoaderRipple{width:80px;height:80px;position:absolute;top:40px;left:-8px}.LoaderRipple div{position:absolute;border:4px solid #fff;opacity:1;border-radius:50%;animation:ripple-effect 1s cubic-bezier(0, 0.2, 0.8, 1) infinite}.LoaderRipple div:nth-child(2){animation-delay:-0.5s}@keyframes ripple-effect{0%{top:36px;left:36px;width:0;height:0;opacity:0}4.9%{top:36px;left:36px;width:0;height:0;opacity:0}5%{top:36px;left:36px;width:0;height:0;opacity:1}100%{top:0px;left:0px;width:72px;height:72px;opacity:0}}@container (max-width: 480px){.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper{gap:0px;padding:8px 10px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoName{font-size:12px;margin-top:4px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoBtn{font-size:12px;padding:2px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoVendor{font-size:8px}.CasinoGamesGridSlider .GameInnerContainer .GameExtraInfoContainer .FavoredIcon,.CasinoGamesGridSlider .GameInnerContainer .GameExtraInfoContainer .UnfavoredIcon{width:14px;height:14px}.CasinoGamesGridSlider .GameInnerContainer .GameExtraInfoContainer .GameExtraInfoLabel{font-size:8px}}`;
|
|
15245
15135
|
this.shadowRoot.appendChild(style);
|
|
15246
15136
|
|
|
15247
15137
|
init(
|
|
@@ -15617,7 +15507,7 @@
|
|
|
15617
15507
|
}
|
|
15618
15508
|
}
|
|
15619
15509
|
|
|
15620
|
-
!customElements.get('casino-game-thumbnail
|
|
15510
|
+
!customElements.get('casino-game-thumbnail') && customElements.define('casino-game-thumbnail', CasinoGameThumbnail);
|
|
15621
15511
|
|
|
15622
15512
|
/* src/CasinoSearch.svelte generated by Svelte v3.59.2 */
|
|
15623
15513
|
|
|
@@ -15644,7 +15534,7 @@
|
|
|
15644
15534
|
small = element("small");
|
|
15645
15535
|
t = text(t_value);
|
|
15646
15536
|
attr_dev(small, "class", small_class_value = "SearchCancelButton " + (/*searchCancelled*/ ctx[12] ? 'NotVisible' : ''));
|
|
15647
|
-
add_location(small, file, 312, 10,
|
|
15537
|
+
add_location(small, file, 312, 10, 10911);
|
|
15648
15538
|
},
|
|
15649
15539
|
m: function mount(target, anchor) {
|
|
15650
15540
|
insert_dev(target, small, anchor);
|
|
@@ -15706,7 +15596,7 @@
|
|
|
15706
15596
|
t1 = space();
|
|
15707
15597
|
if (if_block2) if_block2.c();
|
|
15708
15598
|
attr_dev(div, "class", div_class_value = "SearchResultsContainer " + (/*searchActive*/ ctx[16] == true ? '' : 'NotVisible'));
|
|
15709
|
-
add_location(div, file, 344, 6,
|
|
15599
|
+
add_location(div, file, 344, 6, 12905);
|
|
15710
15600
|
},
|
|
15711
15601
|
m: function mount(target, anchor) {
|
|
15712
15602
|
if (if_block0) if_block0.m(target, anchor);
|
|
@@ -15793,7 +15683,7 @@
|
|
|
15793
15683
|
p = element("p");
|
|
15794
15684
|
t = text(t_value);
|
|
15795
15685
|
attr_dev(p, "class", "LoadingContent");
|
|
15796
|
-
add_location(p, file, 320, 6,
|
|
15686
|
+
add_location(p, file, 320, 6, 11219);
|
|
15797
15687
|
},
|
|
15798
15688
|
m: function mount(target, anchor) {
|
|
15799
15689
|
insert_dev(target, p, anchor);
|
|
@@ -15829,7 +15719,7 @@
|
|
|
15829
15719
|
p = element("p");
|
|
15830
15720
|
t = text(t_value);
|
|
15831
15721
|
attr_dev(p, "class", "SearchMessage");
|
|
15832
|
-
add_location(p, file, 342, 8,
|
|
15722
|
+
add_location(p, file, 342, 8, 12836);
|
|
15833
15723
|
},
|
|
15834
15724
|
m: function mount(target, anchor) {
|
|
15835
15725
|
insert_dev(target, p, anchor);
|
|
@@ -15931,7 +15821,7 @@
|
|
|
15931
15821
|
p = element("p");
|
|
15932
15822
|
t = text(t_value);
|
|
15933
15823
|
attr_dev(p, "class", "SearchMessage");
|
|
15934
|
-
add_location(p, file, 324, 10,
|
|
15824
|
+
add_location(p, file, 324, 10, 11386);
|
|
15935
15825
|
},
|
|
15936
15826
|
m: function mount(target, anchor) {
|
|
15937
15827
|
insert_dev(target, p, anchor);
|
|
@@ -15974,9 +15864,9 @@
|
|
|
15974
15864
|
p = element("p");
|
|
15975
15865
|
t1 = text(t1_value);
|
|
15976
15866
|
attr_dev(p, "class", "SearchMessage");
|
|
15977
|
-
add_location(p, file, 338, 12,
|
|
15867
|
+
add_location(p, file, 338, 12, 12699);
|
|
15978
15868
|
attr_dev(div, "class", div_class_value = "ResultsContainerError " + (/*notfoundicon*/ ctx[10] == 'true' ? 'WithIcon' : ''));
|
|
15979
|
-
add_location(div, file, 327, 10,
|
|
15869
|
+
add_location(div, file, 327, 10, 11503);
|
|
15980
15870
|
},
|
|
15981
15871
|
m: function mount(target, anchor) {
|
|
15982
15872
|
insert_dev(target, div, anchor);
|
|
@@ -16043,32 +15933,32 @@
|
|
|
16043
15933
|
attr_dev(rect, "rx", "80");
|
|
16044
15934
|
attr_dev(rect, "fill", "var(--emfe-w-color-contrast, #E6E6E6)");
|
|
16045
15935
|
attr_dev(rect, "fill-opacity", "0.6");
|
|
16046
|
-
add_location(rect, file, 331, 16,
|
|
15936
|
+
add_location(rect, file, 331, 16, 11789);
|
|
16047
15937
|
attr_dev(path0, "d", "M152 112L136 96");
|
|
16048
15938
|
attr_dev(path0, "stroke", "var(--emfe-w-color-contrast, #131313)");
|
|
16049
15939
|
attr_dev(path0, "stroke-width", "3");
|
|
16050
15940
|
attr_dev(path0, "stroke-linecap", "square");
|
|
16051
15941
|
attr_dev(path0, "stroke-linejoin", "round");
|
|
16052
|
-
add_location(path0, file, 332, 16,
|
|
15942
|
+
add_location(path0, file, 332, 16, 11917);
|
|
16053
15943
|
attr_dev(path1, "d", "M116 104C131.464 104 144 91.464 144 76C144 60.536 131.464 48 116 48C100.536 48 88 60.536 88 76C88 91.464 100.536 104 116 104Z");
|
|
16054
15944
|
attr_dev(path1, "stroke", "var(--emfe-w-color-contrast, #131313)");
|
|
16055
15945
|
attr_dev(path1, "stroke-width", "3");
|
|
16056
15946
|
attr_dev(path1, "stroke-linecap", "round");
|
|
16057
15947
|
attr_dev(path1, "stroke-linejoin", "round");
|
|
16058
|
-
add_location(path1, file, 333, 16,
|
|
15948
|
+
add_location(path1, file, 333, 16, 12073);
|
|
16059
15949
|
attr_dev(path2, "fill-rule", "evenodd");
|
|
16060
15950
|
attr_dev(path2, "clip-rule", "evenodd");
|
|
16061
15951
|
attr_dev(path2, "d", "M116.001 78.1221L121.88 84.0009L124.001 81.8796L118.122 76.0008L124.002 70.1214L121.88 68L116.001 73.8795L110.121 68L108 70.1214L113.879 76.0008L108.001 81.8796L110.122 84.0009L116.001 78.1221Z");
|
|
16062
15952
|
attr_dev(path2, "fill", "var(--emfe-w-color-contrast, #131313)");
|
|
16063
|
-
add_location(path2, file, 334, 16,
|
|
15953
|
+
add_location(path2, file, 334, 16, 12338);
|
|
16064
15954
|
attr_dev(svg, "width", "");
|
|
16065
15955
|
attr_dev(svg, "height", "");
|
|
16066
15956
|
attr_dev(svg, "viewBox", "0 0 240 160");
|
|
16067
15957
|
attr_dev(svg, "fill", "none");
|
|
16068
15958
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
16069
|
-
add_location(svg, file, 330, 14,
|
|
15959
|
+
add_location(svg, file, 330, 14, 11679);
|
|
16070
15960
|
attr_dev(div, "class", "SearchErrorIcon");
|
|
16071
|
-
add_location(div, file, 329, 12,
|
|
15961
|
+
add_location(div, file, 329, 12, 11635);
|
|
16072
15962
|
},
|
|
16073
15963
|
m: function mount(target, anchor) {
|
|
16074
15964
|
insert_dev(target, div, anchor);
|
|
@@ -16166,146 +16056,146 @@
|
|
|
16166
16056
|
|
|
16167
16057
|
// (347:10) {#each searchArray as game}
|
|
16168
16058
|
function create_each_block(ctx) {
|
|
16169
|
-
let
|
|
16170
|
-
let
|
|
16171
|
-
let
|
|
16172
|
-
let
|
|
16173
|
-
let
|
|
16174
|
-
let
|
|
16175
|
-
let
|
|
16176
|
-
let
|
|
16177
|
-
let
|
|
16178
|
-
let
|
|
16179
|
-
let
|
|
16180
|
-
let
|
|
16059
|
+
let casino_game_thumbnail;
|
|
16060
|
+
let casino_game_thumbnail_gamethumbnail_value;
|
|
16061
|
+
let casino_game_thumbnail_gamename_value;
|
|
16062
|
+
let casino_game_thumbnail_gamevendor_value;
|
|
16063
|
+
let casino_game_thumbnail_gamelaunchurl_value;
|
|
16064
|
+
let casino_game_thumbnail_gameisnew_value;
|
|
16065
|
+
let casino_game_thumbnail_gametag_value;
|
|
16066
|
+
let casino_game_thumbnail_gamecellsize_value;
|
|
16067
|
+
let casino_game_thumbnail_gameid_value;
|
|
16068
|
+
let casino_game_thumbnail_gamefunmode_value;
|
|
16069
|
+
let casino_game_thumbnail_gamefavorite_value;
|
|
16070
|
+
let casino_game_thumbnail_livelobbyendpoint_value;
|
|
16181
16071
|
|
|
16182
16072
|
const block = {
|
|
16183
16073
|
c: function create() {
|
|
16184
|
-
|
|
16185
|
-
set_custom_element_data(
|
|
16186
|
-
set_custom_element_data(
|
|
16187
|
-
set_custom_element_data(
|
|
16188
|
-
set_custom_element_data(
|
|
16189
|
-
set_custom_element_data(
|
|
16190
|
-
set_custom_element_data(
|
|
16191
|
-
set_custom_element_data(
|
|
16192
|
-
set_custom_element_data(
|
|
16193
|
-
set_custom_element_data(
|
|
16194
|
-
set_custom_element_data(
|
|
16195
|
-
set_custom_element_data(
|
|
16196
|
-
set_custom_element_data(
|
|
16197
|
-
set_custom_element_data(
|
|
16198
|
-
set_custom_element_data(
|
|
16199
|
-
set_custom_element_data(
|
|
16200
|
-
set_custom_element_data(
|
|
16201
|
-
|
|
16202
|
-
set_custom_element_data(
|
|
16074
|
+
casino_game_thumbnail = element("casino-game-thumbnail");
|
|
16075
|
+
set_custom_element_data(casino_game_thumbnail, "endpoint", /*endpoint*/ ctx[0]);
|
|
16076
|
+
set_custom_element_data(casino_game_thumbnail, "session", /*sessionID*/ ctx[18]);
|
|
16077
|
+
set_custom_element_data(casino_game_thumbnail, "userid", /*playerID*/ ctx[19]);
|
|
16078
|
+
set_custom_element_data(casino_game_thumbnail, "favorites", /*showfavorites*/ ctx[8]);
|
|
16079
|
+
set_custom_element_data(casino_game_thumbnail, "lang", /*lang*/ ctx[1]);
|
|
16080
|
+
set_custom_element_data(casino_game_thumbnail, "gamethumbnail", casino_game_thumbnail_gamethumbnail_value = /*game*/ ctx[54].thumbnail);
|
|
16081
|
+
set_custom_element_data(casino_game_thumbnail, "gamename", casino_game_thumbnail_gamename_value = /*game*/ ctx[54].name);
|
|
16082
|
+
set_custom_element_data(casino_game_thumbnail, "gamevendor", casino_game_thumbnail_gamevendor_value = /*game*/ ctx[54].vendor.name);
|
|
16083
|
+
set_custom_element_data(casino_game_thumbnail, "gamelaunchurl", casino_game_thumbnail_gamelaunchurl_value = /*game*/ ctx[54].launchUrl);
|
|
16084
|
+
set_custom_element_data(casino_game_thumbnail, "gameisnew", casino_game_thumbnail_gameisnew_value = /*game*/ ctx[54].isNew);
|
|
16085
|
+
set_custom_element_data(casino_game_thumbnail, "gametag", casino_game_thumbnail_gametag_value = /*game*/ ctx[54].advancedTags?.length > 0 && /*addGameTag*/ ctx[25](/*game*/ ctx[54].advancedTags));
|
|
16086
|
+
set_custom_element_data(casino_game_thumbnail, "gamecellsize", casino_game_thumbnail_gamecellsize_value = /*game*/ ctx[54].cellSize);
|
|
16087
|
+
set_custom_element_data(casino_game_thumbnail, "gameid", casino_game_thumbnail_gameid_value = /*game*/ ctx[54].id);
|
|
16088
|
+
set_custom_element_data(casino_game_thumbnail, "showgamename", /*showgamename*/ ctx[6]);
|
|
16089
|
+
set_custom_element_data(casino_game_thumbnail, "gamefunmode", casino_game_thumbnail_gamefunmode_value = /*game*/ ctx[54].hasFunMode);
|
|
16090
|
+
set_custom_element_data(casino_game_thumbnail, "gamefavorite", casino_game_thumbnail_gamefavorite_value = /*game*/ ctx[54].isFavorite);
|
|
16091
|
+
|
|
16092
|
+
set_custom_element_data(casino_game_thumbnail, "livelobbyendpoint", casino_game_thumbnail_livelobbyendpoint_value = /*game*/ ctx[54].details
|
|
16203
16093
|
? /*game*/ ctx[54].launchUrl
|
|
16204
16094
|
: '');
|
|
16205
16095
|
|
|
16206
|
-
set_custom_element_data(
|
|
16207
|
-
set_custom_element_data(
|
|
16208
|
-
set_custom_element_data(
|
|
16209
|
-
set_custom_element_data(
|
|
16210
|
-
set_custom_element_data(
|
|
16211
|
-
add_location(
|
|
16096
|
+
set_custom_element_data(casino_game_thumbnail, "integratedgameframedesktop", /*integratedgameframedesktop*/ ctx[4]);
|
|
16097
|
+
set_custom_element_data(casino_game_thumbnail, "integratedgameframemobile", /*integratedgameframemobile*/ ctx[5]);
|
|
16098
|
+
set_custom_element_data(casino_game_thumbnail, "clientstyling", /*clientstyling*/ ctx[2]);
|
|
16099
|
+
set_custom_element_data(casino_game_thumbnail, "clientstylingurl", /*clientstylingurl*/ ctx[3]);
|
|
16100
|
+
set_custom_element_data(casino_game_thumbnail, "gamepagemodalurl", /*gamepagemodalurl*/ ctx[7]);
|
|
16101
|
+
add_location(casino_game_thumbnail, file, 347, 12, 13074);
|
|
16212
16102
|
},
|
|
16213
16103
|
m: function mount(target, anchor) {
|
|
16214
|
-
insert_dev(target,
|
|
16104
|
+
insert_dev(target, casino_game_thumbnail, anchor);
|
|
16215
16105
|
},
|
|
16216
16106
|
p: function update(ctx, dirty) {
|
|
16217
16107
|
if (dirty[0] & /*endpoint*/ 1) {
|
|
16218
|
-
set_custom_element_data(
|
|
16108
|
+
set_custom_element_data(casino_game_thumbnail, "endpoint", /*endpoint*/ ctx[0]);
|
|
16219
16109
|
}
|
|
16220
16110
|
|
|
16221
16111
|
if (dirty[0] & /*sessionID*/ 262144) {
|
|
16222
|
-
set_custom_element_data(
|
|
16112
|
+
set_custom_element_data(casino_game_thumbnail, "session", /*sessionID*/ ctx[18]);
|
|
16223
16113
|
}
|
|
16224
16114
|
|
|
16225
16115
|
if (dirty[0] & /*playerID*/ 524288) {
|
|
16226
|
-
set_custom_element_data(
|
|
16116
|
+
set_custom_element_data(casino_game_thumbnail, "userid", /*playerID*/ ctx[19]);
|
|
16227
16117
|
}
|
|
16228
16118
|
|
|
16229
16119
|
if (dirty[0] & /*showfavorites*/ 256) {
|
|
16230
|
-
set_custom_element_data(
|
|
16120
|
+
set_custom_element_data(casino_game_thumbnail, "favorites", /*showfavorites*/ ctx[8]);
|
|
16231
16121
|
}
|
|
16232
16122
|
|
|
16233
16123
|
if (dirty[0] & /*lang*/ 2) {
|
|
16234
|
-
set_custom_element_data(
|
|
16124
|
+
set_custom_element_data(casino_game_thumbnail, "lang", /*lang*/ ctx[1]);
|
|
16235
16125
|
}
|
|
16236
16126
|
|
|
16237
|
-
if (dirty[0] & /*searchArray*/ 16384 &&
|
|
16238
|
-
set_custom_element_data(
|
|
16127
|
+
if (dirty[0] & /*searchArray*/ 16384 && casino_game_thumbnail_gamethumbnail_value !== (casino_game_thumbnail_gamethumbnail_value = /*game*/ ctx[54].thumbnail)) {
|
|
16128
|
+
set_custom_element_data(casino_game_thumbnail, "gamethumbnail", casino_game_thumbnail_gamethumbnail_value);
|
|
16239
16129
|
}
|
|
16240
16130
|
|
|
16241
|
-
if (dirty[0] & /*searchArray*/ 16384 &&
|
|
16242
|
-
set_custom_element_data(
|
|
16131
|
+
if (dirty[0] & /*searchArray*/ 16384 && casino_game_thumbnail_gamename_value !== (casino_game_thumbnail_gamename_value = /*game*/ ctx[54].name)) {
|
|
16132
|
+
set_custom_element_data(casino_game_thumbnail, "gamename", casino_game_thumbnail_gamename_value);
|
|
16243
16133
|
}
|
|
16244
16134
|
|
|
16245
|
-
if (dirty[0] & /*searchArray*/ 16384 &&
|
|
16246
|
-
set_custom_element_data(
|
|
16135
|
+
if (dirty[0] & /*searchArray*/ 16384 && casino_game_thumbnail_gamevendor_value !== (casino_game_thumbnail_gamevendor_value = /*game*/ ctx[54].vendor.name)) {
|
|
16136
|
+
set_custom_element_data(casino_game_thumbnail, "gamevendor", casino_game_thumbnail_gamevendor_value);
|
|
16247
16137
|
}
|
|
16248
16138
|
|
|
16249
|
-
if (dirty[0] & /*searchArray*/ 16384 &&
|
|
16250
|
-
set_custom_element_data(
|
|
16139
|
+
if (dirty[0] & /*searchArray*/ 16384 && casino_game_thumbnail_gamelaunchurl_value !== (casino_game_thumbnail_gamelaunchurl_value = /*game*/ ctx[54].launchUrl)) {
|
|
16140
|
+
set_custom_element_data(casino_game_thumbnail, "gamelaunchurl", casino_game_thumbnail_gamelaunchurl_value);
|
|
16251
16141
|
}
|
|
16252
16142
|
|
|
16253
|
-
if (dirty[0] & /*searchArray*/ 16384 &&
|
|
16254
|
-
set_custom_element_data(
|
|
16143
|
+
if (dirty[0] & /*searchArray*/ 16384 && casino_game_thumbnail_gameisnew_value !== (casino_game_thumbnail_gameisnew_value = /*game*/ ctx[54].isNew)) {
|
|
16144
|
+
set_custom_element_data(casino_game_thumbnail, "gameisnew", casino_game_thumbnail_gameisnew_value);
|
|
16255
16145
|
}
|
|
16256
16146
|
|
|
16257
|
-
if (dirty[0] & /*searchArray*/ 16384 &&
|
|
16258
|
-
set_custom_element_data(
|
|
16147
|
+
if (dirty[0] & /*searchArray*/ 16384 && casino_game_thumbnail_gametag_value !== (casino_game_thumbnail_gametag_value = /*game*/ ctx[54].advancedTags?.length > 0 && /*addGameTag*/ ctx[25](/*game*/ ctx[54].advancedTags))) {
|
|
16148
|
+
set_custom_element_data(casino_game_thumbnail, "gametag", casino_game_thumbnail_gametag_value);
|
|
16259
16149
|
}
|
|
16260
16150
|
|
|
16261
|
-
if (dirty[0] & /*searchArray*/ 16384 &&
|
|
16262
|
-
set_custom_element_data(
|
|
16151
|
+
if (dirty[0] & /*searchArray*/ 16384 && casino_game_thumbnail_gamecellsize_value !== (casino_game_thumbnail_gamecellsize_value = /*game*/ ctx[54].cellSize)) {
|
|
16152
|
+
set_custom_element_data(casino_game_thumbnail, "gamecellsize", casino_game_thumbnail_gamecellsize_value);
|
|
16263
16153
|
}
|
|
16264
16154
|
|
|
16265
|
-
if (dirty[0] & /*searchArray*/ 16384 &&
|
|
16266
|
-
set_custom_element_data(
|
|
16155
|
+
if (dirty[0] & /*searchArray*/ 16384 && casino_game_thumbnail_gameid_value !== (casino_game_thumbnail_gameid_value = /*game*/ ctx[54].id)) {
|
|
16156
|
+
set_custom_element_data(casino_game_thumbnail, "gameid", casino_game_thumbnail_gameid_value);
|
|
16267
16157
|
}
|
|
16268
16158
|
|
|
16269
16159
|
if (dirty[0] & /*showgamename*/ 64) {
|
|
16270
|
-
set_custom_element_data(
|
|
16160
|
+
set_custom_element_data(casino_game_thumbnail, "showgamename", /*showgamename*/ ctx[6]);
|
|
16271
16161
|
}
|
|
16272
16162
|
|
|
16273
|
-
if (dirty[0] & /*searchArray*/ 16384 &&
|
|
16274
|
-
set_custom_element_data(
|
|
16163
|
+
if (dirty[0] & /*searchArray*/ 16384 && casino_game_thumbnail_gamefunmode_value !== (casino_game_thumbnail_gamefunmode_value = /*game*/ ctx[54].hasFunMode)) {
|
|
16164
|
+
set_custom_element_data(casino_game_thumbnail, "gamefunmode", casino_game_thumbnail_gamefunmode_value);
|
|
16275
16165
|
}
|
|
16276
16166
|
|
|
16277
|
-
if (dirty[0] & /*searchArray*/ 16384 &&
|
|
16278
|
-
set_custom_element_data(
|
|
16167
|
+
if (dirty[0] & /*searchArray*/ 16384 && casino_game_thumbnail_gamefavorite_value !== (casino_game_thumbnail_gamefavorite_value = /*game*/ ctx[54].isFavorite)) {
|
|
16168
|
+
set_custom_element_data(casino_game_thumbnail, "gamefavorite", casino_game_thumbnail_gamefavorite_value);
|
|
16279
16169
|
}
|
|
16280
16170
|
|
|
16281
|
-
if (dirty[0] & /*searchArray*/ 16384 &&
|
|
16171
|
+
if (dirty[0] & /*searchArray*/ 16384 && casino_game_thumbnail_livelobbyendpoint_value !== (casino_game_thumbnail_livelobbyendpoint_value = /*game*/ ctx[54].details
|
|
16282
16172
|
? /*game*/ ctx[54].launchUrl
|
|
16283
16173
|
: '')) {
|
|
16284
|
-
set_custom_element_data(
|
|
16174
|
+
set_custom_element_data(casino_game_thumbnail, "livelobbyendpoint", casino_game_thumbnail_livelobbyendpoint_value);
|
|
16285
16175
|
}
|
|
16286
16176
|
|
|
16287
16177
|
if (dirty[0] & /*integratedgameframedesktop*/ 16) {
|
|
16288
|
-
set_custom_element_data(
|
|
16178
|
+
set_custom_element_data(casino_game_thumbnail, "integratedgameframedesktop", /*integratedgameframedesktop*/ ctx[4]);
|
|
16289
16179
|
}
|
|
16290
16180
|
|
|
16291
16181
|
if (dirty[0] & /*integratedgameframemobile*/ 32) {
|
|
16292
|
-
set_custom_element_data(
|
|
16182
|
+
set_custom_element_data(casino_game_thumbnail, "integratedgameframemobile", /*integratedgameframemobile*/ ctx[5]);
|
|
16293
16183
|
}
|
|
16294
16184
|
|
|
16295
16185
|
if (dirty[0] & /*clientstyling*/ 4) {
|
|
16296
|
-
set_custom_element_data(
|
|
16186
|
+
set_custom_element_data(casino_game_thumbnail, "clientstyling", /*clientstyling*/ ctx[2]);
|
|
16297
16187
|
}
|
|
16298
16188
|
|
|
16299
16189
|
if (dirty[0] & /*clientstylingurl*/ 8) {
|
|
16300
|
-
set_custom_element_data(
|
|
16190
|
+
set_custom_element_data(casino_game_thumbnail, "clientstylingurl", /*clientstylingurl*/ ctx[3]);
|
|
16301
16191
|
}
|
|
16302
16192
|
|
|
16303
16193
|
if (dirty[0] & /*gamepagemodalurl*/ 128) {
|
|
16304
|
-
set_custom_element_data(
|
|
16194
|
+
set_custom_element_data(casino_game_thumbnail, "gamepagemodalurl", /*gamepagemodalurl*/ ctx[7]);
|
|
16305
16195
|
}
|
|
16306
16196
|
},
|
|
16307
16197
|
d: function destroy(detaching) {
|
|
16308
|
-
if (detaching) detach_dev(
|
|
16198
|
+
if (detaching) detach_dev(casino_game_thumbnail);
|
|
16309
16199
|
}
|
|
16310
16200
|
};
|
|
16311
16201
|
|
|
@@ -16345,10 +16235,10 @@
|
|
|
16345
16235
|
p1 = element("p");
|
|
16346
16236
|
t3 = text(t3_value);
|
|
16347
16237
|
attr_dev(p0, "class", "SearchMessage");
|
|
16348
|
-
add_location(p0, file, 385, 12,
|
|
16349
|
-
add_location(p1, file, 386, 12,
|
|
16238
|
+
add_location(p0, file, 385, 12, 15361);
|
|
16239
|
+
add_location(p1, file, 386, 12, 15419);
|
|
16350
16240
|
attr_dev(div, "class", div_class_value = "ResultsContainerError " + (/*notfoundicon*/ ctx[10] == 'true' ? 'WithIcon' : ''));
|
|
16351
|
-
add_location(div, file, 374, 10,
|
|
16241
|
+
add_location(div, file, 374, 10, 14149);
|
|
16352
16242
|
},
|
|
16353
16243
|
m: function mount(target, anchor) {
|
|
16354
16244
|
insert_dev(target, div, anchor);
|
|
@@ -16419,32 +16309,32 @@
|
|
|
16419
16309
|
attr_dev(rect, "rx", "80");
|
|
16420
16310
|
attr_dev(rect, "fill", "var(--emfe-w-color-contrast, #E6E6E6)");
|
|
16421
16311
|
attr_dev(rect, "fill-opacity", "0.6");
|
|
16422
|
-
add_location(rect, file, 378, 18,
|
|
16312
|
+
add_location(rect, file, 378, 18, 14441);
|
|
16423
16313
|
attr_dev(path0, "d", "M152 112L136 96");
|
|
16424
16314
|
attr_dev(path0, "stroke", "var(--emfe-w-color-contrast, #131313)");
|
|
16425
16315
|
attr_dev(path0, "stroke-width", "3");
|
|
16426
16316
|
attr_dev(path0, "stroke-linecap", "square");
|
|
16427
16317
|
attr_dev(path0, "stroke-linejoin", "round");
|
|
16428
|
-
add_location(path0, file, 379, 18,
|
|
16318
|
+
add_location(path0, file, 379, 18, 14571);
|
|
16429
16319
|
attr_dev(path1, "d", "M116 104C131.464 104 144 91.464 144 76C144 60.536 131.464 48 116 48C100.536 48 88 60.536 88 76C88 91.464 100.536 104 116 104Z");
|
|
16430
16320
|
attr_dev(path1, "stroke", "var(--emfe-w-color-contrast, #131313)");
|
|
16431
16321
|
attr_dev(path1, "stroke-width", "3");
|
|
16432
16322
|
attr_dev(path1, "stroke-linecap", "round");
|
|
16433
16323
|
attr_dev(path1, "stroke-linejoin", "round");
|
|
16434
|
-
add_location(path1, file, 380, 18,
|
|
16324
|
+
add_location(path1, file, 380, 18, 14729);
|
|
16435
16325
|
attr_dev(path2, "fill-rule", "evenodd");
|
|
16436
16326
|
attr_dev(path2, "clip-rule", "evenodd");
|
|
16437
16327
|
attr_dev(path2, "d", "M116.001 78.1221L121.88 84.0009L124.001 81.8796L118.122 76.0008L124.002 70.1214L121.88 68L116.001 73.8795L110.121 68L108 70.1214L113.879 76.0008L108.001 81.8796L110.122 84.0009L116.001 78.1221Z");
|
|
16438
16328
|
attr_dev(path2, "fill", "var(--emfe-w-color-contrast, #131313)");
|
|
16439
|
-
add_location(path2, file, 381, 18,
|
|
16329
|
+
add_location(path2, file, 381, 18, 14996);
|
|
16440
16330
|
attr_dev(svg, "width", "");
|
|
16441
16331
|
attr_dev(svg, "height", "");
|
|
16442
16332
|
attr_dev(svg, "viewBox", "0 0 240 160");
|
|
16443
16333
|
attr_dev(svg, "fill", "none");
|
|
16444
16334
|
attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
|
|
16445
|
-
add_location(svg, file, 377, 16,
|
|
16335
|
+
add_location(svg, file, 377, 16, 14329);
|
|
16446
16336
|
attr_dev(div, "class", "SearchErrorIcon");
|
|
16447
|
-
add_location(div, file, 376, 14,
|
|
16337
|
+
add_location(div, file, 376, 14, 14283);
|
|
16448
16338
|
},
|
|
16449
16339
|
m: function mount(target, anchor) {
|
|
16450
16340
|
insert_dev(target, div, anchor);
|
|
@@ -16531,50 +16421,50 @@
|
|
|
16531
16421
|
attr_dev(path0, "stroke-linecap", "round");
|
|
16532
16422
|
attr_dev(path0, "stroke-linejoin", "round");
|
|
16533
16423
|
attr_dev(path0, "d", "m10.48 10.985 2.21 2.373");
|
|
16534
|
-
add_location(path0, file, 301, 10,
|
|
16424
|
+
add_location(path0, file, 301, 10, 9999);
|
|
16535
16425
|
attr_dev(circle, "cx", "6.5");
|
|
16536
16426
|
attr_dev(circle, "cy", "6.5");
|
|
16537
16427
|
attr_dev(circle, "r", "5.75");
|
|
16538
16428
|
attr_dev(circle, "stroke", "#212121");
|
|
16539
16429
|
attr_dev(circle, "stroke-width", "1.5");
|
|
16540
|
-
add_location(circle, file, 302, 10,
|
|
16430
|
+
add_location(circle, file, 302, 10, 10127);
|
|
16541
16431
|
attr_dev(svg0, "width", "14");
|
|
16542
16432
|
attr_dev(svg0, "height", "15");
|
|
16543
16433
|
attr_dev(svg0, "fill", "none");
|
|
16544
16434
|
attr_dev(svg0, "xmlns", "http://www.w3.org/2000/svg");
|
|
16545
|
-
add_location(svg0, file, 300, 8,
|
|
16435
|
+
add_location(svg0, file, 300, 8, 9913);
|
|
16546
16436
|
attr_dev(div0, "class", "SearchIcon");
|
|
16547
|
-
add_location(div0, file, 299, 6,
|
|
16437
|
+
add_location(div0, file, 299, 6, 9880);
|
|
16548
16438
|
attr_dev(input, "class", "SearchInput");
|
|
16549
16439
|
attr_dev(input, "type", "search");
|
|
16550
16440
|
attr_dev(input, "placeholder", input_placeholder_value = /*$_*/ ctx[20]('placeHolderSearchGames'));
|
|
16551
16441
|
attr_dev(input, "maxlength", /*searchInputMaxLength*/ ctx[22]);
|
|
16552
|
-
add_location(input, file, 305, 10,
|
|
16442
|
+
add_location(input, file, 305, 10, 10238);
|
|
16553
16443
|
attr_dev(path1, "d", "m1.45 1.5 8.1 8M1.45 9.5l8.1-8");
|
|
16554
16444
|
attr_dev(path1, "stroke", "#717171");
|
|
16555
16445
|
attr_dev(path1, "stroke-width", "2");
|
|
16556
16446
|
attr_dev(path1, "stroke-linecap", "round");
|
|
16557
16447
|
attr_dev(path1, "stroke-linejoin", "round");
|
|
16558
|
-
add_location(path1, file, 308, 14,
|
|
16448
|
+
add_location(path1, file, 308, 14, 10700);
|
|
16559
16449
|
attr_dev(svg1, "width", "11");
|
|
16560
16450
|
attr_dev(svg1, "height", "11");
|
|
16561
16451
|
attr_dev(svg1, "fill", "none");
|
|
16562
16452
|
attr_dev(svg1, "xmlns", "http://www.w3.org/2000/svg");
|
|
16563
|
-
add_location(svg1, file, 307, 12,
|
|
16453
|
+
add_location(svg1, file, 307, 12, 10610);
|
|
16564
16454
|
attr_dev(span, "class", span_class_value = "SearchClearButton " + (/*cancelbutton*/ ctx[9] != 'true' ? 'WithoutCancel' : '') + " " + (/*searchValue*/ ctx[11].length != 0 ? '' : 'NotVisible'));
|
|
16565
|
-
add_location(span, file, 306, 10,
|
|
16455
|
+
add_location(span, file, 306, 10, 10438);
|
|
16566
16456
|
attr_dev(div1, "class", div1_class_value = "Search " + (/*searchCancelled*/ ctx[12] ? '' : 'SearchAnimation'));
|
|
16567
|
-
add_location(div1, file, 298, 4,
|
|
16457
|
+
add_location(div1, file, 298, 4, 9809);
|
|
16568
16458
|
attr_dev(div2, "class", "SearchWrap");
|
|
16569
|
-
add_location(div2, file, 297, 2,
|
|
16459
|
+
add_location(div2, file, 297, 2, 9780);
|
|
16570
16460
|
attr_dev(div3, "class", div3_class_value = /*cancelbutton*/ ctx[9] != 'true' ? 'OverlayCancel' : '');
|
|
16571
|
-
add_location(div3, file, 318, 2,
|
|
16461
|
+
add_location(div3, file, 318, 2, 11098);
|
|
16572
16462
|
|
|
16573
16463
|
attr_dev(div4, "class", "" + ((getDevice(/*userAgent*/ ctx[21]) !== 'PC'
|
|
16574
16464
|
? ''
|
|
16575
16465
|
: 'Desktop') + " CasinoSearch"));
|
|
16576
16466
|
|
|
16577
|
-
add_location(div4, file, 296, 0,
|
|
16467
|
+
add_location(div4, file, 296, 0, 9665);
|
|
16578
16468
|
},
|
|
16579
16469
|
l: function claim(nodes) {
|
|
16580
16470
|
throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option");
|
|
@@ -17247,7 +17137,7 @@
|
|
|
17247
17137
|
constructor(options) {
|
|
17248
17138
|
super();
|
|
17249
17139
|
const style = document.createElement('style');
|
|
17250
|
-
style.textContent = `*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;font-family:inherit}:host{font-family:inherit}input{font-family:inherit}.CasinoSearch{margin:30px 16px;position:relative}.SearchWrap{width:100%;margin:auto}.OverlayCancel{width:100%;height:100vh;position:absolute;translate:0 -100px;z-index:2}.LoadingContent{color:var(--emfe-w-casino-typography, var(--emfe-w-color-white, #FFFFFF))}.Search{display:flex;align-items:center;position:relative;margin-bottom:20px;z-index:5}.SearchIcon{position:absolute;left:15px;top:50%;z-index:1;transform:translateY(-50%)}.SearchIcon svg{height:14px;width:13px}.SearchInput{border-radius:4px;border:1px solid var(--emfe-w-color-gray-300, #58586B);color:var(--emfe-w-color-gray-100, #E6E6E6);display:block;font-size:16px;font-weight:300;padding:14px 5px 14px 46px;width:100%}.SearchInput::placeholder{color:var(--emfe-w-color-gray-150, #828282);font-size:16px;font-weight:300}.SearchInput:focus{outline:1px solid var(--emfe-w-color-gray-300, #58586B)}.SearchInput::-webkit-search-decoration,.SearchInput::-webkit-search-cancel-button,.SearchInput::-webkit-search-results-button,.SearchInput::-webkit-search-results-decoration{-webkit-appearance:none}.SearchClearButton{position:absolute;top:30%;right:65px;cursor:pointer}.SearchClearButton.WithoutCancel{right:18px}.SearchCancelButton{color:var(--emfe-w-color-contrast, #E6E6E6);font-weight:300;margin-left:8px;cursor:pointer}.SearchMessage{font-size:18px;font-weight:600;margin:24px 0;color:var(--emfe-w-color-contrast, #000000)}.SearchErrorIcon{height:170px;filter:drop-shadow(1px 5px 5px rgba(0, 0, 0, 0.1))}.SearchResultsContainer{display:grid;gap:28px;grid-template-columns:repeat(auto-fill, minmax(min(192px, 46%), 1fr));grid-template-rows:repeat(auto-fill, 192px);grid-auto-rows:192px;grid-auto-columns:192px;grid-auto-flow:row dense}@media screen and (max-width: 480px){.SearchResultsContainer{display:grid;gap:16px;grid-template-columns:repeat(auto-fill, minmax(min(122px, 46%), 1fr));grid-template-rows:repeat(auto-fill, 122px);grid-auto-rows:122px;grid-auto-columns:122px}}@media screen and (max-width: 385px){.SearchResultsContainer{display:grid;gap:16px;grid-template-columns:repeat(auto-fill, minmax(min(110px, 46%), 1fr));grid-template-rows:repeat(auto-fill, 110px);grid-auto-rows:110px;grid-auto-columns:110px}}@media screen and (min-width: 1100px){.SearchResultsContainer{grid-template-rows:repeat(auto-fill, 142px);grid-auto-rows:142px}}@media screen and (max-width: 1300px){.SearchResultsContainer{padding:0 2.4%}}.ResultsContainerError{text-align:center;width:300px;color:var(--emfe-w-color-contrast, #828282);font-weight:300;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:1;margin-top:120px}
|
|
17140
|
+
style.textContent = `*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;font-family:inherit}:host{font-family:inherit}input{font-family:inherit}.CasinoSearch{margin:30px 16px;position:relative}.SearchWrap{width:100%;margin:auto}.OverlayCancel{width:100%;height:100vh;position:absolute;translate:0 -100px;z-index:2}.LoadingContent{color:var(--emfe-w-casino-typography, var(--emfe-w-color-white, #FFFFFF))}.Search{display:flex;align-items:center;position:relative;margin-bottom:20px;z-index:5}.SearchIcon{position:absolute;left:15px;top:50%;z-index:1;transform:translateY(-50%)}.SearchIcon svg{height:14px;width:13px}.SearchInput{border-radius:4px;border:1px solid var(--emfe-w-color-gray-300, #58586B);color:var(--emfe-w-color-gray-100, #E6E6E6);display:block;font-size:16px;font-weight:300;padding:14px 5px 14px 46px;width:100%}.SearchInput::placeholder{color:var(--emfe-w-color-gray-150, #828282);font-size:16px;font-weight:300}.SearchInput:focus{outline:1px solid var(--emfe-w-color-gray-300, #58586B)}.SearchInput::-webkit-search-decoration,.SearchInput::-webkit-search-cancel-button,.SearchInput::-webkit-search-results-button,.SearchInput::-webkit-search-results-decoration{-webkit-appearance:none}.SearchClearButton{position:absolute;top:30%;right:65px;cursor:pointer}.SearchClearButton.WithoutCancel{right:18px}.SearchCancelButton{color:var(--emfe-w-color-contrast, #E6E6E6);font-weight:300;margin-left:8px;cursor:pointer}.SearchMessage{font-size:18px;font-weight:600;margin:24px 0;color:var(--emfe-w-color-contrast, #000000)}.SearchErrorIcon{height:170px;filter:drop-shadow(1px 5px 5px rgba(0, 0, 0, 0.1))}.SearchResultsContainer{display:grid;gap:28px;grid-template-columns:repeat(auto-fill, minmax(min(192px, 46%), 1fr));grid-template-rows:repeat(auto-fill, 192px);grid-auto-rows:192px;grid-auto-columns:192px;grid-auto-flow:row dense}@media screen and (max-width: 480px){.SearchResultsContainer{display:grid;gap:16px;grid-template-columns:repeat(auto-fill, minmax(min(122px, 46%), 1fr));grid-template-rows:repeat(auto-fill, 122px);grid-auto-rows:122px;grid-auto-columns:122px}}@media screen and (max-width: 385px){.SearchResultsContainer{display:grid;gap:16px;grid-template-columns:repeat(auto-fill, minmax(min(110px, 46%), 1fr));grid-template-rows:repeat(auto-fill, 110px);grid-auto-rows:110px;grid-auto-columns:110px}}@media screen and (min-width: 1100px){.SearchResultsContainer{grid-template-rows:repeat(auto-fill, 142px);grid-auto-rows:142px}}@media screen and (max-width: 1300px){.SearchResultsContainer{padding:0 2.4%}}.ResultsContainerError{text-align:center;width:300px;color:var(--emfe-w-color-contrast, #828282);font-weight:300;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:1;margin-top:120px}.NotVisible{display:none}.Desktop .NotVisible{opacity:0;visibility:hidden;display:inline}.Desktop .SearchWrap{width:50%;margin:auto}.Desktop.CasinoSearch{margin:30px auto;position:relative}.Desktop .ResultsContainerError{text-align:center;width:300px;color:var(--emfe-w-color-contrast, #828282);font-weight:300;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:1;margin-top:120px}.Desktop .ResultsContainerError.WithIcon{top:60%}.Desktop .Search{display:flex;align-items:center;justify-content:center;transition:all 0.2s cubic-bezier(1, 0, 0.46, 1.03)}.Desktop .SearchIcon{position:relative;top:0;left:0;transform:translateY(0);margin-right:-28px}.Desktop .SearchClearButton{position:relative;top:0;right:0;margin-left:-23px}.Desktop .SearchCancelButton{margin-left:20px}.Desktop .SearchAnimation{transform:scaleX(110%)}.Desktop .SearchAnimation Input{outline:none;box-shadow:0 5px 7px rgba(0, 0, 0, 0.25);background-color:rgba(255, 255, 255, 0.2)}.Desktop .SearchMessage{font-size:18px;font-weight:600;margin:24px 0;margin-top:90px}.Desktop .SearchErrorIcon{height:190px;margin-bottom:-70px}.Desktop .OverlayCancel{height:90vh;z-index:2}`;
|
|
17251
17141
|
this.shadowRoot.appendChild(style);
|
|
17252
17142
|
|
|
17253
17143
|
init(
|