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.
@@ -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) {
@@ -18372,7 +18372,6 @@
18372
18372
  {
18373
18373
  name: "target",
18374
18374
  type: "LinkEventDefinition",
18375
- isAttr: true,
18376
18375
  isReference: true
18377
18376
  },
18378
18377
  {