@micromag/screen-urbania-article 0.3.92 → 0.3.94
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/index.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +3 -3
package/es/index.js
CHANGED
|
@@ -335,7 +335,7 @@ var UrbaniaArticle = function UrbaniaArticle(_ref) {
|
|
|
335
335
|
}, /*#__PURE__*/React.createElement(Transitions, {
|
|
336
336
|
playing: transitionPlaying,
|
|
337
337
|
transitions: transitions,
|
|
338
|
-
disabled: transitionDisabled
|
|
338
|
+
disabled: transitionDisabled || true
|
|
339
339
|
}, /*#__PURE__*/React.createElement(ScreenElement, {
|
|
340
340
|
key: "image",
|
|
341
341
|
placeholder: /*#__PURE__*/React.createElement(PlaceholderImage, {
|
package/lib/index.js
CHANGED
|
@@ -355,7 +355,7 @@ var UrbaniaArticle = function UrbaniaArticle(_ref) {
|
|
|
355
355
|
}, /*#__PURE__*/React__default["default"].createElement(components.Transitions, {
|
|
356
356
|
playing: transitionPlaying,
|
|
357
357
|
transitions: transitions,
|
|
358
|
-
disabled: transitionDisabled
|
|
358
|
+
disabled: transitionDisabled || true
|
|
359
359
|
}, /*#__PURE__*/React__default["default"].createElement(components.ScreenElement, {
|
|
360
360
|
key: "image",
|
|
361
361
|
placeholder: /*#__PURE__*/React__default["default"].createElement(components.PlaceholderImage, {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-urbania-article",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.94",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@folklore/size": "^0.1.20",
|
|
54
54
|
"@micromag/core": "^0.3.91",
|
|
55
55
|
"@micromag/element-background": "^0.3.91",
|
|
56
|
-
"@micromag/element-call-to-action": "^0.3.
|
|
56
|
+
"@micromag/element-call-to-action": "^0.3.94",
|
|
57
57
|
"@micromag/element-closed-captions": "^0.3.91",
|
|
58
58
|
"@micromag/element-container": "^0.3.91",
|
|
59
59
|
"@micromag/element-heading": "^0.3.91",
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"publishConfig": {
|
|
73
73
|
"access": "public"
|
|
74
74
|
},
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "a52ac2b4e1b68403bafc9ed067b10e834b82f825"
|
|
76
76
|
}
|