@micromag/core 0.3.173 → 0.3.177
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/components.js +1 -0
- package/lib/components.js +1 -0
- package/package.json +2 -2
package/es/components.js
CHANGED
package/lib/components.js
CHANGED
|
@@ -358,6 +358,7 @@ var styles$t = {"actions":"micromag-core-forms-form-actions","left":"micromag-co
|
|
|
358
358
|
|
|
359
359
|
var _excluded$7 = ["type"],
|
|
360
360
|
_excluded2 = ["component", "id", "settings"];
|
|
361
|
+
|
|
361
362
|
var propTypes$H = {
|
|
362
363
|
name: PropTypes__default["default"].string,
|
|
363
364
|
// .isRequired,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/core",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.177",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -133,5 +133,5 @@
|
|
|
133
133
|
"publishConfig": {
|
|
134
134
|
"access": "public"
|
|
135
135
|
},
|
|
136
|
-
"gitHead": "
|
|
136
|
+
"gitHead": "4822fd24fa85c0c10db93f9edbca95a071eb064a"
|
|
137
137
|
}
|