homebridge-plugin-utils 1.15.0 → 1.15.1

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.
@@ -382,7 +382,7 @@ export class webUiFeatureOptions {
382
382
  th.classList.add("p-0");
383
383
  th.style.fontWeight = "bold";
384
384
  th.colSpan = 3;
385
- tbody.classList.add("table-bordered");
385
+ tbody.classList.add("border");
386
386
 
387
387
  // Add the feature option category description.
388
388
  th.appendChild(document.createTextNode(category.description + (!currentDevice ? " (Global)" :
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "homebridge-plugin-utils",
3
- "version": "1.15.0",
3
+ "version": "1.15.1",
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": {