@gamelearn/arcade-components 1.32.2 → 1.33.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.
package/README.md CHANGED
@@ -10,6 +10,7 @@ yarn add @gamelearn/arcade-components
10
10
  ```
11
11
 
12
12
  ## Usage
13
+ ##
13
14
 
14
15
  ```jsx
15
16
  import React, { Component } from 'react';
@@ -90,11 +90,6 @@ var useEkho = function useEkho(_ref) {
90
90
  }, [translate]);
91
91
  var setCurrentPlaying = (0, _react.useCallback)(function (url) {
92
92
  var cc = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : 'tts';
93
-
94
- if (currentPlaying.current.url === url) {
95
- return;
96
- }
97
-
98
93
  currentPlaying.current = {
99
94
  url: url,
100
95
  cc: cc
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@gamelearn/arcade-components",
3
3
  "author": "Gamelearn",
4
4
  "license": "unlicense",
5
- "version": "1.32.2",
5
+ "version": "1.33.1",
6
6
  "main": "dist/index.js",
7
7
  "files": [
8
8
  "dist",
@@ -13,7 +13,8 @@
13
13
  "url": "https://github.com/gamelearn/arcade-components"
14
14
  },
15
15
  "dependencies": {
16
- "@gamelearn/arcade-styles": "0.15.5",
16
+ "@babel/runtime": "^7.18.6",
17
+ "@gamelearn/arcade-styles": "0.15.7",
17
18
  "@gamelearn/arcade-three-core": "1.14.5",
18
19
  "@react-three/drei": "9.4.3",
19
20
  "@react-three/fiber": "8.0.17",