lighteningcards 2.0.7 → 2.0.8
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/dist/index.cjs.js +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/LighteningCard.js +3 -2
package/dist/index.cjs.js
CHANGED
|
@@ -43589,7 +43589,7 @@ const LighteningCard = ({
|
|
|
43589
43589
|
["NO_MORE_BETS", "LIGHTNING", "NEW_CARD", "ROUND_END", "BETTING_STARTED"].includes(roundStatus) && new MiddleThunder(thunder_middle, appRef);
|
|
43590
43590
|
// roundStatus === "LIGHTNING" &&
|
|
43591
43591
|
// new LighteningStart(cards, border_start, appRef);
|
|
43592
|
-
["NEW_CARD", "ROUND_END", "BETTING_STARTED"].includes(roundStatus) && new Lightening(cards, border_loop, appRef);
|
|
43592
|
+
["LIGHTNING", "NEW_CARD", "ROUND_END", "BETTING_STARTED"].includes(roundStatus) && new Lightening(cards, border_loop, appRef);
|
|
43593
43593
|
};
|
|
43594
43594
|
React.useEffect(() => {
|
|
43595
43595
|
if (!containerRef.current) return;
|