@micromag/screen-urbania-horoscope 0.4.52 → 0.4.55

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 +2 -1
  2. package/package.json +15 -15
package/es/index.js CHANGED
@@ -737,7 +737,8 @@ function UrbaniaHoroscope(_ref) {
737
737
  children: /*#__PURE__*/jsxs(Layout, {
738
738
  className: styles.layout,
739
739
  style: !isPlaceholder ? {
740
- padding: spacing,
740
+ paddingLeft: spacing,
741
+ paddingRight: spacing,
741
742
  paddingTop: (!isPreview ? viewerTopHeight : 0) + spacing,
742
743
  paddingBottom: (current && !isPreview ? viewerBottomHeight : 0) + spacing
743
744
  } : null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-urbania-horoscope",
3
- "version": "0.4.52",
3
+ "version": "0.4.55",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -63,19 +63,19 @@
63
63
  },
64
64
  "dependencies": {
65
65
  "@babel/runtime": "^7.28.6",
66
- "@micromag/core": "^0.4.52",
67
- "@micromag/element-background": "^0.4.52",
68
- "@micromag/element-button": "^0.4.52",
69
- "@micromag/element-call-to-action": "^0.4.52",
70
- "@micromag/element-container": "^0.4.52",
71
- "@micromag/element-grid": "^0.4.52",
72
- "@micromag/element-heading": "^0.4.52",
73
- "@micromag/element-keypad": "^0.4.52",
74
- "@micromag/element-layout": "^0.4.52",
75
- "@micromag/element-scroll": "^0.4.52",
76
- "@micromag/element-text": "^0.4.52",
77
- "@micromag/element-urbania-author": "^0.4.52",
78
- "@micromag/transforms": "^0.4.52",
66
+ "@micromag/core": "^0.4.55",
67
+ "@micromag/element-background": "^0.4.55",
68
+ "@micromag/element-button": "^0.4.55",
69
+ "@micromag/element-call-to-action": "^0.4.55",
70
+ "@micromag/element-container": "^0.4.55",
71
+ "@micromag/element-grid": "^0.4.55",
72
+ "@micromag/element-heading": "^0.4.55",
73
+ "@micromag/element-keypad": "^0.4.55",
74
+ "@micromag/element-layout": "^0.4.55",
75
+ "@micromag/element-scroll": "^0.4.55",
76
+ "@micromag/element-text": "^0.4.55",
77
+ "@micromag/element-urbania-author": "^0.4.55",
78
+ "@micromag/transforms": "^0.4.55",
79
79
  "@react-spring/core": "^10.0.3",
80
80
  "@react-spring/web": "^10.0.3",
81
81
  "@use-gesture/react": "^10.3.0",
@@ -89,6 +89,6 @@
89
89
  "access": "public",
90
90
  "registry": "https://registry.npmjs.org/"
91
91
  },
92
- "gitHead": "7e9283049e6904a73ed2c8ac47b2e45465823656",
92
+ "gitHead": "9708f0016de0cf18dcd6a6aa5bc70d7f00b86d9f",
93
93
  "types": "es/index.d.ts"
94
94
  }