@everymatrix/casino-search 1.14.5 → 1.14.7

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.
@@ -12323,104 +12323,107 @@
12323
12323
 
12324
12324
  function get_each_context_1(ctx, list, i) {
12325
12325
  const child_ctx = ctx.slice();
12326
- child_ctx[105] = list[i];
12327
- child_ctx[107] = i;
12326
+ child_ctx[101] = list[i];
12327
+ child_ctx[103] = i;
12328
12328
  return child_ctx;
12329
12329
  }
12330
12330
 
12331
12331
  function get_each_context$1(ctx, list, i) {
12332
12332
  const child_ctx = ctx.slice();
12333
- child_ctx[102] = list[i];
12333
+ child_ctx[98] = list[i];
12334
12334
  return child_ctx;
12335
12335
  }
12336
12336
 
12337
- // (565:8) {:else}
12338
- function create_else_block_2(ctx) {
12339
- let div2;
12340
- let div0;
12341
- let div1;
12337
+ // (538:8) {#if !isMobile(userAgent) && !gamefavorite && isLoggedIn}
12338
+ function create_if_block_13(ctx) {
12339
+ let if_block_anchor;
12340
+
12341
+ function select_block_type(ctx, dirty) {
12342
+ if (/*fav*/ ctx[16]) return create_if_block_14;
12343
+ return create_else_block_2;
12344
+ }
12345
+
12346
+ let current_block_type = select_block_type(ctx);
12347
+ let if_block = current_block_type(ctx);
12342
12348
 
12343
12349
  const block = {
12344
12350
  c: function create() {
12345
- div2 = element("div");
12346
- div0 = element("div");
12347
- div1 = element("div");
12348
- add_location(div0, file$1, 565, 36, 20676);
12349
- add_location(div1, file$1, 565, 47, 20687);
12350
- attr_dev(div2, "class", "LoaderRipple");
12351
- add_location(div2, file$1, 565, 10, 20650);
12351
+ if_block.c();
12352
+ if_block_anchor = empty();
12352
12353
  },
12353
12354
  m: function mount(target, anchor) {
12354
- insert_dev(target, div2, anchor);
12355
- append_dev(div2, div0);
12356
- append_dev(div2, div1);
12355
+ if_block.m(target, anchor);
12356
+ insert_dev(target, if_block_anchor, anchor);
12357
+ },
12358
+ p: function update(ctx, dirty) {
12359
+ if (current_block_type === (current_block_type = select_block_type(ctx)) && if_block) {
12360
+ if_block.p(ctx, dirty);
12361
+ } else {
12362
+ if_block.d(1);
12363
+ if_block = current_block_type(ctx);
12364
+
12365
+ if (if_block) {
12366
+ if_block.c();
12367
+ if_block.m(if_block_anchor.parentNode, if_block_anchor);
12368
+ }
12369
+ }
12357
12370
  },
12358
- p: noop$1,
12359
12371
  d: function destroy(detaching) {
12360
- if (detaching) detach_dev(div2);
12372
+ if_block.d(detaching);
12373
+ if (detaching) detach_dev(if_block_anchor);
12361
12374
  }
12362
12375
  };
12363
12376
 
12364
12377
  dispatch_dev("SvelteRegisterBlock", {
12365
12378
  block,
12366
- id: create_else_block_2.name,
12367
- type: "else",
12368
- source: "(565:8) {:else}",
12379
+ id: create_if_block_13.name,
12380
+ type: "if",
12381
+ source: "(538:8) {#if !isMobile(userAgent) && !gamefavorite && isLoggedIn}",
12369
12382
  ctx
12370
12383
  });
12371
12384
 
12372
12385
  return block;
12373
12386
  }
12374
12387
 
12375
- // (550:8) {#if fav}
12376
- function create_if_block_13(ctx) {
12377
- let show_if = !isMobile(/*userAgent*/ ctx[36]) && !/*gamefavorite*/ ctx[0] && /*isLoggedIn*/ ctx[15];
12378
- let if_block_anchor;
12379
- let if_block = show_if && create_if_block_14(ctx);
12388
+ // (552:10) {:else}
12389
+ function create_else_block_2(ctx) {
12390
+ let div2;
12391
+ let div0;
12392
+ let div1;
12380
12393
 
12381
12394
  const block = {
12382
12395
  c: function create() {
12383
- if (if_block) if_block.c();
12384
- if_block_anchor = empty();
12396
+ div2 = element("div");
12397
+ div0 = element("div");
12398
+ div1 = element("div");
12399
+ add_location(div0, file$1, 552, 38, 20148);
12400
+ add_location(div1, file$1, 552, 49, 20159);
12401
+ attr_dev(div2, "class", "LoaderRipple");
12402
+ add_location(div2, file$1, 552, 12, 20122);
12385
12403
  },
12386
12404
  m: function mount(target, anchor) {
12387
- if (if_block) if_block.m(target, anchor);
12388
- insert_dev(target, if_block_anchor, anchor);
12389
- },
12390
- p: function update(ctx, dirty) {
12391
- if (dirty[0] & /*gamefavorite, isLoggedIn*/ 32769) show_if = !isMobile(/*userAgent*/ ctx[36]) && !/*gamefavorite*/ ctx[0] && /*isLoggedIn*/ ctx[15];
12392
-
12393
- if (show_if) {
12394
- if (if_block) {
12395
- if_block.p(ctx, dirty);
12396
- } else {
12397
- if_block = create_if_block_14(ctx);
12398
- if_block.c();
12399
- if_block.m(if_block_anchor.parentNode, if_block_anchor);
12400
- }
12401
- } else if (if_block) {
12402
- if_block.d(1);
12403
- if_block = null;
12404
- }
12405
+ insert_dev(target, div2, anchor);
12406
+ append_dev(div2, div0);
12407
+ append_dev(div2, div1);
12405
12408
  },
12409
+ p: noop$1,
12406
12410
  d: function destroy(detaching) {
12407
- if (if_block) if_block.d(detaching);
12408
- if (detaching) detach_dev(if_block_anchor);
12411
+ if (detaching) detach_dev(div2);
12409
12412
  }
12410
12413
  };
12411
12414
 
12412
12415
  dispatch_dev("SvelteRegisterBlock", {
12413
12416
  block,
12414
- id: create_if_block_13.name,
12415
- type: "if",
12416
- source: "(550:8) {#if fav}",
12417
+ id: create_else_block_2.name,
12418
+ type: "else",
12419
+ source: "(552:10) {:else}",
12417
12420
  ctx
12418
12421
  });
12419
12422
 
12420
12423
  return block;
12421
12424
  }
12422
12425
 
12423
- // (551:10) {#if !isMobile(userAgent) && !gamefavorite && isLoggedIn}
12426
+ // (539:10) {#if fav}
12424
12427
  function create_if_block_14(ctx) {
12425
12428
  let div;
12426
12429
  let svg;
@@ -12435,7 +12438,7 @@
12435
12438
  path = svg_element("path");
12436
12439
  set_style(path, "fill", "var(--emfe-w-color-white, #FFFFFF)");
12437
12440
  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");
12438
- add_location(path, file$1, 553, 116, 19476);
12441
+ add_location(path, file$1, 541, 116, 18960);
12439
12442
  attr_dev(svg, "version", "1.1");
12440
12443
  attr_dev(svg, "class", "UnfavoredIcon");
12441
12444
  attr_dev(svg, "part", "UnfavoredIcon");
@@ -12446,9 +12449,9 @@
12446
12449
  attr_dev(svg, "viewBox", "0 0 512.001 512.001");
12447
12450
  set_style(svg, "enable-background", "new 0 0 512.001 512.001");
12448
12451
  attr_dev(svg, "xml:space", "preserve");
12449
- add_location(svg, file$1, 552, 14, 19202);
12452
+ add_location(svg, file$1, 540, 14, 18686);
12450
12453
  attr_dev(div, "class", "FavIconContainer");
12451
- add_location(div, file$1, 551, 12, 19111);
12454
+ add_location(div, file$1, 539, 12, 18595);
12452
12455
  },
12453
12456
  m: function mount(target, anchor) {
12454
12457
  insert_dev(target, div, anchor);
@@ -12456,7 +12459,7 @@
12456
12459
  append_dev(svg, path);
12457
12460
 
12458
12461
  if (!mounted) {
12459
- dispose = listen_dev(div, "click", /*click_handler*/ ctx[65], false, false, false, false);
12462
+ dispose = listen_dev(div, "click", /*click_handler*/ ctx[61], false, false, false, false);
12460
12463
  mounted = true;
12461
12464
  }
12462
12465
  },
@@ -12472,14 +12475,14 @@
12472
12475
  block,
12473
12476
  id: create_if_block_14.name,
12474
12477
  type: "if",
12475
- source: "(551:10) {#if !isMobile(userAgent) && !gamefavorite && isLoggedIn}",
12478
+ source: "(539:10) {#if fav}",
12476
12479
  ctx
12477
12480
  });
12478
12481
 
12479
12482
  return block;
12480
12483
  }
12481
12484
 
12482
- // (569:8) {#if lang}
12485
+ // (557:8) {#if lang}
12483
12486
  function create_if_block_12(ctx) {
12484
12487
  let button;
12485
12488
  let t_value = /*$_*/ ctx[35]('playNow') + "";
@@ -12492,14 +12495,14 @@
12492
12495
  button = element("button");
12493
12496
  t = text(t_value);
12494
12497
  attr_dev(button, "class", "GameInfoBtn");
12495
- add_location(button, file$1, 569, 10, 20814);
12498
+ add_location(button, file$1, 557, 10, 20302);
12496
12499
  },
12497
12500
  m: function mount(target, anchor) {
12498
12501
  insert_dev(target, button, anchor);
12499
12502
  append_dev(button, t);
12500
12503
 
12501
12504
  if (!mounted) {
12502
- dispose = listen_dev(button, "click", /*click_handler_1*/ ctx[66], false, false, false, false);
12505
+ dispose = listen_dev(button, "click", /*click_handler_1*/ ctx[62], false, false, false, false);
12503
12506
  mounted = true;
12504
12507
  }
12505
12508
  },
@@ -12517,14 +12520,14 @@
12517
12520
  block,
12518
12521
  id: create_if_block_12.name,
12519
12522
  type: "if",
12520
- source: "(569:8) {#if lang}",
12523
+ source: "(557:8) {#if lang}",
12521
12524
  ctx
12522
12525
  });
12523
12526
 
12524
12527
  return block;
12525
12528
  }
12526
12529
 
12527
- // (583:77)
12530
+ // (571:77)
12528
12531
  function create_if_block_11(ctx) {
12529
12532
  let div;
12530
12533
  let svg;
@@ -12537,16 +12540,16 @@
12537
12540
  path = svg_element("path");
12538
12541
  set_style(path, "fill", "var(--emfe-w-color-white, #FFFFFF)");
12539
12542
  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");
12540
- add_location(path, file$1, 585, 10, 22120);
12543
+ add_location(path, file$1, 573, 10, 21608);
12541
12544
  attr_dev(svg, "version", "1.1");
12542
12545
  attr_dev(svg, "class", "FavoredIcon");
12543
12546
  attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
12544
12547
  attr_dev(svg, "viewBox", "0 0 19.481 19.481");
12545
12548
  attr_dev(svg, "xmlns:xlink", "http://www.w3.org/1999/xlink");
12546
12549
  attr_dev(svg, "enable-background", "new 0 0 19.481 19.481");
12547
- add_location(svg, file$1, 584, 8, 21922);
12550
+ add_location(svg, file$1, 572, 8, 21410);
12548
12551
  attr_dev(div, "class", "FavIconContainer");
12549
- add_location(div, file$1, 583, 6, 21883);
12552
+ add_location(div, file$1, 571, 6, 21371);
12550
12553
  },
12551
12554
  m: function mount(target, anchor) {
12552
12555
  insert_dev(target, div, anchor);
@@ -12563,14 +12566,14 @@
12563
12566
  block,
12564
12567
  id: create_if_block_11.name,
12565
12568
  type: "if",
12566
- source: "(583:77) ",
12569
+ source: "(571:77) ",
12567
12570
  ctx
12568
12571
  });
12569
12572
 
12570
12573
  return block;
12571
12574
  }
12572
12575
 
12573
- // (577:4) {#if !isMobile(userAgent) && gamefavorite && isLoggedIn && favorites}
12576
+ // (565:4) {#if !isMobile(userAgent) && gamefavorite && isLoggedIn && favorites}
12574
12577
  function create_if_block_10(ctx) {
12575
12578
  let div;
12576
12579
  let svg;
@@ -12585,16 +12588,16 @@
12585
12588
  path = svg_element("path");
12586
12589
  set_style(path, "fill", "var(--emfe-w-color-white, #FFFFFF)");
12587
12590
  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");
12588
- add_location(path, file$1, 579, 10, 21402);
12591
+ add_location(path, file$1, 567, 10, 20890);
12589
12592
  attr_dev(svg, "version", "1.1");
12590
12593
  attr_dev(svg, "class", "FavoredIcon");
12591
12594
  attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
12592
12595
  attr_dev(svg, "viewBox", "0 0 19.481 19.481");
12593
12596
  attr_dev(svg, "xmlns:xlink", "http://www.w3.org/1999/xlink");
12594
12597
  attr_dev(svg, "enable-background", "new 0 0 19.481 19.481");
12595
- add_location(svg, file$1, 578, 8, 21204);
12598
+ add_location(svg, file$1, 566, 8, 20692);
12596
12599
  attr_dev(div, "class", "FavIconContainer");
12597
- add_location(div, file$1, 577, 6, 21119);
12600
+ add_location(div, file$1, 565, 6, 20607);
12598
12601
  },
12599
12602
  m: function mount(target, anchor) {
12600
12603
  insert_dev(target, div, anchor);
@@ -12602,7 +12605,7 @@
12602
12605
  append_dev(svg, path);
12603
12606
 
12604
12607
  if (!mounted) {
12605
- dispose = listen_dev(div, "click", /*click_handler_2*/ ctx[67], false, false, false, false);
12608
+ dispose = listen_dev(div, "click", /*click_handler_2*/ ctx[63], false, false, false, false);
12606
12609
  mounted = true;
12607
12610
  }
12608
12611
  },
@@ -12618,14 +12621,14 @@
12618
12621
  block,
12619
12622
  id: create_if_block_10.name,
12620
12623
  type: "if",
12621
- source: "(577:4) {#if !isMobile(userAgent) && gamefavorite && isLoggedIn && favorites}",
12624
+ source: "(565:4) {#if !isMobile(userAgent) && gamefavorite && isLoggedIn && favorites}",
12622
12625
  ctx
12623
12626
  });
12624
12627
 
12625
12628
  return block;
12626
12629
  }
12627
12630
 
12628
- // (591:6) {#if gameisnew}
12631
+ // (579:6) {#if gameisnew}
12629
12632
  function create_if_block_9(ctx) {
12630
12633
  let span;
12631
12634
  let t_value = /*$_*/ ctx[35]('new') + "";
@@ -12636,7 +12639,7 @@
12636
12639
  span = element("span");
12637
12640
  t = text(t_value);
12638
12641
  attr_dev(span, "class", "GameExtraInfoLabel NewGameTag");
12639
- add_location(span, file$1, 591, 8, 22589);
12642
+ add_location(span, file$1, 579, 8, 22077);
12640
12643
  },
12641
12644
  m: function mount(target, anchor) {
12642
12645
  insert_dev(target, span, anchor);
@@ -12654,14 +12657,14 @@
12654
12657
  block,
12655
12658
  id: create_if_block_9.name,
12656
12659
  type: "if",
12657
- source: "(591:6) {#if gameisnew}",
12660
+ source: "(579:6) {#if gameisnew}",
12658
12661
  ctx
12659
12662
  });
12660
12663
 
12661
12664
  return block;
12662
12665
  }
12663
12666
 
12664
- // (594:6) {#if gametag}
12667
+ // (582:6) {#if gametag}
12665
12668
  function create_if_block_8(ctx) {
12666
12669
  let span;
12667
12670
  let t;
@@ -12671,7 +12674,7 @@
12671
12674
  span = element("span");
12672
12675
  t = text(/*gametag*/ ctx[8]);
12673
12676
  attr_dev(span, "class", "GameExtraInfoLabel PopularGameTag");
12674
- add_location(span, file$1, 594, 8, 22692);
12677
+ add_location(span, file$1, 582, 8, 22180);
12675
12678
  },
12676
12679
  m: function mount(target, anchor) {
12677
12680
  insert_dev(target, span, anchor);
@@ -12689,14 +12692,14 @@
12689
12692
  block,
12690
12693
  id: create_if_block_8.name,
12691
12694
  type: "if",
12692
- source: "(594:6) {#if gametag}",
12695
+ source: "(582:6) {#if gametag}",
12693
12696
  ctx
12694
12697
  });
12695
12698
 
12696
12699
  return block;
12697
12700
  }
12698
12701
 
12699
- // (597:6) {#if livegamedata}
12702
+ // (585:6) {#if livegamedata}
12700
12703
  function create_if_block_1$1(ctx) {
12701
12704
  let t;
12702
12705
  let if_block1_anchor;
@@ -12765,14 +12768,14 @@
12765
12768
  block,
12766
12769
  id: create_if_block_1$1.name,
12767
12770
  type: "if",
12768
- source: "(597:6) {#if livegamedata}",
12771
+ source: "(585:6) {#if livegamedata}",
12769
12772
  ctx
12770
12773
  });
12771
12774
 
12772
12775
  return block;
12773
12776
  }
12774
12777
 
12775
- // (598:8) {#if !isopen && starttime && timeformat}
12778
+ // (586:8) {#if !isopen && starttime && timeformat}
12776
12779
  function create_if_block_7(ctx) {
12777
12780
  let div1;
12778
12781
  let div0;
@@ -12784,10 +12787,10 @@
12784
12787
  let t2;
12785
12788
  let t3;
12786
12789
  let html_tag;
12787
- let raw0_value = /*renderDealerName*/ ctx[45](/*dealername*/ ctx[34]) + "";
12790
+ let raw0_value = /*renderDealerName*/ ctx[41](/*dealername*/ ctx[34]) + "";
12788
12791
  let t4;
12789
12792
  let html_tag_1;
12790
- let raw1_value = /*renderBetLimits*/ ctx[44](/*min*/ ctx[26], /*max*/ ctx[27], /*currencySymbol*/ ctx[25]) + "";
12793
+ let raw1_value = /*renderBetLimits*/ ctx[40](/*min*/ ctx[26], /*max*/ ctx[27], /*currencySymbol*/ ctx[25]) + "";
12791
12794
 
12792
12795
  const block = {
12793
12796
  c: function create() {
@@ -12801,13 +12804,13 @@
12801
12804
  html_tag = new HtmlTag(false);
12802
12805
  t4 = space();
12803
12806
  html_tag_1 = new HtmlTag(false);
12804
- add_location(span, file$1, 601, 14, 22965);
12807
+ add_location(span, file$1, 589, 14, 22453);
12805
12808
  attr_dev(div0, "class", "ClosedGame");
12806
- add_location(div0, file$1, 599, 12, 22898);
12809
+ add_location(div0, file$1, 587, 12, 22386);
12807
12810
  html_tag.a = t4;
12808
12811
  html_tag_1.a = null;
12809
12812
  attr_dev(div1, "class", "GameProp LiveProps");
12810
- add_location(div1, file$1, 598, 10, 22853);
12813
+ add_location(div1, file$1, 586, 10, 22341);
12811
12814
  },
12812
12815
  m: function mount(target, anchor) {
12813
12816
  insert_dev(target, div1, anchor);
@@ -12824,8 +12827,8 @@
12824
12827
  p: function update(ctx, dirty) {
12825
12828
  if (dirty[1] & /*$_*/ 16 && t0_value !== (t0_value = /*$_*/ ctx[35]('opens') + "")) set_data_dev(t0, t0_value);
12826
12829
  if (dirty[0] & /*starttime, timeformat*/ 3145728 && t2_value !== (t2_value = moment.utc(/*starttime*/ ctx[20]).local().format(/*timeformat*/ ctx[21]) + "")) set_data_dev(t2, t2_value);
12827
- if (dirty[1] & /*dealername*/ 8 && raw0_value !== (raw0_value = /*renderDealerName*/ ctx[45](/*dealername*/ ctx[34]) + "")) html_tag.p(raw0_value);
12828
- if (dirty[0] & /*min, max, currencySymbol*/ 234881024 && raw1_value !== (raw1_value = /*renderBetLimits*/ ctx[44](/*min*/ ctx[26], /*max*/ ctx[27], /*currencySymbol*/ ctx[25]) + "")) html_tag_1.p(raw1_value);
12830
+ if (dirty[1] & /*dealername*/ 8 && raw0_value !== (raw0_value = /*renderDealerName*/ ctx[41](/*dealername*/ ctx[34]) + "")) html_tag.p(raw0_value);
12831
+ if (dirty[0] & /*min, max, currencySymbol*/ 234881024 && raw1_value !== (raw1_value = /*renderBetLimits*/ ctx[40](/*min*/ ctx[26], /*max*/ ctx[27], /*currencySymbol*/ ctx[25]) + "")) html_tag_1.p(raw1_value);
12829
12832
  },
12830
12833
  d: function destroy(detaching) {
12831
12834
  if (detaching) detach_dev(div1);
@@ -12836,23 +12839,23 @@
12836
12839
  block,
12837
12840
  id: create_if_block_7.name,
12838
12841
  type: "if",
12839
- source: "(598:8) {#if !isopen && starttime && timeformat}",
12842
+ source: "(586:8) {#if !isopen && starttime && timeformat}",
12840
12843
  ctx
12841
12844
  });
12842
12845
 
12843
12846
  return block;
12844
12847
  }
12845
12848
 
12846
- // (631:68)
12849
+ // (619:68)
12847
12850
  function create_if_block_4$1(ctx) {
12848
12851
  let div1;
12849
12852
  let div0;
12850
12853
  let t0;
12851
12854
  let html_tag;
12852
- let raw0_value = /*renderDealerName*/ ctx[45](/*dealername*/ ctx[34]) + "";
12855
+ let raw0_value = /*renderDealerName*/ ctx[41](/*dealername*/ ctx[34]) + "";
12853
12856
  let t1;
12854
12857
  let html_tag_1;
12855
- let raw1_value = /*renderBetLimits*/ ctx[44](/*min*/ ctx[26], /*max*/ ctx[27], /*currencySymbol*/ ctx[25]) + "";
12858
+ let raw1_value = /*renderBetLimits*/ ctx[40](/*min*/ ctx[26], /*max*/ ctx[27], /*currencySymbol*/ ctx[25]) + "";
12856
12859
  let each_value_1 = new Array(numberofdisplayedresults);
12857
12860
  validate_each_argument(each_value_1);
12858
12861
  let each_blocks = [];
@@ -12875,11 +12878,11 @@
12875
12878
  t1 = space();
12876
12879
  html_tag_1 = new HtmlTag(false);
12877
12880
  attr_dev(div0, "class", "LiveIcons");
12878
- add_location(div0, file$1, 632, 12, 24754);
12881
+ add_location(div0, file$1, 620, 12, 24242);
12879
12882
  html_tag.a = t1;
12880
12883
  html_tag_1.a = null;
12881
12884
  attr_dev(div1, "class", /*roulettecontainerclassname*/ ctx[30]);
12882
- add_location(div1, file$1, 631, 10, 24699);
12885
+ add_location(div1, file$1, 619, 10, 24187);
12883
12886
  },
12884
12887
  m: function mount(target, anchor) {
12885
12888
  insert_dev(target, div1, anchor);
@@ -12891,14 +12894,14 @@
12891
12894
  }
12892
12895
  }
12893
12896
 
12894
- /*div0_binding*/ ctx[68](div0);
12897
+ /*div0_binding*/ ctx[64](div0);
12895
12898
  append_dev(div1, t0);
12896
12899
  html_tag.m(raw0_value, div1);
12897
12900
  append_dev(div1, t1);
12898
12901
  html_tag_1.m(raw1_value, div1);
12899
12902
  },
12900
12903
  p: function update(ctx, dirty) {
12901
- if (dirty[0] & /*roulleteresults, isdouble*/ 536879104 | dirty[1] & /*renderSpan, colorsourcearray*/ 32769) {
12904
+ if (dirty[0] & /*roulleteresults, isdouble*/ 536879104 | dirty[1] & /*renderSpan, colorsourcearray*/ 2049) {
12902
12905
  each_value_1 = new Array(numberofdisplayedresults);
12903
12906
  validate_each_argument(each_value_1);
12904
12907
  let i;
@@ -12922,8 +12925,8 @@
12922
12925
  each_blocks.length = each_value_1.length;
12923
12926
  }
12924
12927
 
12925
- if (dirty[1] & /*dealername*/ 8 && raw0_value !== (raw0_value = /*renderDealerName*/ ctx[45](/*dealername*/ ctx[34]) + "")) html_tag.p(raw0_value);
12926
- if (dirty[0] & /*min, max, currencySymbol*/ 234881024 && raw1_value !== (raw1_value = /*renderBetLimits*/ ctx[44](/*min*/ ctx[26], /*max*/ ctx[27], /*currencySymbol*/ ctx[25]) + "")) html_tag_1.p(raw1_value);
12928
+ if (dirty[1] & /*dealername*/ 8 && raw0_value !== (raw0_value = /*renderDealerName*/ ctx[41](/*dealername*/ ctx[34]) + "")) html_tag.p(raw0_value);
12929
+ if (dirty[0] & /*min, max, currencySymbol*/ 234881024 && raw1_value !== (raw1_value = /*renderBetLimits*/ ctx[40](/*min*/ ctx[26], /*max*/ ctx[27], /*currencySymbol*/ ctx[25]) + "")) html_tag_1.p(raw1_value);
12927
12930
 
12928
12931
  if (dirty[0] & /*roulettecontainerclassname*/ 1073741824) {
12929
12932
  attr_dev(div1, "class", /*roulettecontainerclassname*/ ctx[30]);
@@ -12932,7 +12935,7 @@
12932
12935
  d: function destroy(detaching) {
12933
12936
  if (detaching) detach_dev(div1);
12934
12937
  destroy_each(each_blocks, detaching);
12935
- /*div0_binding*/ ctx[68](null);
12938
+ /*div0_binding*/ ctx[64](null);
12936
12939
  }
12937
12940
  };
12938
12941
 
@@ -12940,23 +12943,23 @@
12940
12943
  block,
12941
12944
  id: create_if_block_4$1.name,
12942
12945
  type: "if",
12943
- source: "(631:68) ",
12946
+ source: "(619:68) ",
12944
12947
  ctx
12945
12948
  });
12946
12949
 
12947
12950
  return block;
12948
12951
  }
12949
12952
 
12950
- // (610:8) {#if isopen && displaytype && displaytype === BLACKJACK}
12953
+ // (598:8) {#if isopen && displaytype && displaytype === BLACKJACK}
12951
12954
  function create_if_block_2$1(ctx) {
12952
12955
  let div1;
12953
12956
  let div0;
12954
12957
  let t0;
12955
12958
  let html_tag;
12956
- let raw0_value = /*renderDealerName*/ ctx[45](/*dealername*/ ctx[34]) + "";
12959
+ let raw0_value = /*renderDealerName*/ ctx[41](/*dealername*/ ctx[34]) + "";
12957
12960
  let t1;
12958
12961
  let html_tag_1;
12959
- let raw1_value = /*renderBetLimits*/ ctx[44](/*min*/ ctx[26], /*max*/ ctx[27], /*currencySymbol*/ ctx[25]) + "";
12962
+ let raw1_value = /*renderBetLimits*/ ctx[40](/*min*/ ctx[26], /*max*/ ctx[27], /*currencySymbol*/ ctx[25]) + "";
12960
12963
 
12961
12964
  function select_block_type_3(ctx, dirty) {
12962
12965
  if (/*istablefull*/ ctx[32]) return create_if_block_3$1;
@@ -12976,12 +12979,12 @@
12976
12979
  t1 = space();
12977
12980
  html_tag_1 = new HtmlTag(false);
12978
12981
  attr_dev(div0, "class", "LiveIcons");
12979
- add_location(div0, file$1, 611, 12, 23402);
12982
+ add_location(div0, file$1, 599, 12, 22890);
12980
12983
  html_tag.a = t1;
12981
12984
  html_tag_1.a = null;
12982
12985
  attr_dev(div1, "class", "GameProp LiveProps BlackjackDisplay");
12983
12986
  attr_dev(div1, "part", "GameProp LiveProps BlackjackDisplay");
12984
- add_location(div1, file$1, 610, 10, 23297);
12987
+ add_location(div1, file$1, 598, 10, 22785);
12985
12988
  },
12986
12989
  m: function mount(target, anchor) {
12987
12990
  insert_dev(target, div1, anchor);
@@ -13005,8 +13008,8 @@
13005
13008
  }
13006
13009
  }
13007
13010
 
13008
- if (dirty[1] & /*dealername*/ 8 && raw0_value !== (raw0_value = /*renderDealerName*/ ctx[45](/*dealername*/ ctx[34]) + "")) html_tag.p(raw0_value);
13009
- if (dirty[0] & /*min, max, currencySymbol*/ 234881024 && raw1_value !== (raw1_value = /*renderBetLimits*/ ctx[44](/*min*/ ctx[26], /*max*/ ctx[27], /*currencySymbol*/ ctx[25]) + "")) html_tag_1.p(raw1_value);
13011
+ if (dirty[1] & /*dealername*/ 8 && raw0_value !== (raw0_value = /*renderDealerName*/ ctx[41](/*dealername*/ ctx[34]) + "")) html_tag.p(raw0_value);
13012
+ if (dirty[0] & /*min, max, currencySymbol*/ 234881024 && raw1_value !== (raw1_value = /*renderBetLimits*/ ctx[40](/*min*/ ctx[26], /*max*/ ctx[27], /*currencySymbol*/ ctx[25]) + "")) html_tag_1.p(raw1_value);
13010
13013
  },
13011
13014
  d: function destroy(detaching) {
13012
13015
  if (detaching) detach_dev(div1);
@@ -13018,14 +13021,14 @@
13018
13021
  block,
13019
13022
  id: create_if_block_2$1.name,
13020
13023
  type: "if",
13021
- source: "(610:8) {#if isopen && displaytype && displaytype === BLACKJACK}",
13024
+ source: "(598:8) {#if isopen && displaytype && displaytype === BLACKJACK}",
13022
13025
  ctx
13023
13026
  });
13024
13027
 
13025
13028
  return block;
13026
13029
  }
13027
13030
 
13028
- // (635:16) {#if roulleteresults && roulleteresults[i]}
13031
+ // (623:16) {#if roulleteresults && roulleteresults[i]}
13029
13032
  function create_if_block_5$1(ctx) {
13030
13033
  let if_block_anchor;
13031
13034
 
@@ -13069,17 +13072,17 @@
13069
13072
  block,
13070
13073
  id: create_if_block_5$1.name,
13071
13074
  type: "if",
13072
- source: "(635:16) {#if roulleteresults && roulleteresults[i]}",
13075
+ source: "(623:16) {#if roulleteresults && roulleteresults[i]}",
13073
13076
  ctx
13074
13077
  });
13075
13078
 
13076
13079
  return block;
13077
13080
  }
13078
13081
 
13079
- // (641:18) {:else}
13082
+ // (629:18) {:else}
13080
13083
  function create_else_block_1(ctx) {
13081
13084
  let html_tag;
13082
- let raw_value = /*renderSpan*/ ctx[46](`LatestResult ${/*i*/ ctx[107] === 0 ? 'First' : ''}`, /*i*/ ctx[107], /*roulleteresults*/ ctx[13][/*i*/ ctx[107]], /*colorsourcearray*/ ctx[31][/*roulleteresults*/ ctx[13][/*i*/ ctx[107]]]) + "";
13085
+ let raw_value = /*renderSpan*/ ctx[42](`LatestResult ${/*i*/ ctx[103] === 0 ? 'First' : ''}`, /*i*/ ctx[103], /*roulleteresults*/ ctx[13][/*i*/ ctx[103]], /*colorsourcearray*/ ctx[31][/*roulleteresults*/ ctx[13][/*i*/ ctx[103]]]) + "";
13083
13086
  let html_anchor;
13084
13087
 
13085
13088
  const block = {
@@ -13093,7 +13096,7 @@
13093
13096
  insert_dev(target, html_anchor, anchor);
13094
13097
  },
13095
13098
  p: function update(ctx, dirty) {
13096
- if (dirty[0] & /*roulleteresults*/ 8192 | dirty[1] & /*colorsourcearray*/ 1 && raw_value !== (raw_value = /*renderSpan*/ ctx[46](`LatestResult ${/*i*/ ctx[107] === 0 ? 'First' : ''}`, /*i*/ ctx[107], /*roulleteresults*/ ctx[13][/*i*/ ctx[107]], /*colorsourcearray*/ ctx[31][/*roulleteresults*/ ctx[13][/*i*/ ctx[107]]]) + "")) html_tag.p(raw_value);
13099
+ if (dirty[0] & /*roulleteresults*/ 8192 | dirty[1] & /*colorsourcearray*/ 1 && raw_value !== (raw_value = /*renderSpan*/ ctx[42](`LatestResult ${/*i*/ ctx[103] === 0 ? 'First' : ''}`, /*i*/ ctx[103], /*roulleteresults*/ ctx[13][/*i*/ ctx[103]], /*colorsourcearray*/ ctx[31][/*roulleteresults*/ ctx[13][/*i*/ ctx[103]]]) + "")) html_tag.p(raw_value);
13097
13100
  },
13098
13101
  d: function destroy(detaching) {
13099
13102
  if (detaching) detach_dev(html_anchor);
@@ -13105,21 +13108,21 @@
13105
13108
  block,
13106
13109
  id: create_else_block_1.name,
13107
13110
  type: "else",
13108
- source: "(641:18) {:else}",
13111
+ source: "(629:18) {:else}",
13109
13112
  ctx
13110
13113
  });
13111
13114
 
13112
13115
  return block;
13113
13116
  }
13114
13117
 
13115
- // (636:18) {#if isdouble}
13118
+ // (624:18) {#if isdouble}
13116
13119
  function create_if_block_6(ctx) {
13117
13120
  let div;
13118
13121
  let html_tag;
13119
- let raw0_value = /*renderSpan*/ ctx[46](`LatestResult ${/*i*/ ctx[107] === 0 ? 'First' : ''}`, `first${/*i*/ ctx[107]}${/*roulleteresults*/ ctx[13][/*i*/ ctx[107]][0]}`, /*roulleteresults*/ ctx[13][/*i*/ ctx[107]][0], /*colorsourcearray*/ ctx[31][/*roulleteresults*/ ctx[13][/*i*/ ctx[107]][0]]) + "";
13122
+ let raw0_value = /*renderSpan*/ ctx[42](`LatestResult ${/*i*/ ctx[103] === 0 ? 'First' : ''}`, `first${/*i*/ ctx[103]}${/*roulleteresults*/ ctx[13][/*i*/ ctx[103]][0]}`, /*roulleteresults*/ ctx[13][/*i*/ ctx[103]][0], /*colorsourcearray*/ ctx[31][/*roulleteresults*/ ctx[13][/*i*/ ctx[103]][0]]) + "";
13120
13123
  let t0;
13121
13124
  let html_tag_1;
13122
- let raw1_value = /*renderSpan*/ ctx[46](`LatestResult ${/*i*/ ctx[107] === 0 ? 'First' : ''}`, `second${/*i*/ ctx[107]}${/*roulleteresults*/ ctx[13][/*i*/ ctx[107]][1]}`, /*roulleteresults*/ ctx[13][/*i*/ ctx[107]][1], /*colorsourcearray*/ ctx[31][/*roulleteresults*/ ctx[13][/*i*/ ctx[107]][1]]) + "";
13125
+ let raw1_value = /*renderSpan*/ ctx[42](`LatestResult ${/*i*/ ctx[103] === 0 ? 'First' : ''}`, `second${/*i*/ ctx[103]}${/*roulleteresults*/ ctx[13][/*i*/ ctx[103]][1]}`, /*roulleteresults*/ ctx[13][/*i*/ ctx[103]][1], /*colorsourcearray*/ ctx[31][/*roulleteresults*/ ctx[13][/*i*/ ctx[103]][1]]) + "";
13123
13126
  let t1;
13124
13127
 
13125
13128
  const block = {
@@ -13132,7 +13135,7 @@
13132
13135
  html_tag.a = t0;
13133
13136
  html_tag_1.a = t1;
13134
13137
  attr_dev(div, "class", "Double");
13135
- add_location(div, file$1, 636, 20, 24988);
13138
+ add_location(div, file$1, 624, 20, 24476);
13136
13139
  },
13137
13140
  m: function mount(target, anchor) {
13138
13141
  insert_dev(target, div, anchor);
@@ -13142,8 +13145,8 @@
13142
13145
  append_dev(div, t1);
13143
13146
  },
13144
13147
  p: function update(ctx, dirty) {
13145
- if (dirty[0] & /*roulleteresults*/ 8192 | dirty[1] & /*colorsourcearray*/ 1 && raw0_value !== (raw0_value = /*renderSpan*/ ctx[46](`LatestResult ${/*i*/ ctx[107] === 0 ? 'First' : ''}`, `first${/*i*/ ctx[107]}${/*roulleteresults*/ ctx[13][/*i*/ ctx[107]][0]}`, /*roulleteresults*/ ctx[13][/*i*/ ctx[107]][0], /*colorsourcearray*/ ctx[31][/*roulleteresults*/ ctx[13][/*i*/ ctx[107]][0]]) + "")) html_tag.p(raw0_value);
13146
- if (dirty[0] & /*roulleteresults*/ 8192 | dirty[1] & /*colorsourcearray*/ 1 && raw1_value !== (raw1_value = /*renderSpan*/ ctx[46](`LatestResult ${/*i*/ ctx[107] === 0 ? 'First' : ''}`, `second${/*i*/ ctx[107]}${/*roulleteresults*/ ctx[13][/*i*/ ctx[107]][1]}`, /*roulleteresults*/ ctx[13][/*i*/ ctx[107]][1], /*colorsourcearray*/ ctx[31][/*roulleteresults*/ ctx[13][/*i*/ ctx[107]][1]]) + "")) html_tag_1.p(raw1_value);
13148
+ if (dirty[0] & /*roulleteresults*/ 8192 | dirty[1] & /*colorsourcearray*/ 1 && raw0_value !== (raw0_value = /*renderSpan*/ ctx[42](`LatestResult ${/*i*/ ctx[103] === 0 ? 'First' : ''}`, `first${/*i*/ ctx[103]}${/*roulleteresults*/ ctx[13][/*i*/ ctx[103]][0]}`, /*roulleteresults*/ ctx[13][/*i*/ ctx[103]][0], /*colorsourcearray*/ ctx[31][/*roulleteresults*/ ctx[13][/*i*/ ctx[103]][0]]) + "")) html_tag.p(raw0_value);
13149
+ if (dirty[0] & /*roulleteresults*/ 8192 | dirty[1] & /*colorsourcearray*/ 1 && raw1_value !== (raw1_value = /*renderSpan*/ ctx[42](`LatestResult ${/*i*/ ctx[103] === 0 ? 'First' : ''}`, `second${/*i*/ ctx[103]}${/*roulleteresults*/ ctx[13][/*i*/ ctx[103]][1]}`, /*roulleteresults*/ ctx[13][/*i*/ ctx[103]][1], /*colorsourcearray*/ ctx[31][/*roulleteresults*/ ctx[13][/*i*/ ctx[103]][1]]) + "")) html_tag_1.p(raw1_value);
13147
13150
  },
13148
13151
  d: function destroy(detaching) {
13149
13152
  if (detaching) detach_dev(div);
@@ -13154,17 +13157,17 @@
13154
13157
  block,
13155
13158
  id: create_if_block_6.name,
13156
13159
  type: "if",
13157
- source: "(636:18) {#if isdouble}",
13160
+ source: "(624:18) {#if isdouble}",
13158
13161
  ctx
13159
13162
  });
13160
13163
 
13161
13164
  return block;
13162
13165
  }
13163
13166
 
13164
- // (634:14) {#each new Array(numberofdisplayedresults) as garbage, i}
13167
+ // (622:14) {#each new Array(numberofdisplayedresults) as garbage, i}
13165
13168
  function create_each_block_1(ctx) {
13166
13169
  let if_block_anchor;
13167
- let if_block = /*roulleteresults*/ ctx[13] && /*roulleteresults*/ ctx[13][/*i*/ ctx[107]] && create_if_block_5$1(ctx);
13170
+ let if_block = /*roulleteresults*/ ctx[13] && /*roulleteresults*/ ctx[13][/*i*/ ctx[103]] && create_if_block_5$1(ctx);
13168
13171
 
13169
13172
  const block = {
13170
13173
  c: function create() {
@@ -13176,7 +13179,7 @@
13176
13179
  insert_dev(target, if_block_anchor, anchor);
13177
13180
  },
13178
13181
  p: function update(ctx, dirty) {
13179
- if (/*roulleteresults*/ ctx[13] && /*roulleteresults*/ ctx[13][/*i*/ ctx[107]]) {
13182
+ if (/*roulleteresults*/ ctx[13] && /*roulleteresults*/ ctx[13][/*i*/ ctx[103]]) {
13180
13183
  if (if_block) {
13181
13184
  if_block.p(ctx, dirty);
13182
13185
  } else {
@@ -13199,14 +13202,14 @@
13199
13202
  block,
13200
13203
  id: create_each_block_1.name,
13201
13204
  type: "each",
13202
- source: "(634:14) {#each new Array(numberofdisplayedresults) as garbage, i}",
13205
+ source: "(622:14) {#each new Array(numberofdisplayedresults) as garbage, i}",
13203
13206
  ctx
13204
13207
  });
13205
13208
 
13206
13209
  return block;
13207
13210
  }
13208
13211
 
13209
- // (617:14) {:else}
13212
+ // (605:14) {:else}
13210
13213
  function create_else_block$1(ctx) {
13211
13214
  let each_1_anchor;
13212
13215
  let each_value = /*seats*/ ctx[24];
@@ -13235,7 +13238,7 @@
13235
13238
  insert_dev(target, each_1_anchor, anchor);
13236
13239
  },
13237
13240
  p: function update(ctx, dirty) {
13238
- if (dirty[0] & /*currentoccupiedseats, seats*/ 285212672 | dirty[1] & /*contains*/ 4096) {
13241
+ if (dirty[0] & /*currentoccupiedseats, seats*/ 285212672 | dirty[1] & /*contains*/ 256) {
13239
13242
  each_value = /*seats*/ ctx[24];
13240
13243
  validate_each_argument(each_value);
13241
13244
  let i;
@@ -13269,14 +13272,14 @@
13269
13272
  block,
13270
13273
  id: create_else_block$1.name,
13271
13274
  type: "else",
13272
- source: "(617:14) {:else}",
13275
+ source: "(605:14) {:else}",
13273
13276
  ctx
13274
13277
  });
13275
13278
 
13276
13279
  return block;
13277
13280
  }
13278
13281
 
13279
- // (613:14) {#if istablefull}
13282
+ // (601:14) {#if istablefull}
13280
13283
  function create_if_block_3$1(ctx) {
13281
13284
  let span;
13282
13285
  let t_value = /*$_*/ ctx[35]('full') + "";
@@ -13287,7 +13290,7 @@
13287
13290
  span = element("span");
13288
13291
  t = text(t_value);
13289
13292
  attr_dev(span, "class", "FullTable");
13290
- add_location(span, file$1, 613, 16, 23474);
13293
+ add_location(span, file$1, 601, 16, 22962);
13291
13294
  },
13292
13295
  m: function mount(target, anchor) {
13293
13296
  insert_dev(target, span, anchor);
@@ -13305,14 +13308,14 @@
13305
13308
  block,
13306
13309
  id: create_if_block_3$1.name,
13307
13310
  type: "if",
13308
- source: "(613:14) {#if istablefull}",
13311
+ source: "(601:14) {#if istablefull}",
13309
13312
  ctx
13310
13313
  });
13311
13314
 
13312
13315
  return block;
13313
13316
  }
13314
13317
 
13315
- // (618:16) {#each seats as seatData}
13318
+ // (606:16) {#each seats as seatData}
13316
13319
  function create_each_block$1(ctx) {
13317
13320
  let span;
13318
13321
  let svg;
@@ -13329,20 +13332,20 @@
13329
13332
  path1 = svg_element("path");
13330
13333
  t = space();
13331
13334
  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");
13332
- add_location(path0, file$1, 620, 22, 23857);
13335
+ add_location(path0, file$1, 608, 22, 23345);
13333
13336
  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");
13334
- add_location(path1, file$1, 621, 22, 24233);
13337
+ add_location(path1, file$1, 609, 22, 23721);
13335
13338
  attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
13336
13339
  attr_dev(svg, "width", "13");
13337
13340
  attr_dev(svg, "height", "14");
13338
13341
  attr_dev(svg, "viewBox", "0 0 13 14");
13339
- add_location(svg, file$1, 619, 20, 23751);
13342
+ add_location(svg, file$1, 607, 20, 23239);
13340
13343
 
13341
- attr_dev(span, "class", span_class_value = /*contains*/ ctx[43](/*currentoccupiedseats*/ ctx[28], /*seatData*/ ctx[102].toString())
13344
+ attr_dev(span, "class", span_class_value = /*contains*/ ctx[39](/*currentoccupiedseats*/ ctx[28], /*seatData*/ ctx[98].toString())
13342
13345
  ? 'ClosedSeat'
13343
13346
  : 'OpenSeat');
13344
13347
 
13345
- add_location(span, file$1, 618, 18, 23636);
13348
+ add_location(span, file$1, 606, 18, 23124);
13346
13349
  },
13347
13350
  m: function mount(target, anchor) {
13348
13351
  insert_dev(target, span, anchor);
@@ -13352,7 +13355,7 @@
13352
13355
  append_dev(span, t);
13353
13356
  },
13354
13357
  p: function update(ctx, dirty) {
13355
- if (dirty[0] & /*currentoccupiedseats, seats*/ 285212672 && span_class_value !== (span_class_value = /*contains*/ ctx[43](/*currentoccupiedseats*/ ctx[28], /*seatData*/ ctx[102].toString())
13358
+ if (dirty[0] & /*currentoccupiedseats, seats*/ 285212672 && span_class_value !== (span_class_value = /*contains*/ ctx[39](/*currentoccupiedseats*/ ctx[28], /*seatData*/ ctx[98].toString())
13356
13359
  ? 'ClosedSeat'
13357
13360
  : 'OpenSeat')) {
13358
13361
  attr_dev(span, "class", span_class_value);
@@ -13367,14 +13370,14 @@
13367
13370
  block,
13368
13371
  id: create_each_block$1.name,
13369
13372
  type: "each",
13370
- source: "(618:16) {#each seats as seatData}",
13373
+ source: "(606:16) {#each seats as seatData}",
13371
13374
  ctx
13372
13375
  });
13373
13376
 
13374
13377
  return block;
13375
13378
  }
13376
13379
 
13377
- // (654:2) {#if showgamename}
13380
+ // (642:2) {#if showgamename}
13378
13381
  function create_if_block$1(ctx) {
13379
13382
  let p;
13380
13383
  let t;
@@ -13385,7 +13388,7 @@
13385
13388
  t = text(/*gamename*/ ctx[4]);
13386
13389
  attr_dev(p, "class", "GameNameBelow");
13387
13390
  attr_dev(p, "title", /*gamename*/ ctx[4]);
13388
- add_location(p, file$1, 654, 4, 25859);
13391
+ add_location(p, file$1, 642, 4, 25347);
13389
13392
  },
13390
13393
  m: function mount(target, anchor) {
13391
13394
  insert_dev(target, p, anchor);
@@ -13407,7 +13410,7 @@
13407
13410
  block,
13408
13411
  id: create_if_block$1.name,
13409
13412
  type: "if",
13410
- source: "(654:2) {#if showgamename}",
13413
+ source: "(642:2) {#if showgamename}",
13411
13414
  ctx
13412
13415
  });
13413
13416
 
@@ -13423,6 +13426,7 @@
13423
13426
  let t0;
13424
13427
  let div1;
13425
13428
  let div0;
13429
+ let show_if_2 = !isMobile(/*userAgent*/ ctx[36]) && !/*gamefavorite*/ ctx[0] && /*isLoggedIn*/ ctx[15];
13426
13430
  let t1;
13427
13431
  let p;
13428
13432
  let t2;
@@ -13441,16 +13445,7 @@
13441
13445
  let div3_class_value;
13442
13446
  let t10;
13443
13447
  let div4_class_value;
13444
- let mounted;
13445
- let dispose;
13446
-
13447
- function select_block_type(ctx, dirty) {
13448
- if (/*fav*/ ctx[16]) return create_if_block_13;
13449
- return create_else_block_2;
13450
- }
13451
-
13452
- let current_block_type = select_block_type(ctx);
13453
- let if_block0 = current_block_type(ctx);
13448
+ let if_block0 = show_if_2 && create_if_block_13(ctx);
13454
13449
  let if_block1 = /*lang*/ ctx[1] && create_if_block_12(ctx);
13455
13450
 
13456
13451
  function select_block_type_1(ctx, dirty) {
@@ -13462,8 +13457,8 @@
13462
13457
  if (show_if_1) return create_if_block_11;
13463
13458
  }
13464
13459
 
13465
- let current_block_type_1 = select_block_type_1(ctx, [-1, -1, -1, -1]);
13466
- let if_block2 = current_block_type_1 && current_block_type_1(ctx);
13460
+ let current_block_type = select_block_type_1(ctx, [-1, -1, -1, -1]);
13461
+ let if_block2 = current_block_type && current_block_type(ctx);
13467
13462
  let if_block3 = /*gameisnew*/ ctx[7] && create_if_block_9(ctx);
13468
13463
  let if_block4 = /*gametag*/ ctx[8] && create_if_block_8(ctx);
13469
13464
  let if_block5 = /*livegamedata*/ ctx[12] && create_if_block_1$1(ctx);
@@ -13477,7 +13472,7 @@
13477
13472
  t0 = space();
13478
13473
  div1 = element("div");
13479
13474
  div0 = element("div");
13480
- if_block0.c();
13475
+ if (if_block0) if_block0.c();
13481
13476
  t1 = space();
13482
13477
  p = element("p");
13483
13478
  t2 = text(/*gamename*/ ctx[4]);
@@ -13502,26 +13497,26 @@
13502
13497
  attr_dev(img, "class", img_class_value = `GameBg GameBg-${/*gamecellsize*/ ctx[9]} ${/*loaded*/ ctx[17] ? 'Loaded' : ''}`);
13503
13498
  attr_dev(img, "alt", "");
13504
13499
  attr_dev(img, "loading", "lazy");
13505
- add_location(img, file$1, 546, 4, 18816);
13500
+ add_location(img, file$1, 534, 4, 18300);
13506
13501
  attr_dev(p, "class", "GameInfoName");
13507
13502
  attr_dev(p, "title", /*gamename*/ ctx[4]);
13508
- add_location(p, file$1, 567, 8, 20727);
13503
+ add_location(p, file$1, 555, 8, 20215);
13509
13504
  attr_dev(div0, "class", "GameInfo");
13510
- add_location(div0, file$1, 548, 6, 18990);
13505
+ add_location(div0, file$1, 536, 6, 18474);
13511
13506
  attr_dev(span, "class", "GameInfoVendor");
13512
- add_location(span, file$1, 572, 6, 20943);
13507
+ add_location(span, file$1, 560, 6, 20431);
13513
13508
  attr_dev(div1, "class", "GameInfoWrapper");
13514
- add_location(div1, file$1, 547, 4, 18954);
13509
+ add_location(div1, file$1, 535, 4, 18438);
13515
13510
  attr_dev(div2, "class", "GameExtraInfo");
13516
- add_location(div2, file$1, 589, 4, 22531);
13511
+ add_location(div2, file$1, 577, 4, 22019);
13517
13512
 
13518
13513
  attr_dev(div3, "class", div3_class_value = "GameInnerContainer " + (/*livegamedata*/ ctx[12] && !/*isopen*/ ctx[22] && /*openhours*/ ctx[23].value || /*livegamedata*/ ctx[12] && /*istablefull*/ ctx[32]
13519
13514
  ? 'GameInnerContainerUnavailable'
13520
13515
  : ''));
13521
13516
 
13522
- add_location(div3, file$1, 545, 2, 18555);
13517
+ add_location(div3, file$1, 533, 2, 18143);
13523
13518
  attr_dev(div4, "class", div4_class_value = `GameContainer ${/*extraclassname*/ ctx[33]}`);
13524
- add_location(div4, file$1, 544, 0, 18470);
13519
+ add_location(div4, file$1, 532, 0, 18058);
13525
13520
  },
13526
13521
  l: function claim(nodes) {
13527
13522
  throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option");
@@ -13530,11 +13525,11 @@
13530
13525
  insert_dev(target, div4, anchor);
13531
13526
  append_dev(div4, div3);
13532
13527
  append_dev(div3, img);
13533
- /*img_binding*/ ctx[64](img);
13528
+ /*img_binding*/ ctx[60](img);
13534
13529
  append_dev(div3, t0);
13535
13530
  append_dev(div3, div1);
13536
13531
  append_dev(div1, div0);
13537
- if_block0.m(div0, null);
13532
+ if (if_block0) if_block0.m(div0, null);
13538
13533
  append_dev(div0, t1);
13539
13534
  append_dev(div0, p);
13540
13535
  append_dev(p, t2);
@@ -13554,18 +13549,7 @@
13554
13549
  if (if_block5) if_block5.m(div2, null);
13555
13550
  append_dev(div4, t10);
13556
13551
  if (if_block6) if_block6.m(div4, null);
13557
- /*div4_binding*/ ctx[69](div4);
13558
-
13559
- if (!mounted) {
13560
- dispose = [
13561
- listen_dev(div3, "mouseenter", /*gameHover*/ ctx[41], false, false, false, false),
13562
- listen_dev(div3, "mouseleave", /*gameBlur*/ ctx[42], false, false, false, false),
13563
- listen_dev(div3, "touchstart", /*gameTouch*/ ctx[39], { passive: true }, false, false, false),
13564
- listen_dev(div3, "touchend", /*gameTouchEnd*/ ctx[40], { passive: true }, false, false, false)
13565
- ];
13566
-
13567
- mounted = true;
13568
- }
13552
+ /*div4_binding*/ ctx[65](div4);
13569
13553
  },
13570
13554
  p: function update(ctx, dirty) {
13571
13555
  if (dirty[0] & /*gamethumbnail*/ 8 && !src_url_equal(img.src, img_src_value = /*gamethumbnail*/ ctx[3])) {
@@ -13576,16 +13560,19 @@
13576
13560
  attr_dev(img, "class", img_class_value);
13577
13561
  }
13578
13562
 
13579
- if (current_block_type === (current_block_type = select_block_type(ctx)) && if_block0) {
13580
- if_block0.p(ctx, dirty);
13581
- } else {
13582
- if_block0.d(1);
13583
- if_block0 = current_block_type(ctx);
13563
+ if (dirty[0] & /*gamefavorite, isLoggedIn*/ 32769) show_if_2 = !isMobile(/*userAgent*/ ctx[36]) && !/*gamefavorite*/ ctx[0] && /*isLoggedIn*/ ctx[15];
13584
13564
 
13565
+ if (show_if_2) {
13585
13566
  if (if_block0) {
13567
+ if_block0.p(ctx, dirty);
13568
+ } else {
13569
+ if_block0 = create_if_block_13(ctx);
13586
13570
  if_block0.c();
13587
13571
  if_block0.m(div0, t1);
13588
13572
  }
13573
+ } else if (if_block0) {
13574
+ if_block0.d(1);
13575
+ if_block0 = null;
13589
13576
  }
13590
13577
 
13591
13578
  if (dirty[0] & /*gamename*/ 16) set_data_dev(t2, /*gamename*/ ctx[4]);
@@ -13609,11 +13596,11 @@
13609
13596
 
13610
13597
  if (dirty[0] & /*gamevendor*/ 32 && t5_value !== (t5_value = (/*gamevendor*/ ctx[5] ? /*gamevendor*/ ctx[5] : '-') + "")) set_data_dev(t5, t5_value);
13611
13598
 
13612
- if (current_block_type_1 === (current_block_type_1 = select_block_type_1(ctx, dirty)) && if_block2) {
13599
+ if (current_block_type === (current_block_type = select_block_type_1(ctx, dirty)) && if_block2) {
13613
13600
  if_block2.p(ctx, dirty);
13614
13601
  } else {
13615
13602
  if (if_block2) if_block2.d(1);
13616
- if_block2 = current_block_type_1 && current_block_type_1(ctx);
13603
+ if_block2 = current_block_type && current_block_type(ctx);
13617
13604
 
13618
13605
  if (if_block2) {
13619
13606
  if_block2.c();
@@ -13687,8 +13674,8 @@
13687
13674
  o: noop$1,
13688
13675
  d: function destroy(detaching) {
13689
13676
  if (detaching) detach_dev(div4);
13690
- /*img_binding*/ ctx[64](null);
13691
- if_block0.d();
13677
+ /*img_binding*/ ctx[60](null);
13678
+ if (if_block0) if_block0.d();
13692
13679
  if (if_block1) if_block1.d();
13693
13680
 
13694
13681
  if (if_block2) {
@@ -13699,9 +13686,7 @@
13699
13686
  if (if_block4) if_block4.d();
13700
13687
  if (if_block5) if_block5.d();
13701
13688
  if (if_block6) if_block6.d();
13702
- /*div4_binding*/ ctx[69](null);
13703
- mounted = false;
13704
- run_all(dispose);
13689
+ /*div4_binding*/ ctx[65](null);
13705
13690
  }
13706
13691
  };
13707
13692
 
@@ -13967,22 +13952,6 @@
13967
13952
  }
13968
13953
  };
13969
13954
 
13970
- const gameTouch = () => {
13971
- window.postMessage({ type: 'GameHoveredMobile' }, window.location.href);
13972
- };
13973
-
13974
- const gameTouchEnd = () => {
13975
- window.postMessage({ type: 'GameBlurMobile' }, window.location.href);
13976
- };
13977
-
13978
- const gameHover = () => {
13979
- window.postMessage({ type: 'GameHoveredPc' }, window.location.href);
13980
- };
13981
-
13982
- const gameBlur = () => {
13983
- window.postMessage({ type: 'GameBlurPc' }, window.location.href);
13984
- };
13985
-
13986
13955
  const setActiveLanguage = () => {
13987
13956
  setLocale(lang);
13988
13957
  };
@@ -14429,12 +14398,12 @@
14429
14398
  }
14430
14399
 
14431
14400
  $$self.$$set = $$props => {
14432
- if ('session' in $$props) $$invalidate(47, session = $$props.session);
14433
- if ('userid' in $$props) $$invalidate(48, userid = $$props.userid);
14401
+ if ('session' in $$props) $$invalidate(43, session = $$props.session);
14402
+ if ('userid' in $$props) $$invalidate(44, userid = $$props.userid);
14434
14403
  if ('lang' in $$props) $$invalidate(1, lang = $$props.lang);
14435
- if ('clientstyling' in $$props) $$invalidate(49, clientstyling = $$props.clientstyling);
14436
- if ('clientstylingurl' in $$props) $$invalidate(50, clientstylingurl = $$props.clientstylingurl);
14437
- if ('translationurl' in $$props) $$invalidate(51, translationurl = $$props.translationurl);
14404
+ if ('clientstyling' in $$props) $$invalidate(45, clientstyling = $$props.clientstyling);
14405
+ if ('clientstylingurl' in $$props) $$invalidate(46, clientstylingurl = $$props.clientstylingurl);
14406
+ if ('translationurl' in $$props) $$invalidate(47, translationurl = $$props.translationurl);
14438
14407
  if ('favorites' in $$props) $$invalidate(2, favorites = $$props.favorites);
14439
14408
  if ('gamethumbnail' in $$props) $$invalidate(3, gamethumbnail = $$props.gamethumbnail);
14440
14409
  if ('gamename' in $$props) $$invalidate(4, gamename = $$props.gamename);
@@ -14442,19 +14411,19 @@
14442
14411
  if ('gameid' in $$props) $$invalidate(6, gameid = $$props.gameid);
14443
14412
  if ('gameisnew' in $$props) $$invalidate(7, gameisnew = $$props.gameisnew);
14444
14413
  if ('gametag' in $$props) $$invalidate(8, gametag = $$props.gametag);
14445
- if ('gamefunmode' in $$props) $$invalidate(52, gamefunmode = $$props.gamefunmode);
14414
+ if ('gamefunmode' in $$props) $$invalidate(48, gamefunmode = $$props.gamefunmode);
14446
14415
  if ('gamefavorite' in $$props) $$invalidate(0, gamefavorite = $$props.gamefavorite);
14447
14416
  if ('gamecellsize' in $$props) $$invalidate(9, gamecellsize = $$props.gamecellsize);
14448
- if ('showfavoredcategory' in $$props) $$invalidate(53, showfavoredcategory = $$props.showfavoredcategory);
14417
+ if ('showfavoredcategory' in $$props) $$invalidate(49, showfavoredcategory = $$props.showfavoredcategory);
14449
14418
  if ('showgamename' in $$props) $$invalidate(10, showgamename = $$props.showgamename);
14450
- if ('currency' in $$props) $$invalidate(54, currency = $$props.currency);
14451
- if ('gamepagemodalurl' in $$props) $$invalidate(55, gamepagemodalurl = $$props.gamepagemodalurl);
14452
- if ('endpoint' in $$props) $$invalidate(56, endpoint = $$props.endpoint);
14453
- if ('livelobbyendpoint' in $$props) $$invalidate(57, livelobbyendpoint = $$props.livelobbyendpoint);
14454
- if ('connectlive' in $$props) $$invalidate(58, connectlive = $$props.connectlive);
14455
- if ('visibilityconnect' in $$props) $$invalidate(59, visibilityconnect = $$props.visibilityconnect);
14456
- if ('integratedgameframedesktop' in $$props) $$invalidate(60, integratedgameframedesktop = $$props.integratedgameframedesktop);
14457
- if ('integratedgameframemobile' in $$props) $$invalidate(61, integratedgameframemobile = $$props.integratedgameframemobile);
14419
+ if ('currency' in $$props) $$invalidate(50, currency = $$props.currency);
14420
+ if ('gamepagemodalurl' in $$props) $$invalidate(51, gamepagemodalurl = $$props.gamepagemodalurl);
14421
+ if ('endpoint' in $$props) $$invalidate(52, endpoint = $$props.endpoint);
14422
+ if ('livelobbyendpoint' in $$props) $$invalidate(53, livelobbyendpoint = $$props.livelobbyendpoint);
14423
+ if ('connectlive' in $$props) $$invalidate(54, connectlive = $$props.connectlive);
14424
+ if ('visibilityconnect' in $$props) $$invalidate(55, visibilityconnect = $$props.visibilityconnect);
14425
+ if ('integratedgameframedesktop' in $$props) $$invalidate(56, integratedgameframedesktop = $$props.integratedgameframedesktop);
14426
+ if ('integratedgameframemobile' in $$props) $$invalidate(57, integratedgameframemobile = $$props.integratedgameframemobile);
14458
14427
  };
14459
14428
 
14460
14429
  $$self.$capture_state = () => ({
@@ -14543,10 +14512,6 @@
14543
14512
  messageHandler,
14544
14513
  toggleGameFrame,
14545
14514
  toggleFavoriteGame,
14546
- gameTouch,
14547
- gameTouchEnd,
14548
- gameHover,
14549
- gameBlur,
14550
14515
  setActiveLanguage,
14551
14516
  setSession,
14552
14517
  setOnLoad,
@@ -14573,12 +14538,12 @@
14573
14538
  });
14574
14539
 
14575
14540
  $$self.$inject_state = $$props => {
14576
- if ('session' in $$props) $$invalidate(47, session = $$props.session);
14577
- if ('userid' in $$props) $$invalidate(48, userid = $$props.userid);
14541
+ if ('session' in $$props) $$invalidate(43, session = $$props.session);
14542
+ if ('userid' in $$props) $$invalidate(44, userid = $$props.userid);
14578
14543
  if ('lang' in $$props) $$invalidate(1, lang = $$props.lang);
14579
- if ('clientstyling' in $$props) $$invalidate(49, clientstyling = $$props.clientstyling);
14580
- if ('clientstylingurl' in $$props) $$invalidate(50, clientstylingurl = $$props.clientstylingurl);
14581
- if ('translationurl' in $$props) $$invalidate(51, translationurl = $$props.translationurl);
14544
+ if ('clientstyling' in $$props) $$invalidate(45, clientstyling = $$props.clientstyling);
14545
+ if ('clientstylingurl' in $$props) $$invalidate(46, clientstylingurl = $$props.clientstylingurl);
14546
+ if ('translationurl' in $$props) $$invalidate(47, translationurl = $$props.translationurl);
14582
14547
  if ('favorites' in $$props) $$invalidate(2, favorites = $$props.favorites);
14583
14548
  if ('gamethumbnail' in $$props) $$invalidate(3, gamethumbnail = $$props.gamethumbnail);
14584
14549
  if ('gamename' in $$props) $$invalidate(4, gamename = $$props.gamename);
@@ -14586,19 +14551,19 @@
14586
14551
  if ('gameid' in $$props) $$invalidate(6, gameid = $$props.gameid);
14587
14552
  if ('gameisnew' in $$props) $$invalidate(7, gameisnew = $$props.gameisnew);
14588
14553
  if ('gametag' in $$props) $$invalidate(8, gametag = $$props.gametag);
14589
- if ('gamefunmode' in $$props) $$invalidate(52, gamefunmode = $$props.gamefunmode);
14554
+ if ('gamefunmode' in $$props) $$invalidate(48, gamefunmode = $$props.gamefunmode);
14590
14555
  if ('gamefavorite' in $$props) $$invalidate(0, gamefavorite = $$props.gamefavorite);
14591
14556
  if ('gamecellsize' in $$props) $$invalidate(9, gamecellsize = $$props.gamecellsize);
14592
- if ('showfavoredcategory' in $$props) $$invalidate(53, showfavoredcategory = $$props.showfavoredcategory);
14557
+ if ('showfavoredcategory' in $$props) $$invalidate(49, showfavoredcategory = $$props.showfavoredcategory);
14593
14558
  if ('showgamename' in $$props) $$invalidate(10, showgamename = $$props.showgamename);
14594
- if ('currency' in $$props) $$invalidate(54, currency = $$props.currency);
14595
- if ('gamepagemodalurl' in $$props) $$invalidate(55, gamepagemodalurl = $$props.gamepagemodalurl);
14596
- if ('endpoint' in $$props) $$invalidate(56, endpoint = $$props.endpoint);
14597
- if ('livelobbyendpoint' in $$props) $$invalidate(57, livelobbyendpoint = $$props.livelobbyendpoint);
14598
- if ('connectlive' in $$props) $$invalidate(58, connectlive = $$props.connectlive);
14599
- if ('visibilityconnect' in $$props) $$invalidate(59, visibilityconnect = $$props.visibilityconnect);
14600
- if ('integratedgameframedesktop' in $$props) $$invalidate(60, integratedgameframedesktop = $$props.integratedgameframedesktop);
14601
- if ('integratedgameframemobile' in $$props) $$invalidate(61, integratedgameframemobile = $$props.integratedgameframemobile);
14559
+ if ('currency' in $$props) $$invalidate(50, currency = $$props.currency);
14560
+ if ('gamepagemodalurl' in $$props) $$invalidate(51, gamepagemodalurl = $$props.gamepagemodalurl);
14561
+ if ('endpoint' in $$props) $$invalidate(52, endpoint = $$props.endpoint);
14562
+ if ('livelobbyendpoint' in $$props) $$invalidate(53, livelobbyendpoint = $$props.livelobbyendpoint);
14563
+ if ('connectlive' in $$props) $$invalidate(54, connectlive = $$props.connectlive);
14564
+ if ('visibilityconnect' in $$props) $$invalidate(55, visibilityconnect = $$props.visibilityconnect);
14565
+ if ('integratedgameframedesktop' in $$props) $$invalidate(56, integratedgameframedesktop = $$props.integratedgameframedesktop);
14566
+ if ('integratedgameframemobile' in $$props) $$invalidate(57, integratedgameframemobile = $$props.integratedgameframemobile);
14602
14567
  if ('isLoggedIn' in $$props) $$invalidate(15, isLoggedIn = $$props.isLoggedIn);
14603
14568
  if ('sessionID' in $$props) sessionID = $$props.sessionID;
14604
14569
  if ('playerID' in $$props) playerID = $$props.playerID;
@@ -14641,11 +14606,11 @@
14641
14606
  }
14642
14607
 
14643
14608
  $$self.$$.update = () => {
14644
- if ($$self.$$.dirty[1] & /*connectlive*/ 134217728) {
14609
+ if ($$self.$$.dirty[1] & /*connectlive*/ 8388608) {
14645
14610
  connectlive && toggleConnect();
14646
14611
  }
14647
14612
 
14648
- if ($$self.$$.dirty[1] & /*visibilityconnect*/ 268435456) {
14613
+ if ($$self.$$.dirty[1] & /*visibilityconnect*/ 16777216) {
14649
14614
  visibilityconnect && toggleVisibilityConnect();
14650
14615
  }
14651
14616
 
@@ -14653,7 +14618,7 @@
14653
14618
  lang && setActiveLanguage();
14654
14619
  }
14655
14620
 
14656
- if ($$self.$$.dirty[1] & /*session, userid, endpoint*/ 33751040) {
14621
+ if ($$self.$$.dirty[1] & /*session, userid, endpoint*/ 2109440) {
14657
14622
  session && userid && endpoint && setSession();
14658
14623
  }
14659
14624
 
@@ -14661,11 +14626,11 @@
14661
14626
  gamethumbnail && setOnLoad();
14662
14627
  }
14663
14628
 
14664
- if ($$self.$$.dirty[0] & /*customStylingContainer*/ 2048 | $$self.$$.dirty[1] & /*clientstyling*/ 262144) {
14629
+ if ($$self.$$.dirty[0] & /*customStylingContainer*/ 2048 | $$self.$$.dirty[1] & /*clientstyling*/ 16384) {
14665
14630
  clientstyling && customStylingContainer && setClientStyling();
14666
14631
  }
14667
14632
 
14668
- if ($$self.$$.dirty[0] & /*customStylingContainer*/ 2048 | $$self.$$.dirty[1] & /*clientstylingurl*/ 524288) {
14633
+ if ($$self.$$.dirty[0] & /*customStylingContainer*/ 2048 | $$self.$$.dirty[1] & /*clientstylingurl*/ 32768) {
14669
14634
  clientstylingurl && customStylingContainer && setClientStylingURL();
14670
14635
  }
14671
14636
 
@@ -14673,15 +14638,15 @@
14673
14638
  favorites && setFavorites();
14674
14639
  }
14675
14640
 
14676
- if ($$self.$$.dirty[1] & /*translationurl*/ 1048576) {
14641
+ if ($$self.$$.dirty[1] & /*translationurl*/ 65536) {
14677
14642
  translationurl && setTranslationUrl();
14678
14643
  }
14679
14644
 
14680
- if ($$self.$$.dirty[0] & /*gamecellsize*/ 512 | $$self.$$.dirty[1] & /*clientstylingurl*/ 524288) {
14645
+ if ($$self.$$.dirty[0] & /*gamecellsize*/ 512 | $$self.$$.dirty[1] & /*clientstylingurl*/ 32768) {
14681
14646
  gamecellsize && clientstylingurl && setClientStylingURL();
14682
14647
  }
14683
14648
 
14684
- if ($$self.$$.dirty[1] & /*endpoint, livelobbyendpoint*/ 100663296) {
14649
+ if ($$self.$$.dirty[1] & /*endpoint, livelobbyendpoint*/ 6291456) {
14685
14650
  endpoint && livelobbyendpoint && setLiveLobbyData();
14686
14651
  }
14687
14652
 
@@ -14734,10 +14699,6 @@
14734
14699
  userAgent,
14735
14700
  toggleGameFrame,
14736
14701
  toggleFavoriteGame,
14737
- gameTouch,
14738
- gameTouchEnd,
14739
- gameHover,
14740
- gameBlur,
14741
14702
  contains,
14742
14703
  renderBetLimits,
14743
14704
  renderDealerName,
@@ -14786,12 +14747,12 @@
14786
14747
  create_fragment$1,
14787
14748
  safe_not_equal,
14788
14749
  {
14789
- session: 47,
14790
- userid: 48,
14750
+ session: 43,
14751
+ userid: 44,
14791
14752
  lang: 1,
14792
- clientstyling: 49,
14793
- clientstylingurl: 50,
14794
- translationurl: 51,
14753
+ clientstyling: 45,
14754
+ clientstylingurl: 46,
14755
+ translationurl: 47,
14795
14756
  favorites: 2,
14796
14757
  gamethumbnail: 3,
14797
14758
  gamename: 4,
@@ -14799,21 +14760,21 @@
14799
14760
  gameid: 6,
14800
14761
  gameisnew: 7,
14801
14762
  gametag: 8,
14802
- gamefunmode: 52,
14763
+ gamefunmode: 48,
14803
14764
  gamefavorite: 0,
14804
14765
  gamecellsize: 9,
14805
- showfavoredcategory: 53,
14766
+ showfavoredcategory: 49,
14806
14767
  showgamename: 10,
14807
- currency: 54,
14808
- gamepagemodalurl: 55,
14809
- endpoint: 56,
14810
- livelobbyendpoint: 57,
14811
- connectlive: 58,
14812
- visibilityconnect: 59,
14813
- integratedgameframedesktop: 60,
14814
- integratedgameframemobile: 61,
14815
- MONEY_WHEEL_COLOR_MAP: 62,
14816
- ROULETTE_COLOR_MAP: 63
14768
+ currency: 50,
14769
+ gamepagemodalurl: 51,
14770
+ endpoint: 52,
14771
+ livelobbyendpoint: 53,
14772
+ connectlive: 54,
14773
+ visibilityconnect: 55,
14774
+ integratedgameframedesktop: 56,
14775
+ integratedgameframemobile: 57,
14776
+ MONEY_WHEEL_COLOR_MAP: 58,
14777
+ ROULETTE_COLOR_MAP: 59
14817
14778
  },
14818
14779
  null,
14819
14780
  [-1, -1, -1, -1]
@@ -14865,7 +14826,7 @@
14865
14826
  }
14866
14827
 
14867
14828
  get session() {
14868
- return this.$$.ctx[47];
14829
+ return this.$$.ctx[43];
14869
14830
  }
14870
14831
 
14871
14832
  set session(session) {
@@ -14874,7 +14835,7 @@
14874
14835
  }
14875
14836
 
14876
14837
  get userid() {
14877
- return this.$$.ctx[48];
14838
+ return this.$$.ctx[44];
14878
14839
  }
14879
14840
 
14880
14841
  set userid(userid) {
@@ -14892,7 +14853,7 @@
14892
14853
  }
14893
14854
 
14894
14855
  get clientstyling() {
14895
- return this.$$.ctx[49];
14856
+ return this.$$.ctx[45];
14896
14857
  }
14897
14858
 
14898
14859
  set clientstyling(clientstyling) {
@@ -14901,7 +14862,7 @@
14901
14862
  }
14902
14863
 
14903
14864
  get clientstylingurl() {
14904
- return this.$$.ctx[50];
14865
+ return this.$$.ctx[46];
14905
14866
  }
14906
14867
 
14907
14868
  set clientstylingurl(clientstylingurl) {
@@ -14910,7 +14871,7 @@
14910
14871
  }
14911
14872
 
14912
14873
  get translationurl() {
14913
- return this.$$.ctx[51];
14874
+ return this.$$.ctx[47];
14914
14875
  }
14915
14876
 
14916
14877
  set translationurl(translationurl) {
@@ -14982,7 +14943,7 @@
14982
14943
  }
14983
14944
 
14984
14945
  get gamefunmode() {
14985
- return this.$$.ctx[52];
14946
+ return this.$$.ctx[48];
14986
14947
  }
14987
14948
 
14988
14949
  set gamefunmode(gamefunmode) {
@@ -15009,7 +14970,7 @@
15009
14970
  }
15010
14971
 
15011
14972
  get showfavoredcategory() {
15012
- return this.$$.ctx[53];
14973
+ return this.$$.ctx[49];
15013
14974
  }
15014
14975
 
15015
14976
  set showfavoredcategory(showfavoredcategory) {
@@ -15027,7 +14988,7 @@
15027
14988
  }
15028
14989
 
15029
14990
  get currency() {
15030
- return this.$$.ctx[54];
14991
+ return this.$$.ctx[50];
15031
14992
  }
15032
14993
 
15033
14994
  set currency(currency) {
@@ -15036,7 +14997,7 @@
15036
14997
  }
15037
14998
 
15038
14999
  get gamepagemodalurl() {
15039
- return this.$$.ctx[55];
15000
+ return this.$$.ctx[51];
15040
15001
  }
15041
15002
 
15042
15003
  set gamepagemodalurl(gamepagemodalurl) {
@@ -15045,7 +15006,7 @@
15045
15006
  }
15046
15007
 
15047
15008
  get endpoint() {
15048
- return this.$$.ctx[56];
15009
+ return this.$$.ctx[52];
15049
15010
  }
15050
15011
 
15051
15012
  set endpoint(endpoint) {
@@ -15054,7 +15015,7 @@
15054
15015
  }
15055
15016
 
15056
15017
  get livelobbyendpoint() {
15057
- return this.$$.ctx[57];
15018
+ return this.$$.ctx[53];
15058
15019
  }
15059
15020
 
15060
15021
  set livelobbyendpoint(livelobbyendpoint) {
@@ -15063,7 +15024,7 @@
15063
15024
  }
15064
15025
 
15065
15026
  get connectlive() {
15066
- return this.$$.ctx[58];
15027
+ return this.$$.ctx[54];
15067
15028
  }
15068
15029
 
15069
15030
  set connectlive(connectlive) {
@@ -15072,7 +15033,7 @@
15072
15033
  }
15073
15034
 
15074
15035
  get visibilityconnect() {
15075
- return this.$$.ctx[59];
15036
+ return this.$$.ctx[55];
15076
15037
  }
15077
15038
 
15078
15039
  set visibilityconnect(visibilityconnect) {
@@ -15081,7 +15042,7 @@
15081
15042
  }
15082
15043
 
15083
15044
  get integratedgameframedesktop() {
15084
- return this.$$.ctx[60];
15045
+ return this.$$.ctx[56];
15085
15046
  }
15086
15047
 
15087
15048
  set integratedgameframedesktop(integratedgameframedesktop) {
@@ -15090,7 +15051,7 @@
15090
15051
  }
15091
15052
 
15092
15053
  get integratedgameframemobile() {
15093
- return this.$$.ctx[61];
15054
+ return this.$$.ctx[57];
15094
15055
  }
15095
15056
 
15096
15057
  set integratedgameframemobile(integratedgameframemobile) {
@@ -15099,7 +15060,7 @@
15099
15060
  }
15100
15061
 
15101
15062
  get MONEY_WHEEL_COLOR_MAP() {
15102
- return this.$$.ctx[62];
15063
+ return this.$$.ctx[58];
15103
15064
  }
15104
15065
 
15105
15066
  set MONEY_WHEEL_COLOR_MAP(value) {
@@ -15107,7 +15068,7 @@
15107
15068
  }
15108
15069
 
15109
15070
  get ROULETTE_COLOR_MAP() {
15110
- return this.$$.ctx[63];
15071
+ return this.$$.ctx[59];
15111
15072
  }
15112
15073
 
15113
15074
  set ROULETTE_COLOR_MAP(value) {