@micromag/editor 0.3.517 → 0.3.518

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
@@ -614,7 +614,7 @@ var DeleteScreenModal = function DeleteScreenModal(_ref) {
614
614
  }]
615
615
  }),
616
616
  className: classNames([styles$g.container, _defineProperty({}, className, className)]),
617
- onClickClose: onCancel
617
+ onClose: onCancel
618
618
  }, /*#__PURE__*/React.createElement("div", {
619
619
  className: styles$g.description
620
620
  }, /*#__PURE__*/React.createElement(Label, null, /*#__PURE__*/React.createElement(FormattedMessage, {
@@ -2875,7 +2875,7 @@ var ScreenTypesModal = function ScreenTypesModal(_ref) {
2875
2875
  }]
2876
2876
  }),
2877
2877
  className: classNames([styles$3.container, _defineProperty({}, className, className)]),
2878
- onClickClose: onRequestClose
2878
+ onClose: onRequestClose
2879
2879
  }, /*#__PURE__*/React.createElement(ScreenTypesMenu, {
2880
2880
  selectedTypes: selectedTypes,
2881
2881
  className: styles$3.menu,
package/lib/index.js CHANGED
@@ -1164,7 +1164,7 @@ var DeleteScreenModal = function DeleteScreenModal(_ref) {
1164
1164
  }]
1165
1165
  }),
1166
1166
  className: classNames([styles$g.container, _defineProperty({}, className, className)]),
1167
- onClickClose: onCancel
1167
+ onClose: onCancel
1168
1168
  }, /*#__PURE__*/React.createElement("div", {
1169
1169
  className: styles$g.description
1170
1170
  }, /*#__PURE__*/React.createElement(components.Label, null, /*#__PURE__*/React.createElement(reactIntl.FormattedMessage, {
@@ -3425,7 +3425,7 @@ var ScreenTypesModal = function ScreenTypesModal(_ref) {
3425
3425
  }]
3426
3426
  }),
3427
3427
  className: classNames([styles$3.container, _defineProperty({}, className, className)]),
3428
- onClickClose: onRequestClose
3428
+ onClose: onRequestClose
3429
3429
  }, /*#__PURE__*/React.createElement(ScreenTypesMenu, {
3430
3430
  selectedTypes: selectedTypes,
3431
3431
  className: styles$3.menu,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/editor",
3
- "version": "0.3.517",
3
+ "version": "0.3.518",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -72,11 +72,11 @@
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.517",
76
- "@micromag/elements": "^0.3.517",
77
- "@micromag/fields": "^0.3.517",
78
- "@micromag/screens": "^0.3.517",
79
- "@micromag/viewer": "^0.3.517",
75
+ "@micromag/core": "^0.3.518",
76
+ "@micromag/elements": "^0.3.518",
77
+ "@micromag/fields": "^0.3.518",
78
+ "@micromag/screens": "^0.3.518",
79
+ "@micromag/viewer": "^0.3.518",
80
80
  "@panneau/uppy": "^3.0.162",
81
81
  "classnames": "^2.2.6",
82
82
  "lodash": "^4.17.21",
@@ -92,5 +92,5 @@
92
92
  "access": "public",
93
93
  "registry": "https://registry.npmjs.org/"
94
94
  },
95
- "gitHead": "31938e53d440266802a0c575af50a13b1e730ed8"
95
+ "gitHead": "415c0649dd0dd83a47a0407f945c2dee112ebde0"
96
96
  }