@everymatrix/casino-header-controller 1.36.1 → 1.37.1
Sign up to get free protection for your applications and to get access to all the features.
package/index.html
CHANGED
@@ -8,37 +8,33 @@
|
|
8
8
|
casino-header-controller
|
9
9
|
</title>
|
10
10
|
<link rel="stylesheet" href="public/reset.css">
|
11
|
+
<link href="https://fonts.cdnfonts.com/css/pf-beausans-pro" rel="stylesheet">
|
11
12
|
|
12
13
|
<script src='dist/casino-header-controller.js'></script>
|
13
14
|
</head>
|
14
15
|
|
15
16
|
<body>
|
16
17
|
<style>
|
17
|
-
html,body { margin: 0; padding: 0; height: 100%; font-family:
|
18
|
+
html,body { margin: 0; padding: 0; height: 100%; font-family: 'PF BeauSans Pro', sans-serif;}
|
18
19
|
.header { display: flex; justify-content: center; align-items: center; padding: 10px 20px; margin-bottom: 20px; background: #42a3e2; box-shadow: 3px 4px 5px 0px rgba(0,0,0, .2); }
|
19
20
|
.header__logo svg { height: 50px; width: 50px; margin-right: 5px; }
|
20
21
|
.header__name { color: #fff; }
|
21
22
|
.header__name span { margin-right: 10px; font-weight: bold; }
|
23
|
+
:root {
|
24
|
+
--emw-color-primary: #22B04F;
|
25
|
+
--emw-color-background: black;
|
26
|
+
}
|
27
|
+
|
22
28
|
</style>
|
23
29
|
|
24
30
|
<div class="webcomponent">
|
25
|
-
<casino-header-controller
|
31
|
+
<casino-header-controller
|
32
|
+
session="df7edc00-c01a-4a98-b215-a0d207d58010" userid="3856617"
|
26
33
|
userroles="everyone,loggedIn,TestDemoCosmin" cmsendpoint="https://wt1-stage.everymatrix.com/apijson" env="stage"
|
27
|
-
lang="en" languageslist="es,en,ro"
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
top: 0;
|
32
|
-
left: 0;
|
33
|
-
right: 0;
|
34
|
-
z-index: 99;
|
35
|
-
}
|
36
|
-
|
37
|
-
.HeaderMobileWrapper {
|
38
|
-
.HeaderContainer {
|
39
|
-
height: 55px;
|
40
|
-
}
|
41
|
-
}
|
34
|
+
lang="en" languageslist="es,en,ro,pl,bg,hk"
|
35
|
+
shortcashierenabled="true"
|
36
|
+
endpoint="https://demo-api.stage.norway.everymatrix.com"
|
37
|
+
actionevent="HeaderMenuItemClicked" activecategory="/en/casino" clientstyling="
|
42
38
|
" currencyseparator="." currencydecimal="," currencyprecision="2" gmversion="gmcore"
|
43
39
|
countryflagheader="true" countryflaghamburger='true'customlocaleidentifier=""></casino-header-controller>
|
44
40
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@everymatrix/casino-header-controller",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.37.1",
|
4
4
|
"main": "dist/casino-header-controller.js",
|
5
5
|
"svelte": "src/index.ts",
|
6
6
|
"scripts": {
|
@@ -29,13 +29,18 @@
|
|
29
29
|
"typescript": "^3.9.3"
|
30
30
|
},
|
31
31
|
"dependencies": {
|
32
|
+
"country-flag-icons": "^1.5.12",
|
33
|
+
"country-flags-svg": "^2.0.0-beta.1",
|
32
34
|
"cross-env": "^7.0.3",
|
33
35
|
"event-source-polyfill": "^1.0.25",
|
36
|
+
"flag-icons": "^7.2.3",
|
34
37
|
"sirv-cli": "^1.0.0",
|
35
|
-
"
|
38
|
+
"skeleton-elements": "^4.0.1",
|
39
|
+
"svelte": "^3.0.0",
|
40
|
+
"svelte-flagpack": "^1.0.0"
|
36
41
|
},
|
37
42
|
"publishConfig": {
|
38
43
|
"access": "public"
|
39
44
|
},
|
40
|
-
"gitHead": "
|
45
|
+
"gitHead": "b66537a86537df76760b0975a3104240112ad072"
|
41
46
|
}
|