@gamelearn/arcade-components 2.8.5 → 2.8.6-hotfix-zoom

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.
@@ -592,6 +592,7 @@ var DialogComponent = function DialogComponent(_ref) {
592
592
  avatar: getAvatarURL(talkingCharacter),
593
593
  show: true
594
594
  });
595
+ setAnimationRunning(false);
595
596
  }, zoomInActor ? 1200 : 0);
596
597
  }
597
598
  });
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.8.5",
5
+ "version": "2.8.6-hotfix-zoom",
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.8.2",
17
+ "@gamelearn/arcade-styles": "2.9.0",
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",