@things-factory/shell 6.1.8 → 6.1.12

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": "@things-factory/shell",
3
- "version": "6.1.8",
3
+ "version": "6.1.12",
4
4
  "description": "Core module for framework",
5
5
  "bin": {
6
6
  "things-factory": "bin/things-factory",
@@ -34,6 +34,7 @@
34
34
  "@apollo/client": "^3.6.9",
35
35
  "@apollo/server": "^4.5.0",
36
36
  "@as-integrations/koa": "^0.3.0",
37
+ "@fontsource/roboto": "^5.0.3",
37
38
  "@graphql-codegen/cli": "^3.2.2",
38
39
  "@graphql-codegen/typescript": "^3.0.2",
39
40
  "@graphql-codegen/typescript-resolvers": "^3.1.1",
@@ -43,6 +44,7 @@
43
44
  "@hatiolab/koa-webpack": "^6.0.0",
44
45
  "@hatiolab/things-scene": "^3.2.0",
45
46
  "@koa/cors": "^3.3.0",
47
+ "@material-design-icons/font": "^0.14.9",
46
48
  "@material/mwc-button": "^0.27.0",
47
49
  "@material/mwc-fab": "^0.27.0",
48
50
  "@material/mwc-icon": "^0.27.0",
@@ -130,5 +132,5 @@
130
132
  "pg": "^8.7.3",
131
133
  "sqlite3": "^5.0.8"
132
134
  },
133
- "gitHead": "7e9226de4f60ec179dcba405271b9ea76ac44629"
135
+ "gitHead": "91c40b88e85856e41775f23d9ff67ebc3eb3e39b"
134
136
  }
@@ -50,7 +50,7 @@
50
50
 
51
51
  <!-- Performance tip: hint to the browser to start the handshake for the fonts site -->
52
52
  <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
53
- <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Material+Icons&display=block" />
53
+ <link href="/node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
54
54
  <link rel="stylesheet" href="/theme.css" />
55
55
 
56
56
  <style>
@@ -84,8 +84,8 @@
84
84
  <home-page id="page"></home-page>
85
85
  <noscript> Please enable JavaScript to view this website. </noscript>
86
86
  <!-- Load webcomponents-loader.js to check and load any polyfills your browser needs -->
87
- <script src="node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
88
- <script src="node_modules/web-animations-js/web-animations-next.min.js"></script>
87
+ <script src="/node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
88
+ <script src="/node_modules/web-animations-js/web-animations-next.min.js"></script>
89
89
  <!-- Built with love using PWA Starter Kit -->
90
90
 
91
91
  <script src="/public/home.js"></script>