@everymatrix/casino-betslip-indicator 0.0.306 → 0.0.307

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.
@@ -5972,7 +5972,7 @@
5972
5972
  /* src/CasinoBetslipIndicator.svelte generated by Svelte v3.48.0 */
5973
5973
  const file = "src/CasinoBetslipIndicator.svelte";
5974
5974
 
5975
- // (41:0) {#if mobileView}
5975
+ // (41:0) {#if mobileView && betNumber > 0}
5976
5976
  function create_if_block(ctx) {
5977
5977
  let div;
5978
5978
  let small;
@@ -6009,18 +6009,18 @@
6009
6009
  path3 = svg_element("path");
6010
6010
  path4 = svg_element("path");
6011
6011
  attr_dev(small, "class", "betslipIndicator__number");
6012
- add_location(small, file, 42, 4, 1104);
6012
+ add_location(small, file, 42, 4, 1121);
6013
6013
  attr_dev(path0, "d", "M45,95c0,1.1,0.9,2,2,2h11c3.3,0,6-2.7,6-6V9c0-3.3-2.7-6-6-6H47c-1.1,0-2,0.9-2,2c0,7.2-5.8,13-13,13S19,12.2,19,5\n c0-1.1-0.9-2-2-2H6C2.7,3,0,5.7,0,9v82c0,3.3,2.7,6,6,6h11c1.1,0,2-0.9,2-2c0-7.2,5.8-13,13-13S45,87.8,45,95z M32,78\n c-8.6,0-15.9,6.4-16.9,15H6c-1.1,0-2-0.9-2-2V9c0-1.1,0.9-2,2-2h9.1c1.2,9.3,9.7,15.9,19,14.8c7.7-1,13.8-7,14.8-14.8H58\n c1.1,0,2,0.9,2,2v82c0,1.1-0.9,2-2,2h-9.1C47.9,84.4,40.6,78,32,78z");
6014
- add_location(path0, file, 52, 8, 1531);
6014
+ add_location(path0, file, 52, 8, 1548);
6015
6015
  attr_dev(path1, "d", "M50.9,29.5H13.1c-0.8,0-1.5,0.9-1.5,2c0,1.1,0.7,2,1.5,2h37.8c0.8,0,1.5-0.9,1.5-2C52.4,30.4,51.7,29.5,50.9,29.5z");
6016
- add_location(path1, file, 56, 8, 1990);
6016
+ add_location(path1, file, 56, 8, 2007);
6017
6017
  attr_dev(path2, "d", "M50.9,41.5H13.1c-0.8,0-1.5,0.9-1.5,2s0.7,2,1.5,2h37.8c0.8,0,1.5-0.9,1.5-2S51.7,41.5,50.9,41.5z");
6018
- add_location(path2, file, 57, 8, 2121);
6018
+ add_location(path2, file, 57, 8, 2138);
6019
6019
  attr_dev(path3, "d", "M50.9,53.5H13.1c-0.8,0-1.5,0.9-1.5,2s0.7,2,1.5,2h37.8c0.8,0,1.5-0.9,1.5-2S51.7,53.5,50.9,53.5z");
6020
- add_location(path3, file, 58, 8, 2236);
6020
+ add_location(path3, file, 58, 8, 2253);
6021
6021
  attr_dev(path4, "d", "M50.9,66.5H13.1c-0.8,0-1.5,0.9-1.5,2s0.7,2,1.5,2h37.8c0.8,0,1.5-0.9,1.5-2S51.7,66.5,50.9,66.5z");
6022
- add_location(path4, file, 59, 8, 2351);
6023
- add_location(g, file, 51, 6, 1519);
6022
+ add_location(path4, file, 59, 8, 2368);
6023
+ add_location(g, file, 51, 6, 1536);
6024
6024
  attr_dev(svg, "version", "1.1");
6025
6025
  attr_dev(svg, "id", "Layer_1");
6026
6026
  attr_dev(svg, "class", "betslipIndicator__icon");
@@ -6031,9 +6031,9 @@
6031
6031
  attr_dev(svg, "viewBox", "0 0 64 100");
6032
6032
  set_style(svg, "enable-background", "new 0 0 64 100");
6033
6033
  attr_dev(svg, "xml:space", "preserve");
6034
- add_location(svg, file, 49, 4, 1265);
6034
+ add_location(svg, file, 49, 4, 1282);
6035
6035
  attr_dev(div, "class", "betslipIndicator");
6036
- add_location(div, file, 41, 2, 1038);
6036
+ add_location(div, file, 41, 2, 1055);
6037
6037
  },
6038
6038
  m: function mount(target, anchor) {
6039
6039
  insert_dev(target, div, anchor);
@@ -6078,7 +6078,7 @@
6078
6078
  block,
6079
6079
  id: create_if_block.name,
6080
6080
  type: "if",
6081
- source: "(41:0) {#if mobileView}",
6081
+ source: "(41:0) {#if mobileView && betNumber > 0}",
6082
6082
  ctx
6083
6083
  });
6084
6084
 
@@ -6124,7 +6124,7 @@
6124
6124
  div = element("div");
6125
6125
  div.textContent = "Loading...";
6126
6126
  attr_dev(div, "class", "loader");
6127
- add_location(div, file, 44, 6, 1171);
6127
+ add_location(div, file, 44, 6, 1188);
6128
6128
  },
6129
6129
  m: function mount(target, anchor) {
6130
6130
  insert_dev(target, div, anchor);
@@ -6148,7 +6148,7 @@
6148
6148
 
6149
6149
  function create_fragment(ctx) {
6150
6150
  let if_block_anchor;
6151
- let if_block = /*mobileView*/ ctx[1] && create_if_block(ctx);
6151
+ let if_block = /*mobileView*/ ctx[1] && /*betNumber*/ ctx[0] > 0 && create_if_block(ctx);
6152
6152
 
6153
6153
  const block = {
6154
6154
  c: function create() {
@@ -6164,7 +6164,7 @@
6164
6164
  insert_dev(target, if_block_anchor, anchor);
6165
6165
  },
6166
6166
  p: function update(ctx, [dirty]) {
6167
- if (/*mobileView*/ ctx[1]) {
6167
+ if (/*mobileView*/ ctx[1] && /*betNumber*/ ctx[0] > 0) {
6168
6168
  if (if_block) {
6169
6169
  if_block.p(ctx, dirty);
6170
6170
  } else {