@things-factory/operato-ecs 7.0.1-alpha.32 → 7.0.1-alpha.34
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 +1 -1
- package/package.json +26 -26
@@ -140,7 +140,7 @@ body {
|
|
140
140
|
--label-color: var(--secondary-color);
|
141
141
|
--label-text-transform: capitalize;
|
142
142
|
--input-margin: var(--margin-narrow) 0;
|
143
|
-
--input-padding:
|
143
|
+
--input-padding: 6px 2px;
|
144
144
|
--input-min-width: 200px;
|
145
145
|
--input-font: normal var(--fontsize-default) var(--theme-font);
|
146
146
|
--input-hint-font: normal var(--fontsize-small) var(--theme-font);
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@things-factory/operato-ecs",
|
3
|
-
"version": "7.0.1-alpha.
|
3
|
+
"version": "7.0.1-alpha.34",
|
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.
|
59
|
-
"@things-factory/apptool-ui": "^7.0.1-alpha.
|
60
|
-
"@things-factory/auth-ui": "^7.0.1-alpha.
|
61
|
-
"@things-factory/board-service": "^7.0.1-alpha.
|
62
|
-
"@things-factory/board-ui": "^7.0.1-alpha.
|
63
|
-
"@things-factory/context-ui": "^7.0.1-alpha.
|
64
|
-
"@things-factory/dashboard": "^7.0.1-alpha.
|
65
|
-
"@things-factory/export-ui": "^7.0.1-alpha.
|
66
|
-
"@things-factory/help": "^7.0.1-alpha.
|
67
|
-
"@things-factory/i18n-base": "^7.0.1-alpha.
|
68
|
-
"@things-factory/integration-melsec": "^7.0.1-alpha.
|
69
|
-
"@things-factory/integration-modbus": "^7.0.1-alpha.
|
70
|
-
"@things-factory/integration-opc": "^7.0.1-alpha.
|
71
|
-
"@things-factory/integration-ui": "^7.0.1-alpha.
|
72
|
-
"@things-factory/lite-menu": "^7.0.1-alpha.
|
73
|
-
"@things-factory/more-ui": "^7.0.1-alpha.
|
74
|
-
"@things-factory/notification": "^7.0.1-alpha.
|
75
|
-
"@things-factory/oauth2-client": "^7.0.1-alpha.
|
76
|
-
"@things-factory/print-ui": "^7.0.1-alpha.
|
77
|
-
"@things-factory/resource-ui": "^7.0.1-alpha.
|
78
|
-
"@things-factory/setting-base": "^7.0.1-alpha.
|
79
|
-
"@things-factory/setting-ui": "^7.0.1-alpha.
|
80
|
-
"@things-factory/shell": "^7.0.1-alpha.
|
81
|
-
"@things-factory/system": "^7.0.1-alpha.
|
58
|
+
"@things-factory/api": "^7.0.1-alpha.34",
|
59
|
+
"@things-factory/apptool-ui": "^7.0.1-alpha.34",
|
60
|
+
"@things-factory/auth-ui": "^7.0.1-alpha.34",
|
61
|
+
"@things-factory/board-service": "^7.0.1-alpha.34",
|
62
|
+
"@things-factory/board-ui": "^7.0.1-alpha.34",
|
63
|
+
"@things-factory/context-ui": "^7.0.1-alpha.34",
|
64
|
+
"@things-factory/dashboard": "^7.0.1-alpha.34",
|
65
|
+
"@things-factory/export-ui": "^7.0.1-alpha.34",
|
66
|
+
"@things-factory/help": "^7.0.1-alpha.34",
|
67
|
+
"@things-factory/i18n-base": "^7.0.1-alpha.34",
|
68
|
+
"@things-factory/integration-melsec": "^7.0.1-alpha.34",
|
69
|
+
"@things-factory/integration-modbus": "^7.0.1-alpha.34",
|
70
|
+
"@things-factory/integration-opc": "^7.0.1-alpha.34",
|
71
|
+
"@things-factory/integration-ui": "^7.0.1-alpha.34",
|
72
|
+
"@things-factory/lite-menu": "^7.0.1-alpha.34",
|
73
|
+
"@things-factory/more-ui": "^7.0.1-alpha.34",
|
74
|
+
"@things-factory/notification": "^7.0.1-alpha.34",
|
75
|
+
"@things-factory/oauth2-client": "^7.0.1-alpha.34",
|
76
|
+
"@things-factory/print-ui": "^7.0.1-alpha.34",
|
77
|
+
"@things-factory/resource-ui": "^7.0.1-alpha.34",
|
78
|
+
"@things-factory/setting-base": "^7.0.1-alpha.34",
|
79
|
+
"@things-factory/setting-ui": "^7.0.1-alpha.34",
|
80
|
+
"@things-factory/shell": "^7.0.1-alpha.34",
|
81
|
+
"@things-factory/system": "^7.0.1-alpha.34"
|
82
82
|
},
|
83
83
|
"devDependencies": {
|
84
84
|
"@things-factory/builder": "^7.0.1-alpha.29"
|
85
85
|
},
|
86
|
-
"gitHead": "
|
86
|
+
"gitHead": "d3b1e48a7f78d56a57f80fee3d548d43883187a5"
|
87
87
|
}
|