@micromag/screen-survey 0.3.102 → 0.3.103

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 CHANGED
@@ -156,8 +156,7 @@ var SurveyScreen = function SurveyScreen(_ref) {
156
156
  }
157
157
 
158
158
  return false;
159
- }); // console.log('finalQuizAnswers', finalQuizAnswers);
160
-
159
+ });
161
160
  var hasQuestion = isTextFilled(question);
162
161
  var showInstantAnswer = isStatic || isCapture;
163
162
 
package/lib/index.js CHANGED
@@ -177,8 +177,7 @@ var SurveyScreen = function SurveyScreen(_ref) {
177
177
  }
178
178
 
179
179
  return false;
180
- }); // console.log('finalQuizAnswers', finalQuizAnswers);
181
-
180
+ });
182
181
  var hasQuestion = utils.isTextFilled(question);
183
182
  var showInstantAnswer = isStatic || isCapture;
184
183
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@micromag/screen-survey",
3
- "version": "0.3.102",
3
+ "version": "0.3.103",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "javascript"
@@ -53,7 +53,7 @@
53
53
  "@micromag/data": "^0.3.91",
54
54
  "@micromag/element-background": "^0.3.91",
55
55
  "@micromag/element-button": "^0.3.91",
56
- "@micromag/element-call-to-action": "^0.3.100",
56
+ "@micromag/element-call-to-action": "^0.3.103",
57
57
  "@micromag/element-container": "^0.3.91",
58
58
  "@micromag/element-heading": "^0.3.91",
59
59
  "@micromag/element-layout": "^0.3.91",
@@ -69,5 +69,5 @@
69
69
  "publishConfig": {
70
70
  "access": "public"
71
71
  },
72
- "gitHead": "8c015961160dcdf5ee10e5a0abe50d67fe165710"
72
+ "gitHead": "660b2ada7b03941feb841470abf5cd2cc6e3e68f"
73
73
  }