@pdf-viewer/react 1.11.0-beta.2 → 1.11.0-rc.1

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 (82) hide show
  1. package/dist/{ToolbarLayout.module-082ff242.js → ToolbarLayout.module-e774f3e1.js} +979 -973
  2. package/dist/assets/ToolbarLayout.css +1 -1
  3. package/dist/components/RPConfig.js +962 -843
  4. package/dist/components/RPController.js +1 -1
  5. package/dist/components/RPPages.js +1 -1
  6. package/dist/components/layout/LayoutContainer.js +1 -1
  7. package/dist/components/layout/RPDefaultLayout.js +1 -1
  8. package/dist/components/layout/RPLayout.js +1 -1
  9. package/dist/components/layout/sidebar/RPSidebar.js +1 -1
  10. package/dist/components/layout/sidebar/Thumbnail.js +1 -1
  11. package/dist/components/layout/sidebar/Thumbnails.js +1 -1
  12. package/dist/components/layout/toolbar/DocumentDialog.js +1 -1
  13. package/dist/components/layout/toolbar/FileDownloadTool.js +1 -1
  14. package/dist/components/layout/toolbar/MenuItem.js +1 -1
  15. package/dist/components/layout/toolbar/MenuSeparator.js +1 -1
  16. package/dist/components/layout/toolbar/MostPageTool.js +2 -2
  17. package/dist/components/layout/toolbar/OtherTool.js +2 -2
  18. package/dist/components/layout/toolbar/Paginate.js +1 -1
  19. package/dist/components/layout/toolbar/PrintTool.js +1 -1
  20. package/dist/components/layout/toolbar/RPMoreOptions.js +2 -2
  21. package/dist/components/layout/toolbar/RPToolbar.js +1 -1
  22. package/dist/components/layout/toolbar/RPToolbarEnd.js +1 -1
  23. package/dist/components/layout/toolbar/RotateTool.js +1 -1
  24. package/dist/components/layout/toolbar/ScrollModeTool.js +1 -1
  25. package/dist/components/layout/toolbar/SearchResultNavigator.js +1 -1
  26. package/dist/components/layout/toolbar/SearchTool.js +1 -1
  27. package/dist/components/layout/toolbar/SelectionModeTool.js +1 -1
  28. package/dist/components/layout/toolbar/ThumbnailTool.js +1 -1
  29. package/dist/components/layout/toolbar/ToolbarCustom.js +1 -1
  30. package/dist/components/layout/toolbar/ToolbarDefault.js +1 -1
  31. package/dist/components/layout/toolbar/ViewModeTool.js +1 -1
  32. package/dist/components/layout/toolbar/ZoomTool.js +1 -1
  33. package/dist/components/layout/toolbar/tools/DocumentPropertiesTool.js +1 -1
  34. package/dist/components/layout/toolbar/tools/FileDownloadTool.js +1 -1
  35. package/dist/components/layout/toolbar/tools/InputPageTool.js +1 -1
  36. package/dist/components/layout/toolbar/tools/NextPageTool.js +1 -1
  37. package/dist/components/layout/toolbar/tools/PreviousPageTool.js +1 -1
  38. package/dist/components/layout/toolbar/tools/PrintTool.js +1 -1
  39. package/dist/components/layout/toolbar/tools/ThumbnailTool.js +1 -1
  40. package/dist/components/layout/toolbar/tools/ZoomLevelTool.js +1 -1
  41. package/dist/components/layout/toolbar/tools/defaults/RPHorizontalBar.js +1 -1
  42. package/dist/components/layout/toolbar/tools/more-options/FileDownloadTool.js +1 -1
  43. package/dist/components/layout/toolbar/tools/more-options/FileUploadTool.js +1 -1
  44. package/dist/components/layout/toolbar/tools/more-options/MostPageTool.js +2 -2
  45. package/dist/components/layout/toolbar/tools/more-options/PrintTool.js +1 -1
  46. package/dist/components/layout/toolbar/tools/more-options/RotateTool.js +1 -1
  47. package/dist/components/layout/toolbar/tools/more-options/ScrollModeTool.js +1 -1
  48. package/dist/components/layout/toolbar/tools/more-options/SelectionModeTool.js +1 -1
  49. package/dist/components/layout/toolbar/tools/more-options/ViewModeTool.js +1 -1
  50. package/dist/components/page/AnnotationLayer.js +1 -1
  51. package/dist/components/page/CanvasLayer.js +1 -1
  52. package/dist/components/page/DualPage.js +1 -1
  53. package/dist/components/page/RPPage.js +1 -1
  54. package/dist/components/page/SinglePage.js +1 -1
  55. package/dist/components/page/TextHighlightLayer.js +1 -1
  56. package/dist/components/page/TextLayer.js +1 -1
  57. package/dist/components/ui/Checkbox.js +237 -125
  58. package/dist/components/ui/DropDown.js +1 -1
  59. package/dist/components/ui/LoadingIndicator.js +1 -1
  60. package/dist/components/ui/RPTooltip.js +211 -424
  61. package/dist/contexts/PaginationContext.js +1 -1
  62. package/dist/contexts/PrintContext.js +1 -1
  63. package/dist/contexts/RenderQueueProvider.js +1 -1
  64. package/dist/contexts/SearchContext.js +1 -1
  65. package/dist/contexts/ThumbnailsContext.js +1 -1
  66. package/dist/index-808ea7bf.js +1685 -0
  67. package/dist/index-a48ec088.js +1672 -0
  68. package/dist/index-c9a2990a.js +332 -0
  69. package/dist/main.js +1 -1
  70. package/dist/utils/hooks/useFileDownload.js +1 -1
  71. package/dist/utils/hooks/useLicense.js +1 -1
  72. package/dist/utils/hooks/usePaginate.js +1 -1
  73. package/dist/utils/hooks/usePresentPage.js +1 -1
  74. package/dist/utils/hooks/usePrint.js +1 -1
  75. package/dist/utils/hooks/useScrollToPage.js +1 -1
  76. package/dist/utils/hooks/useSearch.js +1 -1
  77. package/dist/utils/hooks/useThumbnail.js +1 -1
  78. package/dist/utils/hooks/useVirtualReactWindow.js +1 -1
  79. package/package.json +1 -1
  80. package/dist/floating-ui.react-dom-88a86594.js +0 -1447
  81. package/dist/index-48ca3f30.js +0 -307
  82. package/dist/index-4ba3ab9a.js +0 -1877
@@ -0,0 +1,332 @@
1
+ import * as s from "react";
2
+ import { jsx as v, Fragment as A } from "react/jsx-runtime";
3
+ import * as E from "react-dom";
4
+ function k(e, t, { checkForDefaultPrevented: n = !0 } = {}) {
5
+ return function(r) {
6
+ if (e == null || e(r), n === !1 || !r.defaultPrevented)
7
+ return t == null ? void 0 : t(r);
8
+ };
9
+ }
10
+ function C(e, t) {
11
+ if (typeof e == "function")
12
+ return e(t);
13
+ e != null && (e.current = t);
14
+ }
15
+ function P(...e) {
16
+ return (t) => {
17
+ let n = !1;
18
+ const o = e.map((r) => {
19
+ const i = C(r, t);
20
+ return !n && typeof i == "function" && (n = !0), i;
21
+ });
22
+ if (n)
23
+ return () => {
24
+ for (let r = 0; r < o.length; r++) {
25
+ const i = o[r];
26
+ typeof i == "function" ? i() : C(e[r], null);
27
+ }
28
+ };
29
+ };
30
+ }
31
+ function x(...e) {
32
+ return s.useCallback(P(...e), e);
33
+ }
34
+ function B(e, t) {
35
+ const n = s.createContext(t), o = (i) => {
36
+ const { children: u, ...c } = i, a = s.useMemo(() => c, Object.values(c));
37
+ return /* @__PURE__ */ v(n.Provider, { value: a, children: u });
38
+ };
39
+ o.displayName = e + "Provider";
40
+ function r(i) {
41
+ const u = s.useContext(n);
42
+ if (u)
43
+ return u;
44
+ if (t !== void 0)
45
+ return t;
46
+ throw new Error(`\`${i}\` must be used within \`${e}\``);
47
+ }
48
+ return [o, r];
49
+ }
50
+ function Z(e, t = []) {
51
+ let n = [];
52
+ function o(i, u) {
53
+ const c = s.createContext(u), a = n.length;
54
+ n = [...n, u];
55
+ const l = (f) => {
56
+ var g;
57
+ const { scope: m, children: p, ...S } = f, h = ((g = m == null ? void 0 : m[e]) == null ? void 0 : g[a]) || c, b = s.useMemo(() => S, Object.values(S));
58
+ return /* @__PURE__ */ v(h.Provider, { value: b, children: p });
59
+ };
60
+ l.displayName = i + "Provider";
61
+ function d(f, m) {
62
+ var h;
63
+ const p = ((h = m == null ? void 0 : m[e]) == null ? void 0 : h[a]) || c, S = s.useContext(p);
64
+ if (S)
65
+ return S;
66
+ if (u !== void 0)
67
+ return u;
68
+ throw new Error(`\`${f}\` must be used within \`${i}\``);
69
+ }
70
+ return [l, d];
71
+ }
72
+ const r = () => {
73
+ const i = n.map((u) => s.createContext(u));
74
+ return function(c) {
75
+ const a = (c == null ? void 0 : c[e]) || i;
76
+ return s.useMemo(
77
+ () => ({ [`__scope${e}`]: { ...c, [e]: a } }),
78
+ [c, a]
79
+ );
80
+ };
81
+ };
82
+ return r.scopeName = e, [o, R(r, ...t)];
83
+ }
84
+ function R(...e) {
85
+ const t = e[0];
86
+ if (e.length === 1)
87
+ return t;
88
+ const n = () => {
89
+ const o = e.map((r) => ({
90
+ useScope: r(),
91
+ scopeName: r.scopeName
92
+ }));
93
+ return function(i) {
94
+ const u = o.reduce((c, { useScope: a, scopeName: l }) => {
95
+ const f = a(i)[`__scope${l}`];
96
+ return { ...c, ...f };
97
+ }, {});
98
+ return s.useMemo(() => ({ [`__scope${t.scopeName}`]: u }), [u]);
99
+ };
100
+ };
101
+ return n.scopeName = t.scopeName, n;
102
+ }
103
+ // @__NO_SIDE_EFFECTS__
104
+ function O(e) {
105
+ const t = /* @__PURE__ */ M(e), n = s.forwardRef((o, r) => {
106
+ const { children: i, ...u } = o, c = s.Children.toArray(i), a = c.find(I);
107
+ if (a) {
108
+ const l = a.props.children, d = c.map((f) => f === a ? s.Children.count(l) > 1 ? s.Children.only(null) : s.isValidElement(l) ? l.props.children : null : f);
109
+ return /* @__PURE__ */ v(t, { ...u, ref: r, children: s.isValidElement(l) ? s.cloneElement(l, void 0, d) : null });
110
+ }
111
+ return /* @__PURE__ */ v(t, { ...u, ref: r, children: i });
112
+ });
113
+ return n.displayName = `${e}.Slot`, n;
114
+ }
115
+ // @__NO_SIDE_EFFECTS__
116
+ function M(e) {
117
+ const t = s.forwardRef((n, o) => {
118
+ const { children: r, ...i } = n;
119
+ if (s.isValidElement(r)) {
120
+ const u = _(r), c = T(i, r.props);
121
+ return r.type !== s.Fragment && (c.ref = o ? P(o, u) : u), s.cloneElement(r, c);
122
+ }
123
+ return s.Children.count(r) > 1 ? s.Children.only(null) : null;
124
+ });
125
+ return t.displayName = `${e}.SlotClone`, t;
126
+ }
127
+ var w = Symbol("radix.slottable");
128
+ // @__NO_SIDE_EFFECTS__
129
+ function q(e) {
130
+ const t = ({ children: n }) => /* @__PURE__ */ v(A, { children: n });
131
+ return t.displayName = `${e}.Slottable`, t.__radixId = w, t;
132
+ }
133
+ function I(e) {
134
+ return s.isValidElement(e) && typeof e.type == "function" && "__radixId" in e.type && e.type.__radixId === w;
135
+ }
136
+ function T(e, t) {
137
+ const n = { ...t };
138
+ for (const o in t) {
139
+ const r = e[o], i = t[o];
140
+ /^on[A-Z]/.test(o) ? r && i ? n[o] = (...c) => {
141
+ const a = i(...c);
142
+ return r(...c), a;
143
+ } : r && (n[o] = r) : o === "style" ? n[o] = { ...r, ...i } : o === "className" && (n[o] = [r, i].filter(Boolean).join(" "));
144
+ }
145
+ return { ...e, ...n };
146
+ }
147
+ function _(e) {
148
+ var o, r;
149
+ let t = (o = Object.getOwnPropertyDescriptor(e.props, "ref")) == null ? void 0 : o.get, n = t && "isReactWarning" in t && t.isReactWarning;
150
+ return n ? e.ref : (t = (r = Object.getOwnPropertyDescriptor(e, "ref")) == null ? void 0 : r.get, n = t && "isReactWarning" in t && t.isReactWarning, n ? e.props.ref : e.props.ref || e.ref);
151
+ }
152
+ var $ = [
153
+ "a",
154
+ "button",
155
+ "div",
156
+ "form",
157
+ "h2",
158
+ "h3",
159
+ "img",
160
+ "input",
161
+ "label",
162
+ "li",
163
+ "nav",
164
+ "ol",
165
+ "p",
166
+ "select",
167
+ "span",
168
+ "svg",
169
+ "ul"
170
+ ], G = $.reduce((e, t) => {
171
+ const n = /* @__PURE__ */ O(`Primitive.${t}`), o = s.forwardRef((r, i) => {
172
+ const { asChild: u, ...c } = r, a = u ? n : t;
173
+ return typeof window < "u" && (window[Symbol.for("radix-ui")] = !0), /* @__PURE__ */ v(a, { ...c, ref: i });
174
+ });
175
+ return o.displayName = `Primitive.${t}`, { ...e, [t]: o };
176
+ }, {});
177
+ function J(e, t) {
178
+ e && E.flushSync(() => e.dispatchEvent(t));
179
+ }
180
+ var N = globalThis != null && globalThis.document ? s.useLayoutEffect : () => {
181
+ };
182
+ function K(e) {
183
+ const [t, n] = s.useState(void 0);
184
+ return N(() => {
185
+ if (e) {
186
+ n({ width: e.offsetWidth, height: e.offsetHeight });
187
+ const o = new ResizeObserver((r) => {
188
+ if (!Array.isArray(r) || !r.length)
189
+ return;
190
+ const i = r[0];
191
+ let u, c;
192
+ if ("borderBoxSize" in i) {
193
+ const a = i.borderBoxSize, l = Array.isArray(a) ? a[0] : a;
194
+ u = l.inlineSize, c = l.blockSize;
195
+ } else
196
+ u = e.offsetWidth, c = e.offsetHeight;
197
+ n({ width: u, height: c });
198
+ });
199
+ return o.observe(e, { box: "border-box" }), () => o.unobserve(e);
200
+ } else
201
+ n(void 0);
202
+ }, [e]), t;
203
+ }
204
+ function D(e, t) {
205
+ return s.useReducer((n, o) => t[n][o] ?? n, e);
206
+ }
207
+ var U = (e) => {
208
+ const { present: t, children: n } = e, o = W(t), r = typeof n == "function" ? n({ present: o.isPresent }) : s.Children.only(n), i = x(o.ref, z(r));
209
+ return typeof n == "function" || o.isPresent ? s.cloneElement(r, { ref: i }) : null;
210
+ };
211
+ U.displayName = "Presence";
212
+ function W(e) {
213
+ const [t, n] = s.useState(), o = s.useRef(null), r = s.useRef(e), i = s.useRef("none"), u = e ? "mounted" : "unmounted", [c, a] = D(u, {
214
+ mounted: {
215
+ UNMOUNT: "unmounted",
216
+ ANIMATION_OUT: "unmountSuspended"
217
+ },
218
+ unmountSuspended: {
219
+ MOUNT: "mounted",
220
+ ANIMATION_END: "unmounted"
221
+ },
222
+ unmounted: {
223
+ MOUNT: "mounted"
224
+ }
225
+ });
226
+ return s.useEffect(() => {
227
+ const l = y(o.current);
228
+ i.current = c === "mounted" ? l : "none";
229
+ }, [c]), N(() => {
230
+ const l = o.current, d = r.current;
231
+ if (d !== e) {
232
+ const m = i.current, p = y(l);
233
+ e ? a("MOUNT") : p === "none" || (l == null ? void 0 : l.display) === "none" ? a("UNMOUNT") : a(d && m !== p ? "ANIMATION_OUT" : "UNMOUNT"), r.current = e;
234
+ }
235
+ }, [e, a]), N(() => {
236
+ if (t) {
237
+ let l;
238
+ const d = t.ownerDocument.defaultView ?? window, f = (p) => {
239
+ const h = y(o.current).includes(CSS.escape(p.animationName));
240
+ if (p.target === t && h && (a("ANIMATION_END"), !r.current)) {
241
+ const b = t.style.animationFillMode;
242
+ t.style.animationFillMode = "forwards", l = d.setTimeout(() => {
243
+ t.style.animationFillMode === "forwards" && (t.style.animationFillMode = b);
244
+ });
245
+ }
246
+ }, m = (p) => {
247
+ p.target === t && (i.current = y(o.current));
248
+ };
249
+ return t.addEventListener("animationstart", m), t.addEventListener("animationcancel", f), t.addEventListener("animationend", f), () => {
250
+ d.clearTimeout(l), t.removeEventListener("animationstart", m), t.removeEventListener("animationcancel", f), t.removeEventListener("animationend", f);
251
+ };
252
+ } else
253
+ a("ANIMATION_END");
254
+ }, [t, a]), {
255
+ isPresent: ["mounted", "unmountSuspended"].includes(c),
256
+ ref: s.useCallback((l) => {
257
+ o.current = l ? getComputedStyle(l) : null, n(l);
258
+ }, [])
259
+ };
260
+ }
261
+ function y(e) {
262
+ return (e == null ? void 0 : e.animationName) || "none";
263
+ }
264
+ function z(e) {
265
+ var o, r;
266
+ let t = (o = Object.getOwnPropertyDescriptor(e.props, "ref")) == null ? void 0 : o.get, n = t && "isReactWarning" in t && t.isReactWarning;
267
+ return n ? e.ref : (t = (r = Object.getOwnPropertyDescriptor(e, "ref")) == null ? void 0 : r.get, n = t && "isReactWarning" in t && t.isReactWarning, n ? e.props.ref : e.props.ref || e.ref);
268
+ }
269
+ var L = s[" useInsertionEffect ".trim().toString()] || N;
270
+ function Q({
271
+ prop: e,
272
+ defaultProp: t,
273
+ onChange: n = () => {
274
+ },
275
+ caller: o
276
+ }) {
277
+ const [r, i, u] = j({
278
+ defaultProp: t,
279
+ onChange: n
280
+ }), c = e !== void 0, a = c ? e : r;
281
+ {
282
+ const d = s.useRef(e !== void 0);
283
+ s.useEffect(() => {
284
+ const f = d.current;
285
+ f !== c && console.warn(
286
+ `${o} is changing from ${f ? "controlled" : "uncontrolled"} to ${c ? "controlled" : "uncontrolled"}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`
287
+ ), d.current = c;
288
+ }, [c, o]);
289
+ }
290
+ const l = s.useCallback(
291
+ (d) => {
292
+ var f;
293
+ if (c) {
294
+ const m = F(d) ? d(e) : d;
295
+ m !== e && ((f = u.current) == null || f.call(u, m));
296
+ } else
297
+ i(d);
298
+ },
299
+ [c, e, i, u]
300
+ );
301
+ return [a, l];
302
+ }
303
+ function j({
304
+ defaultProp: e,
305
+ onChange: t
306
+ }) {
307
+ const [n, o] = s.useState(e), r = s.useRef(n), i = s.useRef(t);
308
+ return L(() => {
309
+ i.current = t;
310
+ }, [t]), s.useEffect(() => {
311
+ var u;
312
+ r.current !== n && ((u = i.current) == null || u.call(i, n), r.current = n);
313
+ }, [n, r]), [n, o, i];
314
+ }
315
+ function F(e) {
316
+ return typeof e == "function";
317
+ }
318
+ export {
319
+ G as P,
320
+ k as a,
321
+ U as b,
322
+ Z as c,
323
+ K as d,
324
+ Q as e,
325
+ q as f,
326
+ J as g,
327
+ N as h,
328
+ O as i,
329
+ P as j,
330
+ B as k,
331
+ x as u
332
+ };
package/dist/main.js CHANGED
@@ -1,5 +1,5 @@
1
1
  import { RPProvider as r } from "./components/RPProvider.js";
2
- import { a as x, R as m, S as l, b as p, u as f, c as a, d as n } from "./ToolbarLayout.module-082ff242.js";
2
+ import { a as x, R as m, S as l, b as p, u as f, c as a, d as n } from "./ToolbarLayout.module-e774f3e1.js";
3
3
  import { RPConfig as u } from "./components/RPConfig.js";
4
4
  import { RPLayout as P } from "./components/layout/RPLayout.js";
5
5
  import { RPController as C } from "./components/RPController.js";
@@ -2,7 +2,7 @@ import "react/jsx-runtime";
2
2
  import "react";
3
3
  import "../../contexts/RPDocumentContext.js";
4
4
  import "../../contexts/DocumentPasswordContext.js";
5
- import { b as io } from "../../ToolbarLayout.module-082ff242.js";
5
+ import { b as io } from "../../ToolbarLayout.module-e774f3e1.js";
6
6
  import "../../contexts/DarkModeContext.js";
7
7
  import "../../contexts/RotationContext.js";
8
8
  import "../../contexts/LayerContext.js";
@@ -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("2025-10-28T03:15:38.185Z"), d = "Please visit https://www.react-pdf.dev/manage-license/ to generate a new license key.", s = {
3
+ const b = /* @__PURE__ */ new Date("2025-10-29T11:27:11.749Z"), 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}`,
@@ -1,6 +1,6 @@
1
1
  import "react";
2
2
  import "../types.js";
3
- import { s as mo } from "../../ToolbarLayout.module-082ff242.js";
3
+ import { s as mo } from "../../ToolbarLayout.module-e774f3e1.js";
4
4
  import "react/jsx-runtime";
5
5
  import "../../contexts/RPDocumentContext.js";
6
6
  import "../../contexts/DocumentPasswordContext.js";
@@ -5,7 +5,7 @@ import "../calculatePage.js";
5
5
  import "react/jsx-runtime";
6
6
  import "../../contexts/RPDocumentContext.js";
7
7
  import "../../contexts/DocumentPasswordContext.js";
8
- import { N as pr } from "../../ToolbarLayout.module-082ff242.js";
8
+ import { N as pr } from "../../ToolbarLayout.module-e774f3e1.js";
9
9
  import "../../contexts/DarkModeContext.js";
10
10
  import "../../contexts/RotationContext.js";
11
11
  import "../../contexts/LayerContext.js";
@@ -2,7 +2,7 @@ import "react";
2
2
  import "react/jsx-runtime";
3
3
  import "../../contexts/RPDocumentContext.js";
4
4
  import "../../contexts/DocumentPasswordContext.js";
5
- import { v as ir } from "../../ToolbarLayout.module-082ff242.js";
5
+ import { v as ir } from "../../ToolbarLayout.module-e774f3e1.js";
6
6
  import "../../contexts/DarkModeContext.js";
7
7
  import "../../contexts/RotationContext.js";
8
8
  import "../../contexts/LayerContext.js";
@@ -3,7 +3,7 @@ import "../../contexts/ScrollModeContext.js";
3
3
  import "react/jsx-runtime";
4
4
  import "../../contexts/RPDocumentContext.js";
5
5
  import "../../contexts/DocumentPasswordContext.js";
6
- import { r as eo } from "../../ToolbarLayout.module-082ff242.js";
6
+ import { r as eo } from "../../ToolbarLayout.module-e774f3e1.js";
7
7
  import "../../contexts/DarkModeContext.js";
8
8
  import "../types.js";
9
9
  import "../../contexts/RotationContext.js";
@@ -7,7 +7,7 @@ import "../../contexts/RPDocumentContext.js";
7
7
  import "../../contexts/ZoomContext.js";
8
8
  import "react/jsx-runtime";
9
9
  import "../../contexts/DocumentPasswordContext.js";
10
- import { z as er } from "../../ToolbarLayout.module-082ff242.js";
10
+ import { z as er } from "../../ToolbarLayout.module-e774f3e1.js";
11
11
  import "../../contexts/DarkModeContext.js";
12
12
  import "../../contexts/RotationContext.js";
13
13
  import "../../contexts/LayerContext.js";
@@ -2,7 +2,7 @@ import "react";
2
2
  import "react/jsx-runtime";
3
3
  import "../../contexts/RPDocumentContext.js";
4
4
  import "../../contexts/DocumentPasswordContext.js";
5
- import { x as im } from "../../ToolbarLayout.module-082ff242.js";
5
+ import { x as im } from "../../ToolbarLayout.module-e774f3e1.js";
6
6
  import "../../contexts/DarkModeContext.js";
7
7
  import "../../contexts/RotationContext.js";
8
8
  import "../../contexts/LayerContext.js";
@@ -4,7 +4,7 @@ import "../../contexts/ScrollModeContext.js";
4
4
  import "react/jsx-runtime";
5
5
  import "../../contexts/RPDocumentContext.js";
6
6
  import "../../contexts/DocumentPasswordContext.js";
7
- import { J as mo } from "../../ToolbarLayout.module-082ff242.js";
7
+ import { J as mo } from "../../ToolbarLayout.module-e774f3e1.js";
8
8
  import "../../contexts/DarkModeContext.js";
9
9
  import "../../contexts/RotationContext.js";
10
10
  import "../../contexts/LayerContext.js";
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@pdf-viewer/react",
3
3
  "private": false,
4
4
  "description": "A react-pdf-viewer component for React and Next.js. Suitable for react-pdf document.",
5
- "version": "1.11.0-beta.2",
5
+ "version": "1.11.0-rc.1",
6
6
  "keywords": [
7
7
  "react-pdf",
8
8
  "react-pdf-viewer",