@comergehq/studio 0.1.6 → 0.1.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.mjs CHANGED
@@ -1742,7 +1742,7 @@ function StudioBottomSheet({
1742
1742
  index: open ? snapPoints.length - 1 : -1,
1743
1743
  snapPoints,
1744
1744
  enablePanDownToClose: true,
1745
- keyboardBehavior: Platform2.OS === "ios" ? "interactive" : "extend",
1745
+ keyboardBehavior: "extend",
1746
1746
  keyboardBlurBehavior: "restore",
1747
1747
  android_keyboardInputMode: "adjustResize",
1748
1748
  backgroundComponent: (props) => /* @__PURE__ */ jsx5(StudioSheetBackground, { ...props, renderBackground: background == null ? void 0 : background.renderBackground }),