@micromag/core 0.3.105 → 0.3.106

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 CHANGED
@@ -3556,7 +3556,7 @@ var propTypes$9 = {
3556
3556
  getMediaRef: PropTypes$1.func
3557
3557
  };
3558
3558
  var defaultProps$9 = {
3559
- active: false,
3559
+ active: true,
3560
3560
  renderContext: null,
3561
3561
  screenState: null,
3562
3562
  current: false,
package/lib/components.js CHANGED
@@ -3579,7 +3579,7 @@ var propTypes$9 = {
3579
3579
  getMediaRef: PropTypes__default["default"].func
3580
3580
  };
3581
3581
  var defaultProps$9 = {
3582
- active: false,
3582
+ active: true,
3583
3583
  renderContext: null,
3584
3584
  screenState: null,
3585
3585
  current: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/core",
3
- "version": "0.3.105",
3
+ "version": "0.3.106",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -132,5 +132,5 @@
132
132
  "publishConfig": {
133
133
  "access": "public"
134
134
  },
135
- "gitHead": "fb6c28846c08f30c035ebbc162a4135b8b4d42a5"
135
+ "gitHead": "865842ef7fbdc41f89dd0891857989ded63d44c4"
136
136
  }