@micromag/screen-contribution 0.3.435 → 0.3.437
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 +15 -15
package/es/index.js
CHANGED
|
@@ -428,7 +428,8 @@ var ContributionScreen = function ContributionScreen(_ref) {
|
|
|
428
428
|
verticalAlign: layout,
|
|
429
429
|
disabled: scrollingDisabled,
|
|
430
430
|
onScrolledBottom: onScrolledBottom,
|
|
431
|
-
onScrolledNotBottom: onScrolledNotBottom
|
|
431
|
+
onScrolledNotBottom: onScrolledNotBottom,
|
|
432
|
+
withShadow: true
|
|
432
433
|
}, headerInScroll ? headerElement : null, items), !isPlaceholder && hasFooter ? /*#__PURE__*/React.createElement("div", {
|
|
433
434
|
ref: footerRef,
|
|
434
435
|
className: classNames([styles.footer, _defineProperty({}, styles.disabled, !swipeUpLinkActive)]),
|
package/lib/index.js
CHANGED
|
@@ -432,7 +432,8 @@ var ContributionScreen = function ContributionScreen(_ref) {
|
|
|
432
432
|
verticalAlign: layout,
|
|
433
433
|
disabled: scrollingDisabled,
|
|
434
434
|
onScrolledBottom: onScrolledBottom,
|
|
435
|
-
onScrolledNotBottom: onScrolledNotBottom
|
|
435
|
+
onScrolledNotBottom: onScrolledNotBottom,
|
|
436
|
+
withShadow: true
|
|
436
437
|
}, headerInScroll ? headerElement : null, items), !isPlaceholder && hasFooter ? /*#__PURE__*/React.createElement("div", {
|
|
437
438
|
ref: footerRef,
|
|
438
439
|
className: classNames([styles.footer, _defineProperty({}, styles.disabled, !swipeUpLinkActive)]),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-contribution",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.437",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -62,19 +62,19 @@
|
|
|
62
62
|
"@fortawesome/fontawesome-svg-core": "^1.2.32",
|
|
63
63
|
"@fortawesome/free-solid-svg-icons": "^5.15.1",
|
|
64
64
|
"@fortawesome/react-fontawesome": "^0.1.13",
|
|
65
|
-
"@micromag/core": "^0.3.
|
|
66
|
-
"@micromag/data": "^0.3.
|
|
67
|
-
"@micromag/element-background": "^0.3.
|
|
68
|
-
"@micromag/element-button": "^0.3.
|
|
69
|
-
"@micromag/element-container": "^0.3.
|
|
70
|
-
"@micromag/element-footer": "^0.3.
|
|
71
|
-
"@micromag/element-header": "^0.3.
|
|
72
|
-
"@micromag/element-heading": "^0.3.
|
|
73
|
-
"@micromag/element-scroll": "^0.3.
|
|
74
|
-
"@micromag/element-share-incentive": "^0.3.
|
|
75
|
-
"@micromag/element-text": "^0.3.
|
|
76
|
-
"@micromag/element-text-input": "^0.3.
|
|
77
|
-
"@micromag/transforms": "^0.3.
|
|
65
|
+
"@micromag/core": "^0.3.436",
|
|
66
|
+
"@micromag/data": "^0.3.436",
|
|
67
|
+
"@micromag/element-background": "^0.3.436",
|
|
68
|
+
"@micromag/element-button": "^0.3.436",
|
|
69
|
+
"@micromag/element-container": "^0.3.436",
|
|
70
|
+
"@micromag/element-footer": "^0.3.436",
|
|
71
|
+
"@micromag/element-header": "^0.3.436",
|
|
72
|
+
"@micromag/element-heading": "^0.3.436",
|
|
73
|
+
"@micromag/element-scroll": "^0.3.436",
|
|
74
|
+
"@micromag/element-share-incentive": "^0.3.436",
|
|
75
|
+
"@micromag/element-text": "^0.3.436",
|
|
76
|
+
"@micromag/element-text-input": "^0.3.436",
|
|
77
|
+
"@micromag/transforms": "^0.3.436",
|
|
78
78
|
"classnames": "^2.2.6",
|
|
79
79
|
"lodash": "^4.17.21",
|
|
80
80
|
"prop-types": "^15.7.2",
|
|
@@ -85,5 +85,5 @@
|
|
|
85
85
|
"access": "public",
|
|
86
86
|
"registry": "https://registry.npmjs.org/"
|
|
87
87
|
},
|
|
88
|
-
"gitHead": "
|
|
88
|
+
"gitHead": "6d102018a50c0ecaeb65c6f530d314998bd6e62a"
|
|
89
89
|
}
|