@micromag/screen-urbania-horoscope 0.3.94 → 0.3.95

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
@@ -632,7 +632,6 @@ var Horoscope = function Horoscope(_ref) {
632
632
  hasPopup = _useState2[0],
633
633
  setHasPopup = _useState2[1];
634
634
 
635
- console.log('test');
636
635
  var signs = defaultSigns.map(function (sign, index) {
637
636
  return _objectSpread(_objectSpread({}, sign), signsValue !== null && signsValue[index] ? signsValue[index] || null : null);
638
637
  });
package/lib/index.js CHANGED
@@ -666,7 +666,6 @@ var Horoscope = function Horoscope(_ref) {
666
666
  hasPopup = _useState2[0],
667
667
  setHasPopup = _useState2[1];
668
668
 
669
- console.log('test');
670
669
  var signs = defaultSigns.map(function (sign, index) {
671
670
  return _objectSpread__default["default"](_objectSpread__default["default"]({}, sign), signsValue !== null && signsValue[index] ? signsValue[index] || null : null);
672
671
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-urbania-horoscope",
3
- "version": "0.3.94",
3
+ "version": "0.3.95",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -53,7 +53,7 @@
53
53
  "@micromag/core": "^0.3.91",
54
54
  "@micromag/element-background": "^0.3.91",
55
55
  "@micromag/element-button": "^0.3.91",
56
- "@micromag/element-call-to-action": "^0.3.94",
56
+ "@micromag/element-call-to-action": "^0.3.95",
57
57
  "@micromag/element-container": "^0.3.91",
58
58
  "@micromag/element-grid": "^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": "a52ac2b4e1b68403bafc9ed067b10e834b82f825"
75
+ "gitHead": "40aacd3ad396812a0f6f9ba3135277ee4c72cb38"
76
76
  }