@papyrus-sdk/ui-react-native 0.2.18-beta.1 → 0.2.18-beta.2
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 +1 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -28587,11 +28587,10 @@ var SettingsSheet = ({
|
|
|
28587
28587
|
engine.setZoom(next);
|
|
28588
28588
|
setDocumentState({ zoom: next });
|
|
28589
28589
|
};
|
|
28590
|
-
if (!visible) return null;
|
|
28591
28590
|
return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(import_react_native11.View, { style: styles11.modalRoot, pointerEvents: "box-none", children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
28592
28591
|
import_bottom_sheet2.default,
|
|
28593
28592
|
{
|
|
28594
|
-
index: 0,
|
|
28593
|
+
index: visible ? 0 : -1,
|
|
28595
28594
|
snapPoints,
|
|
28596
28595
|
enablePanDownToClose: true,
|
|
28597
28596
|
onClose,
|