@samhammer/tiptob 2.3.8 → 2.3.10
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/extensions.js +1 -1
- package/dist/extensions.js.map +1 -1
- package/dist/web-components.js +1741 -1701
- package/dist/web-components.js.map +1 -1
- package/package.json +12 -12
package/dist/extensions.js
CHANGED
|
@@ -9746,7 +9746,7 @@ const gd = ne.create({
|
|
|
9746
9746
|
}
|
|
9747
9747
|
});
|
|
9748
9748
|
function ho(n) {
|
|
9749
|
-
const e = [], t =
|
|
9749
|
+
const e = [], t = /(\{\{[^{}]*\}\}|\{%\s*[^%]*\s*%\})/g;
|
|
9750
9750
|
return n.descendants((r, i) => {
|
|
9751
9751
|
if (!r.isText || !r.text) return !0;
|
|
9752
9752
|
let o;
|