camunda-bpmn-js 5.1.0 → 5.2.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.
@@ -1652,7 +1652,7 @@
1652
1652
  * @return {string}
1653
1653
  */
1654
1654
  function componentsToPath(elements) {
1655
- return elements.flat().join(',').replace(/,?([A-z]),?/g, '$1');
1655
+ return elements.flat().join(',').replace(/,?([A-Za-z]),?/g, '$1');
1656
1656
  }
1657
1657
 
1658
1658
  /**