@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.js
CHANGED
|
@@ -34,6 +34,7 @@ require('@material-ui/core/InputAdornment');
|
|
|
34
34
|
require('@material-ui/core/LinearProgress');
|
|
35
35
|
require('@material-ui/core/List');
|
|
36
36
|
require('@material-ui/core/ListItem');
|
|
37
|
+
require('@material-ui/core/ListItemAvatar');
|
|
37
38
|
require('@material-ui/core/ListItemIcon');
|
|
38
39
|
require('@material-ui/core/ListItemSecondaryAction');
|
|
39
40
|
require('@material-ui/core/ListItemText');
|
|
@@ -319,10 +320,10 @@ function __rest(s, e) {
|
|
|
319
320
|
|
|
320
321
|
var _path$F;
|
|
321
322
|
|
|
322
|
-
function _extends$
|
|
323
|
+
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); }
|
|
323
324
|
|
|
324
325
|
function SvgUser(props) {
|
|
325
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
326
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$1c({
|
|
326
327
|
viewBox: "0 0 16 16",
|
|
327
328
|
fill: "none",
|
|
328
329
|
strokeLinecap: "round",
|