@opexa/portal-components 0.1.49 → 0.1.50

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.
@@ -12,6 +12,7 @@ import e2e from '../images/game-providers/E2E.png';
12
12
  import evolution from '../images/game-providers/EVOLUTION.png';
13
13
  import evolutionNetent from '../images/game-providers/EVOLUTION_NETENT.png';
14
14
  import evolutionRedTiger from '../images/game-providers/EVOLUTION_REDTIGER.png';
15
+ import evolutionTapARoo from '../images/game-providers/EVOLUTION_TAP_A_ROO.png';
15
16
  import evoplay from '../images/game-providers/EVOPLAY.png';
16
17
  import ezugi from '../images/game-providers/EZUGI.png';
17
18
  import fachai from '../images/game-providers/FACHAI.png';
@@ -348,7 +349,7 @@ export const GAME_PROVIDER_DATA = {
348
349
  id: 'EVOLUTION_TAP_A_ROO',
349
350
  name: 'Evolution Tap A Roo',
350
351
  slug: 'evolution-tap-a-roo',
351
- logo: '',
352
+ logo: evolutionTapARoo,
352
353
  },
353
354
  };
354
355
  export const GAME_PROVIDERS = Object.values(GAME_PROVIDER_DATA).map(({ id }) => id);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opexa/portal-components",
3
- "version": "0.1.49",
3
+ "version": "0.1.50",
4
4
  "exports": {
5
5
  "./ui/*": {
6
6
  "types": "./dist/ui/*/index.d.ts",