@micromag/screen-urbania-horoscope 0.3.217 → 0.3.220
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 +14 -14
package/es/index.js
CHANGED
|
@@ -579,7 +579,7 @@ var UrbaniaHoroscope = function UrbaniaHoroscope(_ref) {
|
|
|
579
579
|
var hasDescription = isTextFilled(description);
|
|
580
580
|
var hasButton = isTextFilled(button);
|
|
581
581
|
var backgroundPlaying = current && (isView || isEdit);
|
|
582
|
-
var mediaShouldLoad = !isPlaceholder && (current || active);
|
|
582
|
+
var mediaShouldLoad = !isPlaceholder && (current || active);
|
|
583
583
|
|
|
584
584
|
var _useState = useState(false),
|
|
585
585
|
_useState2 = _slicedToArray(_useState, 2),
|
package/lib/index.js
CHANGED
|
@@ -624,7 +624,7 @@ var UrbaniaHoroscope = function UrbaniaHoroscope(_ref) {
|
|
|
624
624
|
var hasDescription = utils.isTextFilled(description);
|
|
625
625
|
var hasButton = utils.isTextFilled(button);
|
|
626
626
|
var backgroundPlaying = current && (isView || isEdit);
|
|
627
|
-
var mediaShouldLoad = !isPlaceholder && (current || active);
|
|
627
|
+
var mediaShouldLoad = !isPlaceholder && (current || active);
|
|
628
628
|
|
|
629
629
|
var _useState = React.useState(false),
|
|
630
630
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-urbania-horoscope",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.220",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -50,18 +50,18 @@
|
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
52
|
"@babel/runtime": "^7.13.10",
|
|
53
|
-
"@micromag/core": "^0.3.
|
|
54
|
-
"@micromag/element-background": "^0.3.
|
|
55
|
-
"@micromag/element-button": "^0.3.
|
|
56
|
-
"@micromag/element-call-to-action": "^0.3.
|
|
57
|
-
"@micromag/element-container": "^0.3.
|
|
58
|
-
"@micromag/element-grid": "^0.3.
|
|
59
|
-
"@micromag/element-heading": "^0.3.
|
|
60
|
-
"@micromag/element-layout": "^0.3.
|
|
61
|
-
"@micromag/element-scroll": "^0.3.
|
|
62
|
-
"@micromag/element-text": "^0.3.
|
|
63
|
-
"@micromag/element-urbania-author": "^0.3.
|
|
64
|
-
"@micromag/transforms": "^0.3.
|
|
53
|
+
"@micromag/core": "^0.3.219",
|
|
54
|
+
"@micromag/element-background": "^0.3.219",
|
|
55
|
+
"@micromag/element-button": "^0.3.219",
|
|
56
|
+
"@micromag/element-call-to-action": "^0.3.219",
|
|
57
|
+
"@micromag/element-container": "^0.3.219",
|
|
58
|
+
"@micromag/element-grid": "^0.3.219",
|
|
59
|
+
"@micromag/element-heading": "^0.3.219",
|
|
60
|
+
"@micromag/element-layout": "^0.3.219",
|
|
61
|
+
"@micromag/element-scroll": "^0.3.219",
|
|
62
|
+
"@micromag/element-text": "^0.3.219",
|
|
63
|
+
"@micromag/element-urbania-author": "^0.3.219",
|
|
64
|
+
"@micromag/transforms": "^0.3.219",
|
|
65
65
|
"@react-spring/core": "^9.1.1",
|
|
66
66
|
"@react-spring/web": "^9.1.1",
|
|
67
67
|
"@use-gesture/react": "^10.2.4",
|
|
@@ -75,5 +75,5 @@
|
|
|
75
75
|
"publishConfig": {
|
|
76
76
|
"access": "public"
|
|
77
77
|
},
|
|
78
|
-
"gitHead": "
|
|
78
|
+
"gitHead": "814499c1d59aed91af69b56a570d91ba63f5519c"
|
|
79
79
|
}
|