@things-factory/operato-ecs 6.0.0-alpha.19 → 6.0.0-alpha.20

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
@@ -52,11 +52,14 @@
52
52
  <link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
53
53
  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Material+Icons&display=block" />
54
54
  <style>
55
+ html,
55
56
  body {
56
57
  margin: 0;
57
58
  padding: 0;
58
59
  overflow: hidden;
59
60
 
61
+ overscroll-behavior-y: none;
62
+
60
63
  /* This is a font-stack that tries to use the system-default sans-serifs first */
61
64
  font-family: Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
62
65
  line-height: 1.5;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-ecs",
3
- "version": "6.0.0-alpha.19",
3
+ "version": "6.0.0-alpha.20",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -52,33 +52,33 @@
52
52
  "@operato/scene-switch": "^1.0.0",
53
53
  "@operato/scene-table": "^1.0.0",
54
54
  "@operato/scene-timer": "^1.0.0",
55
- "@things-factory/api": "^6.0.0-alpha.13",
56
- "@things-factory/apptool-ui": "^6.0.0-alpha.13",
57
- "@things-factory/auth-ui": "^6.0.0-alpha.19",
58
- "@things-factory/board-service": "^6.0.0-alpha.13",
59
- "@things-factory/board-ui": "^6.0.0-alpha.19",
60
- "@things-factory/context-ui": "^6.0.0-alpha.13",
61
- "@things-factory/dashboard": "^6.0.0-alpha.19",
62
- "@things-factory/export-ui": "^6.0.0-alpha.13",
63
- "@things-factory/grist-ui": "^6.0.0-alpha.13",
64
- "@things-factory/help": "^6.0.0-alpha.13",
65
- "@things-factory/i18n-base": "^6.0.0-alpha.13",
66
- "@things-factory/integration-melsec": "^6.0.0-alpha.13",
67
- "@things-factory/integration-modbus": "^6.0.0-alpha.13",
68
- "@things-factory/integration-ui": "^6.0.0-alpha.13",
69
- "@things-factory/lite-menu": "^6.0.0-alpha.19",
70
- "@things-factory/more-ui": "^6.0.0-alpha.13",
71
- "@things-factory/oauth2-client": "^6.0.0-alpha.13",
72
- "@things-factory/print-ui": "^6.0.0-alpha.13",
73
- "@things-factory/resource-ui": "^6.0.0-alpha.19",
74
- "@things-factory/setting-base": "^6.0.0-alpha.13",
75
- "@things-factory/setting-ui": "^6.0.0-alpha.19",
76
- "@things-factory/shell": "^6.0.0-alpha.13",
77
- "@things-factory/system-ui": "^6.0.0-alpha.13",
55
+ "@things-factory/api": "^6.0.0-alpha.20",
56
+ "@things-factory/apptool-ui": "^6.0.0-alpha.20",
57
+ "@things-factory/auth-ui": "^6.0.0-alpha.20",
58
+ "@things-factory/board-service": "^6.0.0-alpha.20",
59
+ "@things-factory/board-ui": "^6.0.0-alpha.20",
60
+ "@things-factory/context-ui": "^6.0.0-alpha.20",
61
+ "@things-factory/dashboard": "^6.0.0-alpha.20",
62
+ "@things-factory/export-ui": "^6.0.0-alpha.20",
63
+ "@things-factory/grist-ui": "^6.0.0-alpha.20",
64
+ "@things-factory/help": "^6.0.0-alpha.20",
65
+ "@things-factory/i18n-base": "^6.0.0-alpha.20",
66
+ "@things-factory/integration-melsec": "^6.0.0-alpha.20",
67
+ "@things-factory/integration-modbus": "^6.0.0-alpha.20",
68
+ "@things-factory/integration-ui": "^6.0.0-alpha.20",
69
+ "@things-factory/lite-menu": "^6.0.0-alpha.20",
70
+ "@things-factory/more-ui": "^6.0.0-alpha.20",
71
+ "@things-factory/oauth2-client": "^6.0.0-alpha.20",
72
+ "@things-factory/print-ui": "^6.0.0-alpha.20",
73
+ "@things-factory/resource-ui": "^6.0.0-alpha.20",
74
+ "@things-factory/setting-base": "^6.0.0-alpha.20",
75
+ "@things-factory/setting-ui": "^6.0.0-alpha.20",
76
+ "@things-factory/shell": "^6.0.0-alpha.20",
77
+ "@things-factory/system-ui": "^6.0.0-alpha.20",
78
78
  "jsmodbus": "^4.0.2"
79
79
  },
80
80
  "devDependencies": {
81
81
  "@things-factory/builder": "^6.0.0-alpha.14"
82
82
  },
83
- "gitHead": "b4a7e60e4ffbb2e5186ed031157cf183c69d352a"
83
+ "gitHead": "6e50e3cefe9c4158500f3cb2bf14300684c05623"
84
84
  }
@@ -59,10 +59,14 @@
59
59
  padding: 0;
60
60
  overflow: hidden;
61
61
 
62
+ overscroll-behavior-y: none;
63
+
62
64
  /* This is a font-stack that tries to use the system-default sans-serifs first */
63
65
  font-family: Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
64
66
  line-height: 1.5;
65
67
  -webkit-font-smoothing: antialiased;
68
+
69
+ accent-color: var(--primary-color);
66
70
  }
67
71
  </style>
68
72
 
@@ -63,6 +63,8 @@
63
63
  font-family: Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
64
64
  line-height: 1.5;
65
65
  -webkit-font-smoothing: antialiased;
66
+
67
+ accent-color: var(--primary-color);
66
68
  }
67
69
  </style>
68
70