@things-factory/operato-retail 6.2.64 → 6.2.66
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 +2 -2
- package/package.json +20 -20
|
@@ -36,10 +36,10 @@ body {
|
|
|
36
36
|
--grid-header-filter-title-font: normal 12px var(--theme-font);
|
|
37
37
|
--grid-header-filter-title-icon-color: var(--primary-color);
|
|
38
38
|
|
|
39
|
-
--grid-gutter-padding:var(--padding-default) 0;
|
|
39
|
+
--grid-gutter-padding: var(--padding-default) 0;
|
|
40
40
|
|
|
41
41
|
--grid-record-background-color: var(--theme-white-color);
|
|
42
|
-
--grid-record-odd-background-color:
|
|
42
|
+
--grid-record-odd-background-color: #f9f7f5;
|
|
43
43
|
--grid-record-padding: 0 0 0 var(--padding-default);
|
|
44
44
|
--grid-record-color: var(--secondary-color);
|
|
45
45
|
--grid-record-color-hover: var(--primary-color);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-retail",
|
|
3
|
-
"version": "6.2.
|
|
3
|
+
"version": "6.2.66",
|
|
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": "^1.3.5",
|
|
45
|
-
"@things-factory/apptool-ui": "^6.2.
|
|
46
|
-
"@things-factory/attachment-base": "^6.2.
|
|
47
|
-
"@things-factory/auth-base": "^6.2.
|
|
48
|
-
"@things-factory/auth-ui": "^6.2.
|
|
49
|
-
"@things-factory/biz-base": "^6.2.
|
|
50
|
-
"@things-factory/board-service": "^6.2.
|
|
51
|
-
"@things-factory/board-ui": "^6.2.
|
|
52
|
-
"@things-factory/code-ui": "^6.2.
|
|
53
|
-
"@things-factory/context-ui": "^6.2.
|
|
54
|
-
"@things-factory/export-ui": "^6.2.
|
|
55
|
-
"@things-factory/help": "^6.2.
|
|
56
|
-
"@things-factory/i18n-base": "^6.2.
|
|
57
|
-
"@things-factory/lite-menu": "^6.2.
|
|
58
|
-
"@things-factory/more-ui": "^6.2.
|
|
45
|
+
"@things-factory/apptool-ui": "^6.2.65",
|
|
46
|
+
"@things-factory/attachment-base": "^6.2.65",
|
|
47
|
+
"@things-factory/auth-base": "^6.2.65",
|
|
48
|
+
"@things-factory/auth-ui": "^6.2.65",
|
|
49
|
+
"@things-factory/biz-base": "^6.2.65",
|
|
50
|
+
"@things-factory/board-service": "^6.2.65",
|
|
51
|
+
"@things-factory/board-ui": "^6.2.65",
|
|
52
|
+
"@things-factory/code-ui": "^6.2.65",
|
|
53
|
+
"@things-factory/context-ui": "^6.2.65",
|
|
54
|
+
"@things-factory/export-ui": "^6.2.65",
|
|
55
|
+
"@things-factory/help": "^6.2.65",
|
|
56
|
+
"@things-factory/i18n-base": "^6.2.65",
|
|
57
|
+
"@things-factory/lite-menu": "^6.2.65",
|
|
58
|
+
"@things-factory/more-ui": "^6.2.65",
|
|
59
59
|
"@things-factory/pdf": "^6.2.48",
|
|
60
|
-
"@things-factory/resource-ui": "^6.2.
|
|
61
|
-
"@things-factory/setting-ui": "^6.2.
|
|
62
|
-
"@things-factory/shell": "^6.2.
|
|
63
|
-
"@things-factory/system": "^6.2.
|
|
60
|
+
"@things-factory/resource-ui": "^6.2.65",
|
|
61
|
+
"@things-factory/setting-ui": "^6.2.65",
|
|
62
|
+
"@things-factory/shell": "^6.2.65",
|
|
63
|
+
"@things-factory/system": "^6.2.65"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
66
|
"@things-factory/builder": "^6.2.33"
|
|
67
67
|
},
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "7e4c5c75a959d01978d7e4ecbae7a490d03e33c2"
|
|
69
69
|
}
|