@tamagui/react-native-svg 1.113.0 → 1.113.2

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,154 +1,156 @@
1
1
  import { createElement, forwardRef } from "react";
2
- var Circle = forwardRef(function (p, ref) {
3
- return createElement("circle", {
4
- ...p,
5
- ref
6
- });
7
- }),
8
- ClipPath = forwardRef(function (p, ref) {
9
- return createElement("clipPath", {
10
- ...p,
11
- ref
12
- });
13
- }),
14
- Defs = forwardRef(function (p, ref) {
15
- return createElement("defs", {
16
- ...p,
17
- ref
18
- });
19
- }),
20
- Ellipse = forwardRef(function (p, ref) {
21
- return createElement("ellipse", {
22
- ...p,
23
- ref
24
- });
25
- }),
26
- ForeignObject = forwardRef(function (p, ref) {
27
- return createElement("foreignObject", {
28
- ...p,
29
- ref
30
- });
31
- }),
32
- G = forwardRef(function (p, ref) {
33
- return createElement("g", {
34
- ...p,
35
- ref
36
- });
37
- }),
38
- Image = forwardRef(function (p, ref) {
39
- return createElement("image", {
40
- ...p,
41
- ref
42
- });
43
- }),
44
- Line = forwardRef(function (p, ref) {
45
- return createElement("line", {
46
- ...p,
47
- ref
48
- });
49
- }),
50
- LinearGradient = forwardRef(function (p, ref) {
51
- return createElement("linearGradient", {
52
- ...p,
53
- ref
54
- });
55
- }),
56
- Marker = forwardRef(function (p, ref) {
57
- return createElement("marker", {
58
- ...p,
59
- ref
60
- });
61
- }),
62
- Mask = forwardRef(function (p, ref) {
63
- return createElement("mask", {
64
- ...p,
65
- ref
66
- });
67
- }),
68
- Path = forwardRef(function (p, ref) {
69
- return createElement("path", {
70
- ...p,
71
- ref
72
- });
73
- }),
74
- Pattern = forwardRef(function (p, ref) {
75
- return createElement("pattern", {
76
- ...p,
77
- ref
78
- });
79
- }),
80
- Polygon = forwardRef(function (p, ref) {
81
- return createElement("polygon", {
82
- ...p,
83
- ref
84
- });
85
- }),
86
- Polyline = forwardRef(function (p, ref) {
87
- return createElement("polyline", {
88
- ...p,
89
- ref
90
- });
91
- }),
92
- RadialGradient = forwardRef(function (p, ref) {
93
- return createElement("radialGradient", {
94
- ...p,
95
- ref
96
- });
97
- }),
98
- Rect = forwardRef(function (p, ref) {
99
- return createElement("rect", {
100
- ...p,
101
- ref
102
- });
103
- }),
104
- Shape = forwardRef(function (p, ref) {
105
- return createElement("shape", {
106
- ...p,
107
- ref
108
- });
109
- }),
110
- Stop = forwardRef(function (p, ref) {
111
- return createElement("stop", {
112
- ...p,
113
- ref
114
- });
115
- }),
116
- Svg = forwardRef(function (p, ref) {
117
- return createElement("svg", {
118
- ...p,
119
- ref
120
- });
121
- }),
122
- Symbol = forwardRef(function (p, ref) {
123
- return createElement("symbol", {
124
- ...p,
125
- ref
126
- });
127
- }),
128
- Text = forwardRef(function (p, ref) {
129
- return createElement("text", {
130
- ...p,
131
- ref
132
- });
133
- }),
134
- TextPath = forwardRef(function (p, ref) {
135
- return createElement("clipPath", {
136
- ...p,
137
- ref
138
- });
139
- }),
140
- TSpan = forwardRef(function (p, ref) {
141
- return createElement("tSpan", {
142
- ...p,
143
- ref
144
- });
145
- }),
146
- Use = forwardRef(function (p, ref) {
147
- return createElement("use", {
148
- ...p,
149
- ref
150
- });
151
- }),
152
- src_default = Svg;
153
- 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, src_default as default };
154
- //# sourceMappingURL=index.native.js.map
2
+ var Circle = forwardRef(function(p, ref) {
3
+ return createElement("circle", {
4
+ ...p,
5
+ ref
6
+ });
7
+ }), ClipPath = forwardRef(function(p, ref) {
8
+ return createElement("clipPath", {
9
+ ...p,
10
+ ref
11
+ });
12
+ }), Defs = forwardRef(function(p, ref) {
13
+ return createElement("defs", {
14
+ ...p,
15
+ ref
16
+ });
17
+ }), Ellipse = forwardRef(function(p, ref) {
18
+ return createElement("ellipse", {
19
+ ...p,
20
+ ref
21
+ });
22
+ }), ForeignObject = forwardRef(function(p, ref) {
23
+ return createElement("foreignObject", {
24
+ ...p,
25
+ ref
26
+ });
27
+ }), G = forwardRef(function(p, ref) {
28
+ return createElement("g", {
29
+ ...p,
30
+ ref
31
+ });
32
+ }), Image = forwardRef(function(p, ref) {
33
+ return createElement("image", {
34
+ ...p,
35
+ ref
36
+ });
37
+ }), Line = forwardRef(function(p, ref) {
38
+ return createElement("line", {
39
+ ...p,
40
+ ref
41
+ });
42
+ }), LinearGradient = forwardRef(function(p, ref) {
43
+ return createElement("linearGradient", {
44
+ ...p,
45
+ ref
46
+ });
47
+ }), Marker = forwardRef(function(p, ref) {
48
+ return createElement("marker", {
49
+ ...p,
50
+ ref
51
+ });
52
+ }), Mask = forwardRef(function(p, ref) {
53
+ return createElement("mask", {
54
+ ...p,
55
+ ref
56
+ });
57
+ }), Path = forwardRef(function(p, ref) {
58
+ return createElement("path", {
59
+ ...p,
60
+ ref
61
+ });
62
+ }), Pattern = forwardRef(function(p, ref) {
63
+ return createElement("pattern", {
64
+ ...p,
65
+ ref
66
+ });
67
+ }), Polygon = forwardRef(function(p, ref) {
68
+ return createElement("polygon", {
69
+ ...p,
70
+ ref
71
+ });
72
+ }), Polyline = forwardRef(function(p, ref) {
73
+ return createElement("polyline", {
74
+ ...p,
75
+ ref
76
+ });
77
+ }), RadialGradient = forwardRef(function(p, ref) {
78
+ return createElement("radialGradient", {
79
+ ...p,
80
+ ref
81
+ });
82
+ }), Rect = forwardRef(function(p, ref) {
83
+ return createElement("rect", {
84
+ ...p,
85
+ ref
86
+ });
87
+ }), Shape = forwardRef(function(p, ref) {
88
+ return createElement("shape", {
89
+ ...p,
90
+ ref
91
+ });
92
+ }), Stop = forwardRef(function(p, ref) {
93
+ return createElement("stop", {
94
+ ...p,
95
+ ref
96
+ });
97
+ }), Svg = forwardRef(function(p, ref) {
98
+ return createElement("svg", {
99
+ ...p,
100
+ ref
101
+ });
102
+ }), Symbol = forwardRef(function(p, ref) {
103
+ return createElement("symbol", {
104
+ ...p,
105
+ ref
106
+ });
107
+ }), Text = forwardRef(function(p, ref) {
108
+ return createElement("text", {
109
+ ...p,
110
+ ref
111
+ });
112
+ }), TextPath = forwardRef(function(p, ref) {
113
+ return createElement("clipPath", {
114
+ ...p,
115
+ ref
116
+ });
117
+ }), TSpan = forwardRef(function(p, ref) {
118
+ return createElement("tSpan", {
119
+ ...p,
120
+ ref
121
+ });
122
+ }), Use = forwardRef(function(p, ref) {
123
+ return createElement("use", {
124
+ ...p,
125
+ ref
126
+ });
127
+ }), src_default = Svg;
128
+ export {
129
+ Circle,
130
+ ClipPath,
131
+ Defs,
132
+ Ellipse,
133
+ ForeignObject,
134
+ G,
135
+ Image,
136
+ Line,
137
+ LinearGradient,
138
+ Marker,
139
+ Mask,
140
+ Path,
141
+ Pattern,
142
+ Polygon,
143
+ Polyline,
144
+ RadialGradient,
145
+ Rect,
146
+ Shape,
147
+ Stop,
148
+ Svg,
149
+ Symbol,
150
+ TSpan,
151
+ Text,
152
+ TextPath,
153
+ Use,
154
+ src_default as default
155
+ };
156
+ //# sourceMappingURL=index.js.map
@@ -1 +1,6 @@
1
- {"version":3,"names":["createElement","forwardRef","Circle","p","ref","ClipPath"],"sources":["../../src/index.js"],"sourcesContent":[null],"mappings":"AAAA,SAASA,aAAA,EAAeC,UAAA,QAAkB;AAEnC,IAAAC,MAAM,GAAAD,UAAS,WAAeE,CAAA,EAAAC,GAAQ;IAIL,OAAIJ,aAC1C,SAAc;MAEH,GAAIG,CAAA;MAGyBC;IAE1C,CACa;EAMiB,EAAW;EAACC,QAAG,GAC3CJ,UAAA,WAAcE,CAAA,EAAAC,GAAA;IAChB,OACaJ,aAAmB,WAAW;MAUpC,GAAAG,CAAA","ignoreList":[]}
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../src/Users/n8/tamagui/code/packages/react-native-svg/src/index.js"],
4
+ "mappings": "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",
5
+ "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"]
6
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/react-native-svg",
3
- "version": "1.113.0",
3
+ "version": "1.113.2",
4
4
  "main": "dist/cjs",
5
5
  "type": "module",
6
6
  "module": "dist/esm/index.js",
@@ -23,6 +23,6 @@
23
23
  "clean:build": "tamagui-build clean:build"
24
24
  },
25
25
  "devDependencies": {
26
- "@tamagui/build": "1.113.0"
26
+ "@tamagui/build": "1.113.2"
27
27
  }
28
28
  }