@tamagui/scroll-view 1.13.3 → 1.14.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.
@@ -1,50 +1,2 @@
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: true });
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var ScrollView_exports = {};
20
- __export(ScrollView_exports, {
21
- ScrollView: () => ScrollView
22
- });
23
- module.exports = __toCommonJS(ScrollView_exports);
24
- var import_stacks = require("@tamagui/stacks");
25
- var import_web = require("@tamagui/web");
26
- var import_react_native = require("react-native");
27
- (0, import_web.setupReactNative)({
28
- ScrollView: import_react_native.ScrollView
29
- });
30
- const ScrollView = (0, import_web.styled)(
31
- import_react_native.ScrollView,
32
- {
33
- name: "ScrollView",
34
- scrollEnabled: true,
35
- variants: {
36
- fullscreen: {
37
- true: import_stacks.fullscreenStyle
38
- }
39
- }
40
- },
41
- {
42
- // this maybe not necesssary since setupReactNative is called?
43
- isReactNative: true
44
- }
45
- );
46
- // Annotate the CommonJS export names for ESM import in node:
47
- 0 && (module.exports = {
48
- ScrollView
49
- });
1
+ "use strict";var i=Object.defineProperty;var p=Object.getOwnPropertyDescriptor;var S=Object.getOwnPropertyNames;var m=Object.prototype.hasOwnProperty;var n=(r,e)=>{for(var t in e)i(r,t,{get:e[t],enumerable:!0})},w=(r,e,t,s)=>{if(e&&typeof e=="object"||typeof e=="function")for(let l of S(e))!m.call(r,l)&&l!==t&&i(r,l,{get:()=>e[l],enumerable:!(s=p(e,l))||s.enumerable});return r};var V=r=>w(i({},"__esModule",{value:!0}),r);var u={};n(u,{ScrollView:()=>f});module.exports=V(u);var a=require("@tamagui/stacks"),o=require("@tamagui/web"),c=require("react-native");(0,o.setupReactNative)({ScrollView:c.ScrollView});const f=(0,o.styled)(c.ScrollView,{name:"ScrollView",scrollEnabled:!0,variants:{fullscreen:{true:a.fullscreenStyle}}},{isReactNative:!0});0&&(module.exports={ScrollView});
50
2
  //# sourceMappingURL=ScrollView.js.map
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../src/ScrollView.tsx"],
4
4
  "sourcesContent": ["import { fullscreenStyle } from '@tamagui/stacks'\nimport { GetProps, setupReactNative, styled } from '@tamagui/web'\nimport { ScrollView as ScrollViewNative } from 'react-native'\n\nsetupReactNative({\n ScrollView: ScrollViewNative,\n})\n\nexport const ScrollView = styled(\n ScrollViewNative,\n {\n name: 'ScrollView',\n scrollEnabled: true,\n\n variants: {\n fullscreen: {\n true: fullscreenStyle,\n },\n } as const,\n },\n {\n // this maybe not necesssary since setupReactNative is called?\n isReactNative: true,\n }\n)\n\nexport type ScrollViewProps = GetProps<typeof ScrollView>\n"],
5
- "mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,oBAAgC;AAChC,iBAAmD;AACnD,0BAA+C;AAAA,IAE/C,6BAAiB;AAAA,EACf,YAAY,oBAAAA;AACd,CAAC;AAEM,MAAM,iBAAa;AAAA,EACxB,oBAAAA;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,eAAe;AAAA,IAEf,UAAU;AAAA,MACR,YAAY;AAAA,QACV,MAAM;AAAA,MACR;AAAA,IACF;AAAA,EACF;AAAA,EACA;AAAA;AAAA,IAEE,eAAe;AAAA,EACjB;AACF;",
6
- "names": ["ScrollViewNative"]
5
+ "mappings": "yaAAA,IAAAA,EAAA,GAAAC,EAAAD,EAAA,gBAAAE,IAAA,eAAAC,EAAAH,GAAA,IAAAI,EAAgC,2BAChCC,EAAmD,wBACnDC,EAA+C,2BAE/C,oBAAiB,CACf,WAAY,EAAAC,UACd,CAAC,EAEM,MAAML,KAAa,UACxB,EAAAK,WACA,CACE,KAAM,aACN,cAAe,GAEf,SAAU,CACR,WAAY,CACV,KAAM,iBACR,CACF,CACF,EACA,CAEE,cAAe,EACjB,CACF",
6
+ "names": ["ScrollView_exports", "__export", "ScrollView", "__toCommonJS", "import_stacks", "import_web", "import_react_native", "ScrollViewNative"]
7
7
  }
package/dist/cjs/index.js CHANGED
@@ -1,19 +1,2 @@
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
- if (!__hasOwnProp.call(to, key) && key !== except)
10
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
11
- }
12
- return to;
13
- };
14
- var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
15
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
16
- var src_exports = {};
17
- module.exports = __toCommonJS(src_exports);
18
- __reExport(src_exports, require("./ScrollView"), module.exports);
1
+ "use strict";var a=Object.defineProperty;var b=Object.getOwnPropertyDescriptor;var c=Object.getOwnPropertyNames;var d=Object.prototype.hasOwnProperty;var p=(r,o,f,x)=>{if(o&&typeof o=="object"||typeof o=="function")for(let e of c(o))!d.call(r,e)&&e!==f&&a(r,e,{get:()=>o[e],enumerable:!(x=b(o,e))||x.enumerable});return r},t=(r,o,f)=>(p(r,o,"default"),f&&p(f,o,"default"));var g=r=>p(a({},"__esModule",{value:!0}),r);var m={};module.exports=g(m);t(m,require("./ScrollView"),module.exports);
19
2
  //# sourceMappingURL=index.js.map
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../src/index.tsx"],
4
4
  "sourcesContent": ["export * from './ScrollView'\n"],
5
- "mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAAA,wBAAc,yBAAd;",
6
- "names": []
5
+ "mappings": "iaAAA,IAAAA,EAAA,kBAAAC,EAAAD,GAAAE,EAAAF,EAAc,wBAAd",
6
+ "names": ["src_exports", "__toCommonJS", "__reExport"]
7
7
  }
@@ -1,26 +1,2 @@
1
- import { fullscreenStyle } from "@tamagui/stacks";
2
- import { setupReactNative, styled } from "@tamagui/web";
3
- import { ScrollView as ScrollViewNative } from "react-native";
4
- setupReactNative({
5
- ScrollView: ScrollViewNative
6
- });
7
- const ScrollView = styled(
8
- ScrollViewNative,
9
- {
10
- name: "ScrollView",
11
- scrollEnabled: true,
12
- variants: {
13
- fullscreen: {
14
- true: fullscreenStyle
15
- }
16
- }
17
- },
18
- {
19
- // this maybe not necesssary since setupReactNative is called?
20
- isReactNative: true
21
- }
22
- );
23
- export {
24
- ScrollView
25
- };
1
+ import{fullscreenStyle as r}from"@tamagui/stacks";import{setupReactNative as l,styled as t}from"@tamagui/web";import{ScrollView as e}from"react-native";l({ScrollView:e});const a=t(e,{name:"ScrollView",scrollEnabled:!0,variants:{fullscreen:{true:r}}},{isReactNative:!0});export{a as ScrollView};
26
2
  //# sourceMappingURL=ScrollView.js.map
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../src/ScrollView.tsx"],
4
4
  "sourcesContent": ["import { fullscreenStyle } from '@tamagui/stacks'\nimport { GetProps, setupReactNative, styled } from '@tamagui/web'\nimport { ScrollView as ScrollViewNative } from 'react-native'\n\nsetupReactNative({\n ScrollView: ScrollViewNative,\n})\n\nexport const ScrollView = styled(\n ScrollViewNative,\n {\n name: 'ScrollView',\n scrollEnabled: true,\n\n variants: {\n fullscreen: {\n true: fullscreenStyle,\n },\n } as const,\n },\n {\n // this maybe not necesssary since setupReactNative is called?\n isReactNative: true,\n }\n)\n\nexport type ScrollViewProps = GetProps<typeof ScrollView>\n"],
5
- "mappings": "AAAA,SAAS,uBAAuB;AAChC,SAAmB,kBAAkB,cAAc;AACnD,SAAS,cAAc,wBAAwB;AAE/C,iBAAiB;AAAA,EACf,YAAY;AACd,CAAC;AAEM,MAAM,aAAa;AAAA,EACxB;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,eAAe;AAAA,IAEf,UAAU;AAAA,MACR,YAAY;AAAA,QACV,MAAM;AAAA,MACR;AAAA,IACF;AAAA,EACF;AAAA,EACA;AAAA;AAAA,IAEE,eAAe;AAAA,EACjB;AACF;",
6
- "names": []
5
+ "mappings": "AAAA,OAAS,mBAAAA,MAAuB,kBAChC,OAAmB,oBAAAC,EAAkB,UAAAC,MAAc,eACnD,OAAS,cAAcC,MAAwB,eAE/CF,EAAiB,CACf,WAAYE,CACd,CAAC,EAEM,MAAMC,EAAaF,EACxBC,EACA,CACE,KAAM,aACN,cAAe,GAEf,SAAU,CACR,WAAY,CACV,KAAMH,CACR,CACF,CACF,EACA,CAEE,cAAe,EACjB,CACF",
6
+ "names": ["fullscreenStyle", "setupReactNative", "styled", "ScrollViewNative", "ScrollView"]
7
7
  }
@@ -1,26 +1,2 @@
1
- import { fullscreenStyle } from "@tamagui/stacks";
2
- import { setupReactNative, styled } from "@tamagui/web";
3
- import { ScrollView as ScrollViewNative } from "react-native";
4
- setupReactNative({
5
- ScrollView: ScrollViewNative
6
- });
7
- const ScrollView = styled(
8
- ScrollViewNative,
9
- {
10
- name: "ScrollView",
11
- scrollEnabled: true,
12
- variants: {
13
- fullscreen: {
14
- true: fullscreenStyle
15
- }
16
- }
17
- },
18
- {
19
- // this maybe not necesssary since setupReactNative is called?
20
- isReactNative: true
21
- }
22
- );
23
- export {
24
- ScrollView
25
- };
1
+ import{fullscreenStyle as r}from"@tamagui/stacks";import{setupReactNative as l,styled as t}from"@tamagui/web";import{ScrollView as e}from"react-native";l({ScrollView:e});const a=t(e,{name:"ScrollView",scrollEnabled:!0,variants:{fullscreen:{true:r}}},{isReactNative:!0});export{a as ScrollView};
26
2
  //# sourceMappingURL=ScrollView.mjs.map
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../src/ScrollView.tsx"],
4
4
  "sourcesContent": ["import { fullscreenStyle } from '@tamagui/stacks'\nimport { GetProps, setupReactNative, styled } from '@tamagui/web'\nimport { ScrollView as ScrollViewNative } from 'react-native'\n\nsetupReactNative({\n ScrollView: ScrollViewNative,\n})\n\nexport const ScrollView = styled(\n ScrollViewNative,\n {\n name: 'ScrollView',\n scrollEnabled: true,\n\n variants: {\n fullscreen: {\n true: fullscreenStyle,\n },\n } as const,\n },\n {\n // this maybe not necesssary since setupReactNative is called?\n isReactNative: true,\n }\n)\n\nexport type ScrollViewProps = GetProps<typeof ScrollView>\n"],
5
- "mappings": "AAAA,SAAS,uBAAuB;AAChC,SAAmB,kBAAkB,cAAc;AACnD,SAAS,cAAc,wBAAwB;AAE/C,iBAAiB;AAAA,EACf,YAAY;AACd,CAAC;AAEM,MAAM,aAAa;AAAA,EACxB;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,eAAe;AAAA,IAEf,UAAU;AAAA,MACR,YAAY;AAAA,QACV,MAAM;AAAA,MACR;AAAA,IACF;AAAA,EACF;AAAA,EACA;AAAA;AAAA,IAEE,eAAe;AAAA,EACjB;AACF;",
6
- "names": []
5
+ "mappings": "AAAA,OAAS,mBAAAA,MAAuB,kBAChC,OAAmB,oBAAAC,EAAkB,UAAAC,MAAc,eACnD,OAAS,cAAcC,MAAwB,eAE/CF,EAAiB,CACf,WAAYE,CACd,CAAC,EAEM,MAAMC,EAAaF,EACxBC,EACA,CACE,KAAM,aACN,cAAe,GAEf,SAAU,CACR,WAAY,CACV,KAAMH,CACR,CACF,CACF,EACA,CAEE,cAAe,EACjB,CACF",
6
+ "names": ["fullscreenStyle", "setupReactNative", "styled", "ScrollViewNative", "ScrollView"]
7
7
  }
package/dist/esm/index.js CHANGED
@@ -1,2 +1,2 @@
1
- export * from "./ScrollView";
1
+ export*from"./ScrollView";
2
2
  //# sourceMappingURL=index.js.map
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../src/index.tsx"],
4
4
  "sourcesContent": ["export * from './ScrollView'\n"],
5
- "mappings": "AAAA,cAAc;",
5
+ "mappings": "AAAA,WAAc",
6
6
  "names": []
7
7
  }
@@ -1,2 +1,2 @@
1
- export * from "./ScrollView";
1
+ export*from"./ScrollView";
2
2
  //# sourceMappingURL=index.mjs.map
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../src/index.tsx"],
4
4
  "sourcesContent": ["export * from './ScrollView'\n"],
5
- "mappings": "AAAA,cAAc;",
5
+ "mappings": "AAAA,WAAc",
6
6
  "names": []
7
7
  }
@@ -1,26 +1,2 @@
1
- import { fullscreenStyle } from "@tamagui/stacks";
2
- import { setupReactNative, styled } from "@tamagui/web";
3
- import { ScrollView as ScrollViewNative } from "react-native";
4
- setupReactNative({
5
- ScrollView: ScrollViewNative
6
- });
7
- const ScrollView = styled(
8
- ScrollViewNative,
9
- {
10
- name: "ScrollView",
11
- scrollEnabled: true,
12
- variants: {
13
- fullscreen: {
14
- true: fullscreenStyle
15
- }
16
- }
17
- },
18
- {
19
- // this maybe not necesssary since setupReactNative is called?
20
- isReactNative: true
21
- }
22
- );
23
- export {
24
- ScrollView
25
- };
1
+ import{fullscreenStyle as r}from"@tamagui/stacks";import{setupReactNative as l,styled as t}from"@tamagui/web";import{ScrollView as e}from"react-native";l({ScrollView:e});const a=t(e,{name:"ScrollView",scrollEnabled:!0,variants:{fullscreen:{true:r}}},{isReactNative:!0});export{a as ScrollView};
26
2
  //# sourceMappingURL=ScrollView.js.map
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../src/ScrollView.tsx"],
4
4
  "sourcesContent": ["import { fullscreenStyle } from '@tamagui/stacks'\nimport { GetProps, setupReactNative, styled } from '@tamagui/web'\nimport { ScrollView as ScrollViewNative } from 'react-native'\n\nsetupReactNative({\n ScrollView: ScrollViewNative,\n})\n\nexport const ScrollView = styled(\n ScrollViewNative,\n {\n name: 'ScrollView',\n scrollEnabled: true,\n\n variants: {\n fullscreen: {\n true: fullscreenStyle,\n },\n } as const,\n },\n {\n // this maybe not necesssary since setupReactNative is called?\n isReactNative: true,\n }\n)\n\nexport type ScrollViewProps = GetProps<typeof ScrollView>\n"],
5
- "mappings": "AAAA,SAAS,uBAAuB;AAChC,SAAmB,kBAAkB,cAAc;AACnD,SAAS,cAAc,wBAAwB;AAE/C,iBAAiB;AAAA,EACf,YAAY;AACd,CAAC;AAEM,MAAM,aAAa;AAAA,EACxB;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,eAAe;AAAA,IAEf,UAAU;AAAA,MACR,YAAY;AAAA,QACV,MAAM;AAAA,MACR;AAAA,IACF;AAAA,EACF;AAAA,EACA;AAAA;AAAA,IAEE,eAAe;AAAA,EACjB;AACF;",
6
- "names": []
5
+ "mappings": "AAAA,OAAS,mBAAAA,MAAuB,kBAChC,OAAmB,oBAAAC,EAAkB,UAAAC,MAAc,eACnD,OAAS,cAAcC,MAAwB,eAE/CF,EAAiB,CACf,WAAYE,CACd,CAAC,EAEM,MAAMC,EAAaF,EACxBC,EACA,CACE,KAAM,aACN,cAAe,GAEf,SAAU,CACR,WAAY,CACV,KAAMH,CACR,CACF,CACF,EACA,CAEE,cAAe,EACjB,CACF",
6
+ "names": ["fullscreenStyle", "setupReactNative", "styled", "ScrollViewNative", "ScrollView"]
7
7
  }
@@ -1,26 +1,2 @@
1
- import { fullscreenStyle } from "@tamagui/stacks";
2
- import { setupReactNative, styled } from "@tamagui/web";
3
- import { ScrollView as ScrollViewNative } from "react-native";
4
- setupReactNative({
5
- ScrollView: ScrollViewNative
6
- });
7
- const ScrollView = styled(
8
- ScrollViewNative,
9
- {
10
- name: "ScrollView",
11
- scrollEnabled: true,
12
- variants: {
13
- fullscreen: {
14
- true: fullscreenStyle
15
- }
16
- }
17
- },
18
- {
19
- // this maybe not necesssary since setupReactNative is called?
20
- isReactNative: true
21
- }
22
- );
23
- export {
24
- ScrollView
25
- };
1
+ import{fullscreenStyle as r}from"@tamagui/stacks";import{setupReactNative as l,styled as t}from"@tamagui/web";import{ScrollView as e}from"react-native";l({ScrollView:e});const a=t(e,{name:"ScrollView",scrollEnabled:!0,variants:{fullscreen:{true:r}}},{isReactNative:!0});export{a as ScrollView};
26
2
  //# sourceMappingURL=ScrollView.mjs.map
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../src/ScrollView.tsx"],
4
4
  "sourcesContent": ["import { fullscreenStyle } from '@tamagui/stacks'\nimport { GetProps, setupReactNative, styled } from '@tamagui/web'\nimport { ScrollView as ScrollViewNative } from 'react-native'\n\nsetupReactNative({\n ScrollView: ScrollViewNative,\n})\n\nexport const ScrollView = styled(\n ScrollViewNative,\n {\n name: 'ScrollView',\n scrollEnabled: true,\n\n variants: {\n fullscreen: {\n true: fullscreenStyle,\n },\n } as const,\n },\n {\n // this maybe not necesssary since setupReactNative is called?\n isReactNative: true,\n }\n)\n\nexport type ScrollViewProps = GetProps<typeof ScrollView>\n"],
5
- "mappings": "AAAA,SAAS,uBAAuB;AAChC,SAAmB,kBAAkB,cAAc;AACnD,SAAS,cAAc,wBAAwB;AAE/C,iBAAiB;AAAA,EACf,YAAY;AACd,CAAC;AAEM,MAAM,aAAa;AAAA,EACxB;AAAA,EACA;AAAA,IACE,MAAM;AAAA,IACN,eAAe;AAAA,IAEf,UAAU;AAAA,MACR,YAAY;AAAA,QACV,MAAM;AAAA,MACR;AAAA,IACF;AAAA,EACF;AAAA,EACA;AAAA;AAAA,IAEE,eAAe;AAAA,EACjB;AACF;",
6
- "names": []
5
+ "mappings": "AAAA,OAAS,mBAAAA,MAAuB,kBAChC,OAAmB,oBAAAC,EAAkB,UAAAC,MAAc,eACnD,OAAS,cAAcC,MAAwB,eAE/CF,EAAiB,CACf,WAAYE,CACd,CAAC,EAEM,MAAMC,EAAaF,EACxBC,EACA,CACE,KAAM,aACN,cAAe,GAEf,SAAU,CACR,WAAY,CACV,KAAMH,CACR,CACF,CACF,EACA,CAEE,cAAe,EACjB,CACF",
6
+ "names": ["fullscreenStyle", "setupReactNative", "styled", "ScrollViewNative", "ScrollView"]
7
7
  }
package/dist/jsx/index.js CHANGED
@@ -1,2 +1,2 @@
1
- export * from "./ScrollView";
1
+ export*from"./ScrollView";
2
2
  //# sourceMappingURL=index.js.map
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../src/index.tsx"],
4
4
  "sourcesContent": ["export * from './ScrollView'\n"],
5
- "mappings": "AAAA,cAAc;",
5
+ "mappings": "AAAA,WAAc",
6
6
  "names": []
7
7
  }
@@ -1,2 +1,2 @@
1
- export * from "./ScrollView";
1
+ export*from"./ScrollView";
2
2
  //# sourceMappingURL=index.mjs.map
@@ -2,6 +2,6 @@
2
2
  "version": 3,
3
3
  "sources": ["../../src/index.tsx"],
4
4
  "sourcesContent": ["export * from './ScrollView'\n"],
5
- "mappings": "AAAA,cAAc;",
5
+ "mappings": "AAAA,WAAc",
6
6
  "names": []
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/scroll-view",
3
- "version": "1.13.3",
3
+ "version": "1.14.0",
4
4
  "sideEffects": [
5
5
  "*.css"
6
6
  ],
@@ -29,14 +29,14 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "@tamagui/stacks": "1.13.3",
33
- "@tamagui/web": "1.13.3"
32
+ "@tamagui/stacks": "1.14.0",
33
+ "@tamagui/web": "1.14.0"
34
34
  },
35
35
  "peerDependencies": {
36
36
  "react": "*"
37
37
  },
38
38
  "devDependencies": {
39
- "@tamagui/build": "1.13.3",
39
+ "@tamagui/build": "1.14.0",
40
40
  "react": "^18.2.0"
41
41
  },
42
42
  "publishConfig": {