@gamelearn/arcade-components 0.24.4 → 0.24.5

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.
@@ -203,10 +203,6 @@ var ImageClickWrapperComponent = function ImageClickWrapperComponent(props) {
203
203
  rewards = specific.rewards;
204
204
  }
205
205
 
206
- if (emitFinish) {
207
- emitFinish(wrongRewards, false);
208
- }
209
-
210
206
  if (hasClickOrder) {
211
207
  var _info$orderFeedback;
212
208
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gamelearn/arcade-components",
3
3
  "license": "Gamelearn",
4
- "version": "0.24.4",
4
+ "version": "0.24.5",
5
5
  "main": "dist/index.js",
6
6
  "files": [
7
7
  "dist",
@@ -55,7 +55,7 @@
55
55
  "@babel/cli": "7.12.10",
56
56
  "@babel/preset-env": "7.12.11",
57
57
  "@babel/preset-react": "7.12.10",
58
- "@gamelearn/arcade-styles": "0.2.2",
58
+ "@gamelearn/arcade-styles": "0.2.3",
59
59
  "@react-three/test-renderer": "6.0.6",
60
60
  "@storybook/addon-actions": "6.1.11",
61
61
  "@storybook/addon-essentials": "6.1.11",