@tamagui/react-native-svg
Advanced tools
Comparing version 1.0.1-beta.148 to 1.0.1-beta.149
@@ -45,3 +45,4 @@ "use strict"; | ||
TextPath: () => TextPath, | ||
Use: () => Use | ||
Use: () => Use, | ||
default: () => src_default | ||
}); | ||
@@ -75,2 +76,29 @@ module.exports = __toCommonJS(src_exports); | ||
const Use = (p) => (0, import_react.createElement)("use", p); | ||
var src_default = { | ||
Circle, | ||
ClipPath, | ||
Defs, | ||
Ellipse, | ||
ForeignObject, | ||
G, | ||
Image, | ||
Line, | ||
LinearGradient, | ||
Marker, | ||
Mask, | ||
Path, | ||
Pattern, | ||
Polygon, | ||
Polyline, | ||
RadialGradient, | ||
Rect, | ||
Shape, | ||
Stop, | ||
Svg, | ||
Symbol, | ||
Text, | ||
TextPath, | ||
TSpan, | ||
Use | ||
}; | ||
// Annotate the CommonJS export names for ESM import in node: | ||
@@ -77,0 +105,0 @@ 0 && (module.exports = { |
@@ -27,2 +27,29 @@ import { createElement } from "react"; | ||
const Use = (p) => createElement("use", p); | ||
var src_default = { | ||
Circle, | ||
ClipPath, | ||
Defs, | ||
Ellipse, | ||
ForeignObject, | ||
G, | ||
Image, | ||
Line, | ||
LinearGradient, | ||
Marker, | ||
Mask, | ||
Path, | ||
Pattern, | ||
Polygon, | ||
Polyline, | ||
RadialGradient, | ||
Rect, | ||
Shape, | ||
Stop, | ||
Svg, | ||
Symbol, | ||
Text, | ||
TextPath, | ||
TSpan, | ||
Use | ||
}; | ||
export { | ||
@@ -53,4 +80,5 @@ Circle, | ||
TextPath, | ||
Use | ||
Use, | ||
src_default as default | ||
}; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@tamagui/react-native-svg", | ||
"version": "1.0.1-beta.148", | ||
"version": "1.0.1-beta.149", | ||
"main": "dist/cjs/index.js", | ||
@@ -16,4 +16,4 @@ "module": "dist/esm/index.js", | ||
"devDependencies": { | ||
"@tamagui/build": "^1.0.1-beta.148" | ||
"@tamagui/build": "^1.0.1-beta.149" | ||
} | ||
} |
@@ -28,1 +28,29 @@ import { createElement } from 'react' | ||
export const Use = (p) => createElement('use', p) | ||
export default { | ||
Circle, | ||
ClipPath, | ||
Defs, | ||
Ellipse, | ||
ForeignObject, | ||
G, | ||
Image, | ||
Line, | ||
LinearGradient, | ||
Marker, | ||
Mask, | ||
Path, | ||
Pattern, | ||
Polygon, | ||
Polyline, | ||
RadialGradient, | ||
Rect, | ||
Shape, | ||
Stop, | ||
Svg, | ||
Symbol, | ||
Text, | ||
TextPath, | ||
TSpan, | ||
Use, | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
14705
271