@everymatrix/casino-footer-v2 1.15.7 → 1.16.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/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@everymatrix/casino-footer-v2",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.16.1",
|
4
4
|
"main": "dist/casino-footer-v2.js",
|
5
5
|
"svelte": "src/index.ts",
|
6
6
|
"scripts": {
|
@@ -35,5 +35,5 @@
|
|
35
35
|
"publishConfig": {
|
36
36
|
"access": "public"
|
37
37
|
},
|
38
|
-
"gitHead": "
|
38
|
+
"gitHead": "a305078a67c4daeeb719b3e79cecee8b7c87f030"
|
39
39
|
}
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
<script lang="ts">
|
4
4
|
import '@everymatrix/casino-footer-section';
|
5
|
-
import '@everymatrix/panic-button';
|
5
|
+
import '@everymatrix/player-panic-button';
|
6
6
|
|
7
7
|
import { onMount } from 'svelte';
|
8
8
|
import moment from 'moment';
|
@@ -426,12 +426,12 @@
|
|
426
426
|
|
427
427
|
<!-- start panic button -->
|
428
428
|
{#if panicbuttonenabled === "true" && isLoggedIn}
|
429
|
-
<panic-button
|
429
|
+
<player-panic-button
|
430
430
|
customtext={panicButtonCustomText}
|
431
431
|
alternativestyling="true"
|
432
432
|
{lang}
|
433
433
|
{clientstyling}
|
434
|
-
></panic-button>
|
434
|
+
></player-panic-button>
|
435
435
|
{/if}
|
436
436
|
<!-- end panic button -->
|
437
437
|
<!-- start license section -->
|