@connectedxm/zpl-generator 0.0.4-beta.3 → 0.0.4-beta.4
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.es.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -3147,7 +3147,7 @@ function Gs(e, t) {
|
|
|
3147
3147
|
n.push("");
|
|
3148
3148
|
break;
|
|
3149
3149
|
}
|
|
3150
|
-
return n.length === 0 ? e.hideEmpty ? void 0 : e.defaultValue ?? "" : n.join(" ");
|
|
3150
|
+
return n.length === 0 ? e.hideEmpty ? void 0 : (e.defaultValue ?? "").trim() : n.join(" ").trim();
|
|
3151
3151
|
}
|
|
3152
3152
|
function Hs(e, t) {
|
|
3153
3153
|
switch (e.transformation) {
|