@tamagui/config 2.0.0-rc.10 → 2.0.0-rc.11

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 (77) hide show
  1. package/package.json +26 -25
  2. package/reanimated/index.js +1 -0
  3. package/reanimated/index.native.js +1 -0
  4. package/v3/index.js +1 -0
  5. package/v3/index.native.js +1 -0
  6. package/v4/index.js +1 -0
  7. package/v4/index.native.js +1 -0
  8. package/v5/index.js +1 -0
  9. package/v5/index.native.js +1 -0
  10. package/v5-css/index.js +1 -0
  11. package/v5-css/index.native.js +1 -0
  12. package/v5-motion/index.js +1 -0
  13. package/v5-motion/index.native.js +1 -0
  14. package/v5-reanimated/index.js +1 -0
  15. package/v5-reanimated/index.native.js +1 -0
  16. package/v5-rn/index.js +1 -0
  17. package/v5-rn/index.native.js +1 -0
  18. package/v5-subtle/index.js +1 -0
  19. package/v5-subtle/index.native.js +1 -0
  20. package/dist/cjs/v2-base.cjs +0 -47
  21. package/dist/cjs/v2-base.js +0 -38
  22. package/dist/cjs/v2-base.js.map +0 -6
  23. package/dist/cjs/v2-base.native.js +0 -52
  24. package/dist/cjs/v2-base.native.js.map +0 -1
  25. package/dist/cjs/v2-native.js +0 -34
  26. package/dist/cjs/v2-native.js.map +0 -1
  27. package/dist/cjs/v2-reanimated.cjs +0 -31
  28. package/dist/cjs/v2-reanimated.js +0 -25
  29. package/dist/cjs/v2-reanimated.js.map +0 -6
  30. package/dist/cjs/v2-reanimated.native.js +0 -34
  31. package/dist/cjs/v2-reanimated.native.js.map +0 -1
  32. package/dist/cjs/v2.cjs +0 -31
  33. package/dist/cjs/v2.js +0 -25
  34. package/dist/cjs/v2.js.map +0 -6
  35. package/dist/cjs/v2.native.js +0 -34
  36. package/dist/cjs/v2.native.js.map +0 -1
  37. package/dist/cjs/v5-animations.cjs +0 -26
  38. package/dist/cjs/v5-animations.js +0 -21
  39. package/dist/cjs/v5-animations.js.map +0 -6
  40. package/dist/cjs/v5-animations.native.js +0 -29
  41. package/dist/cjs/v5-animations.native.js.map +0 -1
  42. package/dist/esm/v2-base.js +0 -26
  43. package/dist/esm/v2-base.js.map +0 -6
  44. package/dist/esm/v2-base.mjs +0 -24
  45. package/dist/esm/v2-base.mjs.map +0 -1
  46. package/dist/esm/v2-base.native.js +0 -26
  47. package/dist/esm/v2-base.native.js.map +0 -1
  48. package/dist/esm/v2-native.js +0 -8
  49. package/dist/esm/v2-native.js.map +0 -1
  50. package/dist/esm/v2-reanimated.js +0 -10
  51. package/dist/esm/v2-reanimated.js.map +0 -6
  52. package/dist/esm/v2-reanimated.mjs +0 -8
  53. package/dist/esm/v2-reanimated.mjs.map +0 -1
  54. package/dist/esm/v2-reanimated.native.js +0 -8
  55. package/dist/esm/v2-reanimated.native.js.map +0 -1
  56. package/dist/esm/v2.js +0 -10
  57. package/dist/esm/v2.js.map +0 -6
  58. package/dist/esm/v2.mjs +0 -8
  59. package/dist/esm/v2.mjs.map +0 -1
  60. package/dist/esm/v2.native.js +0 -8
  61. package/dist/esm/v2.native.js.map +0 -1
  62. package/dist/esm/v5-animations.js +0 -5
  63. package/dist/esm/v5-animations.js.map +0 -6
  64. package/dist/esm/v5-animations.mjs +0 -3
  65. package/dist/esm/v5-animations.mjs.map +0 -1
  66. package/dist/esm/v5-animations.native.js +0 -3
  67. package/dist/esm/v5-animations.native.js.map +0 -1
  68. package/types/v2-base.d.ts.map +0 -1
  69. package/types/v2-native.d.ts.map +0 -1
  70. package/types/v2-reanimated.d.ts.map +0 -1
  71. package/types/v2.d.ts.map +0 -1
  72. package/types/v2.native.d.ts.map +0 -1
  73. package/types/v5-animations.d.ts.map +0 -1
  74. package/types/v5-animations.native.d.ts.map +0 -1
  75. package/types/v5-motion.native.d.ts.map +0 -1
  76. package/types/v5-reanimated.native.d.ts.map +0 -1
  77. package/types/v5-rn.native.d.ts.map +0 -1
package/package.json CHANGED
@@ -1,19 +1,20 @@
1
1
  {
2
2
  "name": "@tamagui/config",
3
- "version": "2.0.0-rc.10",
3
+ "version": "2.0.0-rc.11",
4
4
  "files": [
5
5
  "src",
6
6
  "types",
7
7
  "dist",
8
- "reanimated.cjs",
9
- "v3.cjs",
10
- "v4.cjs",
11
- "v5.cjs",
12
- "v5-css.cjs",
13
- "v5-motion.cjs",
14
- "v5-reanimated.cjs",
15
- "v5-rn.cjs",
16
- "v5-subtle.cjs"
8
+ "*.cjs",
9
+ "reanimated",
10
+ "v3",
11
+ "v4",
12
+ "v5",
13
+ "v5-css",
14
+ "v5-rn",
15
+ "v5-reanimated",
16
+ "v5-motion",
17
+ "v5-subtle"
17
18
  ],
18
19
  "type": "module",
19
20
  "sideEffects": false,
@@ -104,25 +105,25 @@
104
105
  "clean:build": "tamagui-build clean:build"
105
106
  },
106
107
  "dependencies": {
107
- "@tamagui/animations-css": "2.0.0-rc.10",
108
- "@tamagui/animations-motion": "2.0.0-rc.10",
109
- "@tamagui/animations-react-native": "2.0.0-rc.10",
110
- "@tamagui/animations-reanimated": "2.0.0-rc.10",
111
- "@tamagui/colors": "2.0.0-rc.10",
112
- "@tamagui/core": "2.0.0-rc.10",
113
- "@tamagui/font-inter": "2.0.0-rc.10",
114
- "@tamagui/font-silkscreen": "2.0.0-rc.10",
115
- "@tamagui/react-native-media-driver": "2.0.0-rc.10",
116
- "@tamagui/shorthands": "2.0.0-rc.10",
117
- "@tamagui/theme-builder": "2.0.0-rc.10",
118
- "@tamagui/themes": "2.0.0-rc.10",
119
- "@tamagui/web": "2.0.0-rc.10"
108
+ "@tamagui/animations-css": "2.0.0-rc.11",
109
+ "@tamagui/animations-motion": "2.0.0-rc.11",
110
+ "@tamagui/animations-react-native": "2.0.0-rc.11",
111
+ "@tamagui/animations-reanimated": "2.0.0-rc.11",
112
+ "@tamagui/colors": "2.0.0-rc.11",
113
+ "@tamagui/core": "2.0.0-rc.11",
114
+ "@tamagui/font-inter": "2.0.0-rc.11",
115
+ "@tamagui/font-silkscreen": "2.0.0-rc.11",
116
+ "@tamagui/react-native-media-driver": "2.0.0-rc.11",
117
+ "@tamagui/shorthands": "2.0.0-rc.11",
118
+ "@tamagui/theme-builder": "2.0.0-rc.11",
119
+ "@tamagui/themes": "2.0.0-rc.11",
120
+ "@tamagui/web": "2.0.0-rc.11"
120
121
  },
121
122
  "devDependencies": {
122
- "@tamagui/build": "2.0.0-rc.10"
123
+ "@tamagui/build": "2.0.0-rc.11"
123
124
  },
124
125
  "peerDependencies": {
125
- "@tamagui/animations-moti": "2.0.0-rc.10"
126
+ "@tamagui/animations-moti": "2.0.0-rc.11"
126
127
  },
127
128
  "peerDependenciesMeta": {
128
129
  "@tamagui/animations-moti": {
@@ -0,0 +1 @@
1
+ Object.assign(module.exports, require('../dist/cjs/index.reanimated.cjs'))
@@ -0,0 +1 @@
1
+ Object.assign(module.exports, require('../dist/cjs/index.reanimated.cjs'))
package/v3/index.js ADDED
@@ -0,0 +1 @@
1
+ Object.assign(module.exports, require('../dist/cjs/v3.cjs'))
@@ -0,0 +1 @@
1
+ Object.assign(module.exports, require('../dist/cjs/v3.native.js'))
package/v4/index.js ADDED
@@ -0,0 +1 @@
1
+ Object.assign(module.exports, require('../dist/cjs/v4.cjs'))
@@ -0,0 +1 @@
1
+ Object.assign(module.exports, require('../dist/cjs/v4.native.js'))
package/v5/index.js ADDED
@@ -0,0 +1 @@
1
+ Object.assign(module.exports, require('../dist/cjs/v5.cjs'))
@@ -0,0 +1 @@
1
+ Object.assign(module.exports, require('../dist/cjs/v5.native.js'))
@@ -0,0 +1 @@
1
+ Object.assign(module.exports, require('../dist/cjs/v5-css.cjs'))
@@ -0,0 +1 @@
1
+ Object.assign(module.exports, require('../dist/cjs/v5-css.native.js'))
@@ -0,0 +1 @@
1
+ Object.assign(module.exports, require('../dist/cjs/v5-motion.cjs'))
@@ -0,0 +1 @@
1
+ Object.assign(module.exports, require('../dist/cjs/v5-motion.native.js'))
@@ -0,0 +1 @@
1
+ Object.assign(module.exports, require('../dist/cjs/v5-reanimated.cjs'))
@@ -0,0 +1 @@
1
+ Object.assign(module.exports, require('../dist/cjs/v5-reanimated.native.js'))
package/v5-rn/index.js ADDED
@@ -0,0 +1 @@
1
+ Object.assign(module.exports, require('../dist/cjs/v5-rn.cjs'))
@@ -0,0 +1 @@
1
+ Object.assign(module.exports, require('../dist/cjs/v5-rn.native.js'))
@@ -0,0 +1 @@
1
+ Object.assign(module.exports, require('../dist/cjs/v5-subtle.cjs'))
@@ -0,0 +1 @@
1
+ Object.assign(module.exports, require('../dist/cjs/v5-subtle.native.js'))
@@ -1,47 +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) __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 v2_base_exports = {};
22
- __export(v2_base_exports, {
23
- config: () => config
24
- });
25
- module.exports = __toCommonJS(v2_base_exports);
26
- var import_shorthands = require("@tamagui/shorthands"),
27
- import_v2 = require("@tamagui/themes/v2"),
28
- import_v2_themes = require("@tamagui/themes/v2-themes"),
29
- import_fonts = require("./fonts.cjs"),
30
- import_media = require("./media.cjs");
31
- const config = {
32
- themes: import_v2_themes.themes,
33
- media: import_media.media,
34
- shorthands: import_shorthands.shorthands,
35
- tokens: import_v2.tokens,
36
- fonts: import_fonts.fonts,
37
- selectionStyles: theme => theme.color5 ? {
38
- backgroundColor: theme.color5,
39
- color: theme.color11
40
- } : null,
41
- settings: {
42
- defaultFont: "body",
43
- shouldAddPrefersColorThemes: !0,
44
- themeClassNameOnRoot: !0,
45
- mediaQueryDefaultActive: import_media.mediaQueryDefaultActive
46
- }
47
- };
@@ -1,38 +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 v2_base_exports = {};
16
- __export(v2_base_exports, {
17
- config: () => config
18
- });
19
- module.exports = __toCommonJS(v2_base_exports);
20
- var import_shorthands = require("@tamagui/shorthands"), import_v2 = require("@tamagui/themes/v2"), import_v2_themes = require("@tamagui/themes/v2-themes"), import_fonts = require("./fonts"), import_media = require("./media");
21
- const config = {
22
- themes: import_v2_themes.themes,
23
- media: import_media.media,
24
- shorthands: import_shorthands.shorthands,
25
- tokens: import_v2.tokens,
26
- fonts: import_fonts.fonts,
27
- selectionStyles: (theme) => theme.color5 ? {
28
- backgroundColor: theme.color5,
29
- color: theme.color11
30
- } : null,
31
- settings: {
32
- defaultFont: "body",
33
- shouldAddPrefersColorThemes: !0,
34
- themeClassNameOnRoot: !0,
35
- mediaQueryDefaultActive: import_media.mediaQueryDefaultActive
36
- }
37
- };
38
- //# sourceMappingURL=v2-base.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/v2-base.ts"],
4
- "mappings": ";;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAA2B,gCAC3B,YAAuB,+BACvB,mBAAuB,sCAGvB,eAAsB,oBACtB,eAA+C;AAExC,MAAM,SAAS;AAAA,EACpB;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA,iBAAiB,CAAC,UAChB,MAAM,SACF;AAAA,IACE,iBAAiB,MAAM;AAAA,IACvB,OAAO,MAAM;AAAA,EACf,IACA;AAAA,EACN,UAAU;AAAA,IACR,aAAa;AAAA,IACb,6BAA6B;AAAA,IAC7B,sBAAsB;AAAA,IACtB;AAAA,EACF;AACF;",
5
- "names": []
6
- }
@@ -1,52 +0,0 @@
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 v2_base_exports = {};
24
- __export(v2_base_exports, {
25
- config: () => config
26
- });
27
- module.exports = __toCommonJS(v2_base_exports);
28
- var import_shorthands = require("@tamagui/shorthands"),
29
- import_v2 = require("@tamagui/themes/v2"),
30
- import_v2_themes = require("@tamagui/themes/v2-themes"),
31
- import_fonts = require("./fonts.native.js"),
32
- import_media = require("./media.native.js"),
33
- config = {
34
- themes: import_v2_themes.themes,
35
- media: import_media.media,
36
- shorthands: import_shorthands.shorthands,
37
- tokens: import_v2.tokens,
38
- fonts: import_fonts.fonts,
39
- selectionStyles: function (theme) {
40
- return theme.color5 ? {
41
- backgroundColor: theme.color5,
42
- color: theme.color11
43
- } : null;
44
- },
45
- settings: {
46
- defaultFont: "body",
47
- shouldAddPrefersColorThemes: !0,
48
- themeClassNameOnRoot: !0,
49
- mediaQueryDefaultActive: import_media.mediaQueryDefaultActive
50
- }
51
- };
52
- //# sourceMappingURL=v2-base.native.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","v2_base_exports","__export","config","module","exports","import_shorthands","require","import_v2","import_v2_themes","import_fonts","import_media","themes","media","shorthands","tokens","fonts","selectionStyles","theme","color5","backgroundColor","color","color11","settings","defaultFont","shouldAddPrefersColorThemes","themeClassNameOnRoot","mediaQueryDefaultActive"],"sources":["../../src/v2-base.ts"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,GAAA,IAAAC,WAAA,CAAAC,SAAA;EAAAC,KAAA;AAAA,IAAAH,GAAA;AAAA,IAAAI,eAAA;AAAAC,QAAA,CAAAD,eAAA;EAAAE,MAAA,EAAAA,CAAA,KAAAA;AAAA;AAAAC,MAAA,CAAAC,OAAA,GAAAT,YAA2B,CAAAK,eAAA;AAQpB,IAAAK,iBAAe,GAAAC,OAAA;EAAAC,SAAA,GAAAD,OAAA;EAAAE,gBAAA,GAAAF,OAAA;EAAAG,YAAA,GAAAH,OAAA;EAAAI,YAAA,GAAAJ,OAAA;EAAAJ,MAAA;IACpBS,MAAA,EAAAH,gBAAA,CAAAG,MAAA;IACAC,KAAA,EAAAF,YAAA,CAAAE,KAAA;IACAC,UAAA,EAAAR,iBAAA,CAAAQ,UAAA;IACAC,MAAA,EAAAP,SAAA,CAAAO,MAAA;IACAC,KAAA,EAAAN,YAAA,CAAAM,KAAA;IACAC,eAAA,EAAiB,SAAAA,CAACC,KAChB;MAEM,OAAAA,KAAA,CAAAC,MAAiB;QACjBC,eAAa,EAAAF,KAAA,CAAAC,MAAA;QAEfE,KAAA,EAAAH,KAAA,CAAAI;MACN,QAAU;IAAA;IACKC,QACb;MACAC,WAAA;MACAC,2BAAA;MACFC,oBAAA;MACFC,uBAAA,EAAAhB,YAAA,CAAAgB","ignoreList":[]}
@@ -1,34 +0,0 @@
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 v2_native_exports = {};
24
- __export(v2_native_exports, {
25
- config: () => config
26
- });
27
- module.exports = __toCommonJS(v2_native_exports);
28
- var import_animations = require("./animations.native.js"),
29
- import_v2_base = require("./v2-base.native.js"),
30
- config = {
31
- ...import_v2_base.config,
32
- animations: import_animations.animations
33
- };
34
- //# sourceMappingURL=v2-native.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["v2_native_exports","__export","config","module","exports","__toCommonJS","import_animations","require","import_v2_base","animations"],"sources":["../../src/v2-native.ts"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,iBAAA;AAAAC,QAAA,CAAAD,iBAAA;EAAAE,MAAA,EAAAA,CAAA,KAAAA;AAAA;AAAAC,MAAA,CAAAC,OAAA,GAAAC,YAAA,CAAAL,iBAAA;AAAA,IAAAM,iBAAA,GAA2BC,OAAA;EAC3BC,cAAA,GAAqCD,OAAA;EAC1BL,MAAA,GAAS;IAChB,GAAGM,cAAA,CAAAN,MAAA;IACHO,UAAA,EAAAH,iBAAA,CAAAG;EACJ","ignoreList":[]}
@@ -1,31 +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) __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 v2_reanimated_exports = {};
22
- __export(v2_reanimated_exports, {
23
- config: () => config
24
- });
25
- module.exports = __toCommonJS(v2_reanimated_exports);
26
- var import_animations = require("./animations.reanimated"),
27
- import_v2_base = require("./v2-base.cjs");
28
- const config = {
29
- ...import_v2_base.config,
30
- animations: import_animations.animations
31
- };
@@ -1,25 +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 v2_reanimated_exports = {};
16
- __export(v2_reanimated_exports, {
17
- config: () => config
18
- });
19
- module.exports = __toCommonJS(v2_reanimated_exports);
20
- var import_animations = require("./animations.reanimated"), import_v2_base = require("./v2-base");
21
- const config = {
22
- ...import_v2_base.config,
23
- animations: import_animations.animations
24
- };
25
- //# sourceMappingURL=v2-reanimated.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/v2-reanimated.ts"],
4
- "mappings": ";;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,wBAA2B,oCAC3B,iBAAqC;AAE9B,MAAM,SAAS;AAAA,EACpB,GAAG,eAAAA;AAAA,EACH;AACF;",
5
- "names": ["configBase"]
6
- }
@@ -1,34 +0,0 @@
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 v2_reanimated_exports = {};
24
- __export(v2_reanimated_exports, {
25
- config: () => config
26
- });
27
- module.exports = __toCommonJS(v2_reanimated_exports);
28
- var import_animations = require("./animations.reanimated"),
29
- import_v2_base = require("./v2-base.native.js"),
30
- config = {
31
- ...import_v2_base.config,
32
- animations: import_animations.animations
33
- };
34
- //# sourceMappingURL=v2-reanimated.native.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","v2_reanimated_exports","__export","config","module","exports","import_animations","require","import_v2_base","animations"],"sources":["../../src/v2-reanimated.ts"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,GAAA,IAAAC,WAAA,CAAAC,SAAA;EAAAC,KAAA;AAAA,IAAAH,GAAA;AAAA,IAAAI,qBAAA;AAAAC,QAAA,CAAAD,qBAAA;EAAAE,MAAA,EAAAA,CAAA,KAAAA;AAAA;AAEAC,MAAA,CAAAC,OAAA,GAAAT,YAA2B,CAAAK,qBAAA;AAGpB,IAAAK,iBAAe,GAAAC,OAAA;EAAAC,cAAA,GAAAD,OAAA;EAAAJ,MAAA;IACpB,GAAGK,cAAA,CAAAL,MAAA;IACHM,UAAA,EAAAH,iBAAA,CAAAG;EACF","ignoreList":[]}
package/dist/cjs/v2.cjs DELETED
@@ -1,31 +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) __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 v2_exports = {};
22
- __export(v2_exports, {
23
- config: () => config
24
- });
25
- module.exports = __toCommonJS(v2_exports);
26
- var import_animations = require("./animations.css"),
27
- import_v2_base = require("./v2-base.cjs");
28
- const config = {
29
- ...import_v2_base.config,
30
- animations: import_animations.animations
31
- };
package/dist/cjs/v2.js DELETED
@@ -1,25 +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 v2_exports = {};
16
- __export(v2_exports, {
17
- config: () => config
18
- });
19
- module.exports = __toCommonJS(v2_exports);
20
- var import_animations = require("./animations.css"), import_v2_base = require("./v2-base");
21
- const config = {
22
- ...import_v2_base.config,
23
- animations: import_animations.animations
24
- };
25
- //# sourceMappingURL=v2.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/v2.ts"],
4
- "mappings": ";;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAEA,wBAA2B,6BAC3B,iBAAqC;AAE9B,MAAM,SAAS;AAAA,EACpB,GAAG,eAAAA;AAAA,EACH;AACF;",
5
- "names": ["configBase"]
6
- }
@@ -1,34 +0,0 @@
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 v2_native_exports = {};
24
- __export(v2_native_exports, {
25
- config: () => config
26
- });
27
- module.exports = __toCommonJS(v2_native_exports);
28
- var import_animations = require("./animations.native.js"),
29
- import_v2_base = require("./v2-base.native.js"),
30
- config = {
31
- ...import_v2_base.config,
32
- animations: import_animations.animations
33
- };
34
- //# sourceMappingURL=v2.native.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["v2_native_exports","__export","config","module","exports","__toCommonJS","import_animations","require","import_v2_base","animations"],"sources":["../../src/v2.native.ts"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,iBAAA;AAAAC,QAAA,CAAAD,iBAAA;EAAAE,MAAA,EAAAA,CAAA,KAAAA;AAAA;AAAAC,MAAA,CAAAC,OAAA,GAAAC,YAAA,CAAAL,iBAAA;AAAA,IAAAM,iBAAA,GAA2BC,OAAA;EAC3BC,cAAA,GAAqCD,OAAA;EAC1BL,MAAA,GAAS;IAChB,GAAGM,cAAA,CAAAN,MAAA;IACHO,UAAA,EAAAH,iBAAA,CAAAG;EACJ","ignoreList":[]}
@@ -1,26 +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) __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_animations_exports = {};
22
- __export(v5_animations_exports, {
23
- animations: () => import_animationsCSS.animationsCSS
24
- });
25
- module.exports = __toCommonJS(v5_animations_exports);
26
- var import_animationsCSS = require("./animationsCSS.cjs");
@@ -1,21 +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 v5_animations_exports = {};
16
- __export(v5_animations_exports, {
17
- animations: () => import_animationsCSS.animationsCSS
18
- });
19
- module.exports = __toCommonJS(v5_animations_exports);
20
- var import_animationsCSS = require("./animationsCSS");
21
- //# sourceMappingURL=v5-animations.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/v5-animations.ts"],
4
- "mappings": ";;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,2BAA4C;",
5
- "names": []
6
- }
@@ -1,29 +0,0 @@
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_animations_native_exports = {};
24
- __export(v5_animations_native_exports, {
25
- animations: () => import_animationsReactNative.animationsReactNative
26
- });
27
- module.exports = __toCommonJS(v5_animations_native_exports);
28
- var import_animationsReactNative = require("./animationsReactNative.native.js");
29
- //# sourceMappingURL=v5-animations.native.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["v5_animations_native_exports","__export","animations","import_animationsReactNative","animationsReactNative","module","exports","__toCommonJS","require"],"sources":["../../src/v5-animations.native.ts"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,4BAAA;AAAAC,QAAA,CAAAD,4BAAA;EAAAE,UAAA,EAAAA,CAAA,KAAAC,4BAAA,CAAAC;AAAA;AAAAC,MAAA,CAAAC,OAAA,GAAAC,YAAA,CAAAP,4BAAA;AAAA,IAAAG,4BAAA,GAAoDK,OAAA","ignoreList":[]}
@@ -1,26 +0,0 @@
1
- import { shorthands } from "@tamagui/shorthands";
2
- import { tokens } from "@tamagui/themes/v2";
3
- import { themes } from "@tamagui/themes/v2-themes";
4
- import { fonts } from "./fonts";
5
- import { media, mediaQueryDefaultActive } from "./media";
6
- const config = {
7
- themes,
8
- media,
9
- shorthands,
10
- tokens,
11
- fonts,
12
- selectionStyles: (theme) => theme.color5 ? {
13
- backgroundColor: theme.color5,
14
- color: theme.color11
15
- } : null,
16
- settings: {
17
- defaultFont: "body",
18
- shouldAddPrefersColorThemes: !0,
19
- themeClassNameOnRoot: !0,
20
- mediaQueryDefaultActive
21
- }
22
- };
23
- export {
24
- config
25
- };
26
- //# sourceMappingURL=v2-base.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/v2-base.ts"],
4
- "mappings": "AAAA,SAAS,kBAAkB;AAC3B,SAAS,cAAc;AACvB,SAAS,cAAc;AAGvB,SAAS,aAAa;AACtB,SAAS,OAAO,+BAA+B;AAExC,MAAM,SAAS;AAAA,EACpB;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA,iBAAiB,CAAC,UAChB,MAAM,SACF;AAAA,IACE,iBAAiB,MAAM;AAAA,IACvB,OAAO,MAAM;AAAA,EACf,IACA;AAAA,EACN,UAAU;AAAA,IACR,aAAa;AAAA,IACb,6BAA6B;AAAA,IAC7B,sBAAsB;AAAA,IACtB;AAAA,EACF;AACF;",
5
- "names": []
6
- }
@@ -1,24 +0,0 @@
1
- import { shorthands } from "@tamagui/shorthands";
2
- import { tokens } from "@tamagui/themes/v2";
3
- import { themes } from "@tamagui/themes/v2-themes";
4
- import { fonts } from "./fonts.mjs";
5
- import { media, mediaQueryDefaultActive } from "./media.mjs";
6
- const config = {
7
- themes,
8
- media,
9
- shorthands,
10
- tokens,
11
- fonts,
12
- selectionStyles: theme => theme.color5 ? {
13
- backgroundColor: theme.color5,
14
- color: theme.color11
15
- } : null,
16
- settings: {
17
- defaultFont: "body",
18
- shouldAddPrefersColorThemes: !0,
19
- themeClassNameOnRoot: !0,
20
- mediaQueryDefaultActive
21
- }
22
- };
23
- export { config };
24
- //# sourceMappingURL=v2-base.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["shorthands","tokens","themes","fonts","media","mediaQueryDefaultActive","config","selectionStyles","theme","color5","backgroundColor","color","color11","settings","defaultFont","shouldAddPrefersColorThemes","themeClassNameOnRoot"],"sources":["../../src/v2-base.ts"],"sourcesContent":[null],"mappings":"AAAA,SAASA,UAAA,QAAkB;AAC3B,SAASC,MAAA,QAAc;AACvB,SAASC,MAAA,QAAc;AAGvB,SAASC,KAAA,QAAa;AACtB,SAASC,KAAA,EAAOC,uBAAA,QAA+B;AAExC,MAAMC,MAAA,GAAS;EACpBJ,MAAA;EACAE,KAAA;EACAJ,UAAA;EACAC,MAAA;EACAE,KAAA;EACAI,eAAA,EAAkBC,KAAA,IAChBA,KAAA,CAAMC,MAAA,GACF;IACEC,eAAA,EAAiBF,KAAA,CAAMC,MAAA;IACvBE,KAAA,EAAOH,KAAA,CAAMI;EACf,IACA;EACNC,QAAA,EAAU;IACRC,WAAA,EAAa;IACbC,2BAAA,EAA6B;IAC7BC,oBAAA,EAAsB;IACtBX;EACF;AACF","ignoreList":[]}
@@ -1,26 +0,0 @@
1
- import { shorthands } from "@tamagui/shorthands";
2
- import { tokens } from "@tamagui/themes/v2";
3
- import { themes } from "@tamagui/themes/v2-themes";
4
- import { fonts } from "./fonts.native.js";
5
- import { media, mediaQueryDefaultActive } from "./media.native.js";
6
- var config = {
7
- themes,
8
- media,
9
- shorthands,
10
- tokens,
11
- fonts,
12
- selectionStyles: function (theme) {
13
- return theme.color5 ? {
14
- backgroundColor: theme.color5,
15
- color: theme.color11
16
- } : null;
17
- },
18
- settings: {
19
- defaultFont: "body",
20
- shouldAddPrefersColorThemes: !0,
21
- themeClassNameOnRoot: !0,
22
- mediaQueryDefaultActive
23
- }
24
- };
25
- export { config };
26
- //# sourceMappingURL=v2-base.native.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["shorthands","tokens","themes","fonts","media","mediaQueryDefaultActive","config","selectionStyles","theme","color5","backgroundColor","color","color11","settings","defaultFont","shouldAddPrefersColorThemes","themeClassNameOnRoot"],"sources":["../../src/v2-base.ts"],"sourcesContent":[null],"mappings":"AAAA,SAASA,UAAA,QAAkB;AAC3B,SAASC,MAAA,QAAc;AACvB,SAASC,MAAA,QAAc;AAGvB,SAASC,KAAA,QAAa;AACtB,SAASC,KAAA,EAAOC,uBAAA,QAA+B;AAExC,IAAAC,MAAM;EACXJ,MAAA;EACAE,KAAA;EACAJ,UAAA;EACAC,MAAA;EACAE,KAAA;EACAI,eAAA,EAAiB,SAAAA,CAACC,KAChB;IAEM,OAAAA,KAAA,CAAAC,MAAiB;MACjBC,eAAa,EAAAF,KAAA,CAAAC,MAAA;MAEfE,KAAA,EAAAH,KAAA,CAAAI;IACN,QAAU;EAAA;EACKC,QACb;IACAC,WAAA;IACAC,2BAAA;IACFC,oBAAA;IACFX","ignoreList":[]}
@@ -1,8 +0,0 @@
1
- import { animations } from "./animations.native.js";
2
- import { config as configBase } from "./v2-base.native.js";
3
- var config = {
4
- ...configBase,
5
- animations
6
- };
7
- export { config };
8
- //# sourceMappingURL=v2-native.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["animations","config","configBase"],"sources":["../../src/v2-native.ts"],"sourcesContent":[null],"mappings":"AAAA,SAASA,UAAA,QAAkB;AAC3B,SAASC,MAAA,IAAUC,UAAA,QAAkB;AAC9B,IAAID,MAAA,GAAS;EAChB,GAAGC,UAAA;EACHF;AACJ","ignoreList":[]}
@@ -1,10 +0,0 @@
1
- import { animations } from "./animations.reanimated";
2
- import { config as configBase } from "./v2-base";
3
- const config = {
4
- ...configBase,
5
- animations
6
- };
7
- export {
8
- config
9
- };
10
- //# sourceMappingURL=v2-reanimated.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/v2-reanimated.ts"],
4
- "mappings": "AAEA,SAAS,kBAAkB;AAC3B,SAAS,UAAU,kBAAkB;AAE9B,MAAM,SAAS;AAAA,EACpB,GAAG;AAAA,EACH;AACF;",
5
- "names": []
6
- }
@@ -1,8 +0,0 @@
1
- import { animations } from "./animations.reanimated";
2
- import { config as configBase } from "./v2-base.mjs";
3
- const config = {
4
- ...configBase,
5
- animations
6
- };
7
- export { config };
8
- //# sourceMappingURL=v2-reanimated.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["animations","config","configBase"],"sources":["../../src/v2-reanimated.ts"],"sourcesContent":[null],"mappings":"AAEA,SAASA,UAAA,QAAkB;AAC3B,SAASC,MAAA,IAAUC,UAAA,QAAkB;AAE9B,MAAMD,MAAA,GAAS;EACpB,GAAGC,UAAA;EACHF;AACF","ignoreList":[]}
@@ -1,8 +0,0 @@
1
- import { animations } from "./animations.reanimated";
2
- import { config as configBase } from "./v2-base.native.js";
3
- var config = {
4
- ...configBase,
5
- animations
6
- };
7
- export { config };
8
- //# sourceMappingURL=v2-reanimated.native.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["animations","config","configBase"],"sources":["../../src/v2-reanimated.ts"],"sourcesContent":[null],"mappings":"AAEA,SAASA,UAAA,QAAkB;AAC3B,SAASC,MAAA,IAAUC,UAAA,QAAkB;AAE9B,IAAAD,MAAM;EACX,GAAGC,UAAA;EACHF;AACF","ignoreList":[]}
package/dist/esm/v2.js DELETED
@@ -1,10 +0,0 @@
1
- import { animations } from "./animations.css";
2
- import { config as configBase } from "./v2-base";
3
- const config = {
4
- ...configBase,
5
- animations
6
- };
7
- export {
8
- config
9
- };
10
- //# sourceMappingURL=v2.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/v2.ts"],
4
- "mappings": "AAEA,SAAS,kBAAkB;AAC3B,SAAS,UAAU,kBAAkB;AAE9B,MAAM,SAAS;AAAA,EACpB,GAAG;AAAA,EACH;AACF;",
5
- "names": []
6
- }
package/dist/esm/v2.mjs DELETED
@@ -1,8 +0,0 @@
1
- import { animations } from "./animations.css";
2
- import { config as configBase } from "./v2-base.mjs";
3
- const config = {
4
- ...configBase,
5
- animations
6
- };
7
- export { config };
8
- //# sourceMappingURL=v2.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["animations","config","configBase"],"sources":["../../src/v2.ts"],"sourcesContent":[null],"mappings":"AAEA,SAASA,UAAA,QAAkB;AAC3B,SAASC,MAAA,IAAUC,UAAA,QAAkB;AAE9B,MAAMD,MAAA,GAAS;EACpB,GAAGC,UAAA;EACHF;AACF","ignoreList":[]}
@@ -1,8 +0,0 @@
1
- import { animations } from "./animations.native.js";
2
- import { config as configBase } from "./v2-base.native.js";
3
- var config = {
4
- ...configBase,
5
- animations
6
- };
7
- export { config };
8
- //# sourceMappingURL=v2.native.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["animations","config","configBase"],"sources":["../../src/v2.native.ts"],"sourcesContent":[null],"mappings":"AAAA,SAASA,UAAA,QAAkB;AAC3B,SAASC,MAAA,IAAUC,UAAA,QAAkB;AAC9B,IAAID,MAAA,GAAS;EAChB,GAAGC,UAAA;EACHF;AACJ","ignoreList":[]}
@@ -1,5 +0,0 @@
1
- import { animationsCSS } from "./animationsCSS";
2
- export {
3
- animationsCSS as animations
4
- };
5
- //# sourceMappingURL=v5-animations.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/v5-animations.ts"],
4
- "mappings": "AAAA,SAA0B,qBAAkB;",
5
- "names": []
6
- }
@@ -1,3 +0,0 @@
1
- import { animationsCSS } from "./animationsCSS.mjs";
2
- export { animationsCSS as animations };
3
- //# sourceMappingURL=v5-animations.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["animationsCSS"],"sources":["../../src/v5-animations.ts"],"sourcesContent":[null],"mappings":"AAAA,SAA0BA,aAAA,QAAkB","ignoreList":[]}
@@ -1,3 +0,0 @@
1
- import { animationsReactNative } from "./animationsReactNative.native.js";
2
- export { animationsReactNative as animations };
3
- //# sourceMappingURL=v5-animations.native.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["animationsReactNative"],"sources":["../../src/v5-animations.native.ts"],"sourcesContent":[null],"mappings":"AAAA,SAAkCA,qBAAA,QAAkB","ignoreList":[]}
@@ -1 +0,0 @@
1
- {"version":3,"file":"v2-base.d.ts","sourceRoot":"","sources":["../src/v2-base.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmBW,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"v2-native.d.ts","sourceRoot":"","sources":["../src/v2-native.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGW,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"v2-reanimated.d.ts","sourceRoot":"","sources":["../src/v2-reanimated.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGW,CAAA"}
package/types/v2.d.ts.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"v2.d.ts","sourceRoot":"","sources":["../src/v2.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGW,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"v2.native.d.ts","sourceRoot":"","sources":["../src/v2.native.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGW,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"v5-animations.d.ts","sourceRoot":"","sources":["../src/v5-animations.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,IAAI,UAAU,EAAE,MAAM,iBAAiB,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"v5-animations.native.d.ts","sourceRoot":"","sources":["../src/v5-animations.native.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,IAAI,UAAU,EAAE,MAAM,yBAAyB,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"v5-motion.native.d.ts","sourceRoot":"","sources":["../src/v5-motion.native.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,qBAAqB,IAAI,UAAU,EAAE,MAAM,yBAAyB,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"v5-reanimated.native.d.ts","sourceRoot":"","sources":["../src/v5-reanimated.native.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,IAAI,UAAU,EAAE,MAAM,wBAAwB,CAAA"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"v5-rn.native.d.ts","sourceRoot":"","sources":["../src/v5-rn.native.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,qBAAqB,IAAI,UAAU,EAAE,MAAM,yBAAyB,CAAA"}