@boundaries/elements 1.1.1 → 1.1.2

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.
@@ -244,7 +244,7 @@ function isExternalLibrariesSelector(value) {
244
244
  }
245
245
 
246
246
  // src/Matcher/BaseElementsMatcher.ts
247
- var HANDLEBARS_TEMPLATE_REGEX = /{{\s*[^}]+\s*}}/;
247
+ var HANDLEBARS_TEMPLATE_REGEX = /{{\s*[^}\s]+(?:\s+[^}\s]+)*\s*}}/;
248
248
  var LEGACY_TEMPLATE_REGEX = /\$\{([^}]+)\}/g;
249
249
  function normalizeSelector(selector) {
250
250
  if (isSimpleElementSelectorByType(selector)) {