@micromag/editor 0.3.445 → 0.3.448

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
@@ -342,14 +342,12 @@ var propTypes$m = {
342
342
  onChange: PropTypes.func
343
343
  // onClickDelete: PropTypes.func,
344
344
  };
345
-
346
345
  var defaultProps$m = {
347
346
  value: null,
348
347
  className: null,
349
348
  onChange: null
350
349
  // onClickDelete: null,
351
350
  };
352
-
353
351
  var ScreenForm = function ScreenForm(_ref) {
354
352
  var value = _ref.value,
355
353
  className = _ref.className,
@@ -1122,7 +1120,6 @@ var propTypes$e = {
1122
1120
  refButton: PropTypes.shape({
1123
1121
  current: PropTypes.any // eslint-disable-line
1124
1122
  }),
1125
-
1126
1123
  className: PropTypes.string
1127
1124
  };
1128
1125
  var defaultProps$e = {
@@ -1397,7 +1394,6 @@ function ScreenStates(_ref) {
1397
1394
  }));
1398
1395
  })));
1399
1396
  }
1400
-
1401
1397
  ScreenStates.propTypes = propTypes$c;
1402
1398
  ScreenStates.defaultProps = defaultProps$c;
1403
1399
 
@@ -1879,7 +1875,6 @@ var sortableTreeKeyboardCoordinates = function sortableTreeKeyboardCoordinates(c
1879
1875
  }
1880
1876
  });
1881
1877
  }
1882
-
1883
1878
  var collisions = closestCorners({
1884
1879
  active: active,
1885
1880
  collisionRect: collisionRect,
package/lib/index.js CHANGED
@@ -346,14 +346,12 @@ var propTypes$m = {
346
346
  onChange: PropTypes.func
347
347
  // onClickDelete: PropTypes.func,
348
348
  };
349
-
350
349
  var defaultProps$m = {
351
350
  value: null,
352
351
  className: null,
353
352
  onChange: null
354
353
  // onClickDelete: null,
355
354
  };
356
-
357
355
  var ScreenForm = function ScreenForm(_ref) {
358
356
  var value = _ref.value,
359
357
  className = _ref.className,
@@ -1126,7 +1124,6 @@ var propTypes$e = {
1126
1124
  refButton: PropTypes.shape({
1127
1125
  current: PropTypes.any // eslint-disable-line
1128
1126
  }),
1129
-
1130
1127
  className: PropTypes.string
1131
1128
  };
1132
1129
  var defaultProps$e = {
@@ -1401,7 +1398,6 @@ function ScreenStates(_ref) {
1401
1398
  }));
1402
1399
  })));
1403
1400
  }
1404
-
1405
1401
  ScreenStates.propTypes = propTypes$c;
1406
1402
  ScreenStates.defaultProps = defaultProps$c;
1407
1403
 
@@ -1883,7 +1879,6 @@ var sortableTreeKeyboardCoordinates = function sortableTreeKeyboardCoordinates(c
1883
1879
  }
1884
1880
  });
1885
1881
  }
1886
-
1887
1882
  var collisions = core$1.closestCorners({
1888
1883
  active: active,
1889
1884
  collisionRect: collisionRect,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/editor",
3
- "version": "0.3.445",
3
+ "version": "0.3.448",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -69,11 +69,11 @@
69
69
  "@fortawesome/fontawesome-svg-core": "^1.2.32",
70
70
  "@fortawesome/free-solid-svg-icons": "^5.15.1",
71
71
  "@fortawesome/react-fontawesome": "^0.1.13",
72
- "@micromag/core": "^0.3.444",
73
- "@micromag/elements": "^0.3.445",
74
- "@micromag/fields": "^0.3.445",
75
- "@micromag/screens": "^0.3.445",
76
- "@micromag/viewer": "^0.3.445",
72
+ "@micromag/core": "^0.3.447",
73
+ "@micromag/elements": "^0.3.447",
74
+ "@micromag/fields": "^0.3.447",
75
+ "@micromag/screens": "^0.3.448",
76
+ "@micromag/viewer": "^0.3.448",
77
77
  "classnames": "^2.2.6",
78
78
  "lodash": "^4.17.21",
79
79
  "prop-types": "^15.7.2",
@@ -89,5 +89,5 @@
89
89
  "access": "public",
90
90
  "registry": "https://registry.npmjs.org/"
91
91
  },
92
- "gitHead": "15e070c18292ffd521c340a035bc8dc7395c3bc1"
92
+ "gitHead": "5ed502871fe921a4bbd4ad4a6e1b5d8bd6513fab"
93
93
  }