@tamagui/menu 1.61.3 → 1.62.0
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/Menu.js +14 -27
- package/dist/cjs/Menu.js.map +1 -1
- package/dist/cjs/Menu.native.js +46 -0
- package/dist/cjs/Menu.native.js.map +6 -0
- package/dist/cjs/index.js +4 -8
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/index.native.js +21 -0
- package/dist/cjs/index.native.js.map +6 -0
- package/dist/esm/Menu.js +8 -15
- package/dist/esm/Menu.js.map +1 -1
- package/dist/jsx/Menu.js +7 -14
- package/dist/jsx/Menu.js.map +1 -1
- package/dist/jsx/Menu.native.js +27 -0
- package/dist/jsx/Menu.native.js.map +6 -0
- package/dist/jsx/index.native.js +3 -0
- package/dist/jsx/index.native.js.map +6 -0
- package/package.json +4 -4
package/dist/cjs/Menu.js
CHANGED
|
@@ -1,49 +1,36 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
var __defProp = Object.defineProperty;
|
|
3
2
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
3
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
4
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
5
|
var __export = (target, all) => {
|
|
7
6
|
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable:
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: !0 });
|
|
8
|
+
}, __copyProps = (to, from, except, desc) => {
|
|
9
|
+
if (from && typeof from == "object" || typeof from == "function")
|
|
12
10
|
for (let key of __getOwnPropNames(from))
|
|
13
|
-
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
11
|
+
!__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
12
|
return to;
|
|
17
13
|
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value:
|
|
14
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
|
|
19
15
|
var Menu_exports = {};
|
|
20
16
|
__export(Menu_exports, {
|
|
21
17
|
Menu: () => Menu
|
|
22
18
|
});
|
|
23
19
|
module.exports = __toCommonJS(Menu_exports);
|
|
24
|
-
var import_core = require("@tamagui/core");
|
|
25
|
-
|
|
26
|
-
var import_react = require("react");
|
|
27
|
-
const MenuItem = (props) => {
|
|
28
|
-
return props.children;
|
|
29
|
-
};
|
|
30
|
-
const Menu = (0, import_core.withStaticProperties)(
|
|
20
|
+
var import_core = require("@tamagui/core"), import_use_controllable_state = require("@tamagui/use-controllable-state"), import_react = require("react");
|
|
21
|
+
const MenuItem = (props) => props.children, Menu = (0, import_core.withStaticProperties)(
|
|
31
22
|
({ children, open: openProp, defaultOpen, trigger, onOpenChange }) => {
|
|
32
|
-
const media = (0, import_core.useMedia)()
|
|
33
|
-
const [open, setOpen] = (0, import_use_controllable_state.useControllableState)({
|
|
23
|
+
const media = (0, import_core.useMedia)(), [open, setOpen] = (0, import_use_controllable_state.useControllableState)({
|
|
34
24
|
prop: openProp,
|
|
35
25
|
defaultProp: defaultOpen,
|
|
36
26
|
onChange(next) {
|
|
37
|
-
onOpenChange
|
|
27
|
+
onOpenChange?.(next);
|
|
28
|
+
}
|
|
29
|
+
}), triggerProps = (0, import_react.useMemo)(() => ({
|
|
30
|
+
onPress: () => {
|
|
31
|
+
setOpen((x) => !x);
|
|
38
32
|
}
|
|
39
|
-
});
|
|
40
|
-
const triggerProps = (0, import_react.useMemo)(() => {
|
|
41
|
-
return {
|
|
42
|
-
onPress: () => {
|
|
43
|
-
setOpen((x) => !x);
|
|
44
|
-
}
|
|
45
|
-
};
|
|
46
|
-
}, []);
|
|
33
|
+
}), []);
|
|
47
34
|
return null;
|
|
48
35
|
},
|
|
49
36
|
{
|
package/dist/cjs/Menu.js.map
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/Menu.tsx"],
|
|
4
|
-
"mappings": "
|
|
4
|
+
"mappings": ";;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAA+C,0BAE/C,gCAAqC,4CACrC,eAAkE;AAElE,MAAM,WAAW,CAAC,UACT,MAAM,UAWF,WAAO;AAAA,EAClB,CAAC,EAAE,UAAU,MAAM,UAAU,aAAa,SAAS,aAAa,MAAiB;AAC/E,UAAM,YAAQ,sBAAS,GACjB,CAAC,MAAM,OAAO,QAAI,oDAAqB;AAAA,MAC3C,MAAM;AAAA,MACN,aAAa;AAAA,MACb,SAAS,MAAM;AACb,uBAAe,IAAI;AAAA,MACrB;AAAA,IACF,CAAC,GAEK,mBAAe,sBAAQ,OACpB;AAAA,MACL,SAAS,MAAM;AACb,gBAAQ,CAAC,MAAM,CAAC,CAAC;AAAA,MACnB;AAAA,IACF,IACC,CAAC,CAAC;AAaL,WAAO;AAAA,EAeT;AAAA,EACA;AAAA,IACE,MAAM;AAAA;AAAA,EAER;AACF;",
|
|
5
5
|
"names": []
|
|
6
6
|
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: !0 });
|
|
9
|
+
}, __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from == "object" || typeof from == "function")
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
!__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
13
|
+
return to;
|
|
14
|
+
};
|
|
15
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
|
|
16
|
+
var Menu_exports = {};
|
|
17
|
+
__export(Menu_exports, {
|
|
18
|
+
Menu: () => Menu
|
|
19
|
+
});
|
|
20
|
+
module.exports = __toCommonJS(Menu_exports);
|
|
21
|
+
var import_core = require("@tamagui/core"), import_use_controllable_state = require("@tamagui/use-controllable-state"), import_react = require("react");
|
|
22
|
+
const MenuItem = (props) => props.children, Menu = (0, import_core.withStaticProperties)(
|
|
23
|
+
({ children, open: openProp, defaultOpen, trigger, onOpenChange }) => {
|
|
24
|
+
const media = (0, import_core.useMedia)(), [open, setOpen] = (0, import_use_controllable_state.useControllableState)({
|
|
25
|
+
prop: openProp,
|
|
26
|
+
defaultProp: defaultOpen,
|
|
27
|
+
onChange(next) {
|
|
28
|
+
onOpenChange?.(next);
|
|
29
|
+
}
|
|
30
|
+
}), triggerProps = (0, import_react.useMemo)(() => ({
|
|
31
|
+
onPress: () => {
|
|
32
|
+
setOpen((x) => !x);
|
|
33
|
+
}
|
|
34
|
+
}), []);
|
|
35
|
+
return null;
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
Item: MenuItem
|
|
39
|
+
// Provider: DrawerProvider,
|
|
40
|
+
}
|
|
41
|
+
);
|
|
42
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
43
|
+
0 && (module.exports = {
|
|
44
|
+
Menu
|
|
45
|
+
});
|
|
46
|
+
//# sourceMappingURL=Menu.js.map
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/Menu.tsx"],
|
|
4
|
+
"mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAA+C,0BAE/C,gCAAqC,4CACrC,eAAkE;AAElE,MAAM,WAAW,CAAC,UACT,MAAM,UAWF,WAAO;AAAA,EAClB,CAAC,EAAE,UAAU,MAAM,UAAU,aAAa,SAAS,aAAa,MAAiB;AAC/E,UAAM,YAAQ,sBAAS,GACjB,CAAC,MAAM,OAAO,QAAI,oDAAqB;AAAA,MAC3C,MAAM;AAAA,MACN,aAAa;AAAA,MACb,SAAS,MAAM;AACb,uBAAe,IAAI;AAAA,MACrB;AAAA,IACF,CAAC,GAEK,mBAAe,sBAAQ,OACpB;AAAA,MACL,SAAS,MAAM;AACb,gBAAQ,CAAC,MAAM,CAAC,CAAC;AAAA,MACnB;AAAA,IACF,IACC,CAAC,CAAC;AAaL,WAAO;AAAA,EAeT;AAAA,EACA;AAAA,IACE,MAAM;AAAA;AAAA,EAER;AACF;",
|
|
5
|
+
"names": []
|
|
6
|
+
}
|
package/dist/cjs/index.js
CHANGED
|
@@ -1,18 +1,14 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
var __defProp = Object.defineProperty;
|
|
3
2
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
3
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
4
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
5
|
var __copyProps = (to, from, except, desc) => {
|
|
7
|
-
if (from && typeof from
|
|
6
|
+
if (from && typeof from == "object" || typeof from == "function")
|
|
8
7
|
for (let key of __getOwnPropNames(from))
|
|
9
|
-
|
|
10
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
11
|
-
}
|
|
8
|
+
!__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
12
9
|
return to;
|
|
13
|
-
};
|
|
14
|
-
var
|
|
15
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
10
|
+
}, __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
11
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
|
|
16
12
|
var src_exports = {};
|
|
17
13
|
module.exports = __toCommonJS(src_exports);
|
|
18
14
|
var import_polyfill_dev = require("@tamagui/polyfill-dev");
|
package/dist/cjs/index.js.map
CHANGED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __copyProps = (to, from, except, desc) => {
|
|
7
|
+
if (from && typeof from == "object" || typeof from == "function")
|
|
8
|
+
for (let key of __getOwnPropNames(from))
|
|
9
|
+
!__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
10
|
+
return to;
|
|
11
|
+
}, __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
12
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
|
|
13
|
+
var src_exports = {};
|
|
14
|
+
module.exports = __toCommonJS(src_exports);
|
|
15
|
+
var import_polyfill_dev = require("@tamagui/polyfill-dev");
|
|
16
|
+
__reExport(src_exports, require("./Menu"), module.exports);
|
|
17
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
18
|
+
0 && (module.exports = {
|
|
19
|
+
...require("./Menu")
|
|
20
|
+
});
|
|
21
|
+
//# sourceMappingURL=index.js.map
|
package/dist/esm/Menu.js
CHANGED
|
@@ -1,26 +1,19 @@
|
|
|
1
1
|
import { useMedia, withStaticProperties } from "@tamagui/core";
|
|
2
2
|
import { useControllableState } from "@tamagui/use-controllable-state";
|
|
3
3
|
import { useMemo } from "react";
|
|
4
|
-
const MenuItem = (props) =>
|
|
5
|
-
return props.children;
|
|
6
|
-
};
|
|
7
|
-
const Menu = withStaticProperties(
|
|
4
|
+
const MenuItem = (props) => props.children, Menu = withStaticProperties(
|
|
8
5
|
({ children, open: openProp, defaultOpen, trigger, onOpenChange }) => {
|
|
9
|
-
const media = useMedia()
|
|
10
|
-
const [open, setOpen] = useControllableState({
|
|
6
|
+
const media = useMedia(), [open, setOpen] = useControllableState({
|
|
11
7
|
prop: openProp,
|
|
12
8
|
defaultProp: defaultOpen,
|
|
13
9
|
onChange(next) {
|
|
14
|
-
onOpenChange
|
|
10
|
+
onOpenChange?.(next);
|
|
11
|
+
}
|
|
12
|
+
}), triggerProps = useMemo(() => ({
|
|
13
|
+
onPress: () => {
|
|
14
|
+
setOpen((x) => !x);
|
|
15
15
|
}
|
|
16
|
-
});
|
|
17
|
-
const triggerProps = useMemo(() => {
|
|
18
|
-
return {
|
|
19
|
-
onPress: () => {
|
|
20
|
-
setOpen((x) => !x);
|
|
21
|
-
}
|
|
22
|
-
};
|
|
23
|
-
}, []);
|
|
16
|
+
}), []);
|
|
24
17
|
return null;
|
|
25
18
|
},
|
|
26
19
|
{
|
package/dist/esm/Menu.js.map
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/Menu.tsx"],
|
|
4
|
-
"mappings": "AAAA,SAAS,UAAU,4BAA4B;AAE/C,SAAS,4BAA4B;AACrC,SAAyC,eAAyB;AAElE,MAAM,WAAW,CAAC,
|
|
4
|
+
"mappings": "AAAA,SAAS,UAAU,4BAA4B;AAE/C,SAAS,4BAA4B;AACrC,SAAyC,eAAyB;AAElE,MAAM,WAAW,CAAC,UACT,MAAM,UAWF,OAAO;AAAA,EAClB,CAAC,EAAE,UAAU,MAAM,UAAU,aAAa,SAAS,aAAa,MAAiB;AAC/E,UAAM,QAAQ,SAAS,GACjB,CAAC,MAAM,OAAO,IAAI,qBAAqB;AAAA,MAC3C,MAAM;AAAA,MACN,aAAa;AAAA,MACb,SAAS,MAAM;AACb,uBAAe,IAAI;AAAA,MACrB;AAAA,IACF,CAAC,GAEK,eAAe,QAAQ,OACpB;AAAA,MACL,SAAS,MAAM;AACb,gBAAQ,CAAC,MAAM,CAAC,CAAC;AAAA,MACnB;AAAA,IACF,IACC,CAAC,CAAC;AAaL,WAAO;AAAA,EAeT;AAAA,EACA;AAAA,IACE,MAAM;AAAA;AAAA,EAER;AACF;",
|
|
5
5
|
"names": []
|
|
6
6
|
}
|
package/dist/jsx/Menu.js
CHANGED
|
@@ -1,26 +1,19 @@
|
|
|
1
1
|
import { useMedia, withStaticProperties } from "@tamagui/core";
|
|
2
2
|
import { useControllableState } from "@tamagui/use-controllable-state";
|
|
3
3
|
import { useMemo } from "react";
|
|
4
|
-
const MenuItem = (props) =>
|
|
5
|
-
return props.children;
|
|
6
|
-
};
|
|
7
|
-
const Menu = withStaticProperties(
|
|
4
|
+
const MenuItem = (props) => props.children, Menu = withStaticProperties(
|
|
8
5
|
({ children, open: openProp, defaultOpen, trigger, onOpenChange }) => {
|
|
9
|
-
const media = useMedia()
|
|
10
|
-
const [open, setOpen] = useControllableState({
|
|
6
|
+
const media = useMedia(), [open, setOpen] = useControllableState({
|
|
11
7
|
prop: openProp,
|
|
12
8
|
defaultProp: defaultOpen,
|
|
13
9
|
onChange(next) {
|
|
14
10
|
onOpenChange?.(next);
|
|
15
11
|
}
|
|
16
|
-
})
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
}
|
|
22
|
-
};
|
|
23
|
-
}, []);
|
|
12
|
+
}), triggerProps = useMemo(() => ({
|
|
13
|
+
onPress: () => {
|
|
14
|
+
setOpen((x) => !x);
|
|
15
|
+
}
|
|
16
|
+
}), []);
|
|
24
17
|
return null;
|
|
25
18
|
},
|
|
26
19
|
{
|
package/dist/jsx/Menu.js.map
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/Menu.tsx"],
|
|
4
|
-
"mappings": "AAAA,SAAS,UAAU,4BAA4B;AAE/C,SAAS,4BAA4B;AACrC,SAAyC,eAAyB;AAElE,MAAM,WAAW,CAAC,
|
|
4
|
+
"mappings": "AAAA,SAAS,UAAU,4BAA4B;AAE/C,SAAS,4BAA4B;AACrC,SAAyC,eAAyB;AAElE,MAAM,WAAW,CAAC,UACT,MAAM,UAWF,OAAO;AAAA,EAClB,CAAC,EAAE,UAAU,MAAM,UAAU,aAAa,SAAS,aAAa,MAAiB;AAC/E,UAAM,QAAQ,SAAS,GACjB,CAAC,MAAM,OAAO,IAAI,qBAAqB;AAAA,MAC3C,MAAM;AAAA,MACN,aAAa;AAAA,MACb,SAAS,MAAM;AACb,uBAAe,IAAI;AAAA,MACrB;AAAA,IACF,CAAC,GAEK,eAAe,QAAQ,OACpB;AAAA,MACL,SAAS,MAAM;AACb,gBAAQ,CAAC,MAAM,CAAC,CAAC;AAAA,MACnB;AAAA,IACF,IACC,CAAC,CAAC;AAaL,WAAO;AAAA,EAeT;AAAA,EACA;AAAA,IACE,MAAM;AAAA;AAAA,EAER;AACF;",
|
|
5
5
|
"names": []
|
|
6
6
|
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { useMedia, withStaticProperties } from "@tamagui/core";
|
|
2
|
+
import { useControllableState } from "@tamagui/use-controllable-state";
|
|
3
|
+
import { useMemo } from "react";
|
|
4
|
+
const MenuItem = (props) => props.children, Menu = withStaticProperties(
|
|
5
|
+
({ children, open: openProp, defaultOpen, trigger, onOpenChange }) => {
|
|
6
|
+
const media = useMedia(), [open, setOpen] = useControllableState({
|
|
7
|
+
prop: openProp,
|
|
8
|
+
defaultProp: defaultOpen,
|
|
9
|
+
onChange(next) {
|
|
10
|
+
onOpenChange?.(next);
|
|
11
|
+
}
|
|
12
|
+
}), triggerProps = useMemo(() => ({
|
|
13
|
+
onPress: () => {
|
|
14
|
+
setOpen((x) => !x);
|
|
15
|
+
}
|
|
16
|
+
}), []);
|
|
17
|
+
return null;
|
|
18
|
+
},
|
|
19
|
+
{
|
|
20
|
+
Item: MenuItem
|
|
21
|
+
// Provider: DrawerProvider,
|
|
22
|
+
}
|
|
23
|
+
);
|
|
24
|
+
export {
|
|
25
|
+
Menu
|
|
26
|
+
};
|
|
27
|
+
//# sourceMappingURL=Menu.js.map
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/Menu.tsx"],
|
|
4
|
+
"mappings": "AAAA,SAAS,UAAU,4BAA4B;AAE/C,SAAS,4BAA4B;AACrC,SAAyC,eAAyB;AAElE,MAAM,WAAW,CAAC,UACT,MAAM,UAWF,OAAO;AAAA,EAClB,CAAC,EAAE,UAAU,MAAM,UAAU,aAAa,SAAS,aAAa,MAAiB;AAC/E,UAAM,QAAQ,SAAS,GACjB,CAAC,MAAM,OAAO,IAAI,qBAAqB;AAAA,MAC3C,MAAM;AAAA,MACN,aAAa;AAAA,MACb,SAAS,MAAM;AACb,uBAAe,IAAI;AAAA,MACrB;AAAA,IACF,CAAC,GAEK,eAAe,QAAQ,OACpB;AAAA,MACL,SAAS,MAAM;AACb,gBAAQ,CAAC,MAAM,CAAC,CAAC;AAAA,MACnB;AAAA,IACF,IACC,CAAC,CAAC;AAaL,WAAO;AAAA,EAeT;AAAA,EACA;AAAA,IACE,MAAM;AAAA;AAAA,EAER;AACF;",
|
|
5
|
+
"names": []
|
|
6
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/menu",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.62.0",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -23,14 +23,14 @@
|
|
|
23
23
|
"clean:build": "tamagui-build clean:build"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@tamagui/core": "1.
|
|
27
|
-
"@tamagui/popover": "1.
|
|
26
|
+
"@tamagui/core": "1.62.0",
|
|
27
|
+
"@tamagui/popover": "1.62.0"
|
|
28
28
|
},
|
|
29
29
|
"peerDependencies": {
|
|
30
30
|
"react": "*"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@tamagui/build": "1.
|
|
33
|
+
"@tamagui/build": "1.62.0",
|
|
34
34
|
"react": "^18.2.0"
|
|
35
35
|
},
|
|
36
36
|
"publishConfig": {
|