@micromag/core 0.2.405 → 0.2.409
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 +2 -2
- package/lib/components.js +2 -2
- package/package.json +2 -2
package/es/components.js
CHANGED
|
@@ -3320,6 +3320,8 @@ var VideoLoop = function VideoLoop(_ref) {
|
|
|
3320
3320
|
}));
|
|
3321
3321
|
};
|
|
3322
3322
|
|
|
3323
|
+
var styles$6 = {"container":"micromag-core-screens-screen-placeholder-container"};
|
|
3324
|
+
|
|
3323
3325
|
/* eslint-disable react/jsx-props-no-spreading */
|
|
3324
3326
|
var propTypes$9 = {
|
|
3325
3327
|
screen: PropTypes.storyComponent.isRequired,
|
|
@@ -3388,8 +3390,6 @@ Screen.propTypes = propTypes$9;
|
|
|
3388
3390
|
Screen.defaultProps = defaultProps$9;
|
|
3389
3391
|
var Screen$1 = /*#__PURE__*/React.memo(Screen);
|
|
3390
3392
|
|
|
3391
|
-
var styles$6 = {"container":"micromag-core-screens-screen-placeholder-container"};
|
|
3392
|
-
|
|
3393
3393
|
var propTypes$8 = {
|
|
3394
3394
|
screen: PropTypes.component.isRequired,
|
|
3395
3395
|
layout: PropTypes$1.string,
|
package/lib/components.js
CHANGED
|
@@ -3343,6 +3343,8 @@ var VideoLoop = function VideoLoop(_ref) {
|
|
|
3343
3343
|
}));
|
|
3344
3344
|
};
|
|
3345
3345
|
|
|
3346
|
+
var styles$6 = {"container":"micromag-core-screens-screen-placeholder-container"};
|
|
3347
|
+
|
|
3346
3348
|
/* eslint-disable react/jsx-props-no-spreading */
|
|
3347
3349
|
var propTypes$9 = {
|
|
3348
3350
|
screen: core.PropTypes.storyComponent.isRequired,
|
|
@@ -3411,8 +3413,6 @@ Screen.propTypes = propTypes$9;
|
|
|
3411
3413
|
Screen.defaultProps = defaultProps$9;
|
|
3412
3414
|
var Screen$1 = /*#__PURE__*/React__default["default"].memo(Screen);
|
|
3413
3415
|
|
|
3414
|
-
var styles$6 = {"container":"micromag-core-screens-screen-placeholder-container"};
|
|
3415
|
-
|
|
3416
3416
|
var propTypes$8 = {
|
|
3417
3417
|
screen: core.PropTypes.component.isRequired,
|
|
3418
3418
|
layout: PropTypes__default["default"].string,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/core",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.409",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -131,5 +131,5 @@
|
|
|
131
131
|
"publishConfig": {
|
|
132
132
|
"access": "public"
|
|
133
133
|
},
|
|
134
|
-
"gitHead": "
|
|
134
|
+
"gitHead": "4c16c3bb63644d1bd5b7d50086098337317ee3f6"
|
|
135
135
|
}
|