@micromag/screen-quote 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 +3 -2
- package/lib/index.js +3 -2
- package/package.json +12 -11
package/es/index.js
CHANGED
|
@@ -171,6 +171,7 @@ var QuoteScreen = function QuoteScreen(_ref) {
|
|
|
171
171
|
};
|
|
172
172
|
QuoteScreen.propTypes = propTypes;
|
|
173
173
|
QuoteScreen.defaultProps = defaultProps;
|
|
174
|
+
var QuoteScreen$1 = QuoteScreen;
|
|
174
175
|
|
|
175
176
|
// import * as transforms from './transforms/index';
|
|
176
177
|
|
|
@@ -194,7 +195,7 @@ var definition = {
|
|
|
194
195
|
"value": "Quote"
|
|
195
196
|
}]
|
|
196
197
|
}),
|
|
197
|
-
component: QuoteScreen,
|
|
198
|
+
component: QuoteScreen$1,
|
|
198
199
|
layouts: ['top', 'middle', 'bottom', 'split'],
|
|
199
200
|
// transforms,
|
|
200
201
|
fields: [{
|
|
@@ -284,4 +285,4 @@ var definition = {
|
|
|
284
285
|
}]
|
|
285
286
|
};
|
|
286
287
|
|
|
287
|
-
export { QuoteScreen, definition as default };
|
|
288
|
+
export { QuoteScreen$1 as QuoteScreen, definition as default };
|
package/lib/index.js
CHANGED
|
@@ -175,6 +175,7 @@ var QuoteScreen = function QuoteScreen(_ref) {
|
|
|
175
175
|
};
|
|
176
176
|
QuoteScreen.propTypes = propTypes;
|
|
177
177
|
QuoteScreen.defaultProps = defaultProps;
|
|
178
|
+
var QuoteScreen$1 = QuoteScreen;
|
|
178
179
|
|
|
179
180
|
// import * as transforms from './transforms/index';
|
|
180
181
|
|
|
@@ -198,7 +199,7 @@ var definition = {
|
|
|
198
199
|
"value": "Quote"
|
|
199
200
|
}]
|
|
200
201
|
}),
|
|
201
|
-
component: QuoteScreen,
|
|
202
|
+
component: QuoteScreen$1,
|
|
202
203
|
layouts: ['top', 'middle', 'bottom', 'split'],
|
|
203
204
|
// transforms,
|
|
204
205
|
fields: [{
|
|
@@ -288,5 +289,5 @@ var definition = {
|
|
|
288
289
|
}]
|
|
289
290
|
};
|
|
290
291
|
|
|
291
|
-
exports.QuoteScreen = QuoteScreen;
|
|
292
|
+
exports.QuoteScreen = QuoteScreen$1;
|
|
292
293
|
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.482",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -47,6 +47,7 @@
|
|
|
47
47
|
"assets"
|
|
48
48
|
],
|
|
49
49
|
"scripts": {
|
|
50
|
+
"clean": "rm -rf es && rm -rf lib && rm -rf assets",
|
|
50
51
|
"prepare": "../../scripts/prepare-package.sh"
|
|
51
52
|
},
|
|
52
53
|
"devDependencies": {
|
|
@@ -59,15 +60,15 @@
|
|
|
59
60
|
},
|
|
60
61
|
"dependencies": {
|
|
61
62
|
"@babel/runtime": "^7.13.10",
|
|
62
|
-
"@micromag/core": "^0.3.
|
|
63
|
-
"@micromag/element-background": "^0.3.
|
|
64
|
-
"@micromag/element-container": "^0.3.
|
|
65
|
-
"@micromag/element-footer": "^0.3.
|
|
66
|
-
"@micromag/element-header": "^0.3.
|
|
67
|
-
"@micromag/element-layout": "^0.3.
|
|
68
|
-
"@micromag/element-quote": "^0.3.
|
|
69
|
-
"@micromag/element-text": "^0.3.
|
|
70
|
-
"@micromag/transforms": "^0.3.
|
|
63
|
+
"@micromag/core": "^0.3.482",
|
|
64
|
+
"@micromag/element-background": "^0.3.482",
|
|
65
|
+
"@micromag/element-container": "^0.3.482",
|
|
66
|
+
"@micromag/element-footer": "^0.3.482",
|
|
67
|
+
"@micromag/element-header": "^0.3.482",
|
|
68
|
+
"@micromag/element-layout": "^0.3.482",
|
|
69
|
+
"@micromag/element-quote": "^0.3.482",
|
|
70
|
+
"@micromag/element-text": "^0.3.482",
|
|
71
|
+
"@micromag/transforms": "^0.3.482",
|
|
71
72
|
"classnames": "^2.2.6",
|
|
72
73
|
"lodash": "^4.17.21",
|
|
73
74
|
"prop-types": "^15.7.2",
|
|
@@ -78,5 +79,5 @@
|
|
|
78
79
|
"access": "public",
|
|
79
80
|
"registry": "https://registry.npmjs.org/"
|
|
80
81
|
},
|
|
81
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "931f86bb7dd77a05d196cadda88c8a170e665c3d"
|
|
82
83
|
}
|