@betarena/ad-engine 0.0.31 → 0.0.32

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.31",
3
+ "version": "0.0.32",
4
4
  "private": false,
5
5
  "description": "Betarena ad-engine widget",
6
6
  "keywords": [
@@ -60,7 +60,7 @@
60
60
  "vite": "5.1.6"
61
61
  },
62
62
  "dependencies": {
63
- "@betarena/scores-lib": "1.11.0-alpha.15",
63
+ "@betarena/scores-lib": "1.11.0-alpha.16",
64
64
  "@fontsource/roboto": "5.0.12",
65
65
  "svelte-preprocess": "5.1.3"
66
66
  },
@@ -40,7 +40,7 @@
40
40
 
41
41
  import { onMount } from 'svelte';
42
42
 
43
- import '@fontsource/roboto';
43
+ // import '@fontsource/roboto';
44
44
 
45
45
  import { betarenaEndpoint } from './constants/instance.js';
46
46
  import { betarenaAdEngineStore } from './_store.js';
@@ -473,6 +473,12 @@
473
473
  }
474
474
  />
475
475
 
476
+ <svelte:head>
477
+ <link rel="preconnect" href="https://fonts.googleapis.com">
478
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
479
+ <link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap" rel="stylesheet">
480
+ </svelte:head>
481
+
476
482
  <!--
477
483
  ╭──────────────────────────────────────────────────────────────────────────────────╮
478
484
  │ 💠 Svelte Component HTML │
Binary file
Binary file
Binary file
Binary file