@things-factory/operato-ecs 7.0.1-alpha.39 → 7.0.1-alpha.40
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 +2 -0
- package/package.json +10 -10
@@ -36,6 +36,8 @@ body {
|
|
36
36
|
--grid-header-filter-title-font: normal 12px var(--theme-font);
|
37
37
|
--grid-header-filter-title-icon-color: var(--primary-color);
|
38
38
|
|
39
|
+
--grid-body-bottom-border: 1px solid rgba(var(--secondary-color-rgb), 0.2);
|
40
|
+
|
39
41
|
--grid-gutter-padding: var(--padding-default) 0;
|
40
42
|
|
41
43
|
--grid-record-background-color: var(--theme-white-color);
|
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.40",
|
4
4
|
"main": "dist-server/index.js",
|
5
5
|
"browser": "client/index.js",
|
6
6
|
"things-factory": true,
|
@@ -55,21 +55,21 @@
|
|
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.
|
58
|
+
"@things-factory/api": "^7.0.1-alpha.40",
|
59
59
|
"@things-factory/apptool-ui": "^7.0.1-alpha.37",
|
60
60
|
"@things-factory/auth-ui": "^7.0.1-alpha.36",
|
61
|
-
"@things-factory/board-service": "^7.0.1-alpha.
|
61
|
+
"@things-factory/board-service": "^7.0.1-alpha.40",
|
62
62
|
"@things-factory/board-ui": "^7.0.1-alpha.36",
|
63
63
|
"@things-factory/context-ui": "^7.0.1-alpha.36",
|
64
|
-
"@things-factory/dashboard": "^7.0.1-alpha.
|
64
|
+
"@things-factory/dashboard": "^7.0.1-alpha.40",
|
65
65
|
"@things-factory/export-ui": "^7.0.1-alpha.36",
|
66
66
|
"@things-factory/help": "^7.0.1-alpha.36",
|
67
67
|
"@things-factory/i18n-base": "^7.0.1-alpha.36",
|
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.
|
68
|
+
"@things-factory/integration-melsec": "^7.0.1-alpha.40",
|
69
|
+
"@things-factory/integration-modbus": "^7.0.1-alpha.40",
|
70
|
+
"@things-factory/integration-opc": "^7.0.1-alpha.40",
|
71
|
+
"@things-factory/integration-ui": "^7.0.1-alpha.40",
|
72
|
+
"@things-factory/lite-menu": "^7.0.1-alpha.40",
|
73
73
|
"@things-factory/more-ui": "^7.0.1-alpha.36",
|
74
74
|
"@things-factory/notification": "^7.0.1-alpha.36",
|
75
75
|
"@things-factory/oauth2-client": "^7.0.1-alpha.36",
|
@@ -83,5 +83,5 @@
|
|
83
83
|
"devDependencies": {
|
84
84
|
"@things-factory/builder": "^7.0.1-alpha.29"
|
85
85
|
},
|
86
|
-
"gitHead": "
|
86
|
+
"gitHead": "60e3e45c749b82e0d08c718dd79bbb13ba0b4bc5"
|
87
87
|
}
|