@camstack/addon-pipeline-orchestrator 0.1.20 → 0.1.22

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/dist/index.mjs CHANGED
@@ -17200,10 +17200,12 @@ class PipelineOrchestratorAddon extends BaseAddon {
17200
17200
  {
17201
17201
  // Widget fields manage their own state via DeviceProxy —
17202
17202
  // `ConfigWidgetField` carries no `value` (unlike the legacy
17203
- // `zone-editor` field type which still does).
17203
+ // `zone-editor` field type which still does). No `label` —
17204
+ // the section title already reads "Motion Zones"; a field
17205
+ // label here would duplicate it.
17204
17206
  type: "widget",
17205
17207
  key: "motion-zones",
17206
- label: "Motion Zones",
17208
+ label: "",
17207
17209
  widgetId: "pipeline-orchestrator/motion-zones-editor",
17208
17210
  span: 1
17209
17211
  }