@react-pdf-kit/viewer 2.8.0-beta.10 → 2.8.0-beta.11
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.
|
@@ -610,6 +610,10 @@ var j = class extends Ce {
|
|
|
610
610
|
})
|
|
611
611
|
}) : A === e.NOT_SUPPORTED ? /* @__PURE__ */ S("div", {
|
|
612
612
|
className: M["rp-not-supported"],
|
|
613
|
+
style: {
|
|
614
|
+
width: r,
|
|
615
|
+
height: i
|
|
616
|
+
},
|
|
613
617
|
children: /* @__PURE__ */ Ae("div", {
|
|
614
618
|
className: M["rp-not-supported-content"],
|
|
615
619
|
children: ["React PDF Kit is unable to render on this browser. Please use the supported browsers from the list below:", /* @__PURE__ */ S("div", { children: /* @__PURE__ */ Ae("ul", {
|
package/dist/main.js
CHANGED
|
@@ -16,7 +16,7 @@ import { useHighlightContext as y } from "./contexts/HighlightContext.js";
|
|
|
16
16
|
import { useElementPageContext as b } from "./contexts/ElementPageContext.js";
|
|
17
17
|
import { useElementThumbnailContext as x } from "./contexts/ElementThumbnailContext.js";
|
|
18
18
|
import { RPProvider as S } from "./components/RPProvider.js";
|
|
19
|
-
import { t as C } from "./RPPages-
|
|
19
|
+
import { t as C } from "./RPPages-cyO0Tn21.js";
|
|
20
20
|
import { useFileDownload as w } from "./utils/hooks/useFileDownload.js";
|
|
21
21
|
import { RPTheme as T } from "./components/RPTheme.js";
|
|
22
22
|
import { RPConfig as E } from "./components/RPConfig.js";
|
|
@@ -3,7 +3,7 @@ import { LicenseType as t } from "../types.js";
|
|
|
3
3
|
import { appConsole as n } from "../appConsole.js";
|
|
4
4
|
import { useCallback as r, useEffect as i, useState as a } from "react";
|
|
5
5
|
//#region lib/utils/hooks/useLicense.ts
|
|
6
|
-
var o = /* @__PURE__ */ new Date("2026-08-
|
|
6
|
+
var o = /* @__PURE__ */ new Date("2026-08-07T04:53:24.878Z"), s = "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvIokvErJ0Fctu0jduSAx\ngr+5Har/VSuZLlOunS28hnlqqA+OF1apHL7RYkjBosS15yvviYdLrVWYHpHnoY4b\nHLQ9I6YX6FMB9T/VbB4xLdVdKvfi8r49aTScl5EKuSpgpPgz2VSJTfvVGcRuth/Y\nBm7PPGYdL2l2gvKDxchmmsHFPukGki9L4JOUeIVX0GXAxabENckaEH/iC1NZhX+W\nvXnpHeHuIIKlZ16LSivXNgo6BH2Z3GFdg4G3cAaXr6qNP8fsacYNqv2SpTW1viFD\nvzcGRabN25gpJAp9/syeScefWH3OiJY1lmw88oTiJbjIoiq6AkPhfn3G9mF54nvR\nkwIDAQAB\n-----END PUBLIC KEY-----", c = "Please visit https://app.react-pdf-kit.dev to generate a new license key.", l = {
|
|
7
7
|
invalidLicense: `You are currently using without a valid license. ${c}`,
|
|
8
8
|
mismatchedDomain: `Your license key is not valid for the current domain / IP. ${c}`,
|
|
9
9
|
expired: `Your license key has expired. ${c}`,
|