@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 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); // @note sign selection, transitions
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); // @note sign selection, transitions
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.217",
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.217",
54
- "@micromag/element-background": "^0.3.217",
55
- "@micromag/element-button": "^0.3.217",
56
- "@micromag/element-call-to-action": "^0.3.217",
57
- "@micromag/element-container": "^0.3.217",
58
- "@micromag/element-grid": "^0.3.217",
59
- "@micromag/element-heading": "^0.3.217",
60
- "@micromag/element-layout": "^0.3.217",
61
- "@micromag/element-scroll": "^0.3.217",
62
- "@micromag/element-text": "^0.3.217",
63
- "@micromag/element-urbania-author": "^0.3.217",
64
- "@micromag/transforms": "^0.3.217",
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": "2750ca00051185b241ed98606700aab9d596326c"
78
+ "gitHead": "814499c1d59aed91af69b56a570d91ba63f5519c"
79
79
  }