@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.
- package/dist/index.browser.js +1 -1
- package/dist/index.browser.js.map +1 -1
- package/dist/index.browser.mjs +1 -1
- package/dist/index.browser.mjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -169,7 +169,7 @@ function isExternalLibrariesSelector(value) {
|
|
|
169
169
|
}
|
|
170
170
|
|
|
171
171
|
// src/Matcher/BaseElementsMatcher.ts
|
|
172
|
-
var HANDLEBARS_TEMPLATE_REGEX = /{{\s*[^}]
|
|
172
|
+
var HANDLEBARS_TEMPLATE_REGEX = /{{\s*[^}\s]+(?:\s+[^}\s]+)*\s*}}/;
|
|
173
173
|
var LEGACY_TEMPLATE_REGEX = /\$\{([^}]+)\}/g;
|
|
174
174
|
function normalizeSelector(selector) {
|
|
175
175
|
if (isSimpleElementSelectorByType(selector)) {
|