@things-factory/operato-fleet 7.0.1-alpha.23 → 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/client/themes/app-theme.css +15 -2
- package/package.json +26 -26
|
@@ -85,17 +85,30 @@ body {
|
|
|
85
85
|
--md-fab-container-color: var(--primary-color);
|
|
86
86
|
--md-fab-icon-color: var(--focus-color);
|
|
87
87
|
|
|
88
|
+
--md-theme-on-primary: var(--theme-white-color);
|
|
89
|
+
--md-theme-primary: var(--secondary-text-color);
|
|
90
|
+
--md-theme-on-secondary: var(--theme-white-color);
|
|
91
|
+
--md-theme-secondary: var(--primary-color);
|
|
92
|
+
--md-button-outline-color: var(--primary-color);
|
|
93
|
+
--md-danger-button-primary-color: var(--status-danger-color);
|
|
94
|
+
--md-danger-button-outline-color: var(--status-danger-color);
|
|
95
|
+
--md-button-outline-width: 1px;
|
|
96
|
+
--md-button-horizontal-padding: 16px;
|
|
97
|
+
|
|
88
98
|
/* button style */
|
|
89
99
|
--button-background-color: #fafbfc;
|
|
90
100
|
--button-border: var(--border-dark-color);
|
|
91
101
|
--button-border-radius: var(--border-radius);
|
|
92
102
|
--button-margin: var(--margin-default) var(--margin-default) var(--margin-default) 0;
|
|
93
|
-
--button-padding: var(--padding-
|
|
103
|
+
--button-padding: calc(var(--padding-narrow) * 1.5) var(--padding-wide);
|
|
94
104
|
--button-color: var(--secondary-color);
|
|
95
|
-
--button-font:
|
|
105
|
+
--button-font: 600 var(--fontsize-default) var(--theme-font);
|
|
96
106
|
--button-text-transform: capitalize;
|
|
97
107
|
--button-active-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
|
|
98
108
|
--button-activ-border: 1px solid var(--primary-color);
|
|
109
|
+
--button-activ-background-color: var(--primary-color);
|
|
110
|
+
--button-activ-color: var(--theme-white-color);
|
|
111
|
+
--iconbtn-padding: var(--padding-narrow);
|
|
99
112
|
|
|
100
113
|
--button-primary-background-color: var(--primary-color);
|
|
101
114
|
--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-fleet",
|
|
3
|
-
"version": "7.0.1-alpha.
|
|
3
|
+
"version": "7.0.1-alpha.26",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -73,33 +73,33 @@
|
|
|
73
73
|
"@operato/scene-timer": "^2.0.0-alpha.0",
|
|
74
74
|
"@operato/scene-visualizer": "^2.0.0-alpha.0",
|
|
75
75
|
"@operato/scene-wheel-sorter": "^2.0.0-alpha.0",
|
|
76
|
-
"@things-factory/apptool-ui": "^7.0.1-alpha.
|
|
77
|
-
"@things-factory/attachment-base": "^7.0.1-alpha.
|
|
78
|
-
"@things-factory/auth-ui": "^7.0.1-alpha.
|
|
79
|
-
"@things-factory/biz-base": "^7.0.1-alpha.
|
|
80
|
-
"@things-factory/board-service": "^7.0.1-alpha.
|
|
81
|
-
"@things-factory/board-ui": "^7.0.1-alpha.
|
|
82
|
-
"@things-factory/code-ui": "^7.0.1-alpha.
|
|
83
|
-
"@things-factory/context-ui": "^7.0.1-alpha.
|
|
84
|
-
"@things-factory/dashboard": "^7.0.1-alpha.
|
|
85
|
-
"@things-factory/export-ui": "^7.0.1-alpha.
|
|
86
|
-
"@things-factory/export-ui-csv": "^7.0.1-alpha.
|
|
87
|
-
"@things-factory/export-ui-excel": "^7.0.1-alpha.
|
|
88
|
-
"@things-factory/help": "^7.0.1-alpha.
|
|
89
|
-
"@things-factory/i18n-base": "^7.0.1-alpha.
|
|
90
|
-
"@things-factory/integration-fulfillment": "^7.0.1-alpha.
|
|
91
|
-
"@things-factory/integration-marketplace": "^7.0.1-alpha.
|
|
92
|
-
"@things-factory/more-ui": "^7.0.1-alpha.
|
|
93
|
-
"@things-factory/notification": "^7.0.1-alpha.
|
|
94
|
-
"@things-factory/oauth2-client": "^7.0.1-alpha.
|
|
95
|
-
"@things-factory/pdf": "^7.0.1-alpha.
|
|
96
|
-
"@things-factory/resource-ui": "^7.0.1-alpha.
|
|
97
|
-
"@things-factory/setting-ui": "^7.0.1-alpha.
|
|
98
|
-
"@things-factory/system": "^7.0.1-alpha.
|
|
76
|
+
"@things-factory/apptool-ui": "^7.0.1-alpha.26",
|
|
77
|
+
"@things-factory/attachment-base": "^7.0.1-alpha.26",
|
|
78
|
+
"@things-factory/auth-ui": "^7.0.1-alpha.26",
|
|
79
|
+
"@things-factory/biz-base": "^7.0.1-alpha.26",
|
|
80
|
+
"@things-factory/board-service": "^7.0.1-alpha.26",
|
|
81
|
+
"@things-factory/board-ui": "^7.0.1-alpha.26",
|
|
82
|
+
"@things-factory/code-ui": "^7.0.1-alpha.26",
|
|
83
|
+
"@things-factory/context-ui": "^7.0.1-alpha.26",
|
|
84
|
+
"@things-factory/dashboard": "^7.0.1-alpha.26",
|
|
85
|
+
"@things-factory/export-ui": "^7.0.1-alpha.26",
|
|
86
|
+
"@things-factory/export-ui-csv": "^7.0.1-alpha.26",
|
|
87
|
+
"@things-factory/export-ui-excel": "^7.0.1-alpha.26",
|
|
88
|
+
"@things-factory/help": "^7.0.1-alpha.26",
|
|
89
|
+
"@things-factory/i18n-base": "^7.0.1-alpha.26",
|
|
90
|
+
"@things-factory/integration-fulfillment": "^7.0.1-alpha.26",
|
|
91
|
+
"@things-factory/integration-marketplace": "^7.0.1-alpha.26",
|
|
92
|
+
"@things-factory/more-ui": "^7.0.1-alpha.26",
|
|
93
|
+
"@things-factory/notification": "^7.0.1-alpha.26",
|
|
94
|
+
"@things-factory/oauth2-client": "^7.0.1-alpha.26",
|
|
95
|
+
"@things-factory/pdf": "^7.0.1-alpha.26",
|
|
96
|
+
"@things-factory/resource-ui": "^7.0.1-alpha.26",
|
|
97
|
+
"@things-factory/setting-ui": "^7.0.1-alpha.26",
|
|
98
|
+
"@things-factory/system": "^7.0.1-alpha.26",
|
|
99
99
|
"chance": "^1.1.11"
|
|
100
100
|
},
|
|
101
101
|
"devDependencies": {
|
|
102
|
-
"@things-factory/builder": "^7.0.1-alpha.
|
|
102
|
+
"@things-factory/builder": "^7.0.1-alpha.26"
|
|
103
103
|
},
|
|
104
|
-
"gitHead": "
|
|
104
|
+
"gitHead": "664e741d90e09b8b0e26763eb1eb03fd3f75b6d7"
|
|
105
105
|
}
|