tamagui 1.90.7 → 1.90.8

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/native.js CHANGED
@@ -20062,7 +20062,7 @@ var require_SheetImplementationCustom_native = __commonJS({
20062
20062
  }, [
20063
20063
  open
20064
20064
  ]);
20065
- var forcedContentHeight = hasFit ? void 0 : snapPointsMode === "percent" ? "".concat(maxSnapPoint, "%") : maxSnapPoint, contents = /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_contexts.ParentSheetContext.Provider, {
20065
+ var forcedContentHeight = hasFit ? void 0 : snapPointsMode === "percent" ? "".concat(maxSnapPoint).concat(import_constants4.isWeb ? "dvh" : "%") : maxSnapPoint, contents = /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_contexts.ParentSheetContext.Provider, {
20066
20066
  value: nextParentContext,
20067
20067
  children: /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(import_SheetContext.SheetProvider, _object_spread_props8(_object_spread9({}, providerProps), {
20068
20068
  children: [
@@ -20703,7 +20703,7 @@ var require_createSheet_native = __commonJS({
20703
20703
  componentName: "SheetCover",
20704
20704
  children: null,
20705
20705
  position: "absolute",
20706
- bottom: "-50%",
20706
+ bottom: "-100%",
20707
20707
  zIndex: -1,
20708
20708
  height: context.frameSize,
20709
20709
  left: 0,
@@ -21698,7 +21698,7 @@ var require_Dialog_native = __commonJS({
21698
21698
  }, closeProps), {
21699
21699
  ref: forwardedRef,
21700
21700
  onPress: (0, import_helpers.composeEventHandlers)(props.onPress, function() {
21701
- return context.onOpenChange(!1);
21701
+ console.warn("??"), context.onOpenChange(!1);
21702
21702
  })
21703
21703
  }));
21704
21704
  });