@everymatrix/casino-footer-v2 1.0.0 → 1.0.1
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/dist/casino-footer-v2.js +101 -99
- package/dist/casino-footer-v2.js.map +1 -1
- package/package.json +2 -2
- package/src/CasinoFooterV2.svelte +12 -6
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@everymatrix/casino-footer-v2",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.1",
|
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": "
|
39
|
+
"gitHead": "6d69f62bef936eff5cd54efb298cc87bbcefed46"
|
40
40
|
}
|
@@ -362,7 +362,8 @@
|
|
362
362
|
category={category.key}
|
363
363
|
displaycolumn="true"
|
364
364
|
{baseurl}
|
365
|
-
{lang}
|
365
|
+
{lang}
|
366
|
+
footertype="footersecondary">
|
366
367
|
</casino-footer-section>
|
367
368
|
{/each}
|
368
369
|
{/if}
|
@@ -381,7 +382,8 @@
|
|
381
382
|
{clientstyling}
|
382
383
|
{clientstylingurl}
|
383
384
|
{baseurl}
|
384
|
-
{lang}
|
385
|
+
{lang}
|
386
|
+
footertype="footersecondary">
|
385
387
|
</casino-footer-section>
|
386
388
|
</div>
|
387
389
|
</div>
|
@@ -399,7 +401,8 @@
|
|
399
401
|
{clientstyling}
|
400
402
|
{clientstylingurl}
|
401
403
|
{baseurl}
|
402
|
-
{lang}
|
404
|
+
{lang}
|
405
|
+
footertype="footersecondary">
|
403
406
|
</casino-footer-section>
|
404
407
|
</div>
|
405
408
|
</div>
|
@@ -429,7 +432,8 @@
|
|
429
432
|
{clientstyling}
|
430
433
|
{clientstylingurl}
|
431
434
|
{baseurl}
|
432
|
-
{lang}
|
435
|
+
{lang}
|
436
|
+
footertype="footersecondary">
|
433
437
|
</casino-footer-section>
|
434
438
|
</div>
|
435
439
|
<!-- start detailed licenses section -->
|
@@ -457,7 +461,8 @@
|
|
457
461
|
{clientstyling}
|
458
462
|
{clientstylingurl}
|
459
463
|
{baseurl}
|
460
|
-
{lang}
|
464
|
+
{lang}
|
465
|
+
footertype="footersecondary">
|
461
466
|
</casino-footer-section>
|
462
467
|
</div>
|
463
468
|
{/if}
|
@@ -476,7 +481,8 @@
|
|
476
481
|
{clientstyling}
|
477
482
|
{clientstylingurl}
|
478
483
|
{baseurl}
|
479
|
-
{lang}
|
484
|
+
{lang}
|
485
|
+
footertype="footersecondary">
|
480
486
|
</casino-footer-section>
|
481
487
|
</div>
|
482
488
|
{/if}
|