@tamagui/config-base 1.0.1-beta.104 → 1.0.1-beta.105
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,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/animations.ts"],
|
|
4
|
-
"sourcesContent": ["import { createAnimations } from '@tamagui/animations-reanimated'\n\nexport const animations = createAnimations({\n bouncy: {\n type: 'spring',\n damping: 9,\n mass: 0.9,\n stiffness: 150,\n },\n lazy: {\n type: 'spring',\n damping: 18,\n stiffness: 50,\n },\n slow: {\n type: 'spring',\n damping: 15,\n stiffness: 40,\n },\n quick: {\n type: 'spring',\n damping: 20,\n mass: 1.2,\n stiffness: 250,\n },\n tooltip: {\n type: 'spring',\n damping: 10,\n mass: 0.9,\n stiffness: 100,\n },\n})\n"],
|
|
4
|
+
"sourcesContent": ["import { createAnimations } from '@tamagui/animations-reanimated'\n\nexport const animations = createAnimations({\n bouncy: {\n type: 'spring',\n damping: 9,\n mass: 0.9,\n stiffness: 150,\n },\n lazy: {\n type: 'spring',\n damping: 18,\n stiffness: 50,\n },\n slow: {\n type: 'spring',\n damping: 15,\n stiffness: 40,\n },\n quick: {\n type: 'spring',\n damping: 20,\n mass: 1.2,\n stiffness: 250,\n },\n tooltip: {\n type: 'spring',\n damping: 10,\n mass: 0.9,\n stiffness: 100,\n },\n})\n\n// import { createAnimations } from '@tamagui/animations-react-native'\n\n// export const animations = createAnimations({\n// bouncy: {\n// damping: 9,\n// mass: 0.9,\n// stiffness: 150,\n// },\n// lazy: {\n// damping: 18,\n// stiffness: 50,\n// },\n// slow: {\n// damping: 15,\n// stiffness: 40,\n// },\n// quick: {\n// damping: 20,\n// mass: 1.2,\n// stiffness: 250,\n// },\n// tooltip: {\n// damping: 10,\n// mass: 0.9,\n// stiffness: 100,\n// },\n// })\n"],
|
|
5
5
|
"mappings": ";;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mCAAiC;AAE1B,MAAM,aAAa,mDAAiB;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;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/animations.ts"],
|
|
4
|
-
"sourcesContent": ["import { createAnimations } from '@tamagui/animations-reanimated'\n\nexport const animations = createAnimations({\n bouncy: {\n type: 'spring',\n damping: 9,\n mass: 0.9,\n stiffness: 150,\n },\n lazy: {\n type: 'spring',\n damping: 18,\n stiffness: 50,\n },\n slow: {\n type: 'spring',\n damping: 15,\n stiffness: 40,\n },\n quick: {\n type: 'spring',\n damping: 20,\n mass: 1.2,\n stiffness: 250,\n },\n tooltip: {\n type: 'spring',\n damping: 10,\n mass: 0.9,\n stiffness: 100,\n },\n})\n"],
|
|
4
|
+
"sourcesContent": ["import { createAnimations } from '@tamagui/animations-reanimated'\n\nexport const animations = createAnimations({\n bouncy: {\n type: 'spring',\n damping: 9,\n mass: 0.9,\n stiffness: 150,\n },\n lazy: {\n type: 'spring',\n damping: 18,\n stiffness: 50,\n },\n slow: {\n type: 'spring',\n damping: 15,\n stiffness: 40,\n },\n quick: {\n type: 'spring',\n damping: 20,\n mass: 1.2,\n stiffness: 250,\n },\n tooltip: {\n type: 'spring',\n damping: 10,\n mass: 0.9,\n stiffness: 100,\n },\n})\n\n// import { createAnimations } from '@tamagui/animations-react-native'\n\n// export const animations = createAnimations({\n// bouncy: {\n// damping: 9,\n// mass: 0.9,\n// stiffness: 150,\n// },\n// lazy: {\n// damping: 18,\n// stiffness: 50,\n// },\n// slow: {\n// damping: 15,\n// stiffness: 40,\n// },\n// quick: {\n// damping: 20,\n// mass: 1.2,\n// stiffness: 250,\n// },\n// tooltip: {\n// damping: 10,\n// mass: 0.9,\n// stiffness: 100,\n// },\n// })\n"],
|
|
5
5
|
"mappings": "AAAA;AAEO,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;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/animations.ts"],
|
|
4
|
-
"sourcesContent": ["import { createAnimations } from '@tamagui/animations-reanimated'\n\nexport const animations = createAnimations({\n bouncy: {\n type: 'spring',\n damping: 9,\n mass: 0.9,\n stiffness: 150,\n },\n lazy: {\n type: 'spring',\n damping: 18,\n stiffness: 50,\n },\n slow: {\n type: 'spring',\n damping: 15,\n stiffness: 40,\n },\n quick: {\n type: 'spring',\n damping: 20,\n mass: 1.2,\n stiffness: 250,\n },\n tooltip: {\n type: 'spring',\n damping: 10,\n mass: 0.9,\n stiffness: 100,\n },\n})\n"],
|
|
4
|
+
"sourcesContent": ["import { createAnimations } from '@tamagui/animations-reanimated'\n\nexport const animations = createAnimations({\n bouncy: {\n type: 'spring',\n damping: 9,\n mass: 0.9,\n stiffness: 150,\n },\n lazy: {\n type: 'spring',\n damping: 18,\n stiffness: 50,\n },\n slow: {\n type: 'spring',\n damping: 15,\n stiffness: 40,\n },\n quick: {\n type: 'spring',\n damping: 20,\n mass: 1.2,\n stiffness: 250,\n },\n tooltip: {\n type: 'spring',\n damping: 10,\n mass: 0.9,\n stiffness: 100,\n },\n})\n\n// import { createAnimations } from '@tamagui/animations-react-native'\n\n// export const animations = createAnimations({\n// bouncy: {\n// damping: 9,\n// mass: 0.9,\n// stiffness: 150,\n// },\n// lazy: {\n// damping: 18,\n// stiffness: 50,\n// },\n// slow: {\n// damping: 15,\n// stiffness: 40,\n// },\n// quick: {\n// damping: 20,\n// mass: 1.2,\n// stiffness: 250,\n// },\n// tooltip: {\n// damping: 10,\n// mass: 0.9,\n// stiffness: 100,\n// },\n// })\n"],
|
|
5
5
|
"mappings": "AAAA;AAEO,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;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/config-base",
|
|
3
|
-
"version": "1.0.1-beta.
|
|
3
|
+
"version": "1.0.1-beta.105",
|
|
4
4
|
"types": "./types/index.d.ts",
|
|
5
5
|
"main": "dist/cjs",
|
|
6
6
|
"module": "dist/esm",
|
|
@@ -17,16 +17,16 @@
|
|
|
17
17
|
"clean:build": "tamagui-build clean:build"
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@tamagui/animations-reanimated": "^1.0.1-beta.
|
|
21
|
-
"@tamagui/colors": "^1.0.1-beta.
|
|
22
|
-
"@tamagui/core": "^1.0.1-beta.
|
|
23
|
-
"@tamagui/font-inter": "^1.0.1-beta.
|
|
24
|
-
"@tamagui/font-silkscreen": "^1.0.1-beta.
|
|
25
|
-
"@tamagui/shorthands": "^1.0.1-beta.
|
|
26
|
-
"@tamagui/theme-base": "^1.0.1-beta.
|
|
20
|
+
"@tamagui/animations-reanimated": "^1.0.1-beta.105",
|
|
21
|
+
"@tamagui/colors": "^1.0.1-beta.105",
|
|
22
|
+
"@tamagui/core": "^1.0.1-beta.105",
|
|
23
|
+
"@tamagui/font-inter": "^1.0.1-beta.105",
|
|
24
|
+
"@tamagui/font-silkscreen": "^1.0.1-beta.105",
|
|
25
|
+
"@tamagui/shorthands": "^1.0.1-beta.105",
|
|
26
|
+
"@tamagui/theme-base": "^1.0.1-beta.105"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@tamagui/build": "^1.0.1-beta.
|
|
29
|
+
"@tamagui/build": "^1.0.1-beta.105"
|
|
30
30
|
},
|
|
31
31
|
"publishConfig": {
|
|
32
32
|
"access": "public"
|
package/src/animations.ts
CHANGED
|
@@ -30,3 +30,31 @@ export const animations = createAnimations({
|
|
|
30
30
|
stiffness: 100,
|
|
31
31
|
},
|
|
32
32
|
})
|
|
33
|
+
|
|
34
|
+
// import { createAnimations } from '@tamagui/animations-react-native'
|
|
35
|
+
|
|
36
|
+
// export const animations = createAnimations({
|
|
37
|
+
// bouncy: {
|
|
38
|
+
// damping: 9,
|
|
39
|
+
// mass: 0.9,
|
|
40
|
+
// stiffness: 150,
|
|
41
|
+
// },
|
|
42
|
+
// lazy: {
|
|
43
|
+
// damping: 18,
|
|
44
|
+
// stiffness: 50,
|
|
45
|
+
// },
|
|
46
|
+
// slow: {
|
|
47
|
+
// damping: 15,
|
|
48
|
+
// stiffness: 40,
|
|
49
|
+
// },
|
|
50
|
+
// quick: {
|
|
51
|
+
// damping: 20,
|
|
52
|
+
// mass: 1.2,
|
|
53
|
+
// stiffness: 250,
|
|
54
|
+
// },
|
|
55
|
+
// tooltip: {
|
|
56
|
+
// damping: 10,
|
|
57
|
+
// mass: 0.9,
|
|
58
|
+
// stiffness: 100,
|
|
59
|
+
// },
|
|
60
|
+
// })
|
|
@@ -14206,10 +14206,10 @@ export declare const config: {
|
|
|
14206
14206
|
};
|
|
14207
14207
|
};
|
|
14208
14208
|
fonts: {
|
|
14209
|
-
heading: import("@tamagui/core").GenericFont<9 | 15 | 10 | 11 | 12 | 14 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8
|
|
14210
|
-
body: import("@tamagui/core").GenericFont<9 | 15 | 10 | 11 | 12 | 14 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8
|
|
14211
|
-
mono: import("@tamagui/core").GenericFont<9 | 15 | 10 | 11 | 12 | 14 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8
|
|
14212
|
-
silkscreen: import("@tamagui/core").GenericFont<9 | 15 | 10 | 11 | 12 | 14 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8
|
|
14209
|
+
heading: import("@tamagui/core").GenericFont<9 | 15 | 10 | 11 | 12 | 13 | 14 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8>;
|
|
14210
|
+
body: import("@tamagui/core").GenericFont<9 | 15 | 10 | 11 | 12 | 13 | 14 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8>;
|
|
14211
|
+
mono: import("@tamagui/core").GenericFont<9 | 15 | 10 | 11 | 12 | 13 | 14 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8>;
|
|
14212
|
+
silkscreen: import("@tamagui/core").GenericFont<9 | 15 | 10 | 11 | 12 | 13 | 14 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8>;
|
|
14213
14213
|
};
|
|
14214
14214
|
};
|
|
14215
14215
|
//# sourceMappingURL=tamagui.config.d.ts.map
|