@micromag/element-scroll 0.3.779 → 0.3.781

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.
Files changed (2) hide show
  1. package/es/index.js +2 -2
  2. package/package.json +3 -3
package/es/index.js CHANGED
@@ -195,10 +195,10 @@ function Scroll(_ref) {
195
195
  }
196
196
  Scroll.defaultProps = defaultProps;
197
197
  Scroll.propTypes = propTypes;
198
- var Scroll_default = /*#__PURE__*/React.forwardRef(function (props, ref) {
198
+ var Scroll$1 = /*#__PURE__*/React.forwardRef(function (props, ref) {
199
199
  return /*#__PURE__*/React.createElement(Scroll, Object.assign({
200
200
  scrollContainerRef: ref
201
201
  }, props));
202
202
  });
203
203
 
204
- export { Scroll_default as default };
204
+ export { Scroll$1 as default };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/element-scroll",
3
- "version": "0.3.779",
3
+ "version": "0.3.781",
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.779",
62
+ "@micromag/core": "^0.3.781",
63
63
  "@use-gesture/react": "^10.3.0",
64
64
  "classnames": "^2.2.6",
65
65
  "lodash": "^4.17.21",
@@ -71,5 +71,5 @@
71
71
  "access": "public",
72
72
  "registry": "https://registry.npmjs.org/"
73
73
  },
74
- "gitHead": "5cc7b8fc6d58ba77100060a9d9a4a3f87f835559"
74
+ "gitHead": "95e03bd48803c170ef4efbc5bd204a0c83563c11"
75
75
  }