@everymatrix/player-account-gaming-limits 0.0.168 → 0.0.172

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.
@@ -144,9 +144,6 @@
144
144
  function set_input_value(input, value) {
145
145
  input.value = value == null ? '' : value;
146
146
  }
147
- function set_style(node, key, value, important) {
148
- node.style.setProperty(key, value, important ? 'important' : '');
149
- }
150
147
  function select_option(select, value) {
151
148
  for (let i = 0; i < select.options.length; i += 1) {
152
149
  const option = select.options[i];
@@ -11707,7 +11704,96 @@
11707
11704
  return child_ctx;
11708
11705
  }
11709
11706
 
11710
- // (433:2) {#if showsuccessnotification}
11707
+ // (418:2) {#if isMobile}
11708
+ function create_if_block_18(ctx) {
11709
+ let div;
11710
+ let svg;
11711
+ let defs;
11712
+ let style;
11713
+ let t0;
11714
+ let g1;
11715
+ let g0;
11716
+ let path;
11717
+ let t1;
11718
+ let h2;
11719
+ let t2_value = /*$_*/ ctx[17]("editText.back") + "";
11720
+ let t2;
11721
+ let mounted;
11722
+ let dispose;
11723
+
11724
+ const block = {
11725
+ c: function create() {
11726
+ div = element("div");
11727
+ svg = svg_element("svg");
11728
+ defs = svg_element("defs");
11729
+ style = svg_element("style");
11730
+ t0 = text(".aaa{fill:#d0046c;}");
11731
+ g1 = svg_element("g");
11732
+ g0 = svg_element("g");
11733
+ path = svg_element("path");
11734
+ t1 = space();
11735
+ h2 = element("h2");
11736
+ t2 = text(t2_value);
11737
+ add_location(style, file$2, 419, 95, 17419);
11738
+ add_location(defs, file$2, 419, 89, 17413);
11739
+ attr_dev(path, "class", "aaa");
11740
+ attr_dev(path, "d", "M7.5,0,6.136,1.364,11.3,6.526H0V8.474H11.3L6.136,13.636,7.5,15,15,7.5Z");
11741
+ attr_dev(path, "transform", "translate(15 15) rotate(180)");
11742
+ add_location(path, file$2, 421, 10, 17548);
11743
+ attr_dev(g0, "transform", "translate(20 158)");
11744
+ add_location(g0, file$2, 420, 8, 17504);
11745
+ attr_dev(g1, "transform", "translate(-20 -158)");
11746
+ add_location(g1, file$2, 419, 136, 17460);
11747
+ attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
11748
+ attr_dev(svg, "width", "15");
11749
+ attr_dev(svg, "height", "15");
11750
+ attr_dev(svg, "viewBox", "0 0 15 15");
11751
+ add_location(svg, file$2, 419, 6, 17330);
11752
+ attr_dev(h2, "class", "ChangePasswordTitleMobile");
11753
+ add_location(h2, file$2, 425, 6, 17721);
11754
+ attr_dev(div, "class", "MenuReturnButton");
11755
+ add_location(div, file$2, 418, 4, 17258);
11756
+ },
11757
+ m: function mount(target, anchor) {
11758
+ insert_dev(target, div, anchor);
11759
+ append_dev(div, svg);
11760
+ append_dev(svg, defs);
11761
+ append_dev(defs, style);
11762
+ append_dev(style, t0);
11763
+ append_dev(svg, g1);
11764
+ append_dev(g1, g0);
11765
+ append_dev(g0, path);
11766
+ append_dev(div, t1);
11767
+ append_dev(div, h2);
11768
+ append_dev(h2, t2);
11769
+
11770
+ if (!mounted) {
11771
+ dispose = listen_dev(div, "click", /*switchToLimitsGroupView*/ ctx[23], false, false, false);
11772
+ mounted = true;
11773
+ }
11774
+ },
11775
+ p: function update(ctx, dirty) {
11776
+ if (dirty[0] & /*$_*/ 131072 && t2_value !== (t2_value = /*$_*/ ctx[17]("editText.back") + "")) set_data_dev(t2, t2_value);
11777
+ },
11778
+ d: function destroy(detaching) {
11779
+ if (detaching) detach_dev(div);
11780
+ mounted = false;
11781
+ dispose();
11782
+ }
11783
+ };
11784
+
11785
+ dispatch_dev("SvelteRegisterBlock", {
11786
+ block,
11787
+ id: create_if_block_18.name,
11788
+ type: "if",
11789
+ source: "(418:2) {#if isMobile}",
11790
+ ctx
11791
+ });
11792
+
11793
+ return block;
11794
+ }
11795
+
11796
+ // (447:2) {#if showsuccessnotification}
11711
11797
  function create_if_block_17(ctx) {
11712
11798
  let div;
11713
11799
  let p;
@@ -11719,9 +11805,9 @@
11719
11805
  div = element("div");
11720
11806
  p = element("p");
11721
11807
  t = text(t_value);
11722
- add_location(p, file$2, 434, 6, 18409);
11808
+ add_location(p, file$2, 448, 6, 18818);
11723
11809
  attr_dev(div, "class", "AccountEditLimitSuccessfulChangeContainer");
11724
- add_location(div, file$2, 433, 4, 18347);
11810
+ add_location(div, file$2, 447, 4, 18756);
11725
11811
  },
11726
11812
  m: function mount(target, anchor) {
11727
11813
  insert_dev(target, div, anchor);
@@ -11740,14 +11826,14 @@
11740
11826
  block,
11741
11827
  id: create_if_block_17.name,
11742
11828
  type: "if",
11743
- source: "(433:2) {#if showsuccessnotification}",
11829
+ source: "(447:2) {#if showsuccessnotification}",
11744
11830
  ctx
11745
11831
  });
11746
11832
 
11747
11833
  return block;
11748
11834
  }
11749
11835
 
11750
- // (438:2) {#if showdeletenotification}
11836
+ // (452:2) {#if showdeletenotification}
11751
11837
  function create_if_block_14(ctx) {
11752
11838
  let div;
11753
11839
 
@@ -11764,7 +11850,7 @@
11764
11850
  div = element("div");
11765
11851
  if_block.c();
11766
11852
  attr_dev(div, "class", "AccountEditLimitSuccessfulChangeContainer");
11767
- add_location(div, file$2, 438, 4, 18495);
11853
+ add_location(div, file$2, 452, 4, 18904);
11768
11854
  },
11769
11855
  m: function mount(target, anchor) {
11770
11856
  insert_dev(target, div, anchor);
@@ -11793,14 +11879,14 @@
11793
11879
  block,
11794
11880
  id: create_if_block_14.name,
11795
11881
  type: "if",
11796
- source: "(438:2) {#if showdeletenotification}",
11882
+ source: "(452:2) {#if showdeletenotification}",
11797
11883
  ctx
11798
11884
  });
11799
11885
 
11800
11886
  return block;
11801
11887
  }
11802
11888
 
11803
- // (446:6) {:else}
11889
+ // (460:6) {:else}
11804
11890
  function create_else_block_2$1(ctx) {
11805
11891
  let p;
11806
11892
  let t0_value = /*$_*/ ctx[17]("editText.remove") + "";
@@ -11819,7 +11905,7 @@
11819
11905
  t0 = text(t0_value);
11820
11906
  t1 = space();
11821
11907
  t2 = text(t2_value);
11822
- add_location(p, file$2, 446, 8, 18880);
11908
+ add_location(p, file$2, 460, 8, 19289);
11823
11909
  },
11824
11910
  m: function mount(target, anchor) {
11825
11911
  insert_dev(target, p, anchor);
@@ -11843,14 +11929,14 @@
11843
11929
  block,
11844
11930
  id: create_else_block_2$1.name,
11845
11931
  type: "else",
11846
- source: "(446:6) {:else}",
11932
+ source: "(460:6) {:else}",
11847
11933
  ctx
11848
11934
  });
11849
11935
 
11850
11936
  return block;
11851
11937
  }
11852
11938
 
11853
- // (440:6) {#if isArray}
11939
+ // (454:6) {#if isArray}
11854
11940
  function create_if_block_15(ctx) {
11855
11941
  let each_1_anchor;
11856
11942
  let each_value_5 = /*limitsUpdateData*/ ctx[13];
@@ -11911,14 +11997,14 @@
11911
11997
  block,
11912
11998
  id: create_if_block_15.name,
11913
11999
  type: "if",
11914
- source: "(440:6) {#if isArray}",
12000
+ source: "(454:6) {#if isArray}",
11915
12001
  ctx
11916
12002
  });
11917
12003
 
11918
12004
  return block;
11919
12005
  }
11920
12006
 
11921
- // (442:10) {#if selectData.period == storedData[index].periodName}
12007
+ // (456:10) {#if selectData.period == storedData[index].periodName}
11922
12008
  function create_if_block_16(ctx) {
11923
12009
  let p;
11924
12010
  let t0_value = /*$_*/ ctx[17]("editText.remove") + "";
@@ -11937,7 +12023,7 @@
11937
12023
  t0 = text(t0_value);
11938
12024
  t1 = space();
11939
12025
  t2 = text(t2_value);
11940
- add_location(p, file$2, 442, 12, 18703);
12026
+ add_location(p, file$2, 456, 12, 19112);
11941
12027
  },
11942
12028
  m: function mount(target, anchor) {
11943
12029
  insert_dev(target, p, anchor);
@@ -11961,14 +12047,14 @@
11961
12047
  block,
11962
12048
  id: create_if_block_16.name,
11963
12049
  type: "if",
11964
- source: "(442:10) {#if selectData.period == storedData[index].periodName}",
12050
+ source: "(456:10) {#if selectData.period == storedData[index].periodName}",
11965
12051
  ctx
11966
12052
  });
11967
12053
 
11968
12054
  return block;
11969
12055
  }
11970
12056
 
11971
- // (441:8) {#each limitsUpdateData as selectData, index}
12057
+ // (455:8) {#each limitsUpdateData as selectData, index}
11972
12058
  function create_each_block_5(ctx) {
11973
12059
  let if_block_anchor;
11974
12060
  let if_block = /*selectData*/ ctx[48].period == /*storedData*/ ctx[16][/*index*/ ctx[50]].periodName && create_if_block_16(ctx);
@@ -12006,14 +12092,14 @@
12006
12092
  block,
12007
12093
  id: create_each_block_5.name,
12008
12094
  type: "each",
12009
- source: "(441:8) {#each limitsUpdateData as selectData, index}",
12095
+ source: "(455:8) {#each limitsUpdateData as selectData, index}",
12010
12096
  ctx
12011
12097
  });
12012
12098
 
12013
12099
  return block;
12014
12100
  }
12015
12101
 
12016
- // (451:2) {#if showLimits}
12102
+ // (465:2) {#if showLimits}
12017
12103
  function create_if_block$2(ctx) {
12018
12104
  let div;
12019
12105
 
@@ -12030,7 +12116,7 @@
12030
12116
  div = element("div");
12031
12117
  if_block.c();
12032
12118
  attr_dev(div, "class", "AccountEditContent");
12033
- add_location(div, file$2, 451, 2, 19055);
12119
+ add_location(div, file$2, 465, 2, 19464);
12034
12120
  },
12035
12121
  m: function mount(target, anchor) {
12036
12122
  insert_dev(target, div, anchor);
@@ -12059,14 +12145,14 @@
12059
12145
  block,
12060
12146
  id: create_if_block$2.name,
12061
12147
  type: "if",
12062
- source: "(451:2) {#if showLimits}",
12148
+ source: "(465:2) {#if showLimits}",
12063
12149
  ctx
12064
12150
  });
12065
12151
 
12066
12152
  return block;
12067
12153
  }
12068
12154
 
12069
- // (492:4) {:else}
12155
+ // (506:4) {:else}
12070
12156
  function create_else_block_1$1(ctx) {
12071
12157
  let div1;
12072
12158
  let div0;
@@ -12113,15 +12199,15 @@
12113
12199
  }
12114
12200
 
12115
12201
  attr_dev(p, "class", "AccountEditLimitsTitle");
12116
- add_location(p, file$2, 494, 10, 22230);
12202
+ add_location(p, file$2, 508, 10, 22637);
12117
12203
  attr_dev(select, "class", "AccountEditField " + (/*isMobile*/ ctx[18] ? "TimeoutSelectMobile" : ""));
12118
12204
  select.disabled = select_disabled_value = /*limitsUpdateData*/ ctx[13].isModified === true;
12119
12205
  if (/*limitsUpdateData*/ ctx[13].period === void 0) add_render_callback(() => /*select_change_handler_1*/ ctx[29].call(select));
12120
- add_location(select, file$2, 495, 10, 22284);
12206
+ add_location(select, file$2, 509, 10, 22691);
12121
12207
  attr_dev(div0, "class", "AccountEditLimitsSplitSection");
12122
- add_location(div0, file$2, 493, 8, 22176);
12208
+ add_location(div0, file$2, 507, 8, 22583);
12123
12209
  attr_dev(div1, "class", "AccountEditLimitsContainer");
12124
- add_location(div1, file$2, 492, 6, 22127);
12210
+ add_location(div1, file$2, 506, 6, 22534);
12125
12211
  },
12126
12212
  m: function mount(target, anchor) {
12127
12213
  insert_dev(target, div1, anchor);
@@ -12231,14 +12317,14 @@
12231
12317
  block,
12232
12318
  id: create_else_block_1$1.name,
12233
12319
  type: "else",
12234
- source: "(492:4) {:else}",
12320
+ source: "(506:4) {:else}",
12235
12321
  ctx
12236
12322
  });
12237
12323
 
12238
12324
  return block;
12239
12325
  }
12240
12326
 
12241
- // (453:4) {#if (isArray)}
12327
+ // (467:4) {#if (isArray)}
12242
12328
  function create_if_block_1$2(ctx) {
12243
12329
  let div;
12244
12330
  let each_value = /*limitsUpdateData*/ ctx[13];
@@ -12258,7 +12344,7 @@
12258
12344
  }
12259
12345
 
12260
12346
  attr_dev(div, "class", "AccountEditLimitsContainer");
12261
- add_location(div, file$2, 453, 6, 19179);
12347
+ add_location(div, file$2, 467, 6, 19586);
12262
12348
  },
12263
12349
  m: function mount(target, anchor) {
12264
12350
  insert_dev(target, div, anchor);
@@ -12302,14 +12388,14 @@
12302
12388
  block,
12303
12389
  id: create_if_block_1$2.name,
12304
12390
  type: "if",
12305
- source: "(453:4) {#if (isArray)}",
12391
+ source: "(467:4) {#if (isArray)}",
12306
12392
  ctx
12307
12393
  });
12308
12394
 
12309
12395
  return block;
12310
12396
  }
12311
12397
 
12312
- // (497:12) {#each periodValues as selectData}
12398
+ // (511:12) {#each periodValues as selectData}
12313
12399
  function create_each_block_4(ctx) {
12314
12400
  let option;
12315
12401
  let t_value = /*selectData*/ ctx[48] + "";
@@ -12321,7 +12407,7 @@
12321
12407
  t = text(t_value);
12322
12408
  option.__value = /*selectData*/ ctx[48];
12323
12409
  option.value = option.__value;
12324
- add_location(option, file$2, 497, 14, 22585);
12410
+ add_location(option, file$2, 511, 14, 22992);
12325
12411
  },
12326
12412
  m: function mount(target, anchor) {
12327
12413
  insert_dev(target, option, anchor);
@@ -12337,14 +12423,14 @@
12337
12423
  block,
12338
12424
  id: create_each_block_4.name,
12339
12425
  type: "each",
12340
- source: "(497:12) {#each periodValues as selectData}",
12426
+ source: "(511:12) {#each periodValues as selectData}",
12341
12427
  ctx
12342
12428
  });
12343
12429
 
12344
12430
  return block;
12345
12431
  }
12346
12432
 
12347
- // (503:10) {#if limitsUpdateData.period === savedData.periodName}
12433
+ // (517:10) {#if limitsUpdateData.period === savedData.periodName}
12348
12434
  function create_if_block_9$1(ctx) {
12349
12435
  let div1;
12350
12436
  let p;
@@ -12398,21 +12484,21 @@
12398
12484
  if (if_block1) if_block1.c();
12399
12485
  t5 = space();
12400
12486
  attr_dev(p, "class", "AccountEditLimitsTitle");
12401
- add_location(p, file$2, 504, 14, 22871);
12487
+ add_location(p, file$2, 518, 14, 23278);
12402
12488
  option.__value = "";
12403
12489
  option.value = option.__value;
12404
12490
  option.disabled = true;
12405
12491
  option.selected = true;
12406
12492
  option.hidden = true;
12407
- add_location(option, file$2, 506, 16, 23189);
12493
+ add_location(option, file$2, 520, 16, 23596);
12408
12494
  attr_dev(select, "class", "AccountEditField " + (/*isMobile*/ ctx[18] ? "TimeoutSelectMobile" : ""));
12409
12495
  select.disabled = select_disabled_value = /*limitsUpdateData*/ ctx[13].isModified === true;
12410
12496
  if (/*savedData*/ ctx[54].amount === void 0) add_render_callback(select_change_handler_2);
12411
- add_location(select, file$2, 505, 14, 22947);
12497
+ add_location(select, file$2, 519, 14, 23354);
12412
12498
  attr_dev(div0, "class", "AccountEditLimitsInputContainer");
12413
- add_location(div0, file$2, 511, 14, 23581);
12499
+ add_location(div0, file$2, 525, 14, 23988);
12414
12500
  attr_dev(div1, "class", "AccountEditLimitsSplitSection");
12415
- add_location(div1, file$2, 503, 12, 22813);
12501
+ add_location(div1, file$2, 517, 12, 23220);
12416
12502
  },
12417
12503
  m: function mount(target, anchor) {
12418
12504
  insert_dev(target, div1, anchor);
@@ -12530,14 +12616,14 @@
12530
12616
  block,
12531
12617
  id: create_if_block_9$1.name,
12532
12618
  type: "if",
12533
- source: "(503:10) {#if limitsUpdateData.period === savedData.periodName}",
12619
+ source: "(517:10) {#if limitsUpdateData.period === savedData.periodName}",
12534
12620
  ctx
12535
12621
  });
12536
12622
 
12537
12623
  return block;
12538
12624
  }
12539
12625
 
12540
- // (509:58) {#if selectData !== "No limit" && selectData !== "Custom"}
12626
+ // (523:58) {#if selectData !== "No limit" && selectData !== "Custom"}
12541
12627
  function create_if_block_13(ctx) {
12542
12628
  let t;
12543
12629
 
@@ -12560,14 +12646,14 @@
12560
12646
  block,
12561
12647
  id: create_if_block_13.name,
12562
12648
  type: "if",
12563
- source: "(509:58) {#if selectData !== \\\"No limit\\\" && selectData !== \\\"Custom\\\"}",
12649
+ source: "(523:58) {#if selectData !== \\\"No limit\\\" && selectData !== \\\"Custom\\\"}",
12564
12650
  ctx
12565
12651
  });
12566
12652
 
12567
12653
  return block;
12568
12654
  }
12569
12655
 
12570
- // (508:16) {#each lossLimitPredefinedValues as selectData}
12656
+ // (522:16) {#each lossLimitPredefinedValues as selectData}
12571
12657
  function create_each_block_3(ctx) {
12572
12658
  let option;
12573
12659
  let t0_value = /*selectData*/ ctx[48] + "";
@@ -12583,7 +12669,7 @@
12583
12669
  if (if_block) if_block.c();
12584
12670
  option.__value = /*selectData*/ ctx[48];
12585
12671
  option.value = option.__value;
12586
- add_location(option, file$2, 508, 18, 23347);
12672
+ add_location(option, file$2, 522, 18, 23754);
12587
12673
  },
12588
12674
  m: function mount(target, anchor) {
12589
12675
  insert_dev(target, option, anchor);
@@ -12604,14 +12690,14 @@
12604
12690
  block,
12605
12691
  id: create_each_block_3.name,
12606
12692
  type: "each",
12607
- source: "(508:16) {#each lossLimitPredefinedValues as selectData}",
12693
+ source: "(522:16) {#each lossLimitPredefinedValues as selectData}",
12608
12694
  ctx
12609
12695
  });
12610
12696
 
12611
12697
  return block;
12612
12698
  }
12613
12699
 
12614
- // (513:16) {#if savedData.amount === "Custom"}
12700
+ // (527:16) {#if savedData.amount === "Custom"}
12615
12701
  function create_if_block_11$1(ctx) {
12616
12702
  let input;
12617
12703
  let input_disabled_value;
@@ -12635,7 +12721,7 @@
12635
12721
  attr_dev(input, "type", "number");
12636
12722
  attr_dev(input, "class", "AccountEditField");
12637
12723
  input.disabled = input_disabled_value = /*limitsUpdateData*/ ctx[13].isModified === true;
12638
- add_location(input, file$2, 513, 18, 23697);
12724
+ add_location(input, file$2, 527, 18, 24104);
12639
12725
  },
12640
12726
  m: function mount(target, anchor) {
12641
12727
  insert_dev(target, input, anchor);
@@ -12700,14 +12786,14 @@
12700
12786
  block,
12701
12787
  id: create_if_block_11$1.name,
12702
12788
  type: "if",
12703
- source: "(513:16) {#if savedData.amount === \\\"Custom\\\"}",
12789
+ source: "(527:16) {#if savedData.amount === \\\"Custom\\\"}",
12704
12790
  ctx
12705
12791
  });
12706
12792
 
12707
12793
  return block;
12708
12794
  }
12709
12795
 
12710
- // (515:18) {#if invalidIndex === true}
12796
+ // (529:18) {#if invalidIndex === true}
12711
12797
  function create_if_block_12$1(ctx) {
12712
12798
  let p;
12713
12799
  let span;
@@ -12720,9 +12806,9 @@
12720
12806
  span = element("span");
12721
12807
  t = text(t_value);
12722
12808
  attr_dev(span, "class", "InvalidInput InvalidSingleRow");
12723
- add_location(span, file$2, 516, 20, 24015);
12809
+ add_location(span, file$2, 530, 20, 24422);
12724
12810
  attr_dev(p, "class", "AccountEditWarningText");
12725
- add_location(p, file$2, 515, 18, 23960);
12811
+ add_location(p, file$2, 529, 18, 24367);
12726
12812
  },
12727
12813
  m: function mount(target, anchor) {
12728
12814
  insert_dev(target, p, anchor);
@@ -12741,14 +12827,14 @@
12741
12827
  block,
12742
12828
  id: create_if_block_12$1.name,
12743
12829
  type: "if",
12744
- source: "(515:18) {#if invalidIndex === true}",
12830
+ source: "(529:18) {#if invalidIndex === true}",
12745
12831
  ctx
12746
12832
  });
12747
12833
 
12748
12834
  return block;
12749
12835
  }
12750
12836
 
12751
- // (521:16) {#if limitsUpdateData.isModified === true}
12837
+ // (535:16) {#if limitsUpdateData.isModified === true}
12752
12838
  function create_if_block_10$1(ctx) {
12753
12839
  let p0;
12754
12840
  let t0_value = /*$_*/ ctx[17]("editText.expirationDate") + "";
@@ -12799,15 +12885,15 @@
12799
12885
  t8 = space();
12800
12886
  t9 = text(/*playercurrency*/ ctx[4]);
12801
12887
  t10 = text(t10_value);
12802
- add_location(span0, file$2, 521, 89, 24325);
12888
+ add_location(span0, file$2, 535, 89, 24732);
12803
12889
  attr_dev(p0, "class", "AccountEditLimitsExpiryDate");
12804
- add_location(p0, file$2, 521, 18, 24254);
12890
+ add_location(p0, file$2, 535, 18, 24661);
12805
12891
  attr_dev(span1, "class", "AccountEditLimitChangePeriodIcon");
12806
- add_location(span1, file$2, 523, 23, 24528);
12807
- add_location(span2, file$2, 523, 78, 24583);
12808
- add_location(p1, file$2, 523, 20, 24525);
12892
+ add_location(span1, file$2, 537, 23, 24935);
12893
+ add_location(span2, file$2, 537, 78, 24990);
12894
+ add_location(p1, file$2, 537, 20, 24932);
12809
12895
  attr_dev(div, "class", "AccountEditLimitsPeriodChangeContainer");
12810
- add_location(div, file$2, 522, 18, 24452);
12896
+ add_location(div, file$2, 536, 18, 24859);
12811
12897
  },
12812
12898
  m: function mount(target, anchor) {
12813
12899
  insert_dev(target, p0, anchor);
@@ -12854,14 +12940,14 @@
12854
12940
  block,
12855
12941
  id: create_if_block_10$1.name,
12856
12942
  type: "if",
12857
- source: "(521:16) {#if limitsUpdateData.isModified === true}",
12943
+ source: "(535:16) {#if limitsUpdateData.isModified === true}",
12858
12944
  ctx
12859
12945
  });
12860
12946
 
12861
12947
  return block;
12862
12948
  }
12863
12949
 
12864
- // (502:8) {#each storedData as savedData, index}
12950
+ // (516:8) {#each storedData as savedData, index}
12865
12951
  function create_each_block_2(ctx) {
12866
12952
  let if_block_anchor;
12867
12953
  let if_block = /*limitsUpdateData*/ ctx[13].period === /*savedData*/ ctx[54].periodName && create_if_block_9$1(ctx);
@@ -12899,14 +12985,14 @@
12899
12985
  block,
12900
12986
  id: create_each_block_2.name,
12901
12987
  type: "each",
12902
- source: "(502:8) {#each storedData as savedData, index}",
12988
+ source: "(516:8) {#each storedData as savedData, index}",
12903
12989
  ctx
12904
12990
  });
12905
12991
 
12906
12992
  return block;
12907
12993
  }
12908
12994
 
12909
- // (458:12) {#if selectData.period == storedData[index].periodName}
12995
+ // (472:12) {#if selectData.period == storedData[index].periodName}
12910
12996
  function create_if_block_2$2(ctx) {
12911
12997
  let select;
12912
12998
  let option;
@@ -12953,11 +13039,11 @@
12953
13039
  option.disabled = true;
12954
13040
  option.selected = true;
12955
13041
  option.hidden = true;
12956
- add_location(option, file$2, 459, 16, 19727);
13042
+ add_location(option, file$2, 473, 16, 20134);
12957
13043
  attr_dev(select, "class", "AccountEditField " + (/*isMobile*/ ctx[18] ? "TimeoutSelectMobile" : ""));
12958
13044
  select.disabled = select_disabled_value = /*selectData*/ ctx[48].isModified === true;
12959
13045
  if (/*storedData*/ ctx[16][/*index*/ ctx[50]].amount === void 0) add_render_callback(select_change_handler);
12960
- add_location(select, file$2, 458, 14, 19471);
13046
+ add_location(select, file$2, 472, 14, 19878);
12961
13047
  },
12962
13048
  m: function mount(target, anchor) {
12963
13049
  insert_dev(target, select, anchor);
@@ -13072,14 +13158,14 @@
13072
13158
  block,
13073
13159
  id: create_if_block_2$2.name,
13074
13160
  type: "if",
13075
- source: "(458:12) {#if selectData.period == storedData[index].periodName}",
13161
+ source: "(472:12) {#if selectData.period == storedData[index].periodName}",
13076
13162
  ctx
13077
13163
  });
13078
13164
 
13079
13165
  return block;
13080
13166
  }
13081
13167
 
13082
- // (462:66) {#if predefinedData !== "No limit" && predefinedData !== "Custom"}
13168
+ // (476:66) {#if predefinedData !== "No limit" && predefinedData !== "Custom"}
13083
13169
  function create_if_block_8$1(ctx) {
13084
13170
  let t_value = (/*limitname*/ ctx[3] !== "Time Limit"
13085
13171
  ? /*playercurrency*/ ctx[4]
@@ -13108,14 +13194,14 @@
13108
13194
  block,
13109
13195
  id: create_if_block_8$1.name,
13110
13196
  type: "if",
13111
- source: "(462:66) {#if predefinedData !== \\\"No limit\\\" && predefinedData !== \\\"Custom\\\"}",
13197
+ source: "(476:66) {#if predefinedData !== \\\"No limit\\\" && predefinedData !== \\\"Custom\\\"}",
13112
13198
  ctx
13113
13199
  });
13114
13200
 
13115
13201
  return block;
13116
13202
  }
13117
13203
 
13118
- // (461:16) {#each depositPredefinedValues[index].values as predefinedData}
13204
+ // (475:16) {#each depositPredefinedValues[index].values as predefinedData}
13119
13205
  function create_each_block_1$1(ctx) {
13120
13206
  let option;
13121
13207
  let t0_value = /*predefinedData*/ ctx[51] + "";
@@ -13131,7 +13217,7 @@
13131
13217
  if (if_block) if_block.c();
13132
13218
  option.__value = /*predefinedData*/ ctx[51];
13133
13219
  option.value = option.__value;
13134
- add_location(option, file$2, 461, 18, 19901);
13220
+ add_location(option, file$2, 475, 18, 20308);
13135
13221
  },
13136
13222
  m: function mount(target, anchor) {
13137
13223
  insert_dev(target, option, anchor);
@@ -13152,14 +13238,14 @@
13152
13238
  block,
13153
13239
  id: create_each_block_1$1.name,
13154
13240
  type: "each",
13155
- source: "(461:16) {#each depositPredefinedValues[index].values as predefinedData}",
13241
+ source: "(475:16) {#each depositPredefinedValues[index].values as predefinedData}",
13156
13242
  ctx
13157
13243
  });
13158
13244
 
13159
13245
  return block;
13160
13246
  }
13161
13247
 
13162
- // (465:14) {#if storedData[index].amount === "Custom"}
13248
+ // (479:14) {#if storedData[index].amount === "Custom"}
13163
13249
  function create_if_block_4$1(ctx) {
13164
13250
  let if_block_anchor;
13165
13251
 
@@ -13203,14 +13289,14 @@
13203
13289
  block,
13204
13290
  id: create_if_block_4$1.name,
13205
13291
  type: "if",
13206
- source: "(465:14) {#if storedData[index].amount === \\\"Custom\\\"}",
13292
+ source: "(479:14) {#if storedData[index].amount === \\\"Custom\\\"}",
13207
13293
  ctx
13208
13294
  });
13209
13295
 
13210
13296
  return block;
13211
13297
  }
13212
13298
 
13213
- // (473:16) {:else}
13299
+ // (487:16) {:else}
13214
13300
  function create_else_block$2(ctx) {
13215
13301
  let input;
13216
13302
  let input_disabled_value;
@@ -13234,9 +13320,9 @@
13234
13320
  attr_dev(input, "type", "number");
13235
13321
  attr_dev(input, "class", "AccountEditField");
13236
13322
  input.disabled = input_disabled_value = /*selectData*/ ctx[48].isModified === true;
13237
- add_location(input, file$2, 473, 18, 20762);
13323
+ add_location(input, file$2, 487, 18, 21169);
13238
13324
  attr_dev(p, "class", "AccountEditWarningText");
13239
- add_location(p, file$2, 474, 18, 20992);
13325
+ add_location(p, file$2, 488, 18, 21399);
13240
13326
  },
13241
13327
  m: function mount(target, anchor) {
13242
13328
  insert_dev(target, input, anchor);
@@ -13301,14 +13387,14 @@
13301
13387
  block,
13302
13388
  id: create_else_block$2.name,
13303
13389
  type: "else",
13304
- source: "(473:16) {:else}",
13390
+ source: "(487:16) {:else}",
13305
13391
  ctx
13306
13392
  });
13307
13393
 
13308
13394
  return block;
13309
13395
  }
13310
13396
 
13311
- // (466:16) {#if limitname === "Deposit Limit"}
13397
+ // (480:16) {#if limitname === "Deposit Limit"}
13312
13398
  function create_if_block_5$1(ctx) {
13313
13399
  let input;
13314
13400
  let input_disabled_value;
@@ -13332,9 +13418,9 @@
13332
13418
  attr_dev(input, "type", "number");
13333
13419
  attr_dev(input, "class", "AccountEditField");
13334
13420
  input.disabled = input_disabled_value = /*selectData*/ ctx[48].isModified === true;
13335
- add_location(input, file$2, 466, 18, 20264);
13421
+ add_location(input, file$2, 480, 18, 20671);
13336
13422
  attr_dev(p, "class", "AccountEditWarningText");
13337
- add_location(p, file$2, 467, 18, 20495);
13423
+ add_location(p, file$2, 481, 18, 20902);
13338
13424
  },
13339
13425
  m: function mount(target, anchor) {
13340
13426
  insert_dev(target, input, anchor);
@@ -13399,14 +13485,14 @@
13399
13485
  block,
13400
13486
  id: create_if_block_5$1.name,
13401
13487
  type: "if",
13402
- source: "(466:16) {#if limitname === \\\"Deposit Limit\\\"}",
13488
+ source: "(480:16) {#if limitname === \\\"Deposit Limit\\\"}",
13403
13489
  ctx
13404
13490
  });
13405
13491
 
13406
13492
  return block;
13407
13493
  }
13408
13494
 
13409
- // (476:20) {#if invalidIndexes[index] == 1}
13495
+ // (490:20) {#if invalidIndexes[index] == 1}
13410
13496
  function create_if_block_7$1(ctx) {
13411
13497
  let p;
13412
13498
 
@@ -13424,7 +13510,7 @@
13424
13510
  p = element("p");
13425
13511
  t = text(t_value);
13426
13512
  attr_dev(p, "class", "InvalidInput");
13427
- add_location(p, file$2, 476, 22, 21102);
13513
+ add_location(p, file$2, 490, 22, 21509);
13428
13514
  },
13429
13515
  m: function mount(target, anchor) {
13430
13516
  insert_dev(target, p, anchor);
@@ -13447,14 +13533,14 @@
13447
13533
  block,
13448
13534
  id: create_if_block_7$1.name,
13449
13535
  type: "if",
13450
- source: "(476:20) {#if invalidIndexes[index] == 1}",
13536
+ source: "(490:20) {#if invalidIndexes[index] == 1}",
13451
13537
  ctx
13452
13538
  });
13453
13539
 
13454
13540
  return block;
13455
13541
  }
13456
13542
 
13457
- // (469:20) {#if invalidIndexes[index] == 1}
13543
+ // (483:20) {#if invalidIndexes[index] == 1}
13458
13544
  function create_if_block_6$1(ctx) {
13459
13545
  let p;
13460
13546
  let t_value = /*$_*/ ctx[17]("editText.invalidInputMessageLimit") + "";
@@ -13465,7 +13551,7 @@
13465
13551
  p = element("p");
13466
13552
  t = text(t_value);
13467
13553
  attr_dev(p, "class", "InvalidInput");
13468
- add_location(p, file$2, 469, 18, 20601);
13554
+ add_location(p, file$2, 483, 18, 21008);
13469
13555
  },
13470
13556
  m: function mount(target, anchor) {
13471
13557
  insert_dev(target, p, anchor);
@@ -13483,14 +13569,14 @@
13483
13569
  block,
13484
13570
  id: create_if_block_6$1.name,
13485
13571
  type: "if",
13486
- source: "(469:20) {#if invalidIndexes[index] == 1}",
13572
+ source: "(483:20) {#if invalidIndexes[index] == 1}",
13487
13573
  ctx
13488
13574
  });
13489
13575
 
13490
13576
  return block;
13491
13577
  }
13492
13578
 
13493
- // (482:14) {#if selectData.isModified === true}
13579
+ // (496:14) {#if selectData.isModified === true}
13494
13580
  function create_if_block_3$1(ctx) {
13495
13581
  let p0;
13496
13582
  let t0_value = /*$_*/ ctx[17]("editText.expirationDate") + "";
@@ -13546,15 +13632,15 @@
13546
13632
  t8 = space();
13547
13633
  t9 = text(t9_value);
13548
13634
  t10 = text(t10_value);
13549
- add_location(span0, file$2, 482, 87, 21460);
13635
+ add_location(span0, file$2, 496, 87, 21867);
13550
13636
  attr_dev(p0, "class", "AccountEditLimitsExpiryDate");
13551
- add_location(p0, file$2, 482, 16, 21389);
13637
+ add_location(p0, file$2, 496, 16, 21796);
13552
13638
  attr_dev(span1, "class", "AccountEditLimitChangePeriodIcon");
13553
- add_location(span1, file$2, 484, 19, 21657);
13554
- add_location(span2, file$2, 484, 74, 21712);
13555
- add_location(p1, file$2, 484, 16, 21654);
13639
+ add_location(span1, file$2, 498, 19, 22064);
13640
+ add_location(span2, file$2, 498, 74, 22119);
13641
+ add_location(p1, file$2, 498, 16, 22061);
13556
13642
  attr_dev(div, "class", "AccountEditLimitsPeriodChangeContainer");
13557
- add_location(div, file$2, 483, 16, 21585);
13643
+ add_location(div, file$2, 497, 16, 21992);
13558
13644
  },
13559
13645
  m: function mount(target, anchor) {
13560
13646
  insert_dev(target, p0, anchor);
@@ -13604,14 +13690,14 @@
13604
13690
  block,
13605
13691
  id: create_if_block_3$1.name,
13606
13692
  type: "if",
13607
- source: "(482:14) {#if selectData.isModified === true}",
13693
+ source: "(496:14) {#if selectData.isModified === true}",
13608
13694
  ctx
13609
13695
  });
13610
13696
 
13611
13697
  return block;
13612
13698
  }
13613
13699
 
13614
- // (455:8) {#each limitsUpdateData as selectData, index}
13700
+ // (469:8) {#each limitsUpdateData as selectData, index}
13615
13701
  function create_each_block$1(ctx) {
13616
13702
  let div;
13617
13703
  let p;
@@ -13630,9 +13716,9 @@
13630
13716
  if (if_block) if_block.c();
13631
13717
  t2 = space();
13632
13718
  attr_dev(p, "class", "AccountEditLimitsTitle");
13633
- add_location(p, file$2, 456, 12, 19331);
13719
+ add_location(p, file$2, 470, 12, 19738);
13634
13720
  attr_dev(div, "class", "AccountEditLimitsBox");
13635
- add_location(div, file$2, 455, 10, 19284);
13721
+ add_location(div, file$2, 469, 10, 19691);
13636
13722
  },
13637
13723
  m: function mount(target, anchor) {
13638
13724
  insert_dev(target, div, anchor);
@@ -13668,7 +13754,7 @@
13668
13754
  block,
13669
13755
  id: create_each_block$1.name,
13670
13756
  type: "each",
13671
- source: "(455:8) {#each limitsUpdateData as selectData, index}",
13757
+ source: "(469:8) {#each limitsUpdateData as selectData, index}",
13672
13758
  ctx
13673
13759
  });
13674
13760
 
@@ -13677,164 +13763,182 @@
13677
13763
 
13678
13764
  function create_fragment$2(ctx) {
13679
13765
  let div4;
13766
+ let t0;
13680
13767
  let div0;
13681
13768
  let svg;
13682
- let g;
13683
- let path;
13684
- let t0;
13685
- let span0;
13686
- let t1_value = /*$_*/ ctx[17]("editText.back") + "";
13769
+ let defs;
13770
+ let style;
13687
13771
  let t1;
13772
+ let g1;
13773
+ let g0;
13774
+ let path;
13688
13775
  let t2;
13689
- let div2;
13690
- let h6;
13691
- let t3_value = (/*limitsdata*/ ctx[0] ? /*limitname*/ ctx[3] : "") + "";
13776
+ let h2;
13777
+ let t3_value = /*$_*/ ctx[17]("editText.back") + "";
13692
13778
  let t3;
13693
13779
  let t4;
13694
- let div1;
13695
- let span1;
13780
+ let div2;
13781
+ let h6;
13782
+ let t5_value = (/*limitsdata*/ ctx[0] ? /*limitname*/ ctx[3] : "") + "";
13783
+ let t5;
13696
13784
  let t6;
13697
- let player_account_gaming_limits_popup;
13698
- let t7;
13785
+ let div1;
13786
+ let span;
13699
13787
  let t8;
13788
+ let player_account_gaming_limits_popup;
13700
13789
  let t9;
13701
13790
  let t10;
13791
+ let t11;
13792
+ let t12;
13702
13793
  let div3;
13703
13794
  let button;
13704
- let t11_value = /*$_*/ ctx[17]("editText.save") + "";
13705
- let t11;
13795
+ let t13_value = /*$_*/ ctx[17]("editText.save") + "";
13796
+ let t13;
13706
13797
  let button_class_value;
13707
13798
  let button_disabled_value;
13708
- let t12;
13799
+ let t14;
13709
13800
  let player_account_modal;
13710
13801
  let player_account_gaming_limits_confirmation_modal;
13711
13802
  let mounted;
13712
13803
  let dispose;
13713
- let if_block0 = /*showsuccessnotification*/ ctx[1] && create_if_block_17(ctx);
13714
- let if_block1 = /*showdeletenotification*/ ctx[2] && create_if_block_14(ctx);
13715
- let if_block2 = /*showLimits*/ ctx[6] && create_if_block$2(ctx);
13804
+ let if_block0 = /*isMobile*/ ctx[18] && create_if_block_18(ctx);
13805
+ let if_block1 = /*showsuccessnotification*/ ctx[1] && create_if_block_17(ctx);
13806
+ let if_block2 = /*showdeletenotification*/ ctx[2] && create_if_block_14(ctx);
13807
+ let if_block3 = /*showLimits*/ ctx[6] && create_if_block$2(ctx);
13716
13808
 
13717
13809
  const block = {
13718
13810
  c: function create() {
13719
13811
  div4 = element("div");
13812
+ if (if_block0) if_block0.c();
13813
+ t0 = space();
13720
13814
  div0 = element("div");
13721
13815
  svg = svg_element("svg");
13722
- g = svg_element("g");
13816
+ defs = svg_element("defs");
13817
+ style = svg_element("style");
13818
+ t1 = text(".aaa{fill:#d0046c;}");
13819
+ g1 = svg_element("g");
13820
+ g0 = svg_element("g");
13723
13821
  path = svg_element("path");
13724
- t0 = space();
13725
- span0 = element("span");
13726
- t1 = text(t1_value);
13727
13822
  t2 = space();
13728
- div2 = element("div");
13729
- h6 = element("h6");
13823
+ h2 = element("h2");
13730
13824
  t3 = text(t3_value);
13731
13825
  t4 = space();
13732
- div1 = element("div");
13733
- span1 = element("span");
13734
- span1.textContent = "i";
13826
+ div2 = element("div");
13827
+ h6 = element("h6");
13828
+ t5 = text(t5_value);
13735
13829
  t6 = space();
13736
- player_account_gaming_limits_popup = element("player-account-gaming-limits-popup");
13737
- t7 = space();
13738
- if (if_block0) if_block0.c();
13830
+ div1 = element("div");
13831
+ span = element("span");
13832
+ span.textContent = "i";
13739
13833
  t8 = space();
13740
- if (if_block1) if_block1.c();
13834
+ player_account_gaming_limits_popup = element("player-account-gaming-limits-popup");
13741
13835
  t9 = space();
13742
- if (if_block2) if_block2.c();
13836
+ if (if_block1) if_block1.c();
13743
13837
  t10 = space();
13838
+ if (if_block2) if_block2.c();
13839
+ t11 = space();
13840
+ if (if_block3) if_block3.c();
13841
+ t12 = space();
13744
13842
  div3 = element("div");
13745
13843
  button = element("button");
13746
- t11 = text(t11_value);
13747
- t12 = space();
13844
+ t13 = text(t13_value);
13845
+ t14 = space();
13748
13846
  player_account_modal = element("player-account-modal");
13749
13847
  player_account_gaming_limits_confirmation_modal = element("player-account-gaming-limits-confirmation-modal");
13750
13848
  this.c = noop$1;
13751
- attr_dev(path, "id", "Chevron_Right");
13752
- attr_dev(path, "d", "M57.633,129.007L165.93,237.268c4.752,4.74,12.451,4.74,17.215,0c4.752-4.74,4.752-12.439,0-17.179\n l-99.707-99.671l99.695-99.671c4.752-4.74,4.752-12.439,0-17.191c-4.752-4.74-12.463-4.74-17.215,0L57.621,111.816\n C52.942,116.507,52.942,124.327,57.633,129.007z");
13753
- add_location(path, file$2, 418, 8, 17593);
13754
- add_location(g, file$2, 417, 6, 17581);
13755
- attr_dev(svg, "version", "1.1");
13756
- attr_dev(svg, "id", "Capa_1");
13849
+ add_location(style, file$2, 429, 93, 17971);
13850
+ add_location(defs, file$2, 429, 87, 17965);
13851
+ attr_dev(path, "class", "aaa");
13852
+ attr_dev(path, "d", "M7.5,0,6.136,1.364,11.3,6.526H0V8.474H11.3L6.136,13.636,7.5,15,15,7.5Z");
13853
+ attr_dev(path, "transform", "translate(15 15) rotate(180)");
13854
+ add_location(path, file$2, 431, 8, 18096);
13855
+ attr_dev(g0, "transform", "translate(20 158)");
13856
+ add_location(g0, file$2, 430, 6, 18054);
13857
+ attr_dev(g1, "transform", "translate(-20 -158)");
13858
+ add_location(g1, file$2, 429, 134, 18012);
13757
13859
  attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
13758
- attr_dev(svg, "xmlns:xlink", "http://www.w3.org/1999/xlink");
13759
- attr_dev(svg, "x", "0px");
13760
- attr_dev(svg, "y", "0px");
13761
- attr_dev(svg, "viewBox", "0 0 240.823 240.823");
13762
- set_style(svg, "enable-background", "new 0 0 240.823 240.823");
13763
- attr_dev(svg, "xml:space", "preserve");
13764
- attr_dev(svg, "width", "18px");
13765
- attr_dev(svg, "fill", "#58586B");
13766
- add_location(svg, file$2, 415, 4, 17313);
13767
- add_location(span0, file$2, 423, 4, 17924);
13860
+ attr_dev(svg, "width", "15");
13861
+ attr_dev(svg, "height", "15");
13862
+ attr_dev(svg, "viewBox", "0 0 15 15");
13863
+ add_location(svg, file$2, 429, 4, 17882);
13864
+ attr_dev(h2, "class", "ChangePasswordTitle " + (/*isMobile*/ ctx[18] ? "ChangePasswordTitleNone" : ""));
13865
+ add_location(h2, file$2, 434, 4, 18262);
13768
13866
  attr_dev(div0, "class", "AccountEditBackButton");
13769
- add_location(div0, file$2, 414, 2, 17238);
13770
- add_location(h6, file$2, 426, 4, 18012);
13771
- attr_dev(span1, "class", "AccountEditLimitsIcon");
13772
- add_location(span1, file$2, 428, 6, 18104);
13867
+ add_location(div0, file$2, 428, 2, 17807);
13868
+ add_location(h6, file$2, 440, 4, 18421);
13869
+ attr_dev(span, "class", "AccountEditLimitsIcon");
13870
+ add_location(span, file$2, 442, 6, 18513);
13773
13871
  set_custom_element_data(player_account_gaming_limits_popup, "showpopup", /*showPopup*/ ctx[5]);
13774
- add_location(player_account_gaming_limits_popup, file$2, 429, 6, 18195);
13872
+ add_location(player_account_gaming_limits_popup, file$2, 443, 6, 18604);
13775
13873
  attr_dev(div1, "class", "AccountEditLimitsIconWrapper");
13776
- add_location(div1, file$2, 427, 4, 18055);
13874
+ add_location(div1, file$2, 441, 4, 18464);
13777
13875
  attr_dev(div2, "class", "AccountEditLimitsHeader");
13778
- add_location(div2, file$2, 425, 2, 17970);
13876
+ add_location(div2, file$2, 439, 2, 18379);
13779
13877
 
13780
13878
  attr_dev(button, "class", button_class_value = "AccountEditLimitsSaveButton " + (/*hasDifferences*/ ctx[14]
13781
13879
  ? ""
13782
13880
  : "AccountEditLimitsButtonDisabled"));
13783
13881
 
13784
13882
  button.disabled = button_disabled_value = !/*hasDifferences*/ ctx[14];
13785
- add_location(button, file$2, 535, 4, 24963);
13883
+ add_location(button, file$2, 549, 4, 25370);
13786
13884
  attr_dev(div3, "class", "AccountEditLimitsControlArea");
13787
- add_location(div3, file$2, 534, 2, 24916);
13885
+ add_location(div3, file$2, 548, 2, 25323);
13788
13886
 
13789
13887
  attr_dev(div4, "class", "AccountEditLimitsWrapper " + (/*isMobile*/ ctx[18]
13790
13888
  ? "AccountEditLimitsMobileWrapper"
13791
13889
  : ""));
13792
13890
 
13793
- add_location(div4, file$2, 413, 0, 17146);
13891
+ add_location(div4, file$2, 413, 0, 17144);
13794
13892
  set_custom_element_data(player_account_gaming_limits_confirmation_modal, "modaltext", /*changeLimitsText*/ ctx[9]);
13795
13893
  set_custom_element_data(player_account_gaming_limits_confirmation_modal, "modalsource", "groupEdit");
13796
- add_location(player_account_gaming_limits_confirmation_modal, file$2, 540, 2, 25211);
13797
- add_location(player_account_modal, file$2, 539, 0, 25186);
13894
+ add_location(player_account_gaming_limits_confirmation_modal, file$2, 554, 2, 25618);
13895
+ add_location(player_account_modal, file$2, 553, 0, 25593);
13798
13896
  },
13799
13897
  l: function claim(nodes) {
13800
13898
  throw new Error("options.hydrate only works if the component was compiled with the `hydratable: true` option");
13801
13899
  },
13802
13900
  m: function mount(target, anchor) {
13803
13901
  insert_dev(target, div4, anchor);
13902
+ if (if_block0) if_block0.m(div4, null);
13903
+ append_dev(div4, t0);
13804
13904
  append_dev(div4, div0);
13805
13905
  append_dev(div0, svg);
13806
- append_dev(svg, g);
13807
- append_dev(g, path);
13808
- append_dev(div0, t0);
13809
- append_dev(div0, span0);
13810
- append_dev(span0, t1);
13811
- append_dev(div4, t2);
13906
+ append_dev(svg, defs);
13907
+ append_dev(defs, style);
13908
+ append_dev(style, t1);
13909
+ append_dev(svg, g1);
13910
+ append_dev(g1, g0);
13911
+ append_dev(g0, path);
13912
+ append_dev(div0, t2);
13913
+ append_dev(div0, h2);
13914
+ append_dev(h2, t3);
13915
+ append_dev(div4, t4);
13812
13916
  append_dev(div4, div2);
13813
13917
  append_dev(div2, h6);
13814
- append_dev(h6, t3);
13815
- append_dev(div2, t4);
13918
+ append_dev(h6, t5);
13919
+ append_dev(div2, t6);
13816
13920
  append_dev(div2, div1);
13817
- append_dev(div1, span1);
13818
- append_dev(div1, t6);
13921
+ append_dev(div1, span);
13922
+ append_dev(div1, t8);
13819
13923
  append_dev(div1, player_account_gaming_limits_popup);
13820
- append_dev(div4, t7);
13821
- if (if_block0) if_block0.m(div4, null);
13822
- append_dev(div4, t8);
13823
- if (if_block1) if_block1.m(div4, null);
13824
13924
  append_dev(div4, t9);
13825
- if (if_block2) if_block2.m(div4, null);
13925
+ if (if_block1) if_block1.m(div4, null);
13826
13926
  append_dev(div4, t10);
13927
+ if (if_block2) if_block2.m(div4, null);
13928
+ append_dev(div4, t11);
13929
+ if (if_block3) if_block3.m(div4, null);
13930
+ append_dev(div4, t12);
13827
13931
  append_dev(div4, div3);
13828
13932
  append_dev(div3, button);
13829
- append_dev(button, t11);
13830
- insert_dev(target, t12, anchor);
13933
+ append_dev(button, t13);
13934
+ insert_dev(target, t14, anchor);
13831
13935
  insert_dev(target, player_account_modal, anchor);
13832
13936
  append_dev(player_account_modal, player_account_gaming_limits_confirmation_modal);
13833
13937
 
13834
13938
  if (!mounted) {
13835
13939
  dispose = [
13836
13940
  listen_dev(div0, "click", /*switchToLimitsGroupView*/ ctx[23], false, false, false),
13837
- listen_dev(span1, "click", prevent_default(/*openInfoPopup*/ ctx[22]), false, true, false),
13941
+ listen_dev(span, "click", prevent_default(/*openInfoPopup*/ ctx[22]), false, true, false),
13838
13942
  listen_dev(button, "click", /*click_handler*/ ctx[32], false, false, false)
13839
13943
  ];
13840
13944
 
@@ -13842,53 +13946,54 @@
13842
13946
  }
13843
13947
  },
13844
13948
  p: function update(ctx, dirty) {
13845
- if (dirty[0] & /*$_*/ 131072 && t1_value !== (t1_value = /*$_*/ ctx[17]("editText.back") + "")) set_data_dev(t1, t1_value);
13846
- if (dirty[0] & /*limitsdata, limitname*/ 9 && t3_value !== (t3_value = (/*limitsdata*/ ctx[0] ? /*limitname*/ ctx[3] : "") + "")) set_data_dev(t3, t3_value);
13949
+ if (/*isMobile*/ ctx[18]) if_block0.p(ctx, dirty);
13950
+ if (dirty[0] & /*$_*/ 131072 && t3_value !== (t3_value = /*$_*/ ctx[17]("editText.back") + "")) set_data_dev(t3, t3_value);
13951
+ if (dirty[0] & /*limitsdata, limitname*/ 9 && t5_value !== (t5_value = (/*limitsdata*/ ctx[0] ? /*limitname*/ ctx[3] : "") + "")) set_data_dev(t5, t5_value);
13847
13952
 
13848
13953
  if (dirty[0] & /*showPopup*/ 32) {
13849
13954
  set_custom_element_data(player_account_gaming_limits_popup, "showpopup", /*showPopup*/ ctx[5]);
13850
13955
  }
13851
13956
 
13852
13957
  if (/*showsuccessnotification*/ ctx[1]) {
13853
- if (if_block0) {
13854
- if_block0.p(ctx, dirty);
13855
- } else {
13856
- if_block0 = create_if_block_17(ctx);
13857
- if_block0.c();
13858
- if_block0.m(div4, t8);
13859
- }
13860
- } else if (if_block0) {
13861
- if_block0.d(1);
13862
- if_block0 = null;
13863
- }
13864
-
13865
- if (/*showdeletenotification*/ ctx[2]) {
13866
13958
  if (if_block1) {
13867
13959
  if_block1.p(ctx, dirty);
13868
13960
  } else {
13869
- if_block1 = create_if_block_14(ctx);
13961
+ if_block1 = create_if_block_17(ctx);
13870
13962
  if_block1.c();
13871
- if_block1.m(div4, t9);
13963
+ if_block1.m(div4, t10);
13872
13964
  }
13873
13965
  } else if (if_block1) {
13874
13966
  if_block1.d(1);
13875
13967
  if_block1 = null;
13876
13968
  }
13877
13969
 
13878
- if (/*showLimits*/ ctx[6]) {
13970
+ if (/*showdeletenotification*/ ctx[2]) {
13879
13971
  if (if_block2) {
13880
13972
  if_block2.p(ctx, dirty);
13881
13973
  } else {
13882
- if_block2 = create_if_block$2(ctx);
13974
+ if_block2 = create_if_block_14(ctx);
13883
13975
  if_block2.c();
13884
- if_block2.m(div4, t10);
13976
+ if_block2.m(div4, t11);
13885
13977
  }
13886
13978
  } else if (if_block2) {
13887
13979
  if_block2.d(1);
13888
13980
  if_block2 = null;
13889
13981
  }
13890
13982
 
13891
- if (dirty[0] & /*$_*/ 131072 && t11_value !== (t11_value = /*$_*/ ctx[17]("editText.save") + "")) set_data_dev(t11, t11_value);
13983
+ if (/*showLimits*/ ctx[6]) {
13984
+ if (if_block3) {
13985
+ if_block3.p(ctx, dirty);
13986
+ } else {
13987
+ if_block3 = create_if_block$2(ctx);
13988
+ if_block3.c();
13989
+ if_block3.m(div4, t12);
13990
+ }
13991
+ } else if (if_block3) {
13992
+ if_block3.d(1);
13993
+ if_block3 = null;
13994
+ }
13995
+
13996
+ if (dirty[0] & /*$_*/ 131072 && t13_value !== (t13_value = /*$_*/ ctx[17]("editText.save") + "")) set_data_dev(t13, t13_value);
13892
13997
 
13893
13998
  if (dirty[0] & /*hasDifferences*/ 16384 && button_class_value !== (button_class_value = "AccountEditLimitsSaveButton " + (/*hasDifferences*/ ctx[14]
13894
13999
  ? ""
@@ -13911,7 +14016,8 @@
13911
14016
  if (if_block0) if_block0.d();
13912
14017
  if (if_block1) if_block1.d();
13913
14018
  if (if_block2) if_block2.d();
13914
- if (detaching) detach_dev(t12);
14019
+ if (if_block3) if_block3.d();
14020
+ if (detaching) detach_dev(t14);
13915
14021
  if (detaching) detach_dev(player_account_modal);
13916
14022
  mounted = false;
13917
14023
  run_all(dispose);
@@ -14368,7 +14474,7 @@
14368
14474
  setLimitModalTexts();
14369
14475
  $$invalidate(10, isArray = Array.isArray(limitsdata));
14370
14476
 
14371
- // used for validation
14477
+ // used for validation
14372
14478
  $$invalidate(15, updatedLimitValues = JSON.parse(JSON.stringify(limitsdata)));
14373
14479
 
14374
14480
  // use limitsUpdateData in order to populate select & input fields
@@ -14616,7 +14722,7 @@
14616
14722
  class PlayerAccountGamingLimitsGroupEdit extends SvelteElement {
14617
14723
  constructor(options) {
14618
14724
  super();
14619
- this.shadowRoot.innerHTML = `<style>.AccountEditLimitsWrapper{padding:50px;max-width:760px}.AccountEditLimitsWrapper.AccountEditLimitsMobileWrapper{padding:20px}.AccountEditLimitsWrapper.AccountEditLimitsMobileWrapper .AccountEditLimitsControlArea{grid-template-columns:1fr}.AccountEditLimitsWrapper.AccountEditLimitsMobileWrapper .AccountEditLimitsControlArea .AccountEditLimitsSaveButton{width:100%}.AccountEditBackButton{display:inline-block;color:#D0046C;font-size:26px;font-weight:300;cursor:pointer;margin-bottom:30px}.AccountEditBackButton svg{fill:#D0046C}.AccountEditLimitsHeader{display:flex;flex-direction:row;justify-content:space-between;padding-bottom:5px;color:#D0046C}.AccountEditLimitsHeader h6{margin:0;font-weight:normal;font-size:16px;line-height:20px}.AccountEditLimitsHeader .AccountEditLimitsIcon{display:flex;width:20px;height:20px;background:transparent;border:1px solid #D0046C;align-items:center;justify-content:center;border-radius:30px;cursor:pointer}.AccountEditLimitChangePeriodIcon{display:flex;width:20px;height:20px;color:#5E5E30;background:transparent;border:1px solid #5E5E30;align-items:center;justify-content:center;border-radius:30px;cursor:pointer;margin-right:10px}.AccountEditLimitSuccessfulChangeContainer{background:#F2F9F2;border:1px solid #C5DFC5;font-size:16px;font-weight:300;color:#07072A;border-radius:5px;padding:10px}.AccountEditLimitSuccessfulChangeContainer p{margin:0}.AccountEditLimitsIconWrapper{position:relative}.AccountEditLimitsTitle{font-size:16px;font-weight:300;color:#07072A;margin:0;padding-top:10px}.AccountEditLimitsExpiryDate{font-size:12px;font-weight:300;color:#000}.AccountEditLimitsContainer{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;direction:ltr}@media only screen and (max-width: 1024px){.AccountEditLimitsContainer{grid-template-columns:1fr;grid-gap:20px}}.AccountEditField{margin-top:20px;padding:12px;width:100%;font-size:16px;font-weight:300;color:#07072A;box-sizing:border-box;border-radius:5px;border:1px solid #D1D1D1}.AccountEditLimitsPeriodChangeContainer{background:#FFFFF8;border-radius:5px}.AccountEditLimitsPeriodChangeContainer p{max-width:290px;display:-webkit-box;padding:10px 35px 15px 10px;color:#5E5E30;font-size:12px;font-weight:300}.AccountEditLimitsPeriodChangeContainer p .AccountEditLimitChangePeriodIcon{font-size:14px;font-weight:400}.AccountEditLimitsControlArea{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;margin-top:35px}.AccountEditLimitsControlArea .AccountEditLimitsSaveButton{padding:12px;cursor:pointer;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:18px;color:#000;text-transform:uppercase;transition-duration:0.3s;box-sizing:border-box;background:#D0046C;border:1px solid #D0046C;color:#fff}.AccountEditLimitsControlArea .AccountEditLimitsSaveButton.AccountEditLimitsButtonDisabled{background:#D0046C;cursor:not-allowed;opacity:0.6}.AccountEditLimitsBox{position:relative}.AccountEditWarningText{position:relative;margin:0}.InvalidInput{color:#D0046C;font-size:10px;position:absolute;top:6px;margin:0;line-height:10px}.AccountEditLimitsInputContainer{position:relative}</style>`;
14725
+ this.shadowRoot.innerHTML = `<style>.ChangePasswordTitle{font-size:26px;color:#D0046C;font-weight:400}.ChangePasswordTitleMobile{font-size:16px;color:#D0046C}.ChangePasswordTitleNone{display:none}.AccountEditLimitsWrapper{padding:50px;max-width:760px}.AccountEditLimitsWrapper.AccountEditLimitsMobileWrapper{padding:20px}.AccountEditLimitsWrapper.AccountEditLimitsMobileWrapper .AccountEditLimitsControlArea{grid-template-columns:1fr}.AccountEditLimitsWrapper.AccountEditLimitsMobileWrapper .AccountEditLimitsControlArea .AccountEditLimitsSaveButton{width:100%}.AccountEditBackButton{display:inline-block;color:#D0046C;font-size:26px;font-weight:300;cursor:pointer;margin-bottom:30px}.AccountEditBackButton svg{fill:#D0046C}.MenuReturnButton{color:#D0046C;display:inline-flex;align-items:center;column-gap:10px;margin-bottom:10px}.MenuReturnButton svg{fill:#D0046C}.AccountEditLimitsHeader{display:flex;flex-direction:row;justify-content:space-between;padding-bottom:5px;color:#D0046C}.AccountEditLimitsHeader h6{margin:0;font-weight:normal;font-size:16px;line-height:20px}.AccountEditLimitsHeader .AccountEditLimitsIcon{display:flex;width:20px;height:20px;background:transparent;border:1px solid #D0046C;align-items:center;justify-content:center;border-radius:30px;cursor:pointer}.AccountEditLimitChangePeriodIcon{display:flex;width:20px;height:20px;color:#5E5E30;background:transparent;border:1px solid #5E5E30;align-items:center;justify-content:center;border-radius:30px;cursor:pointer;margin-right:10px}.AccountEditLimitSuccessfulChangeContainer{background:#F2F9F2;border:1px solid #C5DFC5;font-size:16px;font-weight:300;color:#07072A;border-radius:5px;padding:10px}.AccountEditLimitSuccessfulChangeContainer p{margin:0}.AccountEditLimitsIconWrapper{position:relative}.AccountEditLimitsTitle{font-size:16px;font-weight:300;color:#07072A;margin:0;padding-top:10px}.AccountEditLimitsExpiryDate{font-size:12px;font-weight:300;color:#000}.AccountEditLimitsContainer{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;direction:ltr}@media only screen and (max-width: 1024px){.AccountEditLimitsContainer{grid-template-columns:1fr;grid-gap:20px}}.AccountEditField{width:100%;font-size:14px;font-weight:300;color:#07072A;padding:10px;line-height:16px;background:#FFF;border:1px solid #D1D1D1;border-radius:5px;outline:none;transition-duration:0.3s}.AccountEditField:focus,.AccountEditField :focus-within,.AccountEditField :focus-visible,.AccountEditField :visited{border:1px solid #D0046C;box-shadow:0 0 0 1pt #D0046C}.AccountEditLimitsPeriodChangeContainer{background:#FFFFF8;border-radius:5px}.AccountEditLimitsPeriodChangeContainer p{max-width:290px;display:-webkit-box;padding:10px 35px 15px 10px;color:#5E5E30;font-size:12px;font-weight:300}.AccountEditLimitsPeriodChangeContainer p .AccountEditLimitChangePeriodIcon{font-size:14px;font-weight:400}.AccountEditLimitsControlArea{display:grid;grid-template-columns:1fr 1fr;grid-gap:40px;margin-top:35px}.AccountEditLimitsControlArea .AccountEditLimitsSaveButton{padding:12px;cursor:pointer;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:18px;color:#000;text-transform:uppercase;transition-duration:0.3s;box-sizing:border-box;background:#D0046C;border:1px solid #D0046C;color:#fff}.AccountEditLimitsControlArea .AccountEditLimitsSaveButton.AccountEditLimitsButtonDisabled{background:#D0046C;cursor:not-allowed;opacity:0.6}.AccountEditLimitsBox{position:relative}.AccountEditWarningText{position:relative;margin:0}.InvalidInput{color:#D0046C;font-size:10px;position:absolute;top:6px;margin:0;line-height:10px}.AccountEditLimitsInputContainer{position:relative}</style>`;
14620
14726
 
14621
14727
  init(
14622
14728
  this,
@@ -16685,7 +16791,7 @@
16685
16791
  const { Object: Object_1 } = globals;
16686
16792
  const file = "src/PlayerAccountGamingLimits.svelte";
16687
16793
 
16688
- // (93:2) {:else}
16794
+ // (90:2) {:else}
16689
16795
  function create_else_block(ctx) {
16690
16796
  let player_account_gaming_limits_group_edit;
16691
16797
 
@@ -16697,7 +16803,7 @@
16697
16803
  set_custom_element_data(player_account_gaming_limits_group_edit, "showsuccessnotification", /*showsuccessnotification*/ ctx[5]);
16698
16804
  set_custom_element_data(player_account_gaming_limits_group_edit, "showdeletenotification", /*showdeletenotification*/ ctx[4]);
16699
16805
  set_custom_element_data(player_account_gaming_limits_group_edit, "playercurrency", /*playercurrency*/ ctx[6]);
16700
- add_location(player_account_gaming_limits_group_edit, file, 93, 4, 4397);
16806
+ add_location(player_account_gaming_limits_group_edit, file, 90, 4, 4125);
16701
16807
  },
16702
16808
  m: function mount(target, anchor) {
16703
16809
  insert_dev(target, player_account_gaming_limits_group_edit, anchor);
@@ -16732,7 +16838,7 @@
16732
16838
  block,
16733
16839
  id: create_else_block.name,
16734
16840
  type: "else",
16735
- source: "(93:2) {:else}",
16841
+ source: "(90:2) {:else}",
16736
16842
  ctx
16737
16843
  });
16738
16844
 
@@ -16741,14 +16847,13 @@
16741
16847
 
16742
16848
  // (68:2) {#if limitsGroupView}
16743
16849
  function create_if_block_1(ctx) {
16744
- let div2;
16850
+ let div1;
16745
16851
  let t0;
16746
- let div0;
16747
- let h3;
16852
+ let h2;
16748
16853
  let t1_value = /*$_*/ ctx[10]("gamingLimits.gamingLimitsText") + "";
16749
16854
  let t1;
16750
16855
  let t2;
16751
- let div1;
16856
+ let div0;
16752
16857
  let player_account_gaming_limits_info_card0;
16753
16858
  let t3;
16754
16859
  let player_account_gaming_limits_info_card1;
@@ -16760,14 +16865,13 @@
16760
16865
 
16761
16866
  const block = {
16762
16867
  c: function create() {
16763
- div2 = element("div");
16868
+ div1 = element("div");
16764
16869
  if (if_block) if_block.c();
16765
16870
  t0 = space();
16766
- div0 = element("div");
16767
- h3 = element("h3");
16871
+ h2 = element("h2");
16768
16872
  t1 = text(t1_value);
16769
16873
  t2 = space();
16770
- div1 = element("div");
16874
+ div0 = element("div");
16771
16875
  player_account_gaming_limits_info_card0 = element("player-account-gaming-limits-info-card");
16772
16876
  t3 = space();
16773
16877
  player_account_gaming_limits_info_card1 = element("player-account-gaming-limits-info-card");
@@ -16776,56 +16880,53 @@
16776
16880
  t5 = space();
16777
16881
  player_account_gaming_limits_info_card3 = element("player-account-gaming-limits-info-card");
16778
16882
 
16779
- attr_dev(h3, "class", "PlayerAccountGamingLimitsTitle " + (/*isMobile*/ ctx[12]
16780
- ? "PlayerAccountGamingLimitsMobileTitle"
16883
+ attr_dev(h2, "class", "PlayerGamingLimitsTitle " + (/*isMobile*/ ctx[12]
16884
+ ? "PlayerGamingLimitsTitleNone"
16781
16885
  : ""));
16782
16886
 
16783
- add_location(h3, file, 83, 8, 3510);
16784
- attr_dev(div0, "class", "PlayerAccountGamingLimitsHeader");
16785
- add_location(div0, file, 82, 6, 3456);
16887
+ add_location(h2, file, 79, 6, 3265);
16786
16888
  set_custom_element_data(player_account_gaming_limits_info_card0, "limitsdata", /*depositlimit*/ ctx[0]);
16787
16889
  set_custom_element_data(player_account_gaming_limits_info_card0, "limitname", /*depositLimitName*/ ctx[13]);
16788
16890
  set_custom_element_data(player_account_gaming_limits_info_card0, "playercurrency", /*playercurrency*/ ctx[6]);
16789
- add_location(player_account_gaming_limits_info_card0, file, 86, 8, 3729);
16891
+ add_location(player_account_gaming_limits_info_card0, file, 83, 8, 3457);
16790
16892
  set_custom_element_data(player_account_gaming_limits_info_card1, "limitsdata", /*wageringlimit*/ ctx[1]);
16791
16893
  set_custom_element_data(player_account_gaming_limits_info_card1, "limitname", /*wageringLimitName*/ ctx[14]);
16792
16894
  set_custom_element_data(player_account_gaming_limits_info_card1, "playercurrency", /*playercurrency*/ ctx[6]);
16793
- add_location(player_account_gaming_limits_info_card1, file, 87, 8, 3891);
16895
+ add_location(player_account_gaming_limits_info_card1, file, 84, 8, 3619);
16794
16896
  set_custom_element_data(player_account_gaming_limits_info_card2, "limitsdata", /*losslimit*/ ctx[2]);
16795
16897
  set_custom_element_data(player_account_gaming_limits_info_card2, "limitname", /*lossLimitName*/ ctx[15]);
16796
16898
  set_custom_element_data(player_account_gaming_limits_info_card2, "playercurrency", /*playercurrency*/ ctx[6]);
16797
- add_location(player_account_gaming_limits_info_card2, file, 88, 8, 4055);
16899
+ add_location(player_account_gaming_limits_info_card2, file, 85, 8, 3783);
16798
16900
  set_custom_element_data(player_account_gaming_limits_info_card3, "limitsdata", /*timelimit*/ ctx[3]);
16799
16901
  set_custom_element_data(player_account_gaming_limits_info_card3, "limitname", /*timeLimitName*/ ctx[16]);
16800
16902
  set_custom_element_data(player_account_gaming_limits_info_card3, "playercurrency", /*playercurrency*/ ctx[6]);
16801
- add_location(player_account_gaming_limits_info_card3, file, 89, 8, 4211);
16802
- attr_dev(div1, "class", "PlayerAccountGamingLimitsContainer");
16803
- add_location(div1, file, 85, 6, 3672);
16903
+ add_location(player_account_gaming_limits_info_card3, file, 86, 8, 3939);
16904
+ attr_dev(div0, "class", "PlayerAccountGamingLimitsContainer");
16905
+ add_location(div0, file, 82, 6, 3400);
16804
16906
 
16805
- attr_dev(div2, "class", "PlayerAccountGamingLimitsWrapper " + (/*isMobile*/ ctx[12]
16907
+ attr_dev(div1, "class", "PlayerAccountGamingLimitsWrapper " + (/*isMobile*/ ctx[12]
16806
16908
  ? "PlayerAccountMobileGamingLimitsWrapper"
16807
16909
  : "") + " " + (/*mediaQuery*/ ctx[17].matches && /*isMobile*/ ctx[12]
16808
16910
  ? "PlayerAccountTabletGamingLimitsWrapper"
16809
16911
  : ""));
16810
16912
 
16811
- add_location(div2, file, 68, 4, 2448);
16913
+ add_location(div1, file, 68, 4, 2448);
16812
16914
  },
16813
16915
  m: function mount(target, anchor) {
16814
- insert_dev(target, div2, anchor);
16815
- if (if_block) if_block.m(div2, null);
16816
- append_dev(div2, t0);
16817
- append_dev(div2, div0);
16818
- append_dev(div0, h3);
16819
- append_dev(h3, t1);
16820
- append_dev(div2, t2);
16821
- append_dev(div2, div1);
16822
- append_dev(div1, player_account_gaming_limits_info_card0);
16823
- append_dev(div1, t3);
16824
- append_dev(div1, player_account_gaming_limits_info_card1);
16825
- append_dev(div1, t4);
16826
- append_dev(div1, player_account_gaming_limits_info_card2);
16827
- append_dev(div1, t5);
16828
- append_dev(div1, player_account_gaming_limits_info_card3);
16916
+ insert_dev(target, div1, anchor);
16917
+ if (if_block) if_block.m(div1, null);
16918
+ append_dev(div1, t0);
16919
+ append_dev(div1, h2);
16920
+ append_dev(h2, t1);
16921
+ append_dev(div1, t2);
16922
+ append_dev(div1, div0);
16923
+ append_dev(div0, player_account_gaming_limits_info_card0);
16924
+ append_dev(div0, t3);
16925
+ append_dev(div0, player_account_gaming_limits_info_card1);
16926
+ append_dev(div0, t4);
16927
+ append_dev(div0, player_account_gaming_limits_info_card2);
16928
+ append_dev(div0, t5);
16929
+ append_dev(div0, player_account_gaming_limits_info_card3);
16829
16930
  },
16830
16931
  p: function update(ctx, dirty) {
16831
16932
  if (/*isMobile*/ ctx[12]) if_block.p(ctx, dirty);
@@ -16864,7 +16965,7 @@
16864
16965
  }
16865
16966
  },
16866
16967
  d: function destroy(detaching) {
16867
- if (detaching) detach_dev(div2);
16968
+ if (detaching) detach_dev(div1);
16868
16969
  if (if_block) if_block.d();
16869
16970
  }
16870
16971
  };
@@ -16914,12 +17015,16 @@
16914
17015
  function create_if_block_2(ctx) {
16915
17016
  let div;
16916
17017
  let svg;
16917
- let g;
16918
- let path;
17018
+ let defs;
17019
+ let style;
16919
17020
  let t0;
16920
- let span;
16921
- let t1_value = /*$_*/ ctx[10]("gamingLimits.returnToMenu") + "";
17021
+ let g1;
17022
+ let g0;
17023
+ let path;
16922
17024
  let t1;
17025
+ let h2;
17026
+ let t2_value = /*$_*/ ctx[10]("gamingLimits.gamingLimitsText") + "";
17027
+ let t2;
16923
17028
  let mounted;
16924
17029
  let dispose;
16925
17030
 
@@ -16927,39 +17032,47 @@
16927
17032
  c: function create() {
16928
17033
  div = element("div");
16929
17034
  svg = svg_element("svg");
16930
- g = svg_element("g");
17035
+ defs = svg_element("defs");
17036
+ style = svg_element("style");
17037
+ t0 = text(".aaa{fill:#d0046c;}");
17038
+ g1 = svg_element("g");
17039
+ g0 = svg_element("g");
16931
17040
  path = svg_element("path");
16932
- t0 = space();
16933
- span = element("span");
16934
- t1 = text(t1_value);
16935
- attr_dev(path, "id", "Chevron_Right");
16936
- attr_dev(path, "d", "M57.633,129.007L165.93,237.268c4.752,4.74,12.451,4.74,17.215,0c4.752-4.74,4.752-12.439,0-17.179\n l-99.707-99.671l99.695-99.671c4.752-4.74,4.752-12.439,0-17.191c-4.752-4.74-12.463-4.74-17.215,0L57.621,111.816\n C52.942,116.507,52.942,124.327,57.633,129.007z");
16937
- add_location(path, file, 74, 12, 3027);
16938
- add_location(g, file, 73, 10, 3011);
16939
- attr_dev(svg, "version", "1.1");
16940
- attr_dev(svg, "id", "Capa_1");
17041
+ t1 = space();
17042
+ h2 = element("h2");
17043
+ t2 = text(t2_value);
17044
+ add_location(style, file, 71, 99, 2826);
17045
+ add_location(defs, file, 71, 93, 2820);
17046
+ attr_dev(path, "class", "aaa");
17047
+ attr_dev(path, "d", "M7.5,0,6.136,1.364,11.3,6.526H0V8.474H11.3L6.136,13.636,7.5,15,15,7.5Z");
17048
+ attr_dev(path, "transform", "translate(15 15) rotate(180)");
17049
+ add_location(path, file, 73, 14, 2963);
17050
+ attr_dev(g0, "transform", "translate(20 158)");
17051
+ add_location(g0, file, 72, 12, 2915);
17052
+ attr_dev(g1, "transform", "translate(-20 -158)");
17053
+ add_location(g1, file, 71, 140, 2867);
16941
17054
  attr_dev(svg, "xmlns", "http://www.w3.org/2000/svg");
16942
- attr_dev(svg, "xmlns:xlink", "http://www.w3.org/1999/xlink");
16943
- attr_dev(svg, "x", "0px");
16944
- attr_dev(svg, "y", "0px");
16945
- attr_dev(svg, "viewBox", "0 0 240.823 240.823");
16946
- set_style(svg, "enable-background", "new 0 0 240.823 240.823");
16947
- attr_dev(svg, "xml:space", "preserve");
16948
- attr_dev(svg, "width", "18px");
16949
- attr_dev(svg, "fill", "#58586B");
16950
- add_location(svg, file, 71, 8, 2733);
16951
- add_location(span, file, 79, 8, 3378);
17055
+ attr_dev(svg, "width", "15");
17056
+ attr_dev(svg, "height", "15");
17057
+ attr_dev(svg, "viewBox", "0 0 15 15");
17058
+ add_location(svg, file, 71, 10, 2737);
17059
+ attr_dev(h2, "class", "PlayerGamingLimitsTitleMobile");
17060
+ add_location(h2, file, 76, 10, 3147);
16952
17061
  attr_dev(div, "class", "MenuReturnButton");
16953
- add_location(div, file, 70, 6, 2662);
17062
+ add_location(div, file, 70, 8, 2664);
16954
17063
  },
16955
17064
  m: function mount(target, anchor) {
16956
17065
  insert_dev(target, div, anchor);
16957
17066
  append_dev(div, svg);
16958
- append_dev(svg, g);
16959
- append_dev(g, path);
16960
- append_dev(div, t0);
16961
- append_dev(div, span);
16962
- append_dev(span, t1);
17067
+ append_dev(svg, defs);
17068
+ append_dev(defs, style);
17069
+ append_dev(style, t0);
17070
+ append_dev(svg, g1);
17071
+ append_dev(g1, g0);
17072
+ append_dev(g0, path);
17073
+ append_dev(div, t1);
17074
+ append_dev(div, h2);
17075
+ append_dev(h2, t2);
16963
17076
 
16964
17077
  if (!mounted) {
16965
17078
  dispose = listen_dev(div, "click", /*click_handler*/ ctx[19], false, false, false);
@@ -16967,7 +17080,7 @@
16967
17080
  }
16968
17081
  },
16969
17082
  p: function update(ctx, dirty) {
16970
- if (dirty & /*$_*/ 1024 && t1_value !== (t1_value = /*$_*/ ctx[10]("gamingLimits.returnToMenu") + "")) set_data_dev(t1, t1_value);
17083
+ if (dirty & /*$_*/ 1024 && t2_value !== (t2_value = /*$_*/ ctx[10]("gamingLimits.gamingLimitsText") + "")) set_data_dev(t2, t2_value);
16971
17084
  },
16972
17085
  d: function destroy(detaching) {
16973
17086
  if (detaching) detach_dev(div);
@@ -17221,7 +17334,7 @@
17221
17334
  class PlayerAccountGamingLimits extends SvelteElement {
17222
17335
  constructor(options) {
17223
17336
  super();
17224
- this.shadowRoot.innerHTML = `<style>.PlayerAccountGamingLimitsWrapper{color:#D0046C;padding:50px;max-width:760px}.PlayerAccountGamingLimitsWrapper .PlayerAccountGamingLimitsHeader h3{font-size:24px;font-weight:400;text-transform:capitalize}.PlayerAccountGamingLimitsWrapper .PlayerAccountGamingLimitsHeader .PlayerAccountGamingLimitsMobileTitle{font-size:16px;font-weight:400}.MenuReturnButton{color:#D0046C;display:inline-flex;align-items:center;column-gap:10px;margin-bottom:30px}.MenuReturnButton svg{fill:#D0046C}.PlayerAccountMobileGamingLimitsWrapper{padding:20px 15px;background:#fff;max-width:unset}.PlayerAccountTabletGamingLimitsWrapper{padding:40px 25% 40px 25%}.PlayerAccountGamingLimitsContainer{width:100%;display:grid;grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));row-gap:30px;column-gap:30px}</style>`;
17337
+ this.shadowRoot.innerHTML = `<style>.PlayerAccountGamingLimitsWrapper{color:#D0046C;padding:50px;max-width:760px}.PlayerGamingLimitsTitle{font-size:26px;color:#D0046C;font-weight:400}.PlayerGamingLimitsTitleMobile{font-size:16px;color:#D0046C}.PlayerGamingLimitsTitleNone{display:none}.MenuReturnButton{color:#D0046C;display:inline-flex;align-items:center;column-gap:10px;margin-bottom:10px}.MenuReturnButton svg{fill:#D0046C}.PlayerAccountMobileGamingLimitsWrapper{padding:20px 15px;background:#fff;max-width:unset}.PlayerAccountTabletGamingLimitsWrapper{padding:40px 25% 40px 25%}.PlayerAccountGamingLimitsContainer{width:100%;display:grid;grid-template-columns:repeat(auto-fill, minmax(300px, 1fr));row-gap:30px;column-gap:30px}</style>`;
17225
17338
 
17226
17339
  init(
17227
17340
  this,