@micromag/screen-urbania-horoscope 0.3.211 → 0.3.216

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
@@ -817,7 +817,7 @@ var UrbaniaHoroscope = function UrbaniaHoroscope(_ref) {
817
817
  className: styles.layout,
818
818
  style: !isPlaceholder ? {
819
819
  padding: spacing,
820
- paddingTop: (current && !isPreview ? viewerTopHeight : 0) + spacing,
820
+ paddingTop: (!isPreview ? viewerTopHeight : 0) + spacing,
821
821
  paddingBottom: (current && !isPreview ? viewerBottomHeight : 0) + spacing
822
822
  } : null,
823
823
  height: height * 0.8
package/lib/index.js CHANGED
@@ -862,7 +862,7 @@ var UrbaniaHoroscope = function UrbaniaHoroscope(_ref) {
862
862
  className: styles.layout,
863
863
  style: !isPlaceholder ? {
864
864
  padding: spacing,
865
- paddingTop: (current && !isPreview ? viewerTopHeight : 0) + spacing,
865
+ paddingTop: (!isPreview ? viewerTopHeight : 0) + spacing,
866
866
  paddingBottom: (current && !isPreview ? viewerBottomHeight : 0) + spacing
867
867
  } : null,
868
868
  height: height * 0.8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-urbania-horoscope",
3
- "version": "0.3.211",
3
+ "version": "0.3.216",
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.211",
54
- "@micromag/element-background": "^0.3.211",
55
- "@micromag/element-button": "^0.3.211",
56
- "@micromag/element-call-to-action": "^0.3.211",
57
- "@micromag/element-container": "^0.3.211",
58
- "@micromag/element-grid": "^0.3.211",
59
- "@micromag/element-heading": "^0.3.211",
60
- "@micromag/element-layout": "^0.3.211",
61
- "@micromag/element-scroll": "^0.3.211",
62
- "@micromag/element-text": "^0.3.211",
63
- "@micromag/element-urbania-author": "^0.3.211",
64
- "@micromag/transforms": "^0.3.211",
53
+ "@micromag/core": "^0.3.213",
54
+ "@micromag/element-background": "^0.3.215",
55
+ "@micromag/element-button": "^0.3.213",
56
+ "@micromag/element-call-to-action": "^0.3.213",
57
+ "@micromag/element-container": "^0.3.213",
58
+ "@micromag/element-grid": "^0.3.213",
59
+ "@micromag/element-heading": "^0.3.213",
60
+ "@micromag/element-layout": "^0.3.213",
61
+ "@micromag/element-scroll": "^0.3.213",
62
+ "@micromag/element-text": "^0.3.213",
63
+ "@micromag/element-urbania-author": "^0.3.213",
64
+ "@micromag/transforms": "^0.3.213",
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": "2eebe38f4253de953042e9ccf1afe593c824e8e0"
78
+ "gitHead": "dedb6b1d589e05a175e45d0aca8aad0a7a6cb756"
79
79
  }