@micromag/viewer 0.4.50 → 0.4.52

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 CHANGED
@@ -2521,7 +2521,7 @@ function Viewer(_ref) {
2521
2521
  _ref$tapMaximumDurati = _ref.tapMaximumDuration,
2522
2522
  tapMaximumDuration = _ref$tapMaximumDurati === void 0 ? 1500 : _ref$tapMaximumDurati,
2523
2523
  _ref$longPressPauseDe = _ref.longPressPauseDelay,
2524
- longPressPauseDelay = _ref$longPressPauseDe === void 0 ? 300 : _ref$longPressPauseDe,
2524
+ longPressPauseDelay = _ref$longPressPauseDe === void 0 ? 500 : _ref$longPressPauseDe,
2525
2525
  _ref$storyIsParsed = _ref.storyIsParsed,
2526
2526
  storyIsParsed = _ref$storyIsParsed === void 0 ? false : _ref$storyIsParsed,
2527
2527
  _ref$neighborScreensA = _ref.neighborScreensActive,