@things-factory/operato-tools 7.0.1-alpha.8 → 7.0.1-alpha.80
Sign up to get free protection for your applications and to get access to all the features.
- package/_index.html +1 -0
- package/client/pages/generator/button-config-tab-mixin.js +352 -283
- package/client/pages/generator/meta-generator-page.js +11 -3
- package/client/themes/app-theme.css +19 -3
- package/dist-server/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
- package/views/auth-page.html +1 -0
- package/views/public/home.html +1 -0
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.80",
|
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.71",
|
44
|
+
"@things-factory/meta-ui": "^7.0.1-alpha.80"
|
45
45
|
},
|
46
|
-
"gitHead": "
|
46
|
+
"gitHead": "1893bab2cc88910b3a3b080f450a7acf879b3011"
|
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>
|