@tamagui/helpers-tamagui 1.135.2 → 1.135.4-1761748186554
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/index.native.js +15 -17
- package/dist/cjs/index.native.js.map +1 -6
- package/dist/cjs/prevent.native.js +19 -19
- package/dist/cjs/prevent.native.js.map +1 -6
- package/dist/cjs/useCurrentColor.native.js +25 -18
- package/dist/cjs/useCurrentColor.native.js.map +1 -6
- package/dist/cjs/useGetThemedIcon.cjs +1 -1
- package/dist/cjs/useGetThemedIcon.js +1 -1
- package/dist/cjs/useGetThemedIcon.js.map +1 -1
- package/dist/cjs/useGetThemedIcon.native.js +35 -27
- package/dist/cjs/useGetThemedIcon.native.js.map +1 -6
- package/package.json +6 -5
package/dist/cjs/index.native.js
CHANGED
|
@@ -1,26 +1,24 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
|
|
2
3
|
var __defProp = Object.defineProperty;
|
|
3
4
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
5
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
6
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
7
|
var __copyProps = (to, from, except, desc) => {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
8
|
+
if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
|
|
9
|
+
get: () => from[key],
|
|
10
|
+
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
11
|
+
});
|
|
12
|
+
return to;
|
|
13
|
+
},
|
|
14
|
+
__reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
+
var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
|
|
16
|
+
value: !0
|
|
17
|
+
}), mod);
|
|
13
18
|
var index_exports = {};
|
|
14
19
|
module.exports = __toCommonJS(index_exports);
|
|
15
20
|
__reExport(index_exports, require("@tamagui/helpers"), module.exports);
|
|
16
|
-
__reExport(index_exports, require("./prevent"), module.exports);
|
|
17
|
-
__reExport(index_exports, require("./useCurrentColor"), module.exports);
|
|
18
|
-
__reExport(index_exports, require("./useGetThemedIcon"), module.exports);
|
|
19
|
-
|
|
20
|
-
0 && (module.exports = {
|
|
21
|
-
...require("@tamagui/helpers"),
|
|
22
|
-
...require("./prevent"),
|
|
23
|
-
...require("./useCurrentColor"),
|
|
24
|
-
...require("./useGetThemedIcon")
|
|
25
|
-
});
|
|
26
|
-
//# sourceMappingURL=index.js.map
|
|
21
|
+
__reExport(index_exports, require("./prevent.native.js"), module.exports);
|
|
22
|
+
__reExport(index_exports, require("./useCurrentColor.native.js"), module.exports);
|
|
23
|
+
__reExport(index_exports, require("./useGetThemedIcon.native.js"), module.exports);
|
|
24
|
+
//# sourceMappingURL=index.native.js.map
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../src/index.ts"],
|
|
4
|
-
"mappings": ";;;;;;;;;;;;AAAA;AAAA;AAAA,0BAAc,6BAAd;AACA,0BAAc,sBADd;AAEA,0BAAc,8BAFd;AAGA,0BAAc,+BAHd;",
|
|
5
|
-
"names": []
|
|
6
|
-
}
|
|
1
|
+
{"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","index_exports","module","exports","__reExport","require"],"sources":["../../src/index.ts"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,GAAA,IAAAC,WAAA,CAAAC,SAAA;EAAAC,KAAA;AAAA,IAAAH,GAAA;AAAA,IAAAI,aAAA;AAAAC,MAAA,CAAAC,OAAA,GAAAP,YAAc,CAAAK,aAAA;AACdG,UAAA,CAAAH,aAAA,EAAcI,OAAA,mBADd,GAAAH,MAAA,CAAAC,OAAA;AAEAC,UAAA,CAAAH,aAAA,EAAcI,OAAA,yBAAAH,MAAA,CAAAC,OAFd;AAGAC,UAAA,CAAAH,aAAA,EAAcI,OAAA,iCAAAH,MAHd,CAAAC,OAAA","ignoreList":[]}
|
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
|
|
2
3
|
var __defProp = Object.defineProperty;
|
|
3
4
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
5
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
6
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
7
|
var __export = (target, all) => {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
8
|
+
for (var name in all) __defProp(target, name, {
|
|
9
|
+
get: all[name],
|
|
10
|
+
enumerable: !0
|
|
11
|
+
});
|
|
12
|
+
},
|
|
13
|
+
__copyProps = (to, from, except, desc) => {
|
|
14
|
+
if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
|
|
15
|
+
get: () => from[key],
|
|
16
|
+
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
17
|
+
});
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
|
|
21
|
+
value: !0
|
|
22
|
+
}), mod);
|
|
16
23
|
var prevent_exports = {};
|
|
17
24
|
__export(prevent_exports, {
|
|
18
25
|
prevent: () => prevent
|
|
19
26
|
});
|
|
20
27
|
module.exports = __toCommonJS(prevent_exports);
|
|
21
|
-
var prevent = function(e) {
|
|
22
|
-
return [
|
|
23
|
-
e.preventDefault(),
|
|
24
|
-
e.stopPropagation()
|
|
25
|
-
];
|
|
28
|
+
var prevent = function (e) {
|
|
29
|
+
return [e.preventDefault(), e.stopPropagation()];
|
|
26
30
|
};
|
|
27
|
-
|
|
28
|
-
0 && (module.exports = {
|
|
29
|
-
prevent
|
|
30
|
-
});
|
|
31
|
-
//# sourceMappingURL=prevent.js.map
|
|
31
|
+
//# sourceMappingURL=prevent.native.js.map
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../src/prevent.tsx"],
|
|
4
|
-
"mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAO,IAAI,UAAU,SAAS,GAAG;AAC7B,SAAO;AAAA,IACH,EAAE,eAAe;AAAA,IACjB,EAAE,gBAAgB;AAAA,EACtB;AACJ;",
|
|
5
|
-
"names": []
|
|
6
|
-
}
|
|
1
|
+
{"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","prevent_exports","__export","prevent","module","exports"],"sources":["../../src/prevent.tsx"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,GAAA,IAAAC,WAAA,CAAAC,SAAA;EAAAC,KAAA;AAAA,IAAAH,GAAA;AAAA,IAAAI,eAAA;AAAAC,QAAA,CAAAD,eAAA;EAAAE,OAAA,EAAAA,CAAA,KAAAA;AAAA;AAAOC,MAAM,CAAAC,OAAA,GAAWT,YAAS,CAAAK,eAAkB,CAAE","ignoreList":[]}
|
|
@@ -1,29 +1,36 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
|
|
2
3
|
var __defProp = Object.defineProperty;
|
|
3
4
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
5
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
6
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
7
|
var __export = (target, all) => {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
8
|
+
for (var name in all) __defProp(target, name, {
|
|
9
|
+
get: all[name],
|
|
10
|
+
enumerable: !0
|
|
11
|
+
});
|
|
12
|
+
},
|
|
13
|
+
__copyProps = (to, from, except, desc) => {
|
|
14
|
+
if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
|
|
15
|
+
get: () => from[key],
|
|
16
|
+
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
17
|
+
});
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
|
|
21
|
+
value: !0
|
|
22
|
+
}), mod);
|
|
16
23
|
var useCurrentColor_exports = {};
|
|
17
24
|
__export(useCurrentColor_exports, {
|
|
18
25
|
useCurrentColor: () => useCurrentColor
|
|
19
26
|
});
|
|
20
27
|
module.exports = __toCommonJS(useCurrentColor_exports);
|
|
21
|
-
var import_web = require("@tamagui/web"),
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
0
|
|
27
|
-
|
|
28
|
-
}
|
|
29
|
-
//# sourceMappingURL=useCurrentColor.js.map
|
|
28
|
+
var import_web = require("@tamagui/web"),
|
|
29
|
+
useCurrentColor = function (colorProp) {
|
|
30
|
+
var _theme_colorProp,
|
|
31
|
+
_theme_color,
|
|
32
|
+
theme = (0, import_web.useTheme)(),
|
|
33
|
+
out = colorProp ? (0, import_web.getVariable)(colorProp) : ((_theme_colorProp = theme[colorProp]) === null || _theme_colorProp === void 0 ? void 0 : _theme_colorProp.get()) || ((_theme_color = theme.color) === null || _theme_color === void 0 ? void 0 : _theme_color.get());
|
|
34
|
+
return out;
|
|
35
|
+
};
|
|
36
|
+
//# sourceMappingURL=useCurrentColor.native.js.map
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../src/useCurrentColor.tsx"],
|
|
4
|
-
"mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,iBAAsC,yBAC3B,kBAAkB,SAAS,WAAW;AAC7C,MAAI,kBAAkB,cAClB,YAAQ,qBAAS,GACjB,MAAM,gBAAY,wBAAY,SAAS,MAAM,mBAAmB,MAAM,SAAS,OAAO,QAAQ,qBAAqB,SAAS,SAAS,iBAAiB,IAAI,QAAQ,eAAe,MAAM,WAAW,QAAQ,iBAAiB,SAAS,SAAS,aAAa,IAAI;AAClQ,SAAO;AACX;",
|
|
5
|
-
"names": []
|
|
6
|
-
}
|
|
1
|
+
{"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","useCurrentColor_exports","__export","useCurrentColor","module","exports","import_web","require","colorProp","_theme_colorProp","_theme_color","theme","useTheme","out","getVariable","get","color"],"sources":["../../src/useCurrentColor.tsx"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,GAAA,IAAAC,WAAA,CAAAC,SAAA;EAAAC,KAAA;AAAA,IAAAH,GAAA;AAAA,IAAAI,uBAAA;AAAAC,QAAA,CAAAD,uBAAA;EAAAE,eAAA,EAAAA,CAAA,KAAAA;AAAA;AACAC,MAAA,CAAAC,OAAA,GAAsCT,YAAA,CAAAK,uBAAA;AAG/B,IAAAK,UAAM,GAAAC,OAAkB,CAAC,cAAyB;EAAAJ,eAAA,YAAAA,CAAAK,SAAA;IACvD,IAAAC,gBAAc;MAAAC,YAAA;MAAAC,KAAS,OAAAL,UAAA,CAAAM,QAAA;MAAAC,GAAA,GAAAL,SAAA,OAAAF,UAAA,CAAAQ,WAAA,EAAAN,SAAA,MAAAC,gBAAA,GAAAE,KAAA,CAAAH,SAAA,eAAAC,gBAAA,uBAAAA,gBAAA,CAAAM,GAAA,SAAAL,YAAA,GAAAC,KAAA,CAAAK,KAAA,cAAAN,YAAA,uBAAAA,YAAA,CAAAK,GAAA;IAIvB,OAHYF,GAAA;EAId","ignoreList":[]}
|
|
@@ -34,7 +34,7 @@ __export(useGetThemedIcon_exports, {
|
|
|
34
34
|
useGetThemedIcon: () => useGetThemedIcon
|
|
35
35
|
});
|
|
36
36
|
module.exports = __toCommonJS(useGetThemedIcon_exports);
|
|
37
|
-
var import_react = __toESM(require("react")),
|
|
37
|
+
var import_react = __toESM(require("react"), 1),
|
|
38
38
|
import_useCurrentColor = require("./useCurrentColor.cjs");
|
|
39
39
|
const useGetThemedIcon = props => {
|
|
40
40
|
const color = (0, import_useCurrentColor.useCurrentColor)(props.color);
|
|
@@ -25,7 +25,7 @@ __export(useGetThemedIcon_exports, {
|
|
|
25
25
|
useGetThemedIcon: () => useGetThemedIcon
|
|
26
26
|
});
|
|
27
27
|
module.exports = __toCommonJS(useGetThemedIcon_exports);
|
|
28
|
-
var import_react = __toESM(require("react")), import_useCurrentColor = require("./useCurrentColor");
|
|
28
|
+
var import_react = __toESM(require("react"), 1), import_useCurrentColor = require("./useCurrentColor");
|
|
29
29
|
const useGetThemedIcon = (props) => {
|
|
30
30
|
const color = (0, import_useCurrentColor.useCurrentColor)(props.color);
|
|
31
31
|
return (el) => el && (import_react.default.isValidElement(el) ? import_react.default.cloneElement(el, {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/useGetThemedIcon.tsx"],
|
|
4
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAAkB,
|
|
4
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAAkB,8BAElB,yBAAgC;AAEzB,MAAM,mBAAmB,CAAC,UAA8C;AAC7E,QAAM,YAAQ,wCAAgB,MAAM,KAAK;AACzC,SAAO,CAAC,OACD,OACD,aAAAA,QAAM,eAAe,EAAE,IAClB,aAAAA,QAAM,aAAa,IAAI;AAAA,IAC5B,GAAG;AAAA,IACH;AAAA;AAAA,IAEA,GAAG,GAAG;AAAA,EACR,CAAC,IAEI,aAAAA,QAAM,cAAc,IAAI,KAAK;AAExC;",
|
|
5
5
|
"names": ["React"]
|
|
6
6
|
}
|
|
@@ -1,44 +1,52 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
|
|
2
3
|
var __create = Object.create;
|
|
3
4
|
var __defProp = Object.defineProperty;
|
|
4
5
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
6
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
-
var __getProtoOf = Object.getPrototypeOf,
|
|
7
|
+
var __getProtoOf = Object.getPrototypeOf,
|
|
8
|
+
__hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
9
|
var __export = (target, all) => {
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
10
|
+
for (var name in all) __defProp(target, name, {
|
|
11
|
+
get: all[name],
|
|
12
|
+
enumerable: !0
|
|
13
|
+
});
|
|
14
|
+
},
|
|
15
|
+
__copyProps = (to, from, except, desc) => {
|
|
16
|
+
if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
|
|
17
|
+
get: () => from[key],
|
|
18
|
+
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
19
|
+
});
|
|
20
|
+
return to;
|
|
21
|
+
};
|
|
16
22
|
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
17
23
|
// If the importer is in node compatibility mode or this is not an ESM
|
|
18
24
|
// file that has been converted to a CommonJS file using a Babel-
|
|
19
25
|
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
20
26
|
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
21
|
-
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
|
|
22
|
-
|
|
23
|
-
|
|
27
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
|
|
28
|
+
value: mod,
|
|
29
|
+
enumerable: !0
|
|
30
|
+
}) : target, mod)),
|
|
31
|
+
__toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
|
|
32
|
+
value: !0
|
|
33
|
+
}), mod);
|
|
24
34
|
var useGetThemedIcon_exports = {};
|
|
25
35
|
__export(useGetThemedIcon_exports, {
|
|
26
36
|
useGetThemedIcon: () => useGetThemedIcon
|
|
27
37
|
});
|
|
28
38
|
module.exports = __toCommonJS(useGetThemedIcon_exports);
|
|
29
|
-
var import_react = __toESM(require("react")
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
39
|
+
var import_react = __toESM(require("react"), 1),
|
|
40
|
+
import_useCurrentColor = require("./useCurrentColor.native.js"),
|
|
41
|
+
useGetThemedIcon = function (props) {
|
|
42
|
+
var color = (0, import_useCurrentColor.useCurrentColor)(props.color);
|
|
43
|
+
return function (el) {
|
|
44
|
+
return el && (/* @__PURE__ */import_react.default.isValidElement(el) ? /* @__PURE__ */import_react.default.cloneElement(el, {
|
|
45
|
+
...props,
|
|
46
|
+
color,
|
|
47
|
+
// @ts-expect-error
|
|
48
|
+
...el.props
|
|
49
|
+
}) : /* @__PURE__ */import_react.default.createElement(el, props));
|
|
50
|
+
};
|
|
38
51
|
};
|
|
39
|
-
|
|
40
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
41
|
-
0 && (module.exports = {
|
|
42
|
-
useGetThemedIcon
|
|
43
|
-
});
|
|
44
|
-
//# sourceMappingURL=useGetThemedIcon.js.map
|
|
52
|
+
//# sourceMappingURL=useGetThemedIcon.native.js.map
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../src/useGetThemedIcon.tsx"],
|
|
4
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAAkB,2BAClB,yBAAgC,8BACrB,mBAAmB,SAAS,OAAO;AAC1C,MAAI,YAAQ,wCAAgB,MAAM,KAAK;AACvC,SAAO,SAAS,IAAI;AAChB,WAAK,OACa,6BAAAA,QAAM,eAAe,EAAE,IAChB,6BAAAA,QAAM,aAAa,IAAI;AAAA,MACxC,GAAG;AAAA,MACH;AAAA;AAAA,MAEA,GAAG,GAAG;AAAA,IACV,CAAC,IAEgB,6BAAAA,QAAM,cAAc,IAAI,KAAK;AAAA,EACtD;AACJ;",
|
|
5
|
-
"names": ["React"]
|
|
6
|
-
}
|
|
1
|
+
{"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","useGetThemedIcon_exports","__export","useGetThemedIcon","module","exports","import_react","__toESM","require","import_useCurrentColor","props","color","useCurrentColor","el","default","isValidElement","cloneElement","createElement"],"sources":["../../src/useGetThemedIcon.tsx"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAAA;EAAAA,YAAA,GAAAC,GAAA,IAAAC,WAAA,CAAAC,SAAA;IAAAC,KAAA;EAAA,IAAAH,GAAA;AAAA,IAAAI,wBAAA;AAAAC,QAAA,CAAAD,wBAAA;EAAAE,gBAAA,EAAAA,CAAA,KAAAA;AAAA;AAAAC,MAAA,CAAAC,OAAA,GAAAT,YAAkB,CAAAK,wBAElB;AAEO,IAAAK,YAAM,GAAAC,OAAoB,CAAAC,OAAA,QAA8C;EAAAC,sBAAA,GAAAD,OAAA;EAAAL,gBAAA,YAAAA,CAAAO,KAAA;IAC7E,IAAAC,KAAM,OAAAF,sBAAQ,CAAAG,eAAA,EAAAF,KAAgB,CAAAC,KAAM;IACpC,OAAO,UACAE,EAAA;MAGD,OAAGA,EAAA,oBAAAP,YAAA,CAAAQ,OAAA,CAAAC,cAAA,CAAAF,EAAA,mBAAAP,YAAA,CAAAQ,OAAA,CAAAE,YAAA,CAAAH,EAAA;QACH,GAAAH,KAAA;QAAAC,KAAA;QAEA;QACD,GAEIE,EAAA,CAAAH;MAEX,oBAAAJ,YAAA,CAAAQ,OAAA,CAAAG,aAAA,CAAAJ,EAAA,EAAAH,KAAA","ignoreList":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/helpers-tamagui",
|
|
3
|
-
"version": "1.135.
|
|
3
|
+
"version": "1.135.4-1761748186554",
|
|
4
|
+
"type": "module",
|
|
4
5
|
"source": "src/index.ts",
|
|
5
6
|
"types": "./types/index.d.ts",
|
|
6
7
|
"main": "dist/cjs",
|
|
@@ -32,14 +33,14 @@
|
|
|
32
33
|
}
|
|
33
34
|
},
|
|
34
35
|
"dependencies": {
|
|
35
|
-
"@tamagui/helpers": "1.135.
|
|
36
|
-
"@tamagui/web": "1.135.
|
|
36
|
+
"@tamagui/helpers": "1.135.4-1761748186554",
|
|
37
|
+
"@tamagui/web": "1.135.4-1761748186554"
|
|
37
38
|
},
|
|
38
39
|
"devDependencies": {
|
|
39
|
-
"@tamagui/build": "1.135.
|
|
40
|
+
"@tamagui/build": "1.135.4-1761748186554",
|
|
40
41
|
"react": "*",
|
|
41
42
|
"react-native": "^0.79.2",
|
|
42
|
-
"vitest": "^
|
|
43
|
+
"vitest": "^4.0.4"
|
|
43
44
|
},
|
|
44
45
|
"peerDependencies": {
|
|
45
46
|
"react": "*",
|