@micromag/media-gallery 0.3.618 → 0.3.628
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 +4 -4
package/es/index.js
CHANGED
|
@@ -544,7 +544,7 @@ function MediaGallery(_ref) {
|
|
|
544
544
|
}, [types]);
|
|
545
545
|
|
|
546
546
|
// Filters
|
|
547
|
-
var partialFilters = filters$1 || filters();
|
|
547
|
+
var partialFilters = filters$1 || filters() || [];
|
|
548
548
|
var finalFilters = useMemo(function () {
|
|
549
549
|
return partialFilters.map(function (filter) {
|
|
550
550
|
var _ref3 = filter || {},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/media-gallery",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.628",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -71,8 +71,8 @@
|
|
|
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.628",
|
|
75
|
+
"@micromag/data": "^0.3.628",
|
|
76
76
|
"@panneau/medias": "^3.0.163",
|
|
77
77
|
"bootstrap": "^5.3.1",
|
|
78
78
|
"classnames": "^2.2.6",
|
|
@@ -86,5 +86,5 @@
|
|
|
86
86
|
"access": "public",
|
|
87
87
|
"registry": "https://registry.npmjs.org/"
|
|
88
88
|
},
|
|
89
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "6f1230244a2966c16e85b7d44583276421a38cca"
|
|
90
90
|
}
|