@tamagui/react-native-svg 1.135.4 → 1.135.6

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 +1 @@
1
- built @tamagui/react-native-svg in 96 ms
1
+ built @tamagui/react-native-svg in 126 ms
@@ -1,18 +1,25 @@
1
1
  "use strict";
2
+
2
3
  var __defProp = Object.defineProperty;
3
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
5
  var __getOwnPropNames = Object.getOwnPropertyNames;
5
6
  var __hasOwnProp = Object.prototype.hasOwnProperty;
6
7
  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);
8
+ for (var name in all) __defProp(target, name, {
9
+ get: all[name],
10
+ enumerable: !0
11
+ });
12
+ },
13
+ __copyProps = (to, from, except, desc) => {
14
+ if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
15
+ get: () => from[key],
16
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
17
+ });
18
+ return to;
19
+ };
20
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
21
+ value: !0
22
+ }), mod);
16
23
  var index_exports = {};
17
24
  __export(index_exports, {
18
25
  Circle: () => Circle,
@@ -43,158 +50,156 @@ __export(index_exports, {
43
50
  default: () => index_default
44
51
  });
45
52
  module.exports = __toCommonJS(index_exports);
46
- var import_react = require("react"), Circle = (0, import_react.forwardRef)(function(p, ref) {
47
- return (0, import_react.createElement)("circle", {
48
- ...p,
49
- ref
50
- });
51
- }), ClipPath = (0, import_react.forwardRef)(function(p, ref) {
52
- return (0, import_react.createElement)("clipPath", {
53
- ...p,
54
- ref
55
- });
56
- }), Defs = (0, import_react.forwardRef)(function(p, ref) {
57
- return (0, import_react.createElement)("defs", {
58
- ...p,
59
- ref
60
- });
61
- }), Ellipse = (0, import_react.forwardRef)(function(p, ref) {
62
- return (0, import_react.createElement)("ellipse", {
63
- ...p,
64
- ref
65
- });
66
- }), ForeignObject = (0, import_react.forwardRef)(function(p, ref) {
67
- return (0, import_react.createElement)("foreignObject", {
68
- ...p,
69
- ref
70
- });
71
- }), G = (0, import_react.forwardRef)(function(p, ref) {
72
- return (0, import_react.createElement)("g", {
73
- ...p,
74
- ref
75
- });
76
- }), Image = (0, import_react.forwardRef)(function(p, ref) {
77
- return (0, import_react.createElement)("image", {
78
- ...p,
79
- ref
80
- });
81
- }), Line = (0, import_react.forwardRef)(function(p, ref) {
82
- return (0, import_react.createElement)("line", {
83
- ...p,
84
- ref
85
- });
86
- }), LinearGradient = (0, import_react.forwardRef)(function(p, ref) {
87
- return (0, import_react.createElement)("linearGradient", {
88
- ...p,
89
- ref
90
- });
91
- }), Marker = (0, import_react.forwardRef)(function(p, ref) {
92
- return (0, import_react.createElement)("marker", {
93
- ...p,
94
- ref
95
- });
96
- }), Mask = (0, import_react.forwardRef)(function(p, ref) {
97
- return (0, import_react.createElement)("mask", {
98
- ...p,
99
- ref
100
- });
101
- }), Path = (0, import_react.forwardRef)(function(p, ref) {
102
- return (0, import_react.createElement)("path", {
103
- ...p,
104
- ref
105
- });
106
- }), Pattern = (0, import_react.forwardRef)(function(p, ref) {
107
- return (0, import_react.createElement)("pattern", {
108
- ...p,
109
- ref
110
- });
111
- }), Polygon = (0, import_react.forwardRef)(function(p, ref) {
112
- return (0, import_react.createElement)("polygon", {
113
- ...p,
114
- ref
115
- });
116
- }), Polyline = (0, import_react.forwardRef)(function(p, ref) {
117
- return (0, import_react.createElement)("polyline", {
118
- ...p,
119
- ref
120
- });
121
- }), RadialGradient = (0, import_react.forwardRef)(function(p, ref) {
122
- return (0, import_react.createElement)("radialGradient", {
123
- ...p,
124
- ref
125
- });
126
- }), Rect = (0, import_react.forwardRef)(function(p, ref) {
127
- return (0, import_react.createElement)("rect", {
128
- ...p,
129
- ref
130
- });
131
- }), Shape = (0, import_react.forwardRef)(function(p, ref) {
132
- return (0, import_react.createElement)("shape", {
133
- ...p,
134
- ref
135
- });
136
- }), Stop = (0, import_react.forwardRef)(function(p, ref) {
137
- return (0, import_react.createElement)("stop", {
138
- ...p,
139
- ref
140
- });
141
- }), Svg = (0, import_react.forwardRef)(function(p, ref) {
142
- return (0, import_react.createElement)("svg", {
143
- ...p,
144
- ref
145
- });
146
- }), Symbol2 = (0, import_react.forwardRef)(function(p, ref) {
147
- return (0, import_react.createElement)("symbol", {
148
- ...p,
149
- ref
150
- });
151
- }), Text = (0, import_react.forwardRef)(function(p, ref) {
152
- return (0, import_react.createElement)("text", {
153
- ...p,
154
- ref
155
- });
156
- }), TextPath = (0, import_react.forwardRef)(function(p, ref) {
157
- return (0, import_react.createElement)("clipPath", {
158
- ...p,
159
- ref
160
- });
161
- }), TSpan = (0, import_react.forwardRef)(function(p, ref) {
162
- return (0, import_react.createElement)("tSpan", {
163
- ...p,
164
- ref
165
- });
166
- }), Use = (0, import_react.forwardRef)(function(p, ref) {
167
- return (0, import_react.createElement)("use", {
168
- ...p,
169
- ref
170
- });
171
- }), index_default = Svg;
172
- // Annotate the CommonJS export names for ESM import in node:
173
- 0 && (module.exports = {
174
- Circle,
175
- ClipPath,
176
- Defs,
177
- Ellipse,
178
- ForeignObject,
179
- G,
180
- Image,
181
- Line,
182
- LinearGradient,
183
- Marker,
184
- Mask,
185
- Path,
186
- Pattern,
187
- Polygon,
188
- Polyline,
189
- RadialGradient,
190
- Rect,
191
- Shape,
192
- Stop,
193
- Svg,
194
- Symbol,
195
- TSpan,
196
- Text,
197
- TextPath,
198
- Use
199
- });
200
- //# sourceMappingURL=index.js.map
53
+ var import_react = require("react"),
54
+ Circle = (0, import_react.forwardRef)(function (p, ref) {
55
+ return (0, import_react.createElement)("circle", {
56
+ ...p,
57
+ ref
58
+ });
59
+ }),
60
+ ClipPath = (0, import_react.forwardRef)(function (p, ref) {
61
+ return (0, import_react.createElement)("clipPath", {
62
+ ...p,
63
+ ref
64
+ });
65
+ }),
66
+ Defs = (0, import_react.forwardRef)(function (p, ref) {
67
+ return (0, import_react.createElement)("defs", {
68
+ ...p,
69
+ ref
70
+ });
71
+ }),
72
+ Ellipse = (0, import_react.forwardRef)(function (p, ref) {
73
+ return (0, import_react.createElement)("ellipse", {
74
+ ...p,
75
+ ref
76
+ });
77
+ }),
78
+ ForeignObject = (0, import_react.forwardRef)(function (p, ref) {
79
+ return (0, import_react.createElement)("foreignObject", {
80
+ ...p,
81
+ ref
82
+ });
83
+ }),
84
+ G = (0, import_react.forwardRef)(function (p, ref) {
85
+ return (0, import_react.createElement)("g", {
86
+ ...p,
87
+ ref
88
+ });
89
+ }),
90
+ Image = (0, import_react.forwardRef)(function (p, ref) {
91
+ return (0, import_react.createElement)("image", {
92
+ ...p,
93
+ ref
94
+ });
95
+ }),
96
+ Line = (0, import_react.forwardRef)(function (p, ref) {
97
+ return (0, import_react.createElement)("line", {
98
+ ...p,
99
+ ref
100
+ });
101
+ }),
102
+ LinearGradient = (0, import_react.forwardRef)(function (p, ref) {
103
+ return (0, import_react.createElement)("linearGradient", {
104
+ ...p,
105
+ ref
106
+ });
107
+ }),
108
+ Marker = (0, import_react.forwardRef)(function (p, ref) {
109
+ return (0, import_react.createElement)("marker", {
110
+ ...p,
111
+ ref
112
+ });
113
+ }),
114
+ Mask = (0, import_react.forwardRef)(function (p, ref) {
115
+ return (0, import_react.createElement)("mask", {
116
+ ...p,
117
+ ref
118
+ });
119
+ }),
120
+ Path = (0, import_react.forwardRef)(function (p, ref) {
121
+ return (0, import_react.createElement)("path", {
122
+ ...p,
123
+ ref
124
+ });
125
+ }),
126
+ Pattern = (0, import_react.forwardRef)(function (p, ref) {
127
+ return (0, import_react.createElement)("pattern", {
128
+ ...p,
129
+ ref
130
+ });
131
+ }),
132
+ Polygon = (0, import_react.forwardRef)(function (p, ref) {
133
+ return (0, import_react.createElement)("polygon", {
134
+ ...p,
135
+ ref
136
+ });
137
+ }),
138
+ Polyline = (0, import_react.forwardRef)(function (p, ref) {
139
+ return (0, import_react.createElement)("polyline", {
140
+ ...p,
141
+ ref
142
+ });
143
+ }),
144
+ RadialGradient = (0, import_react.forwardRef)(function (p, ref) {
145
+ return (0, import_react.createElement)("radialGradient", {
146
+ ...p,
147
+ ref
148
+ });
149
+ }),
150
+ Rect = (0, import_react.forwardRef)(function (p, ref) {
151
+ return (0, import_react.createElement)("rect", {
152
+ ...p,
153
+ ref
154
+ });
155
+ }),
156
+ Shape = (0, import_react.forwardRef)(function (p, ref) {
157
+ return (0, import_react.createElement)("shape", {
158
+ ...p,
159
+ ref
160
+ });
161
+ }),
162
+ Stop = (0, import_react.forwardRef)(function (p, ref) {
163
+ return (0, import_react.createElement)("stop", {
164
+ ...p,
165
+ ref
166
+ });
167
+ }),
168
+ Svg = (0, import_react.forwardRef)(function (p, ref) {
169
+ return (0, import_react.createElement)("svg", {
170
+ ...p,
171
+ ref
172
+ });
173
+ }),
174
+ Symbol2 = (0, import_react.forwardRef)(function (p, ref) {
175
+ return (0, import_react.createElement)("symbol", {
176
+ ...p,
177
+ ref
178
+ });
179
+ }),
180
+ Text = (0, import_react.forwardRef)(function (p, ref) {
181
+ return (0, import_react.createElement)("text", {
182
+ ...p,
183
+ ref
184
+ });
185
+ }),
186
+ TextPath = (0, import_react.forwardRef)(function (p, ref) {
187
+ return (0, import_react.createElement)("clipPath", {
188
+ ...p,
189
+ ref
190
+ });
191
+ }),
192
+ TSpan = (0, import_react.forwardRef)(function (p, ref) {
193
+ return (0, import_react.createElement)("tSpan", {
194
+ ...p,
195
+ ref
196
+ });
197
+ }),
198
+ Use = (0, import_react.forwardRef)(function (p, ref) {
199
+ return (0, import_react.createElement)("use", {
200
+ ...p,
201
+ ref
202
+ });
203
+ }),
204
+ index_default = Svg;
205
+ //# sourceMappingURL=index.native.js.map
@@ -1,6 +1 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/index.js"],
4
- "mappings": "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",
5
- "names": ["Symbol"]
6
- }
1
+ {"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","index_exports","__export","Circle","ClipPath","Defs","Ellipse","ForeignObject","G","Image","Line","LinearGradient","Marker","Mask","Path","Pattern","Polygon","Polyline","RadialGradient","Rect","Shape","Stop","Svg","Symbol","Symbol2","TSpan","Text","TextPath","Use","default","index_default","module","exports","import_react","require","forwardRef","p","ref","createElement"],"sources":["../../src/index.js"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,GAAA,IAAAC,WAAA,CAAAC,SAAA;EAAAC,KAAA;AAAA,IAAAH,GAAA;AAAA,IAAAI,aAAA;AAAAC,QAAA,CAAAD,aAAA;EAAAE,MAAA,EAAAA,CAAA,KAAAA,MAAA;EAAAC,QAAA,EAAAA,CAAA,KAAAA,QAAA;EAAAC,IAAA,EAAAA,CAAA,KAAAA,IAAA;EAAAC,OAAA,EAAAA,CAAA,KAAAA,OAAA;EAAAC,aAAA,EAAAA,CAAA,KAAAA,aAAA;EAAAC,CAAA,EAAAA,CAAA,KAAAA,CAAA;EAAAC,KAAA,EAAAA,CAAA,KAAAA,KAAA;EAAAC,IAAA,EAAAA,CAAA,KAAAA,IAAA;EAAAC,cAAA,EAAAA,CAAA,KAAAA,cAAA;EAAAC,MAAA,EAAAA,CAAA,KAAAA,MAAA;EAAAC,IAAA,EAAAA,CAAA,KAAAA,IAAA;EAAAC,IAAA,EAAAA,CAAA,KAAAA,IAAA;EAAAC,OAAA,EAAAA,CAAA,KAAAA,OAAA;EAAAC,OAAA,EAAAA,CAAA,KAAAA,OAAA;EAAAC,QAAA,EAAAA,CAAA,KAAAA,QAAA;EAAAC,cAAA,EAAAA,CAAA,KAAAA,cAAA;EAAAC,IAAA,EAAAA,CAAA,KAAAA,IAAA;EAAAC,KAAA,EAAAA,CAAA,KAAAA,KAAA;EAAAC,IAAA,EAAAA,CAAA,KAAAA,IAAA;EAAAC,GAAA,EAAAA,CAAA,KAAAA,GAAA;EAAAC,MAAA,EAAAA,CAAA,KAAAC,OAAA;EAAAC,KAAA,EAAAA,CAAA,KAAAA,KAAA;EAAAC,IAAA,EAAAA,CAAA,KAAAA,IAAA;EAAAC,QAAA,EAAAA,CAAA,KAAAA,QAAA;EAAAC,GAAA,EAAAA,CAAA,KAAAA,GAAA;EAAAC,OAAA,EAAAA,CAAA,KAAAC;AAAA;AAAAC,MAAA,CAAAC,OAAA,GAAApC,YAA0C,CAAAK,aAAA;AAEnC,IAAAgC,YAAM,GAASC,OAAA;EAAA/B,MAAA,GAAY,EAAG,EAAA8B,YAAQ,CAAAE,UAAA,YAAAC,CAAA,EAAAC,GAAc;IAInB,OAAI,IAAAJ,YAC1C,CAAAK,aAAA,UAAc;MAEH,GAAAF,CAAA;MAG6BC;IAE1C,CACa;EAMiB,EAAW;EAACjC,QAAG,OAC3C6B,YAAA,CAAAE,UAAA,YAAcC,CAAA,EAAAC,GAAA;IAChB,OACa,IAAAJ,YAAO,CAAAK,aAAW,EAAC,UAAG;MAU5B,GAAAF,CAAA","ignoreList":[]}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/react-native-svg",
3
- "version": "1.135.4",
3
+ "version": "1.135.6",
4
4
  "main": "dist/cjs",
5
5
  "type": "module",
6
6
  "module": "dist/esm/index.js",
@@ -26,6 +26,6 @@
26
26
  "clean:build": "tamagui-build clean:build"
27
27
  },
28
28
  "devDependencies": {
29
- "@tamagui/build": "1.135.4"
29
+ "@tamagui/build": "1.135.6"
30
30
  }
31
31
  }