@micromag/core 0.3.433 → 0.3.436
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 +0 -3
- package/lib/components.js +0 -3
- package/package.json +5 -3
package/es/components.js
CHANGED
|
@@ -3781,9 +3781,6 @@ var Screen = function Screen(_ref) {
|
|
|
3781
3781
|
var CustomScreenComponent = components !== null ? getComponentFromName(type, components) || null : null;
|
|
3782
3782
|
var ContextScreenComponent = useScreenComponent(type);
|
|
3783
3783
|
var ScreenComponent = CustomScreenComponent || ContextScreenComponent;
|
|
3784
|
-
|
|
3785
|
-
// Comment
|
|
3786
|
-
|
|
3787
3784
|
return /*#__PURE__*/React.createElement(ScreenProvider, {
|
|
3788
3785
|
data: screen,
|
|
3789
3786
|
renderContext: renderContext,
|
package/lib/components.js
CHANGED
|
@@ -3783,9 +3783,6 @@ var Screen = function Screen(_ref) {
|
|
|
3783
3783
|
var CustomScreenComponent = components !== null ? utils.getComponentFromName(type, components) || null : null;
|
|
3784
3784
|
var ContextScreenComponent = contexts.useScreenComponent(type);
|
|
3785
3785
|
var ScreenComponent = CustomScreenComponent || ContextScreenComponent;
|
|
3786
|
-
|
|
3787
|
-
// Comment
|
|
3788
|
-
|
|
3789
3786
|
return /*#__PURE__*/React.createElement(contexts.ScreenProvider, {
|
|
3790
3787
|
data: screen,
|
|
3791
3788
|
renderContext: renderContext,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/core",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.436",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -69,7 +69,9 @@
|
|
|
69
69
|
"./scss/vendor": "./scss/vendor.scss",
|
|
70
70
|
"./scss/vendor.scss": "./scss/vendor.scss",
|
|
71
71
|
"./assets/css/styles": "./assets/css/styles.css",
|
|
72
|
-
"./assets/css/styles.css": "./assets/css/styles.css"
|
|
72
|
+
"./assets/css/styles.css": "./assets/css/styles.css",
|
|
73
|
+
"./assets/css/vendor": "./assets/css/vendor.css",
|
|
74
|
+
"./assets/css/vendor.css": "./assets/css/vendor.css"
|
|
73
75
|
},
|
|
74
76
|
"browser": {
|
|
75
77
|
".": "./es/index.js",
|
|
@@ -153,5 +155,5 @@
|
|
|
153
155
|
"access": "public",
|
|
154
156
|
"registry": "https://registry.npmjs.org/"
|
|
155
157
|
},
|
|
156
|
-
"gitHead": "
|
|
158
|
+
"gitHead": "75dc79aa33e0bb347135acea40eaef42351e2dd4"
|
|
157
159
|
}
|