@micromag/viewer 0.3.597 → 0.3.598

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 +0 -8
  2. package/package.json +3 -3
package/es/index.js CHANGED
@@ -2239,9 +2239,6 @@ function PlaybackControls(_ref) {
2239
2239
  buffering = _useMediaState.buffering,
2240
2240
  playing = _useMediaState.playing,
2241
2241
  muted = _useMediaState.muted;
2242
-
2243
- // console.log(controlsVisible);
2244
-
2245
2242
  useEffect(function () {
2246
2243
  var id = null;
2247
2244
  setShowLoading(false);
@@ -2340,11 +2337,6 @@ function PlaybackControls(_ref) {
2340
2337
  }) : /*#__PURE__*/React.createElement(PlayIcon, {
2341
2338
  className: styles$2.icon
2342
2339
  });
2343
- console.log({
2344
- controlsVisible: controlsVisible,
2345
- controlsSuggestPlay: controlsSuggestPlay,
2346
- controls: controls
2347
- });
2348
2340
  return /*#__PURE__*/React.createElement("div", {
2349
2341
  className: classNames([styles$2.container, _defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty(_defineProperty({}, className, className !== null), styles$2.withPlayPause, controls && !seekBarOnly), styles$2.withSuggestPlay, controlsSuggestPlay), styles$2.withMute, hasMedia || controls), styles$2.withSeekBar, controls), styles$2.withSeekBarOnly, seekBarOnly), styles$2.isCollapsed, isCollapsed), styles$2.isMuted, muted), collapsedClassName, collapsedClassName !== null && isCollapsed)])
2350
2342
  }, controlsSuggestPlay && !finalShowLoading ? /*#__PURE__*/React.createElement(Button$1, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/viewer",
3
- "version": "0.3.597",
3
+ "version": "0.3.598",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -71,7 +71,7 @@
71
71
  "@micromag/element-webview": "^0.3.595",
72
72
  "@micromag/elements": "^0.3.595",
73
73
  "@micromag/intl": "^0.3.596",
74
- "@micromag/screens": "^0.3.597",
74
+ "@micromag/screens": "^0.3.598",
75
75
  "@react-spring/core": "^9.6.1",
76
76
  "@react-spring/web": "^9.6.1",
77
77
  "@use-gesture/react": "^10.3.0",
@@ -91,5 +91,5 @@
91
91
  "access": "public",
92
92
  "registry": "https://registry.npmjs.org/"
93
93
  },
94
- "gitHead": "f83462552743d6d93416eb6bafc82d4e45b1350b"
94
+ "gitHead": "372bf20cd6b87388c729d8b824b5fe48618ccb2c"
95
95
  }