@tamagui/config 1.144.2 → 1.144.4

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 (90) hide show
  1. package/.turbo/turbo-build.log +1 -1
  2. package/dist/cjs/animationsMotion.cjs +142 -0
  3. package/dist/cjs/animationsMotion.js +137 -0
  4. package/dist/cjs/animationsMotion.js.map +6 -0
  5. package/dist/cjs/animationsMotion.native.js +145 -0
  6. package/dist/cjs/animationsMotion.native.js.map +1 -0
  7. package/dist/cjs/v5-base.cjs +69 -0
  8. package/dist/cjs/v5-base.js +54 -0
  9. package/dist/cjs/v5-base.js.map +6 -0
  10. package/dist/cjs/v5-base.native.js +74 -0
  11. package/dist/cjs/v5-base.native.js.map +1 -0
  12. package/dist/cjs/v5-css.cjs +26 -0
  13. package/dist/cjs/v5-css.js +21 -0
  14. package/dist/cjs/v5-css.js.map +6 -0
  15. package/dist/cjs/v5-css.native.js +29 -0
  16. package/dist/cjs/v5-css.native.js.map +1 -0
  17. package/dist/cjs/v5-motion.cjs +26 -0
  18. package/dist/cjs/v5-motion.js +21 -0
  19. package/dist/cjs/v5-motion.js.map +6 -0
  20. package/dist/cjs/v5-motion.native.js +29 -0
  21. package/dist/cjs/v5-motion.native.js.map +1 -0
  22. package/dist/cjs/v5-reanimated.cjs +26 -0
  23. package/dist/cjs/v5-reanimated.js +21 -0
  24. package/dist/cjs/v5-reanimated.js.map +6 -0
  25. package/dist/cjs/v5-reanimated.native.js +29 -0
  26. package/dist/cjs/v5-reanimated.native.js.map +1 -0
  27. package/dist/cjs/v5-rn.cjs +26 -0
  28. package/dist/cjs/v5-rn.js +21 -0
  29. package/dist/cjs/v5-rn.js.map +6 -0
  30. package/dist/cjs/v5-rn.native.js +29 -0
  31. package/dist/cjs/v5-rn.native.js.map +1 -0
  32. package/dist/cjs/v5-subtle.cjs +19 -0
  33. package/dist/cjs/v5-subtle.js +16 -0
  34. package/dist/cjs/v5-subtle.js.map +6 -0
  35. package/dist/cjs/v5-subtle.native.js +22 -0
  36. package/dist/cjs/v5-subtle.native.js.map +1 -0
  37. package/dist/esm/animationsMotion.js +121 -0
  38. package/dist/esm/animationsMotion.js.map +6 -0
  39. package/dist/esm/animationsMotion.mjs +119 -0
  40. package/dist/esm/animationsMotion.mjs.map +1 -0
  41. package/dist/esm/animationsMotion.native.js +119 -0
  42. package/dist/esm/animationsMotion.native.js.map +1 -0
  43. package/dist/esm/v5-base.js +46 -0
  44. package/dist/esm/v5-base.js.map +6 -0
  45. package/dist/esm/v5-base.mjs +34 -0
  46. package/dist/esm/v5-base.mjs.map +1 -0
  47. package/dist/esm/v5-base.native.js +36 -0
  48. package/dist/esm/v5-base.native.js.map +1 -0
  49. package/dist/esm/v5-css.js +5 -0
  50. package/dist/esm/v5-css.js.map +6 -0
  51. package/dist/esm/v5-css.mjs +3 -0
  52. package/dist/esm/v5-css.mjs.map +1 -0
  53. package/dist/esm/v5-css.native.js +3 -0
  54. package/dist/esm/v5-css.native.js.map +1 -0
  55. package/dist/esm/v5-motion.js +5 -0
  56. package/dist/esm/v5-motion.js.map +6 -0
  57. package/dist/esm/v5-motion.mjs +3 -0
  58. package/dist/esm/v5-motion.mjs.map +1 -0
  59. package/dist/esm/v5-motion.native.js +3 -0
  60. package/dist/esm/v5-motion.native.js.map +1 -0
  61. package/dist/esm/v5-reanimated.js +5 -0
  62. package/dist/esm/v5-reanimated.js.map +6 -0
  63. package/dist/esm/v5-reanimated.mjs +3 -0
  64. package/dist/esm/v5-reanimated.mjs.map +1 -0
  65. package/dist/esm/v5-reanimated.native.js +3 -0
  66. package/dist/esm/v5-reanimated.native.js.map +1 -0
  67. package/dist/esm/v5-rn.js +5 -0
  68. package/dist/esm/v5-rn.js.map +6 -0
  69. package/dist/esm/v5-rn.mjs +3 -0
  70. package/dist/esm/v5-rn.mjs.map +1 -0
  71. package/dist/esm/v5-rn.native.js +3 -0
  72. package/dist/esm/v5-rn.native.js.map +1 -0
  73. package/dist/esm/v5-subtle.js +3 -0
  74. package/dist/esm/v5-subtle.js.map +6 -0
  75. package/dist/esm/v5-subtle.mjs +3 -0
  76. package/dist/esm/v5-subtle.mjs.map +1 -0
  77. package/dist/esm/v5-subtle.native.js +3 -0
  78. package/dist/esm/v5-subtle.native.js.map +1 -0
  79. package/package.json +14 -14
  80. package/types/animationsMotion.d.ts.map +1 -0
  81. package/types/v5-base.d.ts.map +1 -0
  82. package/types/v5-css.d.ts.map +1 -0
  83. package/types/v5-css.native.d.ts.map +1 -0
  84. package/types/v5-motion.d.ts.map +1 -0
  85. package/types/v5-motion.native.d.ts.map +1 -0
  86. package/types/v5-reanimated.d.ts.map +1 -0
  87. package/types/v5-reanimated.native.d.ts.map +1 -0
  88. package/types/v5-rn.d.ts.map +1 -0
  89. package/types/v5-rn.native.d.ts.map +1 -0
  90. package/types/v5-subtle.d.ts.map +1 -0
@@ -0,0 +1,21 @@
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 v5_css_exports = {};
16
+ __export(v5_css_exports, {
17
+ animations: () => import_animationsCSS.animationsCSS
18
+ });
19
+ module.exports = __toCommonJS(v5_css_exports);
20
+ var import_animationsCSS = require("./animationsCSS");
21
+ //# sourceMappingURL=v5-css.js.map
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/v5-css.ts"],
4
+ "mappings": ";;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,2BAA4C;",
5
+ "names": []
6
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all) __defProp(target, name, {
9
+ get: all[name],
10
+ enumerable: !0
11
+ });
12
+ },
13
+ __copyProps = (to, from, except, desc) => {
14
+ if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
15
+ get: () => from[key],
16
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
17
+ });
18
+ return to;
19
+ };
20
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
21
+ value: !0
22
+ }), mod);
23
+ var v5_css_native_exports = {};
24
+ __export(v5_css_native_exports, {
25
+ animations: () => import_animationsReactNative.animationsReactNative
26
+ });
27
+ module.exports = __toCommonJS(v5_css_native_exports);
28
+ var import_animationsReactNative = require("./animationsReactNative.native.js");
29
+ //# sourceMappingURL=v5-css.native.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["v5_css_native_exports","__export","animations","import_animationsReactNative","animationsReactNative","module","exports","__toCommonJS","require"],"sources":["../../src/v5-css.native.ts"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,qBAAA;AAAAC,QAAA,CAAAD,qBAAA;EAAAE,UAAA,EAAAA,CAAA,KAAAC,4BAAA,CAAAC;AAAA;AAAAC,MAAA,CAAAC,OAAA,GAAAC,YAAA,CAAAP,qBAAA;AACA,IAAAG,4BAAA,GAAoDK,OAAA","ignoreList":[]}
@@ -0,0 +1,26 @@
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) __defProp(target, name, {
7
+ get: all[name],
8
+ enumerable: !0
9
+ });
10
+ },
11
+ __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
13
+ get: () => from[key],
14
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
15
+ });
16
+ return to;
17
+ };
18
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
19
+ value: !0
20
+ }), mod);
21
+ var v5_motion_exports = {};
22
+ __export(v5_motion_exports, {
23
+ animations: () => import_animationsMotion.animationsMotion
24
+ });
25
+ module.exports = __toCommonJS(v5_motion_exports);
26
+ var import_animationsMotion = require("./animationsMotion.cjs");
@@ -0,0 +1,21 @@
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 v5_motion_exports = {};
16
+ __export(v5_motion_exports, {
17
+ animations: () => import_animationsMotion.animationsMotion
18
+ });
19
+ module.exports = __toCommonJS(v5_motion_exports);
20
+ var import_animationsMotion = require("./animationsMotion");
21
+ //# sourceMappingURL=v5-motion.js.map
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/v5-motion.ts"],
4
+ "mappings": ";;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,8BAA+C;",
5
+ "names": []
6
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all) __defProp(target, name, {
9
+ get: all[name],
10
+ enumerable: !0
11
+ });
12
+ },
13
+ __copyProps = (to, from, except, desc) => {
14
+ if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
15
+ get: () => from[key],
16
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
17
+ });
18
+ return to;
19
+ };
20
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
21
+ value: !0
22
+ }), mod);
23
+ var v5_motion_native_exports = {};
24
+ __export(v5_motion_native_exports, {
25
+ animations: () => import_animationsReactNative.animationsReactNative
26
+ });
27
+ module.exports = __toCommonJS(v5_motion_native_exports);
28
+ var import_animationsReactNative = require("./animationsReactNative.native.js");
29
+ //# sourceMappingURL=v5-motion.native.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["v5_motion_native_exports","__export","animations","import_animationsReactNative","animationsReactNative","module","exports","__toCommonJS","require"],"sources":["../../src/v5-motion.native.ts"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,wBAAA;AAAAC,QAAA,CAAAD,wBAAA;EAAAE,UAAA,EAAAA,CAAA,KAAAC,4BAAA,CAAAC;AAAA;AAAAC,MAAA,CAAAC,OAAA,GAAAC,YAAA,CAAAP,wBAAA;AACA,IAAAG,4BAAA,GAAoDK,OAAA","ignoreList":[]}
@@ -0,0 +1,26 @@
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) __defProp(target, name, {
7
+ get: all[name],
8
+ enumerable: !0
9
+ });
10
+ },
11
+ __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
13
+ get: () => from[key],
14
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
15
+ });
16
+ return to;
17
+ };
18
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
19
+ value: !0
20
+ }), mod);
21
+ var v5_reanimated_exports = {};
22
+ __export(v5_reanimated_exports, {
23
+ animations: () => import_animationsReanimated.animationsReanimated
24
+ });
25
+ module.exports = __toCommonJS(v5_reanimated_exports);
26
+ var import_animationsReanimated = require("./animationsReanimated.cjs");
@@ -0,0 +1,21 @@
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 v5_reanimated_exports = {};
16
+ __export(v5_reanimated_exports, {
17
+ animations: () => import_animationsReanimated.animationsReanimated
18
+ });
19
+ module.exports = __toCommonJS(v5_reanimated_exports);
20
+ var import_animationsReanimated = require("./animationsReanimated");
21
+ //# sourceMappingURL=v5-reanimated.js.map
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/v5-reanimated.ts"],
4
+ "mappings": ";;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kCAAmD;",
5
+ "names": []
6
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all) __defProp(target, name, {
9
+ get: all[name],
10
+ enumerable: !0
11
+ });
12
+ },
13
+ __copyProps = (to, from, except, desc) => {
14
+ if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
15
+ get: () => from[key],
16
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
17
+ });
18
+ return to;
19
+ };
20
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
21
+ value: !0
22
+ }), mod);
23
+ var v5_reanimated_native_exports = {};
24
+ __export(v5_reanimated_native_exports, {
25
+ animations: () => import_animationsReanimated.animationsReanimated
26
+ });
27
+ module.exports = __toCommonJS(v5_reanimated_native_exports);
28
+ var import_animationsReanimated = require("./animationsReanimated.native.js");
29
+ //# sourceMappingURL=v5-reanimated.native.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["v5_reanimated_native_exports","__export","animations","import_animationsReanimated","animationsReanimated","module","exports","__toCommonJS","require"],"sources":["../../src/v5-reanimated.native.ts"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,4BAAA;AAAAC,QAAA,CAAAD,4BAAA;EAAAE,UAAA,EAAAA,CAAA,KAAAC,2BAAA,CAAAC;AAAA;AAAAC,MAAA,CAAAC,OAAA,GAAAC,YAAA,CAAAP,4BAAA;AAAA,IAAAG,2BAAA,GAAmDK,OAAA","ignoreList":[]}
@@ -0,0 +1,26 @@
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) __defProp(target, name, {
7
+ get: all[name],
8
+ enumerable: !0
9
+ });
10
+ },
11
+ __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
13
+ get: () => from[key],
14
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
15
+ });
16
+ return to;
17
+ };
18
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
19
+ value: !0
20
+ }), mod);
21
+ var v5_rn_exports = {};
22
+ __export(v5_rn_exports, {
23
+ animations: () => import_animationsReactNative.animationsReactNative
24
+ });
25
+ module.exports = __toCommonJS(v5_rn_exports);
26
+ var import_animationsReactNative = require("./animationsReactNative.cjs");
@@ -0,0 +1,21 @@
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 v5_rn_exports = {};
16
+ __export(v5_rn_exports, {
17
+ animations: () => import_animationsReactNative.animationsReactNative
18
+ });
19
+ module.exports = __toCommonJS(v5_rn_exports);
20
+ var import_animationsReactNative = require("./animationsReactNative");
21
+ //# sourceMappingURL=v5-rn.js.map
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/v5-rn.ts"],
4
+ "mappings": ";;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mCAAoD;",
5
+ "names": []
6
+ }
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __export = (target, all) => {
8
+ for (var name in all) __defProp(target, name, {
9
+ get: all[name],
10
+ enumerable: !0
11
+ });
12
+ },
13
+ __copyProps = (to, from, except, desc) => {
14
+ if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
15
+ get: () => from[key],
16
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
17
+ });
18
+ return to;
19
+ };
20
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
21
+ value: !0
22
+ }), mod);
23
+ var v5_rn_native_exports = {};
24
+ __export(v5_rn_native_exports, {
25
+ animations: () => import_animationsReactNative.animationsReactNative
26
+ });
27
+ module.exports = __toCommonJS(v5_rn_native_exports);
28
+ var import_animationsReactNative = require("./animationsReactNative.native.js");
29
+ //# sourceMappingURL=v5-rn.native.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["v5_rn_native_exports","__export","animations","import_animationsReactNative","animationsReactNative","module","exports","__toCommonJS","require"],"sources":["../../src/v5-rn.native.ts"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,oBAAA;AAAAC,QAAA,CAAAD,oBAAA;EAAAE,UAAA,EAAAA,CAAA,KAAAC,4BAAA,CAAAC;AAAA;AAAAC,MAAA,CAAAC,OAAA,GAAAC,YAAA,CAAAP,oBAAA;AAAA,IAAAG,4BAAA,GAAoDK,OAAA","ignoreList":[]}
@@ -0,0 +1,19 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __copyProps = (to, from, except, desc) => {
6
+ if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
7
+ get: () => from[key],
8
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
9
+ });
10
+ return to;
11
+ },
12
+ __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
13
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
14
+ value: !0
15
+ }), mod);
16
+ var v5_subtle_exports = {};
17
+ module.exports = __toCommonJS(v5_subtle_exports);
18
+ __reExport(v5_subtle_exports, require("@tamagui/themes/v5-subtle"), module.exports);
19
+ __reExport(v5_subtle_exports, require("./v5-base.cjs"), module.exports);
@@ -0,0 +1,16 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __copyProps = (to, from, except, desc) => {
6
+ if (from && typeof from == "object" || typeof from == "function")
7
+ for (let key of __getOwnPropNames(from))
8
+ !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
9
+ return to;
10
+ }, __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
11
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
12
+ var v5_subtle_exports = {};
13
+ module.exports = __toCommonJS(v5_subtle_exports);
14
+ __reExport(v5_subtle_exports, require("@tamagui/themes/v5-subtle"), module.exports);
15
+ __reExport(v5_subtle_exports, require("./v5-base"), module.exports);
16
+ //# sourceMappingURL=v5-subtle.js.map
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/v5-subtle.ts"],
4
+ "mappings": ";;;;;;;;;;;AAAA;AAAA;AAEA,8BAAc,sCAFd;AAGA,8BAAc,sBAHd;",
5
+ "names": []
6
+ }
@@ -0,0 +1,22 @@
1
+ "use strict";
2
+
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __copyProps = (to, from, except, desc) => {
8
+ if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
9
+ get: () => from[key],
10
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
11
+ });
12
+ return to;
13
+ },
14
+ __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
15
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
16
+ value: !0
17
+ }), mod);
18
+ var v5_subtle_exports = {};
19
+ module.exports = __toCommonJS(v5_subtle_exports);
20
+ __reExport(v5_subtle_exports, require("@tamagui/themes/v5-subtle"), module.exports);
21
+ __reExport(v5_subtle_exports, require("./v5-base.native.js"), module.exports);
22
+ //# sourceMappingURL=v5-subtle.native.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","v5_subtle_exports","module","exports","__reExport","require"],"sources":["../../src/v5-subtle.ts"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,GAAA,IAAAC,WAAA,CAAAC,SAAA;EAAAC,KAAA;AAAA,IAAAH,GAAA;AAAA,IAAAI,iBAAA;AAEAC,MAAA,CAAAC,OAAA,GAAAP,YAAA,CAAcK,iBAAA;AACdG,UAAA,CAAAH,iBAAA,EAAcI,OAAA,4BAHd,GAAAH,MAAA,CAAAC,OAAA","ignoreList":[]}
@@ -0,0 +1,121 @@
1
+ import { createAnimations } from "@tamagui/animations-motion";
2
+ const animationsMotion = createAnimations({
3
+ "0ms": {
4
+ type: "tween",
5
+ duration: 0
6
+ },
7
+ "30ms": {
8
+ type: "tween",
9
+ duration: 0.03
10
+ },
11
+ "50ms": {
12
+ type: "tween",
13
+ duration: 0.05
14
+ },
15
+ "75ms": {
16
+ type: "tween",
17
+ duration: 0.075
18
+ },
19
+ "100ms": {
20
+ type: "tween",
21
+ duration: 0.1
22
+ },
23
+ "200ms": {
24
+ type: "tween",
25
+ duration: 0.2
26
+ },
27
+ "300ms": {
28
+ type: "tween",
29
+ duration: 0.3
30
+ },
31
+ superBouncy: {
32
+ type: "spring",
33
+ damping: 3,
34
+ mass: 0.7,
35
+ stiffness: 135
36
+ },
37
+ bouncy: {
38
+ type: "spring",
39
+ damping: 5.4,
40
+ mass: 0.9,
41
+ stiffness: 90
42
+ },
43
+ kindaBouncy: {
44
+ type: "spring",
45
+ damping: 9.6,
46
+ mass: 1,
47
+ stiffness: 18.75
48
+ },
49
+ superLazy: {
50
+ type: "spring",
51
+ damping: 15,
52
+ mass: 2,
53
+ stiffness: 18.75
54
+ },
55
+ lazy: {
56
+ type: "spring",
57
+ damping: 10.8,
58
+ mass: 0.2,
59
+ stiffness: 7.5
60
+ },
61
+ medium: {
62
+ damping: 9.6,
63
+ stiffness: 67.5,
64
+ mass: 0.8
65
+ },
66
+ slowest: {
67
+ type: "spring",
68
+ damping: 9,
69
+ stiffness: 7.5
70
+ },
71
+ slow: {
72
+ type: "spring",
73
+ damping: 27,
74
+ stiffness: 45
75
+ },
76
+ quick: {
77
+ type: "spring",
78
+ damping: 15,
79
+ mass: 1,
80
+ stiffness: 412.5
81
+ },
82
+ quickLessBouncy: {
83
+ type: "spring",
84
+ damping: 40,
85
+ mass: 2,
86
+ stiffness: 400,
87
+ velocity: 5
88
+ },
89
+ tooltip: {
90
+ type: "spring",
91
+ damping: 6,
92
+ mass: 0.9,
93
+ stiffness: 75
94
+ },
95
+ quicker: {
96
+ type: "spring",
97
+ damping: 12,
98
+ mass: 0.8,
99
+ stiffness: 320
100
+ },
101
+ quickerLessBouncy: {
102
+ type: "spring",
103
+ damping: 25,
104
+ mass: 0.45,
105
+ stiffness: 500
106
+ },
107
+ quickest: {
108
+ damping: 10,
109
+ mass: 0.5,
110
+ stiffness: 520
111
+ },
112
+ quickestLessBouncy: {
113
+ damping: 14.4,
114
+ mass: 0.35,
115
+ stiffness: 562.5
116
+ }
117
+ });
118
+ export {
119
+ animationsMotion
120
+ };
121
+ //# sourceMappingURL=animationsMotion.js.map
@@ -0,0 +1,6 @@
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/animationsMotion.ts"],
4
+ "mappings": "AAAA,SAAS,wBAAwB;AAE1B,MAAM,mBAAmB,iBAAiB;AAAA,EAC/C,OAAO;AAAA,IACL,MAAM;AAAA,IACN,UAAU;AAAA,EACZ;AAAA,EACA,QAAQ;AAAA,IACN,MAAM;AAAA,IACN,UAAU;AAAA,EACZ;AAAA,EACA,QAAQ;AAAA,IACN,MAAM;AAAA,IACN,UAAU;AAAA,EACZ;AAAA,EACA,QAAQ;AAAA,IACN,MAAM;AAAA,IACN,UAAU;AAAA,EACZ;AAAA,EACA,SAAS;AAAA,IACP,MAAM;AAAA,IACN,UAAU;AAAA,EACZ;AAAA,EACA,SAAS;AAAA,IACP,MAAM;AAAA,IACN,UAAU;AAAA,EACZ;AAAA,EACA,SAAS;AAAA,IACP,MAAM;AAAA,IACN,UAAU;AAAA,EACZ;AAAA,EACA,aAAa;AAAA,IACX,MAAM;AAAA,IACN,SAAS;AAAA,IACT,MAAM;AAAA,IACN,WAAW;AAAA,EACb;AAAA,EACA,QAAQ;AAAA,IACN,MAAM;AAAA,IACN,SAAS;AAAA,IACT,MAAM;AAAA,IACN,WAAW;AAAA,EACb;AAAA,EACA,aAAa;AAAA,IACX,MAAM;AAAA,IACN,SAAS;AAAA,IACT,MAAM;AAAA,IACN,WAAW;AAAA,EACb;AAAA,EACA,WAAW;AAAA,IACT,MAAM;AAAA,IACN,SAAS;AAAA,IACT,MAAM;AAAA,IACN,WAAW;AAAA,EACb;AAAA,EACA,MAAM;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,MAAM;AAAA,IACN,WAAW;AAAA,EACb;AAAA,EACA,QAAQ;AAAA,IACN,SAAS;AAAA,IACT,WAAW;AAAA,IACX,MAAM;AAAA,EACR;AAAA,EACA,SAAS;AAAA,IACP,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,iBAAiB;AAAA,IACf,MAAM;AAAA,IACN,SAAS;AAAA,IACT,MAAM;AAAA,IACN,WAAW;AAAA,IACX,UAAU;AAAA,EACZ;AAAA,EACA,SAAS;AAAA,IACP,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;AAAA,EACA,mBAAmB;AAAA,IACjB,MAAM;AAAA,IACN,SAAS;AAAA,IACT,MAAM;AAAA,IACN,WAAW;AAAA,EACb;AAAA,EACA,UAAU;AAAA,IACR,SAAS;AAAA,IACT,MAAM;AAAA,IACN,WAAW;AAAA,EACb;AAAA,EACA,oBAAoB;AAAA,IAClB,SAAS;AAAA,IACT,MAAM;AAAA,IACN,WAAW;AAAA,EACb;AACF,CAAC;",
5
+ "names": []
6
+ }
@@ -0,0 +1,119 @@
1
+ import { createAnimations } from "@tamagui/animations-motion";
2
+ const animationsMotion = createAnimations({
3
+ "0ms": {
4
+ type: "tween",
5
+ duration: 0
6
+ },
7
+ "30ms": {
8
+ type: "tween",
9
+ duration: 0.03
10
+ },
11
+ "50ms": {
12
+ type: "tween",
13
+ duration: 0.05
14
+ },
15
+ "75ms": {
16
+ type: "tween",
17
+ duration: 0.075
18
+ },
19
+ "100ms": {
20
+ type: "tween",
21
+ duration: 0.1
22
+ },
23
+ "200ms": {
24
+ type: "tween",
25
+ duration: 0.2
26
+ },
27
+ "300ms": {
28
+ type: "tween",
29
+ duration: 0.3
30
+ },
31
+ superBouncy: {
32
+ type: "spring",
33
+ damping: 3,
34
+ mass: 0.7,
35
+ stiffness: 135
36
+ },
37
+ bouncy: {
38
+ type: "spring",
39
+ damping: 5.4,
40
+ mass: 0.9,
41
+ stiffness: 90
42
+ },
43
+ kindaBouncy: {
44
+ type: "spring",
45
+ damping: 9.6,
46
+ mass: 1,
47
+ stiffness: 18.75
48
+ },
49
+ superLazy: {
50
+ type: "spring",
51
+ damping: 15,
52
+ mass: 2,
53
+ stiffness: 18.75
54
+ },
55
+ lazy: {
56
+ type: "spring",
57
+ damping: 10.8,
58
+ mass: 0.2,
59
+ stiffness: 7.5
60
+ },
61
+ medium: {
62
+ damping: 9.6,
63
+ stiffness: 67.5,
64
+ mass: 0.8
65
+ },
66
+ slowest: {
67
+ type: "spring",
68
+ damping: 9,
69
+ stiffness: 7.5
70
+ },
71
+ slow: {
72
+ type: "spring",
73
+ damping: 27,
74
+ stiffness: 45
75
+ },
76
+ quick: {
77
+ type: "spring",
78
+ damping: 15,
79
+ mass: 1,
80
+ stiffness: 412.5
81
+ },
82
+ quickLessBouncy: {
83
+ type: "spring",
84
+ damping: 40,
85
+ mass: 2,
86
+ stiffness: 400,
87
+ velocity: 5
88
+ },
89
+ tooltip: {
90
+ type: "spring",
91
+ damping: 6,
92
+ mass: 0.9,
93
+ stiffness: 75
94
+ },
95
+ quicker: {
96
+ type: "spring",
97
+ damping: 12,
98
+ mass: 0.8,
99
+ stiffness: 320
100
+ },
101
+ quickerLessBouncy: {
102
+ type: "spring",
103
+ damping: 25,
104
+ mass: 0.45,
105
+ stiffness: 500
106
+ },
107
+ quickest: {
108
+ damping: 10,
109
+ mass: 0.5,
110
+ stiffness: 520
111
+ },
112
+ quickestLessBouncy: {
113
+ damping: 14.4,
114
+ mass: 0.35,
115
+ stiffness: 562.5
116
+ }
117
+ });
118
+ export { animationsMotion };
119
+ //# sourceMappingURL=animationsMotion.mjs.map