@everymatrix/player-account-controller 1.12.7 → 1.13.1

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-account-controller",
3
- "version": "1.12.7",
3
+ "version": "1.13.1",
4
4
  "main": "dist/player-account-controller.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": "7f8097b50f6a8794ce81f8961ed3efba1842a578"
38
+ "gitHead": "9f9dcce9a013f45e086eef1d201f25733df18d12"
39
39
  }
@@ -913,9 +913,7 @@
913
913
 
914
914
  <style lang="scss">
915
915
 
916
- :host {
917
- font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji';
918
- }
916
+
919
917
 
920
918
  *, *::before, *::after, body {
921
919
  margin: 0;