@gamelearn/arcade-components 2.31.6 → 2.32.0
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.
|
@@ -176,7 +176,7 @@ var ComicComponent = function ComicComponent(_ref) {
|
|
|
176
176
|
className: (0, _LangIsRtl.default)() ? 'icon-next' : 'icon-back'
|
|
177
177
|
})), slideCount < slides.length && /*#__PURE__*/_react.default.createElement("button", {
|
|
178
178
|
type: "button",
|
|
179
|
-
className: "comic-control comic-control--right gat--btn__round",
|
|
179
|
+
className: "comic-control comic-control--right gat--btn__round \n ".concat(automatic && slideCount + 1 >= slides.length ? 'glowing-animation' : ''),
|
|
180
180
|
"data-testid": "btn-nxt",
|
|
181
181
|
onClick: function onClick() {
|
|
182
182
|
if (slideCount + 1 < slides.length) {
|
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.
|
|
5
|
+
"version": "2.32.0",
|
|
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.18.
|
|
17
|
+
"@gamelearn/arcade-styles": "2.18.1",
|
|
18
18
|
"@gamelearn/arcade-three-core": "1.24.3",
|
|
19
19
|
"@react-three/a11y": "^3.0.0",
|
|
20
20
|
"@react-three/drei": "9.4.3",
|