@tamagui/config 1.111.8 → 1.111.9
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/esm/animations.css.native.js +2 -4
- package/dist/esm/animations.css.native.js.map +1 -6
- package/dist/esm/animations.native.js +2 -4
- package/dist/esm/animations.native.js.map +1 -6
- package/dist/esm/animations.reanimated.native.js +2 -4
- package/dist/esm/animations.reanimated.native.js.map +1 -6
- package/dist/esm/animationsCSS.native.js +17 -18
- package/dist/esm/animationsCSS.native.js.map +1 -6
- package/dist/esm/animationsReactNative.native.js +2 -4
- package/dist/esm/animationsReactNative.native.js.map +1 -6
- package/dist/esm/animationsReanimated.native.js +2 -4
- package/dist/esm/animationsReanimated.native.js.map +1 -6
- package/dist/esm/config.native.js +5 -7
- package/dist/esm/config.native.js.map +1 -6
- package/dist/esm/createGenericFont.native.js +11 -12
- package/dist/esm/createGenericFont.native.js.map +1 -6
- package/dist/esm/fonts.native.js +95 -93
- package/dist/esm/fonts.native.js.map +1 -6
- package/dist/esm/index.native.js +8 -11
- package/dist/esm/index.native.js.map +1 -6
- package/dist/esm/index.reanimated.native.js +5 -7
- package/dist/esm/index.reanimated.native.js.map +1 -6
- package/dist/esm/media.native.js +49 -61
- package/dist/esm/media.native.js.map +1 -6
- package/dist/esm/v2-base.native.js +5 -7
- package/dist/esm/v2-base.native.js.map +1 -6
- package/dist/esm/v2-native.js +3 -5
- package/dist/esm/v2-native.js.map +1 -6
- package/dist/esm/v2-reanimated.native.js +3 -5
- package/dist/esm/v2-reanimated.native.js.map +1 -6
- package/dist/esm/v2.native.js +3 -5
- package/dist/esm/v2.native.js.map +1 -6
- package/dist/esm/v3-animations.native.js +2 -4
- package/dist/esm/v3-animations.native.js.map +1 -6
- package/dist/esm/v3.native.js +31 -39
- package/dist/esm/v3.native.js.map +1 -6
- package/package.json +18 -18
- package/dist/esm/animations.css.native.mjs +0 -12
- package/dist/esm/animations.css.native.mjs.map +0 -1
- package/dist/esm/animations.native.mjs +0 -37
- package/dist/esm/animations.native.mjs.map +0 -1
- package/dist/esm/animations.reanimated.native.mjs +0 -42
- package/dist/esm/animations.reanimated.native.mjs.map +0 -1
- package/dist/esm/animationsCSS.native.mjs +0 -18
- package/dist/esm/animationsCSS.native.mjs.map +0 -1
- package/dist/esm/animationsReactNative.native.mjs +0 -72
- package/dist/esm/animationsReactNative.native.mjs.map +0 -1
- package/dist/esm/animationsReanimated.native.mjs +0 -60
- package/dist/esm/animationsReanimated.native.mjs.map +0 -1
- package/dist/esm/config.native.mjs +0 -25
- package/dist/esm/config.native.mjs.map +0 -1
- package/dist/esm/createGenericFont.native.mjs +0 -45
- package/dist/esm/createGenericFont.native.mjs.map +0 -1
- package/dist/esm/fonts.native.mjs +0 -100
- package/dist/esm/fonts.native.mjs.map +0 -1
- package/dist/esm/index.native.mjs +0 -15
- package/dist/esm/index.native.mjs.map +0 -1
- package/dist/esm/index.reanimated.native.mjs +0 -11
- package/dist/esm/index.reanimated.native.mjs.map +0 -1
- package/dist/esm/media.native.mjs +0 -50
- package/dist/esm/media.native.mjs.map +0 -1
- package/dist/esm/v2-base.native.mjs +0 -26
- package/dist/esm/v2-base.native.mjs.map +0 -1
- package/dist/esm/v2-native.mjs +0 -8
- package/dist/esm/v2-native.mjs.map +0 -1
- package/dist/esm/v2-reanimated.native.mjs +0 -8
- package/dist/esm/v2-reanimated.native.mjs.map +0 -1
- package/dist/esm/v2.native.mjs +0 -8
- package/dist/esm/v2.native.mjs.map +0 -1
- package/dist/esm/v3-animations.native.mjs +0 -3
- package/dist/esm/v3-animations.native.mjs.map +0 -1
- package/dist/esm/v3.native.mjs +0 -37
- package/dist/esm/v3.native.mjs.map +0 -1
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { shorthands } from "@tamagui/shorthands";
|
|
2
2
|
import { tokens } from "@tamagui/themes/v2";
|
|
3
3
|
import { themes } from "@tamagui/themes/v2-themes";
|
|
4
|
-
import { fonts } from "./fonts";
|
|
5
|
-
import { media, mediaQueryDefaultActive } from "./media";
|
|
4
|
+
import { fonts } from "./fonts.native.js";
|
|
5
|
+
import { media, mediaQueryDefaultActive } from "./media.native.js";
|
|
6
6
|
var config = {
|
|
7
7
|
themes,
|
|
8
8
|
media,
|
|
9
9
|
shorthands,
|
|
10
10
|
tokens,
|
|
11
11
|
fonts,
|
|
12
|
-
selectionStyles: function(theme) {
|
|
12
|
+
selectionStyles: function (theme) {
|
|
13
13
|
return theme.color5 ? {
|
|
14
14
|
backgroundColor: theme.color5,
|
|
15
15
|
color: theme.color11
|
|
@@ -22,7 +22,5 @@ var config = {
|
|
|
22
22
|
mediaQueryDefaultActive
|
|
23
23
|
}
|
|
24
24
|
};
|
|
25
|
-
export {
|
|
26
|
-
|
|
27
|
-
};
|
|
28
|
-
//# sourceMappingURL=v2-base.js.map
|
|
25
|
+
export { config };
|
|
26
|
+
//# sourceMappingURL=v2-base.native.js.map
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../src/Users/n8/tamagui/code/core/config/src/v2-base.ts"],
|
|
4
|
-
"mappings": "AAAA,SAASA,kBAAkB;AAC3B,SAASC,cAAc;AACvB,SAASC,cAAc;AAGvB,SAASC,aAAa;AACtB,SAASC,OAAOC,+BAA+B;AAExC,IAAMC,SAAS;EACpBJ;EACAE;EACAJ;EACAC;EACAE;EACAI,iBAAiB,SAACC,OAAAA;WAChBA,MAAMC,SACF;MACEC,iBAAiBF,MAAMC;MACvBE,OAAOH,MAAMI;IACf,IACA;;EACNC,UAAU;IACRC,aAAa;IACbC,6BAA6B;IAC7BC,sBAAsB;IACtBX;EACF;AACF;",
|
|
5
|
-
"names": ["shorthands", "tokens", "themes", "fonts", "media", "mediaQueryDefaultActive", "config", "selectionStyles", "theme", "color5", "backgroundColor", "color", "color11", "settings", "defaultFont", "shouldAddPrefersColorThemes", "themeClassNameOnRoot"]
|
|
6
|
-
}
|
|
1
|
+
{"version":3,"names":["shorthands","tokens","themes","fonts","media","mediaQueryDefaultActive","config","selectionStyles","theme","color5","backgroundColor","color","color11","settings","defaultFont","shouldAddPrefersColorThemes","themeClassNameOnRoot"],"sources":["../../src/v2-base.ts"],"sourcesContent":[null],"mappings":"AAAA,SAASA,UAAA,QAAkB;AAC3B,SAASC,MAAA,QAAc;AACvB,SAASC,MAAA,QAAc;AAGvB,SAASC,KAAA,QAAa;AACtB,SAASC,KAAA,EAAOC,uBAAA,QAA+B;AAExC,IAAAC,MAAM;EACXJ,MAAA;EACAE,KAAA;EACAJ,UAAA;EACAC,MAAA;EACAE,KAAA;EACAI,eAAA,EAAiB,SAAAA,CAACC,KAChB;IAEM,OAAAA,KAAA,CAAAC,MAAiB;MACjBC,eAAa,EAAAF,KAAA,CAAAC,MAAA;MAEfE,KAAA,EAAAH,KAAA,CAAAI;IACN,QAAU;EAAA;EACKC,QACb;IACAC,WAAA;IACAC,2BAAA;IACFC,oBAAA;IACFX","ignoreList":[]}
|
package/dist/esm/v2-native.js
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import { animations } from "./animations";
|
|
2
|
-
import { config as configBase } from "./v2-base";
|
|
1
|
+
import { animations } from "./animations.native.js";
|
|
2
|
+
import { config as configBase } from "./v2-base.native.js";
|
|
3
3
|
var config = {
|
|
4
4
|
...configBase,
|
|
5
5
|
animations
|
|
6
6
|
};
|
|
7
|
-
export {
|
|
8
|
-
config
|
|
9
|
-
};
|
|
7
|
+
export { config };
|
|
10
8
|
//# sourceMappingURL=v2-native.js.map
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../src/Users/n8/tamagui/code/core/config/src/v2-native.ts"],
|
|
4
|
-
"mappings": "AAEA,SAASA,kBAAkB;AAC3B,SAASC,UAAUC,kBAAkB;AAE9B,IAAMD,SAAS;EACpB,GAAGC;EACHF;AACF;",
|
|
5
|
-
"names": ["animations", "config", "configBase"]
|
|
6
|
-
}
|
|
1
|
+
{"version":3,"names":["animations","config","configBase"],"sources":["../../src/Users/n8/tamagui/code/core/config/src/v2-native.ts"],"sourcesContent":[null],"mappings":"AAEA,SAASA,UAAA,QAAkB;AAC3B,SAASC,MAAA,IAAUC,UAAA,QAAkB;AAE9B,IAAMD,MAAA,GAAS;EACpB,GAAGC,UAAA;EACHF;AACF","ignoreList":[]}
|
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
import { animations } from "./animations.reanimated";
|
|
2
|
-
import { config as configBase } from "./v2-base";
|
|
2
|
+
import { config as configBase } from "./v2-base.native.js";
|
|
3
3
|
var config = {
|
|
4
4
|
...configBase,
|
|
5
5
|
animations
|
|
6
6
|
};
|
|
7
|
-
export {
|
|
8
|
-
|
|
9
|
-
};
|
|
10
|
-
//# sourceMappingURL=v2-reanimated.js.map
|
|
7
|
+
export { config };
|
|
8
|
+
//# sourceMappingURL=v2-reanimated.native.js.map
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../src/Users/n8/tamagui/code/core/config/src/v2-reanimated.ts"],
|
|
4
|
-
"mappings": "AAEA,SAASA,kBAAkB;AAC3B,SAASC,UAAUC,kBAAkB;AAE9B,IAAMD,SAAS;EACpB,GAAGC;EACHF;AACF;",
|
|
5
|
-
"names": ["animations", "config", "configBase"]
|
|
6
|
-
}
|
|
1
|
+
{"version":3,"names":["animations","config","configBase"],"sources":["../../src/v2-reanimated.ts"],"sourcesContent":[null],"mappings":"AAEA,SAASA,UAAA,QAAkB;AAC3B,SAASC,MAAA,IAAUC,UAAA,QAAkB;AAE9B,IAAAD,MAAM;EACX,GAAGC,UAAA;EACHF;AACF","ignoreList":[]}
|
package/dist/esm/v2.native.js
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
|
-
import { animations } from "./animations";
|
|
2
|
-
import { config as configBase } from "./v2-base";
|
|
1
|
+
import { animations } from "./animations.native.js";
|
|
2
|
+
import { config as configBase } from "./v2-base.native.js";
|
|
3
3
|
var config = {
|
|
4
4
|
...configBase,
|
|
5
5
|
animations
|
|
6
6
|
};
|
|
7
|
-
export {
|
|
8
|
-
config
|
|
9
|
-
};
|
|
7
|
+
export { config };
|
|
10
8
|
//# sourceMappingURL=v2.native.js.map
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../src/Users/n8/tamagui/code/core/config/src/v2.native.ts"],
|
|
4
|
-
"mappings": "AAEA,SAASA,kBAAkB;AAC3B,SAASC,UAAUC,kBAAkB;AAE9B,IAAMD,SAAS;EACpB,GAAGC;EACHF;AACF;",
|
|
5
|
-
"names": ["animations", "config", "configBase"]
|
|
6
|
-
}
|
|
1
|
+
{"version":3,"names":["animations","config","configBase"],"sources":["../../src/Users/n8/tamagui/code/core/config/src/v2.native.ts"],"sourcesContent":[null],"mappings":"AAEA,SAASA,UAAA,QAAkB;AAC3B,SAASC,MAAA,IAAUC,UAAA,QAAkB;AAE9B,IAAMD,MAAA,GAAS;EACpB,GAAGC,UAAA;EACHF;AACF","ignoreList":[]}
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
import { animationsReactNative } from "./animationsReactNative";
|
|
2
|
-
export {
|
|
3
|
-
animationsReactNative as animations
|
|
4
|
-
};
|
|
1
|
+
import { animationsReactNative } from "./animationsReactNative.native.js";
|
|
2
|
+
export { animationsReactNative as animations };
|
|
5
3
|
//# sourceMappingURL=v3-animations.native.js.map
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../src/Users/n8/tamagui/code/core/config/src/v3-animations.native.ts"],
|
|
4
|
-
"mappings": "AAAA,SAAkCA,6BAAkB;",
|
|
5
|
-
"names": ["animations"]
|
|
6
|
-
}
|
|
1
|
+
{"version":3,"names":["animationsReactNative"],"sources":["../../src/Users/n8/tamagui/code/core/config/src/v3-animations.native.ts"],"sourcesContent":[null],"mappings":"AAAA,SAAkCA,qBAAA,QAAkB","ignoreList":[]}
|
package/dist/esm/v3.native.js
CHANGED
|
@@ -1,45 +1,37 @@
|
|
|
1
1
|
import { shorthands } from "@tamagui/shorthands/v2";
|
|
2
2
|
import { tokens, themes as themesIn } from "@tamagui/themes/v3-themes";
|
|
3
|
-
import { animations } from "./v3-animations";
|
|
4
|
-
import { fonts } from "./fonts";
|
|
5
|
-
import { media, mediaQueryDefaultActive } from "./media";
|
|
6
|
-
import { animations as animations2 } from "./v3-animations";
|
|
3
|
+
import { animations } from "./v3-animations.native.js";
|
|
4
|
+
import { fonts } from "./fonts.native.js";
|
|
5
|
+
import { media, mediaQueryDefaultActive } from "./media.native.js";
|
|
6
|
+
import { animations as animations2 } from "./v3-animations.native.js";
|
|
7
7
|
import { tokens as tokens2, themes } from "@tamagui/themes/v3-themes";
|
|
8
8
|
import { shorthands as shorthands2 } from "@tamagui/shorthands/v2";
|
|
9
|
-
import { fonts as fonts2 } from "./fonts";
|
|
10
|
-
import { media as media2, mediaQueryDefaultActive as mediaQueryDefaultActive2 } from "./media";
|
|
9
|
+
import { fonts as fonts2 } from "./fonts.native.js";
|
|
10
|
+
import { media as media2, mediaQueryDefaultActive as mediaQueryDefaultActive2 } from "./media.native.js";
|
|
11
11
|
var _globalThis, _global;
|
|
12
12
|
(_globalThis = globalThis)[_global = "global"] || (_globalThis[_global] = globalThis);
|
|
13
|
-
var selectionStyles = function(theme) {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
},
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
media2 as media,
|
|
39
|
-
mediaQueryDefaultActive2 as mediaQueryDefaultActive,
|
|
40
|
-
selectionStyles,
|
|
41
|
-
shorthands2 as shorthands,
|
|
42
|
-
themes,
|
|
43
|
-
tokens2 as tokens
|
|
44
|
-
};
|
|
45
|
-
//# sourceMappingURL=v3.js.map
|
|
13
|
+
var selectionStyles = function (theme) {
|
|
14
|
+
return theme.color5 ? {
|
|
15
|
+
backgroundColor: theme.color5,
|
|
16
|
+
color: theme.color11
|
|
17
|
+
} : null;
|
|
18
|
+
},
|
|
19
|
+
themes2 = process.env.TAMAGUI_OPTIMIZE_THEMES === "true" ? {} : themesIn,
|
|
20
|
+
config = {
|
|
21
|
+
animations,
|
|
22
|
+
themes: themes2,
|
|
23
|
+
media,
|
|
24
|
+
shorthands,
|
|
25
|
+
tokens,
|
|
26
|
+
fonts,
|
|
27
|
+
selectionStyles,
|
|
28
|
+
settings: {
|
|
29
|
+
mediaQueryDefaultActive,
|
|
30
|
+
defaultFont: "body",
|
|
31
|
+
fastSchemeChange: !0,
|
|
32
|
+
shouldAddPrefersColorThemes: !0,
|
|
33
|
+
themeClassNameOnRoot: !0
|
|
34
|
+
}
|
|
35
|
+
};
|
|
36
|
+
export { animations2 as animations, config, fonts2 as fonts, media2 as media, mediaQueryDefaultActive2 as mediaQueryDefaultActive, selectionStyles, shorthands2 as shorthands, themes, tokens2 as tokens };
|
|
37
|
+
//# sourceMappingURL=v3.native.js.map
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../src/Users/n8/tamagui/code/core/config/src/v3.ts"],
|
|
4
|
-
"mappings": "AAAA,SAASA,kBAAkB;AAC3B,SAASC,QAAQC,UAAUC,gBAAgB;AAC3C,SAASC,kBAAkB;AAG3B,SAASC,aAAa;AACtB,SAASC,OAAOC,+BAA+B;AAK/C,SAASH,cAAAA,mBAAkB;AAC3B,SAASH,UAAAA,SAAQC,cAAc;AAC/B,SAASF,cAAAA,mBAAkB;AAC3B,SAASK,SAAAA,cAAa;AACtB,SAASC,SAAAA,QAAOC,2BAAAA,gCAA+B;IAN/CC,aAAW;CAAXA,cAAAA,YAAW,UAAA,QAAA,MAAXA,YAAW,OAAA,IAAcA;AAQlB,IAAMC,kBAAkB,SAACC,OAAAA;SAC9BA,MAAMC,SACF;IACEC,iBAAiBF,MAAMC;IACvBE,OAAOH,MAAMI;EACf,IACA;GAGAZ,UACJa,QAAQC,IAAIC,4BAA4B,SAAU,CAAC,IAAwBd,UAEhEe,SAAS;EACpBd;EACAF,QAAAA;EACAI;EACAN;EACAC;EACAI;EACAI;EACAU,UAAU;IACRZ;IACAa,aAAa;IACbC,kBAAkB;IAClBC,6BAA6B;IAC7BC,sBAAsB;EACxB;AACF;",
|
|
5
|
-
"names": ["shorthands", "tokens", "themes", "themesIn", "animations", "fonts", "media", "mediaQueryDefaultActive", "globalThis", "selectionStyles", "theme", "color5", "backgroundColor", "color", "color11", "process", "env", "TAMAGUI_OPTIMIZE_THEMES", "config", "settings", "defaultFont", "fastSchemeChange", "shouldAddPrefersColorThemes", "themeClassNameOnRoot"]
|
|
6
|
-
}
|
|
1
|
+
{"version":3,"names":["shorthands","tokens","themes","themesIn","animations","fonts","media","mediaQueryDefaultActive","animations2","tokens2","shorthands2","fonts2","media2","mediaQueryDefaultActive2","_globalThis","_global","globalThis","selectionStyles","theme","color5","backgroundColor","color","color11","themes2","process","env","TAMAGUI_OPTIMIZE_THEMES","config","settings","defaultFont","fastSchemeChange","shouldAddPrefersColorThemes"],"sources":["../../src/v3.ts"],"sourcesContent":[null],"mappings":"AAAA,SAASA,UAAA,QAAkB;AAC3B,SAASC,MAAA,EAAQC,MAAA,IAAUC,QAAA,QAAgB;AAC3C,SAASC,UAAA,QAAkB;AAG3B,SAASC,KAAA,QAAa;AACtB,SAASC,KAAA,EAAOC,uBAAA,QAA+B;AAK/C,SAASH,UAAA,IAAAI,WAAA,QAAkB;AAC3B,SAASP,MAAA,IAAAQ,OAAA,EAAQP,MAAA,QAAc;AAC/B,SAASF,UAAA,IAAAU,WAAA,QAAkB;AAC3B,SAASL,KAAA,IAAAM,MAAA,QAAa;AACtB,SAASL,KAAA,IAAAM,MAAA,EAAOL,uBAAA,IAAAM,wBAAA,QAA+B;AAN/C,IAAAC,WAAW,EAAAC,OAAc;AAQlB,CAAAD,WAAM,GAAAE,UAAmB,EAAAD,OAAA,GAC9B,QAAM,MACFD,WAAA,CAAAC,OAAA,IAAAC,UAAA;AAAA,IACEC,eAAiB,YAAAA,CAAMC,KAAA;IACvB,OAAOA,KAAA,CAAMC,MAAA;MAEfC,eAGA,EACJF,KAAA,CAAAC,MAAY;MAGZE,KAAA,EAAAH,KAAA,CAAAI;IACA;EAAA;EACAC,OAAA,GAAAC,OAAA,CAAAC,GAAA,CAAAC,uBAAA,mBAAAvB,QAAA;EAAAwB,MAAA;IACAvB,UAAA;IACAF,MAAA,EAAAqB,OAAA;IACAjB,KAAA;IACAN,UAAA;IACAC,MAAA;IAAUI,KACR;IAAAY,eACa;IAAAW,QACb;MACArB,uBAAA;MACAsB,WAAA;MACFC,gBAAA;MACFC,2BAAA","ignoreList":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/config",
|
|
3
|
-
"version": "1.111.
|
|
3
|
+
"version": "1.111.9",
|
|
4
4
|
"types": "./types/index.d.ts",
|
|
5
5
|
"main": "dist/cjs",
|
|
6
6
|
"module": "dist/esm",
|
|
@@ -16,42 +16,42 @@
|
|
|
16
16
|
"exports": {
|
|
17
17
|
"./package.json": "./package.json",
|
|
18
18
|
".": {
|
|
19
|
-
"react-native-import": "./dist/esm/index.native.
|
|
19
|
+
"react-native-import": "./dist/esm/index.native.js",
|
|
20
20
|
"react-native": "./dist/cjs/index.native.js",
|
|
21
21
|
"types": "./types/index.d.ts",
|
|
22
22
|
"import": "./dist/esm/index.mjs",
|
|
23
23
|
"require": "./dist/cjs/index.js"
|
|
24
24
|
},
|
|
25
25
|
"./v2": {
|
|
26
|
-
"react-native-import": "./dist/esm/v2.native.
|
|
26
|
+
"react-native-import": "./dist/esm/v2.native.js",
|
|
27
27
|
"react-native": "./dist/cjs/v2.native.js",
|
|
28
28
|
"types": "./types/v2.d.ts",
|
|
29
29
|
"import": "./dist/esm/v2.mjs",
|
|
30
30
|
"require": "./dist/cjs/v2.js"
|
|
31
31
|
},
|
|
32
32
|
"./v2-reanimated": {
|
|
33
|
-
"react-native-import": "./dist/esm/v2-reanimated.native.
|
|
33
|
+
"react-native-import": "./dist/esm/v2-reanimated.native.js",
|
|
34
34
|
"react-native": "./dist/cjs/v2-reanimated.native.js",
|
|
35
35
|
"types": "./types/v2-reanimated.d.ts",
|
|
36
36
|
"import": "./dist/esm/v2-reanimated.mjs",
|
|
37
37
|
"require": "./dist/cjs/v2-reanimated.js"
|
|
38
38
|
},
|
|
39
39
|
"./v2-native": {
|
|
40
|
-
"react-native-import": "./dist/esm/v2-native.native.
|
|
40
|
+
"react-native-import": "./dist/esm/v2-native.native.js",
|
|
41
41
|
"react-native": "./dist/cjs/v2-native.native.js",
|
|
42
42
|
"types": "./types/v2-native.d.ts",
|
|
43
43
|
"import": "./dist/esm/v2-native.mjs",
|
|
44
44
|
"require": "./dist/cjs/v2-native.js"
|
|
45
45
|
},
|
|
46
46
|
"./reanimated": {
|
|
47
|
-
"react-native-import": "./dist/esm/index.reanimated.native.
|
|
47
|
+
"react-native-import": "./dist/esm/index.reanimated.native.js",
|
|
48
48
|
"react-native": "./dist/cjs/index.reanimated.native.js",
|
|
49
49
|
"types": "./types/index.reanimated.d.ts",
|
|
50
50
|
"import": "./dist/esm/index.reanimated.mjs",
|
|
51
51
|
"require": "./dist/cjs/index.reanimated.js"
|
|
52
52
|
},
|
|
53
53
|
"./v3": {
|
|
54
|
-
"react-native-import": "./dist/esm/v3.native.
|
|
54
|
+
"react-native-import": "./dist/esm/v3.native.js",
|
|
55
55
|
"react-native": "./dist/cjs/v3.native.js",
|
|
56
56
|
"types": "./types/v3.d.ts",
|
|
57
57
|
"import": "./dist/esm/v3.mjs",
|
|
@@ -59,19 +59,19 @@
|
|
|
59
59
|
}
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
|
-
"@tamagui/animations-css": "1.111.
|
|
63
|
-
"@tamagui/animations-moti": "1.111.
|
|
64
|
-
"@tamagui/animations-react-native": "1.111.
|
|
65
|
-
"@tamagui/colors": "1.111.
|
|
66
|
-
"@tamagui/font-inter": "1.111.
|
|
67
|
-
"@tamagui/font-silkscreen": "1.111.
|
|
68
|
-
"@tamagui/react-native-media-driver": "1.111.
|
|
69
|
-
"@tamagui/shorthands": "1.111.
|
|
70
|
-
"@tamagui/themes": "1.111.
|
|
71
|
-
"@tamagui/web": "1.111.
|
|
62
|
+
"@tamagui/animations-css": "1.111.9",
|
|
63
|
+
"@tamagui/animations-moti": "1.111.9",
|
|
64
|
+
"@tamagui/animations-react-native": "1.111.9",
|
|
65
|
+
"@tamagui/colors": "1.111.9",
|
|
66
|
+
"@tamagui/font-inter": "1.111.9",
|
|
67
|
+
"@tamagui/font-silkscreen": "1.111.9",
|
|
68
|
+
"@tamagui/react-native-media-driver": "1.111.9",
|
|
69
|
+
"@tamagui/shorthands": "1.111.9",
|
|
70
|
+
"@tamagui/themes": "1.111.9",
|
|
71
|
+
"@tamagui/web": "1.111.9"
|
|
72
72
|
},
|
|
73
73
|
"devDependencies": {
|
|
74
|
-
"@tamagui/build": "1.111.
|
|
74
|
+
"@tamagui/build": "1.111.9"
|
|
75
75
|
},
|
|
76
76
|
"publishConfig": {
|
|
77
77
|
"access": "public"
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { createAnimations } from "@tamagui/animations-css";
|
|
2
|
-
var animations = createAnimations({
|
|
3
|
-
"100ms": "ease-in 100ms",
|
|
4
|
-
bouncy: "ease-in 200ms",
|
|
5
|
-
lazy: "ease-in 600ms",
|
|
6
|
-
slow: "ease-in 500ms",
|
|
7
|
-
medium: "ease-in 300ms",
|
|
8
|
-
quick: "ease-in 100ms",
|
|
9
|
-
tooltip: "ease-in 400ms"
|
|
10
|
-
});
|
|
11
|
-
export { animations };
|
|
12
|
-
//# sourceMappingURL=animations.css.native.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["createAnimations","animations","bouncy","lazy","slow","medium","quick","tooltip"],"sources":["../../src/animations.css.ts"],"sourcesContent":[null],"mappings":"AAAA,SAASA,gBAAA,QAAwB;AAE1B,IAAAC,UAAM,GAAAD,gBAAa;EACxB,SAAS;EACTE,MAAA,EAAQ;EACRC,IAAA,EAAM;EACNC,IAAA,EAAM;EACNC,MAAA,EAAQ;EACRC,KAAA,EAAO;EACPC,OAAA,EAAS;AACX,CAAC","ignoreList":[]}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { createAnimations } from "@tamagui/animations-react-native";
|
|
2
|
-
var animations = createAnimations({
|
|
3
|
-
"100ms": {
|
|
4
|
-
type: "timing",
|
|
5
|
-
duration: 100
|
|
6
|
-
},
|
|
7
|
-
bouncy: {
|
|
8
|
-
damping: 9,
|
|
9
|
-
mass: 0.9,
|
|
10
|
-
stiffness: 150
|
|
11
|
-
},
|
|
12
|
-
lazy: {
|
|
13
|
-
damping: 18,
|
|
14
|
-
stiffness: 50
|
|
15
|
-
},
|
|
16
|
-
medium: {
|
|
17
|
-
damping: 15,
|
|
18
|
-
stiffness: 120,
|
|
19
|
-
mass: 1
|
|
20
|
-
},
|
|
21
|
-
slow: {
|
|
22
|
-
damping: 15,
|
|
23
|
-
stiffness: 40
|
|
24
|
-
},
|
|
25
|
-
quick: {
|
|
26
|
-
damping: 20,
|
|
27
|
-
mass: 1.2,
|
|
28
|
-
stiffness: 250
|
|
29
|
-
},
|
|
30
|
-
tooltip: {
|
|
31
|
-
damping: 10,
|
|
32
|
-
mass: 0.9,
|
|
33
|
-
stiffness: 100
|
|
34
|
-
}
|
|
35
|
-
});
|
|
36
|
-
export { animations };
|
|
37
|
-
//# sourceMappingURL=animations.native.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["createAnimations","animations","type","duration","bouncy","damping","mass","stiffness","lazy","medium","slow","quick","tooltip"],"sources":["../../src/animations.ts"],"sourcesContent":[null],"mappings":"AAAA,SAASA,gBAAA,QAAwB;AAE1B,IAAAC,UAAM,GAAAD,gBAAa;EACxB,SAAS;IACPE,IAAA,EAAM;IACNC,QAAA,EAAU;EACZ;EACAC,MAAA,EAAQ;IACNC,OAAA,EAAS;IACTC,IAAA,EAAM;IACNC,SAAA,EAAW;EACb;EACAC,IAAA,EAAM;IACJH,OAAA,EAAS;IACTE,SAAA,EAAW;EACb;EACAE,MAAA,EAAQ;IACNJ,OAAA,EAAS;IACTE,SAAA,EAAW;IACXD,IAAA,EAAM;EACR;EACAI,IAAA,EAAM;IACJL,OAAA,EAAS;IACTE,SAAA,EAAW;EACb;EACAI,KAAA,EAAO;IACLN,OAAA,EAAS;IACTC,IAAA,EAAM;IACNC,SAAA,EAAW;EACb;EACAK,OAAA,EAAS;IACPP,OAAA,EAAS;IACTC,IAAA,EAAM;IACNC,SAAA,EAAW;EACb;AACF,CAAC","ignoreList":[]}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
import { createAnimations } from "@tamagui/animations-moti";
|
|
2
|
-
var animations = createAnimations({
|
|
3
|
-
"100ms": {
|
|
4
|
-
type: "timing",
|
|
5
|
-
duration: 100
|
|
6
|
-
},
|
|
7
|
-
bouncy: {
|
|
8
|
-
type: "spring",
|
|
9
|
-
damping: 9,
|
|
10
|
-
mass: 0.9,
|
|
11
|
-
stiffness: 150
|
|
12
|
-
},
|
|
13
|
-
lazy: {
|
|
14
|
-
type: "spring",
|
|
15
|
-
damping: 18,
|
|
16
|
-
stiffness: 50
|
|
17
|
-
},
|
|
18
|
-
medium: {
|
|
19
|
-
damping: 15,
|
|
20
|
-
stiffness: 120,
|
|
21
|
-
mass: 1
|
|
22
|
-
},
|
|
23
|
-
slow: {
|
|
24
|
-
type: "spring",
|
|
25
|
-
damping: 15,
|
|
26
|
-
stiffness: 40
|
|
27
|
-
},
|
|
28
|
-
quick: {
|
|
29
|
-
type: "spring",
|
|
30
|
-
damping: 20,
|
|
31
|
-
mass: 1.2,
|
|
32
|
-
stiffness: 250
|
|
33
|
-
},
|
|
34
|
-
tooltip: {
|
|
35
|
-
type: "spring",
|
|
36
|
-
damping: 10,
|
|
37
|
-
mass: 0.9,
|
|
38
|
-
stiffness: 100
|
|
39
|
-
}
|
|
40
|
-
});
|
|
41
|
-
export { animations };
|
|
42
|
-
//# sourceMappingURL=animations.reanimated.native.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["createAnimations","animations","type","duration","bouncy","damping","mass","stiffness","lazy","medium","slow","quick","tooltip"],"sources":["../../src/animations.reanimated.ts"],"sourcesContent":[null],"mappings":"AAAA,SAASA,gBAAA,QAAwB;AAE1B,IAAAC,UAAM,GAAAD,gBAAa;EACxB,SAAS;IACPE,IAAA,EAAM;IACNC,QAAA,EAAU;EACZ;EACAC,MAAA,EAAQ;IACNF,IAAA,EAAM;IACNG,OAAA,EAAS;IACTC,IAAA,EAAM;IACNC,SAAA,EAAW;EACb;EACAC,IAAA,EAAM;IACJN,IAAA,EAAM;IACNG,OAAA,EAAS;IACTE,SAAA,EAAW;EACb;EACAE,MAAA,EAAQ;IACNJ,OAAA,EAAS;IACTE,SAAA,EAAW;IACXD,IAAA,EAAM;EACR;EACAI,IAAA,EAAM;IACJR,IAAA,EAAM;IACNG,OAAA,EAAS;IACTE,SAAA,EAAW;EACb;EACAI,KAAA,EAAO;IACLT,IAAA,EAAM;IACNG,OAAA,EAAS;IACTC,IAAA,EAAM;IACNC,SAAA,EAAW;EACb;EACAK,OAAA,EAAS;IACPV,IAAA,EAAM;IACNG,OAAA,EAAS;IACTC,IAAA,EAAM;IACNC,SAAA,EAAW;EACb;AACF,CAAC","ignoreList":[]}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { createAnimations as c1 } from "@tamagui/animations-css";
|
|
2
|
-
var smoothBezier = "cubic-bezier(0.215, 0.610, 0.355, 1.000)",
|
|
3
|
-
animationsCSS = c1({
|
|
4
|
-
"75ms": "ease-in 75ms",
|
|
5
|
-
"100ms": "ease-in 100ms",
|
|
6
|
-
"200ms": "ease-in 200ms",
|
|
7
|
-
bouncy: "ease-in 200ms",
|
|
8
|
-
superBouncy: "ease-in 500ms",
|
|
9
|
-
lazy: "ease-in 1000ms",
|
|
10
|
-
medium: "ease-in 300ms",
|
|
11
|
-
slow: "ease-in 500ms",
|
|
12
|
-
quick: `${smoothBezier} 400ms`,
|
|
13
|
-
quicker: `${smoothBezier} 300ms`,
|
|
14
|
-
quickest: `${smoothBezier} 200ms`,
|
|
15
|
-
tooltip: "ease-in 400ms"
|
|
16
|
-
});
|
|
17
|
-
export { animationsCSS };
|
|
18
|
-
//# sourceMappingURL=animationsCSS.native.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["createAnimations","c1","smoothBezier","animationsCSS","bouncy","superBouncy","lazy","medium","slow","quick","quicker","quickest","tooltip"],"sources":["../../src/animationsCSS.ts"],"sourcesContent":[null],"mappings":"AAAA,SAASA,gBAAA,IAAoBC,EAAA,QAAU;AAEvC,IAAAC,YAAM,6CAAe;EAAAC,aAER,GAAAF,EAAgB;IAC3B,QAAQ;IACR,SAAS;IACT,SAAS;IACTG,MAAA,EAAQ;IACRC,WAAA,EAAa;IACbC,IAAA,EAAM;IACNC,MAAA,EAAQ;IACRC,IAAA,EAAM;IACNC,KAAA,EAAO,GAAGP,YAAY;IACtBQ,OAAA,EAAS,GAAGR,YAAY;IACxBS,QAAA,EAAU,GAAGT,YAAY;IACzBU,OAAA,EAAS;EACX,CAAC","ignoreList":[]}
|
|
@@ -1,72 +0,0 @@
|
|
|
1
|
-
import { createAnimations as c2 } from "@tamagui/animations-react-native";
|
|
2
|
-
var animationsReactNative = c2({
|
|
3
|
-
"75ms": {
|
|
4
|
-
type: "timing",
|
|
5
|
-
duration: 75
|
|
6
|
-
},
|
|
7
|
-
"100ms": {
|
|
8
|
-
type: "timing",
|
|
9
|
-
duration: 100
|
|
10
|
-
},
|
|
11
|
-
"200ms": {
|
|
12
|
-
type: "timing",
|
|
13
|
-
duration: 200
|
|
14
|
-
},
|
|
15
|
-
superBouncy: {
|
|
16
|
-
type: "spring",
|
|
17
|
-
damping: 5,
|
|
18
|
-
mass: 0.7,
|
|
19
|
-
stiffness: 200
|
|
20
|
-
},
|
|
21
|
-
bouncy: {
|
|
22
|
-
type: "spring",
|
|
23
|
-
damping: 9,
|
|
24
|
-
mass: 0.9,
|
|
25
|
-
stiffness: 150
|
|
26
|
-
},
|
|
27
|
-
lazy: {
|
|
28
|
-
type: "spring",
|
|
29
|
-
damping: 18,
|
|
30
|
-
stiffness: 50
|
|
31
|
-
},
|
|
32
|
-
medium: {
|
|
33
|
-
damping: 15,
|
|
34
|
-
stiffness: 120,
|
|
35
|
-
mass: 1
|
|
36
|
-
},
|
|
37
|
-
slowest: {
|
|
38
|
-
type: "spring",
|
|
39
|
-
damping: 15,
|
|
40
|
-
stiffness: 10
|
|
41
|
-
},
|
|
42
|
-
slow: {
|
|
43
|
-
type: "spring",
|
|
44
|
-
damping: 15,
|
|
45
|
-
stiffness: 40
|
|
46
|
-
},
|
|
47
|
-
quick: {
|
|
48
|
-
type: "spring",
|
|
49
|
-
damping: 20,
|
|
50
|
-
mass: 1.2,
|
|
51
|
-
stiffness: 250
|
|
52
|
-
},
|
|
53
|
-
tooltip: {
|
|
54
|
-
type: "spring",
|
|
55
|
-
damping: 10,
|
|
56
|
-
mass: 0.9,
|
|
57
|
-
stiffness: 100
|
|
58
|
-
},
|
|
59
|
-
quicker: {
|
|
60
|
-
type: "spring",
|
|
61
|
-
damping: 20,
|
|
62
|
-
mass: 1,
|
|
63
|
-
stiffness: 250
|
|
64
|
-
},
|
|
65
|
-
quickest: {
|
|
66
|
-
damping: 14,
|
|
67
|
-
mass: 0.1,
|
|
68
|
-
stiffness: 380
|
|
69
|
-
}
|
|
70
|
-
});
|
|
71
|
-
export { animationsReactNative };
|
|
72
|
-
//# sourceMappingURL=animationsReactNative.native.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["createAnimations","c2","animationsReactNative","type","duration","superBouncy","damping","mass","stiffness","bouncy","lazy","medium","slowest","slow","quick","tooltip","quicker","quickest"],"sources":["../../src/animationsReactNative.ts"],"sourcesContent":[null],"mappings":"AAAA,SAASA,gBAAA,IAAoBC,EAAA,QAAU;AAEhC,IAAAC,qBAAM,GAAAD,EAAwB;EACnC,QAAQ;IACNE,IAAA,EAAM;IACNC,QAAA,EAAU;EACZ;EACA,SAAS;IACPD,IAAA,EAAM;IACNC,QAAA,EAAU;EACZ;EACA,SAAS;IACPD,IAAA,EAAM;IACNC,QAAA,EAAU;EACZ;EACAC,WAAA,EAAa;IACXF,IAAA,EAAM;IACNG,OAAA,EAAS;IACTC,IAAA,EAAM;IACNC,SAAA,EAAW;EACb;EACAC,MAAA,EAAQ;IACNN,IAAA,EAAM;IACNG,OAAA,EAAS;IACTC,IAAA,EAAM;IACNC,SAAA,EAAW;EACb;EACAE,IAAA,EAAM;IACJP,IAAA,EAAM;IACNG,OAAA,EAAS;IACTE,SAAA,EAAW;EACb;EACAG,MAAA,EAAQ;IACNL,OAAA,EAAS;IACTE,SAAA,EAAW;IACXD,IAAA,EAAM;EACR;EACAK,OAAA,EAAS;IACPT,IAAA,EAAM;IACNG,OAAA,EAAS;IACTE,SAAA,EAAW;EACb;EACAK,IAAA,EAAM;IACJV,IAAA,EAAM;IACNG,OAAA,EAAS;IACTE,SAAA,EAAW;EACb;EACAM,KAAA,EAAO;IACLX,IAAA,EAAM;IACNG,OAAA,EAAS;IACTC,IAAA,EAAM;IACNC,SAAA,EAAW;EACb;EACAO,OAAA,EAAS;IACPZ,IAAA,EAAM;IACNG,OAAA,EAAS;IACTC,IAAA,EAAM;IACNC,SAAA,EAAW;EACb;EACAQ,OAAA,EAAS;IACPb,IAAA,EAAM;IACNG,OAAA,EAAS;IACTC,IAAA,EAAM;IACNC,SAAA,EAAW;EACb;EACAS,QAAA,EAAU;IACRX,OAAA,EAAS;IACTC,IAAA,EAAM;IACNC,SAAA,EAAW;EACb;AACF,CAAC","ignoreList":[]}
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import { createAnimations } from "@tamagui/animations-moti";
|
|
2
|
-
var animationsReanimated = createAnimations({
|
|
3
|
-
"75ms": {
|
|
4
|
-
type: "timing",
|
|
5
|
-
duration: 75
|
|
6
|
-
},
|
|
7
|
-
"100ms": {
|
|
8
|
-
type: "timing",
|
|
9
|
-
duration: 100
|
|
10
|
-
},
|
|
11
|
-
"200ms": {
|
|
12
|
-
type: "timing",
|
|
13
|
-
duration: 200
|
|
14
|
-
},
|
|
15
|
-
superBouncy: {
|
|
16
|
-
damping: 5,
|
|
17
|
-
mass: 0.7,
|
|
18
|
-
stiffness: 200
|
|
19
|
-
},
|
|
20
|
-
bouncy: {
|
|
21
|
-
damping: 9,
|
|
22
|
-
mass: 0.9,
|
|
23
|
-
stiffness: 150
|
|
24
|
-
},
|
|
25
|
-
medium: {
|
|
26
|
-
damping: 15,
|
|
27
|
-
stiffness: 120,
|
|
28
|
-
mass: 1
|
|
29
|
-
},
|
|
30
|
-
lazy: {
|
|
31
|
-
damping: 18,
|
|
32
|
-
stiffness: 50
|
|
33
|
-
},
|
|
34
|
-
slow: {
|
|
35
|
-
damping: 15,
|
|
36
|
-
stiffness: 40
|
|
37
|
-
},
|
|
38
|
-
quick: {
|
|
39
|
-
damping: 20,
|
|
40
|
-
mass: 1.2,
|
|
41
|
-
stiffness: 250
|
|
42
|
-
},
|
|
43
|
-
tooltip: {
|
|
44
|
-
damping: 10,
|
|
45
|
-
mass: 0.9,
|
|
46
|
-
stiffness: 100
|
|
47
|
-
},
|
|
48
|
-
quicker: {
|
|
49
|
-
damping: 20,
|
|
50
|
-
mass: 0.7,
|
|
51
|
-
stiffness: 250
|
|
52
|
-
},
|
|
53
|
-
quickest: {
|
|
54
|
-
damping: 5,
|
|
55
|
-
mass: 0.2,
|
|
56
|
-
stiffness: 300
|
|
57
|
-
}
|
|
58
|
-
});
|
|
59
|
-
export { animationsReanimated };
|
|
60
|
-
//# sourceMappingURL=animationsReanimated.native.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["createAnimations","animationsReanimated","type","duration","superBouncy","damping","mass","stiffness","bouncy","medium","lazy","slow","quick","tooltip","quicker","quickest"],"sources":["../../src/animationsReanimated.ts"],"sourcesContent":[null],"mappings":"AAAA,SAASA,gBAAA,QAAwB;AAE1B,IAAAC,oBAAM,GAAAD,gBAAuB;EAClC,QAAQ;IACNE,IAAA,EAAM;IACNC,QAAA,EAAU;EACZ;EACA,SAAS;IACPD,IAAA,EAAM;IACNC,QAAA,EAAU;EACZ;EACA,SAAS;IACPD,IAAA,EAAM;IACNC,QAAA,EAAU;EACZ;EACAC,WAAA,EAAa;IACXC,OAAA,EAAS;IACTC,IAAA,EAAM;IACNC,SAAA,EAAW;EACb;EACAC,MAAA,EAAQ;IACNH,OAAA,EAAS;IACTC,IAAA,EAAM;IACNC,SAAA,EAAW;EACb;EACAE,MAAA,EAAQ;IACNJ,OAAA,EAAS;IACTE,SAAA,EAAW;IACXD,IAAA,EAAM;EACR;EACAI,IAAA,EAAM;IACJL,OAAA,EAAS;IACTE,SAAA,EAAW;EACb;EACAI,IAAA,EAAM;IACJN,OAAA,EAAS;IACTE,SAAA,EAAW;EACb;EACAK,KAAA,EAAO;IACLP,OAAA,EAAS;IACTC,IAAA,EAAM;IACNC,SAAA,EAAW;EACb;EACAM,OAAA,EAAS;IACPR,OAAA,EAAS;IACTC,IAAA,EAAM;IACNC,SAAA,EAAW;EACb;EACAO,OAAA,EAAS;IACPT,OAAA,EAAS;IACTC,IAAA,EAAM;IACNC,SAAA,EAAW;EACb;EACAQ,QAAA,EAAU;IACRV,OAAA,EAAS;IACTC,IAAA,EAAM;IACNC,SAAA,EAAW;EACb;AACF,CAAC","ignoreList":[]}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
import { shorthands } from "@tamagui/shorthands";
|
|
2
|
-
import { themes, tokens } from "@tamagui/themes";
|
|
3
|
-
import { fonts } from "./fonts.native.mjs";
|
|
4
|
-
import { media, mediaQueryDefaultActive } from "./media.native.mjs";
|
|
5
|
-
var configWithoutAnimations = {
|
|
6
|
-
themes,
|
|
7
|
-
media,
|
|
8
|
-
shorthands,
|
|
9
|
-
tokens,
|
|
10
|
-
fonts,
|
|
11
|
-
selectionStyles: function (theme) {
|
|
12
|
-
return theme.color5 ? {
|
|
13
|
-
backgroundColor: theme.color5,
|
|
14
|
-
color: theme.color11
|
|
15
|
-
} : null;
|
|
16
|
-
},
|
|
17
|
-
settings: {
|
|
18
|
-
defaultFont: "body",
|
|
19
|
-
shouldAddPrefersColorThemes: !0,
|
|
20
|
-
themeClassNameOnRoot: !0,
|
|
21
|
-
mediaQueryDefaultActive
|
|
22
|
-
}
|
|
23
|
-
};
|
|
24
|
-
export { configWithoutAnimations };
|
|
25
|
-
//# sourceMappingURL=config.native.mjs.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["shorthands","themes","tokens","fonts","media","mediaQueryDefaultActive","configWithoutAnimations","selectionStyles","theme","color5","backgroundColor","color","color11","settings","defaultFont","shouldAddPrefersColorThemes","themeClassNameOnRoot"],"sources":["../../src/config.ts"],"sourcesContent":[null],"mappings":"AAAA,SAASA,UAAA,QAAkB;AAC3B,SAASC,MAAA,EAAQC,MAAA,QAAc;AAG/B,SAASC,KAAA,QAAa;AACtB,SAASC,KAAA,EAAOC,uBAAA,QAA+B;AAExC,IAAAC,uBAAM;EACXL,MAAA;EACAG,KAAA;EACAJ,UAAA;EACAE,MAAA;EACAC,KAAA;EACAI,eAAA,EAAiB,SAAAA,CAACC,KAChB;IAEM,OAAAA,KAAA,CAAAC,MAAiB;MACjBC,eAAa,EAAAF,KAAA,CAAAC,MAAA;MAEfE,KAAA,EAAAH,KAAA,CAAAI;IAEN,QAAU;EAAA;EACKC,QACb;IACAC,WAAA;IACAC,2BAAA;IACFC,oBAAA;IACFX","ignoreList":[]}
|