@things-factory/operato-ecs 7.0.1-alpha.19 → 7.0.1-alpha.21
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/grist-theme.css +1 -1
- package/package.json +26 -26
@@ -143,7 +143,7 @@ body {
|
|
143
143
|
--record-view-footer-button-border-width: 0 0 0 1px;
|
144
144
|
--record-view-footer-button-font: 17px;
|
145
145
|
--record-view-footer-button-color: var(--theme-white-color);
|
146
|
-
--record-view-footer-iconbutton-size:
|
146
|
+
--record-view-footer-iconbutton-size: 28px;
|
147
147
|
--record-view-footer-focus-background: var(--primary-color);
|
148
148
|
|
149
149
|
--ox-grist-padding: var(--padding-default) var(--padding-default) 0 var(--padding-default);
|
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.21",
|
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.20",
|
59
|
+
"@things-factory/apptool-ui": "^7.0.1-alpha.20",
|
60
|
+
"@things-factory/auth-ui": "^7.0.1-alpha.21",
|
61
|
+
"@things-factory/board-service": "^7.0.1-alpha.20",
|
62
|
+
"@things-factory/board-ui": "^7.0.1-alpha.20",
|
63
|
+
"@things-factory/context-ui": "^7.0.1-alpha.20",
|
64
|
+
"@things-factory/dashboard": "^7.0.1-alpha.20",
|
65
|
+
"@things-factory/export-ui": "^7.0.1-alpha.20",
|
66
|
+
"@things-factory/help": "^7.0.1-alpha.20",
|
67
|
+
"@things-factory/i18n-base": "^7.0.1-alpha.20",
|
68
|
+
"@things-factory/integration-melsec": "^7.0.1-alpha.20",
|
69
|
+
"@things-factory/integration-modbus": "^7.0.1-alpha.20",
|
70
|
+
"@things-factory/integration-opc": "^7.0.1-alpha.20",
|
71
|
+
"@things-factory/integration-ui": "^7.0.1-alpha.20",
|
72
|
+
"@things-factory/lite-menu": "^7.0.1-alpha.21",
|
73
|
+
"@things-factory/more-ui": "^7.0.1-alpha.20",
|
74
|
+
"@things-factory/notification": "^7.0.1-alpha.21",
|
75
|
+
"@things-factory/oauth2-client": "^7.0.1-alpha.20",
|
76
|
+
"@things-factory/print-ui": "^7.0.1-alpha.20",
|
77
|
+
"@things-factory/resource-ui": "^7.0.1-alpha.21",
|
78
|
+
"@things-factory/setting-base": "^7.0.1-alpha.20",
|
79
|
+
"@things-factory/setting-ui": "^7.0.1-alpha.20",
|
80
|
+
"@things-factory/shell": "^7.0.1-alpha.20",
|
81
|
+
"@things-factory/system": "^7.0.1-alpha.20"
|
82
82
|
},
|
83
83
|
"devDependencies": {
|
84
84
|
"@things-factory/builder": "^7.0.1-alpha.15"
|
85
85
|
},
|
86
|
-
"gitHead": "
|
86
|
+
"gitHead": "06814e3603d256ce3c9c5f54bee83be02357e14e"
|
87
87
|
}
|