@micromag/screen-contribution 0.3.430 → 0.3.432
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 -6
- package/lib/index.js +2 -6
- package/package.json +15 -15
package/es/index.js
CHANGED
|
@@ -255,13 +255,9 @@ var ContributionScreen = function ContributionScreen(_ref) {
|
|
|
255
255
|
}),
|
|
256
256
|
emptyClassName: styles.emptyTitle,
|
|
257
257
|
isEmpty: !hasTitle
|
|
258
|
-
}, hasTitle ? /*#__PURE__*/React.createElement(
|
|
259
|
-
transitions: transitions,
|
|
260
|
-
playing: transitionPlaying,
|
|
261
|
-
disabled: transitionDisabled
|
|
262
|
-
}, /*#__PURE__*/React.createElement(Heading, Object.assign({}, title, {
|
|
258
|
+
}, hasTitle ? /*#__PURE__*/React.createElement(Heading, Object.assign({}, title, {
|
|
263
259
|
className: styles.title
|
|
264
|
-
}))
|
|
260
|
+
})) : null)];
|
|
265
261
|
var allContributions = [].concat(_toConsumableArray(userName !== null && userMessage !== null ? [{
|
|
266
262
|
name: userName,
|
|
267
263
|
message: userMessage
|
package/lib/index.js
CHANGED
|
@@ -259,13 +259,9 @@ var ContributionScreen = function ContributionScreen(_ref) {
|
|
|
259
259
|
}),
|
|
260
260
|
emptyClassName: styles.emptyTitle,
|
|
261
261
|
isEmpty: !hasTitle
|
|
262
|
-
}, hasTitle ? /*#__PURE__*/React.createElement(
|
|
263
|
-
transitions: transitions,
|
|
264
|
-
playing: transitionPlaying,
|
|
265
|
-
disabled: transitionDisabled
|
|
266
|
-
}, /*#__PURE__*/React.createElement(Heading, Object.assign({}, title, {
|
|
262
|
+
}, hasTitle ? /*#__PURE__*/React.createElement(Heading, Object.assign({}, title, {
|
|
267
263
|
className: styles.title
|
|
268
|
-
}))
|
|
264
|
+
})) : null)];
|
|
269
265
|
var allContributions = [].concat(_toConsumableArray(userName !== null && userMessage !== null ? [{
|
|
270
266
|
name: userName,
|
|
271
267
|
message: userMessage
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-contribution",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.432",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -61,19 +61,19 @@
|
|
|
61
61
|
"@fortawesome/fontawesome-svg-core": "^1.2.32",
|
|
62
62
|
"@fortawesome/free-solid-svg-icons": "^5.15.1",
|
|
63
63
|
"@fortawesome/react-fontawesome": "^0.1.13",
|
|
64
|
-
"@micromag/core": "^0.3.
|
|
65
|
-
"@micromag/data": "^0.3.
|
|
66
|
-
"@micromag/element-background": "^0.3.
|
|
67
|
-
"@micromag/element-button": "^0.3.
|
|
68
|
-
"@micromag/element-container": "^0.3.
|
|
69
|
-
"@micromag/element-footer": "^0.3.
|
|
70
|
-
"@micromag/element-header": "^0.3.
|
|
71
|
-
"@micromag/element-heading": "^0.3.
|
|
72
|
-
"@micromag/element-scroll": "^0.3.
|
|
73
|
-
"@micromag/element-share-incentive": "^0.3.
|
|
74
|
-
"@micromag/element-text": "^0.3.
|
|
75
|
-
"@micromag/element-text-input": "^0.3.
|
|
76
|
-
"@micromag/transforms": "^0.3.
|
|
64
|
+
"@micromag/core": "^0.3.432",
|
|
65
|
+
"@micromag/data": "^0.3.432",
|
|
66
|
+
"@micromag/element-background": "^0.3.432",
|
|
67
|
+
"@micromag/element-button": "^0.3.432",
|
|
68
|
+
"@micromag/element-container": "^0.3.432",
|
|
69
|
+
"@micromag/element-footer": "^0.3.432",
|
|
70
|
+
"@micromag/element-header": "^0.3.432",
|
|
71
|
+
"@micromag/element-heading": "^0.3.432",
|
|
72
|
+
"@micromag/element-scroll": "^0.3.432",
|
|
73
|
+
"@micromag/element-share-incentive": "^0.3.432",
|
|
74
|
+
"@micromag/element-text": "^0.3.432",
|
|
75
|
+
"@micromag/element-text-input": "^0.3.432",
|
|
76
|
+
"@micromag/transforms": "^0.3.432",
|
|
77
77
|
"classnames": "^2.2.6",
|
|
78
78
|
"lodash": "^4.17.21",
|
|
79
79
|
"prop-types": "^15.7.2",
|
|
@@ -84,5 +84,5 @@
|
|
|
84
84
|
"access": "public",
|
|
85
85
|
"registry": "https://registry.npmjs.org/"
|
|
86
86
|
},
|
|
87
|
-
"gitHead": "
|
|
87
|
+
"gitHead": "01df977a7eb5166425c0078c2369ea240549f386"
|
|
88
88
|
}
|