@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/_index.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
|
|
55
56
|
<!-- Add any global styles for body, document, etc. -->
|
56
57
|
<style>
|