camunda-bpmn-js 2.7.0 → 3.0.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.
@@ -2850,7 +2850,7 @@
2850
2850
  function colorEscape(str) {
2851
2851
 
2852
2852
  // only allow characters and numbers
2853
- return str.replace(/[^0-9a-zA-z]+/g, '_');
2853
+ return str.replace(/[^0-9a-zA-Z]+/g, '_');
2854
2854
  }
2855
2855
 
2856
2856
  function marker(type, fill, stroke) {
@@ -18362,7 +18362,6 @@
18362
18362
  {
18363
18363
  name: "target",
18364
18364
  type: "LinkEventDefinition",
18365
- isAttr: true,
18366
18365
  isReference: true
18367
18366
  },
18368
18367
  {