homebridge-plugin-utils 1.15.2 → 1.15.3

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.
@@ -182,6 +182,7 @@ export class webUiFeatureOptions {
182
182
  }
183
183
 
184
184
  // Initialize our informational header.
185
+ document.getElementById("headerInfo").style.fontWeight = "bold";
185
186
  document.getElementById("headerInfo").innerHTML = "Feature options are applied in prioritized order, from global to device-specific options:" +
186
187
  "<br><i class=\"text-warning\">Global options</i> (lowest priority) &rarr; " +
187
188
  (this.#hasControllers ? "<i class=\"text-success\">Controller options</i> &rarr; " : "") +
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "homebridge-plugin-utils",
3
- "version": "1.15.2",
3
+ "version": "1.15.3",
4
4
  "displayName": "Homebridge Plugin Utilities",
5
5
  "description": "Opinionated utilities to provide common capabilities and create rich configuration webUI experiences for Homebridge plugins.",
6
6
  "author": {