@things-factory/operato-tools 7.0.1-alpha.89 → 7.0.1-alpha.90

Sign up to get free protection for your applications and to get access to all the features.
package/_index.html CHANGED
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html>
1
+ <!doctype html>
2
2
  <html lang="en">
3
3
  <head>
4
4
  <meta charset="utf-8" />
@@ -52,6 +52,8 @@
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
54
  <link href="/node_modules/material-symbols/index.css" rel="stylesheet" />
55
+ <link href="/node_modules/@fontsource/roboto/index.css" rel="stylesheet" />
56
+ <link rel="stylesheet" href="/theme.css" />
55
57
 
56
58
  <!-- Add any global styles for body, document, etc. -->
57
59
  <style>
@@ -76,7 +78,7 @@
76
78
  </script>
77
79
  </head>
78
80
 
79
- <body>
81
+ <body class="light">
80
82
  <things-app></things-app>
81
83
  <noscript> Please enable JavaScript to view this website. </noscript>
82
84
  <!-- Load webcomponents-loader.js to check and load any polyfills your browser needs -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-tools",
3
- "version": "7.0.1-alpha.89",
3
+ "version": "7.0.1-alpha.90",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -41,7 +41,7 @@
41
41
  },
42
42
  "devDependencies": {
43
43
  "@things-factory/builder": "^7.0.1-alpha.71",
44
- "@things-factory/meta-ui": "^7.0.1-alpha.89"
44
+ "@things-factory/meta-ui": "^7.0.1-alpha.90"
45
45
  },
46
- "gitHead": "74ec3613a9d8f070e5132d4aafc3886e6bf7582b"
46
+ "gitHead": "79086a82c81dadca6c105a37fa91a2cd34a74183"
47
47
  }
@@ -52,6 +52,7 @@
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
54
  <link href="/node_modules/material-symbols/index.css" rel="stylesheet" />
55
+ <link href="/node_modules/@fontsource/roboto/index.css" rel="stylesheet" />
55
56
  <link rel="stylesheet" href="/theme.css" />
56
57
 
57
58
  <style>
@@ -73,7 +74,7 @@
73
74
  <link rel="prefetch" href="/auth/forgot-password.js">
74
75
  <link rel="prefetch" href="/auth/checkin.js">
75
76
  </head>
76
- <body>
77
+ <body class="light">
77
78
  <<%- pageElement %> id="page"></<%- pageElement %>>
78
79
  <noscript>
79
80
  Please enable JavaScript to view this website.
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html>
1
+ <!doctype html>
2
2
  <html lang="en">
3
3
  <head>
4
4
  <meta charset="utf-8" />
@@ -52,6 +52,7 @@
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
54
  <link href="/node_modules/material-symbols/index.css" rel="stylesheet" />
55
+ <link href="/node_modules/@fontsource/roboto/index.css" rel="stylesheet" />
55
56
  <link rel="stylesheet" href="/theme.css" />
56
57
 
57
58
  <style>
@@ -70,7 +71,7 @@
70
71
  <!--- prefetch -->
71
72
  <link rel="prefetch" href="/public/home.js" />
72
73
  </head>
73
- <body>
74
+ <body class="light">
74
75
  <home-page id="page"></home-page>
75
76
  <noscript> Please enable JavaScript to view this website. </noscript>
76
77
  <!-- Load webcomponents-loader.js to check and load any polyfills your browser needs -->