@tamagui/config 1.43.7 → 1.43.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.
@@ -23,6 +23,7 @@ __export(animations_css_exports, {
23
23
  module.exports = __toCommonJS(animations_css_exports);
24
24
  var import_animations_css = require("@tamagui/animations-css");
25
25
  const animations = (0, import_animations_css.createAnimations)({
26
+ "100ms": "ease-in 100ms",
26
27
  bouncy: "ease-in 200ms",
27
28
  lazy: "ease-in 600ms",
28
29
  slow: "ease-in 500ms",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/animations.css.ts"],
4
- "mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,4BAAiC;AAE1B,MAAM,iBAAa,wCAAiB;AAAA,EACzC,QAAQ;AAAA,EACR,MAAM;AAAA,EACN,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AACX,CAAC;",
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,OAAO;AAAA,EACP,SAAS;AACX,CAAC;",
5
5
  "names": []
6
6
  }
@@ -23,6 +23,10 @@ __export(animations_reanimated_exports, {
23
23
  module.exports = __toCommonJS(animations_reanimated_exports);
24
24
  var import_animations_moti = require("@tamagui/animations-moti");
25
25
  const animations = (0, import_animations_moti.createAnimations)({
26
+ "100ms": {
27
+ type: "timing",
28
+ duration: 100
29
+ },
26
30
  bouncy: {
27
31
  type: "spring",
28
32
  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,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;",
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,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
  }
@@ -37,11 +37,11 @@ const configWithoutAnimations = {
37
37
  tokens: import_themes.tokens,
38
38
  fonts: import_fonts.fonts
39
39
  };
40
- config.selectionStyles = (theme) => theme.color5 ? {
40
+ configWithoutAnimations.selectionStyles = (theme) => theme.color5 ? {
41
41
  backgroundColor: theme.color5,
42
42
  color: theme.color11
43
43
  } : null;
44
- config.mediaQueryDefaultActive = import_media.mediaQueryDefaultActive;
44
+ configWithoutAnimations.mediaQueryDefaultActive = import_media.mediaQueryDefaultActive;
45
45
  // Annotate the CommonJS export names for ESM import in node:
46
46
  0 && (module.exports = {
47
47
  configWithoutAnimations,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/config.ts"],
4
- "mappings": ";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAA2B;AAC3B,oBAA+B;AAE/B,mBAAsB;AACtB,mBAA+C;AAE/C,2BAAc,yBANd;AAQO,MAAM,0BAA0B;AAAA,EACrC,aAAa;AAAA,EACb,6BAA6B;AAAA,EAC7B,sBAAsB;AAAA,EACtB;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF;AAGA,OAAO,kBAAkB,CAAC,UACxB,MAAM,SACF;AAAA,EACE,iBAAiB,MAAM;AAAA,EACvB,OAAO,MAAM;AACf,IACA;AAGN,OAAO,0BAA0B;",
4
+ "mappings": ";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAA2B;AAC3B,oBAA+B;AAE/B,mBAAsB;AACtB,mBAA+C;AAE/C,2BAAc,yBANd;AAQO,MAAM,0BAA0B;AAAA,EACrC,aAAa;AAAA,EACb,6BAA6B;AAAA,EAC7B,sBAAsB;AAAA,EACtB;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF;AAGA,wBAAwB,kBAAkB,CAAC,UACzC,MAAM,SACF;AAAA,EACE,iBAAiB,MAAM;AAAA,EACvB,OAAO,MAAM;AACf,IACA;AAGN,wBAAwB,0BAA0B;",
5
5
  "names": []
6
6
  }
package/dist/cjs/index.js CHANGED
@@ -3,6 +3,10 @@ var __defProp = Object.defineProperty;
3
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
5
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: true });
9
+ };
6
10
  var __copyProps = (to, from, except, desc) => {
7
11
  if (from && typeof from === "object" || typeof from === "function") {
8
12
  for (let key of __getOwnPropNames(from))
@@ -14,14 +18,24 @@ var __copyProps = (to, from, except, desc) => {
14
18
  var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
15
19
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
16
20
  var src_exports = {};
21
+ __export(src_exports, {
22
+ config: () => config
23
+ });
17
24
  module.exports = __toCommonJS(src_exports);
18
- __reExport(src_exports, require("./tamagui.config"), module.exports);
25
+ var import_animations = require("./animations");
26
+ var import_config = require("./config");
19
27
  __reExport(src_exports, require("./media"), module.exports);
20
28
  __reExport(src_exports, require("./createGenericFont"), module.exports);
29
+ __reExport(src_exports, require("./animations"), module.exports);
30
+ const config = {
31
+ ...import_config.configWithoutAnimations,
32
+ animations: import_animations.animations
33
+ };
21
34
  // Annotate the CommonJS export names for ESM import in node:
22
35
  0 && (module.exports = {
23
- ...require("./tamagui.config"),
36
+ config,
24
37
  ...require("./media"),
25
- ...require("./createGenericFont")
38
+ ...require("./createGenericFont"),
39
+ ...require("./animations")
26
40
  });
27
41
  //# sourceMappingURL=index.js.map
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/index.tsx"],
4
- "mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAAA,wBAAc,6BAAd;AACA,wBAAc,oBADd;AAEA,wBAAc,gCAFd;",
4
+ "mappings": ";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAA2B;AAC3B,oBAAwC;AACxC,wBAAc,oBAFd;AAGA,wBAAc,gCAHd;AAIA,wBAAc,yBAJd;AAMO,MAAM,SAAS;AAAA,EACpB,GAAG;AAAA,EACH;AACF;",
5
5
  "names": []
6
6
  }
@@ -26,6 +26,7 @@ var import_animations = require("./animations.reanimated");
26
26
  var import_config = require("./config");
27
27
  __reExport(index_reanimated_exports, require("./media"), module.exports);
28
28
  __reExport(index_reanimated_exports, require("./createGenericFont"), module.exports);
29
+ __reExport(index_reanimated_exports, require("./animations.reanimated"), module.exports);
29
30
  const config = {
30
31
  ...import_config.configWithoutAnimations,
31
32
  animations: import_animations.animations
@@ -34,6 +35,7 @@ const config = {
34
35
  0 && (module.exports = {
35
36
  config,
36
37
  ...require("./media"),
37
- ...require("./createGenericFont")
38
+ ...require("./createGenericFont"),
39
+ ...require("./animations.reanimated")
38
40
  });
39
41
  //# 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;AAAA;AAAA;AAAA;AAAA;AAAA,wBAA2B;AAC3B,oBAAwC;AACxC,qCAAc,oBAFd;AAGA,qCAAc,gCAHd;AAKO,MAAM,SAAS;AAAA,EACpB,GAAG;AAAA,EACH;AACF;",
4
+ "mappings": ";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAA2B;AAC3B,oBAAwC;AACxC,qCAAc,oBAFd;AAGA,qCAAc,gCAHd;AAIA,qCAAc,oCAJd;AAMO,MAAM,SAAS;AAAA,EACpB,GAAG;AAAA,EACH;AACF;",
5
5
  "names": []
6
6
  }
@@ -1,5 +1,6 @@
1
1
  import { createAnimations } from "@tamagui/animations-css";
2
2
  const animations = createAnimations({
3
+ "100ms": "ease-in 100ms",
3
4
  bouncy: "ease-in 200ms",
4
5
  lazy: "ease-in 600ms",
5
6
  slow: "ease-in 500ms",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/animations.css.ts"],
4
- "mappings": "AAAA,SAAS,wBAAwB;AAE1B,MAAM,aAAa,iBAAiB;AAAA,EACzC,QAAQ;AAAA,EACR,MAAM;AAAA,EACN,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AACX,CAAC;",
4
+ "mappings": "AAAA,SAAS,wBAAwB;AAE1B,MAAM,aAAa,iBAAiB;AAAA,EACzC,SAAS;AAAA,EACT,QAAQ;AAAA,EACR,MAAM;AAAA,EACN,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AACX,CAAC;",
5
5
  "names": []
6
6
  }
@@ -1,5 +1,9 @@
1
1
  import { createAnimations } from "@tamagui/animations-moti";
2
2
  const animations = createAnimations({
3
+ "100ms": {
4
+ type: "timing",
5
+ duration: 100
6
+ },
3
7
  bouncy: {
4
8
  type: "spring",
5
9
  damping: 9,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/animations.reanimated.ts"],
4
- "mappings": "AAAA,SAAS,wBAAwB;AAE1B,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;",
4
+ "mappings": "AAAA,SAAS,wBAAwB;AAE1B,MAAM,aAAa,iBAAiB;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,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
  }
@@ -13,11 +13,11 @@ const configWithoutAnimations = {
13
13
  tokens,
14
14
  fonts
15
15
  };
16
- config.selectionStyles = (theme) => theme.color5 ? {
16
+ configWithoutAnimations.selectionStyles = (theme) => theme.color5 ? {
17
17
  backgroundColor: theme.color5,
18
18
  color: theme.color11
19
19
  } : null;
20
- config.mediaQueryDefaultActive = mediaQueryDefaultActive;
20
+ configWithoutAnimations.mediaQueryDefaultActive = mediaQueryDefaultActive;
21
21
  export {
22
22
  configWithoutAnimations
23
23
  };
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/config.ts"],
4
- "mappings": "AAAA,SAAS,kBAAkB;AAC3B,SAAS,QAAQ,cAAc;AAE/B,SAAS,aAAa;AACtB,SAAS,OAAO,+BAA+B;AAE/C,cAAc;AAEP,MAAM,0BAA0B;AAAA,EACrC,aAAa;AAAA,EACb,6BAA6B;AAAA,EAC7B,sBAAsB;AAAA,EACtB;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF;AAGA,OAAO,kBAAkB,CAAC,UACxB,MAAM,SACF;AAAA,EACE,iBAAiB,MAAM;AAAA,EACvB,OAAO,MAAM;AACf,IACA;AAGN,OAAO,0BAA0B;",
4
+ "mappings": "AAAA,SAAS,kBAAkB;AAC3B,SAAS,QAAQ,cAAc;AAE/B,SAAS,aAAa;AACtB,SAAS,OAAO,+BAA+B;AAE/C,cAAc;AAEP,MAAM,0BAA0B;AAAA,EACrC,aAAa;AAAA,EACb,6BAA6B;AAAA,EAC7B,sBAAsB;AAAA,EACtB;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF;AAGA,wBAAwB,kBAAkB,CAAC,UACzC,MAAM,SACF;AAAA,EACE,iBAAiB,MAAM;AAAA,EACvB,OAAO,MAAM;AACf,IACA;AAGN,wBAAwB,0BAA0B;",
5
5
  "names": []
6
6
  }
package/dist/esm/index.js CHANGED
@@ -1,4 +1,13 @@
1
- export * from "./tamagui.config";
1
+ import { animations } from "./animations";
2
+ import { configWithoutAnimations } from "./config";
2
3
  export * from "./media";
3
4
  export * from "./createGenericFont";
5
+ export * from "./animations";
6
+ const config = {
7
+ ...configWithoutAnimations,
8
+ animations
9
+ };
10
+ export {
11
+ config
12
+ };
4
13
  //# sourceMappingURL=index.js.map
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/index.tsx"],
4
- "mappings": "AAAA,cAAc;AACd,cAAc;AACd,cAAc;",
4
+ "mappings": "AAAA,SAAS,kBAAkB;AAC3B,SAAS,+BAA+B;AACxC,cAAc;AACd,cAAc;AACd,cAAc;AAEP,MAAM,SAAS;AAAA,EACpB,GAAG;AAAA,EACH;AACF;",
5
5
  "names": []
6
6
  }
@@ -2,6 +2,7 @@ import { animations } from "./animations.reanimated";
2
2
  import { configWithoutAnimations } from "./config";
3
3
  export * from "./media";
4
4
  export * from "./createGenericFont";
5
+ export * from "./animations.reanimated";
5
6
  const config = {
6
7
  ...configWithoutAnimations,
7
8
  animations
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/index.reanimated.ts"],
4
- "mappings": "AAAA,SAAS,kBAAkB;AAC3B,SAAS,+BAA+B;AACxC,cAAc;AACd,cAAc;AAEP,MAAM,SAAS;AAAA,EACpB,GAAG;AAAA,EACH;AACF;",
4
+ "mappings": "AAAA,SAAS,kBAAkB;AAC3B,SAAS,+BAA+B;AACxC,cAAc;AACd,cAAc;AACd,cAAc;AAEP,MAAM,SAAS;AAAA,EACpB,GAAG;AAAA,EACH;AACF;",
5
5
  "names": []
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/config",
3
- "version": "1.43.7",
3
+ "version": "1.43.9",
4
4
  "types": "./types/index.d.ts",
5
5
  "main": "dist/cjs",
6
6
  "module": "dist/esm",
@@ -24,21 +24,26 @@
24
24
  "types": "./types/index.d.ts",
25
25
  "import": "./dist/esm/index.js",
26
26
  "require": "./dist/cjs/index.js"
27
+ },
28
+ "./reanimated": {
29
+ "types": "./types/index.reanimated.d.ts",
30
+ "import": "./dist/esm/index.reanimated.js",
31
+ "require": "./dist/cjs/index.reanimated.js"
27
32
  }
28
33
  },
29
34
  "dependencies": {
30
- "@tamagui/animations-css": "1.43.7",
31
- "@tamagui/animations-react-native": "1.43.7",
32
- "@tamagui/colors": "1.43.7",
33
- "@tamagui/font-inter": "1.43.7",
34
- "@tamagui/font-silkscreen": "1.43.7",
35
- "@tamagui/react-native-media-driver": "1.43.7",
36
- "@tamagui/shorthands": "1.43.7",
37
- "@tamagui/themes": "1.43.7",
38
- "@tamagui/web": "1.43.7"
35
+ "@tamagui/animations-css": "1.43.9",
36
+ "@tamagui/animations-react-native": "1.43.9",
37
+ "@tamagui/colors": "1.43.9",
38
+ "@tamagui/font-inter": "1.43.9",
39
+ "@tamagui/font-silkscreen": "1.43.9",
40
+ "@tamagui/react-native-media-driver": "1.43.9",
41
+ "@tamagui/shorthands": "1.43.9",
42
+ "@tamagui/themes": "1.43.9",
43
+ "@tamagui/web": "1.43.9"
39
44
  },
40
45
  "devDependencies": {
41
- "@tamagui/build": "1.43.7"
46
+ "@tamagui/build": "1.43.9"
42
47
  },
43
48
  "publishConfig": {
44
49
  "access": "public"
@@ -1,6 +1,7 @@
1
1
  import { createAnimations } from '@tamagui/animations-css'
2
2
 
3
3
  export const animations = createAnimations({
4
+ '100ms': 'ease-in 100ms',
4
5
  bouncy: 'ease-in 200ms',
5
6
  lazy: 'ease-in 600ms',
6
7
  slow: 'ease-in 500ms',
@@ -1,6 +1,10 @@
1
1
  import { createAnimations } from '@tamagui/animations-moti'
2
2
 
3
3
  export const animations = createAnimations({
4
+ '100ms': {
5
+ type: 'timing',
6
+ duration: 100,
7
+ },
4
8
  bouncy: {
5
9
  type: 'spring',
6
10
  damping: 9,
package/src/config.ts CHANGED
@@ -18,7 +18,7 @@ export const configWithoutAnimations = {
18
18
  }
19
19
 
20
20
  // @ts-ignore
21
- config.selectionStyles = (theme) =>
21
+ configWithoutAnimations.selectionStyles = (theme) =>
22
22
  theme.color5
23
23
  ? {
24
24
  backgroundColor: theme.color5,
@@ -27,4 +27,4 @@ config.selectionStyles = (theme) =>
27
27
  : null
28
28
 
29
29
  // @ts-ignore bad types
30
- config.mediaQueryDefaultActive = mediaQueryDefaultActive
30
+ configWithoutAnimations.mediaQueryDefaultActive = mediaQueryDefaultActive
@@ -2,6 +2,7 @@ import { animations } from './animations.reanimated'
2
2
  import { configWithoutAnimations } from './config'
3
3
  export * from './media'
4
4
  export * from './createGenericFont'
5
+ export * from './animations.reanimated'
5
6
 
6
7
  export const config = {
7
8
  ...configWithoutAnimations,
package/src/index.tsx CHANGED
@@ -1,3 +1,10 @@
1
- export * from './tamagui.config'
1
+ import { animations } from './animations'
2
+ import { configWithoutAnimations } from './config'
2
3
  export * from './media'
3
4
  export * from './createGenericFont'
5
+ export * from './animations'
6
+
7
+ export const config = {
8
+ ...configWithoutAnimations,
9
+ animations,
10
+ }
@@ -1,4 +1,5 @@
1
1
  export declare const animations: import("@tamagui/web").AnimationDriver<{
2
+ '100ms': string;
2
3
  bouncy: string;
3
4
  lazy: string;
4
5
  slow: string;
@@ -1 +1 @@
1
- {"version":3,"file":"animations.css.d.ts","sourceRoot":"","sources":["../src/animations.css.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;;;;;EAMrB,CAAA"}
1
+ {"version":3,"file":"animations.css.d.ts","sourceRoot":"","sources":["../src/animations.css.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;;;;;;EAOrB,CAAA"}
@@ -1,4 +1,8 @@
1
1
  export declare const animations: import("@tamagui/web").AnimationDriver<{
2
+ '100ms': {
3
+ type: "timing";
4
+ duration: number;
5
+ };
2
6
  bouncy: {
3
7
  type: "spring";
4
8
  damping: number;
@@ -1 +1 @@
1
- {"version":3,"file":"animations.reanimated.d.ts","sourceRoot":"","sources":["../src/animations.reanimated.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6BrB,CAAA"}
1
+ {"version":3,"file":"animations.reanimated.d.ts","sourceRoot":"","sources":["../src/animations.reanimated.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiCrB,CAAA"}