@popmenu/audio-player 0.33.0 → 0.36.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.es.js +3 -2
- package/build/index.es.js.map +1 -1
- package/build/index.js +3 -2
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.es.js
CHANGED
|
@@ -31,6 +31,7 @@ import '@material-ui/core/InputAdornment';
|
|
|
31
31
|
import '@material-ui/core/LinearProgress';
|
|
32
32
|
import '@material-ui/core/List';
|
|
33
33
|
import '@material-ui/core/ListItem';
|
|
34
|
+
import '@material-ui/core/ListItemAvatar';
|
|
34
35
|
import '@material-ui/core/ListItemIcon';
|
|
35
36
|
import '@material-ui/core/ListItemSecondaryAction';
|
|
36
37
|
import '@material-ui/core/ListItemText';
|
|
@@ -280,10 +281,10 @@ function __rest(s, e) {
|
|
|
280
281
|
|
|
281
282
|
var _path$F;
|
|
282
283
|
|
|
283
|
-
function _extends$
|
|
284
|
+
function _extends$1c() { _extends$1c = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends$1c.apply(this, arguments); }
|
|
284
285
|
|
|
285
286
|
function SvgUser(props) {
|
|
286
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
287
|
+
return /*#__PURE__*/React.createElement("svg", _extends$1c({
|
|
287
288
|
viewBox: "0 0 16 16",
|
|
288
289
|
fill: "none",
|
|
289
290
|
strokeLinecap: "round",
|