@things-factory/operato-tools 7.0.1-alpha.6 → 7.0.1-alpha.60
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@things-factory/operato-tools",
|
3
|
-
"version": "7.0.1-alpha.
|
3
|
+
"version": "7.0.1-alpha.60",
|
4
4
|
"main": "dist-server/index.js",
|
5
5
|
"browser": "client/index.js",
|
6
6
|
"things-factory": true,
|
@@ -40,8 +40,8 @@
|
|
40
40
|
"@things-factory/operato-license-checker": "^4.0.4"
|
41
41
|
},
|
42
42
|
"devDependencies": {
|
43
|
-
"@things-factory/builder": "^7.0.1-alpha.
|
44
|
-
"@things-factory/meta-ui": "^7.0.1-alpha.
|
43
|
+
"@things-factory/builder": "^7.0.1-alpha.60",
|
44
|
+
"@things-factory/meta-ui": "^7.0.1-alpha.60"
|
45
45
|
},
|
46
|
-
"gitHead": "
|
46
|
+
"gitHead": "e3991f7f2a6735adc9a68e281f3097859fe4912b"
|
47
47
|
}
|
package/views/auth-page.html
CHANGED
@@ -51,6 +51,7 @@
|
|
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
53
|
<link href="/node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
|
54
|
+
<link href="/node_modules/material-symbols/index.css" rel="stylesheet" />
|
54
55
|
<link rel="stylesheet" href="/theme.css" />
|
55
56
|
|
56
57
|
<style>
|
package/views/public/home.html
CHANGED
@@ -51,6 +51,7 @@
|
|
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
53
|
<link href="/node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
|
54
|
+
<link href="/node_modules/material-symbols/index.css" rel="stylesheet" />
|
54
55
|
<link rel="stylesheet" href="/theme.css" />
|
55
56
|
|
56
57
|
<style>
|