@things-factory/shell 7.0.1-alpha.13 → 7.0.1-alpha.15
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/_index.html +2 -0
- package/package.json +8 -7
- package/views/public/home.html +1 -0
package/_index.html
CHANGED
@@ -52,6 +52,8 @@
|
|
52
52
|
<!-- Performance tip: hint to the browser to start the handshake for the fonts site -->
|
53
53
|
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
|
54
54
|
<link href="/node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
|
55
|
+
<link href="/node_modules/material-symbols/index.css" rel="stylesheet" />
|
56
|
+
|
55
57
|
<style>
|
56
58
|
body {
|
57
59
|
margin: 0;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@things-factory/shell",
|
3
|
-
"version": "7.0.1-alpha.
|
3
|
+
"version": "7.0.1-alpha.15",
|
4
4
|
"description": "Core module for framework",
|
5
5
|
"bin": {
|
6
6
|
"things-factory": "bin/things-factory",
|
@@ -51,7 +51,7 @@
|
|
51
51
|
"@material/mwc-icon-button": "^0.27.0",
|
52
52
|
"@material/mwc-slider": "^0.27.0",
|
53
53
|
"@material/mwc-textfield": "^0.27.0",
|
54
|
-
"@material/web": "^1.
|
54
|
+
"@material/web": "^1.4.0",
|
55
55
|
"@open-wc/scoped-elements": "^2.1.3",
|
56
56
|
"@operato/board": "^2.0.0-alpha.0",
|
57
57
|
"@operato/graphql": "^2.0.0-alpha.0",
|
@@ -60,11 +60,11 @@
|
|
60
60
|
"@operato/shell": "^2.0.0-alpha.0",
|
61
61
|
"@operato/typeorm-history": "^2.0.0-alpha.0",
|
62
62
|
"@operato/utils": "^2.0.0-alpha.0",
|
63
|
-
"@things-factory/ejs-remote": "^7.0.1-alpha.
|
64
|
-
"@things-factory/env": "^7.0.1-alpha.
|
63
|
+
"@things-factory/ejs-remote": "^7.0.1-alpha.15",
|
64
|
+
"@things-factory/env": "^7.0.1-alpha.15",
|
65
65
|
"@things-factory/operato-license-checker": "^4.0.4",
|
66
|
-
"@things-factory/styles": "^7.0.1-alpha.
|
67
|
-
"@things-factory/utils": "^7.0.1-alpha.
|
66
|
+
"@things-factory/styles": "^7.0.1-alpha.15",
|
67
|
+
"@things-factory/utils": "^7.0.1-alpha.15",
|
68
68
|
"@webcomponents/webcomponentsjs": "^2.6.0",
|
69
69
|
"args": "^5.0.0",
|
70
70
|
"broadcastchannel-polyfill": "^1.0.1",
|
@@ -101,6 +101,7 @@
|
|
101
101
|
"loader-utils": "^2.0.0",
|
102
102
|
"lodash": "^4.17.21",
|
103
103
|
"lodash-es": "^4.17.21",
|
104
|
+
"material-symbols": "^0.17.2",
|
104
105
|
"mkdirp": "^1.0.4",
|
105
106
|
"moment-timezone": "^0.5.43",
|
106
107
|
"mqtt": "^4.3.4",
|
@@ -133,5 +134,5 @@
|
|
133
134
|
"pg": "^8.7.3",
|
134
135
|
"sqlite3": "^5.0.8"
|
135
136
|
},
|
136
|
-
"gitHead": "
|
137
|
+
"gitHead": "9df98057b0829feec240b85a38f596bd12fbcae3"
|
137
138
|
}
|
package/views/public/home.html
CHANGED
@@ -52,6 +52,7 @@
|
|
52
52
|
<!-- Performance tip: hint to the browser to start the handshake for the fonts site -->
|
53
53
|
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
|
54
54
|
<link href="/node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
|
55
|
+
<link href="/node_modules/material-symbols/index.css" rel="stylesheet" />
|
55
56
|
<link rel="stylesheet" href="/theme.css" />
|
56
57
|
|
57
58
|
<style>
|