@things-factory/integration-accounting 4.3.110 → 4.3.111

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/integration-accounting",
3
- "version": "4.3.110",
3
+ "version": "4.3.111",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -25,19 +25,19 @@
25
25
  "test": "DEBUG=things-factory:* NODE_ENV=development npx mocha -r ts-node/register ./test/**/*spec.ts"
26
26
  },
27
27
  "dependencies": {
28
- "@things-factory/apptool-ui": "^4.3.109",
29
- "@things-factory/auth-ui": "^4.3.109",
30
- "@things-factory/biz-base": "^4.3.109",
31
- "@things-factory/code-ui": "^4.3.109",
32
- "@things-factory/context-ui": "^4.3.109",
33
- "@things-factory/grist-ui": "^4.3.109",
34
- "@things-factory/i18n-base": "^4.3.109",
35
- "@things-factory/integration-ui": "^4.3.109",
36
- "@things-factory/more-ui": "^4.3.109",
37
- "@things-factory/product-base": "^4.3.109",
38
- "@things-factory/resource-ui": "^4.3.109",
39
- "@things-factory/setting-ui": "^4.3.109",
40
- "@things-factory/system-ui": "^4.3.109",
28
+ "@things-factory/apptool-ui": "^4.3.111",
29
+ "@things-factory/auth-ui": "^4.3.111",
30
+ "@things-factory/biz-base": "^4.3.111",
31
+ "@things-factory/code-ui": "^4.3.111",
32
+ "@things-factory/context-ui": "^4.3.111",
33
+ "@things-factory/grist-ui": "^4.3.111",
34
+ "@things-factory/i18n-base": "^4.3.111",
35
+ "@things-factory/integration-ui": "^4.3.111",
36
+ "@things-factory/more-ui": "^4.3.111",
37
+ "@things-factory/product-base": "^4.3.111",
38
+ "@things-factory/resource-ui": "^4.3.111",
39
+ "@things-factory/setting-ui": "^4.3.111",
40
+ "@things-factory/system-ui": "^4.3.111",
41
41
  "debug": "^4.1.1",
42
42
  "node-fetch": "^2.6.0"
43
43
  },
@@ -51,5 +51,5 @@
51
51
  "nock": "^13.0.2",
52
52
  "should": "^13.2.3"
53
53
  },
54
- "gitHead": "bf4d4f864a23d4d64363464f6d55ef6bc9891b4b"
54
+ "gitHead": "71a701731b643b32dd78334647dbcc287519aa1d"
55
55
  }
@@ -1,92 +0,0 @@
1
- body {
2
- --header-bar-background-color: var(--primary-color);
3
- --header-bar-icon-size: var(--icon-default-size);
4
- --header-bar-title: bold 16px var(--theme-font);
5
- --header-bar-color: #fff;
6
- --header-bar-height: 45px;
7
- --header-bar-item-padding: 0px 5px 0 0;
8
-
9
- --nav-bar-background-color: #fff;
10
-
11
- --group-bar-background-color: var(--primary-color);
12
- --group-bar-textbutton: 16px/32px var(--theme-font);
13
- --group-bar-textbutton-active: bold var(--group-bar-textbutton);
14
- --group-bar-active-line-color: var(--focus-color);
15
- --group-bar-line: solid 3px rgba(0, 0, 0, 0.2);
16
-
17
- --aside-background-color: var(--secondary-background-color);
18
- --aside-list-textbtton: 18px var(--theme-font);
19
- --aside-list-icon: var(--icon-default-size);
20
- --aside-list-bottom-line: var(--border-dark-color);
21
- --aside-list-detail-background-color: #fff;
22
- --aside-list-detail-text: 14px var(--primary-background-color);
23
-
24
- --footer-bar-border-top: 1px solid rgba(0, 0, 0, 0.2);
25
-
26
- --button-container-margin: inintial;
27
- --button-container-padding: 0 0 12px 0;
28
- --button-container-background: transparent;
29
- --button-container-height: initial;
30
- --button-container-align: center;
31
- --button-container-button-background-color: var(--secondary-color);
32
- --button-container-button-border-radius: var(--button-border-radius);
33
- --button-container-button-margin: var(--button-margin);
34
- --button-container-button-font: var(--button-font);
35
- --button-container-button-height: initial;
36
- --button-container-button-border: var(--button-border);
37
-
38
- --popup-content-background-color: var(--main-section-background-color);
39
- --popup-content-padding: 10px 20px;
40
-
41
- /* components - floating overlay style */
42
- --overlay-center-small-width: 30%;
43
- --overlay-center-small-height: 30%;
44
- --overlay-center-normal-width: 50%;
45
- --overlay-center-normal-height: 50%;
46
- --overlay-center-large-width: 75%;
47
- --overlay-center-large-height: 75%;
48
- --overlay-header-height: var(--header-bar-height);
49
- --overlay-header-background-color: var(--header-bar-background-color);
50
- --overlay-header-color: #fff;
51
- --overlay-header-font: var(--header-bar-title);
52
- --overlay-background-color: rgba(0, 0, 0, 0.5);
53
- --overlay-margin-bottom: 0px;
54
-
55
- /* components - resize splitter style */
56
- --splitter-background-color: rgba(0, 0, 0, 0.1);
57
- --splitter-hover-background-color: var(--primary-color);
58
- }
59
-
60
- @media only screen and (max-width: 460px) {
61
- body {
62
- --button-container-margin: 0 -15px;
63
- --button-container-padding: 0 0 0 0;
64
- --button-container-background: #586272;
65
- --button-container-height: 50px;
66
- --button-container-align: right;
67
- --button-container-button-background-color: transparent;
68
- --button-container-button-border-radius: 0;
69
- --button-container-button-margin: 0;
70
- --button-container-button-font: normal 17px var(--theme-font);
71
- --button-container-button-height: 50px;
72
- --button-container-button-border: 1px solid rgba(0, 0, 0, 0.1);
73
-
74
- --overlay-center-small-width: 100%;
75
- --overlay-center-small-height: 100%;
76
- --overlay-center-normal-width: 100%;
77
- --overlay-center-normal-height: 100%;
78
- --overlay-center-large-width: 100%;
79
- --overlay-center-large-height: 100%;
80
- }
81
- }
82
-
83
- @media (min-width: 461px) and (max-width: 1024px) {
84
- body {
85
- --overlay-center-small-width: 40%;
86
- --overlay-center-small-height: 40%;
87
- --overlay-center-normal-width: 60%;
88
- --overlay-center-normal-height: 60%;
89
- --overlay-center-large-width: 80%;
90
- --overlay-center-large-height: 80%;
91
- }
92
- }