@everymatrix/casino-random-game 0.0.258 → 0.0.261

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-random-game",
3
- "version": "0.0.258",
3
+ "version": "0.0.261",
4
4
  "main": "dist/casino-random-game.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": "29d9cee256c6fbdf17d95ed82bc3ebcc62241704"
39
+ "gitHead": "a93c0ae8104c039af7d54949a0889c11bca83acb"
40
40
  }
@@ -60,6 +60,7 @@
60
60
  url.searchParams.append('datasource', datasource);
61
61
  url.searchParams.append('fields', 'gId,href,thumbnail,name,vendor')
62
62
  url.searchParams.append('expand', 'vendor');
63
+ url.searchParams.append('pagination', 'offset=0,limit=1000');
63
64
 
64
65
  fetch(url.href)
65
66
  .then((res:any) => res.json())
@@ -299,6 +300,7 @@
299
300
  .RandomButtonWrapper {
300
301
  display: flex;
301
302
  justify-content: center;
303
+ margin-top: 30px;
302
304
  width: 100%;
303
305
  .RandomButton {
304
306
  display: flex;