@micromag/viewer 0.3.597 → 0.3.599
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 +0 -8
- package/package.json +10 -10
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.
|
|
3
|
+
"version": "0.3.599",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -64,14 +64,14 @@
|
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"@babel/runtime": "^7.13.10",
|
|
66
66
|
"@folklore/routes": "^0.2.27",
|
|
67
|
-
"@micromag/core": "^0.3.
|
|
68
|
-
"@micromag/element-badge": "^0.3.
|
|
69
|
-
"@micromag/element-scroll": "^0.3.
|
|
70
|
-
"@micromag/element-share-options": "^0.3.
|
|
71
|
-
"@micromag/element-webview": "^0.3.
|
|
72
|
-
"@micromag/elements": "^0.3.
|
|
73
|
-
"@micromag/intl": "^0.3.
|
|
74
|
-
"@micromag/screens": "^0.3.
|
|
67
|
+
"@micromag/core": "^0.3.599",
|
|
68
|
+
"@micromag/element-badge": "^0.3.599",
|
|
69
|
+
"@micromag/element-scroll": "^0.3.599",
|
|
70
|
+
"@micromag/element-share-options": "^0.3.599",
|
|
71
|
+
"@micromag/element-webview": "^0.3.599",
|
|
72
|
+
"@micromag/elements": "^0.3.599",
|
|
73
|
+
"@micromag/intl": "^0.3.599",
|
|
74
|
+
"@micromag/screens": "^0.3.599",
|
|
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": "
|
|
94
|
+
"gitHead": "406f96c799c4be116e64ed13bebc9151e3d38c95"
|
|
95
95
|
}
|