@micromag/screen-urbania-horoscope 0.3.113 → 0.3.117

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
@@ -1027,4 +1027,4 @@ var definition = [{
1027
1027
  }]
1028
1028
  }];
1029
1029
 
1030
- export { Horoscope$1 as Horoscope, definition as default };
1030
+ export { Horoscope$1 as Horoscope, definition as default, signs };
package/lib/index.js CHANGED
@@ -1063,3 +1063,4 @@ var definition = [{
1063
1063
 
1064
1064
  exports.Horoscope = Horoscope$1;
1065
1065
  exports["default"] = definition;
1066
+ exports.signs = signs;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-urbania-horoscope",
3
- "version": "0.3.113",
3
+ "version": "0.3.117",
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.112",
54
- "@micromag/element-background": "^0.3.112",
55
- "@micromag/element-button": "^0.3.112",
56
- "@micromag/element-call-to-action": "^0.3.113",
57
- "@micromag/element-container": "^0.3.112",
58
- "@micromag/element-grid": "^0.3.112",
59
- "@micromag/element-heading": "^0.3.112",
60
- "@micromag/element-layout": "^0.3.112",
61
- "@micromag/element-scroll": "^0.3.112",
62
- "@micromag/element-text": "^0.3.112",
63
- "@micromag/element-urbania-author": "^0.3.112",
64
- "@micromag/transforms": "^0.3.112",
53
+ "@micromag/core": "^0.3.117",
54
+ "@micromag/element-background": "^0.3.117",
55
+ "@micromag/element-button": "^0.3.117",
56
+ "@micromag/element-call-to-action": "^0.3.117",
57
+ "@micromag/element-container": "^0.3.117",
58
+ "@micromag/element-grid": "^0.3.117",
59
+ "@micromag/element-heading": "^0.3.117",
60
+ "@micromag/element-layout": "^0.3.117",
61
+ "@micromag/element-scroll": "^0.3.117",
62
+ "@micromag/element-text": "^0.3.117",
63
+ "@micromag/element-urbania-author": "^0.3.117",
64
+ "@micromag/transforms": "^0.3.117",
65
65
  "classnames": "^2.2.6",
66
66
  "lodash": "^4.17.21",
67
67
  "prop-types": "^15.7.2",
@@ -72,5 +72,5 @@
72
72
  "publishConfig": {
73
73
  "access": "public"
74
74
  },
75
- "gitHead": "4c6a28244ace23a23cfe3a61429c79afb04750ca"
75
+ "gitHead": "eab1c9a0b8c19d747fee6472158779f33b1f18d3"
76
76
  }