revdev-components 0.128.0 → 0.129.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.
- package/build/index.js +1 -1
- package/package.json +1 -1
package/build/index.js
CHANGED
|
@@ -5528,7 +5528,7 @@ var AudioPlayer = function (_a) {
|
|
|
5528
5528
|
}
|
|
5529
5529
|
}
|
|
5530
5530
|
}, []);
|
|
5531
|
-
return (React.createElement("div", { className: classNames(classes.
|
|
5531
|
+
return (React.createElement("div", { className: classNames(classes.root, className) },
|
|
5532
5532
|
React.createElement("audio", { ref: audioRef, src: src, onPlay: function () { return setActive(true); }, onPause: function () { return setActive(false); } }, "Your browser does not support the audio element."),
|
|
5533
5533
|
React.createElement(Button, { onClick: handlePlay, icon: active ? "audio" : "play-arrow", className: classNames((_b = {}, _b[classes.playing] = active, _b)), isPrimary: active })));
|
|
5534
5534
|
};
|