@things-factory/operato-retail 7.0.1-alpha.19 → 7.0.1-alpha.20
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/grist-theme.css +1 -1
- package/package.json +20 -20
|
@@ -143,7 +143,7 @@ body {
|
|
|
143
143
|
--record-view-footer-button-border-width: 0 0 0 1px;
|
|
144
144
|
--record-view-footer-button-font: 17px;
|
|
145
145
|
--record-view-footer-button-color: var(--theme-white-color);
|
|
146
|
-
--record-view-footer-iconbutton-size:
|
|
146
|
+
--record-view-footer-iconbutton-size: 28px;
|
|
147
147
|
--record-view-footer-focus-background: var(--primary-color);
|
|
148
148
|
|
|
149
149
|
--ox-grist-padding: var(--padding-default) var(--padding-default) 0 var(--padding-default);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-retail",
|
|
3
|
-
"version": "7.0.1-alpha.
|
|
3
|
+
"version": "7.0.1-alpha.20",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -42,28 +42,28 @@
|
|
|
42
42
|
"@material/mwc-linear-progress": "^0.27.0",
|
|
43
43
|
"@material/mwc-radio": "^0.27.0",
|
|
44
44
|
"@operato/data-grist": "^2.0.0-alpha.0",
|
|
45
|
-
"@things-factory/apptool-ui": "^7.0.1-alpha.
|
|
46
|
-
"@things-factory/attachment-base": "^7.0.1-alpha.
|
|
47
|
-
"@things-factory/auth-base": "^7.0.1-alpha.
|
|
48
|
-
"@things-factory/auth-ui": "^7.0.1-alpha.
|
|
49
|
-
"@things-factory/biz-base": "^7.0.1-alpha.
|
|
50
|
-
"@things-factory/board-service": "^7.0.1-alpha.
|
|
51
|
-
"@things-factory/board-ui": "^7.0.1-alpha.
|
|
52
|
-
"@things-factory/code-ui": "^7.0.1-alpha.
|
|
53
|
-
"@things-factory/context-ui": "^7.0.1-alpha.
|
|
54
|
-
"@things-factory/export-ui": "^7.0.1-alpha.
|
|
55
|
-
"@things-factory/help": "^7.0.1-alpha.
|
|
56
|
-
"@things-factory/i18n-base": "^7.0.1-alpha.
|
|
57
|
-
"@things-factory/lite-menu": "^7.0.1-alpha.
|
|
58
|
-
"@things-factory/more-ui": "^7.0.1-alpha.
|
|
45
|
+
"@things-factory/apptool-ui": "^7.0.1-alpha.20",
|
|
46
|
+
"@things-factory/attachment-base": "^7.0.1-alpha.20",
|
|
47
|
+
"@things-factory/auth-base": "^7.0.1-alpha.20",
|
|
48
|
+
"@things-factory/auth-ui": "^7.0.1-alpha.20",
|
|
49
|
+
"@things-factory/biz-base": "^7.0.1-alpha.20",
|
|
50
|
+
"@things-factory/board-service": "^7.0.1-alpha.20",
|
|
51
|
+
"@things-factory/board-ui": "^7.0.1-alpha.20",
|
|
52
|
+
"@things-factory/code-ui": "^7.0.1-alpha.20",
|
|
53
|
+
"@things-factory/context-ui": "^7.0.1-alpha.20",
|
|
54
|
+
"@things-factory/export-ui": "^7.0.1-alpha.20",
|
|
55
|
+
"@things-factory/help": "^7.0.1-alpha.20",
|
|
56
|
+
"@things-factory/i18n-base": "^7.0.1-alpha.20",
|
|
57
|
+
"@things-factory/lite-menu": "^7.0.1-alpha.20",
|
|
58
|
+
"@things-factory/more-ui": "^7.0.1-alpha.20",
|
|
59
59
|
"@things-factory/pdf": "^7.0.1-alpha.15",
|
|
60
|
-
"@things-factory/resource-ui": "^7.0.1-alpha.
|
|
61
|
-
"@things-factory/setting-ui": "^7.0.1-alpha.
|
|
62
|
-
"@things-factory/shell": "^7.0.1-alpha.
|
|
63
|
-
"@things-factory/system": "^7.0.1-alpha.
|
|
60
|
+
"@things-factory/resource-ui": "^7.0.1-alpha.20",
|
|
61
|
+
"@things-factory/setting-ui": "^7.0.1-alpha.20",
|
|
62
|
+
"@things-factory/shell": "^7.0.1-alpha.20",
|
|
63
|
+
"@things-factory/system": "^7.0.1-alpha.20"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@things-factory/builder": "^7.0.1-alpha.15"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "a9e68f08df418948b8efcf703916b739f46fe396"
|
|
69
69
|
}
|