@things-factory/operato-ecs 7.0.1-beta.7 → 7.0.1-beta.8
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/client/themes/app-theme.css +2 -2
- package/package.json +27 -27
@@ -26,7 +26,7 @@ body {
|
|
26
26
|
|
27
27
|
/* common style */
|
28
28
|
--border-radius: 3px;
|
29
|
-
--border-
|
29
|
+
--border-dim-color: 1px solid rgba(0, 0, 0, 0.15);
|
30
30
|
--border-light-color: 1px solid rgba(255, 255, 255, 0.3);
|
31
31
|
|
32
32
|
--box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.1);
|
@@ -97,7 +97,7 @@ body {
|
|
97
97
|
|
98
98
|
/* button style */
|
99
99
|
--button-background-color: #fafbfc;
|
100
|
-
--button-border: var(--border-
|
100
|
+
--button-border: var(--border-dim-color);
|
101
101
|
--button-border-radius: var(--border-radius);
|
102
102
|
--button-margin: var(--margin-default) var(--margin-default) var(--margin-default) 0;
|
103
103
|
--button-padding: calc(var(--padding-narrow) * 1.5) var(--padding-wide);
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@things-factory/operato-ecs",
|
3
|
-
"version": "7.0.1-beta.
|
3
|
+
"version": "7.0.1-beta.8",
|
4
4
|
"main": "dist-server/index.js",
|
5
5
|
"browser": "client/index.js",
|
6
6
|
"things-factory": true,
|
@@ -55,34 +55,34 @@
|
|
55
55
|
"@operato/scene-switch": "^2.0.0-beta.0",
|
56
56
|
"@operato/scene-table": "^2.0.0-beta.0",
|
57
57
|
"@operato/scene-timer": "^2.0.0-beta.0",
|
58
|
-
"@things-factory/api": "^7.0.1-beta.
|
59
|
-
"@things-factory/apptool-ui": "^7.0.1-beta.
|
60
|
-
"@things-factory/auth-ui": "^7.0.1-beta.
|
61
|
-
"@things-factory/board-service": "^7.0.1-beta.
|
62
|
-
"@things-factory/board-ui": "^7.0.1-beta.
|
63
|
-
"@things-factory/context-ui": "^7.0.1-beta.
|
64
|
-
"@things-factory/dashboard": "^7.0.1-beta.
|
65
|
-
"@things-factory/export-ui": "^7.0.1-beta.
|
66
|
-
"@things-factory/help": "^7.0.1-beta.
|
67
|
-
"@things-factory/i18n-base": "^7.0.1-beta.
|
68
|
-
"@things-factory/integration-influxdb": "^7.0.1-beta.
|
69
|
-
"@things-factory/integration-melsec": "^7.0.1-beta.
|
70
|
-
"@things-factory/integration-modbus": "^7.0.1-beta.
|
71
|
-
"@things-factory/integration-opc": "^7.0.1-beta.
|
72
|
-
"@things-factory/integration-ui": "^7.0.1-beta.
|
73
|
-
"@things-factory/lite-menu": "^7.0.1-beta.
|
74
|
-
"@things-factory/more-ui": "^7.0.1-beta.
|
75
|
-
"@things-factory/notification": "^7.0.1-beta.
|
76
|
-
"@things-factory/oauth2-client": "^7.0.1-beta.
|
77
|
-
"@things-factory/print-ui": "^7.0.1-beta.
|
78
|
-
"@things-factory/resource-ui": "^7.0.1-beta.
|
79
|
-
"@things-factory/setting-base": "^7.0.1-beta.
|
80
|
-
"@things-factory/setting-ui": "^7.0.1-beta.
|
81
|
-
"@things-factory/shell": "^7.0.1-beta.
|
82
|
-
"@things-factory/system": "^7.0.1-beta.
|
58
|
+
"@things-factory/api": "^7.0.1-beta.8",
|
59
|
+
"@things-factory/apptool-ui": "^7.0.1-beta.8",
|
60
|
+
"@things-factory/auth-ui": "^7.0.1-beta.8",
|
61
|
+
"@things-factory/board-service": "^7.0.1-beta.8",
|
62
|
+
"@things-factory/board-ui": "^7.0.1-beta.8",
|
63
|
+
"@things-factory/context-ui": "^7.0.1-beta.8",
|
64
|
+
"@things-factory/dashboard": "^7.0.1-beta.8",
|
65
|
+
"@things-factory/export-ui": "^7.0.1-beta.8",
|
66
|
+
"@things-factory/help": "^7.0.1-beta.8",
|
67
|
+
"@things-factory/i18n-base": "^7.0.1-beta.8",
|
68
|
+
"@things-factory/integration-influxdb": "^7.0.1-beta.8",
|
69
|
+
"@things-factory/integration-melsec": "^7.0.1-beta.8",
|
70
|
+
"@things-factory/integration-modbus": "^7.0.1-beta.8",
|
71
|
+
"@things-factory/integration-opc": "^7.0.1-beta.8",
|
72
|
+
"@things-factory/integration-ui": "^7.0.1-beta.8",
|
73
|
+
"@things-factory/lite-menu": "^7.0.1-beta.8",
|
74
|
+
"@things-factory/more-ui": "^7.0.1-beta.8",
|
75
|
+
"@things-factory/notification": "^7.0.1-beta.8",
|
76
|
+
"@things-factory/oauth2-client": "^7.0.1-beta.8",
|
77
|
+
"@things-factory/print-ui": "^7.0.1-beta.8",
|
78
|
+
"@things-factory/resource-ui": "^7.0.1-beta.8",
|
79
|
+
"@things-factory/setting-base": "^7.0.1-beta.8",
|
80
|
+
"@things-factory/setting-ui": "^7.0.1-beta.8",
|
81
|
+
"@things-factory/shell": "^7.0.1-beta.8",
|
82
|
+
"@things-factory/system": "^7.0.1-beta.8"
|
83
83
|
},
|
84
84
|
"devDependencies": {
|
85
85
|
"@things-factory/builder": "^7.0.1-beta.6"
|
86
86
|
},
|
87
|
-
"gitHead": "
|
87
|
+
"gitHead": "d2ca60f7fca6feb2b7cb86b4f825378573fcc335"
|
88
88
|
}
|