@things-factory/operato-fleet 6.2.68 → 6.2.71

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.
@@ -101,7 +101,7 @@ body {
101
101
  --button-primary-font: bold 16px var(--theme-font);
102
102
 
103
103
  /* table style */
104
- --th-padding: var(--padding-default) 0 var(--padding-default) var(--padding-default);
104
+ --th-padding: var(--padding-default);
105
105
  --th-border-top: 2px solid var(--secondary-color);
106
106
  --th-text-transform: capitalize;
107
107
  --th-font: bold var(--fontsize-small) var(--theme-font);
@@ -110,11 +110,14 @@ body {
110
110
  --tr-background-color: var(--theme-white-color);
111
111
  --tr-background-odd-color: rgba(255, 255, 255, 0.4);
112
112
  --tr-background-hover-color: #e1f5fe;
113
+ --td-border-line: 1px solid rgba(0, 0, 0, 0.05);
113
114
  --td-border-bottom: 1px solid rgba(0, 0, 0, 0.09);
114
115
  --td-padding: var(--padding-default);
115
116
  --td-font: normal 13px var(--theme-font);
116
117
  --td-color: var(--secondary-color);
117
118
 
119
+ --label-cell-background-color: #f6f6f6; /* th or td common background color */
120
+
118
121
  /* form style */
119
122
  --label-font: normal var(--fontsize-default) var(--theme-font);
120
123
  --label-color: var(--secondary-color);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/operato-fleet",
3
- "version": "6.2.68",
3
+ "version": "6.2.71",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "client/index.js",
6
6
  "things-factory": true,
@@ -71,34 +71,34 @@
71
71
  "@operato/scene-timer": "^1.0.0",
72
72
  "@operato/scene-visualizer": "^1.0.0",
73
73
  "@operato/scene-wheel-sorter": "^1.0.0",
74
- "@things-factory/apptool-ui": "^6.2.65",
75
- "@things-factory/attachment-base": "^6.2.65",
76
- "@things-factory/auth-ui": "^6.2.65",
77
- "@things-factory/biz-base": "^6.2.65",
78
- "@things-factory/board-service": "^6.2.65",
79
- "@things-factory/board-ui": "^6.2.65",
80
- "@things-factory/code-ui": "^6.2.65",
81
- "@things-factory/context-ui": "^6.2.65",
82
- "@things-factory/dashboard": "^6.2.65",
83
- "@things-factory/export-ui": "^6.2.65",
84
- "@things-factory/export-ui-csv": "^6.2.65",
85
- "@things-factory/export-ui-excel": "^6.2.65",
86
- "@things-factory/help": "^6.2.65",
87
- "@things-factory/i18n-base": "^6.2.65",
88
- "@things-factory/integration-fulfillment": "^6.2.67",
89
- "@things-factory/integration-marketplace": "^6.2.67",
90
- "@things-factory/more-ui": "^6.2.65",
91
- "@things-factory/notification": "^6.2.68",
92
- "@things-factory/oauth2-client": "^6.2.65",
74
+ "@things-factory/apptool-ui": "^6.2.70",
75
+ "@things-factory/attachment-base": "^6.2.70",
76
+ "@things-factory/auth-ui": "^6.2.70",
77
+ "@things-factory/biz-base": "^6.2.70",
78
+ "@things-factory/board-service": "^6.2.70",
79
+ "@things-factory/board-ui": "^6.2.71",
80
+ "@things-factory/code-ui": "^6.2.70",
81
+ "@things-factory/context-ui": "^6.2.70",
82
+ "@things-factory/dashboard": "^6.2.71",
83
+ "@things-factory/export-ui": "^6.2.70",
84
+ "@things-factory/export-ui-csv": "^6.2.70",
85
+ "@things-factory/export-ui-excel": "^6.2.70",
86
+ "@things-factory/help": "^6.2.70",
87
+ "@things-factory/i18n-base": "^6.2.70",
88
+ "@things-factory/integration-fulfillment": "^6.2.71",
89
+ "@things-factory/integration-marketplace": "^6.2.71",
90
+ "@things-factory/more-ui": "^6.2.70",
91
+ "@things-factory/notification": "^6.2.71",
92
+ "@things-factory/oauth2-client": "^6.2.70",
93
93
  "@things-factory/pdf": "^6.2.48",
94
- "@things-factory/resource-ui": "^6.2.65",
94
+ "@things-factory/resource-ui": "^6.2.70",
95
95
  "@things-factory/scene-google-map": "^6.2.33",
96
- "@things-factory/setting-ui": "^6.2.65",
97
- "@things-factory/system": "^6.2.65",
96
+ "@things-factory/setting-ui": "^6.2.70",
97
+ "@things-factory/system": "^6.2.71",
98
98
  "chance": "^1.1.11"
99
99
  },
100
100
  "devDependencies": {
101
101
  "@things-factory/builder": "^6.2.33"
102
102
  },
103
- "gitHead": "a2df11e170592166c6b3ff51d1421acd477b76e9"
103
+ "gitHead": "f520e62d112d7a9144a3be19ebb1a07beead4f70"
104
104
  }