@micromag/screen-urbania-horoscope 0.3.109 → 0.3.112
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 +2 -1
- package/lib/index.js +2 -1
- package/package.json +14 -14
package/es/index.js
CHANGED
|
@@ -753,7 +753,8 @@ var Horoscope = function Horoscope(_ref) {
|
|
|
753
753
|
isEmpty: !hasAuthor
|
|
754
754
|
}, hasAuthor && !isPlaceholder ? /*#__PURE__*/React.createElement(Author, {
|
|
755
755
|
author: author,
|
|
756
|
-
className: styles.author
|
|
756
|
+
className: styles.author,
|
|
757
|
+
shouldLoad: mediaShouldLoad
|
|
757
758
|
}) : null)),
|
|
758
759
|
/*#__PURE__*/
|
|
759
760
|
// BUTTON
|
package/lib/index.js
CHANGED
|
@@ -787,7 +787,8 @@ var Horoscope = function Horoscope(_ref) {
|
|
|
787
787
|
isEmpty: !hasAuthor
|
|
788
788
|
}, hasAuthor && !isPlaceholder ? /*#__PURE__*/React__default["default"].createElement(Author__default["default"], {
|
|
789
789
|
author: author,
|
|
790
|
-
className: styles.author
|
|
790
|
+
className: styles.author,
|
|
791
|
+
shouldLoad: mediaShouldLoad
|
|
791
792
|
}) : null)),
|
|
792
793
|
/*#__PURE__*/
|
|
793
794
|
// BUTTON
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-urbania-horoscope",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.112",
|
|
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.
|
|
54
|
-
"@micromag/element-background": "^0.3.
|
|
55
|
-
"@micromag/element-button": "^0.3.
|
|
56
|
-
"@micromag/element-call-to-action": "^0.3.
|
|
57
|
-
"@micromag/element-container": "^0.3.
|
|
58
|
-
"@micromag/element-grid": "^0.3.
|
|
59
|
-
"@micromag/element-heading": "^0.3.
|
|
60
|
-
"@micromag/element-layout": "^0.3.
|
|
61
|
-
"@micromag/element-scroll": "^0.3.
|
|
62
|
-
"@micromag/element-text": "^0.3.
|
|
63
|
-
"@micromag/element-urbania-author": "^0.3.
|
|
64
|
-
"@micromag/transforms": "^0.3.
|
|
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.112",
|
|
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",
|
|
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": "
|
|
75
|
+
"gitHead": "f85362071b76115397f9a77537ac6e66b91f59f3"
|
|
76
76
|
}
|