@iobroker/dm-utils 1.0.6 → 1.0.7

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/README.md CHANGED
@@ -301,6 +301,10 @@ This method returns a promise that resolves to a `ProgressDialog` object.
301
301
  ### **WORK IN PROGRESS**
302
302
  -->
303
303
  ## Changelog
304
+ ### 1.0.7 (2025-01-24)
305
+
306
+ * (@GermanBluefox) Added `headerTextColor` to device info
307
+
304
308
  ### 1.0.6 (2025-01-14)
305
309
 
306
310
  * (@GermanBluefox) Added the connection type indication
@@ -108,6 +108,8 @@ export interface DeviceInfo<T extends ActionType = 'api'> {
108
108
  model?: ioBroker.StringOrTranslated;
109
109
  /** Color or 'primary', 'secondary' for the text in the card header */
110
110
  color?: Color;
111
+ /** Color of the text in the card header */
112
+ headerTextColor?: Color;
111
113
  /** Background color of card header (you can use primary, secondary or color rgb value or hex) */
112
114
  backgroundColor?: Color;
113
115
  status?: DeviceStatus | DeviceStatus[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iobroker/dm-utils",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "ioBroker Device Manager utilities for backend",
5
5
  "main": "build/index.js",
6
6
  "publishConfig": {
@@ -28,9 +28,9 @@
28
28
  "@alcalzone/release-script": "^3.8.0",
29
29
  "@alcalzone/release-script-plugin-license": "^3.7.0",
30
30
  "@iobroker/eslint-config": "^1.0.0",
31
- "@types/node": "^22.10.5",
31
+ "@types/node": "^22.10.10",
32
32
  "axios": "^1.7.9",
33
- "typescript": "^5.7.2"
33
+ "typescript": "^5.7.3"
34
34
  },
35
35
  "files": [
36
36
  "LICENSE",