@micromag/viewer 0.4.47 → 0.4.48
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 -2
- package/package.json +10 -10
package/es/index.js
CHANGED
|
@@ -14,7 +14,6 @@ import _defineProperty from '@babel/runtime/helpers/defineProperty';
|
|
|
14
14
|
import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
|
|
15
15
|
import { animated } from '@react-spring/web';
|
|
16
16
|
import classNames from 'classnames';
|
|
17
|
-
import { Helmet } from 'react-helmet';
|
|
18
17
|
import { useIntl, FormattedMessage } from 'react-intl';
|
|
19
18
|
import EventEmitter from 'wolfy87-eventemitter';
|
|
20
19
|
import { Label, CloseIcon, ScreenPreview, Screen, ArrowIcon, Button as Button$1, PlayIcon, Spinner, UnmuteIcon, MuteIcon, PauseIcon, Meta, FontFaces } from '@micromag/core/components';
|
|
@@ -3163,7 +3162,7 @@ function Viewer(_ref) {
|
|
|
3163
3162
|
}, withMetadata ? /*#__PURE__*/React.createElement(Meta, {
|
|
3164
3163
|
title: finalTitle,
|
|
3165
3164
|
metadata: finalMetadata
|
|
3166
|
-
}, overscrollStyle) :
|
|
3165
|
+
}, overscrollStyle) : overscrollStyle, /*#__PURE__*/React.createElement(FontFaces, {
|
|
3167
3166
|
fonts: finalFonts
|
|
3168
3167
|
}), /*#__PURE__*/React.createElement("div", {
|
|
3169
3168
|
className: classNames([styles$7.container, screenSize.screens.map(function (screenName) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/viewer",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.48",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -63,14 +63,14 @@
|
|
|
63
63
|
"dependencies": {
|
|
64
64
|
"@babel/runtime": "^7.28.6",
|
|
65
65
|
"@folklore/routes": "^0.2.36",
|
|
66
|
-
"@micromag/core": "^0.4.
|
|
67
|
-
"@micromag/element-badge": "^0.4.
|
|
68
|
-
"@micromag/element-scroll": "^0.4.
|
|
69
|
-
"@micromag/element-share-options": "^0.4.
|
|
70
|
-
"@micromag/element-webview": "^0.4.
|
|
71
|
-
"@micromag/elements": "^0.4.
|
|
72
|
-
"@micromag/intl": "^0.4.
|
|
73
|
-
"@micromag/screens": "^0.4.
|
|
66
|
+
"@micromag/core": "^0.4.48",
|
|
67
|
+
"@micromag/element-badge": "^0.4.48",
|
|
68
|
+
"@micromag/element-scroll": "^0.4.48",
|
|
69
|
+
"@micromag/element-share-options": "^0.4.48",
|
|
70
|
+
"@micromag/element-webview": "^0.4.48",
|
|
71
|
+
"@micromag/elements": "^0.4.48",
|
|
72
|
+
"@micromag/intl": "^0.4.48",
|
|
73
|
+
"@micromag/screens": "^0.4.48",
|
|
74
74
|
"@react-spring/core": "^10.0.3",
|
|
75
75
|
"@react-spring/web": "^10.0.3",
|
|
76
76
|
"@use-gesture/react": "^10.3.0",
|
|
@@ -89,6 +89,6 @@
|
|
|
89
89
|
"access": "public",
|
|
90
90
|
"registry": "https://registry.npmjs.org/"
|
|
91
91
|
},
|
|
92
|
-
"gitHead": "
|
|
92
|
+
"gitHead": "d6772865be1ee3f2d19288ebfbf4b9b6860f4cd7",
|
|
93
93
|
"types": "es/index.d.ts"
|
|
94
94
|
}
|