@popmenu/audio-player 0.91.0 → 0.93.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 +28 -28
- package/build/index.es.js.map +1 -1
- package/build/index.js +28 -28
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -170,109 +170,109 @@ var classnames$1 = {exports: {}};
|
|
|
170
170
|
|
|
171
171
|
var classNames$1 = classnames$1.exports;
|
|
172
172
|
|
|
173
|
-
var _path$
|
|
173
|
+
var _path$Q;
|
|
174
174
|
|
|
175
|
-
function _extends$
|
|
175
|
+
function _extends$20() { _extends$20 = 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$20.apply(this, arguments); }
|
|
176
176
|
|
|
177
177
|
function SvgPause(props) {
|
|
178
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
178
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$20({
|
|
179
179
|
viewBox: "0 0 16 16",
|
|
180
180
|
fill: "none",
|
|
181
181
|
strokeLinecap: "round",
|
|
182
182
|
strokeLinejoin: "round",
|
|
183
183
|
width: "1em",
|
|
184
184
|
height: "1em"
|
|
185
|
-
}, props), _path$
|
|
185
|
+
}, props), _path$Q || (_path$Q = /*#__PURE__*/React__namespace.createElement("path", {
|
|
186
186
|
d: "M6.667 2.667H4v10.666h2.667V2.666zm5.333 0H9.333v10.666H12V2.666z",
|
|
187
187
|
stroke: "currentColor"
|
|
188
188
|
})));
|
|
189
189
|
}
|
|
190
190
|
|
|
191
|
-
var _path$
|
|
191
|
+
var _path$P;
|
|
192
192
|
|
|
193
|
-
function _extends$
|
|
193
|
+
function _extends$1_() { _extends$1_ = 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$1_.apply(this, arguments); }
|
|
194
194
|
|
|
195
195
|
function SvgPlay(props) {
|
|
196
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
196
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$1_({
|
|
197
197
|
viewBox: "0 0 16 16",
|
|
198
198
|
fill: "none",
|
|
199
199
|
strokeLinecap: "round",
|
|
200
200
|
strokeLinejoin: "round",
|
|
201
201
|
width: "1em",
|
|
202
202
|
height: "1em"
|
|
203
|
-
}, props), _path$
|
|
203
|
+
}, props), _path$P || (_path$P = /*#__PURE__*/React__namespace.createElement("path", {
|
|
204
204
|
d: "M3.333 2l9.334 6-9.334 6V2z",
|
|
205
205
|
stroke: "currentColor"
|
|
206
206
|
})));
|
|
207
207
|
}
|
|
208
208
|
|
|
209
|
-
var _path$
|
|
209
|
+
var _path$I;
|
|
210
210
|
|
|
211
|
-
function _extends$
|
|
211
|
+
function _extends$1N() { _extends$1N = 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$1N.apply(this, arguments); }
|
|
212
212
|
|
|
213
213
|
function SvgVolumeDown(props) {
|
|
214
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
214
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$1N({
|
|
215
215
|
viewBox: "0 0 16 16",
|
|
216
216
|
fill: "none",
|
|
217
217
|
strokeLinecap: "round",
|
|
218
218
|
strokeLinejoin: "round",
|
|
219
219
|
width: "1em",
|
|
220
220
|
height: "1em"
|
|
221
|
-
}, props), _path$
|
|
221
|
+
}, props), _path$I || (_path$I = /*#__PURE__*/React__namespace.createElement("path", {
|
|
222
222
|
d: "M8.999 3.333L5.665 6H3v4h2.666L9 12.667V3.333zm3.026 2.307a3.333 3.333 0 010 4.714",
|
|
223
223
|
stroke: "currentColor"
|
|
224
224
|
})));
|
|
225
225
|
}
|
|
226
226
|
|
|
227
|
-
var _path$
|
|
227
|
+
var _path$H;
|
|
228
228
|
|
|
229
|
-
function _extends$
|
|
229
|
+
function _extends$1M() { _extends$1M = 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$1M.apply(this, arguments); }
|
|
230
230
|
|
|
231
231
|
function SvgVolumeMute(props) {
|
|
232
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
232
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$1M({
|
|
233
233
|
viewBox: "0 0 16 16",
|
|
234
234
|
fill: "none",
|
|
235
235
|
strokeLinecap: "round",
|
|
236
236
|
strokeLinejoin: "round",
|
|
237
237
|
width: "1em",
|
|
238
238
|
height: "1em"
|
|
239
|
-
}, props), _path$
|
|
239
|
+
}, props), _path$H || (_path$H = /*#__PURE__*/React__namespace.createElement("path", {
|
|
240
240
|
d: "M7.333 3.333L4 6H1.333v4H4l3.333 2.667V3.333z",
|
|
241
241
|
stroke: "currentColor"
|
|
242
242
|
})));
|
|
243
243
|
}
|
|
244
244
|
|
|
245
|
-
var _path$
|
|
245
|
+
var _path$G;
|
|
246
246
|
|
|
247
|
-
function _extends$
|
|
247
|
+
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); }
|
|
248
248
|
|
|
249
249
|
function SvgVolumeOff(props) {
|
|
250
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
250
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$1L({
|
|
251
251
|
viewBox: "0 0 16 16",
|
|
252
252
|
fill: "none",
|
|
253
253
|
strokeLinecap: "round",
|
|
254
254
|
strokeLinejoin: "round",
|
|
255
255
|
width: "1em",
|
|
256
256
|
height: "1em"
|
|
257
|
-
}, props), _path$
|
|
257
|
+
}, props), _path$G || (_path$G = /*#__PURE__*/React__namespace.createElement("path", {
|
|
258
258
|
d: "M7.333 3.333L4 6H1.333v4H4l3.333 2.667V3.333zm8 2.667l-4 4m0-4l4 4",
|
|
259
259
|
stroke: "currentColor"
|
|
260
260
|
})));
|
|
261
261
|
}
|
|
262
262
|
|
|
263
|
-
var _path$
|
|
263
|
+
var _path$F;
|
|
264
264
|
|
|
265
|
-
function _extends$
|
|
265
|
+
function _extends$1K() { _extends$1K = 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$1K.apply(this, arguments); }
|
|
266
266
|
|
|
267
267
|
function SvgVolumeUp(props) {
|
|
268
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
268
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$1K({
|
|
269
269
|
viewBox: "0 0 16 16",
|
|
270
270
|
fill: "none",
|
|
271
271
|
strokeLinecap: "round",
|
|
272
272
|
strokeLinejoin: "round",
|
|
273
273
|
width: "1em",
|
|
274
274
|
height: "1em"
|
|
275
|
-
}, props), _path$
|
|
275
|
+
}, props), _path$F || (_path$F = /*#__PURE__*/React__namespace.createElement("path", {
|
|
276
276
|
d: "M7.333 3.333L4 6H1.333v4H4l3.333 2.667V3.333zm5.38-.046a6.667 6.667 0 010 9.426M10.36 5.64a3.333 3.333 0 010 4.713",
|
|
277
277
|
stroke: "currentColor"
|
|
278
278
|
})));
|
|
@@ -316,19 +316,19 @@ function __rest(s, e) {
|
|
|
316
316
|
return t;
|
|
317
317
|
}
|
|
318
318
|
|
|
319
|
-
var _path$
|
|
319
|
+
var _path$1D;
|
|
320
320
|
|
|
321
|
-
function _extends$
|
|
321
|
+
function _extends$3G() { _extends$3G = 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$3G.apply(this, arguments); }
|
|
322
322
|
|
|
323
323
|
function SvgUser(props) {
|
|
324
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
324
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$3G({
|
|
325
325
|
viewBox: "0 0 16 16",
|
|
326
326
|
fill: "none",
|
|
327
327
|
strokeLinecap: "round",
|
|
328
328
|
strokeLinejoin: "round",
|
|
329
329
|
width: "1em",
|
|
330
330
|
height: "1em"
|
|
331
|
-
}, props), _path$
|
|
331
|
+
}, props), _path$1D || (_path$1D = /*#__PURE__*/React__namespace.createElement("path", {
|
|
332
332
|
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",
|
|
333
333
|
stroke: "currentColor"
|
|
334
334
|
})));
|