@gamelearn/arcade-components 0.21.10 → 0.21.11

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.
@@ -193,6 +193,7 @@ var TextClickPuzzleComponent = function TextClickPuzzleComponent(_ref) {
193
193
  setFeedbackData(function (prevState) {
194
194
  return _objectSpread(_objectSpread({}, prevState), {}, {
195
195
  show: true,
196
+ result: 'success',
196
197
  text: specificFeedback.desc,
197
198
  timeout: false
198
199
  });
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gamelearn/arcade-components",
3
3
  "license": "Gamelearn",
4
- "version": "0.21.10",
4
+ "version": "0.21.11",
5
5
  "main": "dist/index.js",
6
6
  "files": [
7
7
  "dist",