@micromag/media-gallery 0.3.699 → 0.3.703
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 +2 -2
- package/package.json +5 -5
package/es/index.js
CHANGED
|
@@ -504,8 +504,8 @@ function MediaGallery(_ref) {
|
|
|
504
504
|
return (_api$medias9 = api.medias)["delete"].apply(_api$medias9, arguments);
|
|
505
505
|
},
|
|
506
506
|
restore: function restore() {
|
|
507
|
-
var _api$
|
|
508
|
-
return (_api$
|
|
507
|
+
var _api$medias0;
|
|
508
|
+
return (_api$medias0 = api.medias).restore.apply(_api$medias0, arguments);
|
|
509
509
|
}
|
|
510
510
|
};
|
|
511
511
|
}, [api]);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/media-gallery",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.703",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -71,10 +71,10 @@
|
|
|
71
71
|
"@fortawesome/fontawesome-svg-core": "^6.5.2",
|
|
72
72
|
"@fortawesome/free-solid-svg-icons": "^6.5.2",
|
|
73
73
|
"@fortawesome/react-fontawesome": "^0.2.0",
|
|
74
|
-
"@micromag/core": "^0.3.
|
|
75
|
-
"@micromag/data": "^0.3.
|
|
74
|
+
"@micromag/core": "^0.3.703",
|
|
75
|
+
"@micromag/data": "^0.3.703",
|
|
76
76
|
"@panneau/medias": "^3.0.163",
|
|
77
|
-
"bootstrap": "^5.3.
|
|
77
|
+
"bootstrap": "^5.3.7",
|
|
78
78
|
"classnames": "^2.2.6",
|
|
79
79
|
"lodash": "^4.17.21",
|
|
80
80
|
"pretty-bytes": "^6.1.1",
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
"access": "public",
|
|
87
87
|
"registry": "https://registry.npmjs.org/"
|
|
88
88
|
},
|
|
89
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "15a0df01ed9d05f47a056fb2ff078aded803d33d"
|
|
90
90
|
}
|