@shotstack/shotstack-studio 2.16.2 → 2.16.3
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.
|
@@ -11,7 +11,7 @@ import "pixi.js/text-html";
|
|
|
11
11
|
import "pixi.js/sprite-tiling";
|
|
12
12
|
import "pixi.js/filters";
|
|
13
13
|
import "pixi.js/mesh";
|
|
14
|
-
const sT = "2.16.
|
|
14
|
+
const sT = "2.16.2", aT = {
|
|
15
15
|
version: sT
|
|
16
16
|
};
|
|
17
17
|
function ib(e, t, i) {
|
|
@@ -42721,7 +42721,9 @@ class zG {
|
|
|
42721
42721
|
*/
|
|
42722
42722
|
resolveToNumber(t) {
|
|
42723
42723
|
if (!this.isMergeFieldTemplate(t)) return null;
|
|
42724
|
-
const i = this.resolve(t)
|
|
42724
|
+
const i = this.resolve(t).trim();
|
|
42725
|
+
if (i === "") return null;
|
|
42726
|
+
const r = Number(i);
|
|
42725
42727
|
return Number.isFinite(r) ? r : null;
|
|
42726
42728
|
}
|
|
42727
42729
|
/**
|