@wordpress/primitives
Advanced tools
Comparing version 3.43.0 to 3.44.0
@@ -18,3 +18,3 @@ import { createElement } from "react"; | ||
import styles from './style.scss'; | ||
export { Circle, G, Path, Polygon, Rect, Defs, RadialGradient, LinearGradient, Stop, Line } from 'react-native-svg'; | ||
export { Circle, G, Path, Polygon, Rect, Defs, RadialGradient, LinearGradient, Stop, Line, SvgXml } from 'react-native-svg'; | ||
const AnimatedSvg = Animated.createAnimatedComponent(forwardRef((props, ref) => createElement(Svg, { | ||
@@ -21,0 +21,0 @@ ref: ref, |
@@ -68,2 +68,8 @@ "use strict"; | ||
}); | ||
Object.defineProperty(exports, "SvgXml", { | ||
enumerable: true, | ||
get: function () { | ||
return _reactNativeSvg.SvgXml; | ||
} | ||
}); | ||
var _react = require("react"); | ||
@@ -70,0 +76,0 @@ var _reactNativeSvg = require("react-native-svg"); |
@@ -5,2 +5,4 @@ <!-- Learn how to maintain this file at https://github.com/WordPress/gutenberg/tree/HEAD/packages#maintaining-changelogs. --> | ||
## 3.44.0 (2023-11-16) | ||
## 3.43.0 (2023-11-02) | ||
@@ -7,0 +9,0 @@ |
{ | ||
"name": "@wordpress/primitives", | ||
"version": "3.43.0", | ||
"version": "3.44.0", | ||
"description": "WordPress cross-platform primitives.", | ||
@@ -34,3 +34,3 @@ "author": "The WordPress Contributors", | ||
"@babel/runtime": "^7.16.0", | ||
"@wordpress/element": "^5.22.0", | ||
"@wordpress/element": "^5.23.0", | ||
"classnames": "^2.3.1" | ||
@@ -41,3 +41,3 @@ }, | ||
}, | ||
"gitHead": "2a00e87b57b9c27ed2b9b0fd8d423ef3cada72c1" | ||
"gitHead": "839018ff6029ba749780e288e08ff9cd898e50e8" | ||
} |
@@ -29,2 +29,3 @@ /** | ||
Line, | ||
SvgXml, | ||
} from 'react-native-svg'; | ||
@@ -31,0 +32,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
130488
1021
Updated@wordpress/element@^5.23.0