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

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 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" />
@@ -53,6 +53,9 @@
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
55
  <link href="/node_modules/material-symbols/index.css" rel="stylesheet" />
56
+ <link href="/node_modules/@fontsource/roboto/index.css" rel="stylesheet" />
57
+ <link rel="stylesheet" href="/theme.css" />
58
+
56
59
  <style>
57
60
  html,
58
61
  body {
@@ -79,7 +82,7 @@
79
82
  }
80
83
  </script>
81
84
  </head>
82
- <body>
85
+ <body class="light">
83
86
  <things-app></things-app>
84
87
  <noscript> Please enable JavaScript to view this website. </noscript>
85
88
  <!-- 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-ecs",
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,
@@ -55,33 +55,33 @@
55
55
  "@operato/scene-switch": "^2.0.0-alpha.0",
56
56
  "@operato/scene-table": "^2.0.0-alpha.0",
57
57
  "@operato/scene-timer": "^2.0.0-alpha.0",
58
- "@things-factory/api": "^7.0.1-alpha.86",
59
- "@things-factory/apptool-ui": "^7.0.1-alpha.81",
60
- "@things-factory/auth-ui": "^7.0.1-alpha.88",
61
- "@things-factory/board-service": "^7.0.1-alpha.86",
62
- "@things-factory/board-ui": "^7.0.1-alpha.86",
63
- "@things-factory/context-ui": "^7.0.1-alpha.79",
64
- "@things-factory/dashboard": "^7.0.1-alpha.86",
65
- "@things-factory/export-ui": "^7.0.1-alpha.79",
66
- "@things-factory/help": "^7.0.1-alpha.71",
67
- "@things-factory/i18n-base": "^7.0.1-alpha.89",
68
- "@things-factory/integration-melsec": "^7.0.1-alpha.86",
69
- "@things-factory/integration-modbus": "^7.0.1-alpha.86",
70
- "@things-factory/integration-opc": "^7.0.1-alpha.86",
71
- "@things-factory/integration-ui": "^7.0.1-alpha.86",
72
- "@things-factory/lite-menu": "^7.0.1-alpha.86",
73
- "@things-factory/more-ui": "^7.0.1-alpha.79",
74
- "@things-factory/notification": "^7.0.1-alpha.89",
75
- "@things-factory/oauth2-client": "^7.0.1-alpha.81",
76
- "@things-factory/print-ui": "^7.0.1-alpha.89",
77
- "@things-factory/resource-ui": "^7.0.1-alpha.89",
78
- "@things-factory/setting-base": "^7.0.1-alpha.81",
79
- "@things-factory/setting-ui": "^7.0.1-alpha.89",
80
- "@things-factory/shell": "^7.0.1-alpha.71",
81
- "@things-factory/system": "^7.0.1-alpha.79"
58
+ "@things-factory/api": "^7.0.1-alpha.90",
59
+ "@things-factory/apptool-ui": "^7.0.1-alpha.90",
60
+ "@things-factory/auth-ui": "^7.0.1-alpha.90",
61
+ "@things-factory/board-service": "^7.0.1-alpha.90",
62
+ "@things-factory/board-ui": "^7.0.1-alpha.90",
63
+ "@things-factory/context-ui": "^7.0.1-alpha.90",
64
+ "@things-factory/dashboard": "^7.0.1-alpha.90",
65
+ "@things-factory/export-ui": "^7.0.1-alpha.90",
66
+ "@things-factory/help": "^7.0.1-alpha.90",
67
+ "@things-factory/i18n-base": "^7.0.1-alpha.90",
68
+ "@things-factory/integration-melsec": "^7.0.1-alpha.90",
69
+ "@things-factory/integration-modbus": "^7.0.1-alpha.90",
70
+ "@things-factory/integration-opc": "^7.0.1-alpha.90",
71
+ "@things-factory/integration-ui": "^7.0.1-alpha.90",
72
+ "@things-factory/lite-menu": "^7.0.1-alpha.90",
73
+ "@things-factory/more-ui": "^7.0.1-alpha.90",
74
+ "@things-factory/notification": "^7.0.1-alpha.90",
75
+ "@things-factory/oauth2-client": "^7.0.1-alpha.90",
76
+ "@things-factory/print-ui": "^7.0.1-alpha.90",
77
+ "@things-factory/resource-ui": "^7.0.1-alpha.90",
78
+ "@things-factory/setting-base": "^7.0.1-alpha.90",
79
+ "@things-factory/setting-ui": "^7.0.1-alpha.90",
80
+ "@things-factory/shell": "^7.0.1-alpha.90",
81
+ "@things-factory/system": "^7.0.1-alpha.90"
82
82
  },
83
83
  "devDependencies": {
84
84
  "@things-factory/builder": "^7.0.1-alpha.71"
85
85
  },
86
- "gitHead": "74ec3613a9d8f070e5132d4aafc3886e6bf7582b"
86
+ "gitHead": "79086a82c81dadca6c105a37fa91a2cd34a74183"
87
87
  }
@@ -54,6 +54,7 @@
54
54
  <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
55
55
  <link href="/node_modules/@material-design-icons/font/index.css" rel="stylesheet" />
56
56
  <link href="/node_modules/material-symbols/index.css" rel="stylesheet" />
57
+ <link href="/node_modules/@fontsource/roboto/index.css" rel="stylesheet" />
57
58
  <link rel="stylesheet" href="/theme.css" />
58
59
 
59
60
  <style>
@@ -79,7 +80,7 @@
79
80
  <link rel="prefetch" href="/auth/forgot-password.js">
80
81
  <link rel="prefetch" href="/auth/checkin.js">
81
82
  </head>
82
- <body>
83
+ <body class="light">
83
84
  <<%- pageElement %> id="page"></<%- pageElement %>>
84
85
  <noscript>
85
86
  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" />
@@ -53,6 +53,7 @@
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
55
  <link href="/node_modules/material-symbols/index.css" rel="stylesheet" />
56
+ <link href="/node_modules/@fontsource/roboto/index.css" rel="stylesheet" />
56
57
  <link rel="stylesheet" href="/theme.css" />
57
58
 
58
59
  <style>
@@ -73,7 +74,7 @@
73
74
  <!--- prefetch -->
74
75
  <link rel="prefetch" href="/public/home.js" />
75
76
  </head>
76
- <body>
77
+ <body class="light">
77
78
  <home-page id="page"></home-page>
78
79
  <noscript> Please enable JavaScript to view this website. </noscript>
79
80
  <!-- Load webcomponents-loader.js to check and load any polyfills your browser needs -->