@everymatrix/casino-footer-v2 1.9.4 → 1.10.0
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 +390 -362
- package/dist/casino-footer-v2.js.map +1 -1
- package/package.json +2 -2
- package/src/CasinoFooterV2.svelte +2 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@everymatrix/casino-footer-v2",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.10.0",
|
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": "9ccf680032da454b5c7417f978da996ec52e4554"
|
39
39
|
}
|
@@ -150,11 +150,11 @@
|
|
150
150
|
|
151
151
|
const getCmsData = ():void => {
|
152
152
|
let url:URL = new URL(`${endpoint}/${lang}/footer-raw-data`);
|
153
|
+
|
154
|
+
let device = getDevice(userAgent);
|
153
155
|
|
154
156
|
url.searchParams.append('env', env);
|
155
157
|
|
156
|
-
let device = getDevice(userAgent)
|
157
|
-
|
158
158
|
if(device){
|
159
159
|
if(device === 'PC'){
|
160
160
|
url.searchParams.append('device', 'dk')
|
@@ -358,7 +358,6 @@
|
|
358
358
|
{#if headScript}
|
359
359
|
<script src={licenseScriptSrc}></script>
|
360
360
|
{/if}
|
361
|
-
<link href='https://fonts.googleapis.com/css?family=Roboto Condensed' rel='stylesheet' type='text/css'>
|
362
361
|
</svelte:head>
|
363
362
|
|
364
363
|
{#if hasErrors}
|
@@ -575,7 +574,6 @@
|
|
575
574
|
flex-direction: column;
|
576
575
|
background-color: $color-white;
|
577
576
|
.FooterTitle {
|
578
|
-
font-family: 'Roboto Condensed';
|
579
577
|
font-weight: 500;
|
580
578
|
font-size: 12px;
|
581
579
|
color: #111;
|