@popmenu/audio-player 0.74.0 → 0.76.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 +2 -2
- package/build/index.es.js.map +1 -1
- package/build/index.js +2 -2
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.es.js
CHANGED
|
@@ -279,7 +279,7 @@ function __rest(s, e) {
|
|
|
279
279
|
return t;
|
|
280
280
|
}
|
|
281
281
|
|
|
282
|
-
var _path$
|
|
282
|
+
var _path$M;
|
|
283
283
|
|
|
284
284
|
function _extends$1L() { _extends$1L = 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$1L.apply(this, arguments); }
|
|
285
285
|
|
|
@@ -291,7 +291,7 @@ function SvgUser(props) {
|
|
|
291
291
|
strokeLinejoin: "round",
|
|
292
292
|
width: "1em",
|
|
293
293
|
height: "1em"
|
|
294
|
-
}, props), _path$
|
|
294
|
+
}, props), _path$M || (_path$M = /*#__PURE__*/React.createElement("path", {
|
|
295
295
|
d: "M13.333 14v-1.333A2.667 2.667 0 0010.667 10H5.333a2.667 2.667 0 00-2.666 2.667V14M8 7.333A2.667 2.667 0 108 2a2.667 2.667 0 000 5.333z",
|
|
296
296
|
stroke: "currentColor"
|
|
297
297
|
})));
|