@tamagui/image 2.7.7 → 3.0.0-beta.1093.1

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 (95) hide show
  1. package/dist/cjs/Image.cjs +24 -45
  2. package/dist/cjs/Image.native.cjs +28 -0
  3. package/dist/cjs/Image.native.js +15 -20
  4. package/dist/cjs/Image.native.js.map +1 -1
  5. package/dist/cjs/createImage.cjs +111 -145
  6. package/dist/cjs/createImage.native.cjs +132 -0
  7. package/dist/cjs/createImage.native.js +115 -145
  8. package/dist/cjs/createImage.native.js.map +1 -1
  9. package/dist/cjs/index.cjs +9 -11
  10. package/dist/cjs/index.native.cjs +21 -0
  11. package/dist/cjs/index.native.js +9 -10
  12. package/dist/cjs/index.native.js.map +1 -1
  13. package/dist/cjs/types.cjs +9 -11
  14. package/dist/cjs/types.native.cjs +18 -0
  15. package/dist/cjs/types.native.js +9 -10
  16. package/dist/cjs/types.native.js.map +1 -1
  17. package/dist/esm/Image.mjs +13 -28
  18. package/dist/esm/Image.mjs.map +1 -1
  19. package/dist/esm/Image.native.js +4 -4
  20. package/dist/esm/Image.native.js.map +1 -1
  21. package/dist/esm/createImage.mjs +100 -128
  22. package/dist/esm/createImage.mjs.map +1 -1
  23. package/dist/esm/createImage.native.js +105 -130
  24. package/dist/esm/createImage.native.js.map +1 -1
  25. package/dist/esm/index.js +3 -3
  26. package/dist/esm/index.mjs +3 -3
  27. package/dist/esm/index.native.js +3 -3
  28. package/dist/esm/types.mjs +0 -2
  29. package/dist/esm/types.native.js +0 -2
  30. package/dist/jsx/Image.mjs +13 -28
  31. package/dist/jsx/Image.mjs.map +1 -1
  32. package/dist/jsx/Image.native.cjs +28 -0
  33. package/dist/jsx/Image.native.js +15 -20
  34. package/dist/jsx/Image.native.js.map +1 -1
  35. package/dist/jsx/createImage.mjs +100 -128
  36. package/dist/jsx/createImage.mjs.map +1 -1
  37. package/dist/jsx/createImage.native.cjs +132 -0
  38. package/dist/jsx/createImage.native.js +115 -145
  39. package/dist/jsx/createImage.native.js.map +1 -1
  40. package/dist/jsx/index.js +3 -3
  41. package/dist/jsx/index.mjs +3 -3
  42. package/dist/jsx/index.native.cjs +21 -0
  43. package/dist/jsx/index.native.js +9 -10
  44. package/dist/jsx/index.native.js.map +1 -1
  45. package/dist/jsx/types.mjs +0 -2
  46. package/dist/jsx/types.native.cjs +18 -0
  47. package/dist/jsx/types.native.js +9 -10
  48. package/dist/jsx/types.native.js.map +1 -1
  49. package/package.json +11 -8
  50. package/src/Image.tsx +5 -4
  51. package/src/createImage.tsx +100 -90
  52. package/src/types.ts +1 -1
  53. package/types/Image.d.ts.map +1 -1
  54. package/types/Image.native.d.ts +12 -13
  55. package/types/Image.native.d.ts.map +1 -1
  56. package/types/createImage.d.ts +12 -12
  57. package/types/createImage.d.ts.map +1 -1
  58. package/types/types.d.ts +1 -1
  59. package/types/types.d.ts.map +1 -1
  60. package/dist/cjs/v1/Image.cjs +0 -101
  61. package/dist/cjs/v1/Image.native.js +0 -123
  62. package/dist/cjs/v1/Image.native.js.map +0 -1
  63. package/dist/cjs/v1/index.cjs +0 -20
  64. package/dist/cjs/v1/index.native.js +0 -23
  65. package/dist/cjs/v1/index.native.js.map +0 -1
  66. package/dist/esm/index.js.map +0 -1
  67. package/dist/esm/index.mjs.map +0 -1
  68. package/dist/esm/index.native.js.map +0 -1
  69. package/dist/esm/types.mjs.map +0 -1
  70. package/dist/esm/types.native.js.map +0 -1
  71. package/dist/esm/v1/Image.mjs +0 -65
  72. package/dist/esm/v1/Image.mjs.map +0 -1
  73. package/dist/esm/v1/Image.native.js +0 -84
  74. package/dist/esm/v1/Image.native.js.map +0 -1
  75. package/dist/esm/v1/index.mjs +0 -2
  76. package/dist/esm/v1/index.mjs.map +0 -1
  77. package/dist/esm/v1/index.native.js +0 -2
  78. package/dist/esm/v1/index.native.js.map +0 -1
  79. package/dist/jsx/index.js.map +0 -1
  80. package/dist/jsx/index.mjs.map +0 -1
  81. package/dist/jsx/types.mjs.map +0 -1
  82. package/dist/jsx/v1/Image.mjs +0 -65
  83. package/dist/jsx/v1/Image.mjs.map +0 -1
  84. package/dist/jsx/v1/Image.native.js +0 -123
  85. package/dist/jsx/v1/Image.native.js.map +0 -1
  86. package/dist/jsx/v1/index.mjs +0 -2
  87. package/dist/jsx/v1/index.mjs.map +0 -1
  88. package/dist/jsx/v1/index.native.js +0 -23
  89. package/dist/jsx/v1/index.native.js.map +0 -1
  90. package/src/v1/Image.tsx +0 -144
  91. package/src/v1/index.ts +0 -1
  92. package/types/v1/Image.d.ts +0 -36
  93. package/types/v1/Image.d.ts.map +0 -1
  94. package/types/v1/index.d.ts +0 -2
  95. package/types/v1/index.d.ts.map +0 -1
@@ -1,123 +0,0 @@
1
- "use strict";
2
-
3
- var __create = Object.create;
4
- var __defProp = Object.defineProperty;
5
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
6
- var __getOwnPropNames = Object.getOwnPropertyNames;
7
- var __getProtoOf = Object.getPrototypeOf;
8
- var __hasOwnProp = Object.prototype.hasOwnProperty;
9
- var __export = (target, all) => {
10
- for (var name in all) __defProp(target, name, {
11
- get: all[name],
12
- enumerable: true
13
- });
14
- };
15
- var __copyProps = (to, from, except, desc) => {
16
- if (from && typeof from === "object" || typeof from === "function") {
17
- for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
18
- get: () => from[key],
19
- enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
20
- });
21
- }
22
- return to;
23
- };
24
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
25
- // If the importer is in node compatibility mode or this is not an ESM
26
- // file that has been converted to a CommonJS file using a Babel-
27
- // compatible transform (i.e. "__esModule" has not been set), then set
28
- // "default" to the CommonJS "module.exports" for node compatibility.
29
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
30
- value: mod,
31
- enumerable: true
32
- }) : target, mod));
33
- var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
34
- value: true
35
- }), mod);
36
- var Image_exports = {};
37
- __export(Image_exports, {
38
- Image: () => Image
39
- });
40
- module.exports = __toCommonJS(Image_exports);
41
- var import_jsx_runtime = require("react/jsx-runtime");
42
- var import_react = __toESM(require("react"), 1);
43
- var import_constants = require("@tamagui/constants");
44
- var import_web = require("@tamagui/web");
45
- var import_react_native = require("react-native");
46
- function _type_of(obj) {
47
- "@swc/helpers - typeof";
48
-
49
- return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
50
- }
51
- var StyledImage = (0, import_web.styled)(import_react_native.Image, {
52
- name: "Image"
53
- });
54
- var hasWarned = false;
55
- var Image = StyledImage.styleable(function (inProps, ref) {
56
- var [props, style] = (0, import_web.usePropsAndStyle)(inProps);
57
- var {
58
- src,
59
- source,
60
- objectFit,
61
- ...rest
62
- } = props;
63
- if (process.env.NODE_ENV === "development") {
64
- if (typeof src === "string") {
65
- if (typeof props.width === "string" && props.width[0] !== "$" || typeof props.height === "string" && props.height[0] !== "$") {
66
- if (!hasWarned) {
67
- hasWarned = true;
68
- console.warn(`React Native expects a numerical width/height. If you want to use a percent you must define the "source" prop with width, height, and uri.`);
69
- }
70
- }
71
- }
72
- }
73
- var finalSource = typeof src === "string" ? {
74
- uri: src,
75
- ...(import_constants.isWeb && {
76
- width: props.width || (style === null || style === void 0 ? void 0 : style.width),
77
- height: props.height || (style === null || style === void 0 ? void 0 : style.height)
78
- })
79
- } : source !== null && source !== void 0 ? source : src;
80
- if (finalSource && (typeof finalSource === "undefined" ? "undefined" : _type_of(finalSource)) === "object") {
81
- if (!Array.isArray(finalSource)) {
82
- if (typeof finalSource.uri === "number") {
83
- finalSource = finalSource.uri;
84
- if (source && (typeof source === "undefined" ? "undefined" : _type_of(source)) === "object" && !Array.isArray(source)) {
85
- var _style, _style1;
86
- var _width;
87
- (_width = (_style = style).width) !== null && _width !== void 0 || (_style.width = source.width);
88
- var _height;
89
- (_height = (_style1 = style).height) !== null && _height !== void 0 || (_style1.height = source.height);
90
- }
91
- }
92
- }
93
- if (process.env.NODE_ENV === "development" && process.env.TAMAGUI_IMAGE_CHECK_ERROR) import_react.default.useEffect(function () {
94
- async function run() {
95
- if (typeof src === "string") try {
96
- await fetch(src).then(function (res) {
97
- return res.text();
98
- });
99
- } catch (err) {
100
- console.error(`Error loading image: ${src}`, {
101
- props
102
- });
103
- }
104
- }
105
- run();
106
- }, [src]);
107
- if (finalSource["default"]) finalSource = finalSource["default"];
108
- }
109
- return /* @__PURE__ */(0, import_jsx_runtime.jsx)(import_react_native.Image, {
110
- resizeMode: objectFit,
111
- ref,
112
- source: finalSource,
113
- style,
114
- ...rest
115
- });
116
- });
117
- Image.getSize = import_react_native.Image.getSize;
118
- Image.getSizeWithHeaders = import_react_native.Image.getSizeWithHeaders;
119
- Image.prefetch = import_react_native.Image.prefetch;
120
- Image.prefetchWithMetadata = import_react_native.Image.prefetchWithMetadata;
121
- Image.abortPrefetch = import_react_native.Image.abortPrefetch;
122
- Image.queryCache = import_react_native.Image.queryCache;
123
- //# sourceMappingURL=Image.native.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["isNodeMode","mod","__esModule","__defProp","target","value","enumerable","__toCommonJS","__copyProps","Image_exports","__export","Image","module","exports","import_jsx_runtime","require","import_react","__toESM","import_constants","import_web","import_react_native","_type_of","obj","Symbol","constructor","StyledImage","styled","name","hasWarned","styleable","inProps","ref","props","style","usePropsAndStyle","src","source","objectFit","rest","process","env","NODE_ENV","width","height","console","warn","finalSource","uri","isWeb","Array","isArray","_style","_style1","_width","_height","TAMAGUI_IMAGE_CHECK_ERROR","default","useEffect","run","fetch","then","res","text","err","error","jsx","resizeMode","getSize","getSizeWithHeaders","prefetch","prefetchWithMetadata","abortPrefetch","queryCache"],"sources":["../../../src/v1/Image.tsx"],"sourcesContent":[null],"mappings":"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","ignoreList":[]}
@@ -1,20 +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 __copyProps = (to, from, except, desc) => {
6
- if (from && typeof from === "object" || typeof from === "function") {
7
- for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
8
- get: () => from[key],
9
- enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
10
- });
11
- }
12
- return to;
13
- };
14
- var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
15
- var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
16
- value: true
17
- }), mod);
18
- var v1_exports = {};
19
- module.exports = __toCommonJS(v1_exports);
20
- __reExport(v1_exports, require("./Image.cjs"), module.exports);
@@ -1,23 +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 __copyProps = (to, from, except, desc) => {
8
- if (from && typeof from === "object" || typeof from === "function") {
9
- for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
10
- get: () => from[key],
11
- enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
12
- });
13
- }
14
- return to;
15
- };
16
- var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
17
- var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
18
- value: true
19
- }), mod);
20
- var v1_exports = {};
21
- module.exports = __toCommonJS(v1_exports);
22
- __reExport(v1_exports, require("./Image.native.js"), module.exports);
23
- //# sourceMappingURL=index.native.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","v1_exports","module","exports"],"sources":["../../../src/v1/index.ts"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,GAAA,IAAAC,WAAA,CAAAC,SAAA;EAAAC,KAAA;AAAA,IAAAH,GAAA;AAAA,IAAAI,UAAA;AAAAC,MAAA,CAAAC,OAAA,GAAAP,YAAc,CAAAK,UAAA","ignoreList":[]}
@@ -1 +0,0 @@
1
- {"version":3,"names":[],"sources":["../../src/index.ts"],"sourcesContent":[null],"mappings":"AAAA,cAAc;AACd,cAAc","ignoreList":[]}
@@ -1 +0,0 @@
1
- {"version":3,"names":[],"sources":["../../src/index.ts"],"sourcesContent":[null],"mappings":"AAAA,cAAc;AACd,cAAc","ignoreList":[]}
@@ -1 +0,0 @@
1
- {"version":3,"names":[],"sources":["../../src/index.ts"],"sourcesContent":[null],"mappings":"AAAA,cAAc;AACd,cAAc","ignoreList":[]}
@@ -1 +0,0 @@
1
- {"version":3,"names":[],"sources":[],"sourcesContent":[],"mappings":"","ignoreList":[]}
@@ -1 +0,0 @@
1
- {"version":3,"names":[],"sources":[],"sourcesContent":[],"mappings":"","ignoreList":[]}
@@ -1,65 +0,0 @@
1
- import React from "react";
2
- import { isWeb } from "@tamagui/constants";
3
- import { styled, usePropsAndStyle } from "@tamagui/web";
4
- import { Image as Image$1 } from "react-native-web";
5
- import { jsx } from "react/jsx-runtime";
6
- const StyledImage = styled(Image$1, {
7
- name: "Image"
8
- });
9
- let hasWarned = false;
10
- const Image = StyledImage.styleable((inProps, ref) => {
11
- const [props, style] = usePropsAndStyle(inProps);
12
- const {
13
- src,
14
- source,
15
- objectFit,
16
- ...rest
17
- } = props;
18
- if (process.env.NODE_ENV === "development") {
19
- if (typeof src === "string") {
20
- if (typeof props.width === "string" && props.width[0] !== "$" || typeof props.height === "string" && props.height[0] !== "$") {
21
- if (!hasWarned) {
22
- hasWarned = true;
23
- console.warn(`React Native expects a numerical width/height. If you want to use a percent you must define the "source" prop with width, height, and uri.`);
24
- }
25
- }
26
- }
27
- }
28
- let finalSource = typeof src === "string" ? {
29
- uri: src,
30
- ...(isWeb && {
31
- width: props.width || style?.width,
32
- height: props.height || style?.height
33
- })
34
- } : source ?? src;
35
- if (finalSource && typeof finalSource === "object") {
36
- if (process.env.NODE_ENV === "development" && process.env.TAMAGUI_IMAGE_CHECK_ERROR) React.useEffect(() => {
37
- async function run() {
38
- if (typeof src === "string") try {
39
- await fetch(src).then(res => res.text());
40
- } catch (err) {
41
- console.error(`Error loading image: ${src}`, {
42
- props
43
- });
44
- }
45
- }
46
- run();
47
- }, [src]);
48
- if (finalSource["default"]) finalSource = finalSource["default"];
49
- }
50
- return /* @__PURE__ */jsx(Image$1, {
51
- resizeMode: objectFit,
52
- ref,
53
- source: finalSource,
54
- style,
55
- ...rest
56
- });
57
- });
58
- Image.getSize = Image$1.getSize;
59
- Image.getSizeWithHeaders = Image$1.getSizeWithHeaders;
60
- Image.prefetch = Image$1.prefetch;
61
- Image.prefetchWithMetadata = Image$1.prefetchWithMetadata;
62
- Image.abortPrefetch = Image$1.abortPrefetch;
63
- Image.queryCache = Image$1.queryCache;
64
- export { Image };
65
- //# sourceMappingURL=Image.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","isWeb","styled","usePropsAndStyle","Image","Image$1","jsx","StyledImage","name","hasWarned","styleable","inProps","ref","props","style","src","source","objectFit","rest","process","env","NODE_ENV","width","height","console","warn","finalSource","uri","TAMAGUI_IMAGE_CHECK_ERROR","useEffect","run","fetch","then","res","text","err","error","resizeMode","getSize","getSizeWithHeaders","prefetch","prefetchWithMetadata","abortPrefetch","queryCache"],"sources":["Image.mjs"],"sourcesContent":["import React from \"react\";\nimport { isWeb } from \"@tamagui/constants\";\nimport { styled, usePropsAndStyle } from \"@tamagui/web\";\nimport { Image as Image$1 } from \"react-native-web\";\nimport { jsx } from \"react/jsx-runtime\";\n\nconst StyledImage = styled(Image$1, { name: \"Image\" });\nlet hasWarned = false;\nconst Image = StyledImage.styleable((inProps, ref) => {\n\tconst [props, style] = usePropsAndStyle(inProps);\n\tconst { src, source, objectFit, ...rest } = props;\n\tif (process.env.NODE_ENV === \"development\") {\n\t\tif (typeof src === \"string\") {\n\t\t\tif (typeof props.width === \"string\" && props.width[0] !== \"$\" || typeof props.height === \"string\" && props.height[0] !== \"$\") {\n\t\t\t\tif (!hasWarned) {\n\t\t\t\t\thasWarned = true;\n\t\t\t\t\tconsole.warn(`React Native expects a numerical width/height. If you want to use a percent you must define the \"source\" prop with width, height, and uri.`);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\tlet finalSource = typeof src === \"string\" ? {\n\t\turi: src,\n\t\t...isWeb && {\n\t\t\twidth: props.width || style?.width,\n\t\t\theight: props.height || style?.height\n\t\t}\n\t} : source ?? src;\n\tif (finalSource && typeof finalSource === \"object\") {\n\t\tif (process.env.NODE_ENV === \"development\" && process.env.TAMAGUI_IMAGE_CHECK_ERROR) React.useEffect(() => {\n\t\t\tasync function run() {\n\t\t\t\tif (typeof src === \"string\") try {\n\t\t\t\t\tawait fetch(src).then((res) => res.text());\n\t\t\t\t} catch (err) {\n\t\t\t\t\tconsole.error(`Error loading image: ${src}`, { props });\n\t\t\t\t}\n\t\t\t}\n\t\t\trun();\n\t\t}, [src]);\n\t\tif (finalSource[\"default\"]) finalSource = finalSource[\"default\"];\n\t}\n\treturn /* @__PURE__ */ jsx(Image$1, {\n\t\tresizeMode: objectFit,\n\t\tref,\n\t\tsource: finalSource,\n\t\tstyle,\n\t\t...rest\n\t});\n});\nImage.getSize = Image$1.getSize;\nImage.getSizeWithHeaders = Image$1.getSizeWithHeaders;\nImage.prefetch = Image$1.prefetch;\nImage.prefetchWithMetadata = Image$1.prefetchWithMetadata;\nImage.abortPrefetch = Image$1.abortPrefetch;\nImage.queryCache = Image$1.queryCache;\n\nexport { Image };"],"mappings":"AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAASC,KAAK,QAAQ,oBAAoB;AAC1C,SAASC,MAAM,EAAEC,gBAAgB,QAAQ,cAAc;AACvD,SAASC,KAAK,IAAIC,OAAO,QAAQ,kBAAkB;AACnD,SAASC,GAAG,QAAQ,mBAAmB;AAEvC,MAAMC,WAAW,GAAGL,MAAM,CAACG,OAAO,EAAE;EAAEG,IAAI,EAAE;AAAQ,CAAC,CAAC;AACtD,IAAIC,SAAS,GAAG,KAAK;AACrB,MAAML,KAAK,GAAGG,WAAW,CAACG,SAAS,CAAC,CAACC,OAAO,EAAEC,GAAG,KAAK;EACrD,MAAM,CAACC,KAAK,EAAEC,KAAK,CAAC,GAAGX,gBAAgB,CAACQ,OAAO,CAAC;EAChD,MAAM;IAAEI,GAAG;IAAEC,MAAM;IAAEC,SAAS;IAAE,GAAGC;EAAK,CAAC,GAAGL,KAAK;EACjD,IAAIM,OAAO,CAACC,GAAG,CAACC,QAAQ,KAAK,aAAa,EAAE;IAC3C,IAAI,OAAON,GAAG,KAAK,QAAQ,EAAE;MAC5B,IAAI,OAAOF,KAAK,CAACS,KAAK,KAAK,QAAQ,IAAIT,KAAK,CAACS,KAAK,CAAC,CAAC,CAAC,KAAK,GAAG,IAAI,OAAOT,KAAK,CAACU,MAAM,KAAK,QAAQ,IAAIV,KAAK,CAACU,MAAM,CAAC,CAAC,CAAC,KAAK,GAAG,EAAE;QAC7H,IAAI,CAACd,SAAS,EAAE;UACfA,SAAS,GAAG,IAAI;UAChBe,OAAO,CAACC,IAAI,CAAC,4IAA4I,CAAC;QAC3J;MACD;IACD;EACD;EACA,IAAIC,WAAW,GAAG,OAAOX,GAAG,KAAK,QAAQ,GAAG;IAC3CY,GAAG,EAAEZ,GAAG;IACR,IAAGd,KAAK,IAAI;MACXqB,KAAK,EAAET,KAAK,CAACS,KAAK,IAAIR,KAAK,EAAEQ,KAAK;MAClCC,MAAM,EAAEV,KAAK,CAACU,MAAM,IAAIT,KAAK,EAAES;IAChC,CAAC;EACF,CAAC,GAAGP,MAAM,IAAID,GAAG;EACjB,IAAIW,WAAW,IAAI,OAAOA,WAAW,KAAK,QAAQ,EAAE;IACnD,IAAIP,OAAO,CAACC,GAAG,CAACC,QAAQ,KAAK,aAAa,IAAIF,OAAO,CAACC,GAAG,CAACQ,yBAAyB,EAAE5B,KAAK,CAAC6B,SAAS,CAAC,MAAM;MAC1G,eAAeC,GAAGA,CAAA,EAAG;QACpB,IAAI,OAAOf,GAAG,KAAK,QAAQ,EAAE,IAAI;UAChC,MAAMgB,KAAK,CAAChB,GAAG,CAAC,CAACiB,IAAI,CAAEC,GAAG,IAAKA,GAAG,CAACC,IAAI,CAAC,CAAC,CAAC;QAC3C,CAAC,CAAC,OAAOC,GAAG,EAAE;UACbX,OAAO,CAACY,KAAK,CAAC,wBAAwBrB,GAAG,EAAE,EAAE;YAAEF;UAAM,CAAC,CAAC;QACxD;MACD;MACAiB,GAAG,CAAC,CAAC;IACN,CAAC,EAAE,CAACf,GAAG,CAAC,CAAC;IACT,IAAIW,WAAW,CAAC,SAAS,CAAC,EAAEA,WAAW,GAAGA,WAAW,CAAC,SAAS,CAAC;EACjE;EACA,OAAO,eAAgBpB,GAAG,CAACD,OAAO,EAAE;IACnCgC,UAAU,EAAEpB,SAAS;IACrBL,GAAG;IACHI,MAAM,EAAEU,WAAW;IACnBZ,KAAK;IACL,GAAGI;EACJ,CAAC,CAAC;AACH,CAAC,CAAC;AACFd,KAAK,CAACkC,OAAO,GAAGjC,OAAO,CAACiC,OAAO;AAC/BlC,KAAK,CAACmC,kBAAkB,GAAGlC,OAAO,CAACkC,kBAAkB;AACrDnC,KAAK,CAACoC,QAAQ,GAAGnC,OAAO,CAACmC,QAAQ;AACjCpC,KAAK,CAACqC,oBAAoB,GAAGpC,OAAO,CAACoC,oBAAoB;AACzDrC,KAAK,CAACsC,aAAa,GAAGrC,OAAO,CAACqC,aAAa;AAC3CtC,KAAK,CAACuC,UAAU,GAAGtC,OAAO,CAACsC,UAAU;AAErC,SAASvC,KAAK","ignoreList":[]}
@@ -1,84 +0,0 @@
1
- import { jsx } from "react/jsx-runtime";
2
- import React from "react";
3
- import { isWeb } from "@tamagui/constants";
4
- import { styled, usePropsAndStyle } from "@tamagui/web";
5
- import { Image as Image$1 } from "react-native";
6
- function _type_of(obj) {
7
- "@swc/helpers - typeof";
8
-
9
- return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
10
- }
11
- var StyledImage = styled(Image$1, {
12
- name: "Image"
13
- });
14
- var hasWarned = false;
15
- var Image = StyledImage.styleable(function (inProps, ref) {
16
- var [props, style] = usePropsAndStyle(inProps);
17
- var {
18
- src,
19
- source,
20
- objectFit,
21
- ...rest
22
- } = props;
23
- if (process.env.NODE_ENV === "development") {
24
- if (typeof src === "string") {
25
- if (typeof props.width === "string" && props.width[0] !== "$" || typeof props.height === "string" && props.height[0] !== "$") {
26
- if (!hasWarned) {
27
- hasWarned = true;
28
- console.warn(`React Native expects a numerical width/height. If you want to use a percent you must define the "source" prop with width, height, and uri.`);
29
- }
30
- }
31
- }
32
- }
33
- var finalSource = typeof src === "string" ? {
34
- uri: src,
35
- ...(isWeb && {
36
- width: props.width || (style === null || style === void 0 ? void 0 : style.width),
37
- height: props.height || (style === null || style === void 0 ? void 0 : style.height)
38
- })
39
- } : source !== null && source !== void 0 ? source : src;
40
- if (finalSource && (typeof finalSource === "undefined" ? "undefined" : _type_of(finalSource)) === "object") {
41
- if (!Array.isArray(finalSource)) {
42
- if (typeof finalSource.uri === "number") {
43
- finalSource = finalSource.uri;
44
- if (source && (typeof source === "undefined" ? "undefined" : _type_of(source)) === "object" && !Array.isArray(source)) {
45
- var _style, _style1;
46
- var _width;
47
- (_width = (_style = style).width) !== null && _width !== void 0 || (_style.width = source.width);
48
- var _height;
49
- (_height = (_style1 = style).height) !== null && _height !== void 0 || (_style1.height = source.height);
50
- }
51
- }
52
- }
53
- if (process.env.NODE_ENV === "development" && process.env.TAMAGUI_IMAGE_CHECK_ERROR) React.useEffect(function () {
54
- async function run() {
55
- if (typeof src === "string") try {
56
- await fetch(src).then(function (res) {
57
- return res.text();
58
- });
59
- } catch (err) {
60
- console.error(`Error loading image: ${src}`, {
61
- props
62
- });
63
- }
64
- }
65
- run();
66
- }, [src]);
67
- if (finalSource["default"]) finalSource = finalSource["default"];
68
- }
69
- return /* @__PURE__ */jsx(Image$1, {
70
- resizeMode: objectFit,
71
- ref,
72
- source: finalSource,
73
- style,
74
- ...rest
75
- });
76
- });
77
- Image.getSize = Image$1.getSize;
78
- Image.getSizeWithHeaders = Image$1.getSizeWithHeaders;
79
- Image.prefetch = Image$1.prefetch;
80
- Image.prefetchWithMetadata = Image$1.prefetchWithMetadata;
81
- Image.abortPrefetch = Image$1.abortPrefetch;
82
- Image.queryCache = Image$1.queryCache;
83
- export { Image };
84
- //# sourceMappingURL=Image.native.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["jsx","React","isWeb","styled","usePropsAndStyle","Image","Image$1","_type_of","obj","Symbol","constructor","StyledImage","name","hasWarned","styleable","inProps","ref","props","style","src","source","objectFit","rest","process","env","NODE_ENV","width","height","console","warn","finalSource","uri","Array","isArray","_style","_style1","_width","_height","TAMAGUI_IMAGE_CHECK_ERROR","useEffect","run","fetch","then","res","text","err","error","resizeMode","getSize","getSizeWithHeaders","prefetch","prefetchWithMetadata","abortPrefetch","queryCache"],"sources":["Image.native.js"],"sourcesContent":["import { jsx } from \"react/jsx-runtime\";\nimport React from \"react\";\nimport { isWeb } from \"@tamagui/constants\";\nimport { styled, usePropsAndStyle } from \"@tamagui/web\";\nimport { Image as Image$1 } from \"react-native\";\n\nfunction _type_of(obj) {\n\t\"@swc/helpers - typeof\";\n\treturn obj && typeof Symbol !== \"undefined\" && obj.constructor === Symbol ? \"symbol\" : typeof obj;\n}\nvar StyledImage = styled(Image$1, { name: \"Image\" });\nvar hasWarned = false;\nvar Image = StyledImage.styleable(function(inProps, ref) {\n\tvar [props, style] = usePropsAndStyle(inProps);\n\tvar { src, source, objectFit, ...rest } = props;\n\tif (process.env.NODE_ENV === \"development\") {\n\t\tif (typeof src === \"string\") {\n\t\t\tif (typeof props.width === \"string\" && props.width[0] !== \"$\" || typeof props.height === \"string\" && props.height[0] !== \"$\") {\n\t\t\t\tif (!hasWarned) {\n\t\t\t\t\thasWarned = true;\n\t\t\t\t\tconsole.warn(`React Native expects a numerical width/height. If you want to use a percent you must define the \"source\" prop with width, height, and uri.`);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\tvar finalSource = typeof src === \"string\" ? {\n\t\turi: src,\n\t\t...isWeb && {\n\t\t\twidth: props.width || (style === null || style === void 0 ? void 0 : style.width),\n\t\t\theight: props.height || (style === null || style === void 0 ? void 0 : style.height)\n\t\t}\n\t} : source !== null && source !== void 0 ? source : src;\n\tif (finalSource && (typeof finalSource === \"undefined\" ? \"undefined\" : _type_of(finalSource)) === \"object\") {\n\t\tif (!Array.isArray(finalSource)) {\n\t\t\tif (typeof finalSource.uri === \"number\") {\n\t\t\t\tfinalSource = finalSource.uri;\n\t\t\t\tif (source && (typeof source === \"undefined\" ? \"undefined\" : _type_of(source)) === \"object\" && !Array.isArray(source)) {\n\t\t\t\t\tvar _style, _style1;\n\t\t\t\t\tvar _width;\n\t\t\t\t\t(_width = (_style = style).width) !== null && _width !== void 0 || (_style.width = source.width);\n\t\t\t\t\tvar _height;\n\t\t\t\t\t(_height = (_style1 = style).height) !== null && _height !== void 0 || (_style1.height = source.height);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t\tif (process.env.NODE_ENV === \"development\" && process.env.TAMAGUI_IMAGE_CHECK_ERROR) React.useEffect(function() {\n\t\t\tasync function run() {\n\t\t\t\tif (typeof src === \"string\") try {\n\t\t\t\t\tawait fetch(src).then(function(res) {\n\t\t\t\t\t\treturn res.text();\n\t\t\t\t\t});\n\t\t\t\t} catch (err) {\n\t\t\t\t\tconsole.error(`Error loading image: ${src}`, { props });\n\t\t\t\t}\n\t\t\t}\n\t\t\trun();\n\t\t}, [src]);\n\t\tif (finalSource[\"default\"]) finalSource = finalSource[\"default\"];\n\t}\n\treturn /* @__PURE__ */ jsx(Image$1, {\n\t\tresizeMode: objectFit,\n\t\tref,\n\t\tsource: finalSource,\n\t\tstyle,\n\t\t...rest\n\t});\n});\nImage.getSize = Image$1.getSize;\nImage.getSizeWithHeaders = Image$1.getSizeWithHeaders;\nImage.prefetch = Image$1.prefetch;\nImage.prefetchWithMetadata = Image$1.prefetchWithMetadata;\nImage.abortPrefetch = Image$1.abortPrefetch;\nImage.queryCache = Image$1.queryCache;\n\nexport { Image };"],"mappings":"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","ignoreList":[]}
@@ -1,2 +0,0 @@
1
- export * from "./Image.mjs";
2
- //# sourceMappingURL=index.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"names":[],"sources":["../../../src/v1/index.ts"],"sourcesContent":[null],"mappings":"AAAA,cAAc","ignoreList":[]}
@@ -1,2 +0,0 @@
1
- export * from "./Image.native.js";
2
- //# sourceMappingURL=index.native.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":[],"sources":["../../../src/v1/index.ts"],"sourcesContent":[null],"mappings":"AAAA,cAAc","ignoreList":[]}
@@ -1 +0,0 @@
1
- {"version":3,"names":[],"sources":["../../src/index.ts"],"sourcesContent":[null],"mappings":"AAAA,cAAc;AACd,cAAc","ignoreList":[]}
@@ -1 +0,0 @@
1
- {"version":3,"names":[],"sources":["../../src/index.ts"],"sourcesContent":[null],"mappings":"AAAA,cAAc;AACd,cAAc","ignoreList":[]}
@@ -1 +0,0 @@
1
- {"version":3,"names":[],"sources":[],"sourcesContent":[],"mappings":"","ignoreList":[]}
@@ -1,65 +0,0 @@
1
- import React from "react";
2
- import { isWeb } from "@tamagui/constants";
3
- import { styled, usePropsAndStyle } from "@tamagui/web";
4
- import { Image as Image$1 } from "react-native-web";
5
- import { jsx } from "react/jsx-runtime";
6
- const StyledImage = styled(Image$1, {
7
- name: "Image"
8
- });
9
- let hasWarned = false;
10
- const Image = StyledImage.styleable((inProps, ref) => {
11
- const [props, style] = usePropsAndStyle(inProps);
12
- const {
13
- src,
14
- source,
15
- objectFit,
16
- ...rest
17
- } = props;
18
- if (process.env.NODE_ENV === "development") {
19
- if (typeof src === "string") {
20
- if (typeof props.width === "string" && props.width[0] !== "$" || typeof props.height === "string" && props.height[0] !== "$") {
21
- if (!hasWarned) {
22
- hasWarned = true;
23
- console.warn(`React Native expects a numerical width/height. If you want to use a percent you must define the "source" prop with width, height, and uri.`);
24
- }
25
- }
26
- }
27
- }
28
- let finalSource = typeof src === "string" ? {
29
- uri: src,
30
- ...(isWeb && {
31
- width: props.width || style?.width,
32
- height: props.height || style?.height
33
- })
34
- } : source ?? src;
35
- if (finalSource && typeof finalSource === "object") {
36
- if (process.env.NODE_ENV === "development" && process.env.TAMAGUI_IMAGE_CHECK_ERROR) React.useEffect(() => {
37
- async function run() {
38
- if (typeof src === "string") try {
39
- await fetch(src).then(res => res.text());
40
- } catch (err) {
41
- console.error(`Error loading image: ${src}`, {
42
- props
43
- });
44
- }
45
- }
46
- run();
47
- }, [src]);
48
- if (finalSource["default"]) finalSource = finalSource["default"];
49
- }
50
- return /* @__PURE__ */jsx(Image$1, {
51
- resizeMode: objectFit,
52
- ref,
53
- source: finalSource,
54
- style,
55
- ...rest
56
- });
57
- });
58
- Image.getSize = Image$1.getSize;
59
- Image.getSizeWithHeaders = Image$1.getSizeWithHeaders;
60
- Image.prefetch = Image$1.prefetch;
61
- Image.prefetchWithMetadata = Image$1.prefetchWithMetadata;
62
- Image.abortPrefetch = Image$1.abortPrefetch;
63
- Image.queryCache = Image$1.queryCache;
64
- export { Image };
65
- //# sourceMappingURL=Image.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["React","isWeb","styled","usePropsAndStyle","Image","Image$1","jsx","StyledImage","name","hasWarned","styleable","inProps","ref","props","style","src","source","objectFit","rest","process","env","NODE_ENV","width","height","console","warn","finalSource","uri","TAMAGUI_IMAGE_CHECK_ERROR","useEffect","run","fetch","then","res","text","err","error","resizeMode","getSize","getSizeWithHeaders","prefetch","prefetchWithMetadata","abortPrefetch","queryCache"],"sources":["Image.mjs"],"sourcesContent":["import React from \"react\";\nimport { isWeb } from \"@tamagui/constants\";\nimport { styled, usePropsAndStyle } from \"@tamagui/web\";\nimport { Image as Image$1 } from \"react-native-web\";\nimport { jsx } from \"react/jsx-runtime\";\n\nconst StyledImage = styled(Image$1, { name: \"Image\" });\nlet hasWarned = false;\nconst Image = StyledImage.styleable((inProps, ref) => {\n\tconst [props, style] = usePropsAndStyle(inProps);\n\tconst { src, source, objectFit, ...rest } = props;\n\tif (process.env.NODE_ENV === \"development\") {\n\t\tif (typeof src === \"string\") {\n\t\t\tif (typeof props.width === \"string\" && props.width[0] !== \"$\" || typeof props.height === \"string\" && props.height[0] !== \"$\") {\n\t\t\t\tif (!hasWarned) {\n\t\t\t\t\thasWarned = true;\n\t\t\t\t\tconsole.warn(`React Native expects a numerical width/height. If you want to use a percent you must define the \"source\" prop with width, height, and uri.`);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n\tlet finalSource = typeof src === \"string\" ? {\n\t\turi: src,\n\t\t...isWeb && {\n\t\t\twidth: props.width || style?.width,\n\t\t\theight: props.height || style?.height\n\t\t}\n\t} : source ?? src;\n\tif (finalSource && typeof finalSource === \"object\") {\n\t\tif (process.env.NODE_ENV === \"development\" && process.env.TAMAGUI_IMAGE_CHECK_ERROR) React.useEffect(() => {\n\t\t\tasync function run() {\n\t\t\t\tif (typeof src === \"string\") try {\n\t\t\t\t\tawait fetch(src).then((res) => res.text());\n\t\t\t\t} catch (err) {\n\t\t\t\t\tconsole.error(`Error loading image: ${src}`, { props });\n\t\t\t\t}\n\t\t\t}\n\t\t\trun();\n\t\t}, [src]);\n\t\tif (finalSource[\"default\"]) finalSource = finalSource[\"default\"];\n\t}\n\treturn /* @__PURE__ */ jsx(Image$1, {\n\t\tresizeMode: objectFit,\n\t\tref,\n\t\tsource: finalSource,\n\t\tstyle,\n\t\t...rest\n\t});\n});\nImage.getSize = Image$1.getSize;\nImage.getSizeWithHeaders = Image$1.getSizeWithHeaders;\nImage.prefetch = Image$1.prefetch;\nImage.prefetchWithMetadata = Image$1.prefetchWithMetadata;\nImage.abortPrefetch = Image$1.abortPrefetch;\nImage.queryCache = Image$1.queryCache;\n\nexport { Image };"],"mappings":"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","ignoreList":[]}
@@ -1,123 +0,0 @@
1
- "use strict";
2
-
3
- var __create = Object.create;
4
- var __defProp = Object.defineProperty;
5
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
6
- var __getOwnPropNames = Object.getOwnPropertyNames;
7
- var __getProtoOf = Object.getPrototypeOf;
8
- var __hasOwnProp = Object.prototype.hasOwnProperty;
9
- var __export = (target, all) => {
10
- for (var name in all) __defProp(target, name, {
11
- get: all[name],
12
- enumerable: true
13
- });
14
- };
15
- var __copyProps = (to, from, except, desc) => {
16
- if (from && typeof from === "object" || typeof from === "function") {
17
- for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
18
- get: () => from[key],
19
- enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
20
- });
21
- }
22
- return to;
23
- };
24
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
25
- // If the importer is in node compatibility mode or this is not an ESM
26
- // file that has been converted to a CommonJS file using a Babel-
27
- // compatible transform (i.e. "__esModule" has not been set), then set
28
- // "default" to the CommonJS "module.exports" for node compatibility.
29
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
30
- value: mod,
31
- enumerable: true
32
- }) : target, mod));
33
- var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
34
- value: true
35
- }), mod);
36
- var Image_exports = {};
37
- __export(Image_exports, {
38
- Image: () => Image
39
- });
40
- module.exports = __toCommonJS(Image_exports);
41
- var import_jsx_runtime = require("react/jsx-runtime");
42
- var import_react = __toESM(require("react"), 1);
43
- var import_constants = require("@tamagui/constants");
44
- var import_web = require("@tamagui/web");
45
- var import_react_native = require("react-native");
46
- function _type_of(obj) {
47
- "@swc/helpers - typeof";
48
-
49
- return obj && typeof Symbol !== "undefined" && obj.constructor === Symbol ? "symbol" : typeof obj;
50
- }
51
- var StyledImage = (0, import_web.styled)(import_react_native.Image, {
52
- name: "Image"
53
- });
54
- var hasWarned = false;
55
- var Image = StyledImage.styleable(function (inProps, ref) {
56
- var [props, style] = (0, import_web.usePropsAndStyle)(inProps);
57
- var {
58
- src,
59
- source,
60
- objectFit,
61
- ...rest
62
- } = props;
63
- if (process.env.NODE_ENV === "development") {
64
- if (typeof src === "string") {
65
- if (typeof props.width === "string" && props.width[0] !== "$" || typeof props.height === "string" && props.height[0] !== "$") {
66
- if (!hasWarned) {
67
- hasWarned = true;
68
- console.warn(`React Native expects a numerical width/height. If you want to use a percent you must define the "source" prop with width, height, and uri.`);
69
- }
70
- }
71
- }
72
- }
73
- var finalSource = typeof src === "string" ? {
74
- uri: src,
75
- ...(import_constants.isWeb && {
76
- width: props.width || (style === null || style === void 0 ? void 0 : style.width),
77
- height: props.height || (style === null || style === void 0 ? void 0 : style.height)
78
- })
79
- } : source !== null && source !== void 0 ? source : src;
80
- if (finalSource && (typeof finalSource === "undefined" ? "undefined" : _type_of(finalSource)) === "object") {
81
- if (!Array.isArray(finalSource)) {
82
- if (typeof finalSource.uri === "number") {
83
- finalSource = finalSource.uri;
84
- if (source && (typeof source === "undefined" ? "undefined" : _type_of(source)) === "object" && !Array.isArray(source)) {
85
- var _style, _style1;
86
- var _width;
87
- (_width = (_style = style).width) !== null && _width !== void 0 || (_style.width = source.width);
88
- var _height;
89
- (_height = (_style1 = style).height) !== null && _height !== void 0 || (_style1.height = source.height);
90
- }
91
- }
92
- }
93
- if (process.env.NODE_ENV === "development" && process.env.TAMAGUI_IMAGE_CHECK_ERROR) import_react.default.useEffect(function () {
94
- async function run() {
95
- if (typeof src === "string") try {
96
- await fetch(src).then(function (res) {
97
- return res.text();
98
- });
99
- } catch (err) {
100
- console.error(`Error loading image: ${src}`, {
101
- props
102
- });
103
- }
104
- }
105
- run();
106
- }, [src]);
107
- if (finalSource["default"]) finalSource = finalSource["default"];
108
- }
109
- return /* @__PURE__ */(0, import_jsx_runtime.jsx)(import_react_native.Image, {
110
- resizeMode: objectFit,
111
- ref,
112
- source: finalSource,
113
- style,
114
- ...rest
115
- });
116
- });
117
- Image.getSize = import_react_native.Image.getSize;
118
- Image.getSizeWithHeaders = import_react_native.Image.getSizeWithHeaders;
119
- Image.prefetch = import_react_native.Image.prefetch;
120
- Image.prefetchWithMetadata = import_react_native.Image.prefetchWithMetadata;
121
- Image.abortPrefetch = import_react_native.Image.abortPrefetch;
122
- Image.queryCache = import_react_native.Image.queryCache;
123
- //# sourceMappingURL=Image.native.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["__create","Object","create","__defProp","defineProperty","__getOwnPropDesc","getOwnPropertyDescriptor","__getOwnPropNames","getOwnPropertyNames","__getProtoOf","getPrototypeOf","__hasOwnProp","prototype","hasOwnProperty","__export","target","all","name","get","enumerable","__copyProps","to","from","except","desc","key","call","__toESM","mod","isNodeMode","__esModule","value","__toCommonJS","Image_exports","Image","module","exports","import_jsx_runtime","require","import_react","import_constants","import_web","import_react_native","_type_of","obj","Symbol","constructor","StyledImage","styled","hasWarned","styleable","inProps","ref","props","style","usePropsAndStyle","src","source","objectFit","rest","process","env","NODE_ENV","width","height","console","warn","finalSource","uri","isWeb","Array","isArray","_style","_style1","_width","_height"],"sources":["../../../src/v1/Image.tsx"],"sourcesContent":[null],"mappings":"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","ignoreList":[]}
@@ -1,2 +0,0 @@
1
- export * from "./Image.mjs";
2
- //# sourceMappingURL=index.mjs.map
@@ -1 +0,0 @@
1
- {"version":3,"names":[],"sources":["../../../src/v1/index.ts"],"sourcesContent":[null],"mappings":"AAAA,cAAc","ignoreList":[]}