@micromag/core 0.3.726 → 0.3.727

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 +2 -2
  2. package/package.json +2 -2
package/es/index.js CHANGED
@@ -2145,8 +2145,8 @@ var ThemeParser = /*#__PURE__*/function () {
2145
2145
  var newComponents = components.reduce(function (currentComponents, screen, index) {
2146
2146
  var type = screen.type;
2147
2147
  var _this$getDefinitionBy = _this.getDefinitionByScreen(type, themeComponents),
2148
- definition = _this$getDefinitionBy.definition,
2149
- themeScreen = _this$getDefinitionBy.themeScreen;
2148
+ definition = _this$getDefinitionBy.definition;
2149
+ var themeScreen = null;
2150
2150
  var newScreen = _this.parseScreen(definition, screen, themeScreen, themeBackground, themeColors, themeTextStyles, themeBoxStyles);
2151
2151
 
2152
2152
  // Only switch screen if it has changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/core",
3
- "version": "0.3.726",
3
+ "version": "0.3.727",
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": "21ce20325c59c5fc20628d918093fcb852bf75b9"
148
+ "gitHead": "ece81997f27ddf1a9c5974782db105cb5c039e82"
149
149
  }