@gamelearn/arcade-components 2.12.0 → 2.12.1

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.
@@ -210,7 +210,7 @@ var DecisionComponent = function DecisionComponent(_ref) {
210
210
  }
211
211
  });
212
212
 
213
- keyboardControl(null, selectedView === 'results' ? function () {
213
+ keyboardControl(null, selectedView === 'results' && !failed ? function () {
214
214
  onNext(resultChoice);
215
215
  } : null);
216
216
 
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.0",
5
+ "version": "2.12.1",
6
6
  "main": "dist/index.js",
7
7
  "files": [
8
8
  "dist",
@@ -14,7 +14,7 @@
14
14
  },
15
15
  "dependencies": {
16
16
  "@babel/runtime": "^7.18.6",
17
- "@gamelearn/arcade-styles": "2.9.1",
17
+ "@gamelearn/arcade-styles": "2.9.2",
18
18
  "@gamelearn/arcade-three-core": "1.17.2",
19
19
  "@react-three/drei": "9.4.3",
20
20
  "@react-three/fiber": "8.0.17",