@tamagui/config 1.88.0 → 1.88.2
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/animations.css.js +0 -4
- package/dist/cjs/animations.js +0 -4
- package/dist/cjs/animations.reanimated.js +0 -4
- package/dist/cjs/config.js +0 -4
- package/dist/cjs/createGenericFont.js +0 -4
- package/dist/cjs/fonts.js +0 -5
- package/dist/cjs/index.js +0 -7
- package/dist/cjs/index.reanimated.js +0 -7
- package/dist/cjs/media.js +0 -7
- package/dist/cjs/v2-base.js +0 -4
- package/dist/cjs/v2-reanimated.js +0 -4
- package/dist/cjs/v2.js +0 -4
- package/dist/esm/animations.css.native.js +25 -4
- package/dist/esm/animations.css.native.js.map +1 -1
- package/dist/esm/animations.native.js +25 -4
- package/dist/esm/animations.native.js.map +1 -1
- package/dist/esm/animations.reanimated.native.js +25 -4
- package/dist/esm/animations.reanimated.native.js.map +1 -1
- package/dist/esm/config.native.js +30 -12
- package/dist/esm/config.native.js.map +1 -1
- package/dist/esm/createGenericFont.native.js +25 -4
- package/dist/esm/createGenericFont.native.js.map +1 -1
- package/dist/esm/fonts.native.js +30 -10
- package/dist/esm/fonts.native.js.map +1 -1
- package/dist/esm/index.native.js +34 -12
- package/dist/esm/index.native.js.map +1 -1
- package/dist/esm/index.reanimated.native.js +33 -10
- package/dist/esm/index.reanimated.native.js.map +1 -1
- package/dist/esm/media.native.js +28 -4
- package/dist/esm/media.native.js.map +1 -1
- package/dist/esm/v2-base.native.js +30 -13
- package/dist/esm/v2-base.native.js.map +1 -1
- package/dist/esm/v2-native.js +26 -6
- package/dist/esm/v2-native.js.map +2 -2
- package/dist/esm/v2-reanimated.native.js +26 -6
- package/dist/esm/v2-reanimated.native.js.map +2 -2
- package/dist/esm/v2.native.js +26 -6
- package/dist/esm/v2.native.js.map +2 -2
- package/package.json +12 -12
|
@@ -27,8 +27,4 @@ const animations = (0, import_animations_css.createAnimations)({
|
|
|
27
27
|
quick: "ease-in 100ms",
|
|
28
28
|
tooltip: "ease-in 400ms"
|
|
29
29
|
});
|
|
30
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
31
|
-
0 && (module.exports = {
|
|
32
|
-
animations
|
|
33
|
-
});
|
|
34
30
|
//# sourceMappingURL=animations.css.js.map
|
package/dist/cjs/animations.js
CHANGED
|
@@ -57,8 +57,4 @@ const animations = (0, import_animations_moti.createAnimations)({
|
|
|
57
57
|
stiffness: 100
|
|
58
58
|
}
|
|
59
59
|
});
|
|
60
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
61
|
-
0 && (module.exports = {
|
|
62
|
-
animations
|
|
63
|
-
});
|
|
64
60
|
//# sourceMappingURL=animations.reanimated.js.map
|
package/dist/cjs/config.js
CHANGED
package/dist/cjs/fonts.js
CHANGED
|
@@ -104,9 +104,4 @@ const silkscreenFont = (0, import_font_silkscreen.createSilkscreenFont)(), headi
|
|
|
104
104
|
mono: monoFont,
|
|
105
105
|
silkscreen: silkscreenFont
|
|
106
106
|
};
|
|
107
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
108
|
-
0 && (module.exports = {
|
|
109
|
-
fonts,
|
|
110
|
-
...require("./animations")
|
|
111
|
-
});
|
|
112
107
|
//# sourceMappingURL=fonts.js.map
|
package/dist/cjs/index.js
CHANGED
|
@@ -27,11 +27,4 @@ const config = {
|
|
|
27
27
|
themes: import_themes.themes,
|
|
28
28
|
animations: import_animations.animations
|
|
29
29
|
};
|
|
30
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
31
|
-
0 && (module.exports = {
|
|
32
|
-
config,
|
|
33
|
-
...require("./media"),
|
|
34
|
-
...require("./createGenericFont"),
|
|
35
|
-
...require("./animations")
|
|
36
|
-
});
|
|
37
30
|
//# sourceMappingURL=index.js.map
|
|
@@ -25,11 +25,4 @@ const config = {
|
|
|
25
25
|
...import_config.configWithoutAnimations,
|
|
26
26
|
animations: import_animations.animations
|
|
27
27
|
};
|
|
28
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
29
|
-
0 && (module.exports = {
|
|
30
|
-
config,
|
|
31
|
-
...require("./media"),
|
|
32
|
-
...require("./createGenericFont"),
|
|
33
|
-
...require("./animations.reanimated")
|
|
34
|
-
});
|
|
35
28
|
//# sourceMappingURL=index.reanimated.js.map
|
package/dist/cjs/media.js
CHANGED
|
@@ -43,11 +43,4 @@ const demoMedia = [500, 620, 780, 900], widths = [660, 800, 1020, 1280], media =
|
|
|
43
43
|
// false
|
|
44
44
|
xxs: !1
|
|
45
45
|
};
|
|
46
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
47
|
-
0 && (module.exports = {
|
|
48
|
-
demoMedia,
|
|
49
|
-
media,
|
|
50
|
-
mediaQueryDefaultActive,
|
|
51
|
-
widths
|
|
52
|
-
});
|
|
53
46
|
//# sourceMappingURL=media.js.map
|
package/dist/cjs/v2-base.js
CHANGED
package/dist/cjs/v2.js
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
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: !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);
|
|
16
|
+
var animations_css_exports = {};
|
|
17
|
+
__export(animations_css_exports, {
|
|
18
|
+
animations: () => animations
|
|
19
|
+
});
|
|
20
|
+
module.exports = __toCommonJS(animations_css_exports);
|
|
21
|
+
var import_animations_css = require("@tamagui/animations-css");
|
|
22
|
+
const animations = (0, import_animations_css.createAnimations)({
|
|
3
23
|
"100ms": "ease-in 100ms",
|
|
4
24
|
bouncy: "ease-in 200ms",
|
|
5
25
|
lazy: "ease-in 600ms",
|
|
@@ -8,7 +28,8 @@ const animations = createAnimations({
|
|
|
8
28
|
quick: "ease-in 100ms",
|
|
9
29
|
tooltip: "ease-in 400ms"
|
|
10
30
|
});
|
|
11
|
-
export
|
|
31
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
32
|
+
0 && (module.exports = {
|
|
12
33
|
animations
|
|
13
|
-
};
|
|
34
|
+
});
|
|
14
35
|
//# sourceMappingURL=animations.css.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/animations.css.ts"],
|
|
4
|
-
"mappings": "AAAA,
|
|
4
|
+
"mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,4BAAiC;AAE1B,MAAM,iBAAa,wCAAiB;AAAA,EACzC,SAAS;AAAA,EACT,QAAQ;AAAA,EACR,MAAM;AAAA,EACN,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,OAAO;AAAA,EACP,SAAS;AACX,CAAC;",
|
|
5
5
|
"names": []
|
|
6
6
|
}
|
|
@@ -1,5 +1,25 @@
|
|
|
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: !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);
|
|
16
|
+
var animations_exports = {};
|
|
17
|
+
__export(animations_exports, {
|
|
18
|
+
animations: () => animations
|
|
19
|
+
});
|
|
20
|
+
module.exports = __toCommonJS(animations_exports);
|
|
21
|
+
var import_animations_react_native = require("@tamagui/animations-react-native");
|
|
22
|
+
const animations = (0, import_animations_react_native.createAnimations)({
|
|
3
23
|
"100ms": {
|
|
4
24
|
type: "timing",
|
|
5
25
|
duration: 100
|
|
@@ -33,7 +53,8 @@ const animations = createAnimations({
|
|
|
33
53
|
stiffness: 100
|
|
34
54
|
}
|
|
35
55
|
});
|
|
36
|
-
export
|
|
56
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
57
|
+
0 && (module.exports = {
|
|
37
58
|
animations
|
|
38
|
-
};
|
|
59
|
+
});
|
|
39
60
|
//# sourceMappingURL=animations.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/animations.ts"],
|
|
4
|
-
"mappings": "AAAA,
|
|
4
|
+
"mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,qCAAiC;AAE1B,MAAM,iBAAa,iDAAiB;AAAA,EACzC,SAAS;AAAA,IACP,MAAM;AAAA,IACN,UAAU;AAAA,EACZ;AAAA,EACA,QAAQ;AAAA,IACN,SAAS;AAAA,IACT,MAAM;AAAA,IACN,WAAW;AAAA,EACb;AAAA,EACA,MAAM;AAAA,IACJ,SAAS;AAAA,IACT,WAAW;AAAA,EACb;AAAA,EACA,QAAQ;AAAA,IACN,SAAS;AAAA,IACT,WAAW;AAAA,IACX,MAAM;AAAA,EACR;AAAA,EACA,MAAM;AAAA,IACJ,SAAS;AAAA,IACT,WAAW;AAAA,EACb;AAAA,EACA,OAAO;AAAA,IACL,SAAS;AAAA,IACT,MAAM;AAAA,IACN,WAAW;AAAA,EACb;AAAA,EACA,SAAS;AAAA,IACP,SAAS;AAAA,IACT,MAAM;AAAA,IACN,WAAW;AAAA,EACb;AACF,CAAC;",
|
|
5
5
|
"names": []
|
|
6
6
|
}
|
|
@@ -1,5 +1,25 @@
|
|
|
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: !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);
|
|
16
|
+
var animations_reanimated_exports = {};
|
|
17
|
+
__export(animations_reanimated_exports, {
|
|
18
|
+
animations: () => animations
|
|
19
|
+
});
|
|
20
|
+
module.exports = __toCommonJS(animations_reanimated_exports);
|
|
21
|
+
var import_animations_moti = require("@tamagui/animations-moti");
|
|
22
|
+
const animations = (0, import_animations_moti.createAnimations)({
|
|
3
23
|
"100ms": {
|
|
4
24
|
type: "timing",
|
|
5
25
|
duration: 100
|
|
@@ -38,7 +58,8 @@ const animations = createAnimations({
|
|
|
38
58
|
stiffness: 100
|
|
39
59
|
}
|
|
40
60
|
});
|
|
41
|
-
export
|
|
61
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
62
|
+
0 && (module.exports = {
|
|
42
63
|
animations
|
|
43
|
-
};
|
|
64
|
+
});
|
|
44
65
|
//# sourceMappingURL=animations.reanimated.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/animations.reanimated.ts"],
|
|
4
|
-
"mappings": "AAAA,
|
|
4
|
+
"mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,6BAAiC;AAE1B,MAAM,iBAAa,yCAAiB;AAAA,EACzC,SAAS;AAAA,IACP,MAAM;AAAA,IACN,UAAU;AAAA,EACZ;AAAA,EACA,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,QAAQ;AAAA,IACN,SAAS;AAAA,IACT,WAAW;AAAA,IACX,MAAM;AAAA,EACR;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
5
|
"names": []
|
|
6
6
|
}
|
|
@@ -1,23 +1,41 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
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: !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);
|
|
16
|
+
var config_exports = {};
|
|
17
|
+
__export(config_exports, {
|
|
18
|
+
configWithoutAnimations: () => configWithoutAnimations
|
|
19
|
+
});
|
|
20
|
+
module.exports = __toCommonJS(config_exports);
|
|
21
|
+
var import_shorthands = require("@tamagui/shorthands"), import_themes = require("@tamagui/themes"), import_fonts = require("./fonts"), import_media = require("./media");
|
|
5
22
|
const configWithoutAnimations = {
|
|
6
23
|
defaultFont: "body",
|
|
7
24
|
shouldAddPrefersColorThemes: !0,
|
|
8
25
|
themeClassNameOnRoot: !0,
|
|
9
|
-
themes,
|
|
10
|
-
media,
|
|
11
|
-
shorthands,
|
|
12
|
-
tokens,
|
|
13
|
-
fonts,
|
|
14
|
-
mediaQueryDefaultActive,
|
|
26
|
+
themes: import_themes.themes,
|
|
27
|
+
media: import_media.media,
|
|
28
|
+
shorthands: import_shorthands.shorthands,
|
|
29
|
+
tokens: import_themes.tokens,
|
|
30
|
+
fonts: import_fonts.fonts,
|
|
31
|
+
mediaQueryDefaultActive: import_media.mediaQueryDefaultActive,
|
|
15
32
|
selectionStyles: (theme) => theme.color5 ? {
|
|
16
33
|
backgroundColor: theme.color5,
|
|
17
34
|
color: theme.color11
|
|
18
35
|
} : null
|
|
19
36
|
};
|
|
20
|
-
export
|
|
37
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
38
|
+
0 && (module.exports = {
|
|
21
39
|
configWithoutAnimations
|
|
22
|
-
};
|
|
40
|
+
});
|
|
23
41
|
//# sourceMappingURL=config.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/config.ts"],
|
|
4
|
-
"mappings": "AAAA,
|
|
4
|
+
"mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAA2B,gCAC3B,gBAA+B,4BAG/B,eAAsB,oBACtB,eAA+C;AAExC,MAAM,0BAA0B;AAAA,EACrC,aAAa;AAAA,EACb,6BAA6B;AAAA,EAC7B,sBAAsB;AAAA,EACtB;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA,yBAAyB;AAAA,EACzB,iBAAiB,CAAC,UAChB,MAAM,SACF;AAAA,IACE,iBAAiB,MAAM;AAAA,IACvB,OAAO,MAAM;AAAA,EACf,IACA;AACR;",
|
|
5
5
|
"names": []
|
|
6
6
|
}
|
|
@@ -1,4 +1,24 @@
|
|
|
1
|
-
|
|
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: !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);
|
|
16
|
+
var createGenericFont_exports = {};
|
|
17
|
+
__export(createGenericFont_exports, {
|
|
18
|
+
createGenericFont: () => createGenericFont
|
|
19
|
+
});
|
|
20
|
+
module.exports = __toCommonJS(createGenericFont_exports);
|
|
21
|
+
var import_web = require("@tamagui/web");
|
|
2
22
|
const genericFontSizes = {
|
|
3
23
|
1: 10,
|
|
4
24
|
2: 11,
|
|
@@ -21,7 +41,7 @@ function createGenericFont(family, font = {}, {
|
|
|
21
41
|
sizeLineHeight = (val) => val * 1.35
|
|
22
42
|
} = {}) {
|
|
23
43
|
const size = font.size || genericFontSizes;
|
|
24
|
-
return createFont({
|
|
44
|
+
return (0, import_web.createFont)({
|
|
25
45
|
family,
|
|
26
46
|
size,
|
|
27
47
|
lineHeight: Object.fromEntries(
|
|
@@ -32,7 +52,8 @@ function createGenericFont(family, font = {}, {
|
|
|
32
52
|
...font
|
|
33
53
|
});
|
|
34
54
|
}
|
|
35
|
-
export
|
|
55
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
56
|
+
0 && (module.exports = {
|
|
36
57
|
createGenericFont
|
|
37
|
-
};
|
|
58
|
+
});
|
|
38
59
|
//# sourceMappingURL=createGenericFont.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/createGenericFont.ts"],
|
|
4
|
-
"mappings": "AAAA,
|
|
4
|
+
"mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,iBAAwC;AAExC,MAAM,mBAAmB;AAAA,EACvB,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AAAA,EACH,GAAG;AAAA,EACH,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AACN;AAEO,SAAS,kBACd,QACA,OAAmB,CAAC,GACpB;AAAA,EACE,iBAAiB,CAAC,QAAQ,MAAM;AAClC,IAEI,CAAC,GACF;AACH,QAAM,OAAO,KAAK,QAAQ;AAC1B,aAAO,uBAAW;AAAA,IAChB;AAAA,IACA;AAAA,IACA,YAAY,OAAO;AAAA,MACjB,OAAO,QAAQ,IAAI,EAAE,IAAI,CAAC,CAAC,GAAG,CAAC,MAAM,CAAC,GAAG,eAAe,CAAC,CAAC,CAAC,CAAC;AAAA,IAC9D;AAAA,IACA,QAAQ,EAAE,GAAG,MAAM;AAAA,IACnB,eAAe,EAAE,GAAG,EAAE;AAAA,IACtB,GAAI;AAAA,EACN,CAAC;AACH;",
|
|
5
5
|
"names": []
|
|
6
6
|
}
|
package/dist/esm/fonts.native.js
CHANGED
|
@@ -1,8 +1,26 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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: !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
|
+
}, __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
|
|
16
|
+
var fonts_exports = {};
|
|
17
|
+
__export(fonts_exports, {
|
|
18
|
+
fonts: () => fonts
|
|
19
|
+
});
|
|
20
|
+
module.exports = __toCommonJS(fonts_exports);
|
|
21
|
+
var import_font_inter = require("@tamagui/font-inter"), import_font_silkscreen = require("@tamagui/font-silkscreen"), import_createGenericFont = require("./createGenericFont");
|
|
22
|
+
__reExport(fonts_exports, require("./animations"), module.exports);
|
|
23
|
+
const silkscreenFont = (0, import_font_silkscreen.createSilkscreenFont)(), headingFont = (0, import_font_inter.createInterFont)(
|
|
6
24
|
{
|
|
7
25
|
size: {
|
|
8
26
|
5: 13,
|
|
@@ -41,7 +59,7 @@ const silkscreenFont = createSilkscreenFont(), headingFont = createInterFont(
|
|
|
41
59
|
}
|
|
42
60
|
},
|
|
43
61
|
{ sizeLineHeight: (size) => Math.round(size * 1.1 + (size < 30 ? 10 : 5)) }
|
|
44
|
-
), bodyFont = createInterFont(
|
|
62
|
+
), bodyFont = (0, import_font_inter.createInterFont)(
|
|
45
63
|
{
|
|
46
64
|
weight: {
|
|
47
65
|
1: "400",
|
|
@@ -52,7 +70,7 @@ const silkscreenFont = createSilkscreenFont(), headingFont = createInterFont(
|
|
|
52
70
|
sizeSize: (size) => Math.round(size),
|
|
53
71
|
sizeLineHeight: (size) => Math.round(size * 1.1 + (size >= 12 ? 8 : 4))
|
|
54
72
|
}
|
|
55
|
-
), monoFont = createGenericFont(
|
|
73
|
+
), monoFont = (0, import_createGenericFont.createGenericFont)(
|
|
56
74
|
'"ui-monospace", "SFMono-Regular", "SF Mono", Menlo, Consolas, "Liberation Mono", monospace',
|
|
57
75
|
{
|
|
58
76
|
weight: {
|
|
@@ -87,7 +105,9 @@ const silkscreenFont = createSilkscreenFont(), headingFont = createInterFont(
|
|
|
87
105
|
mono: monoFont,
|
|
88
106
|
silkscreen: silkscreenFont
|
|
89
107
|
};
|
|
90
|
-
export
|
|
91
|
-
|
|
92
|
-
|
|
108
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
109
|
+
0 && (module.exports = {
|
|
110
|
+
fonts,
|
|
111
|
+
...require("./animations")
|
|
112
|
+
});
|
|
93
113
|
//# sourceMappingURL=fonts.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/fonts.ts"],
|
|
4
|
-
"mappings": "AAAA,
|
|
4
|
+
"mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAgC,gCAChC,yBAAqC,qCAErC,2BAAkC;AAElC,0BAAc,yBALd;AAOA,MAAM,qBAAiB,6CAAqB,GAEtC,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,GAEM,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,GAEM,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,GAEa,QAAQ;AAAA;AAAA,EAEnB,SAAS;AAAA,EACT,MAAM;AAAA,EACN,MAAM;AAAA,EACN,YAAY;AACd;",
|
|
5
5
|
"names": []
|
|
6
6
|
}
|
package/dist/esm/index.native.js
CHANGED
|
@@ -1,16 +1,38 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
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: !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
|
+
}, __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
|
|
16
|
+
var src_exports = {};
|
|
17
|
+
__export(src_exports, {
|
|
18
|
+
config: () => config
|
|
19
|
+
});
|
|
20
|
+
module.exports = __toCommonJS(src_exports);
|
|
21
|
+
var import_themes = require("@tamagui/themes"), import_animations = require("./animations"), import_config = require("./config");
|
|
22
|
+
__reExport(src_exports, require("./media"), module.exports);
|
|
23
|
+
__reExport(src_exports, require("./createGenericFont"), module.exports);
|
|
24
|
+
__reExport(src_exports, require("./animations"), module.exports);
|
|
7
25
|
const config = {
|
|
8
|
-
...configWithoutAnimations,
|
|
26
|
+
...import_config.configWithoutAnimations,
|
|
9
27
|
// fixes typescript exporting this using internal /types/ path
|
|
10
|
-
themes,
|
|
11
|
-
animations
|
|
12
|
-
};
|
|
13
|
-
export {
|
|
14
|
-
config
|
|
28
|
+
themes: import_themes.themes,
|
|
29
|
+
animations: import_animations.animations
|
|
15
30
|
};
|
|
31
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
32
|
+
0 && (module.exports = {
|
|
33
|
+
config,
|
|
34
|
+
...require("./media"),
|
|
35
|
+
...require("./createGenericFont"),
|
|
36
|
+
...require("./animations")
|
|
37
|
+
});
|
|
16
38
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/index.tsx"],
|
|
4
|
-
"mappings": "AAAA,
|
|
4
|
+
"mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,oBAAuB,4BAEvB,oBAA2B,yBAC3B,gBAAwC;AAExC,wBAAc,oBALd;AAMA,wBAAc,gCANd;AAOA,wBAAc,yBAPd;AASO,MAAM,SAAS;AAAA,EACpB,GAAG;AAAA;AAAA,EAEH,QAAQ;AAAA,EACR;AACF;",
|
|
5
5
|
"names": []
|
|
6
6
|
}
|
|
@@ -1,13 +1,36 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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: !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
|
+
}, __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
15
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
|
|
16
|
+
var index_reanimated_exports = {};
|
|
17
|
+
__export(index_reanimated_exports, {
|
|
18
|
+
config: () => config
|
|
19
|
+
});
|
|
20
|
+
module.exports = __toCommonJS(index_reanimated_exports);
|
|
21
|
+
var import_animations = require("./animations.reanimated"), import_config = require("./config");
|
|
22
|
+
__reExport(index_reanimated_exports, require("./media"), module.exports);
|
|
23
|
+
__reExport(index_reanimated_exports, require("./createGenericFont"), module.exports);
|
|
24
|
+
__reExport(index_reanimated_exports, require("./animations.reanimated"), module.exports);
|
|
6
25
|
const config = {
|
|
7
|
-
...configWithoutAnimations,
|
|
8
|
-
animations
|
|
9
|
-
};
|
|
10
|
-
export {
|
|
11
|
-
config
|
|
26
|
+
...import_config.configWithoutAnimations,
|
|
27
|
+
animations: import_animations.animations
|
|
12
28
|
};
|
|
29
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
30
|
+
0 && (module.exports = {
|
|
31
|
+
config,
|
|
32
|
+
...require("./media"),
|
|
33
|
+
...require("./createGenericFont"),
|
|
34
|
+
...require("./animations.reanimated")
|
|
35
|
+
});
|
|
13
36
|
//# sourceMappingURL=index.reanimated.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/index.reanimated.ts"],
|
|
4
|
-
"mappings": "AAAA,
|
|
4
|
+
"mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAA2B,oCAC3B,gBAAwC;AACxC,qCAAc,oBAFd;AAGA,qCAAc,gCAHd;AAIA,qCAAc,oCAJd;AAMO,MAAM,SAAS;AAAA,EACpB,GAAG;AAAA,EACH;AACF;",
|
|
5
5
|
"names": []
|
|
6
6
|
}
|
package/dist/esm/media.native.js
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
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: !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);
|
|
16
|
+
var media_exports = {};
|
|
17
|
+
__export(media_exports, {
|
|
18
|
+
demoMedia: () => demoMedia,
|
|
19
|
+
media: () => media,
|
|
20
|
+
mediaQueryDefaultActive: () => mediaQueryDefaultActive,
|
|
21
|
+
widths: () => widths
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(media_exports);
|
|
24
|
+
var import_react_native_media_driver = require("@tamagui/react-native-media-driver");
|
|
25
|
+
const demoMedia = [500, 620, 780, 900], widths = [660, 800, 1020, 1280], media = (0, import_react_native_media_driver.createMedia)({
|
|
3
26
|
// for site
|
|
4
27
|
xl: { maxWidth: 1650 },
|
|
5
28
|
lg: { maxWidth: 1280 },
|
|
@@ -21,10 +44,11 @@ const demoMedia = [500, 620, 780, 900], widths = [660, 800, 1020, 1280], media =
|
|
|
21
44
|
// false
|
|
22
45
|
xxs: !1
|
|
23
46
|
};
|
|
24
|
-
export
|
|
47
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
48
|
+
0 && (module.exports = {
|
|
25
49
|
demoMedia,
|
|
26
50
|
media,
|
|
27
51
|
mediaQueryDefaultActive,
|
|
28
52
|
widths
|
|
29
|
-
};
|
|
53
|
+
});
|
|
30
54
|
//# sourceMappingURL=media.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/media.ts"],
|
|
4
|
-
"mappings": "AAAA,
|
|
4
|
+
"mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,uCAA4B;AAErB,MAAM,YAAY,CAAC,KAAK,KAAK,KAAK,GAAG,GAC/B,SAAS,CAAC,KAAK,KAAK,MAAM,IAAI,GAK9B,YAAQ,8CAAY;AAAA;AAAA,EAE/B,IAAI,EAAE,UAAU,KAAK;AAAA,EACrB,IAAI,EAAE,UAAU,KAAK;AAAA,EACrB,IAAI,EAAE,UAAU,KAAK;AAAA,EACrB,IAAI,EAAE,UAAU,IAAI;AAAA,EACpB,IAAI,EAAE,UAAU,IAAI;AAAA,EACpB,KAAK,EAAE,UAAU,IAAI;AAAA,EACrB,MAAM,EAAE,UAAU,IAAQ;AAAA,EAC1B,MAAM,EAAE,UAAU,IAAQ;AAAA,EAC1B,MAAM,EAAE,UAAU,KAAS;AAAA,EAC3B,MAAM,EAAE,UAAU,KAAS;AAAA,EAC3B,MAAM,EAAE,UAAU,KAAS;AAC7B,CAAC,GAIY,0BAA0B;AAAA,EACrC,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA;AAAA,EAEJ,KAAK;AACP;",
|
|
5
5
|
"names": []
|
|
6
6
|
}
|
|
@@ -1,24 +1,41 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
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: !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);
|
|
16
|
+
var v2_base_exports = {};
|
|
17
|
+
__export(v2_base_exports, {
|
|
18
|
+
config: () => config
|
|
19
|
+
});
|
|
20
|
+
module.exports = __toCommonJS(v2_base_exports);
|
|
21
|
+
var import_shorthands = require("@tamagui/shorthands"), import_v2 = require("@tamagui/themes/v2"), import_v2_themes = require("@tamagui/themes/v2-themes"), import_fonts = require("./fonts"), import_media = require("./media");
|
|
6
22
|
const config = {
|
|
7
23
|
defaultFont: "body",
|
|
8
24
|
shouldAddPrefersColorThemes: !0,
|
|
9
25
|
themeClassNameOnRoot: !0,
|
|
10
|
-
themes,
|
|
11
|
-
media,
|
|
12
|
-
shorthands,
|
|
13
|
-
tokens,
|
|
14
|
-
fonts,
|
|
15
|
-
mediaQueryDefaultActive,
|
|
26
|
+
themes: import_v2_themes.themes,
|
|
27
|
+
media: import_media.media,
|
|
28
|
+
shorthands: import_shorthands.shorthands,
|
|
29
|
+
tokens: import_v2.tokens,
|
|
30
|
+
fonts: import_fonts.fonts,
|
|
31
|
+
mediaQueryDefaultActive: import_media.mediaQueryDefaultActive,
|
|
16
32
|
selectionStyles: (theme) => theme.color5 ? {
|
|
17
33
|
backgroundColor: theme.color5,
|
|
18
34
|
color: theme.color11
|
|
19
35
|
} : null
|
|
20
36
|
};
|
|
21
|
-
export
|
|
37
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
38
|
+
0 && (module.exports = {
|
|
22
39
|
config
|
|
23
|
-
};
|
|
40
|
+
});
|
|
24
41
|
//# sourceMappingURL=v2-base.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/v2-base.ts"],
|
|
4
|
-
"mappings": "AAAA
|
|
4
|
+
"mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAA2B,gCAC3B,YAAuB,+BACvB,mBAAuB,sCAGvB,eAAsB,oBACtB,eAA+C;AAExC,MAAM,SAAS;AAAA,EACpB,aAAa;AAAA,EACb,6BAA6B;AAAA,EAC7B,sBAAsB;AAAA,EACtB;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA,yBAAyB;AAAA,EACzB,iBAAiB,CAAC,UAChB,MAAM,SACF;AAAA,IACE,iBAAiB,MAAM;AAAA,IACvB,OAAO,MAAM;AAAA,EACf,IACA;AACR;",
|
|
5
5
|
"names": []
|
|
6
6
|
}
|
package/dist/esm/v2-native.js
CHANGED
|
@@ -1,10 +1,30 @@
|
|
|
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: !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);
|
|
16
|
+
var v2_native_exports = {};
|
|
17
|
+
__export(v2_native_exports, {
|
|
18
|
+
config: () => config
|
|
19
|
+
});
|
|
20
|
+
module.exports = __toCommonJS(v2_native_exports);
|
|
21
|
+
var import_animations = require("./animations"), import_v2_base = require("./v2-base");
|
|
3
22
|
const config = {
|
|
4
|
-
...
|
|
5
|
-
animations
|
|
23
|
+
...import_v2_base.config,
|
|
24
|
+
animations: import_animations.animations
|
|
6
25
|
};
|
|
7
|
-
export
|
|
26
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
27
|
+
0 && (module.exports = {
|
|
8
28
|
config
|
|
9
|
-
};
|
|
29
|
+
});
|
|
10
30
|
//# sourceMappingURL=v2-native.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/v2-native.ts"],
|
|
4
|
-
"mappings": "AAEA,
|
|
5
|
-
"names": []
|
|
4
|
+
"mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,wBAA2B,yBAC3B,iBAAqC;AAE9B,MAAM,SAAS;AAAA,EACpB,GAAG,eAAAA;AAAA,EACH;AACF;",
|
|
5
|
+
"names": ["configBase"]
|
|
6
6
|
}
|
|
@@ -1,10 +1,30 @@
|
|
|
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: !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);
|
|
16
|
+
var v2_reanimated_exports = {};
|
|
17
|
+
__export(v2_reanimated_exports, {
|
|
18
|
+
config: () => config
|
|
19
|
+
});
|
|
20
|
+
module.exports = __toCommonJS(v2_reanimated_exports);
|
|
21
|
+
var import_animations = require("./animations.reanimated"), import_v2_base = require("./v2-base");
|
|
3
22
|
const config = {
|
|
4
|
-
...
|
|
5
|
-
animations
|
|
23
|
+
...import_v2_base.config,
|
|
24
|
+
animations: import_animations.animations
|
|
6
25
|
};
|
|
7
|
-
export
|
|
26
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
27
|
+
0 && (module.exports = {
|
|
8
28
|
config
|
|
9
|
-
};
|
|
29
|
+
});
|
|
10
30
|
//# sourceMappingURL=v2-reanimated.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/v2-reanimated.ts"],
|
|
4
|
-
"mappings": "AAEA,
|
|
5
|
-
"names": []
|
|
4
|
+
"mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,wBAA2B,oCAC3B,iBAAqC;AAE9B,MAAM,SAAS;AAAA,EACpB,GAAG,eAAAA;AAAA,EACH;AACF;",
|
|
5
|
+
"names": ["configBase"]
|
|
6
6
|
}
|
package/dist/esm/v2.native.js
CHANGED
|
@@ -1,10 +1,30 @@
|
|
|
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: !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);
|
|
16
|
+
var v2_native_exports = {};
|
|
17
|
+
__export(v2_native_exports, {
|
|
18
|
+
config: () => config
|
|
19
|
+
});
|
|
20
|
+
module.exports = __toCommonJS(v2_native_exports);
|
|
21
|
+
var import_animations = require("./animations"), import_v2_base = require("./v2-base");
|
|
3
22
|
const config = {
|
|
4
|
-
...
|
|
5
|
-
animations
|
|
23
|
+
...import_v2_base.config,
|
|
24
|
+
animations: import_animations.animations
|
|
6
25
|
};
|
|
7
|
-
export
|
|
26
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
27
|
+
0 && (module.exports = {
|
|
8
28
|
config
|
|
9
|
-
};
|
|
29
|
+
});
|
|
10
30
|
//# sourceMappingURL=v2.native.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/v2.native.ts"],
|
|
4
|
-
"mappings": "AAEA,
|
|
5
|
-
"names": []
|
|
4
|
+
"mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,wBAA2B,yBAC3B,iBAAqC;AAE9B,MAAM,SAAS;AAAA,EACpB,GAAG,eAAAA;AAAA,EACH;AACF;",
|
|
5
|
+
"names": ["configBase"]
|
|
6
6
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/config",
|
|
3
|
-
"version": "1.88.
|
|
3
|
+
"version": "1.88.2",
|
|
4
4
|
"types": "./types/index.d.ts",
|
|
5
5
|
"main": "dist/cjs",
|
|
6
6
|
"module": "dist/esm",
|
|
@@ -58,19 +58,19 @@
|
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@tamagui/animations-css": "1.88.
|
|
62
|
-
"@tamagui/animations-moti": "1.88.
|
|
63
|
-
"@tamagui/animations-react-native": "1.88.
|
|
64
|
-
"@tamagui/colors": "1.88.
|
|
65
|
-
"@tamagui/font-inter": "1.88.
|
|
66
|
-
"@tamagui/font-silkscreen": "1.88.
|
|
67
|
-
"@tamagui/react-native-media-driver": "1.88.
|
|
68
|
-
"@tamagui/shorthands": "1.88.
|
|
69
|
-
"@tamagui/themes": "1.88.
|
|
70
|
-
"@tamagui/web": "1.88.
|
|
61
|
+
"@tamagui/animations-css": "1.88.2",
|
|
62
|
+
"@tamagui/animations-moti": "1.88.2",
|
|
63
|
+
"@tamagui/animations-react-native": "1.88.2",
|
|
64
|
+
"@tamagui/colors": "1.88.2",
|
|
65
|
+
"@tamagui/font-inter": "1.88.2",
|
|
66
|
+
"@tamagui/font-silkscreen": "1.88.2",
|
|
67
|
+
"@tamagui/react-native-media-driver": "1.88.2",
|
|
68
|
+
"@tamagui/shorthands": "1.88.2",
|
|
69
|
+
"@tamagui/themes": "1.88.2",
|
|
70
|
+
"@tamagui/web": "1.88.2"
|
|
71
71
|
},
|
|
72
72
|
"devDependencies": {
|
|
73
|
-
"@tamagui/build": "1.88.
|
|
73
|
+
"@tamagui/build": "1.88.2"
|
|
74
74
|
},
|
|
75
75
|
"publishConfig": {
|
|
76
76
|
"access": "public"
|