@popmenu/audio-player 0.31.0 → 0.32.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 +25 -36
- package/build/index.es.js.map +1 -1
- package/build/index.js +25 -36
- package/build/index.js.map +1 -1
- package/package.json +2 -2
package/build/index.js
CHANGED
|
@@ -171,109 +171,109 @@ var classnames$1 = {exports: {}};
|
|
|
171
171
|
|
|
172
172
|
var classNames$1 = classnames$1.exports;
|
|
173
173
|
|
|
174
|
-
var _path$
|
|
174
|
+
var _path$i;
|
|
175
175
|
|
|
176
|
-
function _extends$
|
|
176
|
+
function _extends$C() { _extends$C = 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$C.apply(this, arguments); }
|
|
177
177
|
|
|
178
178
|
function SvgPause(props) {
|
|
179
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
179
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$C({
|
|
180
180
|
viewBox: "0 0 16 16",
|
|
181
181
|
fill: "none",
|
|
182
182
|
strokeLinecap: "round",
|
|
183
183
|
strokeLinejoin: "round",
|
|
184
184
|
width: "1em",
|
|
185
185
|
height: "1em"
|
|
186
|
-
}, props), _path$
|
|
186
|
+
}, props), _path$i || (_path$i = /*#__PURE__*/React__namespace.createElement("path", {
|
|
187
187
|
d: "M6.667 2.667H4v10.666h2.667V2.666zm5.333 0H9.333v10.666H12V2.666z",
|
|
188
188
|
stroke: "currentColor"
|
|
189
189
|
})));
|
|
190
190
|
}
|
|
191
191
|
|
|
192
|
-
var _path$
|
|
192
|
+
var _path$h;
|
|
193
193
|
|
|
194
|
-
function _extends$
|
|
194
|
+
function _extends$B() { _extends$B = 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$B.apply(this, arguments); }
|
|
195
195
|
|
|
196
196
|
function SvgPlay(props) {
|
|
197
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
197
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$B({
|
|
198
198
|
viewBox: "0 0 16 16",
|
|
199
199
|
fill: "none",
|
|
200
200
|
strokeLinecap: "round",
|
|
201
201
|
strokeLinejoin: "round",
|
|
202
202
|
width: "1em",
|
|
203
203
|
height: "1em"
|
|
204
|
-
}, props), _path$
|
|
204
|
+
}, props), _path$h || (_path$h = /*#__PURE__*/React__namespace.createElement("path", {
|
|
205
205
|
d: "M3.333 2l9.334 6-9.334 6V2z",
|
|
206
206
|
stroke: "currentColor"
|
|
207
207
|
})));
|
|
208
208
|
}
|
|
209
209
|
|
|
210
|
-
var _path$
|
|
210
|
+
var _path$f;
|
|
211
211
|
|
|
212
|
-
function _extends$
|
|
212
|
+
function _extends$y() { _extends$y = 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$y.apply(this, arguments); }
|
|
213
213
|
|
|
214
214
|
function SvgVolumeDown(props) {
|
|
215
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
215
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$y({
|
|
216
216
|
viewBox: "0 0 16 16",
|
|
217
217
|
fill: "none",
|
|
218
218
|
strokeLinecap: "round",
|
|
219
219
|
strokeLinejoin: "round",
|
|
220
220
|
width: "1em",
|
|
221
221
|
height: "1em"
|
|
222
|
-
}, props), _path$
|
|
222
|
+
}, props), _path$f || (_path$f = /*#__PURE__*/React__namespace.createElement("path", {
|
|
223
223
|
d: "M8.999 3.333L5.665 6H3v4h2.666L9 12.667V3.333zm3.026 2.307a3.333 3.333 0 010 4.714",
|
|
224
224
|
stroke: "currentColor"
|
|
225
225
|
})));
|
|
226
226
|
}
|
|
227
227
|
|
|
228
|
-
var _path$
|
|
228
|
+
var _path$e;
|
|
229
229
|
|
|
230
|
-
function _extends$
|
|
230
|
+
function _extends$x() { _extends$x = 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$x.apply(this, arguments); }
|
|
231
231
|
|
|
232
232
|
function SvgVolumeMute(props) {
|
|
233
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
233
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$x({
|
|
234
234
|
viewBox: "0 0 16 16",
|
|
235
235
|
fill: "none",
|
|
236
236
|
strokeLinecap: "round",
|
|
237
237
|
strokeLinejoin: "round",
|
|
238
238
|
width: "1em",
|
|
239
239
|
height: "1em"
|
|
240
|
-
}, props), _path$
|
|
240
|
+
}, props), _path$e || (_path$e = /*#__PURE__*/React__namespace.createElement("path", {
|
|
241
241
|
d: "M7.333 3.333L4 6H1.333v4H4l3.333 2.667V3.333z",
|
|
242
242
|
stroke: "currentColor"
|
|
243
243
|
})));
|
|
244
244
|
}
|
|
245
245
|
|
|
246
|
-
var _path$
|
|
246
|
+
var _path$d;
|
|
247
247
|
|
|
248
|
-
function _extends$
|
|
248
|
+
function _extends$w() { _extends$w = 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$w.apply(this, arguments); }
|
|
249
249
|
|
|
250
250
|
function SvgVolumeOff(props) {
|
|
251
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
251
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$w({
|
|
252
252
|
viewBox: "0 0 16 16",
|
|
253
253
|
fill: "none",
|
|
254
254
|
strokeLinecap: "round",
|
|
255
255
|
strokeLinejoin: "round",
|
|
256
256
|
width: "1em",
|
|
257
257
|
height: "1em"
|
|
258
|
-
}, props), _path$
|
|
258
|
+
}, props), _path$d || (_path$d = /*#__PURE__*/React__namespace.createElement("path", {
|
|
259
259
|
d: "M7.333 3.333L4 6H1.333v4H4l3.333 2.667V3.333zm8 2.667l-4 4m0-4l4 4",
|
|
260
260
|
stroke: "currentColor"
|
|
261
261
|
})));
|
|
262
262
|
}
|
|
263
263
|
|
|
264
|
-
var _path$
|
|
264
|
+
var _path$c;
|
|
265
265
|
|
|
266
|
-
function _extends$
|
|
266
|
+
function _extends$v() { _extends$v = 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$v.apply(this, arguments); }
|
|
267
267
|
|
|
268
268
|
function SvgVolumeUp(props) {
|
|
269
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
269
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$v({
|
|
270
270
|
viewBox: "0 0 16 16",
|
|
271
271
|
fill: "none",
|
|
272
272
|
strokeLinecap: "round",
|
|
273
273
|
strokeLinejoin: "round",
|
|
274
274
|
width: "1em",
|
|
275
275
|
height: "1em"
|
|
276
|
-
}, props), _path$
|
|
276
|
+
}, props), _path$c || (_path$c = /*#__PURE__*/React__namespace.createElement("path", {
|
|
277
277
|
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",
|
|
278
278
|
stroke: "currentColor"
|
|
279
279
|
})));
|
|
@@ -636,18 +636,7 @@ var useTypographyStyles = styles.makeStyles(function (theme) {
|
|
|
636
636
|
var Typography = React.forwardRef(function (props, ref) {
|
|
637
637
|
props.weight; props.color; var restProps = __rest(props, ["weight", "color"]);
|
|
638
638
|
var classes = useTypographyStyles(__assign({}, props));
|
|
639
|
-
var variantMapping = {
|
|
640
|
-
h1: 'h1',
|
|
641
|
-
h2: 'h2',
|
|
642
|
-
h3: 'h3',
|
|
643
|
-
h4: 'h4',
|
|
644
|
-
h5: 'h5',
|
|
645
|
-
h6: 'h6',
|
|
646
|
-
subtitle1: 'p',
|
|
647
|
-
subtitle2: 'p',
|
|
648
|
-
body1: 'p',
|
|
649
|
-
body2: 'p',
|
|
650
|
-
};
|
|
639
|
+
var variantMapping = { subtitle1: 'p' };
|
|
651
640
|
return React__default['default'].createElement(core.Typography, __assign({ ref: ref, classes: classes, variantMapping: variantMapping }, restProps));
|
|
652
641
|
});
|
|
653
642
|
Typography.displayName = 'Typography';
|