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 +3 -3
- package/dist/native.js.map +2 -2
- package/dist/test.native.js +3 -3
- package/dist/test.native.js.map +2 -2
- package/package.json +54 -54
package/dist/test.native.js
CHANGED
|
@@ -19169,7 +19169,7 @@ var require_SheetImplementationCustom_native = __commonJS({
|
|
|
19169
19169
|
}, [
|
|
19170
19170
|
open
|
|
19171
19171
|
]);
|
|
19172
|
-
var forcedContentHeight = hasFit ? void 0 : snapPointsMode === "percent" ? "".concat(maxSnapPoint
|
|
19172
|
+
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, {
|
|
19173
19173
|
value: nextParentContext,
|
|
19174
19174
|
children: /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(import_SheetContext.SheetProvider, _object_spread_props8(_object_spread9({}, providerProps), {
|
|
19175
19175
|
children: [
|
|
@@ -19810,7 +19810,7 @@ var require_createSheet_native = __commonJS({
|
|
|
19810
19810
|
componentName: "SheetCover",
|
|
19811
19811
|
children: null,
|
|
19812
19812
|
position: "absolute",
|
|
19813
|
-
bottom: "-
|
|
19813
|
+
bottom: "-100%",
|
|
19814
19814
|
zIndex: -1,
|
|
19815
19815
|
height: context.frameSize,
|
|
19816
19816
|
left: 0,
|
|
@@ -20795,7 +20795,7 @@ var require_Dialog_native = __commonJS({
|
|
|
20795
20795
|
}, closeProps), {
|
|
20796
20796
|
ref: forwardedRef,
|
|
20797
20797
|
onPress: (0, import_helpers.composeEventHandlers)(props.onPress, function() {
|
|
20798
|
-
|
|
20798
|
+
console.warn("??"), context.onOpenChange(!1);
|
|
20799
20799
|
})
|
|
20800
20800
|
}));
|
|
20801
20801
|
});
|