@tamagui/config 1.57.1 → 1.57.3

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.
@@ -0,0 +1,59 @@
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 animations_moti_exports = {};
20
+ __export(animations_moti_exports, {
21
+ animations: () => animations
22
+ });
23
+ module.exports = __toCommonJS(animations_moti_exports);
24
+ var import_animations_moti = require("@tamagui/animations-moti");
25
+ const animations = (0, import_animations_moti.createAnimations)({
26
+ bouncy: {
27
+ type: "spring",
28
+ damping: 9,
29
+ mass: 0.9,
30
+ stiffness: 150
31
+ },
32
+ lazy: {
33
+ type: "spring",
34
+ damping: 18,
35
+ stiffness: 50
36
+ },
37
+ slow: {
38
+ type: "spring",
39
+ damping: 15,
40
+ stiffness: 40
41
+ },
42
+ quick: {
43
+ type: "spring",
44
+ damping: 20,
45
+ mass: 1.2,
46
+ stiffness: 250
47
+ },
48
+ tooltip: {
49
+ type: "spring",
50
+ damping: 10,
51
+ mass: 0.9,
52
+ stiffness: 100
53
+ }
54
+ });
55
+ // Annotate the CommonJS export names for ESM import in node:
56
+ 0 && (module.exports = {
57
+ animations
58
+ });
59
+ //# sourceMappingURL=animations.moti.js.map
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/animations.moti.ts"],
4
+ "mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,6BAAiC;AAE1B,MAAM,iBAAa,yCAAiB;AAAA,EACzC,QAAQ;AAAA,IACN,MAAM;AAAA,IACN,SAAS;AAAA,IACT,MAAM;AAAA,IACN,WAAW;AAAA,EACb;AAAA,EACA,MAAM;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,WAAW;AAAA,EACb;AAAA,EACA,MAAM;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,WAAW;AAAA,EACb;AAAA,EACA,OAAO;AAAA,IACL,MAAM;AAAA,IACN,SAAS;AAAA,IACT,MAAM;AAAA,IACN,WAAW;AAAA,EACb;AAAA,EACA,SAAS;AAAA,IACP,MAAM;AAAA,IACN,SAAS;AAAA,IACT,MAAM;AAAA,IACN,WAAW;AAAA,EACb;AACF,CAAC;",
5
+ "names": []
6
+ }
@@ -0,0 +1,142 @@
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 __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
19
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
+ var tamagui_config_exports = {};
21
+ __export(tamagui_config_exports, {
22
+ config: () => config
23
+ });
24
+ module.exports = __toCommonJS(tamagui_config_exports);
25
+ var import_font_inter = require("@tamagui/font-inter");
26
+ var import_font_silkscreen = require("@tamagui/font-silkscreen");
27
+ var import_shorthands = require("@tamagui/shorthands");
28
+ var import_themes = require("@tamagui/themes");
29
+ var import_animations = require("./animations");
30
+ var import_createGenericFont = require("./createGenericFont");
31
+ var import_media = require("./media");
32
+ __reExport(tamagui_config_exports, require("./animations"), module.exports);
33
+ const silkscreenFont = (0, import_font_silkscreen.createSilkscreenFont)();
34
+ const headingFont = (0, import_font_inter.createInterFont)(
35
+ {
36
+ size: {
37
+ 5: 13,
38
+ 6: 15,
39
+ 9: 32,
40
+ 10: 44
41
+ },
42
+ transform: {
43
+ 6: "uppercase",
44
+ 7: "none"
45
+ },
46
+ weight: {
47
+ 6: "400",
48
+ 7: "700"
49
+ },
50
+ color: {
51
+ 6: "$colorFocus",
52
+ 7: "$color"
53
+ },
54
+ letterSpacing: {
55
+ 5: 2,
56
+ 6: 1,
57
+ 7: 0,
58
+ 8: 0,
59
+ 9: -1,
60
+ 10: -1.5,
61
+ 12: -2,
62
+ 14: -3,
63
+ 15: -4
64
+ },
65
+ // for native
66
+ face: {
67
+ 700: { normal: "InterBold" },
68
+ 800: { normal: "InterBold" },
69
+ 900: { normal: "InterBold" }
70
+ }
71
+ },
72
+ { sizeLineHeight: (size) => Math.round(size * 1.1 + (size < 30 ? 10 : 5)) }
73
+ );
74
+ const bodyFont = (0, import_font_inter.createInterFont)(
75
+ {
76
+ weight: {
77
+ 1: "400",
78
+ 7: "600"
79
+ }
80
+ },
81
+ {
82
+ sizeSize: (size) => Math.round(size),
83
+ sizeLineHeight: (size) => Math.round(size * 1.1 + (size >= 12 ? 8 : 4))
84
+ }
85
+ );
86
+ const monoFont = (0, import_createGenericFont.createGenericFont)(
87
+ `"ui-monospace", "SFMono-Regular", "SF Mono", Menlo, Consolas, "Liberation Mono", monospace`,
88
+ {
89
+ weight: {
90
+ 1: "500"
91
+ },
92
+ size: {
93
+ 1: 11,
94
+ 2: 12,
95
+ 3: 13,
96
+ 4: 14,
97
+ 5: 16,
98
+ 6: 18,
99
+ 7: 20,
100
+ 8: 22,
101
+ 9: 30,
102
+ 10: 42,
103
+ 11: 52,
104
+ 12: 62,
105
+ 13: 72,
106
+ 14: 92,
107
+ 15: 114,
108
+ 16: 124
109
+ }
110
+ },
111
+ {
112
+ sizeLineHeight: (x) => x * 1.5
113
+ }
114
+ );
115
+ const config = {
116
+ defaultFont: "body",
117
+ shouldAddPrefersColorThemes: true,
118
+ themeClassNameOnRoot: true,
119
+ animations: import_animations.animations,
120
+ themes: import_themes.themes,
121
+ media: import_media.media,
122
+ shorthands: import_shorthands.shorthands,
123
+ tokens: import_themes.tokens,
124
+ fonts: {
125
+ // noto: notoFont as any,
126
+ heading: headingFont,
127
+ body: bodyFont,
128
+ mono: monoFont,
129
+ silkscreen: silkscreenFont
130
+ }
131
+ };
132
+ config.selectionStyles = (theme) => theme.color5 ? {
133
+ backgroundColor: theme.color5,
134
+ color: theme.color11
135
+ } : null;
136
+ config.mediaQueryDefaultActive = import_media.mediaQueryDefaultActive;
137
+ // Annotate the CommonJS export names for ESM import in node:
138
+ 0 && (module.exports = {
139
+ config,
140
+ ...require("./animations")
141
+ });
142
+ //# sourceMappingURL=tamagui.config.js.map
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/tamagui.config.ts"],
4
+ "mappings": ";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAgC;AAChC,6BAAqC;AACrC,wBAA2B;AAC3B,oBAA+B;AAE/B,wBAA2B;AAC3B,+BAAkC;AAClC,mBAA+C;AAE/C,mCAAc,yBATd;AAWA,MAAM,qBAAiB,6CAAqB;AAC5C,MAAM,kBAAc;AAAA,EAClB;AAAA,IACE,MAAM;AAAA,MACJ,GAAG;AAAA,MACH,GAAG;AAAA,MACH,GAAG;AAAA,MACH,IAAI;AAAA,IACN;AAAA,IACA,WAAW;AAAA,MACT,GAAG;AAAA,MACH,GAAG;AAAA,IACL;AAAA,IACA,QAAQ;AAAA,MACN,GAAG;AAAA,MACH,GAAG;AAAA,IACL;AAAA,IACA,OAAO;AAAA,MACL,GAAG;AAAA,MACH,GAAG;AAAA,IACL;AAAA,IACA,eAAe;AAAA,MACb,GAAG;AAAA,MACH,GAAG;AAAA,MACH,GAAG;AAAA,MACH,GAAG;AAAA,MACH,GAAG;AAAA,MACH,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IACN;AAAA;AAAA,IAEA,MAAM;AAAA,MACJ,KAAK,EAAE,QAAQ,YAAY;AAAA,MAC3B,KAAK,EAAE,QAAQ,YAAY;AAAA,MAC3B,KAAK,EAAE,QAAQ,YAAY;AAAA,IAC7B;AAAA,EACF;AAAA,EACA,EAAE,gBAAgB,CAAC,SAAS,KAAK,MAAM,OAAO,OAAO,OAAO,KAAK,KAAK,EAAE,EAAE;AAC5E;AAEA,MAAM,eAAW;AAAA,EACf;AAAA,IACE,QAAQ;AAAA,MACN,GAAG;AAAA,MACH,GAAG;AAAA,IACL;AAAA,EACF;AAAA,EACA;AAAA,IACE,UAAU,CAAC,SAAS,KAAK,MAAM,IAAI;AAAA,IACnC,gBAAgB,CAAC,SAAS,KAAK,MAAM,OAAO,OAAO,QAAQ,KAAK,IAAI,EAAE;AAAA,EACxE;AACF;AAEA,MAAM,eAAW;AAAA,EACf;AAAA,EACA;AAAA,IACE,QAAQ;AAAA,MACN,GAAG;AAAA,IACL;AAAA,IACA,MAAM;AAAA,MACJ,GAAG;AAAA,MACH,GAAG;AAAA,MACH,GAAG;AAAA,MACH,GAAG;AAAA,MACH,GAAG;AAAA,MACH,GAAG;AAAA,MACH,GAAG;AAAA,MACH,GAAG;AAAA,MACH,GAAG;AAAA,MACH,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IACN;AAAA,EACF;AAAA,EACA;AAAA,IACE,gBAAgB,CAAC,MAAM,IAAI;AAAA,EAC7B;AACF;AAEO,MAAM,SAAS;AAAA,EACpB,aAAa;AAAA,EACb,6BAA6B;AAAA,EAC7B,sBAAsB;AAAA,EACtB;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA,OAAO;AAAA;AAAA,IAEL,SAAS;AAAA,IACT,MAAM;AAAA,IACN,MAAM;AAAA,IACN,YAAY;AAAA,EACd;AACF;AAGA,OAAO,kBAAkB,CAAC,UACxB,MAAM,SACF;AAAA,EACE,iBAAiB,MAAM;AAAA,EACvB,OAAO,MAAM;AACf,IACA;AAGN,OAAO,0BAA0B;",
5
+ "names": []
6
+ }
@@ -0,0 +1,35 @@
1
+ import { createAnimations } from "@tamagui/animations-moti";
2
+ const animations = createAnimations({
3
+ bouncy: {
4
+ type: "spring",
5
+ damping: 9,
6
+ mass: 0.9,
7
+ stiffness: 150
8
+ },
9
+ lazy: {
10
+ type: "spring",
11
+ damping: 18,
12
+ stiffness: 50
13
+ },
14
+ slow: {
15
+ type: "spring",
16
+ damping: 15,
17
+ stiffness: 40
18
+ },
19
+ quick: {
20
+ type: "spring",
21
+ damping: 20,
22
+ mass: 1.2,
23
+ stiffness: 250
24
+ },
25
+ tooltip: {
26
+ type: "spring",
27
+ damping: 10,
28
+ mass: 0.9,
29
+ stiffness: 100
30
+ }
31
+ });
32
+ export {
33
+ animations
34
+ };
35
+ //# sourceMappingURL=animations.moti.js.map
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/animations.moti.ts"],
4
+ "mappings": "AAAA,SAAS,wBAAwB;AAE1B,MAAM,aAAa,iBAAiB;AAAA,EACzC,QAAQ;AAAA,IACN,MAAM;AAAA,IACN,SAAS;AAAA,IACT,MAAM;AAAA,IACN,WAAW;AAAA,EACb;AAAA,EACA,MAAM;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,WAAW;AAAA,EACb;AAAA,EACA,MAAM;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,WAAW;AAAA,EACb;AAAA,EACA,OAAO;AAAA,IACL,MAAM;AAAA,IACN,SAAS;AAAA,IACT,MAAM;AAAA,IACN,WAAW;AAAA,EACb;AAAA,EACA,SAAS;AAAA,IACP,MAAM;AAAA,IACN,SAAS;AAAA,IACT,MAAM;AAAA,IACN,WAAW;AAAA,EACb;AACF,CAAC;",
5
+ "names": []
6
+ }
@@ -0,0 +1,116 @@
1
+ import { createInterFont } from "@tamagui/font-inter";
2
+ import { createSilkscreenFont } from "@tamagui/font-silkscreen";
3
+ import { shorthands } from "@tamagui/shorthands";
4
+ import { themes, tokens } from "@tamagui/themes";
5
+ import { animations } from "./animations";
6
+ import { createGenericFont } from "./createGenericFont";
7
+ import { media, mediaQueryDefaultActive } from "./media";
8
+ export * from "./animations";
9
+ const silkscreenFont = createSilkscreenFont();
10
+ const headingFont = createInterFont(
11
+ {
12
+ size: {
13
+ 5: 13,
14
+ 6: 15,
15
+ 9: 32,
16
+ 10: 44
17
+ },
18
+ transform: {
19
+ 6: "uppercase",
20
+ 7: "none"
21
+ },
22
+ weight: {
23
+ 6: "400",
24
+ 7: "700"
25
+ },
26
+ color: {
27
+ 6: "$colorFocus",
28
+ 7: "$color"
29
+ },
30
+ letterSpacing: {
31
+ 5: 2,
32
+ 6: 1,
33
+ 7: 0,
34
+ 8: 0,
35
+ 9: -1,
36
+ 10: -1.5,
37
+ 12: -2,
38
+ 14: -3,
39
+ 15: -4
40
+ },
41
+ // for native
42
+ face: {
43
+ 700: { normal: "InterBold" },
44
+ 800: { normal: "InterBold" },
45
+ 900: { normal: "InterBold" }
46
+ }
47
+ },
48
+ { sizeLineHeight: (size) => Math.round(size * 1.1 + (size < 30 ? 10 : 5)) }
49
+ );
50
+ const bodyFont = createInterFont(
51
+ {
52
+ weight: {
53
+ 1: "400",
54
+ 7: "600"
55
+ }
56
+ },
57
+ {
58
+ sizeSize: (size) => Math.round(size),
59
+ sizeLineHeight: (size) => Math.round(size * 1.1 + (size >= 12 ? 8 : 4))
60
+ }
61
+ );
62
+ const monoFont = createGenericFont(
63
+ `"ui-monospace", "SFMono-Regular", "SF Mono", Menlo, Consolas, "Liberation Mono", monospace`,
64
+ {
65
+ weight: {
66
+ 1: "500"
67
+ },
68
+ size: {
69
+ 1: 11,
70
+ 2: 12,
71
+ 3: 13,
72
+ 4: 14,
73
+ 5: 16,
74
+ 6: 18,
75
+ 7: 20,
76
+ 8: 22,
77
+ 9: 30,
78
+ 10: 42,
79
+ 11: 52,
80
+ 12: 62,
81
+ 13: 72,
82
+ 14: 92,
83
+ 15: 114,
84
+ 16: 124
85
+ }
86
+ },
87
+ {
88
+ sizeLineHeight: (x) => x * 1.5
89
+ }
90
+ );
91
+ const config = {
92
+ defaultFont: "body",
93
+ shouldAddPrefersColorThemes: true,
94
+ themeClassNameOnRoot: true,
95
+ animations,
96
+ themes,
97
+ media,
98
+ shorthands,
99
+ tokens,
100
+ fonts: {
101
+ // noto: notoFont as any,
102
+ heading: headingFont,
103
+ body: bodyFont,
104
+ mono: monoFont,
105
+ silkscreen: silkscreenFont
106
+ }
107
+ };
108
+ config.selectionStyles = (theme) => theme.color5 ? {
109
+ backgroundColor: theme.color5,
110
+ color: theme.color11
111
+ } : null;
112
+ config.mediaQueryDefaultActive = mediaQueryDefaultActive;
113
+ export {
114
+ config
115
+ };
116
+ //# sourceMappingURL=tamagui.config.js.map
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/tamagui.config.ts"],
4
+ "mappings": "AAAA,SAAS,uBAAuB;AAChC,SAAS,4BAA4B;AACrC,SAAS,kBAAkB;AAC3B,SAAS,QAAQ,cAAc;AAE/B,SAAS,kBAAkB;AAC3B,SAAS,yBAAyB;AAClC,SAAS,OAAO,+BAA+B;AAE/C,cAAc;AAEd,MAAM,iBAAiB,qBAAqB;AAC5C,MAAM,cAAc;AAAA,EAClB;AAAA,IACE,MAAM;AAAA,MACJ,GAAG;AAAA,MACH,GAAG;AAAA,MACH,GAAG;AAAA,MACH,IAAI;AAAA,IACN;AAAA,IACA,WAAW;AAAA,MACT,GAAG;AAAA,MACH,GAAG;AAAA,IACL;AAAA,IACA,QAAQ;AAAA,MACN,GAAG;AAAA,MACH,GAAG;AAAA,IACL;AAAA,IACA,OAAO;AAAA,MACL,GAAG;AAAA,MACH,GAAG;AAAA,IACL;AAAA,IACA,eAAe;AAAA,MACb,GAAG;AAAA,MACH,GAAG;AAAA,MACH,GAAG;AAAA,MACH,GAAG;AAAA,MACH,GAAG;AAAA,MACH,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IACN;AAAA;AAAA,IAEA,MAAM;AAAA,MACJ,KAAK,EAAE,QAAQ,YAAY;AAAA,MAC3B,KAAK,EAAE,QAAQ,YAAY;AAAA,MAC3B,KAAK,EAAE,QAAQ,YAAY;AAAA,IAC7B;AAAA,EACF;AAAA,EACA,EAAE,gBAAgB,CAAC,SAAS,KAAK,MAAM,OAAO,OAAO,OAAO,KAAK,KAAK,EAAE,EAAE;AAC5E;AAEA,MAAM,WAAW;AAAA,EACf;AAAA,IACE,QAAQ;AAAA,MACN,GAAG;AAAA,MACH,GAAG;AAAA,IACL;AAAA,EACF;AAAA,EACA;AAAA,IACE,UAAU,CAAC,SAAS,KAAK,MAAM,IAAI;AAAA,IACnC,gBAAgB,CAAC,SAAS,KAAK,MAAM,OAAO,OAAO,QAAQ,KAAK,IAAI,EAAE;AAAA,EACxE;AACF;AAEA,MAAM,WAAW;AAAA,EACf;AAAA,EACA;AAAA,IACE,QAAQ;AAAA,MACN,GAAG;AAAA,IACL;AAAA,IACA,MAAM;AAAA,MACJ,GAAG;AAAA,MACH,GAAG;AAAA,MACH,GAAG;AAAA,MACH,GAAG;AAAA,MACH,GAAG;AAAA,MACH,GAAG;AAAA,MACH,GAAG;AAAA,MACH,GAAG;AAAA,MACH,GAAG;AAAA,MACH,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IACN;AAAA,EACF;AAAA,EACA;AAAA,IACE,gBAAgB,CAAC,MAAM,IAAI;AAAA,EAC7B;AACF;AAEO,MAAM,SAAS;AAAA,EACpB,aAAa;AAAA,EACb,6BAA6B;AAAA,EAC7B,sBAAsB;AAAA,EACtB;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA,OAAO;AAAA;AAAA,IAEL,SAAS;AAAA,IACT,MAAM;AAAA,IACN,MAAM;AAAA,IACN,YAAY;AAAA,EACd;AACF;AAGA,OAAO,kBAAkB,CAAC,UACxB,MAAM,SACF;AAAA,EACE,iBAAiB,MAAM;AAAA,EACvB,OAAO,MAAM;AACf,IACA;AAGN,OAAO,0BAA0B;",
5
+ "names": []
6
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/config",
3
- "version": "1.57.1",
3
+ "version": "1.57.3",
4
4
  "types": "./types/index.d.ts",
5
5
  "main": "dist/cjs",
6
6
  "module": "dist/esm",
@@ -32,18 +32,18 @@
32
32
  }
33
33
  },
34
34
  "dependencies": {
35
- "@tamagui/animations-css": "1.57.1",
36
- "@tamagui/animations-react-native": "1.57.1",
37
- "@tamagui/colors": "1.57.1",
38
- "@tamagui/font-inter": "1.57.1",
39
- "@tamagui/font-silkscreen": "1.57.1",
40
- "@tamagui/react-native-media-driver": "1.57.1",
41
- "@tamagui/shorthands": "1.57.1",
42
- "@tamagui/themes": "1.57.1",
43
- "@tamagui/web": "1.57.1"
35
+ "@tamagui/animations-css": "1.57.3",
36
+ "@tamagui/animations-react-native": "1.57.3",
37
+ "@tamagui/colors": "1.57.3",
38
+ "@tamagui/font-inter": "1.57.3",
39
+ "@tamagui/font-silkscreen": "1.57.3",
40
+ "@tamagui/react-native-media-driver": "1.57.3",
41
+ "@tamagui/shorthands": "1.57.3",
42
+ "@tamagui/themes": "1.57.3",
43
+ "@tamagui/web": "1.57.3"
44
44
  },
45
45
  "devDependencies": {
46
- "@tamagui/build": "1.57.1"
46
+ "@tamagui/build": "1.57.3"
47
47
  },
48
48
  "publishConfig": {
49
49
  "access": "public"
package/dist/cjs/rn.js DELETED
@@ -1,2 +0,0 @@
1
- "use strict";
2
- //# sourceMappingURL=rn.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": [],
4
- "mappings": "",
5
- "names": []
6
- }
package/dist/esm/rn.js DELETED
@@ -1 +0,0 @@
1
- //# sourceMappingURL=rn.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": [],
4
- "mappings": "",
5
- "names": []
6
- }