@micromag/screen-gallery 0.3.478 → 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 +4 -3
- package/lib/index.js +4 -3
- package/package.json +13 -12
package/es/index.js
CHANGED
|
@@ -440,10 +440,11 @@ var GalleryScreen = function GalleryScreen(_ref) {
|
|
|
440
440
|
};
|
|
441
441
|
GalleryScreen.propTypes = propTypes;
|
|
442
442
|
GalleryScreen.defaultProps = defaultProps;
|
|
443
|
+
var GalleryScreen$1 = GalleryScreen;
|
|
443
444
|
|
|
444
445
|
function GalleryCaptionsScreen(_ref) {
|
|
445
446
|
var props = _extends({}, (_objectDestructuringEmpty(_ref), _ref));
|
|
446
|
-
return /*#__PURE__*/React.createElement(GalleryScreen, Object.assign({}, props, {
|
|
447
|
+
return /*#__PURE__*/React.createElement(GalleryScreen$1, Object.assign({}, props, {
|
|
447
448
|
withCaptions: true
|
|
448
449
|
}));
|
|
449
450
|
}
|
|
@@ -470,7 +471,7 @@ var definition = [{
|
|
|
470
471
|
"value": "Gallery"
|
|
471
472
|
}]
|
|
472
473
|
}),
|
|
473
|
-
component: GalleryScreen,
|
|
474
|
+
component: GalleryScreen$1,
|
|
474
475
|
layouts: [
|
|
475
476
|
// 2
|
|
476
477
|
'two-vertical-equal', 'two-vertical-top', 'two-vertical-bottom',
|
|
@@ -659,4 +660,4 @@ var definition = [{
|
|
|
659
660
|
}]
|
|
660
661
|
}];
|
|
661
662
|
|
|
662
|
-
export { GalleryCaptionsScreen, GalleryScreen, definition as default };
|
|
663
|
+
export { GalleryCaptionsScreen, GalleryScreen$1 as GalleryScreen, definition as default };
|
package/lib/index.js
CHANGED
|
@@ -444,10 +444,11 @@ var GalleryScreen = function GalleryScreen(_ref) {
|
|
|
444
444
|
};
|
|
445
445
|
GalleryScreen.propTypes = propTypes;
|
|
446
446
|
GalleryScreen.defaultProps = defaultProps;
|
|
447
|
+
var GalleryScreen$1 = GalleryScreen;
|
|
447
448
|
|
|
448
449
|
function GalleryCaptionsScreen(_ref) {
|
|
449
450
|
var props = _extends({}, (_objectDestructuringEmpty(_ref), _ref));
|
|
450
|
-
return /*#__PURE__*/React.createElement(GalleryScreen, Object.assign({}, props, {
|
|
451
|
+
return /*#__PURE__*/React.createElement(GalleryScreen$1, Object.assign({}, props, {
|
|
451
452
|
withCaptions: true
|
|
452
453
|
}));
|
|
453
454
|
}
|
|
@@ -474,7 +475,7 @@ var definition = [{
|
|
|
474
475
|
"value": "Gallery"
|
|
475
476
|
}]
|
|
476
477
|
}),
|
|
477
|
-
component: GalleryScreen,
|
|
478
|
+
component: GalleryScreen$1,
|
|
478
479
|
layouts: [
|
|
479
480
|
// 2
|
|
480
481
|
'two-vertical-equal', 'two-vertical-top', 'two-vertical-bottom',
|
|
@@ -664,5 +665,5 @@ var definition = [{
|
|
|
664
665
|
}];
|
|
665
666
|
|
|
666
667
|
exports.GalleryCaptionsScreen = GalleryCaptionsScreen;
|
|
667
|
-
exports.GalleryScreen = GalleryScreen;
|
|
668
|
+
exports.GalleryScreen = GalleryScreen$1;
|
|
668
669
|
exports.default = definition;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-gallery",
|
|
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,16 +60,16 @@
|
|
|
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-grid": "^0.3.
|
|
67
|
-
"@micromag/element-header": "^0.3.
|
|
68
|
-
"@micromag/element-layout": "^0.3.
|
|
69
|
-
"@micromag/element-text": "^0.3.
|
|
70
|
-
"@micromag/element-visual": "^0.3.
|
|
71
|
-
"@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-grid": "^0.3.482",
|
|
68
|
+
"@micromag/element-header": "^0.3.482",
|
|
69
|
+
"@micromag/element-layout": "^0.3.482",
|
|
70
|
+
"@micromag/element-text": "^0.3.482",
|
|
71
|
+
"@micromag/element-visual": "^0.3.482",
|
|
72
|
+
"@micromag/transforms": "^0.3.482",
|
|
72
73
|
"classnames": "^2.2.6",
|
|
73
74
|
"lodash": "^4.17.21",
|
|
74
75
|
"prop-types": "^15.7.2",
|
|
@@ -79,5 +80,5 @@
|
|
|
79
80
|
"access": "public",
|
|
80
81
|
"registry": "https://registry.npmjs.org/"
|
|
81
82
|
},
|
|
82
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "931f86bb7dd77a05d196cadda88c8a170e665c3d"
|
|
83
84
|
}
|