@tamagui/config 1.61.2 → 1.62.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. package/dist/cjs/animations.css.js +6 -9
  2. package/dist/cjs/animations.css.js.map +1 -1
  3. package/dist/cjs/animations.css.native.js +35 -0
  4. package/dist/cjs/animations.css.native.js.map +6 -0
  5. package/dist/cjs/animations.js +10 -9
  6. package/dist/cjs/animations.js.map +1 -1
  7. package/dist/cjs/animations.native.js +60 -0
  8. package/dist/cjs/animations.native.js.map +6 -0
  9. package/dist/cjs/animations.reanimated.js +10 -9
  10. package/dist/cjs/animations.reanimated.js.map +1 -1
  11. package/dist/cjs/animations.reanimated.native.js +65 -0
  12. package/dist/cjs/animations.reanimated.native.js.map +6 -0
  13. package/dist/cjs/config.js +9 -17
  14. package/dist/cjs/config.js.map +1 -1
  15. package/dist/cjs/config.native.js +43 -0
  16. package/dist/cjs/config.native.js.map +6 -0
  17. package/dist/cjs/createGenericFont.js +5 -9
  18. package/dist/cjs/createGenericFont.js.map +1 -1
  19. package/dist/cjs/createGenericFont.native.js +59 -0
  20. package/dist/cjs/createGenericFont.native.js.map +6 -0
  21. package/dist/cjs/fonts.js +12 -23
  22. package/dist/cjs/fonts.js.map +1 -1
  23. package/dist/cjs/fonts.native.js +113 -0
  24. package/dist/cjs/fonts.native.js.map +6 -0
  25. package/dist/cjs/index.js +7 -14
  26. package/dist/cjs/index.js.map +1 -1
  27. package/dist/cjs/index.native.js +38 -0
  28. package/dist/cjs/index.native.js.map +6 -0
  29. package/dist/cjs/index.reanimated.js +7 -13
  30. package/dist/cjs/index.reanimated.js.map +1 -1
  31. package/dist/cjs/index.reanimated.native.js +36 -0
  32. package/dist/cjs/index.reanimated.native.js.map +6 -0
  33. package/dist/cjs/media.js +13 -20
  34. package/dist/cjs/media.js.map +1 -1
  35. package/dist/cjs/media.native.js +54 -0
  36. package/dist/cjs/media.native.js.map +6 -0
  37. package/dist/esm/animations.css.js +1 -0
  38. package/dist/esm/animations.css.js.map +1 -1
  39. package/dist/esm/animations.js +5 -0
  40. package/dist/esm/animations.js.map +1 -1
  41. package/dist/esm/animations.reanimated.js +5 -0
  42. package/dist/esm/animations.reanimated.js.map +1 -1
  43. package/dist/esm/config.js +2 -2
  44. package/dist/esm/fonts.js +5 -9
  45. package/dist/esm/fonts.js.map +1 -1
  46. package/dist/esm/media.js +8 -11
  47. package/dist/esm/media.js.map +1 -1
  48. package/package.json +11 -11
  49. package/src/animations.css.ts +1 -0
  50. package/src/animations.reanimated.ts +5 -0
  51. package/src/animations.ts +5 -0
  52. package/types/animations.css.d.ts +1 -0
  53. package/types/animations.css.d.ts.map +1 -1
  54. package/types/animations.d.ts +5 -0
  55. package/types/animations.d.ts.map +1 -1
  56. package/types/animations.reanimated.d.ts +5 -0
  57. package/types/animations.reanimated.d.ts.map +1 -1
  58. package/types/config.d.ts +3 -3
  59. package/types/fonts.d.ts +3 -3
  60. package/types/index.d.ts +8 -3
  61. package/types/index.d.ts.map +1 -1
  62. package/types/index.reanimated.d.ts +8 -3
  63. package/types/index.reanimated.d.ts.map +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/config",
3
- "version": "1.61.2",
3
+ "version": "1.62.0",
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.61.2",
36
- "@tamagui/animations-react-native": "1.61.2",
37
- "@tamagui/colors": "1.61.2",
38
- "@tamagui/font-inter": "1.61.2",
39
- "@tamagui/font-silkscreen": "1.61.2",
40
- "@tamagui/react-native-media-driver": "1.61.2",
41
- "@tamagui/shorthands": "1.61.2",
42
- "@tamagui/themes": "1.61.2",
43
- "@tamagui/web": "1.61.2"
35
+ "@tamagui/animations-css": "1.62.0",
36
+ "@tamagui/animations-react-native": "1.62.0",
37
+ "@tamagui/colors": "1.62.0",
38
+ "@tamagui/font-inter": "1.62.0",
39
+ "@tamagui/font-silkscreen": "1.62.0",
40
+ "@tamagui/react-native-media-driver": "1.62.0",
41
+ "@tamagui/shorthands": "1.62.0",
42
+ "@tamagui/themes": "1.62.0",
43
+ "@tamagui/web": "1.62.0"
44
44
  },
45
45
  "devDependencies": {
46
- "@tamagui/build": "1.61.2"
46
+ "@tamagui/build": "1.62.0"
47
47
  },
48
48
  "publishConfig": {
49
49
  "access": "public"
@@ -5,6 +5,7 @@ export const animations = createAnimations({
5
5
  bouncy: 'ease-in 200ms',
6
6
  lazy: 'ease-in 600ms',
7
7
  slow: 'ease-in 500ms',
8
+ medium: 'ease-in 300ms',
8
9
  quick: 'ease-in 100ms',
9
10
  tooltip: 'ease-in 400ms',
10
11
  })
@@ -16,6 +16,11 @@ export const animations = createAnimations({
16
16
  damping: 18,
17
17
  stiffness: 50,
18
18
  },
19
+ medium: {
20
+ damping: 15,
21
+ stiffness: 120,
22
+ mass: 1,
23
+ },
19
24
  slow: {
20
25
  type: 'spring',
21
26
  damping: 15,
package/src/animations.ts CHANGED
@@ -14,6 +14,11 @@ export const animations = createAnimations({
14
14
  damping: 18,
15
15
  stiffness: 50,
16
16
  },
17
+ medium: {
18
+ damping: 15,
19
+ stiffness: 120,
20
+ mass: 1,
21
+ },
17
22
  slow: {
18
23
  damping: 15,
19
24
  stiffness: 40,
@@ -3,6 +3,7 @@ export declare const animations: import("@tamagui/web").AnimationDriver<{
3
3
  bouncy: string;
4
4
  lazy: string;
5
5
  slow: string;
6
+ medium: string;
6
7
  quick: string;
7
8
  tooltip: string;
8
9
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"animations.css.d.ts","sourceRoot":"","sources":["../src/animations.css.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;;;;;;EAOrB,CAAA"}
1
+ {"version":3,"file":"animations.css.d.ts","sourceRoot":"","sources":["../src/animations.css.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;;;;;;;EAQrB,CAAA"}
@@ -12,6 +12,11 @@ export declare const animations: import("@tamagui/web").AnimationDriver<{
12
12
  damping: number;
13
13
  stiffness: number;
14
14
  };
15
+ medium: {
16
+ damping: number;
17
+ stiffness: number;
18
+ mass: number;
19
+ };
15
20
  slow: {
16
21
  damping: number;
17
22
  stiffness: number;
@@ -1 +1 @@
1
- {"version":3,"file":"animations.d.ts","sourceRoot":"","sources":["../src/animations.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA4BrB,CAAA"}
1
+ {"version":3,"file":"animations.d.ts","sourceRoot":"","sources":["../src/animations.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiCrB,CAAA"}
@@ -14,6 +14,11 @@ export declare const animations: import("@tamagui/web").AnimationDriver<{
14
14
  damping: number;
15
15
  stiffness: number;
16
16
  };
17
+ medium: {
18
+ damping: number;
19
+ stiffness: number;
20
+ mass: number;
21
+ };
17
22
  slow: {
18
23
  type: string;
19
24
  damping: number;
@@ -1 +1 @@
1
- {"version":3,"file":"animations.reanimated.d.ts","sourceRoot":"","sources":["../src/animations.reanimated.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiCrB,CAAA"}
1
+ {"version":3,"file":"animations.reanimated.d.ts","sourceRoot":"","sources":["../src/animations.reanimated.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAsCrB,CAAA"}
package/types/config.d.ts CHANGED
@@ -782,8 +782,8 @@ export declare const configWithoutAnimations: {
782
782
  normal: string;
783
783
  };
784
784
  };
785
- }, 9 | 15 | 10 | 11 | 12 | 14 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | "true">;
786
- body: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 9 | 15 | 10 | 11 | 12 | 14 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | "true">;
785
+ }, 9 | 15 | 1 | 10 | 11 | 12 | 14 | 16 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | "true">;
786
+ body: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 9 | 15 | 1 | 10 | 11 | 12 | 14 | 16 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | "true">;
787
787
  mono: {
788
788
  weight: {
789
789
  1: string;
@@ -807,7 +807,7 @@ export declare const configWithoutAnimations: {
807
807
  16: number;
808
808
  };
809
809
  };
810
- silkscreen: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 9 | 15 | 10 | 11 | 12 | 14 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13>;
810
+ silkscreen: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 9 | 15 | 1 | 10 | 11 | 12 | 14 | 16 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13>;
811
811
  };
812
812
  mediaQueryDefaultActive: {
813
813
  xl: boolean;
package/types/fonts.d.ts CHANGED
@@ -41,8 +41,8 @@ export declare const fonts: {
41
41
  normal: string;
42
42
  };
43
43
  };
44
- }, 9 | 15 | 10 | 11 | 12 | 14 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | "true">;
45
- body: import("@tamagui/font-inter").FillInFont<import("@tamagui/font-inter").GenericFont, 9 | 15 | 10 | 11 | 12 | 14 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | "true">;
44
+ }, 9 | 15 | 1 | 10 | 11 | 12 | 14 | 16 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | "true">;
45
+ body: import("@tamagui/font-inter").FillInFont<import("@tamagui/font-inter").GenericFont, 9 | 15 | 1 | 10 | 11 | 12 | 14 | 16 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | "true">;
46
46
  mono: {
47
47
  weight: {
48
48
  1: string;
@@ -66,6 +66,6 @@ export declare const fonts: {
66
66
  16: number;
67
67
  };
68
68
  };
69
- silkscreen: import("@tamagui/font-inter").FillInFont<import("@tamagui/font-inter").GenericFont, 9 | 15 | 10 | 11 | 12 | 14 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13>;
69
+ silkscreen: import("@tamagui/font-inter").FillInFont<import("@tamagui/font-inter").GenericFont, 9 | 15 | 1 | 10 | 11 | 12 | 14 | 16 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13>;
70
70
  };
71
71
  //# sourceMappingURL=fonts.d.ts.map
package/types/index.d.ts CHANGED
@@ -18,6 +18,11 @@ export declare const config: {
18
18
  damping: number;
19
19
  stiffness: number;
20
20
  };
21
+ medium: {
22
+ damping: number;
23
+ stiffness: number;
24
+ mass: number;
25
+ };
21
26
  slow: {
22
27
  damping: number;
23
28
  stiffness: number;
@@ -813,8 +818,8 @@ export declare const config: {
813
818
  normal: string;
814
819
  };
815
820
  };
816
- }, 9 | 15 | 10 | 11 | 12 | 14 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | "true">;
817
- body: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 9 | 15 | 10 | 11 | 12 | 14 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | "true">;
821
+ }, 9 | 15 | 1 | 10 | 11 | 12 | 14 | 16 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | "true">;
822
+ body: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 9 | 15 | 1 | 10 | 11 | 12 | 14 | 16 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | "true">;
818
823
  mono: {
819
824
  weight: {
820
825
  1: string;
@@ -838,7 +843,7 @@ export declare const config: {
838
843
  16: number;
839
844
  };
840
845
  };
841
- silkscreen: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 9 | 15 | 10 | 11 | 12 | 14 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13>;
846
+ silkscreen: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 9 | 15 | 1 | 10 | 11 | 12 | 14 | 16 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13>;
842
847
  };
843
848
  mediaQueryDefaultActive: {
844
849
  xl: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAA;AAKxC,cAAc,SAAS,CAAA;AACvB,cAAc,qBAAqB,CAAA;AACnC,cAAc,cAAc,CAAA;AAE5B,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKlB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAA;AAKxC,cAAc,SAAS,CAAA;AACvB,cAAc,qBAAqB,CAAA;AACnC,cAAc,cAAc,CAAA;AAE5B,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKlB,CAAA"}
@@ -18,6 +18,11 @@ export declare const config: {
18
18
  damping: number;
19
19
  stiffness: number;
20
20
  };
21
+ medium: {
22
+ damping: number;
23
+ stiffness: number;
24
+ mass: number;
25
+ };
21
26
  slow: {
22
27
  type: string;
23
28
  damping: number;
@@ -817,8 +822,8 @@ export declare const config: {
817
822
  normal: string;
818
823
  };
819
824
  };
820
- }, 9 | 15 | 10 | 11 | 12 | 14 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | "true">;
821
- body: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 9 | 15 | 10 | 11 | 12 | 14 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | "true">;
825
+ }, 9 | 15 | 1 | 10 | 11 | 12 | 14 | 16 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | "true">;
826
+ body: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 9 | 15 | 1 | 10 | 11 | 12 | 14 | 16 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13 | "true">;
822
827
  mono: {
823
828
  weight: {
824
829
  1: string;
@@ -842,7 +847,7 @@ export declare const config: {
842
847
  16: number;
843
848
  };
844
849
  };
845
- silkscreen: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 9 | 15 | 10 | 11 | 12 | 14 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13>;
850
+ silkscreen: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 9 | 15 | 1 | 10 | 11 | 12 | 14 | 16 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13>;
846
851
  };
847
852
  mediaQueryDefaultActive: {
848
853
  xl: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"index.reanimated.d.ts","sourceRoot":"","sources":["../src/index.reanimated.ts"],"names":[],"mappings":"AAEA,cAAc,SAAS,CAAA;AACvB,cAAc,qBAAqB,CAAA;AACnC,cAAc,yBAAyB,CAAA;AAEvC,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGlB,CAAA"}
1
+ {"version":3,"file":"index.reanimated.d.ts","sourceRoot":"","sources":["../src/index.reanimated.ts"],"names":[],"mappings":"AAEA,cAAc,SAAS,CAAA;AACvB,cAAc,qBAAqB,CAAA;AACnC,cAAc,yBAAyB,CAAA;AAEvC,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGlB,CAAA"}