@things-factory/integration-pos 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 +14 -1
- package/package.json +12 -12
|
@@ -75,6 +75,16 @@ body {
|
|
|
75
75
|
--mdc-theme-on-secondary: white;
|
|
76
76
|
--mdc-theme-secondary: var(--primary-color);
|
|
77
77
|
|
|
78
|
+
--md-theme-on-primary: var(--theme-white-color);
|
|
79
|
+
--md-theme-primary: var(--secondary-text-color);
|
|
80
|
+
--md-theme-on-secondary: var(--theme-white-color);
|
|
81
|
+
--md-theme-secondary: var(--primary-color);
|
|
82
|
+
--md-button-outline-color: var(--primary-color);
|
|
83
|
+
--md-danger-button-primary-color: var(--status-danger-color);
|
|
84
|
+
--md-danger-button-outline-color: var(--status-danger-color);
|
|
85
|
+
--md-button-outline-width: 1px;
|
|
86
|
+
--md-button-horizontal-padding: 16px;
|
|
87
|
+
|
|
78
88
|
/* button style */
|
|
79
89
|
--button-background-color: #fafbfc;
|
|
80
90
|
--button-border: var(--border-dark-color);
|
|
@@ -82,10 +92,13 @@ body {
|
|
|
82
92
|
--button-margin: var(--margin-default) var(--margin-default) var(--margin-default) 0;
|
|
83
93
|
--button-padding: var(--margin-default);
|
|
84
94
|
--button-color: var(--secondary-color);
|
|
85
|
-
--button-font:
|
|
95
|
+
--button-font: 600 var(--fontsize-default) var(--theme-font);
|
|
86
96
|
--button-text-transform: capitalize;
|
|
87
97
|
--button-active-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.2);
|
|
88
98
|
--button-activ-border: 1px solid var(--primary-color);
|
|
99
|
+
--button-activ-background-color: var(--primary-color);
|
|
100
|
+
--button-activ-color: var(--theme-white-color);
|
|
101
|
+
--iconbtn-padding: var(--padding-narrow);
|
|
89
102
|
|
|
90
103
|
--button-primary-background-color: var(--primary-color);
|
|
91
104
|
--button-primary-active-background-color: var(--status-success-color);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/integration-pos",
|
|
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,
|
|
@@ -26,16 +26,16 @@
|
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@operato/data-grist": "^2.0.0-alpha.0",
|
|
29
|
-
"@things-factory/apptool-ui": "^7.0.1-alpha.
|
|
30
|
-
"@things-factory/auth-ui": "^7.0.1-alpha.
|
|
31
|
-
"@things-factory/biz-base": "^7.0.1-alpha.
|
|
32
|
-
"@things-factory/code-ui": "^7.0.1-alpha.
|
|
33
|
-
"@things-factory/context-ui": "^7.0.1-alpha.
|
|
34
|
-
"@things-factory/i18n-base": "^7.0.1-alpha.
|
|
35
|
-
"@things-factory/integration-ui": "^7.0.1-alpha.
|
|
36
|
-
"@things-factory/more-ui": "^7.0.1-alpha.
|
|
37
|
-
"@things-factory/resource-ui": "^7.0.1-alpha.
|
|
38
|
-
"@things-factory/setting-ui": "^7.0.1-alpha.
|
|
29
|
+
"@things-factory/apptool-ui": "^7.0.1-alpha.26",
|
|
30
|
+
"@things-factory/auth-ui": "^7.0.1-alpha.26",
|
|
31
|
+
"@things-factory/biz-base": "^7.0.1-alpha.26",
|
|
32
|
+
"@things-factory/code-ui": "^7.0.1-alpha.26",
|
|
33
|
+
"@things-factory/context-ui": "^7.0.1-alpha.26",
|
|
34
|
+
"@things-factory/i18n-base": "^7.0.1-alpha.26",
|
|
35
|
+
"@things-factory/integration-ui": "^7.0.1-alpha.26",
|
|
36
|
+
"@things-factory/more-ui": "^7.0.1-alpha.26",
|
|
37
|
+
"@things-factory/resource-ui": "^7.0.1-alpha.26",
|
|
38
|
+
"@things-factory/setting-ui": "^7.0.1-alpha.26",
|
|
39
39
|
"debug": "^4.1.1",
|
|
40
40
|
"node-fetch": "^2.6.0"
|
|
41
41
|
},
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"nock": "^13.0.2",
|
|
50
50
|
"should": "^13.2.3"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "664e741d90e09b8b0e26763eb1eb03fd3f75b6d7"
|
|
53
53
|
}
|