@everymatrix/casino-footer-v2 0.0.415 → 0.0.417

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-footer-v2",
3
- "version": "0.0.415",
3
+ "version": "0.0.417",
4
4
  "main": "dist/casino-footer-v2.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "944d2778f09290226837ef7f9e175bc20d39af75"
39
+ "gitHead": "485b86006a0a51408cc0b4716e4ee2b7e7b71a04"
40
40
  }
@@ -51,7 +51,6 @@
51
51
  let hasErrors:boolean = false;
52
52
  let isLoading:boolean = false;
53
53
  let receivedFooterData:any;
54
- let customStyling:string = '';
55
54
  let headScript:boolean = false;
56
55
  let licenseScriptSrc:string = '';
57
56
  let licenseScript:string = '';
@@ -358,7 +357,8 @@
358
357
  {/if}
359
358
  <casino-footer-section
360
359
  helperflag="1"
361
- clientstyling={customStyling}
360
+ {clientstyling}
361
+ {clientstylingurl}
362
362
  category={category.key}
363
363
  displaycolumn="true"
364
364
  {baseurl}
@@ -378,7 +378,8 @@
378
378
  {/if}
379
379
  <casino-footer-section
380
380
  vendorflag="1"
381
- clientstyling={customStyling}
381
+ {clientstyling}
382
+ {clientstylingurl}
382
383
  {baseurl}
383
384
  {lang}>
384
385
  </casino-footer-section>
@@ -395,7 +396,8 @@
395
396
  {/if}
396
397
  <casino-footer-section
397
398
  paymentflag="1"
398
- clientstyling={customStyling}
399
+ {clientstyling}
400
+ {clientstylingurl}
399
401
  {baseurl}
400
402
  {lang}>
401
403
  </casino-footer-section>
@@ -411,6 +413,7 @@
411
413
  alternativestyling="true"
412
414
  {lang}
413
415
  {clientstyling}
416
+ {clientstylingurl}
414
417
  ></panic-button>
415
418
  {/if}
416
419
  <!-- end panic button -->
@@ -423,7 +426,8 @@
423
426
  {/if}
424
427
  <casino-footer-section
425
428
  licenseFlag="1"
426
- clientstyling={customStyling}
429
+ {clientstyling}
430
+ {clientstylingurl}
427
431
  {baseurl}
428
432
  {lang}>
429
433
  </casino-footer-section>
@@ -450,7 +454,8 @@
450
454
  {/if}
451
455
  <casino-footer-section
452
456
  sponsorflag="1"
453
- clientstyling={customStyling}
457
+ {clientstyling}
458
+ {clientstylingurl}
454
459
  {baseurl}
455
460
  {lang}>
456
461
  </casino-footer-section>
@@ -468,7 +473,8 @@
468
473
  {/if}
469
474
  <casino-footer-section
470
475
  socialflag="1"
471
- clientstyling={customStyling}
476
+ {clientstyling}
477
+ {clientstylingurl}
472
478
  {baseurl}
473
479
  {lang}>
474
480
  </casino-footer-section>