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.
@@ -1663,7 +1663,7 @@
1663
1663
  * @return {string}
1664
1664
  */
1665
1665
  function componentsToPath(elements) {
1666
- return elements.flat().join(',').replace(/,?([A-z]),?/g, '$1');
1666
+ return elements.flat().join(',').replace(/,?([A-Za-z]),?/g, '$1');
1667
1667
  }
1668
1668
 
1669
1669
  /**