@react-pdf-kit/viewer 2.1.0-beta.3 → 2.1.0-rc.0
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.
|
@@ -138,7 +138,7 @@ const yt = () => {
|
|
|
138
138
|
(r) => {
|
|
139
139
|
if (r.key === "Tab") {
|
|
140
140
|
const a = document.activeElement;
|
|
141
|
-
let b =
|
|
141
|
+
let b = -1;
|
|
142
142
|
p.forEach((m, ct) => {
|
|
143
143
|
m === a && (b = ct);
|
|
144
144
|
});
|
|
@@ -183,7 +183,7 @@ const yt = () => {
|
|
|
183
183
|
{
|
|
184
184
|
ref: Y,
|
|
185
185
|
className: n["rp-search-tool-content"],
|
|
186
|
-
tabIndex:
|
|
186
|
+
tabIndex: -1,
|
|
187
187
|
onKeyDown: at,
|
|
188
188
|
role: "dialog",
|
|
189
189
|
"aria-label": (t == null ? void 0 : t.searchInputTooltip) || "Search dialog",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { useState as E, useCallback as h, useEffect as A } from "react";
|
|
2
2
|
import { appConsole as l } from "../appConsole.js";
|
|
3
|
-
const b = /* @__PURE__ */ new Date("2026-03-
|
|
3
|
+
const b = /* @__PURE__ */ new Date("2026-03-10T03:07:15.490Z"), d = "Please visit https://www.react-pdf.dev/manage-license/ to generate a new license key.", s = {
|
|
4
4
|
invalidLicense: `You are currently using without a valid license. ${d}`,
|
|
5
5
|
mismatchedDomain: `Your license key is not valid for the current domain / IP. ${d}`,
|
|
6
6
|
expired: `Your license key has expired. ${d}`,
|