@everymatrix/casino-lobby 1.5.2 → 1.5.4

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/index.html CHANGED
@@ -17,7 +17,7 @@
17
17
  <div class="webcomponent">
18
18
  <casino-lobby
19
19
  endpoint="https://demo-api.stage.norway.everymatrix.com/v1"
20
- datasource="livecasino"
20
+ datasource="RNG"
21
21
  playforfun="true"
22
22
  lang="en"
23
23
  loginevent="OpenLoginRegisterModal"
@@ -73,6 +73,7 @@
73
73
  type="collection"
74
74
  titletype="title"
75
75
  filteredcategories="collection,vendor"
76
+ positioncasinocalendar="0"
76
77
  ></casino-lobby>
77
78
  </div>
78
79
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-lobby",
3
- "version": "1.5.2",
3
+ "version": "1.5.4",
4
4
  "main": "dist/casino-lobby.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": "c0184ad3edaaa8f9ce54289cf544bb0589ef1fbe"
39
+ "gitHead": "0515078fefc5290a183afcfb2608cf265f2322c7"
40
40
  }
@@ -12,7 +12,6 @@
12
12
  import '@everymatrix/casino-filter-modal';
13
13
  import '@everymatrix/casino-filter-page';
14
14
  import '@everymatrix/casino-integrated-game-page';
15
- import '@everymatrix/casino-calendar';
16
15
 
17
16
  export let endpoint:string = '';
18
17
  export let cmsendpoint: string = 'https://wt1-stage.everymatrix.com/apijson';
@@ -27,7 +26,7 @@
27
26
  export let lobbyid:string = '';
28
27
  export let currency:string = '';
29
28
  export let filteredcategories:string = '';
30
-
29
+
31
30
  export let loginurl:string = '';
32
31
  export let registerurl:string = '';
33
32
  export let depositurl:string = '';
@@ -87,6 +86,8 @@
87
86
  export let type:string = '';
88
87
  export let titletype:string = '';
89
88
  export let collectionprovidersgamenames:string = '';
89
+ //Casino Calendar
90
+ export let positioncasinocalendar = '';
90
91
 
91
92
  // Button icon for random game widget
92
93
  export let randombuttonicon:string = '';
@@ -279,6 +280,7 @@
279
280
  endpoint={endpointURL}
280
281
  datasource={DS}
281
282
  lang={language}
283
+ {cmsendpoint}
282
284
  {visiblegames}
283
285
  {playrandomgame}
284
286
  {activecategory}
@@ -298,6 +300,7 @@
298
300
  {filteredcategories}
299
301
  {gamepagemodalurl}
300
302
  {randombuttonicon}
303
+ {positioncasinocalendar}
301
304
  {filteredrandomgamecategories}
302
305
  {positionwinnerswidget}
303
306
  {periodrecent}
@@ -339,6 +342,7 @@
339
342
  {clientstylingurl}
340
343
  {gamepagemodalurl}
341
344
  {haspanicbutton}
345
+ {integratedgameframedesktop}
342
346
  >
343
347
  <casino-game-page
344
348
  session={sessionID}