@tamagui/react-native-svg 1.61.2 → 1.62.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.js +6 -34
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/index.native.js +103 -0
- package/dist/cjs/index.native.js.map +6 -0
- package/dist/esm/index.js +1 -25
- package/dist/esm/index.js.map +1 -1
- package/package.json +2 -2
package/dist/cjs/index.js
CHANGED
|
@@ -1,21 +1,17 @@
|
|
|
1
|
-
"use strict";
|
|
2
1
|
var __defProp = Object.defineProperty;
|
|
3
2
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
3
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
4
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
5
|
var __export = (target, all) => {
|
|
7
6
|
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable:
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
7
|
+
__defProp(target, name, { get: all[name], enumerable: !0 });
|
|
8
|
+
}, __copyProps = (to, from, except, desc) => {
|
|
9
|
+
if (from && typeof from == "object" || typeof from == "function")
|
|
12
10
|
for (let key of __getOwnPropNames(from))
|
|
13
|
-
|
|
14
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
15
|
-
}
|
|
11
|
+
!__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
16
12
|
return to;
|
|
17
13
|
};
|
|
18
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value:
|
|
14
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
|
|
19
15
|
var src_exports = {};
|
|
20
16
|
__export(src_exports, {
|
|
21
17
|
Circle: () => Circle,
|
|
@@ -47,31 +43,7 @@ __export(src_exports, {
|
|
|
47
43
|
});
|
|
48
44
|
module.exports = __toCommonJS(src_exports);
|
|
49
45
|
var import_react = require("react");
|
|
50
|
-
const Circle = (p) => (0, import_react.createElement)("circle", p);
|
|
51
|
-
const ClipPath = (p) => (0, import_react.createElement)("clipPath", p);
|
|
52
|
-
const Defs = (p) => (0, import_react.createElement)("defs", p);
|
|
53
|
-
const Ellipse = (p) => (0, import_react.createElement)("ellipse", p);
|
|
54
|
-
const ForeignObject = (p) => (0, import_react.createElement)("foreignObject", p);
|
|
55
|
-
const G = (p) => (0, import_react.createElement)("g", p);
|
|
56
|
-
const Image = (p) => (0, import_react.createElement)("image", p);
|
|
57
|
-
const Line = (p) => (0, import_react.createElement)("line", p);
|
|
58
|
-
const LinearGradient = (p) => (0, import_react.createElement)("linearGradient", p);
|
|
59
|
-
const Marker = (p) => (0, import_react.createElement)("marker", p);
|
|
60
|
-
const Mask = (p) => (0, import_react.createElement)("mask", p);
|
|
61
|
-
const Path = (p) => (0, import_react.createElement)("path", p);
|
|
62
|
-
const Pattern = (p) => (0, import_react.createElement)("pattern", p);
|
|
63
|
-
const Polygon = (p) => (0, import_react.createElement)("polygon", p);
|
|
64
|
-
const Polyline = (p) => (0, import_react.createElement)("polyline", p);
|
|
65
|
-
const RadialGradient = (p) => (0, import_react.createElement)("radialGradient", p);
|
|
66
|
-
const Rect = (p) => (0, import_react.createElement)("rect", p);
|
|
67
|
-
const Shape = (p) => (0, import_react.createElement)("shape", p);
|
|
68
|
-
const Stop = (p) => (0, import_react.createElement)("stop", p);
|
|
69
|
-
const Svg = (p) => (0, import_react.createElement)("svg", p);
|
|
70
|
-
const Symbol2 = (p) => (0, import_react.createElement)("symbol", p);
|
|
71
|
-
const Text = (p) => (0, import_react.createElement)("text", p);
|
|
72
|
-
const TextPath = (p) => (0, import_react.createElement)("clipPath", p);
|
|
73
|
-
const TSpan = (p) => (0, import_react.createElement)("tSpan", p);
|
|
74
|
-
const Use = (p) => (0, import_react.createElement)("use", p);
|
|
46
|
+
const Circle = (p) => (0, import_react.createElement)("circle", p), ClipPath = (p) => (0, import_react.createElement)("clipPath", p), Defs = (p) => (0, import_react.createElement)("defs", p), Ellipse = (p) => (0, import_react.createElement)("ellipse", p), ForeignObject = (p) => (0, import_react.createElement)("foreignObject", p), G = (p) => (0, import_react.createElement)("g", p), Image = (p) => (0, import_react.createElement)("image", p), Line = (p) => (0, import_react.createElement)("line", p), LinearGradient = (p) => (0, import_react.createElement)("linearGradient", p), Marker = (p) => (0, import_react.createElement)("marker", p), Mask = (p) => (0, import_react.createElement)("mask", p), Path = (p) => (0, import_react.createElement)("path", p), Pattern = (p) => (0, import_react.createElement)("pattern", p), Polygon = (p) => (0, import_react.createElement)("polygon", p), Polyline = (p) => (0, import_react.createElement)("polyline", p), RadialGradient = (p) => (0, import_react.createElement)("radialGradient", p), Rect = (p) => (0, import_react.createElement)("rect", p), Shape = (p) => (0, import_react.createElement)("shape", p), Stop = (p) => (0, import_react.createElement)("stop", p), Svg = (p) => (0, import_react.createElement)("svg", p), Symbol2 = (p) => (0, import_react.createElement)("symbol", p), Text = (p) => (0, import_react.createElement)("text", p), TextPath = (p) => (0, import_react.createElement)("clipPath", p), TSpan = (p) => (0, import_react.createElement)("tSpan", p), Use = (p) => (0, import_react.createElement)("use", p);
|
|
75
47
|
var src_default = {
|
|
76
48
|
Circle,
|
|
77
49
|
ClipPath,
|
package/dist/cjs/index.js.map
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/index.js"],
|
|
4
|
-
"mappings": "
|
|
4
|
+
"mappings": ";;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,gBAAAA;AAAA,EAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAA8B;AAEvB,MAAM,SAAS,CAAC,UAAM,4BAAc,UAAU,CAAC,GACzC,WAAW,CAAC,UAAM,4BAAc,YAAY,CAAC,GAC7C,OAAO,CAAC,UAAM,4BAAc,QAAQ,CAAC,GACrC,UAAU,CAAC,UAAM,4BAAc,WAAW,CAAC,GAC3C,gBAAgB,CAAC,UAAM,4BAAc,iBAAiB,CAAC,GACvD,IAAI,CAAC,UAAM,4BAAc,KAAK,CAAC,GAC/B,QAAQ,CAAC,UAAM,4BAAc,SAAS,CAAC,GACvC,OAAO,CAAC,UAAM,4BAAc,QAAQ,CAAC,GACrC,iBAAiB,CAAC,UAAM,4BAAc,kBAAkB,CAAC,GACzD,SAAS,CAAC,UAAM,4BAAc,UAAU,CAAC,GACzC,OAAO,CAAC,UAAM,4BAAc,QAAQ,CAAC,GACrC,OAAO,CAAC,UAAM,4BAAc,QAAQ,CAAC,GACrC,UAAU,CAAC,UAAM,4BAAc,WAAW,CAAC,GAC3C,UAAU,CAAC,UAAM,4BAAc,WAAW,CAAC,GAC3C,WAAW,CAAC,UAAM,4BAAc,YAAY,CAAC,GAC7C,iBAAiB,CAAC,UAAM,4BAAc,kBAAkB,CAAC,GACzD,OAAO,CAAC,UAAM,4BAAc,QAAQ,CAAC,GACrC,QAAQ,CAAC,UAAM,4BAAc,SAAS,CAAC,GACvC,OAAO,CAAC,UAAM,4BAAc,QAAQ,CAAC,GACrC,MAAM,CAAC,UAAM,4BAAc,OAAO,CAAC,GACnCA,UAAS,CAAC,UAAM,4BAAc,UAAU,CAAC,GACzC,OAAO,CAAC,UAAM,4BAAc,QAAQ,CAAC,GACrC,WAAW,CAAC,UAAM,4BAAc,YAAY,CAAC,GAC7C,QAAQ,CAAC,UAAM,4BAAc,SAAS,CAAC,GACvC,MAAM,CAAC,UAAM,4BAAc,OAAO,CAAC;AAEhD,IAAO,cAAQ;AAAA,EACb;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA,QAAAA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF;",
|
|
5
5
|
"names": ["Symbol"]
|
|
6
6
|
}
|
|
@@ -0,0 +1,103 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __defProp = Object.defineProperty;
|
|
3
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
+
var __export = (target, all) => {
|
|
7
|
+
for (var name in all)
|
|
8
|
+
__defProp(target, name, { get: all[name], enumerable: !0 });
|
|
9
|
+
}, __copyProps = (to, from, except, desc) => {
|
|
10
|
+
if (from && typeof from == "object" || typeof from == "function")
|
|
11
|
+
for (let key of __getOwnPropNames(from))
|
|
12
|
+
!__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
13
|
+
return to;
|
|
14
|
+
};
|
|
15
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
|
|
16
|
+
var src_exports = {};
|
|
17
|
+
__export(src_exports, {
|
|
18
|
+
Circle: () => Circle,
|
|
19
|
+
ClipPath: () => ClipPath,
|
|
20
|
+
Defs: () => Defs,
|
|
21
|
+
Ellipse: () => Ellipse,
|
|
22
|
+
ForeignObject: () => ForeignObject,
|
|
23
|
+
G: () => G,
|
|
24
|
+
Image: () => Image,
|
|
25
|
+
Line: () => Line,
|
|
26
|
+
LinearGradient: () => LinearGradient,
|
|
27
|
+
Marker: () => Marker,
|
|
28
|
+
Mask: () => Mask,
|
|
29
|
+
Path: () => Path,
|
|
30
|
+
Pattern: () => Pattern,
|
|
31
|
+
Polygon: () => Polygon,
|
|
32
|
+
Polyline: () => Polyline,
|
|
33
|
+
RadialGradient: () => RadialGradient,
|
|
34
|
+
Rect: () => Rect,
|
|
35
|
+
Shape: () => Shape,
|
|
36
|
+
Stop: () => Stop,
|
|
37
|
+
Svg: () => Svg,
|
|
38
|
+
Symbol: () => Symbol2,
|
|
39
|
+
TSpan: () => TSpan,
|
|
40
|
+
Text: () => Text,
|
|
41
|
+
TextPath: () => TextPath,
|
|
42
|
+
Use: () => Use,
|
|
43
|
+
default: () => src_default
|
|
44
|
+
});
|
|
45
|
+
module.exports = __toCommonJS(src_exports);
|
|
46
|
+
var import_react = require("react");
|
|
47
|
+
const Circle = (p) => (0, import_react.createElement)("circle", p), ClipPath = (p) => (0, import_react.createElement)("clipPath", p), Defs = (p) => (0, import_react.createElement)("defs", p), Ellipse = (p) => (0, import_react.createElement)("ellipse", p), ForeignObject = (p) => (0, import_react.createElement)("foreignObject", p), G = (p) => (0, import_react.createElement)("g", p), Image = (p) => (0, import_react.createElement)("image", p), Line = (p) => (0, import_react.createElement)("line", p), LinearGradient = (p) => (0, import_react.createElement)("linearGradient", p), Marker = (p) => (0, import_react.createElement)("marker", p), Mask = (p) => (0, import_react.createElement)("mask", p), Path = (p) => (0, import_react.createElement)("path", p), Pattern = (p) => (0, import_react.createElement)("pattern", p), Polygon = (p) => (0, import_react.createElement)("polygon", p), Polyline = (p) => (0, import_react.createElement)("polyline", p), RadialGradient = (p) => (0, import_react.createElement)("radialGradient", p), Rect = (p) => (0, import_react.createElement)("rect", p), Shape = (p) => (0, import_react.createElement)("shape", p), Stop = (p) => (0, import_react.createElement)("stop", p), Svg = (p) => (0, import_react.createElement)("svg", p), Symbol2 = (p) => (0, import_react.createElement)("symbol", p), Text = (p) => (0, import_react.createElement)("text", p), TextPath = (p) => (0, import_react.createElement)("clipPath", p), TSpan = (p) => (0, import_react.createElement)("tSpan", p), Use = (p) => (0, import_react.createElement)("use", p);
|
|
48
|
+
var src_default = {
|
|
49
|
+
Circle,
|
|
50
|
+
ClipPath,
|
|
51
|
+
Defs,
|
|
52
|
+
Ellipse,
|
|
53
|
+
ForeignObject,
|
|
54
|
+
G,
|
|
55
|
+
Image,
|
|
56
|
+
Line,
|
|
57
|
+
LinearGradient,
|
|
58
|
+
Marker,
|
|
59
|
+
Mask,
|
|
60
|
+
Path,
|
|
61
|
+
Pattern,
|
|
62
|
+
Polygon,
|
|
63
|
+
Polyline,
|
|
64
|
+
RadialGradient,
|
|
65
|
+
Rect,
|
|
66
|
+
Shape,
|
|
67
|
+
Stop,
|
|
68
|
+
Svg,
|
|
69
|
+
Symbol: Symbol2,
|
|
70
|
+
Text,
|
|
71
|
+
TextPath,
|
|
72
|
+
TSpan,
|
|
73
|
+
Use
|
|
74
|
+
};
|
|
75
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
76
|
+
0 && (module.exports = {
|
|
77
|
+
Circle,
|
|
78
|
+
ClipPath,
|
|
79
|
+
Defs,
|
|
80
|
+
Ellipse,
|
|
81
|
+
ForeignObject,
|
|
82
|
+
G,
|
|
83
|
+
Image,
|
|
84
|
+
Line,
|
|
85
|
+
LinearGradient,
|
|
86
|
+
Marker,
|
|
87
|
+
Mask,
|
|
88
|
+
Path,
|
|
89
|
+
Pattern,
|
|
90
|
+
Polygon,
|
|
91
|
+
Polyline,
|
|
92
|
+
RadialGradient,
|
|
93
|
+
Rect,
|
|
94
|
+
Shape,
|
|
95
|
+
Stop,
|
|
96
|
+
Svg,
|
|
97
|
+
Symbol,
|
|
98
|
+
TSpan,
|
|
99
|
+
Text,
|
|
100
|
+
TextPath,
|
|
101
|
+
Use
|
|
102
|
+
});
|
|
103
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 3,
|
|
3
|
+
"sources": ["../../src/index.js"],
|
|
4
|
+
"mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,gBAAAA;AAAA,EAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAA8B;AAEvB,MAAM,SAAS,CAAC,UAAM,4BAAc,UAAU,CAAC,GACzC,WAAW,CAAC,UAAM,4BAAc,YAAY,CAAC,GAC7C,OAAO,CAAC,UAAM,4BAAc,QAAQ,CAAC,GACrC,UAAU,CAAC,UAAM,4BAAc,WAAW,CAAC,GAC3C,gBAAgB,CAAC,UAAM,4BAAc,iBAAiB,CAAC,GACvD,IAAI,CAAC,UAAM,4BAAc,KAAK,CAAC,GAC/B,QAAQ,CAAC,UAAM,4BAAc,SAAS,CAAC,GACvC,OAAO,CAAC,UAAM,4BAAc,QAAQ,CAAC,GACrC,iBAAiB,CAAC,UAAM,4BAAc,kBAAkB,CAAC,GACzD,SAAS,CAAC,UAAM,4BAAc,UAAU,CAAC,GACzC,OAAO,CAAC,UAAM,4BAAc,QAAQ,CAAC,GACrC,OAAO,CAAC,UAAM,4BAAc,QAAQ,CAAC,GACrC,UAAU,CAAC,UAAM,4BAAc,WAAW,CAAC,GAC3C,UAAU,CAAC,UAAM,4BAAc,WAAW,CAAC,GAC3C,WAAW,CAAC,UAAM,4BAAc,YAAY,CAAC,GAC7C,iBAAiB,CAAC,UAAM,4BAAc,kBAAkB,CAAC,GACzD,OAAO,CAAC,UAAM,4BAAc,QAAQ,CAAC,GACrC,QAAQ,CAAC,UAAM,4BAAc,SAAS,CAAC,GACvC,OAAO,CAAC,UAAM,4BAAc,QAAQ,CAAC,GACrC,MAAM,CAAC,UAAM,4BAAc,OAAO,CAAC,GACnCA,UAAS,CAAC,UAAM,4BAAc,UAAU,CAAC,GACzC,OAAO,CAAC,UAAM,4BAAc,QAAQ,CAAC,GACrC,WAAW,CAAC,UAAM,4BAAc,YAAY,CAAC,GAC7C,QAAQ,CAAC,UAAM,4BAAc,SAAS,CAAC,GACvC,MAAM,CAAC,UAAM,4BAAc,OAAO,CAAC;AAEhD,IAAO,cAAQ;AAAA,EACb;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA,QAAAA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF;",
|
|
5
|
+
"names": ["Symbol"]
|
|
6
|
+
}
|
package/dist/esm/index.js
CHANGED
|
@@ -1,29 +1,5 @@
|
|
|
1
1
|
import { createElement } from "react";
|
|
2
|
-
const Circle = (p) => createElement("circle", p);
|
|
3
|
-
const ClipPath = (p) => createElement("clipPath", p);
|
|
4
|
-
const Defs = (p) => createElement("defs", p);
|
|
5
|
-
const Ellipse = (p) => createElement("ellipse", p);
|
|
6
|
-
const ForeignObject = (p) => createElement("foreignObject", p);
|
|
7
|
-
const G = (p) => createElement("g", p);
|
|
8
|
-
const Image = (p) => createElement("image", p);
|
|
9
|
-
const Line = (p) => createElement("line", p);
|
|
10
|
-
const LinearGradient = (p) => createElement("linearGradient", p);
|
|
11
|
-
const Marker = (p) => createElement("marker", p);
|
|
12
|
-
const Mask = (p) => createElement("mask", p);
|
|
13
|
-
const Path = (p) => createElement("path", p);
|
|
14
|
-
const Pattern = (p) => createElement("pattern", p);
|
|
15
|
-
const Polygon = (p) => createElement("polygon", p);
|
|
16
|
-
const Polyline = (p) => createElement("polyline", p);
|
|
17
|
-
const RadialGradient = (p) => createElement("radialGradient", p);
|
|
18
|
-
const Rect = (p) => createElement("rect", p);
|
|
19
|
-
const Shape = (p) => createElement("shape", p);
|
|
20
|
-
const Stop = (p) => createElement("stop", p);
|
|
21
|
-
const Svg = (p) => createElement("svg", p);
|
|
22
|
-
const Symbol = (p) => createElement("symbol", p);
|
|
23
|
-
const Text = (p) => createElement("text", p);
|
|
24
|
-
const TextPath = (p) => createElement("clipPath", p);
|
|
25
|
-
const TSpan = (p) => createElement("tSpan", p);
|
|
26
|
-
const Use = (p) => createElement("use", p);
|
|
2
|
+
const Circle = (p) => createElement("circle", p), ClipPath = (p) => createElement("clipPath", p), Defs = (p) => createElement("defs", p), Ellipse = (p) => createElement("ellipse", p), ForeignObject = (p) => createElement("foreignObject", p), G = (p) => createElement("g", p), Image = (p) => createElement("image", p), Line = (p) => createElement("line", p), LinearGradient = (p) => createElement("linearGradient", p), Marker = (p) => createElement("marker", p), Mask = (p) => createElement("mask", p), Path = (p) => createElement("path", p), Pattern = (p) => createElement("pattern", p), Polygon = (p) => createElement("polygon", p), Polyline = (p) => createElement("polyline", p), RadialGradient = (p) => createElement("radialGradient", p), Rect = (p) => createElement("rect", p), Shape = (p) => createElement("shape", p), Stop = (p) => createElement("stop", p), Svg = (p) => createElement("svg", p), Symbol = (p) => createElement("symbol", p), Text = (p) => createElement("text", p), TextPath = (p) => createElement("clipPath", p), TSpan = (p) => createElement("tSpan", p), Use = (p) => createElement("use", p);
|
|
27
3
|
var src_default = {
|
|
28
4
|
Circle,
|
|
29
5
|
ClipPath,
|
package/dist/esm/index.js.map
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/index.js"],
|
|
4
|
-
"mappings": "AAAA,SAAS,qBAAqB;AAEvB,MAAM,SAAS,CAAC,MAAM,cAAc,UAAU,CAAC
|
|
4
|
+
"mappings": "AAAA,SAAS,qBAAqB;AAEvB,MAAM,SAAS,CAAC,MAAM,cAAc,UAAU,CAAC,GACzC,WAAW,CAAC,MAAM,cAAc,YAAY,CAAC,GAC7C,OAAO,CAAC,MAAM,cAAc,QAAQ,CAAC,GACrC,UAAU,CAAC,MAAM,cAAc,WAAW,CAAC,GAC3C,gBAAgB,CAAC,MAAM,cAAc,iBAAiB,CAAC,GACvD,IAAI,CAAC,MAAM,cAAc,KAAK,CAAC,GAC/B,QAAQ,CAAC,MAAM,cAAc,SAAS,CAAC,GACvC,OAAO,CAAC,MAAM,cAAc,QAAQ,CAAC,GACrC,iBAAiB,CAAC,MAAM,cAAc,kBAAkB,CAAC,GACzD,SAAS,CAAC,MAAM,cAAc,UAAU,CAAC,GACzC,OAAO,CAAC,MAAM,cAAc,QAAQ,CAAC,GACrC,OAAO,CAAC,MAAM,cAAc,QAAQ,CAAC,GACrC,UAAU,CAAC,MAAM,cAAc,WAAW,CAAC,GAC3C,UAAU,CAAC,MAAM,cAAc,WAAW,CAAC,GAC3C,WAAW,CAAC,MAAM,cAAc,YAAY,CAAC,GAC7C,iBAAiB,CAAC,MAAM,cAAc,kBAAkB,CAAC,GACzD,OAAO,CAAC,MAAM,cAAc,QAAQ,CAAC,GACrC,QAAQ,CAAC,MAAM,cAAc,SAAS,CAAC,GACvC,OAAO,CAAC,MAAM,cAAc,QAAQ,CAAC,GACrC,MAAM,CAAC,MAAM,cAAc,OAAO,CAAC,GACnC,SAAS,CAAC,MAAM,cAAc,UAAU,CAAC,GACzC,OAAO,CAAC,MAAM,cAAc,QAAQ,CAAC,GACrC,WAAW,CAAC,MAAM,cAAc,YAAY,CAAC,GAC7C,QAAQ,CAAC,MAAM,cAAc,SAAS,CAAC,GACvC,MAAM,CAAC,MAAM,cAAc,OAAO,CAAC;AAEhD,IAAO,cAAQ;AAAA,EACb;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF;",
|
|
5
5
|
"names": []
|
|
6
6
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/react-native-svg",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.62.0",
|
|
4
4
|
"main": "dist/cjs/index.js",
|
|
5
5
|
"module": "dist/esm/index.js",
|
|
6
6
|
"publishConfig": {
|
|
@@ -13,6 +13,6 @@
|
|
|
13
13
|
"clean:build": "tamagui-build clean:build"
|
|
14
14
|
},
|
|
15
15
|
"devDependencies": {
|
|
16
|
-
"@tamagui/build": "1.
|
|
16
|
+
"@tamagui/build": "1.62.0"
|
|
17
17
|
}
|
|
18
18
|
}
|