@everymatrix/casino-game-thumbnail 1.17.1 → 1.17.3

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-game-thumbnail",
3
- "version": "1.17.1",
3
+ "version": "1.17.3",
4
4
  "main": "dist/casino-game-thumbnail.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": "f2155458138e80c61c668cc7e75c645d6f16709c"
38
+ "gitHead": "89baba5648f1fb1c1ff4fbe9369eb83965480ce7"
39
39
  }
@@ -232,7 +232,7 @@
232
232
  }
233
233
 
234
234
  const getLiveLobbyURL = (vendorName, id):string => {
235
- return `${endpoint}/encoder/lobby/updates/${vendorName}/${id}`;
235
+ return `${endpoint}/v1/encoder/lobby/updates/${vendorName}/${id}`;
236
236
  }
237
237
  const connectGameToLiveLobby = ():void => {
238
238
  if (livelobbyendpoint && EventSource && !liveLobbyConnection) {
@@ -746,10 +746,10 @@
746
746
  &Btn {
747
747
  appearance: none;
748
748
  padding: 6px;
749
- background: var(--emfe-w-casino-color-primary, var(--emfe-w-color-pink-500, #D0046C));
749
+ background: var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C));
750
750
  color: var(--emfe-w-button-typography, var(--emfe-w-color-white, #FFFFFF));
751
751
  font-size: 16px;
752
- border: 2px solid var(--emfe-w-casino-color-primary, var(--emfe-w-color-pink-500, #D0046C));
752
+ border: 2px solid var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C));
753
753
  border-radius: 5px;
754
754
  cursor: pointer;
755
755
  transition: border 150ms ease-in-out;
@@ -781,7 +781,7 @@
781
781
  &Label {
782
782
  font-size: 11px;
783
783
  padding: 3px;
784
- background-color: var(--emfe-w-casino-color-primary, var(--emfe-w-color-pink-500, #D0046C));
784
+ background-color: var(--emfe-w-casino-color-primary, var(--emfe-w-color-primary, #D0046C));
785
785
  color: var(--emfe-w-button-typography, var(--emfe-w-color-white, #FFFFFF));
786
786
  font-weight: bold;
787
787
  text-transform: uppercase;