camunda-bpmn-js 2.7.0 → 3.1.0

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.
@@ -2839,7 +2839,7 @@
2839
2839
  function colorEscape(str) {
2840
2840
 
2841
2841
  // only allow characters and numbers
2842
- return str.replace(/[^0-9a-zA-z]+/g, '_');
2842
+ return str.replace(/[^0-9a-zA-Z]+/g, '_');
2843
2843
  }
2844
2844
 
2845
2845
  function marker(type, fill, stroke) {
@@ -18351,7 +18351,6 @@
18351
18351
  {
18352
18352
  name: "target",
18353
18353
  type: "LinkEventDefinition",
18354
- isAttr: true,
18355
18354
  isReference: true
18356
18355
  },
18357
18356
  {