@tamagui/config 1.38.2 → 1.38.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -21,8 +21,8 @@ __export(animations_reanimated_exports, {
21
21
  animations: () => animations
22
22
  });
23
23
  module.exports = __toCommonJS(animations_reanimated_exports);
24
- var import_animations_reanimated = require("@tamagui/animations-reanimated");
25
- const animations = (0, import_animations_reanimated.createAnimations)({
24
+ var import_animations_moti = require("@tamagui/animations-moti");
25
+ const animations = (0, import_animations_moti.createAnimations)({
26
26
  bouncy: {
27
27
  type: "spring",
28
28
  damping: 9,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/animations.reanimated.ts"],
4
- "mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mCAAiC;AAE1B,MAAM,iBAAa,+CAAiB;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;",
4
+ "mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,6BAAiC;AAE1B,MAAM,iBAAa,yCAAiB;AAAA,EACzC,QAAQ;AAAA,IACN,MAAM;AAAA,IACN,SAAS;AAAA,IACT,MAAM;AAAA,IACN,WAAW;AAAA,EACb;AAAA,EACA,MAAM;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,WAAW;AAAA,EACb;AAAA,EACA,MAAM;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,WAAW;AAAA,EACb;AAAA,EACA,OAAO;AAAA,IACL,MAAM;AAAA,IACN,SAAS;AAAA,IACT,MAAM;AAAA,IACN,WAAW;AAAA,EACb;AAAA,EACA,SAAS;AAAA,IACP,MAAM;AAAA,IACN,SAAS;AAAA,IACT,MAAM;AAAA,IACN,WAAW;AAAA,EACb;AACF,CAAC;",
5
5
  "names": []
6
6
  }
@@ -1,4 +1,4 @@
1
- import { createAnimations } from "@tamagui/animations-reanimated";
1
+ import { createAnimations } from "@tamagui/animations-moti";
2
2
  const animations = createAnimations({
3
3
  bouncy: {
4
4
  type: "spring",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/config",
3
- "version": "1.38.2",
3
+ "version": "1.38.3",
4
4
  "types": "./types/index.d.ts",
5
5
  "main": "dist/cjs",
6
6
  "module": "dist/esm",
@@ -27,18 +27,18 @@
27
27
  }
28
28
  },
29
29
  "dependencies": {
30
- "@tamagui/animations-css": "1.38.2",
31
- "@tamagui/animations-react-native": "1.38.2",
32
- "@tamagui/colors": "1.38.2",
33
- "@tamagui/font-inter": "1.38.2",
34
- "@tamagui/font-silkscreen": "1.38.2",
35
- "@tamagui/react-native-media-driver": "1.38.2",
36
- "@tamagui/shorthands": "1.38.2",
37
- "@tamagui/themes": "1.38.2",
38
- "@tamagui/web": "1.38.2"
30
+ "@tamagui/animations-css": "1.38.3",
31
+ "@tamagui/animations-react-native": "1.38.3",
32
+ "@tamagui/colors": "1.38.3",
33
+ "@tamagui/font-inter": "1.38.3",
34
+ "@tamagui/font-silkscreen": "1.38.3",
35
+ "@tamagui/react-native-media-driver": "1.38.3",
36
+ "@tamagui/shorthands": "1.38.3",
37
+ "@tamagui/themes": "1.38.3",
38
+ "@tamagui/web": "1.38.3"
39
39
  },
40
40
  "devDependencies": {
41
- "@tamagui/build": "1.38.2"
41
+ "@tamagui/build": "1.38.3"
42
42
  },
43
43
  "publishConfig": {
44
44
  "access": "public"
@@ -1,4 +1,4 @@
1
- import { createAnimations } from '@tamagui/animations-reanimated'
1
+ import { createAnimations } from '@tamagui/animations-moti'
2
2
 
3
3
  export const animations = createAnimations({
4
4
  bouncy: {