@tamagui/helpers-icon 1.135.4 → 1.135.6

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,15 +1,19 @@
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
- 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 });
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
+ });
10
12
  return to;
11
13
  };
12
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
14
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
15
+ value: !0
16
+ }), mod);
13
17
  var IconProps_exports = {};
14
18
  module.exports = __toCommonJS(IconProps_exports);
15
- //# sourceMappingURL=IconProps.js.map
19
+ //# sourceMappingURL=IconProps.native.js.map
@@ -1,6 +1 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/IconProps.ts"],
4
- "mappings": ";;;;;;;;;;;;AAAA;AAAA;",
5
- "names": []
6
- }
1
+ {"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","IconProps_exports"],"sources":["../../src/IconProps.ts"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,GAAA,IAAAC,WAAA,CAAAC,SAAA;EAAAC,KAAA;AAAA,IAAAH,GAAA;AAAA,IAAAI,iBAAA","ignoreList":[]}
@@ -1,22 +1,22 @@
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
- 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);
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
- __reExport(index_exports, require("./IconProps"), module.exports);
16
- __reExport(index_exports, require("./themed"), module.exports);
17
- // Annotate the CommonJS export names for ESM import in node:
18
- 0 && (module.exports = {
19
- ...require("./IconProps"),
20
- ...require("./themed")
21
- });
22
- //# sourceMappingURL=index.js.map
20
+ __reExport(index_exports, require("./IconProps.native.js"), module.exports);
21
+ __reExport(index_exports, require("./themed.native.js"), module.exports);
22
+ //# sourceMappingURL=index.native.js.map
@@ -1,6 +1 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/index.ts"],
4
- "mappings": ";;;;;;;;;;;;AAAA;AAAA;AAAA,0BAAc,wBAAd;AACA,0BAAc,qBADd;",
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,wBADd,GAAAH,MAAA,CAAAC,OAAA","ignoreList":[]}
@@ -35,7 +35,7 @@ __export(themed_exports, {
35
35
  });
36
36
  module.exports = __toCommonJS(themed_exports);
37
37
  var import_core = require("@tamagui/core"),
38
- import_react = __toESM(require("react")),
38
+ import_react = __toESM(require("react"), 1),
39
39
  import_jsx_runtime = require("react/jsx-runtime");
40
40
  import_react.default.keep;
41
41
  function themed(Component, optsIn = {}) {
@@ -25,7 +25,7 @@ __export(themed_exports, {
25
25
  themed: () => themed
26
26
  });
27
27
  module.exports = __toCommonJS(themed_exports);
28
- var import_core = require("@tamagui/core"), import_react = __toESM(require("react")), import_jsx_runtime = require("react/jsx-runtime");
28
+ var import_core = require("@tamagui/core"), import_react = __toESM(require("react"), 1), import_jsx_runtime = require("react/jsx-runtime");
29
29
  import_react.default.keep;
30
30
  function themed(Component, optsIn = {}) {
31
31
  const opts = {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/themed.tsx"],
4
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAMO,0BACP,eAAkB,2BA2DP;AAtDX,aAAAA,QAAM;AAUC,SAAS,OAAO,WAAgC,SAAkB,CAAC,GAAG;AAC3E,QAAM,OAAgB;AAAA,IACpB,mBAAmB,QAAQ,IAAI,4BAA4B;AAAA,IAC3D,oBAAoB;AAAA,IACpB,eAAe;AAAA,IACf,eAAgB,QAAQ,IAAI,8BAAsC;AAAA,IAClE,GAAG;AAAA,EACL;AAwCA,SAtCgB,CAAC,YAAuB;AACtC,UAAM,CAAC,OAAO,OAAO,KAAK,QAAI,8BAAiB,SAAS;AAAA,MACtD,GAAG;AAAA,MACH,cAAc;AAAA,MACd,eAAe,KAAK;AAAA,IACtB,CAAC,GAEK,eAAe,KAAK,mBAEpB,UACJ,MAAM,UACL,eAAe,MAAM,YAAsB,IAAI,YAC9C,MAAM,eAA6B,OAAd,MAAM,UAC7B,KAAK,eAED,YAAQ,yBAAY,OAAO,GAE3B,OACJ,OAAO,MAAM,QAAS,eAClB,2BAAc,MAAM,MAAa,MAAM,IACvC,MAAM,MAEN,cACJ,OAAO,MAAM,eAAgB,eACzB,2BAAc,MAAM,aAAoB,MAAM,IAC7C,MAAM,eAAe,GAAG,KAAK,kBAAkB,IAEhD,aAAa;AAAA,MACjB,GAAG;AAAA,MACH;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IACF;AAEA,WAAO,4CAAC,aAAW,GAAG,YAAY;AAAA,EACpC;AAGF;",
4
+ "mappings": ";;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAMO,0BACP,eAAkB,8BA2DP;AAtDX,aAAAA,QAAM;AAUC,SAAS,OAAO,WAAgC,SAAkB,CAAC,GAAG;AAC3E,QAAM,OAAgB;AAAA,IACpB,mBAAmB,QAAQ,IAAI,4BAA4B;AAAA,IAC3D,oBAAoB;AAAA,IACpB,eAAe;AAAA,IACf,eAAgB,QAAQ,IAAI,8BAAsC;AAAA,IAClE,GAAG;AAAA,EACL;AAwCA,SAtCgB,CAAC,YAAuB;AACtC,UAAM,CAAC,OAAO,OAAO,KAAK,QAAI,8BAAiB,SAAS;AAAA,MACtD,GAAG;AAAA,MACH,cAAc;AAAA,MACd,eAAe,KAAK;AAAA,IACtB,CAAC,GAEK,eAAe,KAAK,mBAEpB,UACJ,MAAM,UACL,eAAe,MAAM,YAAsB,IAAI,YAC9C,MAAM,eAA6B,OAAd,MAAM,UAC7B,KAAK,eAED,YAAQ,yBAAY,OAAO,GAE3B,OACJ,OAAO,MAAM,QAAS,eAClB,2BAAc,MAAM,MAAa,MAAM,IACvC,MAAM,MAEN,cACJ,OAAO,MAAM,eAAgB,eACzB,2BAAc,MAAM,aAAoB,MAAM,IAC7C,MAAM,eAAe,GAAG,KAAK,kBAAkB,IAEhD,aAAa;AAAA,MACjB,GAAG;AAAA,MACH;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IACF;AAEA,WAAO,4CAAC,aAAW,GAAG,YAAY;AAAA,EACpC;AAGF;",
5
5
  "names": ["React"]
6
6
  }
@@ -1,60 +1,77 @@
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, __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __getProtoOf = Object.getPrototypeOf,
8
+ __hasOwnProp = Object.prototype.hasOwnProperty;
7
9
  var __export = (target, all) => {
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
- };
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", { value: mod, enumerable: !0 }) : target,
22
- mod
23
- )), __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
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 themed_exports = {};
25
35
  __export(themed_exports, {
26
36
  themed: () => themed
27
37
  });
28
38
  module.exports = __toCommonJS(themed_exports);
29
- var import_jsx_runtime = require("react/jsx-runtime"), import_core = require("@tamagui/core"), import_react = __toESM(require("react"));
39
+ var import_jsx_runtime = require("react/jsx-runtime"),
40
+ import_core = require("@tamagui/core"),
41
+ import_react = __toESM(require("react"), 1);
30
42
  import_react.default.keep;
31
43
  function themed(Component) {
32
- var optsIn = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, opts = {
33
- defaultThemeColor: process.env.DEFAULT_ICON_THEME_COLOR || "$color",
34
- defaultStrokeWidth: 2,
35
- fallbackColor: "#000",
36
- resolveValues: process.env.TAMAGUI_ICON_COLOR_RESOLVE || "auto",
37
- ...optsIn
38
- }, wrapped = function(propsIn) {
39
- var [props, style, theme] = (0, import_core.usePropsAndStyle)(propsIn, {
40
- ...opts,
41
- forComponent: import_core.Text,
42
- resolveValues: opts.resolveValues
43
- }), defaultColor = opts.defaultThemeColor, colorIn = style.color || (defaultColor ? theme[defaultColor] : void 0) || (props.disableTheme ? null : theme.color) || opts.fallbackColor, color = (0, import_core.getVariable)(colorIn), size = typeof props.size == "string" ? (0, import_core.getTokenValue)(props.size, "size") : props.size, _props_strokeWidth, strokeWidth = typeof props.strokeWidth == "string" ? (0, import_core.getTokenValue)(props.strokeWidth, "size") : (_props_strokeWidth = props.strokeWidth) !== null && _props_strokeWidth !== void 0 ? _props_strokeWidth : `${opts.defaultStrokeWidth}`, finalProps = {
44
- ...props,
45
- color,
46
- size,
47
- strokeWidth,
48
- style
44
+ var optsIn = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {},
45
+ opts = {
46
+ defaultThemeColor: process.env.DEFAULT_ICON_THEME_COLOR || "$color",
47
+ defaultStrokeWidth: 2,
48
+ fallbackColor: "#000",
49
+ resolveValues: process.env.TAMAGUI_ICON_COLOR_RESOLVE || "auto",
50
+ ...optsIn
51
+ },
52
+ wrapped = function (propsIn) {
53
+ var [props, style, theme] = (0, import_core.usePropsAndStyle)(propsIn, {
54
+ ...opts,
55
+ forComponent: import_core.Text,
56
+ resolveValues: opts.resolveValues
57
+ }),
58
+ defaultColor = opts.defaultThemeColor,
59
+ colorIn = style.color || (defaultColor ? theme[defaultColor] : void 0) || (props.disableTheme ? null : theme.color) || opts.fallbackColor,
60
+ color = (0, import_core.getVariable)(colorIn),
61
+ size = typeof props.size == "string" ? (0, import_core.getTokenValue)(props.size, "size") : props.size,
62
+ _props_strokeWidth,
63
+ strokeWidth = typeof props.strokeWidth == "string" ? (0, import_core.getTokenValue)(props.strokeWidth, "size") : (_props_strokeWidth = props.strokeWidth) !== null && _props_strokeWidth !== void 0 ? _props_strokeWidth : `${opts.defaultStrokeWidth}`,
64
+ finalProps = {
65
+ ...props,
66
+ color,
67
+ size,
68
+ strokeWidth,
69
+ style
70
+ };
71
+ return /* @__PURE__ */(0, import_jsx_runtime.jsx)(Component, {
72
+ ...finalProps
73
+ });
49
74
  };
50
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(Component, {
51
- ...finalProps
52
- });
53
- };
54
75
  return wrapped;
55
76
  }
56
- // Annotate the CommonJS export names for ESM import in node:
57
- 0 && (module.exports = {
58
- themed
59
- });
60
- //# sourceMappingURL=themed.js.map
77
+ //# sourceMappingURL=themed.native.js.map
@@ -1,6 +1 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/themed.tsx"],
4
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,yBAA4B,8BAC5B,cAAmE,0BACnE,eAAkB;AAElB,aAAAA,QAAM;AACC,SAAS,OAAO,WAAW;AAC9B,MAAI,SAAS,UAAU,SAAS,KAAK,UAAU,CAAC,MAAM,SAAS,UAAU,CAAC,IAAI,CAAC,GAC3E,OAAO;AAAA,IACP,mBAAmB,QAAQ,IAAI,4BAA4B;AAAA,IAC3D,oBAAoB;AAAA,IACpB,eAAe;AAAA,IACf,eAAe,QAAQ,IAAI,8BAA8B;AAAA,IACzD,GAAG;AAAA,EACP,GACI,UAAU,SAAS,SAAS;AAC5B,QAAI,CAAC,OAAO,OAAO,KAAK,QAAI,8BAAiB,SAAS;AAAA,MAClD,GAAG;AAAA,MACH,cAAc;AAAA,MACd,eAAe,KAAK;AAAA,IACxB,CAAC,GACG,eAAe,KAAK,mBACpB,UAAU,MAAM,UAAU,eAAe,MAAM,YAAY,IAAI,YAAgB,MAAM,eAA6B,OAAd,MAAM,UAAiB,KAAK,eAChI,YAAQ,yBAAY,OAAO,GAC3B,OAAO,OAAO,MAAM,QAAS,eAAW,2BAAc,MAAM,MAAM,MAAM,IAAI,MAAM,MAClF,oBACA,cAAc,OAAO,MAAM,eAAgB,eAAW,2BAAc,MAAM,aAAa,MAAM,KAAK,qBAAqB,MAAM,iBAAiB,QAAQ,uBAAuB,SAAS,qBAAqB,GAAG,KAAK,kBAAkB,IACrO,aAAa;AAAA,MACb,GAAG;AAAA,MACH;AAAA,MACA;AAAA,MACA;AAAA,MACA;AAAA,IACJ;AACA,WAAqB,uCAAAC,KAAK,WAAW;AAAA,MACjC,GAAG;AAAA,IACP,CAAC;AAAA,EACL;AACA,SAAO;AACX;",
5
- "names": ["React", "_jsx"]
6
- }
1
+ {"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","themed_exports","__export","themed","module","exports","import_jsx_runtime","require","import_core","import_react","__toESM","default","keep","Component","optsIn","arguments","length","opts","defaultThemeColor","process","env","DEFAULT_ICON_THEME_COLOR","defaultStrokeWidth","fallbackColor","resolveValues","TAMAGUI_ICON_COLOR_RESOLVE","wrapped","propsIn","props","style","theme","usePropsAndStyle","forComponent","Text","defaultColor","colorIn","color","disableTheme","getVariable","size","getTokenValue","_props_strokeWidth","strokeWidth","finalProps","jsx"],"sources":["../../src/themed.tsx"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAAA;EAAAA,YAAA,GAAAC,GAAA,IAAAC,WAAA,CAAAC,SAAA;IAAAC,KAAA;EAAA,IAAAH,GAAA;AAAA,IAAAI,cAAA;AAAAC,QAAA,CAAAD,cAAA;EAAAE,MAAA,EAAAA,CAAA,KAAAA;AAAA;AAAAC,MAAA,CAAAC,OAAA,GAAAT,YAMO,CAAAK,cACP;AAKA,IAAAK,kBAAM,GAAAC,OAAA;EAAAC,WAAA,GAAAD,OAAA;EAAAE,YAAA,GAAAC,OAAA,CAAAH,OAAA;AAUCE,YAAS,CAAAE,OAAO,CAAAC,IAAA;AACrB,SAAMT,MAAgBA,CAAAU,SAAA;EAAA,IACpBC,MAAA,GAAAC,SAAmB,CAAAC,MAAQ,IAAI,IAAAD,SAAA,iBAA4BA,SAAA;IAAAE,IAAA;MAC3DC,iBAAA,EAAAC,OAAoB,CAAAC,GAAA,CAAAC,wBAAA;MACpBC,kBAAe;MACfC,aAAA,EAAgB;MAChBC,aAAG,EAAAL,OAAA,CAAAC,GAAA,CAAAK,0BAAA;MACL,GAAAX;IAwCA;IAAAY,OAtCiB,YAAAA,CAAuBC,OAAA;MACtC,KAAAC,KAAO,EAAAC,KAAO,EAAAC,KAAO,IAAK,IAAAtB,WAAI,CAAAuB,gBAAA,EAAAJ,OAAiB;UAC7C,GAAGV,IAAA;UACHe,YAAA,EAAcxB,WAAA,CAAAyB,IAAA;UACdT,aAAA,EAAeP,IAAA,CAAKO;QACtB,CAAC;QAEKU,YAAA,GAAejB,IAAA,CAAKC,iBAAA;QAEpBiB,OAAA,GACJN,KAAA,CAAMO,KAAA,KACLF,YAAA,GAAeJ,KAAA,CAAMI,YAAsB,IAAI,YAC9CN,KAAA,CAAMS,YAAA,GAA6B,OAAdP,KAAA,CAAMM,KAAA,KAC7BnB,IAAA,CAAKM,aAAA;QAEDa,KAAA,OAAQ5B,WAAA,CAAA8B,WAAA,EAAYH,OAAO;QAE3BI,IAAA,GACJ,OAAOX,KAAA,CAAMW,IAAA,IAAS,eAClB/B,WAAA,CAAAgC,aAAA,EAAcZ,KAAA,CAAMW,IAAA,EAAa,MAAM,IACvCX,KAAA,CAAMW,IAAA;QAENE,kBACJ;QAAAC,WAAa,UAAAd,KAAgB,CAAAc,WACzB,mBAAAlC,WAAc,CAAAgC,aAAM,EAAoBZ,KAAM,CAAAc,WACvC,aAAeD,kBAAQ,GAAAb,KAAkB,CAAAc,WAEhD,MAAa,QAAAD,kBAAA,cAAAA,kBAAA,MAAAxB,IAAA,CAAAK,kBAAA;QAAAqB,UAAA;UACjB,GAAGf,KAAA;UACHQ,KAAA;UACAG,IAAA;UACAG,WAAA;UACAb;QACF;MAEA,OAAO,mBAAAvB,kBAAA,CAAAsC,GAAA,EAAC/B,SAAA;QACV,GAAA8B;MAGF","ignoreList":[]}
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@tamagui/helpers-icon",
3
- "version": "1.135.4",
3
+ "version": "1.135.6",
4
+ "type": "module",
4
5
  "sideEffects": false,
5
6
  "description": "Utilities for icon packages",
6
7
  "source": "src/index.ts",
@@ -20,7 +21,7 @@
20
21
  },
21
22
  "license": "MIT",
22
23
  "dependencies": {
23
- "@tamagui/core": "1.135.4"
24
+ "@tamagui/core": "1.135.6"
24
25
  },
25
26
  "exports": {
26
27
  "./package.json": "./package.json",
@@ -40,7 +41,7 @@
40
41
  "react-native-svg": ">=12"
41
42
  },
42
43
  "devDependencies": {
43
- "@tamagui/build": "1.135.4",
44
+ "@tamagui/build": "1.135.6",
44
45
  "react": "*",
45
46
  "react-native-svg": "15.11.2"
46
47
  }