@betarena/ad-engine 0.0.69 → 0.0.70

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": "@betarena/ad-engine",
3
- "version": "0.0.69",
3
+ "version": "0.0.70",
4
4
  "private": false,
5
5
  "description": "Betarena ad-engine widget",
6
6
  "keywords": [
@@ -40,11 +40,11 @@
40
40
 
41
41
  import { onMount } from 'svelte';
42
42
 
43
+ import { ServiceAdEngine } from '@betarena/scores-lib/dist/classes/_service.adengine.js';
44
+ import { betarenaEndpoint } from './constants/instance.js';
43
45
  import { storeAdmin } from './store/admin';
44
46
 
45
47
  import type { AdsCreativeMain } from '@betarena/scores-lib/types/v8/_HASURA-0';
46
- import { ServiceAdEngine } from '@betarena/scores-lib/dist/classes/_service.adengine.js';
47
- import { betarenaEndpoint } from './constants/instance.js';
48
48
 
49
49
  // #endregion ➤ 📦 Package Imports
50
50
 
@@ -158,7 +158,8 @@
158
158
  {
159
159
  position: fixed;
160
160
  right: 0 !important;
161
- max-height: 100% !important;
161
+ height: 100%;
162
+ max-height: 850px;
162
163
  top: 0 !important;
163
164
  width: initial !important;
164
165
  }