@tamagui/config 1.93.3 → 1.94.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/config",
3
- "version": "1.93.3",
3
+ "version": "1.94.0",
4
4
  "types": "./types/index.d.ts",
5
5
  "main": "dist/cjs",
6
6
  "module": "dist/esm",
@@ -53,19 +53,19 @@
53
53
  }
54
54
  },
55
55
  "dependencies": {
56
- "@tamagui/animations-css": "1.93.3",
57
- "@tamagui/animations-moti": "1.93.3",
58
- "@tamagui/animations-react-native": "1.93.3",
59
- "@tamagui/colors": "1.93.3",
60
- "@tamagui/font-inter": "1.93.3",
61
- "@tamagui/font-silkscreen": "1.93.3",
62
- "@tamagui/react-native-media-driver": "1.93.3",
63
- "@tamagui/shorthands": "1.93.3",
64
- "@tamagui/themes": "1.93.3",
65
- "@tamagui/web": "1.93.3"
56
+ "@tamagui/animations-css": "1.94.0",
57
+ "@tamagui/animations-moti": "1.94.0",
58
+ "@tamagui/animations-react-native": "1.94.0",
59
+ "@tamagui/colors": "1.94.0",
60
+ "@tamagui/font-inter": "1.94.0",
61
+ "@tamagui/font-silkscreen": "1.94.0",
62
+ "@tamagui/react-native-media-driver": "1.94.0",
63
+ "@tamagui/shorthands": "1.94.0",
64
+ "@tamagui/themes": "1.94.0",
65
+ "@tamagui/web": "1.94.0"
66
66
  },
67
67
  "devDependencies": {
68
- "@tamagui/build": "1.93.3"
68
+ "@tamagui/build": "1.94.0"
69
69
  },
70
70
  "publishConfig": {
71
71
  "access": "public"
@@ -1,35 +0,0 @@
1
- var __defProp = Object.defineProperty;
2
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
- var __getOwnPropNames = Object.getOwnPropertyNames;
4
- var __hasOwnProp = Object.prototype.hasOwnProperty;
5
- var __export = (target, all) => {
6
- for (var name in all)
7
- __defProp(target, name, { get: all[name], enumerable: !0 });
8
- }, __copyProps = (to, from, except, desc) => {
9
- if (from && typeof from == "object" || typeof from == "function")
10
- for (let key of __getOwnPropNames(from))
11
- !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
12
- return to;
13
- };
14
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
15
- var smoothBezier_exports = {};
16
- __export(smoothBezier_exports, {
17
- animationsCSS: () => animationsCSS
18
- });
19
- module.exports = __toCommonJS(smoothBezier_exports);
20
- var import_animations_css = require("@tamagui/animations-css");
21
- const smoothBezier = "cubic-bezier(0.215, 0.610, 0.355, 1.000)", animationsCSS = (0, import_animations_css.createAnimations)({
22
- "75ms": "ease-in 75ms",
23
- "100ms": "ease-in 100ms",
24
- "200ms": "ease-in 200ms",
25
- bouncy: "ease-in 200ms",
26
- superBouncy: "ease-in 500ms",
27
- lazy: "ease-in 1000ms",
28
- medium: "ease-in 300ms",
29
- slow: "ease-in 500ms",
30
- quick: `${smoothBezier} 400ms`,
31
- quicker: `${smoothBezier} 300ms`,
32
- quickest: `${smoothBezier} 200ms`,
33
- tooltip: "ease-in 400ms"
34
- });
35
- //# sourceMappingURL=smoothBezier.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/smoothBezier.ts"],
4
- "mappings": ";;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,4BAAuC;AAEvC,MAAM,eAAe,4CAER,oBAAgB,sBAAAA,kBAAG;AAAA,EAC9B,QAAQ;AAAA,EACR,SAAS;AAAA,EACT,SAAS;AAAA,EACT,QAAQ;AAAA,EACR,aAAa;AAAA,EACb,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,MAAM;AAAA,EACN,OAAO,GAAG,YAAY;AAAA,EACtB,SAAS,GAAG,YAAY;AAAA,EACxB,UAAU,GAAG,YAAY;AAAA,EACzB,SAAS;AACX,CAAC;",
5
- "names": ["c1"]
6
- }
@@ -1,40 +0,0 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
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: !0 });
9
- }, __copyProps = (to, from, except, desc) => {
10
- if (from && typeof from == "object" || typeof from == "function")
11
- for (let key of __getOwnPropNames(from))
12
- !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
13
- return to;
14
- };
15
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
16
- var smoothBezier_exports = {};
17
- __export(smoothBezier_exports, {
18
- animationsCSS: () => animationsCSS
19
- });
20
- module.exports = __toCommonJS(smoothBezier_exports);
21
- var import_animations_css = require("@tamagui/animations-css");
22
- const smoothBezier = "cubic-bezier(0.215, 0.610, 0.355, 1.000)", animationsCSS = (0, import_animations_css.createAnimations)({
23
- "75ms": "ease-in 75ms",
24
- "100ms": "ease-in 100ms",
25
- "200ms": "ease-in 200ms",
26
- bouncy: "ease-in 200ms",
27
- superBouncy: "ease-in 500ms",
28
- lazy: "ease-in 1000ms",
29
- medium: "ease-in 300ms",
30
- slow: "ease-in 500ms",
31
- quick: `${smoothBezier} 400ms`,
32
- quicker: `${smoothBezier} 300ms`,
33
- quickest: `${smoothBezier} 200ms`,
34
- tooltip: "ease-in 400ms"
35
- });
36
- // Annotate the CommonJS export names for ESM import in node:
37
- 0 && (module.exports = {
38
- animationsCSS
39
- });
40
- //# sourceMappingURL=smoothBezier.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/smoothBezier.ts"],
4
- "mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,4BAAuC;AAEvC,MAAM,eAAe,4CAER,oBAAgB,sBAAAA,kBAAG;AAAA,EAC9B,QAAQ;AAAA,EACR,SAAS;AAAA,EACT,SAAS;AAAA,EACT,QAAQ;AAAA,EACR,aAAa;AAAA,EACb,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,MAAM;AAAA,EACN,OAAO,GAAG,YAAY;AAAA,EACtB,SAAS,GAAG,YAAY;AAAA,EACxB,UAAU,GAAG,YAAY;AAAA,EACzB,SAAS;AACX,CAAC;",
5
- "names": ["c1"]
6
- }
@@ -1,19 +0,0 @@
1
- import { createAnimations as c1 } from "@tamagui/animations-css";
2
- const smoothBezier = "cubic-bezier(0.215, 0.610, 0.355, 1.000)", animationsCSS = c1({
3
- "75ms": "ease-in 75ms",
4
- "100ms": "ease-in 100ms",
5
- "200ms": "ease-in 200ms",
6
- bouncy: "ease-in 200ms",
7
- superBouncy: "ease-in 500ms",
8
- lazy: "ease-in 1000ms",
9
- medium: "ease-in 300ms",
10
- slow: "ease-in 500ms",
11
- quick: `${smoothBezier} 400ms`,
12
- quicker: `${smoothBezier} 300ms`,
13
- quickest: `${smoothBezier} 200ms`,
14
- tooltip: "ease-in 400ms"
15
- });
16
- export {
17
- animationsCSS
18
- };
19
- //# sourceMappingURL=smoothBezier.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/smoothBezier.ts"],
4
- "mappings": "AAAA,SAAS,oBAAoB,UAAU;AAEvC,MAAM,eAAe,4CAER,gBAAgB,GAAG;AAAA,EAC9B,QAAQ;AAAA,EACR,SAAS;AAAA,EACT,SAAS;AAAA,EACT,QAAQ;AAAA,EACR,aAAa;AAAA,EACb,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,MAAM;AAAA,EACN,OAAO,GAAG,YAAY;AAAA,EACtB,SAAS,GAAG,YAAY;AAAA,EACxB,UAAU,GAAG,YAAY;AAAA,EACzB,SAAS;AACX,CAAC;",
5
- "names": []
6
- }
@@ -1,19 +0,0 @@
1
- import { createAnimations as c1 } from "@tamagui/animations-css";
2
- const smoothBezier = "cubic-bezier(0.215, 0.610, 0.355, 1.000)", animationsCSS = c1({
3
- "75ms": "ease-in 75ms",
4
- "100ms": "ease-in 100ms",
5
- "200ms": "ease-in 200ms",
6
- bouncy: "ease-in 200ms",
7
- superBouncy: "ease-in 500ms",
8
- lazy: "ease-in 1000ms",
9
- medium: "ease-in 300ms",
10
- slow: "ease-in 500ms",
11
- quick: `${smoothBezier} 400ms`,
12
- quicker: `${smoothBezier} 300ms`,
13
- quickest: `${smoothBezier} 200ms`,
14
- tooltip: "ease-in 400ms"
15
- });
16
- export {
17
- animationsCSS
18
- };
19
- //# sourceMappingURL=smoothBezier.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/smoothBezier.ts"],
4
- "mappings": "AAAA,SAAS,oBAAoB,UAAU;AAEvC,MAAM,eAAe,4CAER,gBAAgB,GAAG;AAAA,EAC9B,QAAQ;AAAA,EACR,SAAS;AAAA,EACT,SAAS;AAAA,EACT,QAAQ;AAAA,EACR,aAAa;AAAA,EACb,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,MAAM;AAAA,EACN,OAAO,GAAG,YAAY;AAAA,EACtB,SAAS,GAAG,YAAY;AAAA,EACxB,UAAU,GAAG,YAAY;AAAA,EACzB,SAAS;AACX,CAAC;",
5
- "names": []
6
- }
@@ -1,15 +0,0 @@
1
- export declare const animationsCSS: import("@tamagui/web").AnimationDriver<{
2
- '75ms': string;
3
- '100ms': string;
4
- '200ms': string;
5
- bouncy: string;
6
- superBouncy: string;
7
- lazy: string;
8
- medium: string;
9
- slow: string;
10
- quick: string;
11
- quicker: string;
12
- quickest: string;
13
- tooltip: string;
14
- }>;
15
- //# sourceMappingURL=smoothBezier.d.ts.map