@micromag/core 0.3.667 → 0.3.668

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 -1
  2. package/package.json +2 -2
package/es/index.js CHANGED
@@ -1855,7 +1855,7 @@ var testPadding = function testPadding(element) {
1855
1855
  if (top === null || bottom === null) {
1856
1856
  return false;
1857
1857
  }
1858
- if (top < bottom - 2) {
1858
+ if (top <= bottom - 2) {
1859
1859
  return true;
1860
1860
  }
1861
1861
  return true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/core",
3
- "version": "0.3.667",
3
+ "version": "0.3.668",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -144,5 +144,5 @@
144
144
  "access": "public",
145
145
  "registry": "https://registry.npmjs.org/"
146
146
  },
147
- "gitHead": "8974de0b7dbe3ab5d632d0449b7a25ee20336a1c"
147
+ "gitHead": "589e48229251be230da5101a48a111d58b60314a"
148
148
  }