@things-factory/operato-ecs 6.2.64 → 6.2.66

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.
@@ -36,10 +36,10 @@ 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-gutter-padding:var(--padding-default) 0;
39
+ --grid-gutter-padding: var(--padding-default) 0;
40
40
 
41
41
  --grid-record-background-color: var(--theme-white-color);
42
- --grid-record-odd-background-color: rgba(255, 255, 255, 0.4);
42
+ --grid-record-odd-background-color: #f9f7f5;
43
43
  --grid-record-padding: 0 0 0 var(--padding-default);
44
44
  --grid-record-color: var(--secondary-color);
45
45
  --grid-record-color-hover: var(--primary-color);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-ecs",
3
- "version": "6.2.64",
3
+ "version": "6.2.66",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -54,33 +54,33 @@
54
54
  "@operato/scene-switch": "^1.0.0",
55
55
  "@operato/scene-table": "^1.0.0",
56
56
  "@operato/scene-timer": "^1.0.0",
57
- "@things-factory/api": "^6.2.54",
58
- "@things-factory/apptool-ui": "^6.2.54",
59
- "@things-factory/auth-ui": "^6.2.54",
60
- "@things-factory/board-service": "^6.2.64",
61
- "@things-factory/board-ui": "^6.2.58",
62
- "@things-factory/context-ui": "^6.2.52",
63
- "@things-factory/dashboard": "^6.2.64",
64
- "@things-factory/export-ui": "^6.2.52",
65
- "@things-factory/help": "^6.2.52",
66
- "@things-factory/i18n-base": "^6.2.52",
67
- "@things-factory/integration-melsec": "^6.2.64",
68
- "@things-factory/integration-modbus": "^6.2.64",
69
- "@things-factory/integration-opc": "^6.2.64",
70
- "@things-factory/integration-ui": "^6.2.64",
71
- "@things-factory/lite-menu": "^6.2.64",
72
- "@things-factory/more-ui": "^6.2.52",
73
- "@things-factory/notification": "^6.2.64",
74
- "@things-factory/oauth2-client": "^6.2.54",
75
- "@things-factory/print-ui": "^6.2.54",
76
- "@things-factory/resource-ui": "^6.2.54",
77
- "@things-factory/setting-base": "^6.2.54",
78
- "@things-factory/setting-ui": "^6.2.54",
79
- "@things-factory/shell": "^6.2.52",
80
- "@things-factory/system": "^6.2.52"
57
+ "@things-factory/api": "^6.2.65",
58
+ "@things-factory/apptool-ui": "^6.2.65",
59
+ "@things-factory/auth-ui": "^6.2.65",
60
+ "@things-factory/board-service": "^6.2.65",
61
+ "@things-factory/board-ui": "^6.2.65",
62
+ "@things-factory/context-ui": "^6.2.65",
63
+ "@things-factory/dashboard": "^6.2.65",
64
+ "@things-factory/export-ui": "^6.2.65",
65
+ "@things-factory/help": "^6.2.65",
66
+ "@things-factory/i18n-base": "^6.2.65",
67
+ "@things-factory/integration-melsec": "^6.2.65",
68
+ "@things-factory/integration-modbus": "^6.2.65",
69
+ "@things-factory/integration-opc": "^6.2.65",
70
+ "@things-factory/integration-ui": "^6.2.65",
71
+ "@things-factory/lite-menu": "^6.2.65",
72
+ "@things-factory/more-ui": "^6.2.65",
73
+ "@things-factory/notification": "^6.2.66",
74
+ "@things-factory/oauth2-client": "^6.2.65",
75
+ "@things-factory/print-ui": "^6.2.65",
76
+ "@things-factory/resource-ui": "^6.2.65",
77
+ "@things-factory/setting-base": "^6.2.65",
78
+ "@things-factory/setting-ui": "^6.2.65",
79
+ "@things-factory/shell": "^6.2.65",
80
+ "@things-factory/system": "^6.2.65"
81
81
  },
82
82
  "devDependencies": {
83
83
  "@things-factory/builder": "^6.2.33"
84
84
  },
85
- "gitHead": "1ed5a61fd59c1b509b6f88cb9383c8ab44bbffde"
85
+ "gitHead": "7e4c5c75a959d01978d7e4ecbae7a490d03e33c2"
86
86
  }