@connectedxm/zpl-generator 0.0.4-beta.11 → 0.0.4-beta.13
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 +2 -2
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -3067,6 +3067,7 @@ function Ws(e, t, n) {
|
|
|
3067
3067
|
}
|
|
3068
3068
|
function Ys(e) {
|
|
3069
3069
|
const n = [
|
|
3070
|
+
"^CI28",
|
|
3070
3071
|
`~TA${String(e.tearOffAdjustment).padStart(3, "0")}`,
|
|
3071
3072
|
`~JS${e.backfeedActions}`,
|
|
3072
3073
|
`^MN${e.media},${e.mediaOffset}`,
|
|
@@ -3089,8 +3090,7 @@ function Ys(e) {
|
|
|
3089
3090
|
`);
|
|
3090
3091
|
}
|
|
3091
3092
|
function Ks(e, t, n) {
|
|
3092
|
-
|
|
3093
|
-
let r = Gs(e, t);
|
|
3093
|
+
let r = n ?? Gs(e, t);
|
|
3094
3094
|
if (typeof r == "string")
|
|
3095
3095
|
switch (e.type) {
|
|
3096
3096
|
case "text":
|