camunda-bpmn-js 2.6.0 → 2.6.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.
@@ -24099,11 +24099,12 @@
24099
24099
 
24100
24100
  var renderer = this._bpmnRenderer.handlers[
24101
24101
  [
24102
- 'bpmn:Task',
24103
- 'bpmn:StartEvent',
24104
- 'bpmn:IntermediateEvent',
24105
24102
  'bpmn:BoundaryEvent',
24106
- 'bpmn:EndEvent'
24103
+ 'bpmn:EndEvent',
24104
+ 'bpmn:IntermediateCatchEvent',
24105
+ 'bpmn:IntermediateThrowEvent',
24106
+ 'bpmn:StartEvent',
24107
+ 'bpmn:Task'
24107
24108
  ].find(t => is$1(element, t))
24108
24109
  ];
24109
24110