@things-factory/reference-app 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/client/themes/app-theme.css +15 -2
- package/package.json +35 -35
|
@@ -85,18 +85,31 @@ 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-background-focus-color: var(--primary-color);
|
|
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/reference-app",
|
|
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,
|
|
@@ -68,43 +68,43 @@
|
|
|
68
68
|
"@operato/scene-tab": "^2.0.0-alpha.0",
|
|
69
69
|
"@operato/shell": "^2.0.0-alpha.0",
|
|
70
70
|
"@operato/utils": "^2.0.0-alpha.0",
|
|
71
|
-
"@things-factory/api": "^7.0.1-alpha.
|
|
72
|
-
"@things-factory/apptool-ui": "^7.0.1-alpha.
|
|
73
|
-
"@things-factory/attachment-base": "^7.0.1-alpha.
|
|
74
|
-
"@things-factory/auth-ui": "^7.0.1-alpha.
|
|
75
|
-
"@things-factory/board-service": "^7.0.1-alpha.
|
|
76
|
-
"@things-factory/board-ui": "^7.0.1-alpha.
|
|
77
|
-
"@things-factory/ccp": "^7.0.1-alpha.
|
|
78
|
-
"@things-factory/code-ui": "^7.0.1-alpha.
|
|
79
|
-
"@things-factory/contact": "^7.0.1-alpha.
|
|
80
|
-
"@things-factory/context-ui": "^7.0.1-alpha.
|
|
81
|
-
"@things-factory/dashboard": "^7.0.1-alpha.
|
|
82
|
-
"@things-factory/dataset": "^7.0.1-alpha.
|
|
83
|
-
"@things-factory/export-ui": "^7.0.1-alpha.
|
|
84
|
-
"@things-factory/export-ui-excel": "^7.0.1-alpha.
|
|
85
|
-
"@things-factory/help": "^7.0.1-alpha.
|
|
86
|
-
"@things-factory/integration-ui": "^7.0.1-alpha.
|
|
87
|
-
"@things-factory/lite-menu": "^7.0.1-alpha.
|
|
88
|
-
"@things-factory/more-ui": "^7.0.1-alpha.
|
|
89
|
-
"@things-factory/notification": "^7.0.1-alpha.
|
|
90
|
-
"@things-factory/oauth2-client": "^7.0.1-alpha.
|
|
91
|
-
"@things-factory/organization": "^7.0.1-alpha.
|
|
92
|
-
"@things-factory/print-ui": "^7.0.1-alpha.
|
|
93
|
-
"@things-factory/product-base": "^7.0.1-alpha.
|
|
94
|
-
"@things-factory/qc": "^7.0.1-alpha.
|
|
95
|
-
"@things-factory/resource-ui": "^7.0.1-alpha.
|
|
96
|
-
"@things-factory/routing-base": "^7.0.1-alpha.
|
|
97
|
-
"@things-factory/setting-base": "^7.0.1-alpha.
|
|
98
|
-
"@things-factory/setting-ui": "^7.0.1-alpha.
|
|
99
|
-
"@things-factory/shell": "^7.0.1-alpha.
|
|
100
|
-
"@things-factory/system": "^7.0.1-alpha.
|
|
101
|
-
"@things-factory/web-editor": "^7.0.1-alpha.
|
|
102
|
-
"@things-factory/work-shift": "^7.0.1-alpha.
|
|
71
|
+
"@things-factory/api": "^7.0.1-alpha.26",
|
|
72
|
+
"@things-factory/apptool-ui": "^7.0.1-alpha.26",
|
|
73
|
+
"@things-factory/attachment-base": "^7.0.1-alpha.26",
|
|
74
|
+
"@things-factory/auth-ui": "^7.0.1-alpha.26",
|
|
75
|
+
"@things-factory/board-service": "^7.0.1-alpha.26",
|
|
76
|
+
"@things-factory/board-ui": "^7.0.1-alpha.26",
|
|
77
|
+
"@things-factory/ccp": "^7.0.1-alpha.26",
|
|
78
|
+
"@things-factory/code-ui": "^7.0.1-alpha.26",
|
|
79
|
+
"@things-factory/contact": "^7.0.1-alpha.26",
|
|
80
|
+
"@things-factory/context-ui": "^7.0.1-alpha.26",
|
|
81
|
+
"@things-factory/dashboard": "^7.0.1-alpha.26",
|
|
82
|
+
"@things-factory/dataset": "^7.0.1-alpha.26",
|
|
83
|
+
"@things-factory/export-ui": "^7.0.1-alpha.26",
|
|
84
|
+
"@things-factory/export-ui-excel": "^7.0.1-alpha.26",
|
|
85
|
+
"@things-factory/help": "^7.0.1-alpha.26",
|
|
86
|
+
"@things-factory/integration-ui": "^7.0.1-alpha.26",
|
|
87
|
+
"@things-factory/lite-menu": "^7.0.1-alpha.26",
|
|
88
|
+
"@things-factory/more-ui": "^7.0.1-alpha.26",
|
|
89
|
+
"@things-factory/notification": "^7.0.1-alpha.26",
|
|
90
|
+
"@things-factory/oauth2-client": "^7.0.1-alpha.26",
|
|
91
|
+
"@things-factory/organization": "^7.0.1-alpha.26",
|
|
92
|
+
"@things-factory/print-ui": "^7.0.1-alpha.26",
|
|
93
|
+
"@things-factory/product-base": "^7.0.1-alpha.26",
|
|
94
|
+
"@things-factory/qc": "^7.0.1-alpha.26",
|
|
95
|
+
"@things-factory/resource-ui": "^7.0.1-alpha.26",
|
|
96
|
+
"@things-factory/routing-base": "^7.0.1-alpha.26",
|
|
97
|
+
"@things-factory/setting-base": "^7.0.1-alpha.26",
|
|
98
|
+
"@things-factory/setting-ui": "^7.0.1-alpha.26",
|
|
99
|
+
"@things-factory/shell": "^7.0.1-alpha.26",
|
|
100
|
+
"@things-factory/system": "^7.0.1-alpha.26",
|
|
101
|
+
"@things-factory/web-editor": "^7.0.1-alpha.26",
|
|
102
|
+
"@things-factory/work-shift": "^7.0.1-alpha.26",
|
|
103
103
|
"@tinymce/tinymce-webcomponent": "^2.0.1",
|
|
104
104
|
"random-words": "^1.2.0"
|
|
105
105
|
},
|
|
106
106
|
"devDependencies": {
|
|
107
|
-
"@things-factory/builder": "^7.0.1-alpha.
|
|
107
|
+
"@things-factory/builder": "^7.0.1-alpha.26"
|
|
108
108
|
},
|
|
109
|
-
"gitHead": "
|
|
109
|
+
"gitHead": "664e741d90e09b8b0e26763eb1eb03fd3f75b6d7"
|
|
110
110
|
}
|