@micromag/screen-urbania-horoscope 0.3.430 → 0.3.433

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
@@ -916,7 +916,6 @@ var UrbaniaHoroscope = function UrbaniaHoroscope(_ref) {
916
916
  };
917
917
  UrbaniaHoroscope.propTypes = propTypes;
918
918
  UrbaniaHoroscope.defaultProps = defaultProps;
919
- var UrbaniaHoroscope$1 = /*#__PURE__*/React.memo(UrbaniaHoroscope);
920
919
 
921
920
  var definition = [{
922
921
  id: 'urbania-horoscope',
@@ -939,7 +938,7 @@ var definition = [{
939
938
  "value": "Urbania horoscope"
940
939
  }]
941
940
  }),
942
- component: UrbaniaHoroscope$1,
941
+ component: UrbaniaHoroscope,
943
942
  states: [{
944
943
  id: 'intro',
945
944
  label: defineMessage({
@@ -1081,4 +1080,4 @@ var definition = [{
1081
1080
  }]
1082
1081
  }];
1083
1082
 
1084
- export { UrbaniaHoroscope$1 as UrbaniaHoroscope, definition as default, signs };
1083
+ export { UrbaniaHoroscope, definition as default, signs };
package/lib/index.js CHANGED
@@ -920,7 +920,6 @@ var UrbaniaHoroscope = function UrbaniaHoroscope(_ref) {
920
920
  };
921
921
  UrbaniaHoroscope.propTypes = propTypes;
922
922
  UrbaniaHoroscope.defaultProps = defaultProps;
923
- var UrbaniaHoroscope$1 = /*#__PURE__*/React.memo(UrbaniaHoroscope);
924
923
 
925
924
  var definition = [{
926
925
  id: 'urbania-horoscope',
@@ -943,7 +942,7 @@ var definition = [{
943
942
  "value": "Urbania horoscope"
944
943
  }]
945
944
  }),
946
- component: UrbaniaHoroscope$1,
945
+ component: UrbaniaHoroscope,
947
946
  states: [{
948
947
  id: 'intro',
949
948
  label: reactIntl.defineMessage({
@@ -1085,6 +1084,6 @@ var definition = [{
1085
1084
  }]
1086
1085
  }];
1087
1086
 
1088
- exports.UrbaniaHoroscope = UrbaniaHoroscope$1;
1087
+ exports.UrbaniaHoroscope = UrbaniaHoroscope;
1089
1088
  exports.default = definition;
1090
1089
  exports.signs = signs;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-urbania-horoscope",
3
- "version": "0.3.430",
3
+ "version": "0.3.433",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -60,19 +60,19 @@
60
60
  },
61
61
  "dependencies": {
62
62
  "@babel/runtime": "^7.13.10",
63
- "@micromag/core": "^0.3.430",
64
- "@micromag/element-background": "^0.3.430",
65
- "@micromag/element-button": "^0.3.430",
66
- "@micromag/element-call-to-action": "^0.3.430",
67
- "@micromag/element-container": "^0.3.430",
68
- "@micromag/element-grid": "^0.3.430",
69
- "@micromag/element-heading": "^0.3.430",
70
- "@micromag/element-keypad": "^0.3.430",
71
- "@micromag/element-layout": "^0.3.430",
72
- "@micromag/element-scroll": "^0.3.430",
73
- "@micromag/element-text": "^0.3.430",
74
- "@micromag/element-urbania-author": "^0.3.430",
75
- "@micromag/transforms": "^0.3.430",
63
+ "@micromag/core": "^0.3.433",
64
+ "@micromag/element-background": "^0.3.433",
65
+ "@micromag/element-button": "^0.3.433",
66
+ "@micromag/element-call-to-action": "^0.3.433",
67
+ "@micromag/element-container": "^0.3.433",
68
+ "@micromag/element-grid": "^0.3.433",
69
+ "@micromag/element-heading": "^0.3.433",
70
+ "@micromag/element-keypad": "^0.3.433",
71
+ "@micromag/element-layout": "^0.3.433",
72
+ "@micromag/element-scroll": "^0.3.433",
73
+ "@micromag/element-text": "^0.3.433",
74
+ "@micromag/element-urbania-author": "^0.3.433",
75
+ "@micromag/transforms": "^0.3.433",
76
76
  "@react-spring/core": "^9.6.1",
77
77
  "@react-spring/web": "^9.6.1",
78
78
  "@use-gesture/react": "^10.2.4",
@@ -87,5 +87,5 @@
87
87
  "access": "public",
88
88
  "registry": "https://registry.npmjs.org/"
89
89
  },
90
- "gitHead": "da790d76dba9d8e308d9f9c4e51d93a4a0e012a9"
90
+ "gitHead": "4fe51ffae9ebd9844db8014a1912df2df5122f28"
91
91
  }