@camstack/addon-pipeline-orchestrator 0.1.18 → 0.1.21

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.
Files changed (21) hide show
  1. package/dist/@mf-types/compiled-types/widgets/motion-zones/MotionGridCanvas.d.ts +2 -12
  2. package/dist/@mf-types/compiled-types/widgets/motion-zones/MotionGridCanvas.d.ts.map +1 -1
  3. package/dist/@mf-types/compiled-types/widgets/motion-zones/MotionZonesTab.d.ts.map +1 -1
  4. package/dist/@mf-types.zip +0 -0
  5. package/dist/{ReactKonva-JXCACcqD.mjs → ReactKonva--rywLr1Y.mjs} +1 -1
  6. package/dist/__mfe_internal__addon_pipeline_orchestrator_widgets__loadShare___mf_0_camstack_mf_1_ui_mf_2_library__loadShare__.mjs-DPoup41Y.mjs +34 -0
  7. package/dist/__mfe_internal__addon_pipeline_orchestrator_widgets__loadShare__konva__loadShare__.mjs-C4PYo-VP.mjs +30 -0
  8. package/dist/__mfe_internal__addon_pipeline_orchestrator_widgets__loadShare__react_mf_2_konva__loadShare__.mjs-DSZIXeAx.mjs +64 -0
  9. package/dist/_stub.js +597 -637
  10. package/dist/{hostInit-B0XiFU2K.mjs → hostInit-s8NZVmrk.mjs} +2 -2
  11. package/dist/{index-BD2XShwZ.mjs → index-CMke0KpS.mjs} +3241 -3234
  12. package/dist/index.js +4 -2
  13. package/dist/index.js.map +1 -1
  14. package/dist/index.mjs +4 -2
  15. package/dist/index.mjs.map +1 -1
  16. package/package.json +1 -1
  17. package/dist/@mf-types/compiled-types/widgets/motion-zones/MotionZonesOverlay.d.ts +0 -14
  18. package/dist/@mf-types/compiled-types/widgets/motion-zones/MotionZonesOverlay.d.ts.map +0 -1
  19. package/dist/__mfe_internal__addon_pipeline_orchestrator_widgets__loadShare___mf_0_camstack_mf_1_ui_mf_2_library__loadShare__.mjs-XtEtGou1.mjs +0 -34
  20. package/dist/__mfe_internal__addon_pipeline_orchestrator_widgets__loadShare__konva__loadShare__.mjs-F783v1sm.mjs +0 -8
  21. package/dist/__mfe_internal__addon_pipeline_orchestrator_widgets__loadShare__react_mf_2_konva__loadShare__.mjs-CJUQOcTE.mjs +0 -18
package/dist/index.js CHANGED
@@ -17202,10 +17202,12 @@ class PipelineOrchestratorAddon extends BaseAddon {
17202
17202
  {
17203
17203
  // Widget fields manage their own state via DeviceProxy —
17204
17204
  // `ConfigWidgetField` carries no `value` (unlike the legacy
17205
- // `zone-editor` field type which still does).
17205
+ // `zone-editor` field type which still does). No `label` —
17206
+ // the section title already reads "Motion Zones"; a field
17207
+ // label here would duplicate it.
17206
17208
  type: "widget",
17207
17209
  key: "motion-zones",
17208
- label: "Motion Zones",
17210
+ label: "",
17209
17211
  widgetId: "pipeline-orchestrator/motion-zones-editor",
17210
17212
  span: 1
17211
17213
  }