@everymatrix/casino-footer 1.0.0 → 1.0.2
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",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"main": "dist/casino-footer.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": "
|
|
39
|
+
"gitHead": "a90b005fe3a45c7d5ba83769886d60c006b3968f"
|
|
40
40
|
}
|
package/src/CasinoFooter.svelte
CHANGED
|
@@ -356,7 +356,8 @@
|
|
|
356
356
|
sponsorflag="1"
|
|
357
357
|
clientstyling={customStyling}
|
|
358
358
|
{baseurl}
|
|
359
|
-
{lang}
|
|
359
|
+
{lang}
|
|
360
|
+
footertype="footerprimary">
|
|
360
361
|
</casino-footer-section>
|
|
361
362
|
</div>
|
|
362
363
|
{/if}
|
|
@@ -377,7 +378,8 @@
|
|
|
377
378
|
paymentflag="1"
|
|
378
379
|
clientstyling={customStyling}
|
|
379
380
|
{baseurl}
|
|
380
|
-
{lang}
|
|
381
|
+
{lang}
|
|
382
|
+
footertype="footerprimary">
|
|
381
383
|
</casino-footer-section>
|
|
382
384
|
</div>
|
|
383
385
|
{/if}
|
|
@@ -394,7 +396,8 @@
|
|
|
394
396
|
vendorflag="1"
|
|
395
397
|
clientstyling={customStyling}
|
|
396
398
|
{baseurl}
|
|
397
|
-
{lang}
|
|
399
|
+
{lang}
|
|
400
|
+
footertype="footerprimary">
|
|
398
401
|
</casino-footer-section>
|
|
399
402
|
</div>
|
|
400
403
|
{/if}
|
|
@@ -415,7 +418,8 @@
|
|
|
415
418
|
helperflag="1"
|
|
416
419
|
clientstyling={customStyling}
|
|
417
420
|
{baseurl}
|
|
418
|
-
{lang}
|
|
421
|
+
{lang}
|
|
422
|
+
footertype="footerprimary">
|
|
419
423
|
</casino-footer-section>
|
|
420
424
|
</div>
|
|
421
425
|
{/if}
|
|
@@ -432,7 +436,8 @@
|
|
|
432
436
|
licenseFlag="1"
|
|
433
437
|
clientstyling={customStyling}
|
|
434
438
|
{baseurl}
|
|
435
|
-
{lang}
|
|
439
|
+
{lang}
|
|
440
|
+
footertype="footerprimary">
|
|
436
441
|
</casino-footer-section>
|
|
437
442
|
</div>
|
|
438
443
|
{/if}
|
|
@@ -457,7 +462,8 @@
|
|
|
457
462
|
socialflag="1"
|
|
458
463
|
clientstyling={customStyling}
|
|
459
464
|
{baseurl}
|
|
460
|
-
{lang}
|
|
465
|
+
{lang}
|
|
466
|
+
footertype="footerprimary">
|
|
461
467
|
</casino-footer-section>
|
|
462
468
|
{/if}
|
|
463
469
|
<!-- start copyright section -->
|