@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.
- package/.turbo/turbo-build.log +1 -1
- package/dist/cjs/animationsMotion.cjs +142 -0
- package/dist/cjs/animationsMotion.js +137 -0
- package/dist/cjs/animationsMotion.js.map +6 -0
- package/dist/cjs/animationsMotion.native.js +145 -0
- package/dist/cjs/animationsMotion.native.js.map +1 -0
- package/dist/cjs/v5-base.cjs +69 -0
- package/dist/cjs/v5-base.js +54 -0
- package/dist/cjs/v5-base.js.map +6 -0
- package/dist/cjs/v5-base.native.js +74 -0
- package/dist/cjs/v5-base.native.js.map +1 -0
- package/dist/cjs/v5-css.cjs +26 -0
- package/dist/cjs/v5-css.js +21 -0
- package/dist/cjs/v5-css.js.map +6 -0
- package/dist/cjs/v5-css.native.js +29 -0
- package/dist/cjs/v5-css.native.js.map +1 -0
- package/dist/cjs/v5-motion.cjs +26 -0
- package/dist/cjs/v5-motion.js +21 -0
- package/dist/cjs/v5-motion.js.map +6 -0
- package/dist/cjs/v5-motion.native.js +29 -0
- package/dist/cjs/v5-motion.native.js.map +1 -0
- package/dist/cjs/v5-reanimated.cjs +26 -0
- package/dist/cjs/v5-reanimated.js +21 -0
- package/dist/cjs/v5-reanimated.js.map +6 -0
- package/dist/cjs/v5-reanimated.native.js +29 -0
- package/dist/cjs/v5-reanimated.native.js.map +1 -0
- package/dist/cjs/v5-rn.cjs +26 -0
- package/dist/cjs/v5-rn.js +21 -0
- package/dist/cjs/v5-rn.js.map +6 -0
- package/dist/cjs/v5-rn.native.js +29 -0
- package/dist/cjs/v5-rn.native.js.map +1 -0
- package/dist/cjs/v5-subtle.cjs +19 -0
- package/dist/cjs/v5-subtle.js +16 -0
- package/dist/cjs/v5-subtle.js.map +6 -0
- package/dist/cjs/v5-subtle.native.js +22 -0
- package/dist/cjs/v5-subtle.native.js.map +1 -0
- package/dist/esm/animationsMotion.js +121 -0
- package/dist/esm/animationsMotion.js.map +6 -0
- package/dist/esm/animationsMotion.mjs +119 -0
- package/dist/esm/animationsMotion.mjs.map +1 -0
- package/dist/esm/animationsMotion.native.js +119 -0
- package/dist/esm/animationsMotion.native.js.map +1 -0
- package/dist/esm/v5-base.js +46 -0
- package/dist/esm/v5-base.js.map +6 -0
- package/dist/esm/v5-base.mjs +34 -0
- package/dist/esm/v5-base.mjs.map +1 -0
- package/dist/esm/v5-base.native.js +36 -0
- package/dist/esm/v5-base.native.js.map +1 -0
- package/dist/esm/v5-css.js +5 -0
- package/dist/esm/v5-css.js.map +6 -0
- package/dist/esm/v5-css.mjs +3 -0
- package/dist/esm/v5-css.mjs.map +1 -0
- package/dist/esm/v5-css.native.js +3 -0
- package/dist/esm/v5-css.native.js.map +1 -0
- package/dist/esm/v5-motion.js +5 -0
- package/dist/esm/v5-motion.js.map +6 -0
- package/dist/esm/v5-motion.mjs +3 -0
- package/dist/esm/v5-motion.mjs.map +1 -0
- package/dist/esm/v5-motion.native.js +3 -0
- package/dist/esm/v5-motion.native.js.map +1 -0
- package/dist/esm/v5-reanimated.js +5 -0
- package/dist/esm/v5-reanimated.js.map +6 -0
- package/dist/esm/v5-reanimated.mjs +3 -0
- package/dist/esm/v5-reanimated.mjs.map +1 -0
- package/dist/esm/v5-reanimated.native.js +3 -0
- package/dist/esm/v5-reanimated.native.js.map +1 -0
- package/dist/esm/v5-rn.js +5 -0
- package/dist/esm/v5-rn.js.map +6 -0
- package/dist/esm/v5-rn.mjs +3 -0
- package/dist/esm/v5-rn.mjs.map +1 -0
- package/dist/esm/v5-rn.native.js +3 -0
- package/dist/esm/v5-rn.native.js.map +1 -0
- package/dist/esm/v5-subtle.js +3 -0
- package/dist/esm/v5-subtle.js.map +6 -0
- package/dist/esm/v5-subtle.mjs +3 -0
- package/dist/esm/v5-subtle.mjs.map +1 -0
- package/dist/esm/v5-subtle.native.js +3 -0
- package/dist/esm/v5-subtle.native.js.map +1 -0
- package/package.json +14 -14
- package/types/animationsMotion.d.ts.map +1 -0
- package/types/v5-base.d.ts.map +1 -0
- package/types/v5-css.d.ts.map +1 -0
- package/types/v5-css.native.d.ts.map +1 -0
- package/types/v5-motion.d.ts.map +1 -0
- package/types/v5-motion.native.d.ts.map +1 -0
- package/types/v5-reanimated.d.ts.map +1 -0
- package/types/v5-reanimated.native.d.ts.map +1 -0
- package/types/v5-rn.d.ts.map +1 -0
- package/types/v5-rn.native.d.ts.map +1 -0
- 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,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,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,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,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,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
|