@micromag/screen-survey 0.3.571 → 0.3.575
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 -2
- package/package.json +14 -14
package/es/index.js
CHANGED
|
@@ -283,7 +283,7 @@ var SurveyScreen = function SurveyScreen(_ref) {
|
|
|
283
283
|
className: styles.question
|
|
284
284
|
}))) : null)];
|
|
285
285
|
if (isSplitted || !isPlaceholder && hasFooter && isMiddleLayout) {
|
|
286
|
-
items.push(
|
|
286
|
+
items.push(/*#__PURE__*/React.createElement(Spacer, {
|
|
287
287
|
key: "spacer"
|
|
288
288
|
}));
|
|
289
289
|
}
|
|
@@ -295,7 +295,7 @@ var SurveyScreen = function SurveyScreen(_ref) {
|
|
|
295
295
|
resultsTextColor = _ref11$textColor === void 0 ? null : _ref11$textColor,
|
|
296
296
|
_ref11$percentageText = _ref11.percentageTextStyle,
|
|
297
297
|
resultsPercentageTextStyle = _ref11$percentageText === void 0 ? null : _ref11$percentageText;
|
|
298
|
-
items.push(
|
|
298
|
+
items.push(/*#__PURE__*/React.createElement("div", {
|
|
299
299
|
key: "answers",
|
|
300
300
|
className: styles.answers
|
|
301
301
|
}, answers !== null || isPlaceholder ? /*#__PURE__*/React.createElement("div", {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@micromag/screen-survey",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.575",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "",
|
|
6
6
|
"keywords": [
|
|
@@ -60,18 +60,18 @@
|
|
|
60
60
|
},
|
|
61
61
|
"dependencies": {
|
|
62
62
|
"@babel/runtime": "^7.13.10",
|
|
63
|
-
"@micromag/core": "^0.3.
|
|
64
|
-
"@micromag/data": "^0.3.
|
|
65
|
-
"@micromag/element-background": "^0.3.
|
|
66
|
-
"@micromag/element-button": "^0.3.
|
|
67
|
-
"@micromag/element-container": "^0.3.
|
|
68
|
-
"@micromag/element-footer": "^0.3.
|
|
69
|
-
"@micromag/element-header": "^0.3.
|
|
70
|
-
"@micromag/element-heading": "^0.3.
|
|
71
|
-
"@micromag/element-layout": "^0.3.
|
|
72
|
-
"@micromag/element-scroll": "^0.3.
|
|
73
|
-
"@micromag/element-text": "^0.3.
|
|
74
|
-
"@micromag/transforms": "^0.3.
|
|
63
|
+
"@micromag/core": "^0.3.572",
|
|
64
|
+
"@micromag/data": "^0.3.572",
|
|
65
|
+
"@micromag/element-background": "^0.3.575",
|
|
66
|
+
"@micromag/element-button": "^0.3.572",
|
|
67
|
+
"@micromag/element-container": "^0.3.572",
|
|
68
|
+
"@micromag/element-footer": "^0.3.572",
|
|
69
|
+
"@micromag/element-header": "^0.3.572",
|
|
70
|
+
"@micromag/element-heading": "^0.3.572",
|
|
71
|
+
"@micromag/element-layout": "^0.3.572",
|
|
72
|
+
"@micromag/element-scroll": "^0.3.572",
|
|
73
|
+
"@micromag/element-text": "^0.3.572",
|
|
74
|
+
"@micromag/transforms": "^0.3.572",
|
|
75
75
|
"classnames": "^2.2.6",
|
|
76
76
|
"lodash": "^4.17.21",
|
|
77
77
|
"prop-types": "^15.7.2",
|
|
@@ -82,5 +82,5 @@
|
|
|
82
82
|
"access": "public",
|
|
83
83
|
"registry": "https://registry.npmjs.org/"
|
|
84
84
|
},
|
|
85
|
-
"gitHead": "
|
|
85
|
+
"gitHead": "686afa5c96672a7a26ce8577f2cc95693ea2db47"
|
|
86
86
|
}
|