@things-factory/operato-edge 7.0.1-alpha.24 → 7.0.1-alpha.26
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/dist-client/themes/app-theme.css +15 -2
- package/package.json +17 -17
|
@@ -86,17 +86,30 @@ body {
|
|
|
86
86
|
--md-fab-container-color: var(--primary-color);
|
|
87
87
|
--md-fab-icon-color: var(--focus-color);
|
|
88
88
|
|
|
89
|
+
--md-theme-on-primary: var(--theme-white-color);
|
|
90
|
+
--md-theme-primary: var(--secondary-text-color);
|
|
91
|
+
--md-theme-on-secondary: var(--theme-white-color);
|
|
92
|
+
--md-theme-secondary: var(--primary-color);
|
|
93
|
+
--md-button-outline-color: var(--primary-color);
|
|
94
|
+
--md-danger-button-primary-color: var(--status-danger-color);
|
|
95
|
+
--md-danger-button-outline-color: var(--status-danger-color);
|
|
96
|
+
--md-button-outline-width: 1px;
|
|
97
|
+
--md-button-horizontal-padding: 16px;
|
|
98
|
+
|
|
89
99
|
/* button style */
|
|
90
100
|
--button-background-color: #fafbfc;
|
|
91
101
|
--button-border: var(--border-dark-color);
|
|
92
102
|
--button-border-radius: var(--border-radius);
|
|
93
103
|
--button-margin: var(--margin-default) var(--margin-default) var(--margin-default) 0;
|
|
94
|
-
--button-padding: var(--padding-
|
|
104
|
+
--button-padding: calc(var(--padding-narrow) * 1.5) var(--padding-wide);
|
|
95
105
|
--button-color: var(--secondary-color);
|
|
96
|
-
--button-font:
|
|
106
|
+
--button-font: 600 var(--fontsize-default) var(--theme-font);
|
|
97
107
|
--button-text-transform: capitalize;
|
|
98
108
|
--button-active-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
|
|
99
109
|
--button-activ-border: 1px solid var(--primary-color);
|
|
110
|
+
--button-activ-background-color: var(--primary-color);
|
|
111
|
+
--button-activ-color: var(--theme-white-color);
|
|
112
|
+
--iconbtn-padding: var(--padding-narrow);
|
|
100
113
|
|
|
101
114
|
--button-primary-background-color: var(--primary-color);
|
|
102
115
|
--button-primary-active-background-color: var(--status-success-color);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-edge",
|
|
3
|
-
"version": "7.0.1-alpha.
|
|
3
|
+
"version": "7.0.1-alpha.26",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "dist-client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -43,23 +43,23 @@
|
|
|
43
43
|
"docker:push": "docker image push hatiolab/operato-edge:latest && docker image push hatiolab/operato-edge:$npm_package_version"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@things-factory/apptool-ui": "^7.0.1-alpha.
|
|
47
|
-
"@things-factory/auth-ui": "^7.0.1-alpha.
|
|
48
|
-
"@things-factory/context-ui": "^7.0.1-alpha.
|
|
49
|
-
"@things-factory/edge": "^7.0.1-alpha.
|
|
50
|
-
"@things-factory/i18n-base": "^7.0.1-alpha.
|
|
51
|
-
"@things-factory/integration-influxdb": "^7.0.1-alpha.
|
|
52
|
-
"@things-factory/integration-melsec": "^7.0.1-alpha.
|
|
53
|
-
"@things-factory/integration-modbus": "^7.0.1-alpha.
|
|
54
|
-
"@things-factory/integration-opc": "^7.0.1-alpha.
|
|
55
|
-
"@things-factory/integration-ui": "^7.0.1-alpha.
|
|
56
|
-
"@things-factory/lite-menu": "^7.0.1-alpha.
|
|
57
|
-
"@things-factory/more-ui": "^7.0.1-alpha.
|
|
58
|
-
"@things-factory/shell": "^7.0.1-alpha.
|
|
59
|
-
"@things-factory/system": "^7.0.1-alpha.
|
|
46
|
+
"@things-factory/apptool-ui": "^7.0.1-alpha.26",
|
|
47
|
+
"@things-factory/auth-ui": "^7.0.1-alpha.26",
|
|
48
|
+
"@things-factory/context-ui": "^7.0.1-alpha.26",
|
|
49
|
+
"@things-factory/edge": "^7.0.1-alpha.26",
|
|
50
|
+
"@things-factory/i18n-base": "^7.0.1-alpha.26",
|
|
51
|
+
"@things-factory/integration-influxdb": "^7.0.1-alpha.26",
|
|
52
|
+
"@things-factory/integration-melsec": "^7.0.1-alpha.26",
|
|
53
|
+
"@things-factory/integration-modbus": "^7.0.1-alpha.26",
|
|
54
|
+
"@things-factory/integration-opc": "^7.0.1-alpha.26",
|
|
55
|
+
"@things-factory/integration-ui": "^7.0.1-alpha.26",
|
|
56
|
+
"@things-factory/lite-menu": "^7.0.1-alpha.26",
|
|
57
|
+
"@things-factory/more-ui": "^7.0.1-alpha.26",
|
|
58
|
+
"@things-factory/shell": "^7.0.1-alpha.26",
|
|
59
|
+
"@things-factory/system": "^7.0.1-alpha.26"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@things-factory/builder": "^7.0.1-alpha.
|
|
62
|
+
"@things-factory/builder": "^7.0.1-alpha.26"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "664e741d90e09b8b0e26763eb1eb03fd3f75b6d7"
|
|
65
65
|
}
|