@tamagui/helpers-tamagui 1.135.4-1761748186554 → 1.135.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.
@@ -1,24 +1,26 @@
1
1
  "use strict";
2
-
3
2
  var __defProp = Object.defineProperty;
4
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
6
5
  var __hasOwnProp = Object.prototype.hasOwnProperty;
7
6
  var __copyProps = (to, from, except, desc) => {
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);
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);
18
13
  var index_exports = {};
19
14
  module.exports = __toCommonJS(index_exports);
20
15
  __reExport(index_exports, require("@tamagui/helpers"), module.exports);
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
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
+ // Annotate the CommonJS export names for ESM import in node:
20
+ 0 && (module.exports = {
21
+ ...require("@tamagui/helpers"),
22
+ ...require("./prevent"),
23
+ ...require("./useCurrentColor"),
24
+ ...require("./useGetThemedIcon")
25
+ });
26
+ //# sourceMappingURL=index.js.map
@@ -1 +1,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
+ {
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,31 +1,31 @@
1
1
  "use strict";
2
-
3
2
  var __defProp = Object.defineProperty;
4
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
6
5
  var __hasOwnProp = Object.prototype.hasOwnProperty;
7
6
  var __export = (target, all) => {
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);
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);
23
16
  var prevent_exports = {};
24
17
  __export(prevent_exports, {
25
18
  prevent: () => prevent
26
19
  });
27
20
  module.exports = __toCommonJS(prevent_exports);
28
- var prevent = function (e) {
29
- return [e.preventDefault(), e.stopPropagation()];
21
+ var prevent = function(e) {
22
+ return [
23
+ e.preventDefault(),
24
+ e.stopPropagation()
25
+ ];
30
26
  };
31
- //# sourceMappingURL=prevent.native.js.map
27
+ // Annotate the CommonJS export names for ESM import in node:
28
+ 0 && (module.exports = {
29
+ prevent
30
+ });
31
+ //# sourceMappingURL=prevent.js.map
@@ -1 +1,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
+ {
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,36 +1,29 @@
1
1
  "use strict";
2
-
3
2
  var __defProp = Object.defineProperty;
4
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
6
5
  var __hasOwnProp = Object.prototype.hasOwnProperty;
7
6
  var __export = (target, all) => {
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);
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);
23
16
  var useCurrentColor_exports = {};
24
17
  __export(useCurrentColor_exports, {
25
18
  useCurrentColor: () => useCurrentColor
26
19
  });
27
20
  module.exports = __toCommonJS(useCurrentColor_exports);
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
21
+ var import_web = require("@tamagui/web"), useCurrentColor = function(colorProp) {
22
+ var _theme_colorProp, _theme_color, theme = (0, import_web.useTheme)(), 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());
23
+ return out;
24
+ };
25
+ // Annotate the CommonJS export names for ESM import in node:
26
+ 0 && (module.exports = {
27
+ useCurrentColor
28
+ });
29
+ //# sourceMappingURL=useCurrentColor.js.map
@@ -1 +1,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":[]}
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
+ }
@@ -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"), 1),
37
+ var import_react = __toESM(require("react")),
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"), 1), import_useCurrentColor = require("./useCurrentColor");
28
+ var import_react = __toESM(require("react")), 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,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;",
4
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAAkB,2BAElB,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,52 +1,44 @@
1
1
  "use strict";
2
-
3
2
  var __create = Object.create;
4
3
  var __defProp = Object.defineProperty;
5
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
6
5
  var __getOwnPropNames = Object.getOwnPropertyNames;
7
- var __getProtoOf = Object.getPrototypeOf,
8
- __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __getProtoOf = Object.getPrototypeOf, __hasOwnProp = Object.prototype.hasOwnProperty;
9
7
  var __export = (target, all) => {
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
- };
8
+ for (var name in all)
9
+ __defProp(target, name, { get: all[name], enumerable: !0 });
10
+ }, __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from == "object" || typeof from == "function")
12
+ for (let key of __getOwnPropNames(from))
13
+ !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
+ return to;
15
+ };
22
16
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
23
17
  // If the importer is in node compatibility mode or this is not an ESM
24
18
  // file that has been converted to a CommonJS file using a Babel-
25
19
  // compatible transform (i.e. "__esModule" has not been set), then set
26
20
  // "default" to the CommonJS "module.exports" for node compatibility.
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);
21
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: !0 }) : target,
22
+ mod
23
+ )), __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
34
24
  var useGetThemedIcon_exports = {};
35
25
  __export(useGetThemedIcon_exports, {
36
26
  useGetThemedIcon: () => useGetThemedIcon
37
27
  });
38
28
  module.exports = __toCommonJS(useGetThemedIcon_exports);
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
- };
29
+ var import_react = __toESM(require("react")), import_useCurrentColor = require("./useCurrentColor"), useGetThemedIcon = function(props) {
30
+ var color = (0, import_useCurrentColor.useCurrentColor)(props.color);
31
+ return function(el) {
32
+ return el && (/* @__PURE__ */ import_react.default.isValidElement(el) ? /* @__PURE__ */ import_react.default.cloneElement(el, {
33
+ ...props,
34
+ color,
35
+ // @ts-expect-error
36
+ ...el.props
37
+ }) : /* @__PURE__ */ import_react.default.createElement(el, props));
51
38
  };
52
- //# sourceMappingURL=useGetThemedIcon.native.js.map
39
+ };
40
+ // Annotate the CommonJS export names for ESM import in node:
41
+ 0 && (module.exports = {
42
+ useGetThemedIcon
43
+ });
44
+ //# sourceMappingURL=useGetThemedIcon.js.map
@@ -1 +1,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":[]}
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
+ }
package/package.json CHANGED
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/helpers-tamagui",
3
- "version": "1.135.4-1761748186554",
4
- "type": "module",
3
+ "version": "1.135.4",
5
4
  "source": "src/index.ts",
6
5
  "types": "./types/index.d.ts",
7
6
  "main": "dist/cjs",
@@ -33,14 +32,14 @@
33
32
  }
34
33
  },
35
34
  "dependencies": {
36
- "@tamagui/helpers": "1.135.4-1761748186554",
37
- "@tamagui/web": "1.135.4-1761748186554"
35
+ "@tamagui/helpers": "1.135.4",
36
+ "@tamagui/web": "1.135.4"
38
37
  },
39
38
  "devDependencies": {
40
- "@tamagui/build": "1.135.4-1761748186554",
39
+ "@tamagui/build": "1.135.4",
41
40
  "react": "*",
42
41
  "react-native": "^0.79.2",
43
- "vitest": "^4.0.4"
42
+ "vitest": "^3.2.4"
44
43
  },
45
44
  "peerDependencies": {
46
45
  "react": "*",