@things-factory/integration-pos 7.0.1-alpha.32 → 7.0.1-alpha.34
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 +1 -1
- package/package.json +12 -12
|
@@ -119,7 +119,7 @@ body {
|
|
|
119
119
|
--label-color: var(--secondary-color);
|
|
120
120
|
--label-text-transform: capitalize;
|
|
121
121
|
--input-margin: var(--margin-narrow) 0;
|
|
122
|
-
--input-padding:
|
|
122
|
+
--input-padding: 6px 2px;
|
|
123
123
|
--input-font: normal var(--fontsize-default) var(--theme-font);
|
|
124
124
|
--input-hint-font: normal var(--fontsize-small) var(--theme-font);
|
|
125
125
|
--input-hint-color: #666;
|
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.34",
|
|
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.34",
|
|
30
|
+
"@things-factory/auth-ui": "^7.0.1-alpha.34",
|
|
31
|
+
"@things-factory/biz-base": "^7.0.1-alpha.34",
|
|
32
|
+
"@things-factory/code-ui": "^7.0.1-alpha.34",
|
|
33
|
+
"@things-factory/context-ui": "^7.0.1-alpha.34",
|
|
34
|
+
"@things-factory/i18n-base": "^7.0.1-alpha.34",
|
|
35
|
+
"@things-factory/integration-ui": "^7.0.1-alpha.34",
|
|
36
|
+
"@things-factory/more-ui": "^7.0.1-alpha.34",
|
|
37
|
+
"@things-factory/resource-ui": "^7.0.1-alpha.34",
|
|
38
|
+
"@things-factory/setting-ui": "^7.0.1-alpha.34",
|
|
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": "d3b1e48a7f78d56a57f80fee3d548d43883187a5"
|
|
53
53
|
}
|