@micromag/viewer 0.4.41 → 0.4.43
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 -2
- package/package.json +10 -10
package/es/index.js
CHANGED
|
@@ -821,7 +821,6 @@ function MicromagIcon(_ref) {
|
|
|
821
821
|
|
|
822
822
|
var styles$c = {"container":"micromag-viewer-partials-micromag-branding-container","link":"micromag-viewer-partials-micromag-branding-link","text":"micromag-viewer-partials-micromag-branding-text","icon":"micromag-viewer-partials-micromag-branding-icon"};
|
|
823
823
|
|
|
824
|
-
/* eslint-disable react/button-has-type, react/jsx-props-no-spreading, jsx-a11y/label-has-associated-control */
|
|
825
824
|
function MicromagBranding(_ref) {
|
|
826
825
|
var _ref$className = _ref.className,
|
|
827
826
|
className = _ref$className === void 0 ? null : _ref$className;
|
|
@@ -1103,7 +1102,6 @@ function ViewerMenuPreview(_ref) {
|
|
|
1103
1102
|
|
|
1104
1103
|
var styles$9 = {"container":"micromag-viewer-partials-micromag-preview-container","title":"micromag-viewer-partials-micromag-preview-title","cover":"micromag-viewer-partials-micromag-preview-cover","info":"micromag-viewer-partials-micromag-preview-info","url":"micromag-viewer-partials-micromag-preview-url"};
|
|
1105
1104
|
|
|
1106
|
-
/* eslint-disable react/button-has-type, react/jsx-props-no-spreading, jsx-a11y/label-has-associated-control */
|
|
1107
1105
|
function MicromagPreview(_ref) {
|
|
1108
1106
|
var _ref$screen = _ref.screen,
|
|
1109
1107
|
screen = _ref$screen === void 0 ? null : _ref$screen,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/viewer",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.43",
|
|
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.43",
|
|
67
|
+
"@micromag/element-badge": "^0.4.43",
|
|
68
|
+
"@micromag/element-scroll": "^0.4.43",
|
|
69
|
+
"@micromag/element-share-options": "^0.4.43",
|
|
70
|
+
"@micromag/element-webview": "^0.4.43",
|
|
71
|
+
"@micromag/elements": "^0.4.43",
|
|
72
|
+
"@micromag/intl": "^0.4.43",
|
|
73
|
+
"@micromag/screens": "^0.4.43",
|
|
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": "e168b7a9990472d1cb36973e4e45334f16bbeba6",
|
|
93
93
|
"types": "es/index.d.ts"
|
|
94
94
|
}
|