@tamagui/react-native-svg 2.0.0-rc.4 → 2.0.0-rc.40

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.
@@ -1,2 +1,2 @@
1
1
  $ tamagui-build
2
- built @tamagui/react-native-svg in 313 ms
2
+ built @tamagui/react-native-svg in 186 ms
@@ -3,20 +3,22 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
3
  var __getOwnPropNames = Object.getOwnPropertyNames;
4
4
  var __hasOwnProp = Object.prototype.hasOwnProperty;
5
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, {
6
+ for (var name in all) __defProp(target, name, {
7
+ get: all[name],
8
+ enumerable: true
9
+ });
10
+ };
11
+ var __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from === "object" || typeof from === "function") {
13
+ for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
13
14
  get: () => from[key],
14
15
  enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
15
16
  });
16
- return to;
17
- };
17
+ }
18
+ return to;
19
+ };
18
20
  var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
19
- value: !0
21
+ value: true
20
22
  }), mod);
21
23
  var index_exports = {};
22
24
  __export(index_exports, {
@@ -50,103 +52,103 @@ __export(index_exports, {
50
52
  module.exports = __toCommonJS(index_exports);
51
53
  var import_react = require("react");
52
54
  const Circle = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("circle", {
53
- ...p,
54
- ref
55
- })),
56
- ClipPath = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("clipPath", {
57
- ...p,
58
- ref
59
- })),
60
- Defs = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("defs", {
61
- ...p,
62
- ref
63
- })),
64
- Ellipse = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("ellipse", {
65
- ...p,
66
- ref
67
- })),
68
- ForeignObject = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("foreignObject", {
69
- ...p,
70
- ref
71
- })),
72
- G = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("g", {
73
- ...p,
74
- ref
75
- })),
76
- Image = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("image", {
77
- ...p,
78
- ref
79
- })),
80
- Line = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("line", {
81
- ...p,
82
- ref
83
- })),
84
- LinearGradient = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("linearGradient", {
85
- ...p,
86
- ref
87
- })),
88
- Marker = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("marker", {
89
- ...p,
90
- ref
91
- })),
92
- Mask = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("mask", {
93
- ...p,
94
- ref
95
- })),
96
- Path = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("path", {
97
- ...p,
98
- ref
99
- })),
100
- Pattern = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("pattern", {
101
- ...p,
102
- ref
103
- })),
104
- Polygon = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("polygon", {
105
- ...p,
106
- ref
107
- })),
108
- Polyline = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("polyline", {
109
- ...p,
110
- ref
111
- })),
112
- RadialGradient = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("radialGradient", {
113
- ...p,
114
- ref
115
- })),
116
- Rect = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("rect", {
117
- ...p,
118
- ref
119
- })),
120
- Shape = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("shape", {
121
- ...p,
122
- ref
123
- })),
124
- Stop = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("stop", {
125
- ...p,
126
- ref
127
- })),
128
- Svg = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("svg", {
129
- ...p,
130
- ref
131
- })),
132
- Symbol2 = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("symbol", {
133
- ...p,
134
- ref
135
- })),
136
- Text = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("text", {
137
- ...p,
138
- ref
139
- })),
140
- TextPath = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("clipPath", {
141
- ...p,
142
- ref
143
- })),
144
- TSpan = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("tSpan", {
145
- ...p,
146
- ref
147
- })),
148
- Use = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("use", {
149
- ...p,
150
- ref
151
- }));
55
+ ...p,
56
+ ref
57
+ }));
58
+ const ClipPath = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("clipPath", {
59
+ ...p,
60
+ ref
61
+ }));
62
+ const Defs = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("defs", {
63
+ ...p,
64
+ ref
65
+ }));
66
+ const Ellipse = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("ellipse", {
67
+ ...p,
68
+ ref
69
+ }));
70
+ const ForeignObject = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("foreignObject", {
71
+ ...p,
72
+ ref
73
+ }));
74
+ const G = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("g", {
75
+ ...p,
76
+ ref
77
+ }));
78
+ const Image = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("image", {
79
+ ...p,
80
+ ref
81
+ }));
82
+ const Line = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("line", {
83
+ ...p,
84
+ ref
85
+ }));
86
+ const LinearGradient = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("linearGradient", {
87
+ ...p,
88
+ ref
89
+ }));
90
+ const Marker = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("marker", {
91
+ ...p,
92
+ ref
93
+ }));
94
+ const Mask = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("mask", {
95
+ ...p,
96
+ ref
97
+ }));
98
+ const Path = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("path", {
99
+ ...p,
100
+ ref
101
+ }));
102
+ const Pattern = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("pattern", {
103
+ ...p,
104
+ ref
105
+ }));
106
+ const Polygon = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("polygon", {
107
+ ...p,
108
+ ref
109
+ }));
110
+ const Polyline = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("polyline", {
111
+ ...p,
112
+ ref
113
+ }));
114
+ const RadialGradient = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("radialGradient", {
115
+ ...p,
116
+ ref
117
+ }));
118
+ const Rect = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("rect", {
119
+ ...p,
120
+ ref
121
+ }));
122
+ const Shape = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("shape", {
123
+ ...p,
124
+ ref
125
+ }));
126
+ const Stop = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("stop", {
127
+ ...p,
128
+ ref
129
+ }));
130
+ const Svg = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("svg", {
131
+ ...p,
132
+ ref
133
+ }));
134
+ const Symbol2 = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("symbol", {
135
+ ...p,
136
+ ref
137
+ }));
138
+ const Text = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("text", {
139
+ ...p,
140
+ ref
141
+ }));
142
+ const TextPath = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("clipPath", {
143
+ ...p,
144
+ ref
145
+ }));
146
+ const TSpan = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("tSpan", {
147
+ ...p,
148
+ ref
149
+ }));
150
+ const Use = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("use", {
151
+ ...p,
152
+ ref
153
+ }));
152
154
  var index_default = Svg;
@@ -4,34 +4,36 @@ var __create = Object.create;
4
4
  var __defProp = Object.defineProperty;
5
5
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
6
6
  var __getOwnPropNames = Object.getOwnPropertyNames;
7
- var __getProtoOf = Object.getPrototypeOf,
8
- __hasOwnProp = Object.prototype.hasOwnProperty;
7
+ var __getProtoOf = Object.getPrototypeOf;
8
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
9
9
  var __export = (target, all) => {
10
- for (var name in all) __defProp(target, name, {
11
- get: all[name],
12
- enumerable: !0
13
- });
14
- },
15
- __copyProps = (to, from, except, desc) => {
16
- if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
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, {
17
18
  get: () => from[key],
18
19
  enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
19
20
  });
20
- return to;
21
- },
22
- __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default")),
23
- __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
24
- // If the importer is in node compatibility mode or this is not an ESM
25
- // file that has been converted to a CommonJS file using a Babel-
26
- // compatible transform (i.e. "__esModule" has not been set), then set
27
- // "default" to the CommonJS "module.exports" for node compatibility.
28
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
29
- value: mod,
30
- enumerable: !0
31
- }) : target, mod)),
32
- __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
33
- value: !0
34
- }), mod);
21
+ }
22
+ return to;
23
+ };
24
+ var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
25
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
26
+ // If the importer is in node compatibility mode or this is not an ESM
27
+ // file that has been converted to a CommonJS file using a Babel-
28
+ // compatible transform (i.e. "__esModule" has not been set), then set
29
+ // "default" to the CommonJS "module.exports" for node compatibility.
30
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
31
+ value: mod,
32
+ enumerable: true
33
+ }) : target, mod));
34
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
35
+ value: true
36
+ }), mod);
35
37
  var index_native_exports = {};
36
38
  __export(index_native_exports, {
37
39
  default: () => import_react_native_svg.default
@@ -1 +1 @@
1
- {"version":3,"names":["index_native_exports","__export","default","import_react_native_svg","module","exports","__toCommonJS","__reExport","require","__toESM"],"sources":["../../src/index.native.js"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,oBAAA;AAAAC,QAAA,CAAAD,oBAAA;EAAAE,OAAA,EAAAA,CAAA,KAAAC,uBAAA,CAAAD;AAAA;AAAAE,MAAA,CAAAC,OAAA,GAAAC,YAAA,CAAAN,oBAAA;AACAO,UAAA,CAAAP,oBAAA,EAAcQ,OAAA,sBADdJ,MAAA,CAAAC,OAAA;AAEA,IAAAF,uBAAA,GAAwBM,OAAA,CAAAD,OAAA","ignoreList":[]}
1
+ {"version":3,"names":["index_native_exports","__export","default","import_react_native_svg","module","exports","__toCommonJS","__reExport","require","__toESM"],"sources":["../../src/index.native.js"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,IAAAA,oBAAA;AAAAC,QAAA,CAAAD,oBAAA;EAAAE,OAAA,EAAAA,CAAA,KAAAC,uBAAA,CAAAD;AAAA;AAAAE,MAAA,CAAAC,OAAA,GAAAC,YAAA,CAAAN,oBAAA;AACAO,UAAA,CAAAP,oBAAA,EAAcQ,OAAA,sBADdJ,MAAA,CAAAC,OAAA;AAEA,IAAAF,uBAAA,GAAwBM,OAAA,CAAAD,OAAA","ignoreList":[]}
package/dist/esm/index.js CHANGED
@@ -1,38 +1,104 @@
1
1
  import { createElement, forwardRef } from "react";
2
- const Circle = forwardRef((p, ref) => createElement("circle", { ...p, ref })), ClipPath = forwardRef((p, ref) => createElement("clipPath", { ...p, ref })), Defs = forwardRef((p, ref) => createElement("defs", { ...p, ref })), Ellipse = forwardRef((p, ref) => createElement("ellipse", { ...p, ref })), ForeignObject = forwardRef(
3
- (p, ref) => createElement("foreignObject", { ...p, ref })
4
- ), G = forwardRef((p, ref) => createElement("g", { ...p, ref })), Image = forwardRef((p, ref) => createElement("image", { ...p, ref })), Line = forwardRef((p, ref) => createElement("line", { ...p, ref })), LinearGradient = forwardRef(
5
- (p, ref) => createElement("linearGradient", { ...p, ref })
6
- ), Marker = forwardRef((p, ref) => createElement("marker", { ...p, ref })), Mask = forwardRef((p, ref) => createElement("mask", { ...p, ref })), Path = forwardRef((p, ref) => createElement("path", { ...p, ref })), Pattern = forwardRef((p, ref) => createElement("pattern", { ...p, ref })), Polygon = forwardRef((p, ref) => createElement("polygon", { ...p, ref })), Polyline = forwardRef((p, ref) => createElement("polyline", { ...p, ref })), RadialGradient = forwardRef(
7
- (p, ref) => createElement("radialGradient", { ...p, ref })
8
- ), Rect = forwardRef((p, ref) => createElement("rect", { ...p, ref })), Shape = forwardRef((p, ref) => createElement("shape", { ...p, ref })), Stop = forwardRef((p, ref) => createElement("stop", { ...p, ref })), Svg = forwardRef((p, ref) => createElement("svg", { ...p, ref })), Symbol = forwardRef((p, ref) => createElement("symbol", { ...p, ref })), Text = forwardRef((p, ref) => createElement("text", { ...p, ref })), TextPath = forwardRef((p, ref) => createElement("clipPath", { ...p, ref })), TSpan = forwardRef((p, ref) => createElement("tSpan", { ...p, ref })), Use = forwardRef((p, ref) => createElement("use", { ...p, ref }));
2
+ const Circle = forwardRef((p, ref) => createElement("circle", {
3
+ ...p,
4
+ ref
5
+ }));
6
+ const ClipPath = forwardRef((p, ref) => createElement("clipPath", {
7
+ ...p,
8
+ ref
9
+ }));
10
+ const Defs = forwardRef((p, ref) => createElement("defs", {
11
+ ...p,
12
+ ref
13
+ }));
14
+ const Ellipse = forwardRef((p, ref) => createElement("ellipse", {
15
+ ...p,
16
+ ref
17
+ }));
18
+ const ForeignObject = forwardRef((p, ref) => createElement("foreignObject", {
19
+ ...p,
20
+ ref
21
+ }));
22
+ const G = forwardRef((p, ref) => createElement("g", {
23
+ ...p,
24
+ ref
25
+ }));
26
+ const Image = forwardRef((p, ref) => createElement("image", {
27
+ ...p,
28
+ ref
29
+ }));
30
+ const Line = forwardRef((p, ref) => createElement("line", {
31
+ ...p,
32
+ ref
33
+ }));
34
+ const LinearGradient = forwardRef((p, ref) => createElement("linearGradient", {
35
+ ...p,
36
+ ref
37
+ }));
38
+ const Marker = forwardRef((p, ref) => createElement("marker", {
39
+ ...p,
40
+ ref
41
+ }));
42
+ const Mask = forwardRef((p, ref) => createElement("mask", {
43
+ ...p,
44
+ ref
45
+ }));
46
+ const Path = forwardRef((p, ref) => createElement("path", {
47
+ ...p,
48
+ ref
49
+ }));
50
+ const Pattern = forwardRef((p, ref) => createElement("pattern", {
51
+ ...p,
52
+ ref
53
+ }));
54
+ const Polygon = forwardRef((p, ref) => createElement("polygon", {
55
+ ...p,
56
+ ref
57
+ }));
58
+ const Polyline = forwardRef((p, ref) => createElement("polyline", {
59
+ ...p,
60
+ ref
61
+ }));
62
+ const RadialGradient = forwardRef((p, ref) => createElement("radialGradient", {
63
+ ...p,
64
+ ref
65
+ }));
66
+ const Rect = forwardRef((p, ref) => createElement("rect", {
67
+ ...p,
68
+ ref
69
+ }));
70
+ const Shape = forwardRef((p, ref) => createElement("shape", {
71
+ ...p,
72
+ ref
73
+ }));
74
+ const Stop = forwardRef((p, ref) => createElement("stop", {
75
+ ...p,
76
+ ref
77
+ }));
78
+ const Svg = forwardRef((p, ref) => createElement("svg", {
79
+ ...p,
80
+ ref
81
+ }));
82
+ const Symbol = forwardRef((p, ref) => createElement("symbol", {
83
+ ...p,
84
+ ref
85
+ }));
86
+ const Text = forwardRef((p, ref) => createElement("text", {
87
+ ...p,
88
+ ref
89
+ }));
90
+ const TextPath = forwardRef((p, ref) => createElement("clipPath", {
91
+ ...p,
92
+ ref
93
+ }));
94
+ const TSpan = forwardRef((p, ref) => createElement("tSpan", {
95
+ ...p,
96
+ ref
97
+ }));
98
+ const Use = forwardRef((p, ref) => createElement("use", {
99
+ ...p,
100
+ ref
101
+ }));
9
102
  var index_default = Svg;
10
- export {
11
- Circle,
12
- ClipPath,
13
- Defs,
14
- Ellipse,
15
- ForeignObject,
16
- G,
17
- Image,
18
- Line,
19
- LinearGradient,
20
- Marker,
21
- Mask,
22
- Path,
23
- Pattern,
24
- Polygon,
25
- Polyline,
26
- RadialGradient,
27
- Rect,
28
- Shape,
29
- Stop,
30
- Svg,
31
- Symbol,
32
- TSpan,
33
- Text,
34
- TextPath,
35
- Use,
36
- index_default as default
37
- };
103
+ export { Circle, ClipPath, Defs, Ellipse, ForeignObject, G, Image, Line, LinearGradient, Marker, Mask, Path, Pattern, Polygon, Polyline, RadialGradient, Rect, Shape, Stop, Svg, Symbol, TSpan, Text, TextPath, Use, index_default as default };
38
104
  //# sourceMappingURL=index.js.map
@@ -1,6 +1 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/index.js"],
4
- "mappings": "AAAA,SAAS,eAAe,kBAAkB;AAEnC,MAAM,SAAS,WAAW,CAAC,GAAG,QAAQ,cAAc,UAAU,EAAE,GAAG,GAAG,IAAI,CAAC,CAAC,GACtE,WAAW,WAAW,CAAC,GAAG,QAAQ,cAAc,YAAY,EAAE,GAAG,GAAG,IAAI,CAAC,CAAC,GAC1E,OAAO,WAAW,CAAC,GAAG,QAAQ,cAAc,QAAQ,EAAE,GAAG,GAAG,IAAI,CAAC,CAAC,GAClE,UAAU,WAAW,CAAC,GAAG,QAAQ,cAAc,WAAW,EAAE,GAAG,GAAG,IAAI,CAAC,CAAC,GACxE,gBAAgB;AAAA,EAAW,CAAC,GAAG,QAC1C,cAAc,iBAAiB,EAAE,GAAG,GAAG,IAAI,CAAC;AAC9C,GACa,IAAI,WAAW,CAAC,GAAG,QAAQ,cAAc,KAAK,EAAE,GAAG,GAAG,IAAI,CAAC,CAAC,GAC5D,QAAQ,WAAW,CAAC,GAAG,QAAQ,cAAc,SAAS,EAAE,GAAG,GAAG,IAAI,CAAC,CAAC,GACpE,OAAO,WAAW,CAAC,GAAG,QAAQ,cAAc,QAAQ,EAAE,GAAG,GAAG,IAAI,CAAC,CAAC,GAClE,iBAAiB;AAAA,EAAW,CAAC,GAAG,QAC3C,cAAc,kBAAkB,EAAE,GAAG,GAAG,IAAI,CAAC;AAC/C,GACa,SAAS,WAAW,CAAC,GAAG,QAAQ,cAAc,UAAU,EAAE,GAAG,GAAG,IAAI,CAAC,CAAC,GACtE,OAAO,WAAW,CAAC,GAAG,QAAQ,cAAc,QAAQ,EAAE,GAAG,GAAG,IAAI,CAAC,CAAC,GAClE,OAAO,WAAW,CAAC,GAAG,QAAQ,cAAc,QAAQ,EAAE,GAAG,GAAG,IAAI,CAAC,CAAC,GAClE,UAAU,WAAW,CAAC,GAAG,QAAQ,cAAc,WAAW,EAAE,GAAG,GAAG,IAAI,CAAC,CAAC,GACxE,UAAU,WAAW,CAAC,GAAG,QAAQ,cAAc,WAAW,EAAE,GAAG,GAAG,IAAI,CAAC,CAAC,GACxE,WAAW,WAAW,CAAC,GAAG,QAAQ,cAAc,YAAY,EAAE,GAAG,GAAG,IAAI,CAAC,CAAC,GAC1E,iBAAiB;AAAA,EAAW,CAAC,GAAG,QAC3C,cAAc,kBAAkB,EAAE,GAAG,GAAG,IAAI,CAAC;AAC/C,GACa,OAAO,WAAW,CAAC,GAAG,QAAQ,cAAc,QAAQ,EAAE,GAAG,GAAG,IAAI,CAAC,CAAC,GAClE,QAAQ,WAAW,CAAC,GAAG,QAAQ,cAAc,SAAS,EAAE,GAAG,GAAG,IAAI,CAAC,CAAC,GACpE,OAAO,WAAW,CAAC,GAAG,QAAQ,cAAc,QAAQ,EAAE,GAAG,GAAG,IAAI,CAAC,CAAC,GAClE,MAAM,WAAW,CAAC,GAAG,QAAQ,cAAc,OAAO,EAAE,GAAG,GAAG,IAAI,CAAC,CAAC,GAChE,SAAS,WAAW,CAAC,GAAG,QAAQ,cAAc,UAAU,EAAE,GAAG,GAAG,IAAI,CAAC,CAAC,GACtE,OAAO,WAAW,CAAC,GAAG,QAAQ,cAAc,QAAQ,EAAE,GAAG,GAAG,IAAI,CAAC,CAAC,GAClE,WAAW,WAAW,CAAC,GAAG,QAAQ,cAAc,YAAY,EAAE,GAAG,GAAG,IAAI,CAAC,CAAC,GAC1E,QAAQ,WAAW,CAAC,GAAG,QAAQ,cAAc,SAAS,EAAE,GAAG,GAAG,IAAI,CAAC,CAAC,GACpE,MAAM,WAAW,CAAC,GAAG,QAAQ,cAAc,OAAO,EAAE,GAAG,GAAG,IAAI,CAAC,CAAC;AAE7E,IAAO,gBAAQ;",
5
- "names": []
6
- }
1
+ {"version":3,"names":["createElement","forwardRef","Circle","p","ref","ClipPath","Defs","Ellipse","ForeignObject","G","Image","Line","LinearGradient","Marker","Mask","Path","Pattern","Polygon","Polyline","RadialGradient","Rect","Shape","Stop","Svg","Symbol","Text","TextPath","TSpan","Use","index_default"],"sources":["../../src/index.js"],"sourcesContent":[null],"mappings":"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","ignoreList":[]}
@@ -1,104 +1,104 @@
1
1
  import { createElement, forwardRef } from "react";
2
2
  const Circle = forwardRef((p, ref) => createElement("circle", {
3
- ...p,
4
- ref
5
- })),
6
- ClipPath = forwardRef((p, ref) => createElement("clipPath", {
7
- ...p,
8
- ref
9
- })),
10
- Defs = forwardRef((p, ref) => createElement("defs", {
11
- ...p,
12
- ref
13
- })),
14
- Ellipse = forwardRef((p, ref) => createElement("ellipse", {
15
- ...p,
16
- ref
17
- })),
18
- ForeignObject = forwardRef((p, ref) => createElement("foreignObject", {
19
- ...p,
20
- ref
21
- })),
22
- G = forwardRef((p, ref) => createElement("g", {
23
- ...p,
24
- ref
25
- })),
26
- Image = forwardRef((p, ref) => createElement("image", {
27
- ...p,
28
- ref
29
- })),
30
- Line = forwardRef((p, ref) => createElement("line", {
31
- ...p,
32
- ref
33
- })),
34
- LinearGradient = forwardRef((p, ref) => createElement("linearGradient", {
35
- ...p,
36
- ref
37
- })),
38
- Marker = forwardRef((p, ref) => createElement("marker", {
39
- ...p,
40
- ref
41
- })),
42
- Mask = forwardRef((p, ref) => createElement("mask", {
43
- ...p,
44
- ref
45
- })),
46
- Path = forwardRef((p, ref) => createElement("path", {
47
- ...p,
48
- ref
49
- })),
50
- Pattern = forwardRef((p, ref) => createElement("pattern", {
51
- ...p,
52
- ref
53
- })),
54
- Polygon = forwardRef((p, ref) => createElement("polygon", {
55
- ...p,
56
- ref
57
- })),
58
- Polyline = forwardRef((p, ref) => createElement("polyline", {
59
- ...p,
60
- ref
61
- })),
62
- RadialGradient = forwardRef((p, ref) => createElement("radialGradient", {
63
- ...p,
64
- ref
65
- })),
66
- Rect = forwardRef((p, ref) => createElement("rect", {
67
- ...p,
68
- ref
69
- })),
70
- Shape = forwardRef((p, ref) => createElement("shape", {
71
- ...p,
72
- ref
73
- })),
74
- Stop = forwardRef((p, ref) => createElement("stop", {
75
- ...p,
76
- ref
77
- })),
78
- Svg = forwardRef((p, ref) => createElement("svg", {
79
- ...p,
80
- ref
81
- })),
82
- Symbol = forwardRef((p, ref) => createElement("symbol", {
83
- ...p,
84
- ref
85
- })),
86
- Text = forwardRef((p, ref) => createElement("text", {
87
- ...p,
88
- ref
89
- })),
90
- TextPath = forwardRef((p, ref) => createElement("clipPath", {
91
- ...p,
92
- ref
93
- })),
94
- TSpan = forwardRef((p, ref) => createElement("tSpan", {
95
- ...p,
96
- ref
97
- })),
98
- Use = forwardRef((p, ref) => createElement("use", {
99
- ...p,
100
- ref
101
- }));
3
+ ...p,
4
+ ref
5
+ }));
6
+ const ClipPath = forwardRef((p, ref) => createElement("clipPath", {
7
+ ...p,
8
+ ref
9
+ }));
10
+ const Defs = forwardRef((p, ref) => createElement("defs", {
11
+ ...p,
12
+ ref
13
+ }));
14
+ const Ellipse = forwardRef((p, ref) => createElement("ellipse", {
15
+ ...p,
16
+ ref
17
+ }));
18
+ const ForeignObject = forwardRef((p, ref) => createElement("foreignObject", {
19
+ ...p,
20
+ ref
21
+ }));
22
+ const G = forwardRef((p, ref) => createElement("g", {
23
+ ...p,
24
+ ref
25
+ }));
26
+ const Image = forwardRef((p, ref) => createElement("image", {
27
+ ...p,
28
+ ref
29
+ }));
30
+ const Line = forwardRef((p, ref) => createElement("line", {
31
+ ...p,
32
+ ref
33
+ }));
34
+ const LinearGradient = forwardRef((p, ref) => createElement("linearGradient", {
35
+ ...p,
36
+ ref
37
+ }));
38
+ const Marker = forwardRef((p, ref) => createElement("marker", {
39
+ ...p,
40
+ ref
41
+ }));
42
+ const Mask = forwardRef((p, ref) => createElement("mask", {
43
+ ...p,
44
+ ref
45
+ }));
46
+ const Path = forwardRef((p, ref) => createElement("path", {
47
+ ...p,
48
+ ref
49
+ }));
50
+ const Pattern = forwardRef((p, ref) => createElement("pattern", {
51
+ ...p,
52
+ ref
53
+ }));
54
+ const Polygon = forwardRef((p, ref) => createElement("polygon", {
55
+ ...p,
56
+ ref
57
+ }));
58
+ const Polyline = forwardRef((p, ref) => createElement("polyline", {
59
+ ...p,
60
+ ref
61
+ }));
62
+ const RadialGradient = forwardRef((p, ref) => createElement("radialGradient", {
63
+ ...p,
64
+ ref
65
+ }));
66
+ const Rect = forwardRef((p, ref) => createElement("rect", {
67
+ ...p,
68
+ ref
69
+ }));
70
+ const Shape = forwardRef((p, ref) => createElement("shape", {
71
+ ...p,
72
+ ref
73
+ }));
74
+ const Stop = forwardRef((p, ref) => createElement("stop", {
75
+ ...p,
76
+ ref
77
+ }));
78
+ const Svg = forwardRef((p, ref) => createElement("svg", {
79
+ ...p,
80
+ ref
81
+ }));
82
+ const Symbol = forwardRef((p, ref) => createElement("symbol", {
83
+ ...p,
84
+ ref
85
+ }));
86
+ const Text = forwardRef((p, ref) => createElement("text", {
87
+ ...p,
88
+ ref
89
+ }));
90
+ const TextPath = forwardRef((p, ref) => createElement("clipPath", {
91
+ ...p,
92
+ ref
93
+ }));
94
+ const TSpan = forwardRef((p, ref) => createElement("tSpan", {
95
+ ...p,
96
+ ref
97
+ }));
98
+ const Use = forwardRef((p, ref) => createElement("use", {
99
+ ...p,
100
+ ref
101
+ }));
102
102
  var index_default = Svg;
103
103
  export { Circle, ClipPath, Defs, Ellipse, ForeignObject, G, Image, Line, LinearGradient, Marker, Mask, Path, Pattern, Polygon, Polyline, RadialGradient, Rect, Shape, Stop, Svg, Symbol, TSpan, Text, TextPath, Use, index_default as default };
104
104
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"names":["createElement","forwardRef","Circle","p","ref","ClipPath","Defs","Ellipse","ForeignObject","G","Image","Line","LinearGradient","Marker","Mask","Path","Pattern","Polygon","Polyline","RadialGradient","Rect","Shape","Stop","Svg","Symbol","Text","TextPath","TSpan","Use","index_default"],"sources":["../../src/index.js"],"sourcesContent":[null],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["createElement","forwardRef","Circle","p","ref","ClipPath","Defs","Ellipse","ForeignObject","G","Image","Line","LinearGradient","Marker","Mask","Path","Pattern","Polygon","Polyline","RadialGradient","Rect","Shape","Stop","Svg","Symbol","Text","TextPath","TSpan","Use","index_default"],"sources":["../../src/index.js"],"sourcesContent":[null],"mappings":"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","ignoreList":[]}
package/package.json CHANGED
@@ -1,21 +1,18 @@
1
1
  {
2
2
  "name": "@tamagui/react-native-svg",
3
- "version": "2.0.0-rc.4",
3
+ "version": "2.0.0-rc.40",
4
4
  "type": "module",
5
5
  "main": "dist/cjs",
6
6
  "module": "dist/esm/index.js",
7
7
  "exports": {
8
8
  "./package.json": "./package.json",
9
9
  ".": {
10
- "react-native": {
11
- "module": "./dist/esm/index.native.js",
12
- "import": "./dist/esm/index.native.js",
13
- "require": "./dist/cjs/index.native.js"
14
- },
10
+ "react-native": "./dist/esm/index.native.js",
11
+ "browser": "./dist/esm/index.mjs",
15
12
  "module": "./dist/esm/index.mjs",
16
13
  "import": "./dist/esm/index.mjs",
17
14
  "require": "./dist/cjs/index.cjs",
18
- "default": "./dist/cjs/index.native.js"
15
+ "default": "./dist/esm/index.mjs"
19
16
  }
20
17
  },
21
18
  "publishConfig": {
@@ -28,8 +25,8 @@
28
25
  "clean:build": "tamagui-build clean:build"
29
26
  },
30
27
  "devDependencies": {
31
- "@tamagui/build": "2.0.0-rc.4",
32
- "react-native-svg": "15.12.1"
28
+ "@tamagui/build": "2.0.0-rc.40",
29
+ "react-native-svg": "15.15.3"
33
30
  },
34
31
  "peerDependencies": {
35
32
  "react-native-svg": "*"
package/dist/cjs/index.js DELETED
@@ -1,54 +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 index_exports = {};
16
- __export(index_exports, {
17
- Circle: () => Circle,
18
- ClipPath: () => ClipPath,
19
- Defs: () => Defs,
20
- Ellipse: () => Ellipse,
21
- ForeignObject: () => ForeignObject,
22
- G: () => G,
23
- Image: () => Image,
24
- Line: () => Line,
25
- LinearGradient: () => LinearGradient,
26
- Marker: () => Marker,
27
- Mask: () => Mask,
28
- Path: () => Path,
29
- Pattern: () => Pattern,
30
- Polygon: () => Polygon,
31
- Polyline: () => Polyline,
32
- RadialGradient: () => RadialGradient,
33
- Rect: () => Rect,
34
- Shape: () => Shape,
35
- Stop: () => Stop,
36
- Svg: () => Svg,
37
- Symbol: () => Symbol2,
38
- TSpan: () => TSpan,
39
- Text: () => Text,
40
- TextPath: () => TextPath,
41
- Use: () => Use,
42
- default: () => index_default
43
- });
44
- module.exports = __toCommonJS(index_exports);
45
- var import_react = require("react");
46
- const Circle = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("circle", { ...p, ref })), ClipPath = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("clipPath", { ...p, ref })), Defs = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("defs", { ...p, ref })), Ellipse = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("ellipse", { ...p, ref })), ForeignObject = (0, import_react.forwardRef)(
47
- (p, ref) => (0, import_react.createElement)("foreignObject", { ...p, ref })
48
- ), G = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("g", { ...p, ref })), Image = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("image", { ...p, ref })), Line = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("line", { ...p, ref })), LinearGradient = (0, import_react.forwardRef)(
49
- (p, ref) => (0, import_react.createElement)("linearGradient", { ...p, ref })
50
- ), Marker = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("marker", { ...p, ref })), Mask = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("mask", { ...p, ref })), Path = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("path", { ...p, ref })), Pattern = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("pattern", { ...p, ref })), Polygon = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("polygon", { ...p, ref })), Polyline = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("polyline", { ...p, ref })), RadialGradient = (0, import_react.forwardRef)(
51
- (p, ref) => (0, import_react.createElement)("radialGradient", { ...p, ref })
52
- ), Rect = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("rect", { ...p, ref })), Shape = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("shape", { ...p, ref })), Stop = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("stop", { ...p, ref })), Svg = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("svg", { ...p, ref })), Symbol2 = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("symbol", { ...p, ref })), Text = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("text", { ...p, ref })), TextPath = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("clipPath", { ...p, ref })), TSpan = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("tSpan", { ...p, ref })), Use = (0, import_react.forwardRef)((p, ref) => (0, import_react.createElement)("use", { ...p, ref }));
53
- var index_default = Svg;
54
- //# sourceMappingURL=index.js.map
@@ -1,6 +0,0 @@
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,mBAA0C;AAEnC,MAAM,aAAS,yBAAW,CAAC,GAAG,YAAQ,4BAAc,UAAU,EAAE,GAAG,GAAG,IAAI,CAAC,CAAC,GACtE,eAAW,yBAAW,CAAC,GAAG,YAAQ,4BAAc,YAAY,EAAE,GAAG,GAAG,IAAI,CAAC,CAAC,GAC1E,WAAO,yBAAW,CAAC,GAAG,YAAQ,4BAAc,QAAQ,EAAE,GAAG,GAAG,IAAI,CAAC,CAAC,GAClE,cAAU,yBAAW,CAAC,GAAG,YAAQ,4BAAc,WAAW,EAAE,GAAG,GAAG,IAAI,CAAC,CAAC,GACxE,oBAAgB;AAAA,EAAW,CAAC,GAAG,YAC1C,4BAAc,iBAAiB,EAAE,GAAG,GAAG,IAAI,CAAC;AAC9C,GACa,QAAI,yBAAW,CAAC,GAAG,YAAQ,4BAAc,KAAK,EAAE,GAAG,GAAG,IAAI,CAAC,CAAC,GAC5D,YAAQ,yBAAW,CAAC,GAAG,YAAQ,4BAAc,SAAS,EAAE,GAAG,GAAG,IAAI,CAAC,CAAC,GACpE,WAAO,yBAAW,CAAC,GAAG,YAAQ,4BAAc,QAAQ,EAAE,GAAG,GAAG,IAAI,CAAC,CAAC,GAClE,qBAAiB;AAAA,EAAW,CAAC,GAAG,YAC3C,4BAAc,kBAAkB,EAAE,GAAG,GAAG,IAAI,CAAC;AAC/C,GACa,aAAS,yBAAW,CAAC,GAAG,YAAQ,4BAAc,UAAU,EAAE,GAAG,GAAG,IAAI,CAAC,CAAC,GACtE,WAAO,yBAAW,CAAC,GAAG,YAAQ,4BAAc,QAAQ,EAAE,GAAG,GAAG,IAAI,CAAC,CAAC,GAClE,WAAO,yBAAW,CAAC,GAAG,YAAQ,4BAAc,QAAQ,EAAE,GAAG,GAAG,IAAI,CAAC,CAAC,GAClE,cAAU,yBAAW,CAAC,GAAG,YAAQ,4BAAc,WAAW,EAAE,GAAG,GAAG,IAAI,CAAC,CAAC,GACxE,cAAU,yBAAW,CAAC,GAAG,YAAQ,4BAAc,WAAW,EAAE,GAAG,GAAG,IAAI,CAAC,CAAC,GACxE,eAAW,yBAAW,CAAC,GAAG,YAAQ,4BAAc,YAAY,EAAE,GAAG,GAAG,IAAI,CAAC,CAAC,GAC1E,qBAAiB;AAAA,EAAW,CAAC,GAAG,YAC3C,4BAAc,kBAAkB,EAAE,GAAG,GAAG,IAAI,CAAC;AAC/C,GACa,WAAO,yBAAW,CAAC,GAAG,YAAQ,4BAAc,QAAQ,EAAE,GAAG,GAAG,IAAI,CAAC,CAAC,GAClE,YAAQ,yBAAW,CAAC,GAAG,YAAQ,4BAAc,SAAS,EAAE,GAAG,GAAG,IAAI,CAAC,CAAC,GACpE,WAAO,yBAAW,CAAC,GAAG,YAAQ,4BAAc,QAAQ,EAAE,GAAG,GAAG,IAAI,CAAC,CAAC,GAClE,UAAM,yBAAW,CAAC,GAAG,YAAQ,4BAAc,OAAO,EAAE,GAAG,GAAG,IAAI,CAAC,CAAC,GAChEA,cAAS,yBAAW,CAAC,GAAG,YAAQ,4BAAc,UAAU,EAAE,GAAG,GAAG,IAAI,CAAC,CAAC,GACtE,WAAO,yBAAW,CAAC,GAAG,YAAQ,4BAAc,QAAQ,EAAE,GAAG,GAAG,IAAI,CAAC,CAAC,GAClE,eAAW,yBAAW,CAAC,GAAG,YAAQ,4BAAc,YAAY,EAAE,GAAG,GAAG,IAAI,CAAC,CAAC,GAC1E,YAAQ,yBAAW,CAAC,GAAG,YAAQ,4BAAc,SAAS,EAAE,GAAG,GAAG,IAAI,CAAC,CAAC,GACpE,UAAM,yBAAW,CAAC,GAAG,YAAQ,4BAAc,OAAO,EAAE,GAAG,GAAG,IAAI,CAAC,CAAC;AAE7E,IAAO,gBAAQ;",
5
- "names": ["Symbol"]
6
- }