@papyrus-sdk/ui-react-native 0.2.5 → 0.2.7
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 +3 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +6 -6
- package/LICENSE +0 -21
package/dist/index.js
CHANGED
|
@@ -601,8 +601,8 @@ https://github.com/nodeca/pako/blob/main/LICENSE\r
|
|
|
601
601
|
});
|
|
602
602
|
|
|
603
603
|
// index.ts
|
|
604
|
-
var
|
|
605
|
-
__export(
|
|
604
|
+
var ui_react_native_exports = {};
|
|
605
|
+
__export(ui_react_native_exports, {
|
|
606
606
|
AnnotationEditor: () => AnnotationEditor_default,
|
|
607
607
|
BottomBar: () => BottomBar_default,
|
|
608
608
|
CoverPreview: () => CoverPreview_default,
|
|
@@ -613,7 +613,7 @@ __export(index_exports, {
|
|
|
613
613
|
Topbar: () => Topbar_default,
|
|
614
614
|
Viewer: () => Viewer_default
|
|
615
615
|
});
|
|
616
|
-
module.exports = __toCommonJS(
|
|
616
|
+
module.exports = __toCommonJS(ui_react_native_exports);
|
|
617
617
|
|
|
618
618
|
// components/Viewer.tsx
|
|
619
619
|
var import_react3 = require("react");
|
|
@@ -823,7 +823,6 @@ var PageRenderer = ({
|
|
|
823
823
|
}
|
|
824
824
|
};
|
|
825
825
|
const selectionEnabled = import_react_native.Platform.OS === "web";
|
|
826
|
-
void selectionText;
|
|
827
826
|
const panResponder = (0, import_react.useMemo)(
|
|
828
827
|
() => import_react_native.PanResponder.create({
|
|
829
828
|
onStartShouldSetPanResponder: () => selectionEnabled,
|