@micromag/screen-urbania-horoscope 0.3.579 → 0.3.581

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 +1 -0
  2. package/package.json +4 -4
package/es/index.js CHANGED
@@ -877,6 +877,7 @@ var UrbaniaHoroscope = function UrbaniaHoroscope(_ref) {
877
877
  }, bindSignsDrag()), /*#__PURE__*/React.createElement(Keypad, {
878
878
  columns: 3,
879
879
  spacing: 5,
880
+ withoutCloseButton: true,
880
881
  items: signs.map(function (sign) {
881
882
  var _ref8 = sign || {},
882
883
  _ref8$id = _ref8.id,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-urbania-horoscope",
3
- "version": "0.3.579",
3
+ "version": "0.3.581",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -63,9 +63,9 @@
63
63
  "dependencies": {
64
64
  "@babel/runtime": "^7.13.10",
65
65
  "@micromag/core": "^0.3.578",
66
- "@micromag/element-background": "^0.3.579",
66
+ "@micromag/element-background": "^0.3.580",
67
67
  "@micromag/element-button": "^0.3.578",
68
- "@micromag/element-call-to-action": "^0.3.578",
68
+ "@micromag/element-call-to-action": "^0.3.581",
69
69
  "@micromag/element-container": "^0.3.578",
70
70
  "@micromag/element-grid": "^0.3.578",
71
71
  "@micromag/element-heading": "^0.3.578",
@@ -90,5 +90,5 @@
90
90
  "access": "public",
91
91
  "registry": "https://registry.npmjs.org/"
92
92
  },
93
- "gitHead": "4c435acd50f36704c12652d8df9e5a86cfe0cf08"
93
+ "gitHead": "4f667ad3d6831c079c91e717202bf02f7beda276"
94
94
  }