@everymatrix/casino-lobby 1.28.3 → 1.28.5

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
@@ -15,37 +15,68 @@
15
15
  </style>
16
16
 
17
17
  <div class="webcomponent">
18
- <casino-lobby _ngcontent-xhu-c33="" endpoint="https://demo-api.stage.norway.everymatrix.com" datasource="RNG" winnersdatasources="RNG" lang="en" userroles="everyone" currency="EUR" positionjackpotbanners="4,6" caticon0="/assets/egypt_icon0.svg" caticon1="/assets/egypt_icon0.svg" caticon2="/assets/egypt_icon0.svg" caticon3="/assets/egypt_icon0.svg" backgroundsrc="/assets/background_egypt.svg" backgroundsrcmobile="/assets/background_egypt_mobile.png" titlelogopath="/assets/egypt_logo.svg" iconlabels="bronze, silver, gold, platinum" visualstructure="typeLeft" mostplayed="true" mostplayedrounds="50" favorites="true" loginevent="OpenLoginRegisterModal" registerevent="OpenLoginRegisterModal" depositevent="GoToDeposit" alternativesearch="true" lobbyid="casino" clientstyling="
19
- .SearchResultsContainer {
20
- min-height: 40vh;
21
- }
22
-
23
- .SearchInput {
24
- background-color: rgba(156, 163, 175, 0.25);
25
- border-color: transparent;
26
- color: #e0e7ff;
27
- }
28
-
29
- .SearchInput::placeholder {
30
- color: var(--emfe-w-color-white, #FFFFFF);
31
- }
32
-
33
- .SearchCancelButton {
34
- color: var(--emfe-w-color-white, #FFFFFF);
35
- }
36
-
37
- .SearchIcon svg path, circle {
38
- stroke: #FFFFFF;
39
- }
40
-
41
- .SearchClearButton svg path {
42
- stroke: #FFFFFF;
43
- }
44
-
45
- .SearchMessage {
46
- color: var(--emfe-w-color-white, #FFFFFF);
47
- }
48
- " containermaxwidth="1300" haspanicbutton="true" clockformat="LTS" activecategory="LOBBY" actionevent="CategoryChange" gamemodal="true" playrandomgame="true" playforfun="true" visiblegames="9" integratedgameframedesktop="true" integratedgameframemobile="true" gamepagemodalurl="true" showsubgroups="true" addfilterselector="true" addsortingselector="true" filterbylogo="false" positionwinnerswidget="1" periodrecent="Last7Days" periodtop="Last7Days" numberusersrecent="20" numberuserstop="20" amountlimit="1" vendorcategory="All" istopavailable="true" isrecentavailable="true" defaultcurrency="USD" enableautoscroll="true" tabsorder="top,recent" positioncollections="7,8" type="collection" titletype="title" filteredcategories="collection,vendor" positioncasinocalendar="1" casinogamesgridslider="true"></casino-lobby>
18
+ <casino-lobby
19
+ endpoint="https://demo-api.stage.norway.everymatrix.com"
20
+ datasource="RNG"
21
+ winnersdatasources="RNG"
22
+ lang="en"
23
+ userroles="everyone"
24
+ currency="EUR"
25
+ positionjackpotbanners="4,6"
26
+ caticon0="/assets/egypt_icon0.svg"
27
+ caticon1="/assets/egypt_icon0.svg"
28
+ caticon2="/assets/egypt_icon0.svg"
29
+ caticon3="/assets/egypt_icon0.svg"
30
+ backgroundsrc="/assets/background_egypt.svg"
31
+ backgroundsrcmobile="/assets/background_egypt_mobile.png"
32
+ titlelogopath="/assets/egypt_logo.svg"
33
+ iconlabels="bronze, silver, gold, platinum"
34
+ visualstructure="typeLeft"
35
+ mostplayed="true"
36
+ mostplayedrounds="50"
37
+ favorites="true"
38
+ loginevent="OpenLoginRegisterModal"
39
+ registerevent="OpenLoginRegisterModal"
40
+ depositevent="GoToDeposit"
41
+ alternativesearch="true"
42
+ lobbyid="casino"
43
+ clientstyling=""
44
+ containermaxwidth="1300"
45
+ haspanicbutton="true"
46
+ clockformat="LTS"
47
+ activecategory="LOBBY"
48
+ actionevent="CategoryChange"
49
+ gamemodal="true"
50
+ playrandomgame="true"
51
+ playforfun="true"
52
+ visiblegames="9"
53
+ integratedgameframedesktop="true"
54
+ integratedgameframemobile="true"
55
+ gamepagemodalurl="true"
56
+ showsubgroups="true"
57
+ addfilterselector="true"
58
+ addsortingselector="true"
59
+ filterbylogo="false"
60
+ positionwinnerswidget="1"
61
+ periodrecent="Last7Days"
62
+ periodtop="Last7Days"
63
+ numberusersrecent="20"
64
+ numberuserstop="20"
65
+ amountlimit="1"
66
+ vendorcategory="All"
67
+ istopavailable="true"
68
+ isrecentavailable="true"
69
+ defaultcurrency="USD"
70
+ enableautoscroll="true"
71
+ tabsorder="top,recent"
72
+ positioncollections="7,8"
73
+ type="collection"
74
+ titletype="title"
75
+ filteredcategories="collection,vendor"
76
+ positioncasinocalendar="1"
77
+ casinogamesgridslider="true"
78
+ filteredrandomgamecategories=""
79
+ ></casino-lobby>
49
80
  </div>
50
81
 
51
82
  </body>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-lobby",
3
- "version": "1.28.3",
3
+ "version": "1.28.5",
4
4
  "main": "dist/casino-lobby.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": "c8de42d76db2aad5e40a16effced6d1f80df0354"
38
+ "gitHead": "a79b46ea6029e0c4cfe17ebfabd15cec443fc85f"
39
39
  }