@peeekpage/viewer 0.4.5 → 0.4.6
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.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -490,7 +490,7 @@ function wt({ pages: t, layout: e, rtl: n, activePages: a, onJump: i }) {
|
|
|
490
490
|
] }, c);
|
|
491
491
|
}) });
|
|
492
492
|
}
|
|
493
|
-
const ee = 1, ae =
|
|
493
|
+
const ee = 1, ae = 4, Te = 0.5;
|
|
494
494
|
function Tt(t) {
|
|
495
495
|
const {
|
|
496
496
|
pages: e,
|
|
@@ -1027,7 +1027,7 @@ function St({ strings: t, onClose: e }) {
|
|
|
1027
1027
|
/* @__PURE__ */ o("div", { className: "peeek__about-tagline", children: t.aboutTagline }),
|
|
1028
1028
|
/* @__PURE__ */ y("div", { className: "peeek__about-version", children: [
|
|
1029
1029
|
"v",
|
|
1030
|
-
"0.4.
|
|
1030
|
+
"0.4.6"
|
|
1031
1031
|
] }),
|
|
1032
1032
|
/* @__PURE__ */ o("p", { className: "peeek__about-desc", children: t.aboutDescription })
|
|
1033
1033
|
] })
|