@gamelearn/arcade-components 2.12.8 → 2.12.10

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.
@@ -157,6 +157,7 @@ var TextClickPuzzleComponent = function TextClickPuzzleComponent(_ref) {
157
157
  } else {
158
158
  parsedText.current = null;
159
159
  setCurrentSlide(currentSlide + 1);
160
+ setOrderCounter(0);
160
161
  setTransitionToNextSlide(true);
161
162
  setTimeout(function () {
162
163
  setTransitionToNextSlide(false);
@@ -316,6 +317,7 @@ var TextClickPuzzleComponent = function TextClickPuzzleComponent(_ref) {
316
317
  text: list[currentSlide].info.orderFeedback.desc || translate('puzzles.incorrectOrder'),
317
318
  timeout: false
318
319
  });
320
+ setCurrentSlide(0);
319
321
  } else {
320
322
  // si has click en mala repuesta
321
323
  handleIncorrectClick(currentTextDom, specificWrongFeedback);
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@gamelearn/arcade-components",
3
3
  "author": "Gamelearn",
4
4
  "license": "unlicense",
5
- "version": "2.12.8",
5
+ "version": "2.12.10",
6
6
  "main": "dist/index.js",
7
7
  "files": [
8
8
  "dist",