@tamagui/react-native-svg 1.88.1 → 1.88.3
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 +0 -28
- package/dist/esm/index.native.js +52 -7
- package/dist/esm/index.native.js.map +2 -2
- package/package.json +2 -2
package/dist/cjs/index.js
CHANGED
|
@@ -71,32 +71,4 @@ var src_default = {
|
|
|
71
71
|
TSpan,
|
|
72
72
|
Use
|
|
73
73
|
};
|
|
74
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
75
|
-
0 && (module.exports = {
|
|
76
|
-
Circle,
|
|
77
|
-
ClipPath,
|
|
78
|
-
Defs,
|
|
79
|
-
Ellipse,
|
|
80
|
-
ForeignObject,
|
|
81
|
-
G,
|
|
82
|
-
Image,
|
|
83
|
-
Line,
|
|
84
|
-
LinearGradient,
|
|
85
|
-
Marker,
|
|
86
|
-
Mask,
|
|
87
|
-
Path,
|
|
88
|
-
Pattern,
|
|
89
|
-
Polygon,
|
|
90
|
-
Polyline,
|
|
91
|
-
RadialGradient,
|
|
92
|
-
Rect,
|
|
93
|
-
Shape,
|
|
94
|
-
Stop,
|
|
95
|
-
Svg,
|
|
96
|
-
Symbol,
|
|
97
|
-
TSpan,
|
|
98
|
-
Text,
|
|
99
|
-
TextPath,
|
|
100
|
-
Use
|
|
101
|
-
});
|
|
102
74
|
//# sourceMappingURL=index.js.map
|
package/dist/esm/index.native.js
CHANGED
|
@@ -1,5 +1,50 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
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);
|
|
3
48
|
var src_default = {
|
|
4
49
|
Circle,
|
|
5
50
|
ClipPath,
|
|
@@ -21,13 +66,14 @@ var src_default = {
|
|
|
21
66
|
Shape,
|
|
22
67
|
Stop,
|
|
23
68
|
Svg,
|
|
24
|
-
Symbol,
|
|
69
|
+
Symbol: Symbol2,
|
|
25
70
|
Text,
|
|
26
71
|
TextPath,
|
|
27
72
|
TSpan,
|
|
28
73
|
Use
|
|
29
74
|
};
|
|
30
|
-
export
|
|
75
|
+
// Annotate the CommonJS export names for ESM import in node:
|
|
76
|
+
0 && (module.exports = {
|
|
31
77
|
Circle,
|
|
32
78
|
ClipPath,
|
|
33
79
|
Defs,
|
|
@@ -52,7 +98,6 @@ export {
|
|
|
52
98
|
TSpan,
|
|
53
99
|
Text,
|
|
54
100
|
TextPath,
|
|
55
|
-
Use
|
|
56
|
-
|
|
57
|
-
};
|
|
101
|
+
Use
|
|
102
|
+
});
|
|
58
103
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/index.js"],
|
|
4
|
-
"mappings": "AAAA,
|
|
5
|
-
"names": []
|
|
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
6
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/react-native-svg",
|
|
3
|
-
"version": "1.88.
|
|
3
|
+
"version": "1.88.3",
|
|
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.88.
|
|
16
|
+
"@tamagui/build": "1.88.3"
|
|
17
17
|
}
|
|
18
18
|
}
|