@micromag/core 0.3.588 → 0.3.589
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 +4 -0
- package/package.json +2 -2
package/es/components.js
CHANGED
|
@@ -3683,6 +3683,7 @@ var propTypes$9 = {
|
|
|
3683
3683
|
screenState: PropTypes$1.string,
|
|
3684
3684
|
index: PropTypes$1.number,
|
|
3685
3685
|
active: PropTypes$1.bool,
|
|
3686
|
+
preload: PropTypes$1.bool,
|
|
3686
3687
|
current: PropTypes$1.bool,
|
|
3687
3688
|
component: PropTypes$1.node,
|
|
3688
3689
|
components: PropTypes.components,
|
|
@@ -3695,6 +3696,7 @@ var defaultProps$9 = {
|
|
|
3695
3696
|
screenState: null,
|
|
3696
3697
|
index: null,
|
|
3697
3698
|
current: false,
|
|
3699
|
+
preload: true,
|
|
3698
3700
|
component: null,
|
|
3699
3701
|
components: null,
|
|
3700
3702
|
className: null,
|
|
@@ -3707,6 +3709,7 @@ var Screen = function Screen(_ref) {
|
|
|
3707
3709
|
index = _ref.index,
|
|
3708
3710
|
active = _ref.active,
|
|
3709
3711
|
current = _ref.current,
|
|
3712
|
+
preload = _ref.preload,
|
|
3710
3713
|
components = _ref.components,
|
|
3711
3714
|
component = _ref.component,
|
|
3712
3715
|
className = _ref.className,
|
|
@@ -3727,6 +3730,7 @@ var Screen = function Screen(_ref) {
|
|
|
3727
3730
|
index: index,
|
|
3728
3731
|
active: active,
|
|
3729
3732
|
current: current,
|
|
3733
|
+
preload: preload,
|
|
3730
3734
|
mediaRef: mediaRef
|
|
3731
3735
|
}))) : /*#__PURE__*/React.createElement("div", {
|
|
3732
3736
|
className: className
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/core",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.589",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -144,5 +144,5 @@
|
|
|
144
144
|
"access": "public",
|
|
145
145
|
"registry": "https://registry.npmjs.org/"
|
|
146
146
|
},
|
|
147
|
-
"gitHead": "
|
|
147
|
+
"gitHead": "534ea16483848cd334d4e2bd02f48beba4439a95"
|
|
148
148
|
}
|