@things-factory/operato-pms 10.0.0 → 10.0.2

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.
@@ -5,7 +5,6 @@ body {
5
5
  --secondary-color-rgb: 58, 88, 119;
6
6
  --secondary-color: rgb(var(--secondary-color-rgb));
7
7
  --focus-color: var(--md-sys-color-on-primary);
8
- --primary-background-color: var(--md-sys-color-secondary);
9
8
  --secondary-background-color: #283644;
10
9
  --md-sys-color-on-primary: #fff;
11
10
  --theme-black-color: rgba(0, 0, 0, 0.9);
@@ -52,7 +51,6 @@ body {
52
51
  --title-margin: var(--margin-narrow) 0;
53
52
  --title-font: bold 24px var(--theme-font);
54
53
  --title-text-color: var(--md-sys-color-secondary);
55
- --title-font-mobile: bold 20px var(--theme-font);
56
54
 
57
55
  --page-description-margin: var(--margin-narrow) 0 var(--margin-wide) 0;
58
56
  --page-description-font: normal var(--fontsize-default) / 1.2rem var(--theme-font);
@@ -64,21 +62,10 @@ body {
64
62
  --subtitle-border-bottom: 1px solid var(--md-sys-color-primary);
65
63
 
66
64
  /* icon style */
67
- --icon-tiny-size: 24px;
68
65
  --icon-default-size: 36px;
69
- --icon-big-size: 48px;
70
- --icon-default-color: var(--md-sys-color-on-primary);
71
66
 
72
67
  /* material design component themes */
73
- --mdc-theme-on-primary: var(--md-sys-color-on-primary);
74
- --mdc-theme-primary: var(--secondary-text-color);
75
- --mdc-theme-on-secondary: var(--md-sys-color-on-primary);
76
- --mdc-theme-secondary: var(--md-sys-color-primary);
77
- --mdc-button-outline-color: var(--md-sys-color-primary);
78
68
  --mdc-danger-button-primary-color: var(--status-danger-color);
79
- --mdc-danger-button-outline-color: var(--status-danger-color);
80
- --mdc-button-outline-width: 1px;
81
- --mdc-button-horizontal-padding: 16px;
82
69
 
83
70
  --md-fab-container-color: var(--md-sys-color-primary);
84
71
  --md-fab-icon-color: var(--focus-color);
@@ -118,7 +105,6 @@ body {
118
105
  --label-text-transform: capitalize;
119
106
  --input-margin: var(--margin-narrow) 0;
120
107
  --input-padding: 6px 2px;
121
- --input-min-width: 200px;
122
108
  --input-font: normal var(--fontsize-default) var(--theme-font);
123
109
  --input-hint-font: normal var(--fontsize-small) var(--theme-font);
124
110
  --input-hint-color: #666;
@@ -8,21 +8,6 @@ body {
8
8
  --auth-description-font: normal 12px var(--theme-font);
9
9
  --auth-description-padding: 5px 5px 15px 5px;
10
10
 
11
- --auth-input-font: normal 18px/24px var(--theme-font);
12
- --auth-input-border: 1px solid rgba(0, 0, 0, 0.4);
13
- --auth-input-border-light: 1px solid rgba(255, 255, 255, 0.8);
14
- --auth-input-color: var(--md-sys-color-on-primary);
15
-
16
- --auth-button-background-color: var(--md-sys-color-surface-variant);
17
- --auth-button-background-focus-color: var(--status-success-color);
18
- --auth-button-font: bold 20px var(--theme-font);
19
- --auth-button-padding: 9px 12px 7px 12px;
20
-
21
- /* profile page style*/
22
- --profile-brand-width: 150px;
23
- --profile-brand-height: 45px;
24
- --profile-brand-padding: 30px auto 20px auto;
25
-
26
11
  --profile-wrap-max-width: 550px;
27
12
  --profile-icon-margin: 7% 0 0 0;
28
13
 
@@ -36,16 +21,8 @@ body {
36
21
  --change-password-field-padding: var(--padding-default);
37
22
  --change-password-field-width: var(--auth-input-field-width);
38
23
 
39
- --auth-special-page-padding: 250px 0 100px 0;
40
-
41
24
  /* domain select page style*/
42
- --checkin-background-color: var(--md-sys-color-background);
43
25
  --checkin-header-height: 45px;
44
- --checkin-header-background-color: var(--md-sys-color-primary);
45
- --checkin-header-title-font: bold 19px var(--theme-font);
46
- --checkin-header-title-color: var(--md-sys-color-on-primary);
47
- --checkin-wrap-max-width: 500px;
48
- --checkin-wrap-padding: var(--padding-wide);
49
26
  }
50
27
 
51
28
  @media only screen and (max-width: 460px) {
@@ -1,41 +1,28 @@
1
1
  body {
2
- --grist-padding: 0;
3
2
  --record-view-footer-height: 36px;
4
- --record-view-footer-button-height: 36px;
5
3
  }
6
4
 
7
5
  @media only screen and (max-width: 460px) {
8
6
  body {
9
- --grist-padding: 0;
10
7
  --record-view-footer-height: 50px;
11
- --record-view-footer-button-height: var(--record-view-footer-height);
12
- --record-view-footer-iconbutton-margin: -2px;
13
- --record-view-footer-iconbutton-display: block;
14
8
  }
15
9
  }
16
10
 
17
11
  @media print {
18
12
  body {
19
- --grist-input-zoom: 0.7;
20
13
  }
21
14
  }
22
15
 
23
16
  @media only screen and (max-width: 460px) {
24
17
  body {
25
- --data-card-template: repeat(auto-fit, minmax(90%, auto));
26
18
  }
27
19
  }
28
20
  @media (min-width: 461px) and (max-width: 700px) {
29
21
  body {
30
- --grist-input-zoom: 0.7;
31
22
  }
32
23
  }
33
24
  @media (min-width: 461px) and (max-width: 1024px) {
34
25
  body {
35
- --grist-padding: 0;
36
26
  --record-view-footer-height: 50px;
37
- --record-view-footer-button-height: var(--record-view-footer-height);
38
- --record-view-footer-iconbutton-margin: -2px;
39
- --record-view-footer-iconbutton-display: block;
40
27
  }
41
28
  }
@@ -1,17 +1,9 @@
1
1
  body {
2
2
  --report-background-color: var(--md-sys-color-background);
3
3
  --report-padding: 15px;
4
- --report-title-margin: 0 0 0 10px;
5
- --report-title-border: none;
6
- --report-title-color: var(--md-sys-color-secondary);
7
- --report-title-icon-color: var(--md-sys-color-primary);
8
- --report-title-icon-margin: 0 3px 2px 0;
9
- --report-title-icon-size: 14px;
10
- --report-title-with-grid-padding: 0;
11
4
  --report-component-border-radius: var(--border-radius);
12
5
 
13
6
  --report-header-background-color: rgba(var(--primary-color-rgb), 0.05);
14
- --report-header-border: 1px solid var(--report-header-border-color);
15
7
  --report-header-border-color: rgba(var(--primary-color-rgb), 0.3);
16
8
  --report-header-padding: 5px 0 5px 5px;
17
9
  --report-header-color: var(--secondary-text-color);
@@ -19,7 +11,6 @@ body {
19
11
  --report-header-fontsize: 13px;
20
12
 
21
13
  --report-record-background-color: #fff;
22
- --report-record-odd-background-color: #f6f6f6;
23
14
  --report-record-field-padding: 7px 10px;
24
15
  --report-record-field-border-bottom: 1px solid rgba(0, 0, 0, 0.1);
25
16
  --report-record-wide-fontsize: 13px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-pms",
3
- "version": "10.0.0",
3
+ "version": "10.0.2",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.ts",
6
6
  "things-factory": true,
@@ -67,11 +67,11 @@
67
67
  "@things-factory/apptool-ui": "^10.0.0",
68
68
  "@things-factory/auth-ui": "^10.0.0",
69
69
  "@things-factory/biz-base": "^10.0.0",
70
- "@things-factory/board-service": "^10.0.0",
71
- "@things-factory/board-ui": "^10.0.0",
70
+ "@things-factory/board-service": "^10.0.1",
71
+ "@things-factory/board-ui": "^10.0.2",
72
72
  "@things-factory/code-ui": "^10.0.0",
73
73
  "@things-factory/context-ui": "^10.0.0",
74
- "@things-factory/dashboard": "^10.0.0",
74
+ "@things-factory/dashboard": "^10.0.2",
75
75
  "@things-factory/document-template-ui": "^10.0.0",
76
76
  "@things-factory/evaluation": "^10.0.0",
77
77
  "@things-factory/export-ui": "^10.0.0",
@@ -83,7 +83,7 @@
83
83
  "@things-factory/i18n-base": "^10.0.0",
84
84
  "@things-factory/import-ui": "^10.0.0",
85
85
  "@things-factory/import-ui-excel": "^10.0.0",
86
- "@things-factory/lite-menu": "^10.0.0",
86
+ "@things-factory/lite-menu": "^10.0.2",
87
87
  "@things-factory/more-ui": "^10.0.0",
88
88
  "@things-factory/notification": "^10.0.0",
89
89
  "@things-factory/print-ui": "^10.0.0",
@@ -95,5 +95,5 @@
95
95
  "devDependencies": {
96
96
  "@things-factory/builder": "^10.0.0"
97
97
  },
98
- "gitHead": "b20fa0816c33727f7ec327e0455687d3be620c58"
98
+ "gitHead": "a69c3592a44e27bfa8212bc06268bff6140afc9a"
99
99
  }