@everymatrix/casino-header-controller 0.0.208 → 0.0.213
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-header-controller",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.213",
|
|
4
4
|
"main": "dist/casino-header-controller.js",
|
|
5
5
|
"svelte": "src/index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -38,5 +38,5 @@
|
|
|
38
38
|
"publishConfig": {
|
|
39
39
|
"access": "public"
|
|
40
40
|
},
|
|
41
|
-
"gitHead": "
|
|
41
|
+
"gitHead": "0b49e65f747ec6eaac6ca9d4a4e7ee9702980bfc"
|
|
42
42
|
}
|
|
@@ -17,8 +17,6 @@
|
|
|
17
17
|
export let lang:string = '';
|
|
18
18
|
export let identity:string = '';
|
|
19
19
|
|
|
20
|
-
export let showbanner:string = '';
|
|
21
|
-
export let bannermatrix:string = '';
|
|
22
20
|
export let operatorid:string = '';
|
|
23
21
|
export let pagetag:string = '';
|
|
24
22
|
export let positiontag:string = '';
|
|
@@ -192,13 +190,6 @@
|
|
|
192
190
|
$: cmsendpoint && lang && initialLoad();
|
|
193
191
|
</script>
|
|
194
192
|
|
|
195
|
-
<svelte:head>
|
|
196
|
-
{#if bannermatrix}
|
|
197
|
-
<link rel="import" href="{bannermatrix}/assets/widgets/0.11.4/index.html">
|
|
198
|
-
<script src="{bannermatrix}/assets/widgets/0.11.4/bower_components/webcomponentsjs/webcomponents-lite.js"></script>
|
|
199
|
-
{/if}
|
|
200
|
-
</svelte:head>
|
|
201
|
-
|
|
202
193
|
{#if isLoggedIn}
|
|
203
194
|
{#if mobileView}
|
|
204
195
|
<header class="HeaderWrapper HeaderMobileWrapper">
|
|
@@ -367,10 +358,6 @@
|
|
|
367
358
|
|
|
368
359
|
<casino-hamburger-menu menuitemsurl={hamburgerURL} {language}></casino-hamburger-menu>
|
|
369
360
|
|
|
370
|
-
{#if showbanner == 'true'}
|
|
371
|
-
<bannermatrix-banner operator-id={operatorid} page-tag={pagetag} position-tag={positiontag}></bannermatrix-banner>
|
|
372
|
-
{/if}
|
|
373
|
-
|
|
374
361
|
<style lang="scss">
|
|
375
362
|
//This function does a multiplication
|
|
376
363
|
// in order to work with px the
|