@micromag/element-container 0.3.781 → 0.3.789
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/es/index.js +2 -2
- package/package.json +3 -3
package/es/index.js
CHANGED
|
@@ -42,10 +42,10 @@ function Container(_ref) {
|
|
|
42
42
|
}
|
|
43
43
|
Container.propTypes = propTypes;
|
|
44
44
|
Container.defaultProps = defaultProps;
|
|
45
|
-
var
|
|
45
|
+
var Container_default = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
46
46
|
return /*#__PURE__*/React.createElement(Container, Object.assign({
|
|
47
47
|
containerRef: ref
|
|
48
48
|
}, props));
|
|
49
49
|
});
|
|
50
50
|
|
|
51
|
-
export {
|
|
51
|
+
export { Container_default as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/element-container",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.789",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -59,7 +59,7 @@
|
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"@babel/runtime": "^7.13.10",
|
|
62
|
-
"@micromag/core": "^0.3.
|
|
62
|
+
"@micromag/core": "^0.3.789",
|
|
63
63
|
"classnames": "^2.2.6",
|
|
64
64
|
"lodash": "^4.17.21",
|
|
65
65
|
"prop-types": "^15.7.2",
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
"access": "public",
|
|
71
71
|
"registry": "https://registry.npmjs.org/"
|
|
72
72
|
},
|
|
73
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "60eb4574b9d13a985e7cd317429c06c1f98ab275"
|
|
74
74
|
}
|