@gamelearn/arcade-components 0.21.0 → 0.21.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.
|
@@ -481,7 +481,8 @@ var WriterPuzzleComponent = function WriterPuzzleComponent(_ref) {
|
|
|
481
481
|
return retryPuzzle();
|
|
482
482
|
},
|
|
483
483
|
rewardsStack: rewardsStack,
|
|
484
|
-
nodeId: nodeId
|
|
484
|
+
nodeId: nodeId,
|
|
485
|
+
soundActions: soundActions
|
|
485
486
|
}), !showFeedback && /*#__PURE__*/_react.default.createElement("div", {
|
|
486
487
|
className: "writer-puzzle__container"
|
|
487
488
|
}, /*#__PURE__*/_react.default.createElement("div", {
|