@micromag/media-gallery 0.3.522 → 0.3.523

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 CHANGED
@@ -530,7 +530,7 @@ function MediaGallery(_ref) {
530
530
  return null;
531
531
  }
532
532
  return _objectSpread(_objectSpread({}, filter), {}, {
533
- value: "document-".concat(storyId)
533
+ queryValue: "document-".concat(storyId)
534
534
  });
535
535
  }
536
536
  return filter;
package/lib/index.js CHANGED
@@ -570,7 +570,7 @@ function MediaGallery(_ref) {
570
570
  return null;
571
571
  }
572
572
  return _objectSpread(_objectSpread({}, filter), {}, {
573
- value: "document-".concat(storyId)
573
+ queryValue: "document-".concat(storyId)
574
574
  });
575
575
  }
576
576
  return filter;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/media-gallery",
3
- "version": "0.3.522",
3
+ "version": "0.3.523",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -72,8 +72,8 @@
72
72
  "@fortawesome/fontawesome-svg-core": "^6.5.2",
73
73
  "@fortawesome/free-solid-svg-icons": "^6.5.2",
74
74
  "@fortawesome/react-fontawesome": "^0.2.0",
75
- "@micromag/core": "^0.3.520",
76
- "@micromag/data": "^0.3.520",
75
+ "@micromag/core": "^0.3.523",
76
+ "@micromag/data": "^0.3.523",
77
77
  "@panneau/medias": "^3.0.163",
78
78
  "bootstrap": "^5.3.1",
79
79
  "classnames": "^2.2.6",
@@ -87,5 +87,5 @@
87
87
  "access": "public",
88
88
  "registry": "https://registry.npmjs.org/"
89
89
  },
90
- "gitHead": "ebe3c6039f81b3a0104dd7fbbcb76e07a614b627"
90
+ "gitHead": "9e64c198859eed9118d9488f0c2d14a84a91a658"
91
91
  }