@micromag/core 0.3.729 → 0.3.731
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 +1 -4
- package/package.json +2 -2
package/es/index.js
CHANGED
|
@@ -1888,10 +1888,7 @@ var parsePadding = function parsePadding(element) {
|
|
|
1888
1888
|
}
|
|
1889
1889
|
return _objectSpread(_objectSpread({}, element), {}, {
|
|
1890
1890
|
boxStyle: _objectSpread(_objectSpread({}, boxStyle), {}, {
|
|
1891
|
-
padding: _objectSpread(
|
|
1892
|
-
top: bottom,
|
|
1893
|
-
bottom: bottom
|
|
1894
|
-
})
|
|
1891
|
+
padding: _objectSpread({}, padding)
|
|
1895
1892
|
})
|
|
1896
1893
|
});
|
|
1897
1894
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/core",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.731",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -145,5 +145,5 @@
|
|
|
145
145
|
"access": "public",
|
|
146
146
|
"registry": "https://registry.npmjs.org/"
|
|
147
147
|
},
|
|
148
|
-
"gitHead": "
|
|
148
|
+
"gitHead": "ef38375a594b003b13a317e588a309f93b041657"
|
|
149
149
|
}
|