tamagui 1.78.0 → 1.79.1
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 +11 -3
- package/dist/native.js.map +1 -1
- package/dist/test.native.js +11 -3
- package/dist/test.native.js.map +1 -1
- package/package.json +52 -52
- package/types/views/Input.d.ts +1 -1
package/dist/test.native.js
CHANGED
|
@@ -4885,7 +4885,7 @@ ${runtimeStyles}`;
|
|
|
4885
4885
|
...configIn.unset
|
|
4886
4886
|
},
|
|
4887
4887
|
settings: {
|
|
4888
|
-
webContainerType: "size",
|
|
4888
|
+
webContainerType: "inline-size",
|
|
4889
4889
|
...configIn.settings
|
|
4890
4890
|
},
|
|
4891
4891
|
tokens,
|
|
@@ -14927,11 +14927,19 @@ var require_Popover_native = __commonJS({
|
|
|
14927
14927
|
})
|
|
14928
14928
|
);
|
|
14929
14929
|
function PopoverRepropagateContext(props) {
|
|
14930
|
-
return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_popper.PopperContext.Provider, { ...props.popperContext, children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(PopoverContext.Provider, { ...props.context, children: props.children }) });
|
|
14930
|
+
return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_popper.PopperContext.Provider, { scope: props.scope, ...props.popperContext, children: /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(PopoverContext.Provider, { ...props.context, children: props.children }) });
|
|
14931
14931
|
}
|
|
14932
14932
|
function PopoverContentPortal(props) {
|
|
14933
14933
|
let { __scopePopover } = props, zIndex = props.zIndex ?? 15e4, context = usePopoverContext(__scopePopover), popperContext = (0, import_popper.usePopperContext)(__scopePopover || POPOVER_SCOPE), themeName = (0, import_core13.useThemeName)(), contents = props.children;
|
|
14934
|
-
return (import_react_native4.Platform.OS === "android" || import_react_native4.Platform.OS === "ios") && (contents = /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
14934
|
+
return (import_react_native4.Platform.OS === "android" || import_react_native4.Platform.OS === "ios") && (contents = /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
14935
|
+
PopoverRepropagateContext,
|
|
14936
|
+
{
|
|
14937
|
+
scope: __scopePopover || POPOVER_SCOPE,
|
|
14938
|
+
popperContext,
|
|
14939
|
+
context,
|
|
14940
|
+
children: props.children
|
|
14941
|
+
}
|
|
14942
|
+
)), /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_portal2.Portal, { zIndex, children: /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(import_core13.Theme, { name: themeName, children: [
|
|
14935
14943
|
!!context.open && !context.breakpointActive && /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
14936
14944
|
import_stacks3.YStack,
|
|
14937
14945
|
{
|