@micromag/screen-urbania-horoscope 0.3.58 → 0.3.63
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 -0
- package/lib/index.js +2 -0
- package/package.json +14 -13
package/es/index.js
CHANGED
|
@@ -150,6 +150,7 @@ var propTypes = {
|
|
|
150
150
|
category: PropTypes$1.headingElement,
|
|
151
151
|
title: PropTypes$1.headingElement,
|
|
152
152
|
description: PropTypes$1.textElement,
|
|
153
|
+
author: PropTypes$1.authorElement,
|
|
153
154
|
spacing: PropTypes.number,
|
|
154
155
|
background: PropTypes$1.backgroundElement,
|
|
155
156
|
callToAction: PropTypes$1.callToAction,
|
|
@@ -165,6 +166,7 @@ var defaultProps = {
|
|
|
165
166
|
category: null,
|
|
166
167
|
title: null,
|
|
167
168
|
description: null,
|
|
169
|
+
author: null,
|
|
168
170
|
spacing: 20,
|
|
169
171
|
background: null,
|
|
170
172
|
callToAction: null,
|
package/lib/index.js
CHANGED
|
@@ -170,6 +170,7 @@ var propTypes = {
|
|
|
170
170
|
category: core.PropTypes.headingElement,
|
|
171
171
|
title: core.PropTypes.headingElement,
|
|
172
172
|
description: core.PropTypes.textElement,
|
|
173
|
+
author: core.PropTypes.authorElement,
|
|
173
174
|
spacing: PropTypes__default["default"].number,
|
|
174
175
|
background: core.PropTypes.backgroundElement,
|
|
175
176
|
callToAction: core.PropTypes.callToAction,
|
|
@@ -185,6 +186,7 @@ var defaultProps = {
|
|
|
185
186
|
category: null,
|
|
186
187
|
title: null,
|
|
187
188
|
description: null,
|
|
189
|
+
author: null,
|
|
188
190
|
spacing: 20,
|
|
189
191
|
background: null,
|
|
190
192
|
callToAction: null,
|
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.63",
|
|
4
4
|
"description": "",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"javascript"
|
|
@@ -49,17 +49,18 @@
|
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@babel/runtime": "^7.13.10",
|
|
52
|
-
"@micromag/core": "^0.3.
|
|
53
|
-
"@micromag/element-background": "^0.3.
|
|
54
|
-
"@micromag/element-button": "^0.3.
|
|
55
|
-
"@micromag/element-call-to-action": "^0.3.
|
|
56
|
-
"@micromag/element-container": "^0.3.
|
|
57
|
-
"@micromag/element-grid": "^0.3.
|
|
58
|
-
"@micromag/element-heading": "^0.3.
|
|
59
|
-
"@micromag/element-layout": "^0.3.
|
|
60
|
-
"@micromag/element-scroll": "^0.3.
|
|
61
|
-
"@micromag/element-text": "^0.3.
|
|
62
|
-
"@micromag/
|
|
52
|
+
"@micromag/core": "^0.3.63",
|
|
53
|
+
"@micromag/element-background": "^0.3.63",
|
|
54
|
+
"@micromag/element-button": "^0.3.63",
|
|
55
|
+
"@micromag/element-call-to-action": "^0.3.63",
|
|
56
|
+
"@micromag/element-container": "^0.3.63",
|
|
57
|
+
"@micromag/element-grid": "^0.3.63",
|
|
58
|
+
"@micromag/element-heading": "^0.3.63",
|
|
59
|
+
"@micromag/element-layout": "^0.3.63",
|
|
60
|
+
"@micromag/element-scroll": "^0.3.63",
|
|
61
|
+
"@micromag/element-text": "^0.3.63",
|
|
62
|
+
"@micromag/element-urbania-author": "^0.3.63",
|
|
63
|
+
"@micromag/transforms": "^0.3.63",
|
|
63
64
|
"classnames": "^2.2.6",
|
|
64
65
|
"lodash": "^4.17.21",
|
|
65
66
|
"prop-types": "^15.7.2",
|
|
@@ -69,5 +70,5 @@
|
|
|
69
70
|
"publishConfig": {
|
|
70
71
|
"access": "public"
|
|
71
72
|
},
|
|
72
|
-
"gitHead": "
|
|
73
|
+
"gitHead": "002ba9d6db19aa37ea77a2465942060661f19dcf"
|
|
73
74
|
}
|