@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.
Files changed (2) hide show
  1. package/dist/index.js +2 -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 = 2, Te = 0.25;
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.5"
1030
+ "0.4.6"
1031
1031
  ] }),
1032
1032
  /* @__PURE__ */ o("p", { className: "peeek__about-desc", children: t.aboutDescription })
1033
1033
  ] })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@peeekpage/viewer",
3
- "version": "0.4.5",
3
+ "version": "0.4.6",
4
4
  "description": "PeeekViewer: embeddable document viewer (flip and coverflow) for peeek.page.",
5
5
  "type": "module",
6
6
  "license": "MIT",