@micromag/screen-quote 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 +2 -3
- package/lib/index.js +2 -3
- package/package.json +11 -11
package/es/index.js
CHANGED
|
@@ -174,7 +174,6 @@ var QuoteScreen = function QuoteScreen(_ref) {
|
|
|
174
174
|
};
|
|
175
175
|
QuoteScreen.propTypes = propTypes;
|
|
176
176
|
QuoteScreen.defaultProps = defaultProps;
|
|
177
|
-
var QuoteScreen$1 = /*#__PURE__*/React.memo(QuoteScreen);
|
|
178
177
|
|
|
179
178
|
var transform = function transform(newStory, _ref) {
|
|
180
179
|
var quote = _ref.quote,
|
|
@@ -220,7 +219,7 @@ var definition = {
|
|
|
220
219
|
"value": "Quote"
|
|
221
220
|
}]
|
|
222
221
|
}),
|
|
223
|
-
component: QuoteScreen
|
|
222
|
+
component: QuoteScreen,
|
|
224
223
|
layouts: ['top', 'middle', 'bottom', 'split'],
|
|
225
224
|
transforms: transforms,
|
|
226
225
|
fields: [{
|
|
@@ -310,4 +309,4 @@ var definition = {
|
|
|
310
309
|
}]
|
|
311
310
|
};
|
|
312
311
|
|
|
313
|
-
export { QuoteScreen
|
|
312
|
+
export { QuoteScreen, definition as default };
|
package/lib/index.js
CHANGED
|
@@ -178,7 +178,6 @@ var QuoteScreen = function QuoteScreen(_ref) {
|
|
|
178
178
|
};
|
|
179
179
|
QuoteScreen.propTypes = propTypes;
|
|
180
180
|
QuoteScreen.defaultProps = defaultProps;
|
|
181
|
-
var QuoteScreen$1 = /*#__PURE__*/React.memo(QuoteScreen);
|
|
182
181
|
|
|
183
182
|
var transform = function transform(newStory, _ref) {
|
|
184
183
|
var quote = _ref.quote,
|
|
@@ -224,7 +223,7 @@ var definition = {
|
|
|
224
223
|
"value": "Quote"
|
|
225
224
|
}]
|
|
226
225
|
}),
|
|
227
|
-
component: QuoteScreen
|
|
226
|
+
component: QuoteScreen,
|
|
228
227
|
layouts: ['top', 'middle', 'bottom', 'split'],
|
|
229
228
|
transforms: transforms,
|
|
230
229
|
fields: [{
|
|
@@ -314,5 +313,5 @@ var definition = {
|
|
|
314
313
|
}]
|
|
315
314
|
};
|
|
316
315
|
|
|
317
|
-
exports.QuoteScreen = QuoteScreen
|
|
316
|
+
exports.QuoteScreen = QuoteScreen;
|
|
318
317
|
exports.default = definition;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-quote",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.433",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -58,15 +58,15 @@
|
|
|
58
58
|
},
|
|
59
59
|
"dependencies": {
|
|
60
60
|
"@babel/runtime": "^7.13.10",
|
|
61
|
-
"@micromag/core": "^0.3.
|
|
62
|
-
"@micromag/element-background": "^0.3.
|
|
63
|
-
"@micromag/element-container": "^0.3.
|
|
64
|
-
"@micromag/element-footer": "^0.3.
|
|
65
|
-
"@micromag/element-header": "^0.3.
|
|
66
|
-
"@micromag/element-layout": "^0.3.
|
|
67
|
-
"@micromag/element-quote": "^0.3.
|
|
68
|
-
"@micromag/element-text": "^0.3.
|
|
69
|
-
"@micromag/transforms": "^0.3.
|
|
61
|
+
"@micromag/core": "^0.3.433",
|
|
62
|
+
"@micromag/element-background": "^0.3.433",
|
|
63
|
+
"@micromag/element-container": "^0.3.433",
|
|
64
|
+
"@micromag/element-footer": "^0.3.433",
|
|
65
|
+
"@micromag/element-header": "^0.3.433",
|
|
66
|
+
"@micromag/element-layout": "^0.3.433",
|
|
67
|
+
"@micromag/element-quote": "^0.3.433",
|
|
68
|
+
"@micromag/element-text": "^0.3.433",
|
|
69
|
+
"@micromag/transforms": "^0.3.433",
|
|
70
70
|
"classnames": "^2.2.6",
|
|
71
71
|
"lodash": "^4.17.21",
|
|
72
72
|
"prop-types": "^15.7.2",
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
"access": "public",
|
|
78
78
|
"registry": "https://registry.npmjs.org/"
|
|
79
79
|
},
|
|
80
|
-
"gitHead": "
|
|
80
|
+
"gitHead": "4fe51ffae9ebd9844db8014a1912df2df5122f28"
|
|
81
81
|
}
|