@micromag/viewer 0.3.612 → 0.3.615
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 +1 -1
- package/package.json +11 -11
package/es/index.js
CHANGED
|
@@ -564,7 +564,7 @@ var ToggleButton = function ToggleButton(_ref) {
|
|
|
564
564
|
button = _ref.button,
|
|
565
565
|
toggledButton = _ref.toggledButton,
|
|
566
566
|
toggledButtonClassName = _ref.toggledButtonClassName;
|
|
567
|
-
if (button === null) return
|
|
567
|
+
if (button === null) return null;
|
|
568
568
|
return /*#__PURE__*/React.createElement("div", {
|
|
569
569
|
className: classNames([styles$f.container, _defineProperty({}, className, className !== null)])
|
|
570
570
|
}, /*#__PURE__*/React.createElement(animated.div, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/viewer",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.615",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -63,15 +63,15 @@
|
|
|
63
63
|
},
|
|
64
64
|
"dependencies": {
|
|
65
65
|
"@babel/runtime": "^7.13.10",
|
|
66
|
-
"@folklore/routes": "^0.2.
|
|
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.
|
|
66
|
+
"@folklore/routes": "^0.2.36",
|
|
67
|
+
"@micromag/core": "^0.3.615",
|
|
68
|
+
"@micromag/element-badge": "^0.3.615",
|
|
69
|
+
"@micromag/element-scroll": "^0.3.615",
|
|
70
|
+
"@micromag/element-share-options": "^0.3.615",
|
|
71
|
+
"@micromag/element-webview": "^0.3.615",
|
|
72
|
+
"@micromag/elements": "^0.3.615",
|
|
73
|
+
"@micromag/intl": "^0.3.615",
|
|
74
|
+
"@micromag/screens": "^0.3.615",
|
|
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": "0269f185b25adfc919c7208bbc63e4824012c980"
|
|
95
95
|
}
|