@everymatrix/casino-footer-v2 0.0.384 → 0.0.386
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.
|
3
|
+
"version": "0.0.386",
|
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": "76e2aac21de1c0afead1ce32e49ff535f5da954e"
|
40
40
|
}
|
@@ -115,7 +115,7 @@
|
|
115
115
|
seconds = Math.floor(milisecondDifference % 60000 / 1000);
|
116
116
|
|
117
117
|
timeString = `${hours > 9 ? hours : '0' + hours}:${minutes > 9 ? minutes : '0' + minutes}:${seconds > 9 ? seconds : '0' + seconds}`;
|
118
|
-
|
118
|
+
|
119
119
|
sessionTimerElement.innerHTML = ` ${$_('casinoFooter.sessionTimer')} ${timeString}`;
|
120
120
|
|
121
121
|
milisecondDifference += 1000;
|
@@ -212,17 +212,17 @@
|
|
212
212
|
let htmlContent = document.createElement("div");
|
213
213
|
htmlContent.innerHTML = content;
|
214
214
|
element.append(htmlContent);
|
215
|
-
|
216
|
-
//Add clock
|
215
|
+
|
216
|
+
//Add clock
|
217
217
|
if (clockenabled === 'true' && element.classList.contains('DetailedLicenses')) {
|
218
|
-
|
218
|
+
|
219
219
|
element.children[0].children[0].append(clockElement);
|
220
220
|
}
|
221
221
|
//Add session timer
|
222
222
|
if (sessiontimerenabled == 'true' && element.classList.contains('DetailedLicenses')) {
|
223
223
|
|
224
224
|
element.children[0].children[0].append(sessionTimerElement);
|
225
|
-
}
|
225
|
+
}
|
226
226
|
}
|
227
227
|
|
228
228
|
const setClientStyling = ():void => {
|
@@ -290,7 +290,7 @@
|
|
290
290
|
langName = l.code;
|
291
291
|
break;
|
292
292
|
}
|
293
|
-
|
293
|
+
|
294
294
|
languageDisplayName = langName;
|
295
295
|
}
|
296
296
|
});
|
@@ -328,7 +328,7 @@
|
|
328
328
|
{#if headScript}
|
329
329
|
<script src={licenseScriptSrc}></script>
|
330
330
|
{/if}
|
331
|
-
<link href='
|
331
|
+
<link href='https://fonts.googleapis.com/css?family=Roboto Condensed' rel='stylesheet' type='text/css'>
|
332
332
|
</svelte:head>
|
333
333
|
|
334
334
|
{#if hasErrors}
|
@@ -507,9 +507,9 @@
|
|
507
507
|
background-color: $color-white;
|
508
508
|
.FooterTitle {
|
509
509
|
font-family: 'Roboto Condensed';
|
510
|
-
font-weight: 500;
|
511
|
-
font-size: 12px;
|
512
|
-
color: #111;
|
510
|
+
font-weight: 500;
|
511
|
+
font-size: 12px;
|
512
|
+
color: #111;
|
513
513
|
text-transform: uppercase;
|
514
514
|
margin: 21px 12px;
|
515
515
|
}
|
@@ -520,7 +520,7 @@
|
|
520
520
|
display: flex;
|
521
521
|
padding: 100px 0;
|
522
522
|
max-width: 1200px;
|
523
|
-
margin:
|
523
|
+
margin: auto;
|
524
524
|
background-color: $color-white;
|
525
525
|
flex-direction: column;
|
526
526
|
align-items: center;
|
@@ -537,10 +537,10 @@
|
|
537
537
|
max-width: 1100px;
|
538
538
|
p {
|
539
539
|
display: inline;
|
540
|
-
font-family: 'Roboto';
|
541
|
-
font-style: normal;
|
542
|
-
font-weight: 300;
|
543
|
-
font-size: 12px;
|
540
|
+
font-family: 'Roboto';
|
541
|
+
font-style: normal;
|
542
|
+
font-weight: 300;
|
543
|
+
font-size: 12px;
|
544
544
|
color: #111;
|
545
545
|
}
|
546
546
|
.LicenseDesc {
|