@micromag/core 0.3.74 → 0.3.77

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/components.js CHANGED
@@ -3506,8 +3506,8 @@ var propTypes$9 = {
3506
3506
  className: PropTypes$1.string,
3507
3507
  onPrevious: PropTypes$1.func,
3508
3508
  onNext: PropTypes$1.func,
3509
- onEnableInteraction: PropTypes$1.func,
3510
- onDisableInteraction: PropTypes$1.func,
3509
+ enableInteraction: PropTypes$1.func,
3510
+ disableInteraction: PropTypes$1.func,
3511
3511
  getMediaRef: PropTypes$1.func
3512
3512
  };
3513
3513
  var defaultProps$9 = {
@@ -3520,8 +3520,8 @@ var defaultProps$9 = {
3520
3520
  className: null,
3521
3521
  onPrevious: null,
3522
3522
  onNext: null,
3523
- onEnableInteraction: null,
3524
- onDisableInteraction: null,
3523
+ enableInteraction: null,
3524
+ disableInteraction: null,
3525
3525
  getMediaRef: null
3526
3526
  };
3527
3527
 
@@ -3536,8 +3536,8 @@ var Screen = function Screen(_ref) {
3536
3536
  className = _ref.className,
3537
3537
  onPrevious = _ref.onPrevious,
3538
3538
  onNext = _ref.onNext,
3539
- onEnableInteraction = _ref.onEnableInteraction,
3540
- onDisableInteraction = _ref.onDisableInteraction,
3539
+ enableInteraction = _ref.enableInteraction,
3540
+ disableInteraction = _ref.disableInteraction,
3541
3541
  getMediaRef = _ref.getMediaRef;
3542
3542
 
3543
3543
  var _ref2 = screen || {},
@@ -3558,8 +3558,8 @@ var Screen = function Screen(_ref) {
3558
3558
  current: current,
3559
3559
  onPrevious: onPrevious,
3560
3560
  onNext: onNext,
3561
- onEnableInteraction: onEnableInteraction,
3562
- onDisableInteraction: onDisableInteraction,
3561
+ enableInteraction: enableInteraction,
3562
+ disableInteraction: disableInteraction,
3563
3563
  getMediaRef: getMediaRef
3564
3564
  }))) : /*#__PURE__*/React.createElement("div", {
3565
3565
  className: className
package/lib/components.js CHANGED
@@ -3529,8 +3529,8 @@ var propTypes$9 = {
3529
3529
  className: PropTypes__default["default"].string,
3530
3530
  onPrevious: PropTypes__default["default"].func,
3531
3531
  onNext: PropTypes__default["default"].func,
3532
- onEnableInteraction: PropTypes__default["default"].func,
3533
- onDisableInteraction: PropTypes__default["default"].func,
3532
+ enableInteraction: PropTypes__default["default"].func,
3533
+ disableInteraction: PropTypes__default["default"].func,
3534
3534
  getMediaRef: PropTypes__default["default"].func
3535
3535
  };
3536
3536
  var defaultProps$9 = {
@@ -3543,8 +3543,8 @@ var defaultProps$9 = {
3543
3543
  className: null,
3544
3544
  onPrevious: null,
3545
3545
  onNext: null,
3546
- onEnableInteraction: null,
3547
- onDisableInteraction: null,
3546
+ enableInteraction: null,
3547
+ disableInteraction: null,
3548
3548
  getMediaRef: null
3549
3549
  };
3550
3550
 
@@ -3559,8 +3559,8 @@ var Screen = function Screen(_ref) {
3559
3559
  className = _ref.className,
3560
3560
  onPrevious = _ref.onPrevious,
3561
3561
  onNext = _ref.onNext,
3562
- onEnableInteraction = _ref.onEnableInteraction,
3563
- onDisableInteraction = _ref.onDisableInteraction,
3562
+ enableInteraction = _ref.enableInteraction,
3563
+ disableInteraction = _ref.disableInteraction,
3564
3564
  getMediaRef = _ref.getMediaRef;
3565
3565
 
3566
3566
  var _ref2 = screen || {},
@@ -3581,8 +3581,8 @@ var Screen = function Screen(_ref) {
3581
3581
  current: current,
3582
3582
  onPrevious: onPrevious,
3583
3583
  onNext: onNext,
3584
- onEnableInteraction: onEnableInteraction,
3585
- onDisableInteraction: onDisableInteraction,
3584
+ enableInteraction: enableInteraction,
3585
+ disableInteraction: disableInteraction,
3586
3586
  getMediaRef: getMediaRef
3587
3587
  }))) : /*#__PURE__*/React__default["default"].createElement("div", {
3588
3588
  className: className
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/core",
3
- "version": "0.3.74",
3
+ "version": "0.3.77",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -132,5 +132,5 @@
132
132
  "publishConfig": {
133
133
  "access": "public"
134
134
  },
135
- "gitHead": "c85b6b4ca7ff2162222291ca6ccaae79789c8db6"
135
+ "gitHead": "12effe09a1b53e8ff487695a17d1d4fff412482e"
136
136
  }