@everymatrix/player-active-bonuses 0.0.192 → 0.0.196

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/player-active-bonuses",
3
- "version": "0.0.192",
3
+ "version": "0.0.196",
4
4
  "main": "dist/player-active-bonuses",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "90772f9f46872463853a444005e5adbfb07fc973"
39
+ "gitHead": "9809bd993cd1842fb5832ca5b3269eb33d0be029"
40
40
  }
@@ -257,6 +257,10 @@
257
257
  @return $value * $multiplicator;
258
258
  }
259
259
 
260
+ :host {
261
+ font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
262
+ }
263
+
260
264
  .ActiveBonusesWrapper {
261
265
  color: #07072A;
262
266
  padding: 50px;