@micromag/media-gallery 0.4.37 → 0.4.40

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.
Files changed (2) hide show
  1. package/es/index.js +1 -2
  2. package/package.json +10 -10
package/es/index.js CHANGED
@@ -1,4 +1,3 @@
1
- import _defineProperty from '@babel/runtime/helpers/defineProperty';
2
1
  import _objectSpread from '@babel/runtime/helpers/objectSpread2';
3
2
  import classNames from 'classnames';
4
3
  import isArray from 'lodash/isArray';
@@ -598,7 +597,7 @@ function MediaGallery(_ref) {
598
597
  } : null;
599
598
  }, [source]);
600
599
  return /*#__PURE__*/React.createElement("div", {
601
- className: classNames([styles.container, _defineProperty({}, className, className)])
600
+ className: classNames([styles.container, className])
602
601
  }, isPicker ? /*#__PURE__*/React.createElement(MediasPickerContainer, {
603
602
  className: styles.browser,
604
603
  api: mediasApi,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/media-gallery",
3
- "version": "0.4.37",
3
+ "version": "0.4.40",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -51,11 +51,11 @@
51
51
  "build": "../../scripts/prepare-package.sh --types"
52
52
  },
53
53
  "devDependencies": {
54
- "@panneau/data": "^4.0.21",
55
- "@panneau/displays": "^4.0.21",
56
- "@panneau/fields": "^4.0.24",
57
- "@panneau/filters": "^4.0.21",
58
- "@panneau/uppy": "^4.0.21",
54
+ "@panneau/data": "^4.0.27",
55
+ "@panneau/displays": "^4.0.27",
56
+ "@panneau/fields": "^4.0.28",
57
+ "@panneau/filters": "^4.0.27",
58
+ "@panneau/uppy": "^4.0.27",
59
59
  "react": "^18.3.0 || ^19.0.0",
60
60
  "react-dom": "^18.3.0 || ^19.0.0"
61
61
  },
@@ -69,9 +69,9 @@
69
69
  "@fortawesome/fontawesome-svg-core": "^7.2.0",
70
70
  "@fortawesome/free-solid-svg-icons": "^7.2.0",
71
71
  "@fortawesome/react-fontawesome": "^3.2.0",
72
- "@micromag/core": "^0.4.37",
73
- "@micromag/data": "^0.4.37",
74
- "@panneau/medias": "^4.0.24",
72
+ "@micromag/core": "^0.4.40",
73
+ "@micromag/data": "^0.4.40",
74
+ "@panneau/medias": "^4.0.29",
75
75
  "bootstrap": "^5.3.8",
76
76
  "classnames": "^2.2.6",
77
77
  "lodash": "^4.17.23",
@@ -83,6 +83,6 @@
83
83
  "access": "public",
84
84
  "registry": "https://registry.npmjs.org/"
85
85
  },
86
- "gitHead": "03c7d78fb0745377eddbb04f6c7dfaca8aa42381",
86
+ "gitHead": "6a9ff6e196a972abfd617f49353862cf445b0e83",
87
87
  "types": "es/index.d.ts"
88
88
  }