@everymatrix/casino-header-controller 0.0.191 → 0.0.192

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.191",
3
+ "version": "0.0.192",
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": "df80d1a5b1d672c6cef6b88b664c11d2c5786745"
41
+ "gitHead": "90772f9f46872463853a444005e5adbfb07fc973"
42
42
  }
@@ -17,12 +17,6 @@
17
17
  export let lang:string = '';
18
18
  export let identity:string = '';
19
19
 
20
- //BannerMatrix
21
- export let bannermatrix:string = '';
22
- export let operatorid:string = '';
23
- export let pagetag:string = '';
24
- export let positiontag:string = '';
25
-
26
20
  const genericIcon = `<svg version="1.1" fill="#fff" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="width: 30px; color: #fff;" x="0px" y="0px"
27
21
  viewBox="0 0 384.971 384.971" style="enable-background:new 0 0 384.971 384.971;" xml:space="preserve">
28
22
  <path style="color: #fff" d="M180.455,360.91H24.061V24.061h156.394c6.641,0,12.03-5.39,12.03-12.03s-5.39-12.03-12.03-12.03H12.03
@@ -192,13 +186,6 @@
192
186
  $: cmsendpoint && lang && initialLoad();
193
187
  </script>
194
188
 
195
- <svelte:head>
196
- {#if bannermatrix}
197
- <link rel="import" href="{bannermatrix}/assets/widgets/0.11.3/index.html">
198
- <script src="{bannermatrix}/assets/widgets/0.11.3/bower_components/webcomponentsjs/webcomponents-lite.js"></script>
199
- {/if}
200
- </svelte:head>
201
-
202
189
  {#if isLoggedIn}
203
190
  {#if mobileView}
204
191
  <header class="HeaderWrapper HeaderMobileWrapper">
@@ -325,8 +312,6 @@
325
312
  {/if}
326
313
  {/if}
327
314
 
328
- <bannermatrix-banner operator-id={operatorid} page-tag={pagetag} position-tag={positiontag}></bannermatrix-banner>
329
-
330
315
  <casino-hamburger-menu menuitemsurl={hamburgerURL} {language}></casino-hamburger-menu>
331
316
 
332
317
  <style lang="scss">
@@ -438,10 +423,10 @@
438
423
  }
439
424
 
440
425
  .ItemLanguage {
441
- height: ttp(2.75);
442
- width: ttp(4.25);
426
+ height: 44px;
427
+ width: 76px;
443
428
  text-align: center;
444
- line-height: ttp(2.75);
429
+ line-height: 44px;
445
430
  background: transparent;
446
431
  color: #fff;
447
432
  border: none;