@micromag/screen-urbania-horoscope 0.3.651 → 0.3.656

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.
Files changed (2) hide show
  1. package/es/index.js +11 -11
  2. package/package.json +15 -15
package/es/index.js CHANGED
@@ -292,13 +292,13 @@ var SignCard = function SignCard(_ref) {
292
292
  onClick = _ref.onClick;
293
293
  var _ref2 = sign || {},
294
294
  _ref2$id = _ref2.id,
295
- id = _ref2$id === undefined ? null : _ref2$id,
295
+ id = _ref2$id === void 0 ? null : _ref2$id,
296
296
  _ref2$thumbnail = _ref2.thumbnail,
297
- thumbnail = _ref2$thumbnail === undefined ? null : _ref2$thumbnail,
297
+ thumbnail = _ref2$thumbnail === void 0 ? null : _ref2$thumbnail,
298
298
  _ref2$label = _ref2.label,
299
- label = _ref2$label === undefined ? null : _ref2$label,
299
+ label = _ref2$label === void 0 ? null : _ref2$label,
300
300
  _ref2$date = _ref2.date,
301
- date = _ref2$date === undefined ? null : _ref2$date;
301
+ date = _ref2$date === void 0 ? null : _ref2$date;
302
302
  return /*#__PURE__*/React.createElement(ScreenElement, {
303
303
  placeholder: /*#__PURE__*/React.createElement(PlaceholderTitle, {
304
304
  className: styles$2.placeholder
@@ -377,14 +377,14 @@ var SignModal = function SignModal(_ref) {
377
377
  // eslint-disable-next-line no-unused-vars
378
378
  var _ref2 = sign || {},
379
379
  _ref2$label = _ref2.label,
380
- label = _ref2$label === undefined ? null : _ref2$label,
380
+ label = _ref2$label === void 0 ? null : _ref2$label,
381
381
  _ref2$image = _ref2.image,
382
- image = _ref2$image === undefined ? null : _ref2$image;
382
+ image = _ref2$image === void 0 ? null : _ref2$image;
383
383
  _ref2.date;
384
384
  var _ref2$word = _ref2.word,
385
- word = _ref2$word === undefined ? null : _ref2$word,
385
+ word = _ref2$word === void 0 ? null : _ref2$word,
386
386
  _ref2$description = _ref2.description,
387
- description = _ref2$description === undefined ? null : _ref2$description;
387
+ description = _ref2$description === void 0 ? null : _ref2$description;
388
388
  // const { body: wordBody = null } = word || {};
389
389
 
390
390
  var _useScreenRenderConte = useScreenRenderContext(),
@@ -578,10 +578,10 @@ var UrbaniaHoroscope = function UrbaniaHoroscope(_ref) {
578
578
  setShowModal = _useState6[1];
579
579
  var _ref3 = popupBackground || {},
580
580
  _ref3$video = _ref3.video,
581
- video = _ref3$video === undefined ? null : _ref3$video;
581
+ video = _ref3$video === void 0 ? null : _ref3$video;
582
582
  var _ref4 = video || {},
583
583
  _ref4$url = _ref4.url,
584
- popupBackgroundUrl = _ref4$url === undefined ? null : _ref4$url;
584
+ popupBackgroundUrl = _ref4$url === void 0 ? null : _ref4$url;
585
585
  var onOpenSignsGrid = useCallback(function () {
586
586
  setShowSignsGrid(true);
587
587
  disableInteraction();
@@ -881,7 +881,7 @@ var UrbaniaHoroscope = function UrbaniaHoroscope(_ref) {
881
881
  items: signs.map(function (sign) {
882
882
  var _ref8 = sign || {},
883
883
  _ref8$id = _ref8.id,
884
- id = _ref8$id === undefined ? null : _ref8$id;
884
+ id = _ref8$id === void 0 ? null : _ref8$id;
885
885
  return /*#__PURE__*/React.createElement(animated.div, {
886
886
  key: id,
887
887
  className: styles.sign,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-urbania-horoscope",
3
- "version": "0.3.651",
3
+ "version": "0.3.656",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -62,19 +62,19 @@
62
62
  },
63
63
  "dependencies": {
64
64
  "@babel/runtime": "^7.13.10",
65
- "@micromag/core": "^0.3.651",
66
- "@micromag/element-background": "^0.3.651",
67
- "@micromag/element-button": "^0.3.651",
68
- "@micromag/element-call-to-action": "^0.3.651",
69
- "@micromag/element-container": "^0.3.651",
70
- "@micromag/element-grid": "^0.3.651",
71
- "@micromag/element-heading": "^0.3.651",
72
- "@micromag/element-keypad": "^0.3.651",
73
- "@micromag/element-layout": "^0.3.651",
74
- "@micromag/element-scroll": "^0.3.651",
75
- "@micromag/element-text": "^0.3.651",
76
- "@micromag/element-urbania-author": "^0.3.651",
77
- "@micromag/transforms": "^0.3.651",
65
+ "@micromag/core": "^0.3.656",
66
+ "@micromag/element-background": "^0.3.656",
67
+ "@micromag/element-button": "^0.3.656",
68
+ "@micromag/element-call-to-action": "^0.3.656",
69
+ "@micromag/element-container": "^0.3.656",
70
+ "@micromag/element-grid": "^0.3.656",
71
+ "@micromag/element-heading": "^0.3.656",
72
+ "@micromag/element-keypad": "^0.3.656",
73
+ "@micromag/element-layout": "^0.3.656",
74
+ "@micromag/element-scroll": "^0.3.656",
75
+ "@micromag/element-text": "^0.3.656",
76
+ "@micromag/element-urbania-author": "^0.3.656",
77
+ "@micromag/transforms": "^0.3.656",
78
78
  "@react-spring/core": "^9.6.1",
79
79
  "@react-spring/web": "^9.6.1",
80
80
  "@use-gesture/react": "^10.3.0",
@@ -90,5 +90,5 @@
90
90
  "access": "public",
91
91
  "registry": "https://registry.npmjs.org/"
92
92
  },
93
- "gitHead": "9639dccc046f7adfe9673f53ede77360b8b75d51"
93
+ "gitHead": "fd956cc4a183b621df124f3f3afbae4af974db27"
94
94
  }