@micromag/screen-urbania-horoscope 0.3.480 → 0.3.482

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
@@ -328,6 +328,7 @@ var SignCard = function SignCard(_ref) {
328
328
  };
329
329
  SignCard.propTypes = propTypes$2;
330
330
  SignCard.defaultProps = defaultProps$2;
331
+ var SignCard$1 = SignCard;
331
332
 
332
333
  var styles$1 = {"modalButton":"micromag-screen-urbania-horoscope-sign-modal-modalButton","container":"micromag-screen-urbania-horoscope-sign-modal-container","disabled":"micromag-screen-urbania-horoscope-sign-modal-disabled","hidden":"micromag-screen-urbania-horoscope-sign-modal-hidden","placeholder":"micromag-screen-urbania-horoscope-sign-modal-placeholder","content":"micromag-screen-urbania-horoscope-sign-modal-content","modal":"micromag-screen-urbania-horoscope-sign-modal-modal","name":"micromag-screen-urbania-horoscope-sign-modal-name","wordContainer":"micromag-screen-urbania-horoscope-sign-modal-wordContainer","wordOfTheWeek":"micromag-screen-urbania-horoscope-sign-modal-wordOfTheWeek","word":"micromag-screen-urbania-horoscope-sign-modal-word","description":"micromag-screen-urbania-horoscope-sign-modal-description","illustration":"micromag-screen-urbania-horoscope-sign-modal-illustration","arrow":"micromag-screen-urbania-horoscope-sign-modal-arrow"};
333
334
 
@@ -428,6 +429,7 @@ var SignModal = function SignModal(_ref) {
428
429
  };
429
430
  SignModal.propTypes = propTypes$1;
430
431
  SignModal.defaultProps = defaultProps$1;
432
+ var SignModal$1 = SignModal;
431
433
 
432
434
  var styles = {"close":"micromag-screen-urbania-horoscope-close","backdrop":"micromag-screen-urbania-horoscope-backdrop","signsGridContainer":"micromag-screen-urbania-horoscope-signsGridContainer","container":"micromag-screen-urbania-horoscope-container","background":"micromag-screen-urbania-horoscope-background","disabled":"micromag-screen-urbania-horoscope-disabled","hidden":"micromag-screen-urbania-horoscope-hidden","placeholder":"micromag-screen-urbania-horoscope-placeholder","content":"micromag-screen-urbania-horoscope-content","emptyTitle":"micromag-screen-urbania-horoscope-emptyTitle","emptyText":"micromag-screen-urbania-horoscope-emptyText","focus-visible":"micromag-screen-urbania-horoscope-focus-visible","isPlaceholder":"micromag-screen-urbania-horoscope-isPlaceholder","layout":"micromag-screen-urbania-horoscope-layout","placeholderGrid":"micromag-screen-urbania-horoscope-placeholderGrid","placeholderItem":"micromag-screen-urbania-horoscope-placeholderItem","headerContainer":"micromag-screen-urbania-horoscope-headerContainer","title":"micromag-screen-urbania-horoscope-title","titleImage":"micromag-screen-urbania-horoscope-titleImage","titlePlaceholder":"micromag-screen-urbania-horoscope-titlePlaceholder","description":"micromag-screen-urbania-horoscope-description","descriptionPlaceholder":"micromag-screen-urbania-horoscope-descriptionPlaceholder","button":"micromag-screen-urbania-horoscope-button","buttonLabel":"micromag-screen-urbania-horoscope-buttonLabel","header":"micromag-screen-urbania-horoscope-header","buttons":"micromag-screen-urbania-horoscope-buttons","signs":"micromag-screen-urbania-horoscope-signs","author":"micromag-screen-urbania-horoscope-author","collaborator":"micromag-screen-urbania-horoscope-collaborator","authorBackground":"micromag-screen-urbania-horoscope-authorBackground","modal":"micromag-screen-urbania-horoscope-modal","backdropVideo":"micromag-screen-urbania-horoscope-backdropVideo"};
433
435
 
@@ -855,7 +857,7 @@ var UrbaniaHoroscope = function UrbaniaHoroscope(_ref) {
855
857
  key: id,
856
858
  className: styles.sign,
857
859
  style: getSignStyles(showSignsGridProgress)
858
- }, /*#__PURE__*/React.createElement(SignCard, {
860
+ }, /*#__PURE__*/React.createElement(SignCard$1, {
859
861
  key: id,
860
862
  sign: sign,
861
863
  onClick: function onClick(e) {
@@ -884,7 +886,7 @@ var UrbaniaHoroscope = function UrbaniaHoroscope(_ref) {
884
886
  }) : null)) : null, /*#__PURE__*/React.createElement(animated.div, Object.assign({
885
887
  className: styles.modal,
886
888
  style: getModalStyles(showModalProgress)
887
- }, bindModalDrag()), /*#__PURE__*/React.createElement(SignModal, {
889
+ }, bindModalDrag()), /*#__PURE__*/React.createElement(SignModal$1, {
888
890
  width: width,
889
891
  height: height,
890
892
  sign: signs[selectedSign],
@@ -916,6 +918,7 @@ var UrbaniaHoroscope = function UrbaniaHoroscope(_ref) {
916
918
  };
917
919
  UrbaniaHoroscope.propTypes = propTypes;
918
920
  UrbaniaHoroscope.defaultProps = defaultProps;
921
+ var UrbaniaHoroscope$1 = UrbaniaHoroscope;
919
922
 
920
923
  var definition = [{
921
924
  id: 'urbania-horoscope',
@@ -938,7 +941,7 @@ var definition = [{
938
941
  "value": "Urbania horoscope"
939
942
  }]
940
943
  }),
941
- component: UrbaniaHoroscope,
944
+ component: UrbaniaHoroscope$1,
942
945
  states: [{
943
946
  id: 'intro',
944
947
  label: defineMessage({
@@ -1080,4 +1083,4 @@ var definition = [{
1080
1083
  }]
1081
1084
  }];
1082
1085
 
1083
- export { UrbaniaHoroscope, definition as default, signs };
1086
+ export { UrbaniaHoroscope$1 as UrbaniaHoroscope, definition as default, signs };
package/lib/index.js CHANGED
@@ -332,6 +332,7 @@ var SignCard = function SignCard(_ref) {
332
332
  };
333
333
  SignCard.propTypes = propTypes$2;
334
334
  SignCard.defaultProps = defaultProps$2;
335
+ var SignCard$1 = SignCard;
335
336
 
336
337
  var styles$1 = {"modalButton":"micromag-screen-urbania-horoscope-sign-modal-modalButton","container":"micromag-screen-urbania-horoscope-sign-modal-container","disabled":"micromag-screen-urbania-horoscope-sign-modal-disabled","hidden":"micromag-screen-urbania-horoscope-sign-modal-hidden","placeholder":"micromag-screen-urbania-horoscope-sign-modal-placeholder","content":"micromag-screen-urbania-horoscope-sign-modal-content","modal":"micromag-screen-urbania-horoscope-sign-modal-modal","name":"micromag-screen-urbania-horoscope-sign-modal-name","wordContainer":"micromag-screen-urbania-horoscope-sign-modal-wordContainer","wordOfTheWeek":"micromag-screen-urbania-horoscope-sign-modal-wordOfTheWeek","word":"micromag-screen-urbania-horoscope-sign-modal-word","description":"micromag-screen-urbania-horoscope-sign-modal-description","illustration":"micromag-screen-urbania-horoscope-sign-modal-illustration","arrow":"micromag-screen-urbania-horoscope-sign-modal-arrow"};
337
338
 
@@ -432,6 +433,7 @@ var SignModal = function SignModal(_ref) {
432
433
  };
433
434
  SignModal.propTypes = propTypes$1;
434
435
  SignModal.defaultProps = defaultProps$1;
436
+ var SignModal$1 = SignModal;
435
437
 
436
438
  var styles = {"close":"micromag-screen-urbania-horoscope-close","backdrop":"micromag-screen-urbania-horoscope-backdrop","signsGridContainer":"micromag-screen-urbania-horoscope-signsGridContainer","container":"micromag-screen-urbania-horoscope-container","background":"micromag-screen-urbania-horoscope-background","disabled":"micromag-screen-urbania-horoscope-disabled","hidden":"micromag-screen-urbania-horoscope-hidden","placeholder":"micromag-screen-urbania-horoscope-placeholder","content":"micromag-screen-urbania-horoscope-content","emptyTitle":"micromag-screen-urbania-horoscope-emptyTitle","emptyText":"micromag-screen-urbania-horoscope-emptyText","focus-visible":"micromag-screen-urbania-horoscope-focus-visible","isPlaceholder":"micromag-screen-urbania-horoscope-isPlaceholder","layout":"micromag-screen-urbania-horoscope-layout","placeholderGrid":"micromag-screen-urbania-horoscope-placeholderGrid","placeholderItem":"micromag-screen-urbania-horoscope-placeholderItem","headerContainer":"micromag-screen-urbania-horoscope-headerContainer","title":"micromag-screen-urbania-horoscope-title","titleImage":"micromag-screen-urbania-horoscope-titleImage","titlePlaceholder":"micromag-screen-urbania-horoscope-titlePlaceholder","description":"micromag-screen-urbania-horoscope-description","descriptionPlaceholder":"micromag-screen-urbania-horoscope-descriptionPlaceholder","button":"micromag-screen-urbania-horoscope-button","buttonLabel":"micromag-screen-urbania-horoscope-buttonLabel","header":"micromag-screen-urbania-horoscope-header","buttons":"micromag-screen-urbania-horoscope-buttons","signs":"micromag-screen-urbania-horoscope-signs","author":"micromag-screen-urbania-horoscope-author","collaborator":"micromag-screen-urbania-horoscope-collaborator","authorBackground":"micromag-screen-urbania-horoscope-authorBackground","modal":"micromag-screen-urbania-horoscope-modal","backdropVideo":"micromag-screen-urbania-horoscope-backdropVideo"};
437
439
 
@@ -859,7 +861,7 @@ var UrbaniaHoroscope = function UrbaniaHoroscope(_ref) {
859
861
  key: id,
860
862
  className: styles.sign,
861
863
  style: getSignStyles(showSignsGridProgress)
862
- }, /*#__PURE__*/React.createElement(SignCard, {
864
+ }, /*#__PURE__*/React.createElement(SignCard$1, {
863
865
  key: id,
864
866
  sign: sign,
865
867
  onClick: function onClick(e) {
@@ -888,7 +890,7 @@ var UrbaniaHoroscope = function UrbaniaHoroscope(_ref) {
888
890
  }) : null)) : null, /*#__PURE__*/React.createElement(web.animated.div, Object.assign({
889
891
  className: styles.modal,
890
892
  style: getModalStyles(showModalProgress)
891
- }, bindModalDrag()), /*#__PURE__*/React.createElement(SignModal, {
893
+ }, bindModalDrag()), /*#__PURE__*/React.createElement(SignModal$1, {
892
894
  width: width,
893
895
  height: height,
894
896
  sign: signs[selectedSign],
@@ -920,6 +922,7 @@ var UrbaniaHoroscope = function UrbaniaHoroscope(_ref) {
920
922
  };
921
923
  UrbaniaHoroscope.propTypes = propTypes;
922
924
  UrbaniaHoroscope.defaultProps = defaultProps;
925
+ var UrbaniaHoroscope$1 = UrbaniaHoroscope;
923
926
 
924
927
  var definition = [{
925
928
  id: 'urbania-horoscope',
@@ -942,7 +945,7 @@ var definition = [{
942
945
  "value": "Urbania horoscope"
943
946
  }]
944
947
  }),
945
- component: UrbaniaHoroscope,
948
+ component: UrbaniaHoroscope$1,
946
949
  states: [{
947
950
  id: 'intro',
948
951
  label: reactIntl.defineMessage({
@@ -1084,6 +1087,6 @@ var definition = [{
1084
1087
  }]
1085
1088
  }];
1086
1089
 
1087
- exports.UrbaniaHoroscope = UrbaniaHoroscope;
1090
+ exports.UrbaniaHoroscope = UrbaniaHoroscope$1;
1088
1091
  exports.default = definition;
1089
1092
  exports.signs = signs;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-urbania-horoscope",
3
- "version": "0.3.480",
3
+ "version": "0.3.482",
4
4
  "private": false,
5
5
  "description": "",
6
6
  "keywords": [
@@ -48,6 +48,7 @@
48
48
  "assets"
49
49
  ],
50
50
  "scripts": {
51
+ "clean": "rm -rf es && rm -rf lib && rm -rf assets",
51
52
  "prepare": "../../scripts/prepare-package.sh",
52
53
  "rollup": "../../node_modules/.bin/rollup --config ../../rollup.config.js"
53
54
  },
@@ -61,19 +62,19 @@
61
62
  },
62
63
  "dependencies": {
63
64
  "@babel/runtime": "^7.13.10",
64
- "@micromag/core": "^0.3.480",
65
- "@micromag/element-background": "^0.3.480",
66
- "@micromag/element-button": "^0.3.480",
67
- "@micromag/element-call-to-action": "^0.3.480",
68
- "@micromag/element-container": "^0.3.480",
69
- "@micromag/element-grid": "^0.3.480",
70
- "@micromag/element-heading": "^0.3.480",
71
- "@micromag/element-keypad": "^0.3.480",
72
- "@micromag/element-layout": "^0.3.480",
73
- "@micromag/element-scroll": "^0.3.480",
74
- "@micromag/element-text": "^0.3.480",
75
- "@micromag/element-urbania-author": "^0.3.480",
76
- "@micromag/transforms": "^0.3.480",
65
+ "@micromag/core": "^0.3.482",
66
+ "@micromag/element-background": "^0.3.482",
67
+ "@micromag/element-button": "^0.3.482",
68
+ "@micromag/element-call-to-action": "^0.3.482",
69
+ "@micromag/element-container": "^0.3.482",
70
+ "@micromag/element-grid": "^0.3.482",
71
+ "@micromag/element-heading": "^0.3.482",
72
+ "@micromag/element-keypad": "^0.3.482",
73
+ "@micromag/element-layout": "^0.3.482",
74
+ "@micromag/element-scroll": "^0.3.482",
75
+ "@micromag/element-text": "^0.3.482",
76
+ "@micromag/element-urbania-author": "^0.3.482",
77
+ "@micromag/transforms": "^0.3.482",
77
78
  "@react-spring/core": "^9.6.1",
78
79
  "@react-spring/web": "^9.6.1",
79
80
  "@use-gesture/react": "^10.3.0",
@@ -88,5 +89,5 @@
88
89
  "access": "public",
89
90
  "registry": "https://registry.npmjs.org/"
90
91
  },
91
- "gitHead": "4a69863ce7f8aa2e254242a2fd368763611cf096"
92
+ "gitHead": "931f86bb7dd77a05d196cadda88c8a170e665c3d"
92
93
  }