@tamagui/portal 1.13.2 → 1.13.4
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/cjs/GorhomPortal.js +1 -270
- package/dist/cjs/GorhomPortal.js.map +2 -2
- package/dist/cjs/Portal.js +1 -65
- package/dist/cjs/Portal.js.map +2 -2
- package/dist/cjs/Portal.native.js +1 -69
- package/dist/cjs/Portal.native.js.map +2 -2
- package/dist/cjs/PortalProps.js +1 -16
- package/dist/cjs/PortalProps.js.map +2 -2
- package/dist/cjs/index.js +1 -20
- package/dist/cjs/index.js.map +2 -2
- package/dist/esm/GorhomPortal.js +1 -241
- package/dist/esm/GorhomPortal.js.map +2 -2
- package/dist/esm/GorhomPortal.mjs +1 -241
- package/dist/esm/GorhomPortal.mjs.map +2 -2
- package/dist/esm/Portal.js +1 -31
- package/dist/esm/Portal.js.map +2 -2
- package/dist/esm/Portal.mjs +1 -31
- package/dist/esm/Portal.mjs.map +2 -2
- package/dist/esm/Portal.native.js +1 -35
- package/dist/esm/Portal.native.js.map +2 -2
- package/dist/esm/Portal.native.mjs +1 -35
- package/dist/esm/Portal.native.mjs.map +2 -2
- package/dist/esm/index.js +1 -3
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/index.mjs +1 -3
- package/dist/esm/index.mjs.map +1 -1
- package/package.json +5 -5
package/dist/esm/Portal.js
CHANGED
|
@@ -1,32 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
import "@tamagui/polyfill-dev";
|
|
3
|
-
import { isWeb, useIsomorphicLayoutEffect } from "@tamagui/core";
|
|
4
|
-
import { YStack } from "@tamagui/stacks";
|
|
5
|
-
import * as React from "react";
|
|
6
|
-
import { createPortal } from "react-dom";
|
|
7
|
-
const Portal = ({ host = ((_a) => (_a = globalThis.document) == null ? void 0 : _a.body)(), ...props }) => {
|
|
8
|
-
const contents = /* @__PURE__ */ jsx(
|
|
9
|
-
YStack,
|
|
10
|
-
{
|
|
11
|
-
contain: "strict",
|
|
12
|
-
fullscreen: true,
|
|
13
|
-
position: isWeb ? "fixed" : "absolute",
|
|
14
|
-
maxWidth: isWeb ? "100vw" : "100%",
|
|
15
|
-
maxHeight: isWeb ? "100vh" : "100%",
|
|
16
|
-
pointerEvents: "none",
|
|
17
|
-
...props
|
|
18
|
-
}
|
|
19
|
-
);
|
|
20
|
-
const [hostElement, setHostElement] = React.useState(null);
|
|
21
|
-
useIsomorphicLayoutEffect(() => {
|
|
22
|
-
setHostElement(host);
|
|
23
|
-
}, [host]);
|
|
24
|
-
if (hostElement) {
|
|
25
|
-
return createPortal(contents, hostElement);
|
|
26
|
-
}
|
|
27
|
-
return null;
|
|
28
|
-
};
|
|
29
|
-
export {
|
|
30
|
-
Portal
|
|
31
|
-
};
|
|
1
|
+
import{jsx as p}from"react/jsx-runtime";import"@tamagui/polyfill-dev";import{isWeb as t,useIsomorphicLayoutEffect as m}from"@tamagui/core";import{YStack as a}from"@tamagui/stacks";import*as l from"react";import{createPortal as c}from"react-dom";const x=({host:o=(n=>(n=globalThis.document)==null?void 0:n.body)(),...r})=>{const s=p(a,{contain:"strict",fullscreen:!0,position:t?"fixed":"absolute",maxWidth:t?"100vw":"100%",maxHeight:t?"100vh":"100%",pointerEvents:"none",...r}),[e,i]=l.useState(null);return m(()=>{i(o)},[o]),e?c(s,e):null};export{x as Portal};
|
|
32
2
|
//# sourceMappingURL=Portal.js.map
|
package/dist/esm/Portal.js.map
CHANGED
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/Portal.tsx"],
|
|
4
4
|
"sourcesContent": ["/* eslint-disable react-hooks/rules-of-hooks */\nimport '@tamagui/polyfill-dev'\n\nimport { isWeb, useIsomorphicLayoutEffect } from '@tamagui/core'\nimport { YStack } from '@tamagui/stacks'\nimport * as React from 'react'\nimport { createPortal } from 'react-dom'\n\nimport { PortalProps } from './PortalProps'\n\nexport const Portal = ({ host = globalThis.document?.body, ...props }: PortalProps) => {\n const contents = (\n <YStack\n contain=\"strict\"\n fullscreen\n // @ts-expect-error ok on web\n position={isWeb ? 'fixed' : 'absolute'}\n maxWidth={isWeb ? '100vw' : '100%'}\n maxHeight={isWeb ? '100vh' : '100%'}\n pointerEvents=\"none\"\n {...props}\n />\n )\n\n const [hostElement, setHostElement] = React.useState<any>(null)\n\n useIsomorphicLayoutEffect(() => {\n setHostElement(host)\n }, [host])\n\n if (hostElement) {\n return createPortal(contents, hostElement)\n }\n\n // ssr return null\n return null\n}\n"],
|
|
5
|
-
"mappings": "AAYI
|
|
6
|
-
"names": []
|
|
5
|
+
"mappings": "AAYI,cAAAA,MAAA,oBAXJ,MAAO,wBAEP,OAAS,SAAAC,EAAO,6BAAAC,MAAiC,gBACjD,OAAS,UAAAC,MAAc,kBACvB,UAAYC,MAAW,QACvB,OAAS,gBAAAC,MAAoB,YAItB,MAAMC,EAAS,CAAC,CAAE,KAAAC,GAAOC,MAAA,WAAW,WAAX,YAAAA,EAAqB,QAAM,GAAGC,CAAM,IAAmB,CACrF,MAAMC,EACJV,EAACG,EAAA,CACC,QAAQ,SACR,WAAU,GAEV,SAAUF,EAAQ,QAAU,WAC5B,SAAUA,EAAQ,QAAU,OAC5B,UAAWA,EAAQ,QAAU,OAC7B,cAAc,OACb,GAAGQ,EACN,EAGI,CAACE,EAAaC,CAAc,EAAIR,EAAM,SAAc,IAAI,EAM9D,OAJAF,EAA0B,IAAM,CAC9BU,EAAeL,CAAI,CACrB,EAAG,CAACA,CAAI,CAAC,EAELI,EACKN,EAAaK,EAAUC,CAAW,EAIpC,IACT",
|
|
6
|
+
"names": ["jsx", "isWeb", "useIsomorphicLayoutEffect", "YStack", "React", "createPortal", "Portal", "host", "_a", "props", "contents", "hostElement", "setHostElement"]
|
|
7
7
|
}
|
package/dist/esm/Portal.mjs
CHANGED
|
@@ -1,32 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
import "@tamagui/polyfill-dev";
|
|
3
|
-
import { isWeb, useIsomorphicLayoutEffect } from "@tamagui/core";
|
|
4
|
-
import { YStack } from "@tamagui/stacks";
|
|
5
|
-
import * as React from "react";
|
|
6
|
-
import { createPortal } from "react-dom";
|
|
7
|
-
const Portal = ({ host = ((_a) => (_a = globalThis.document) == null ? void 0 : _a.body)(), ...props }) => {
|
|
8
|
-
const contents = /* @__PURE__ */ jsx(
|
|
9
|
-
YStack,
|
|
10
|
-
{
|
|
11
|
-
contain: "strict",
|
|
12
|
-
fullscreen: true,
|
|
13
|
-
position: isWeb ? "fixed" : "absolute",
|
|
14
|
-
maxWidth: isWeb ? "100vw" : "100%",
|
|
15
|
-
maxHeight: isWeb ? "100vh" : "100%",
|
|
16
|
-
pointerEvents: "none",
|
|
17
|
-
...props
|
|
18
|
-
}
|
|
19
|
-
);
|
|
20
|
-
const [hostElement, setHostElement] = React.useState(null);
|
|
21
|
-
useIsomorphicLayoutEffect(() => {
|
|
22
|
-
setHostElement(host);
|
|
23
|
-
}, [host]);
|
|
24
|
-
if (hostElement) {
|
|
25
|
-
return createPortal(contents, hostElement);
|
|
26
|
-
}
|
|
27
|
-
return null;
|
|
28
|
-
};
|
|
29
|
-
export {
|
|
30
|
-
Portal
|
|
31
|
-
};
|
|
1
|
+
import{jsx as p}from"react/jsx-runtime";import"@tamagui/polyfill-dev";import{isWeb as t,useIsomorphicLayoutEffect as m}from"@tamagui/core";import{YStack as a}from"@tamagui/stacks";import*as l from"react";import{createPortal as c}from"react-dom";const x=({host:o=(n=>(n=globalThis.document)==null?void 0:n.body)(),...r})=>{const s=p(a,{contain:"strict",fullscreen:!0,position:t?"fixed":"absolute",maxWidth:t?"100vw":"100%",maxHeight:t?"100vh":"100%",pointerEvents:"none",...r}),[e,i]=l.useState(null);return m(()=>{i(o)},[o]),e?c(s,e):null};export{x as Portal};
|
|
32
2
|
//# sourceMappingURL=Portal.mjs.map
|
package/dist/esm/Portal.mjs.map
CHANGED
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/Portal.tsx"],
|
|
4
4
|
"sourcesContent": ["/* eslint-disable react-hooks/rules-of-hooks */\nimport '@tamagui/polyfill-dev'\n\nimport { isWeb, useIsomorphicLayoutEffect } from '@tamagui/core'\nimport { YStack } from '@tamagui/stacks'\nimport * as React from 'react'\nimport { createPortal } from 'react-dom'\n\nimport { PortalProps } from './PortalProps'\n\nexport const Portal = ({ host = globalThis.document?.body, ...props }: PortalProps) => {\n const contents = (\n <YStack\n contain=\"strict\"\n fullscreen\n // @ts-expect-error ok on web\n position={isWeb ? 'fixed' : 'absolute'}\n maxWidth={isWeb ? '100vw' : '100%'}\n maxHeight={isWeb ? '100vh' : '100%'}\n pointerEvents=\"none\"\n {...props}\n />\n )\n\n const [hostElement, setHostElement] = React.useState<any>(null)\n\n useIsomorphicLayoutEffect(() => {\n setHostElement(host)\n }, [host])\n\n if (hostElement) {\n return createPortal(contents, hostElement)\n }\n\n // ssr return null\n return null\n}\n"],
|
|
5
|
-
"mappings": "AAYI
|
|
6
|
-
"names": []
|
|
5
|
+
"mappings": "AAYI,cAAAA,MAAA,oBAXJ,MAAO,wBAEP,OAAS,SAAAC,EAAO,6BAAAC,MAAiC,gBACjD,OAAS,UAAAC,MAAc,kBACvB,UAAYC,MAAW,QACvB,OAAS,gBAAAC,MAAoB,YAItB,MAAMC,EAAS,CAAC,CAAE,KAAAC,GAAOC,MAAA,WAAW,WAAX,YAAAA,EAAqB,QAAM,GAAGC,CAAM,IAAmB,CACrF,MAAMC,EACJV,EAACG,EAAA,CACC,QAAQ,SACR,WAAU,GAEV,SAAUF,EAAQ,QAAU,WAC5B,SAAUA,EAAQ,QAAU,OAC5B,UAAWA,EAAQ,QAAU,OAC7B,cAAc,OACb,GAAGQ,EACN,EAGI,CAACE,EAAaC,CAAc,EAAIR,EAAM,SAAc,IAAI,EAM9D,OAJAF,EAA0B,IAAM,CAC9BU,EAAeL,CAAI,CACrB,EAAG,CAACA,CAAI,CAAC,EAELI,EACKN,EAAaK,EAAUC,CAAW,EAIpC,IACT",
|
|
6
|
+
"names": ["jsx", "isWeb", "useIsomorphicLayoutEffect", "YStack", "React", "createPortal", "Portal", "host", "_a", "props", "contents", "hostElement", "setHostElement"]
|
|
7
7
|
}
|
|
@@ -1,36 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { YStack } from "@tamagui/stacks";
|
|
3
|
-
import * as React from "react";
|
|
4
|
-
import { Platform, RootTagContext } from "react-native";
|
|
5
|
-
import { createPortal } from "react-native/Libraries/Renderer/shims/ReactNative";
|
|
6
|
-
import { PortalItem } from "./GorhomPortal";
|
|
7
|
-
const Portal = (props) => {
|
|
8
|
-
const rootTag = React.useContext(RootTagContext);
|
|
9
|
-
const contents = /* @__PURE__ */ jsx(
|
|
10
|
-
YStack,
|
|
11
|
-
{
|
|
12
|
-
pointerEvents: "box-none",
|
|
13
|
-
fullscreen: true,
|
|
14
|
-
position: "absolute",
|
|
15
|
-
maxWidth: "100%",
|
|
16
|
-
zIndex: 1e5,
|
|
17
|
-
...props
|
|
18
|
-
}
|
|
19
|
-
);
|
|
20
|
-
if (Platform.OS === "android") {
|
|
21
|
-
return /* @__PURE__ */ jsx(PortalItem, { hostName: "root", children: contents });
|
|
22
|
-
}
|
|
23
|
-
if (rootTag) {
|
|
24
|
-
return createPortal(contents, rootTag);
|
|
25
|
-
}
|
|
26
|
-
if (process.env.NODE_ENV === "development") {
|
|
27
|
-
console.warn(
|
|
28
|
-
`Missing rootTag, this is a bug - you may need a different React Native version, or to avoid using "modal" on native.`
|
|
29
|
-
);
|
|
30
|
-
}
|
|
31
|
-
return null;
|
|
32
|
-
};
|
|
33
|
-
export {
|
|
34
|
-
Portal
|
|
35
|
-
};
|
|
1
|
+
import{jsx as r}from"react/jsx-runtime";import{YStack as n}from"@tamagui/stacks";import*as a from"react";import{Platform as i,RootTagContext as s}from"react-native";import{createPortal as m}from"react-native/Libraries/Renderer/shims/ReactNative";import{PortalItem as l}from"./GorhomPortal";const v=e=>{const o=a.useContext(s),t=r(n,{pointerEvents:"box-none",fullscreen:!0,position:"absolute",maxWidth:"100%",zIndex:1e5,...e});return i.OS==="android"?r(l,{hostName:"root",children:t}):o?m(t,o):(process.env.NODE_ENV==="development"&&console.warn('Missing rootTag, this is a bug - you may need a different React Native version, or to avoid using "modal" on native.'),null)};export{v as Portal};
|
|
36
2
|
//# sourceMappingURL=Portal.native.js.map
|
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/Portal.native.tsx"],
|
|
4
4
|
"sourcesContent": ["import { YStack } from '@tamagui/stacks'\nimport * as React from 'react'\n// @ts-ignore\nimport { Platform, RootTagContext } from 'react-native'\nimport { createPortal } from 'react-native/Libraries/Renderer/shims/ReactNative'\n\nimport { PortalItem } from './GorhomPortal'\nimport { PortalProps } from './PortalProps'\n\nexport const Portal = (props: PortalProps) => {\n const rootTag = React.useContext(RootTagContext)\n\n const contents = (\n <YStack\n pointerEvents=\"box-none\"\n fullscreen\n position=\"absolute\"\n maxWidth=\"100%\"\n zIndex={100000}\n {...props}\n />\n )\n\n if (Platform.OS === 'android') {\n return <PortalItem hostName=\"root\">{contents}</PortalItem>\n }\n\n if (rootTag) {\n return createPortal(contents, rootTag)\n }\n\n if (process.env.NODE_ENV === 'development') {\n // eslint-disable-next-line no-console\n console.warn(\n `Missing rootTag, this is a bug - you may need a different React Native version, or to avoid using \"modal\" on native.`\n )\n }\n\n return null\n}\n"],
|
|
5
|
-
"mappings": "AAaI
|
|
6
|
-
"names": []
|
|
5
|
+
"mappings": "AAaI,cAAAA,MAAA,oBAbJ,OAAS,UAAAC,MAAc,kBACvB,UAAYC,MAAW,QAEvB,OAAS,YAAAC,EAAU,kBAAAC,MAAsB,eACzC,OAAS,gBAAAC,MAAoB,oDAE7B,OAAS,cAAAC,MAAkB,iBAGpB,MAAMC,EAAUC,GAAuB,CAC5C,MAAMC,EAAUP,EAAM,WAAWE,CAAc,EAEzCM,EACJV,EAACC,EAAA,CACC,cAAc,WACd,WAAU,GACV,SAAS,WACT,SAAS,OACT,OAAQ,IACP,GAAGO,EACN,EAGF,OAAIL,EAAS,KAAO,UACXH,EAACM,EAAA,CAAW,SAAS,OAAQ,SAAAI,EAAS,EAG3CD,EACKJ,EAAaK,EAAUD,CAAO,GAGnC,QAAQ,IAAI,WAAa,eAE3B,QAAQ,KACN,sHACF,EAGK,KACT",
|
|
6
|
+
"names": ["jsx", "YStack", "React", "Platform", "RootTagContext", "createPortal", "PortalItem", "Portal", "props", "rootTag", "contents"]
|
|
7
7
|
}
|
|
@@ -1,36 +1,2 @@
|
|
|
1
|
-
import
|
|
2
|
-
import { YStack } from "@tamagui/stacks";
|
|
3
|
-
import * as React from "react";
|
|
4
|
-
import { Platform, RootTagContext } from "react-native";
|
|
5
|
-
import { createPortal } from "react-native/Libraries/Renderer/shims/ReactNative";
|
|
6
|
-
import { PortalItem } from "./GorhomPortal";
|
|
7
|
-
const Portal = (props) => {
|
|
8
|
-
const rootTag = React.useContext(RootTagContext);
|
|
9
|
-
const contents = /* @__PURE__ */ jsx(
|
|
10
|
-
YStack,
|
|
11
|
-
{
|
|
12
|
-
pointerEvents: "box-none",
|
|
13
|
-
fullscreen: true,
|
|
14
|
-
position: "absolute",
|
|
15
|
-
maxWidth: "100%",
|
|
16
|
-
zIndex: 1e5,
|
|
17
|
-
...props
|
|
18
|
-
}
|
|
19
|
-
);
|
|
20
|
-
if (Platform.OS === "android") {
|
|
21
|
-
return /* @__PURE__ */ jsx(PortalItem, { hostName: "root", children: contents });
|
|
22
|
-
}
|
|
23
|
-
if (rootTag) {
|
|
24
|
-
return createPortal(contents, rootTag);
|
|
25
|
-
}
|
|
26
|
-
if (process.env.NODE_ENV === "development") {
|
|
27
|
-
console.warn(
|
|
28
|
-
`Missing rootTag, this is a bug - you may need a different React Native version, or to avoid using "modal" on native.`
|
|
29
|
-
);
|
|
30
|
-
}
|
|
31
|
-
return null;
|
|
32
|
-
};
|
|
33
|
-
export {
|
|
34
|
-
Portal
|
|
35
|
-
};
|
|
1
|
+
import{jsx as r}from"react/jsx-runtime";import{YStack as n}from"@tamagui/stacks";import*as a from"react";import{Platform as i,RootTagContext as s}from"react-native";import{createPortal as m}from"react-native/Libraries/Renderer/shims/ReactNative";import{PortalItem as l}from"./GorhomPortal";const v=e=>{const o=a.useContext(s),t=r(n,{pointerEvents:"box-none",fullscreen:!0,position:"absolute",maxWidth:"100%",zIndex:1e5,...e});return i.OS==="android"?r(l,{hostName:"root",children:t}):o?m(t,o):(process.env.NODE_ENV==="development"&&console.warn('Missing rootTag, this is a bug - you may need a different React Native version, or to avoid using "modal" on native.'),null)};export{v as Portal};
|
|
36
2
|
//# sourceMappingURL=Portal.native.mjs.map
|
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/Portal.native.tsx"],
|
|
4
4
|
"sourcesContent": ["import { YStack } from '@tamagui/stacks'\nimport * as React from 'react'\n// @ts-ignore\nimport { Platform, RootTagContext } from 'react-native'\nimport { createPortal } from 'react-native/Libraries/Renderer/shims/ReactNative'\n\nimport { PortalItem } from './GorhomPortal'\nimport { PortalProps } from './PortalProps'\n\nexport const Portal = (props: PortalProps) => {\n const rootTag = React.useContext(RootTagContext)\n\n const contents = (\n <YStack\n pointerEvents=\"box-none\"\n fullscreen\n position=\"absolute\"\n maxWidth=\"100%\"\n zIndex={100000}\n {...props}\n />\n )\n\n if (Platform.OS === 'android') {\n return <PortalItem hostName=\"root\">{contents}</PortalItem>\n }\n\n if (rootTag) {\n return createPortal(contents, rootTag)\n }\n\n if (process.env.NODE_ENV === 'development') {\n // eslint-disable-next-line no-console\n console.warn(\n `Missing rootTag, this is a bug - you may need a different React Native version, or to avoid using \"modal\" on native.`\n )\n }\n\n return null\n}\n"],
|
|
5
|
-
"mappings": "AAaI
|
|
6
|
-
"names": []
|
|
5
|
+
"mappings": "AAaI,cAAAA,MAAA,oBAbJ,OAAS,UAAAC,MAAc,kBACvB,UAAYC,MAAW,QAEvB,OAAS,YAAAC,EAAU,kBAAAC,MAAsB,eACzC,OAAS,gBAAAC,MAAoB,oDAE7B,OAAS,cAAAC,MAAkB,iBAGpB,MAAMC,EAAUC,GAAuB,CAC5C,MAAMC,EAAUP,EAAM,WAAWE,CAAc,EAEzCM,EACJV,EAACC,EAAA,CACC,cAAc,WACd,WAAU,GACV,SAAS,WACT,SAAS,OACT,OAAQ,IACP,GAAGO,EACN,EAGF,OAAIL,EAAS,KAAO,UACXH,EAACM,EAAA,CAAW,SAAS,OAAQ,SAAAI,EAAS,EAG3CD,EACKJ,EAAaK,EAAUD,CAAO,GAGnC,QAAQ,IAAI,WAAa,eAE3B,QAAQ,KACN,sHACF,EAGK,KACT",
|
|
6
|
+
"names": ["jsx", "YStack", "React", "Platform", "RootTagContext", "createPortal", "PortalItem", "Portal", "props", "rootTag", "contents"]
|
|
7
7
|
}
|
package/dist/esm/index.js
CHANGED
package/dist/esm/index.js.map
CHANGED
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/index.tsx"],
|
|
4
4
|
"sourcesContent": ["export * from './Portal'\nexport * from './PortalProps'\nexport * from './GorhomPortal'\n"],
|
|
5
|
-
"mappings": "AAAA,
|
|
5
|
+
"mappings": "AAAA,WAAc,WACd,WAAc,gBACd,WAAc",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/dist/esm/index.mjs
CHANGED
package/dist/esm/index.mjs.map
CHANGED
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/index.tsx"],
|
|
4
4
|
"sourcesContent": ["export * from './Portal'\nexport * from './PortalProps'\nexport * from './GorhomPortal'\n"],
|
|
5
|
-
"mappings": "AAAA,
|
|
5
|
+
"mappings": "AAAA,WAAc,WACd,WAAc,gBACd,WAAc",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/portal",
|
|
3
|
-
"version": "1.13.
|
|
3
|
+
"version": "1.13.4",
|
|
4
4
|
"source": "src/index.ts",
|
|
5
5
|
"types": "./types/index.d.ts",
|
|
6
6
|
"main": "dist/cjs",
|
|
@@ -27,16 +27,16 @@
|
|
|
27
27
|
}
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@tamagui/core": "1.13.
|
|
31
|
-
"@tamagui/stacks": "1.13.
|
|
32
|
-
"@tamagui/use-event": "1.13.
|
|
30
|
+
"@tamagui/core": "1.13.4",
|
|
31
|
+
"@tamagui/stacks": "1.13.4",
|
|
32
|
+
"@tamagui/use-event": "1.13.4"
|
|
33
33
|
},
|
|
34
34
|
"peerDependencies": {
|
|
35
35
|
"react": "*",
|
|
36
36
|
"react-native": "*"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@tamagui/build": "1.13.
|
|
39
|
+
"@tamagui/build": "1.13.4",
|
|
40
40
|
"react": "^18.2.0",
|
|
41
41
|
"react-native": "^0.71.4"
|
|
42
42
|
},
|