easy-email-pro-kit 1.49.6 → 1.49.7
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/lib/index.es.js +2 -2
- package/package.json +1 -1
package/lib/index.es.js
CHANGED
|
@@ -1201,7 +1201,7 @@ const jt = function(a) {
|
|
|
1201
1201
|
f.src = yield tr(f);
|
|
1202
1202
|
}))
|
|
1203
1203
|
);
|
|
1204
|
-
const S = new XMLSerializer().serializeToString(i(o)), z = window.devicePixelRatio
|
|
1204
|
+
const S = new XMLSerializer().serializeToString(i(o)), z = Math.max(window.devicePixelRatio, 2), D = p * z, K = m * z;
|
|
1205
1205
|
let Y = 'data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="' + D + '" height="' + K + '" viewBox="0 0 ' + p + " " + m + '"><foreignObject x="0" y="0" width="100%" height="100%">' + S + "</foreignObject></svg>";
|
|
1206
1206
|
return Y = Y.replace(/\n/g, "").replace(/\t/g, "").replace(/#/g, "%23"), Y;
|
|
1207
1207
|
});
|
|
@@ -6396,7 +6396,7 @@ function fo({
|
|
|
6396
6396
|
.dark-countdown-label {
|
|
6397
6397
|
font-size: 12px;
|
|
6398
6398
|
color: #9ca3af;
|
|
6399
|
-
margin-top:
|
|
6399
|
+
margin-top: 8px;
|
|
6400
6400
|
font-weight: bold;
|
|
6401
6401
|
}
|
|
6402
6402
|
`), /* @__PURE__ */ t.createElement("div", { className: "dark-countdown-container" }, /* @__PURE__ */ t.createElement("div", { className: "dark-countdown-wrapper" }, /* @__PURE__ */ t.createElement("div", { className: "dark-countdown-item" }, /* @__PURE__ */ t.createElement("div", { className: "dark-countdown-number days" }, i), /* @__PURE__ */ t.createElement("span", { className: "dark-countdown-label" }, "D")), /* @__PURE__ */ t.createElement("div", { className: "dark-countdown-item" }, /* @__PURE__ */ t.createElement("div", { className: "dark-countdown-number hrs" }, o), /* @__PURE__ */ t.createElement("span", { className: "dark-countdown-label" }, "H")), /* @__PURE__ */ t.createElement("div", { className: "dark-countdown-item" }, /* @__PURE__ */ t.createElement("div", { className: "dark-countdown-number mins" }, d), /* @__PURE__ */ t.createElement("span", { className: "dark-countdown-label" }, "M")), /* @__PURE__ */ t.createElement("div", { className: "dark-countdown-item" }, /* @__PURE__ */ t.createElement("div", { className: "dark-countdown-number secs" }, y), /* @__PURE__ */ t.createElement("span", { className: "dark-countdown-label" }, "S")))));
|