@tamagui/react-native-svg 2.0.0-rc.30 → 2.0.0-rc.31

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/react-native-svg",
3
- "version": "2.0.0-rc.30",
3
+ "version": "2.0.0-rc.31",
4
4
  "type": "module",
5
5
  "main": "dist/cjs",
6
6
  "module": "dist/esm/index.js",
@@ -25,7 +25,7 @@
25
25
  "clean:build": "tamagui-build clean:build"
26
26
  },
27
27
  "devDependencies": {
28
- "@tamagui/build": "2.0.0-rc.30",
28
+ "@tamagui/build": "2.0.0-rc.31",
29
29
  "react-native-svg": "15.15.3"
30
30
  },
31
31
  "peerDependencies": {
package/dist/cjs/index.js DELETED
@@ -1,152 +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) __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, {
13
- get: () => from[key],
14
- enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
15
- });
16
- return to;
17
- };
18
- var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
19
- value: !0
20
- }), mod);
21
- var index_exports = {};
22
- __export(index_exports, {
23
- Circle: () => Circle,
24
- ClipPath: () => ClipPath,
25
- Defs: () => Defs,
26
- Ellipse: () => Ellipse,
27
- ForeignObject: () => ForeignObject,
28
- G: () => G,
29
- Image: () => Image,
30
- Line: () => Line,
31
- LinearGradient: () => LinearGradient,
32
- Marker: () => Marker,
33
- Mask: () => Mask,
34
- Path: () => Path,
35
- Pattern: () => Pattern,
36
- Polygon: () => Polygon,
37
- Polyline: () => Polyline,
38
- RadialGradient: () => RadialGradient,
39
- Rect: () => Rect,
40
- Shape: () => Shape,
41
- Stop: () => Stop,
42
- Svg: () => Svg,
43
- Symbol: () => Symbol2,
44
- TSpan: () => TSpan,
45
- Text: () => Text,
46
- TextPath: () => TextPath,
47
- Use: () => Use,
48
- default: () => index_default
49
- });
50
- module.exports = __toCommonJS(index_exports);
51
- var import_react = require("react");
52
- 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
- }));
152
- var index_default = Svg;
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/index.js"],
4
- "mappings": "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",
5
- "names": ["Symbol"]
6
- }