@popmenu/ordering-ui 0.91.0 → 0.92.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.js
CHANGED
|
@@ -231,80 +231,80 @@ var MenuItemInfo = function (props) {
|
|
|
231
231
|
return (React__default['default'].createElement(core.Box, { display: "flex", flexGrow: 1, flexDirection: "column", height: "100%" }, props.children));
|
|
232
232
|
};
|
|
233
233
|
|
|
234
|
-
var _path$
|
|
234
|
+
var _path$2o;
|
|
235
235
|
|
|
236
|
-
function _extends$
|
|
236
|
+
function _extends$5o() { _extends$5o = 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$5o.apply(this, arguments); }
|
|
237
237
|
|
|
238
238
|
function SvgChevronDown(props) {
|
|
239
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
239
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$5o({
|
|
240
240
|
viewBox: "0 0 16 16",
|
|
241
241
|
fill: "none",
|
|
242
242
|
strokeLinecap: "round",
|
|
243
243
|
strokeLinejoin: "round",
|
|
244
244
|
width: "1em",
|
|
245
245
|
height: "1em"
|
|
246
|
-
}, props), _path$
|
|
246
|
+
}, props), _path$2o || (_path$2o = /*#__PURE__*/React__namespace.createElement("path", {
|
|
247
247
|
d: "M4 6l4 4 4-4",
|
|
248
248
|
stroke: "currentColor"
|
|
249
249
|
})));
|
|
250
250
|
}
|
|
251
251
|
|
|
252
|
-
var _path$
|
|
252
|
+
var _path$2n;
|
|
253
253
|
|
|
254
|
-
function _extends$
|
|
254
|
+
function _extends$5n() { _extends$5n = 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$5n.apply(this, arguments); }
|
|
255
255
|
|
|
256
256
|
function SvgChevronUp(props) {
|
|
257
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
257
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$5n({
|
|
258
258
|
viewBox: "0 0 16 16",
|
|
259
259
|
fill: "none",
|
|
260
260
|
strokeLinecap: "round",
|
|
261
261
|
strokeLinejoin: "round",
|
|
262
262
|
width: "1em",
|
|
263
263
|
height: "1em"
|
|
264
|
-
}, props), _path$
|
|
264
|
+
}, props), _path$2n || (_path$2n = /*#__PURE__*/React__namespace.createElement("path", {
|
|
265
265
|
d: "M12 10L8 6l-4 4",
|
|
266
266
|
stroke: "currentColor"
|
|
267
267
|
})));
|
|
268
268
|
}
|
|
269
269
|
|
|
270
|
-
var _path$
|
|
270
|
+
var _path$27;
|
|
271
271
|
|
|
272
|
-
function _extends$
|
|
272
|
+
function _extends$4K() { _extends$4K = 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$4K.apply(this, arguments); }
|
|
273
273
|
|
|
274
274
|
function SvgCheck(props) {
|
|
275
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
275
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$4K({
|
|
276
276
|
viewBox: "0 0 16 16",
|
|
277
277
|
fill: "none",
|
|
278
278
|
strokeLinecap: "round",
|
|
279
279
|
strokeLinejoin: "round",
|
|
280
280
|
width: "1em",
|
|
281
281
|
height: "1em"
|
|
282
|
-
}, props), _path$
|
|
282
|
+
}, props), _path$27 || (_path$27 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
283
283
|
d: "M13.333 4L6 11.333 2.667 8",
|
|
284
284
|
stroke: "currentColor"
|
|
285
285
|
})));
|
|
286
286
|
}
|
|
287
287
|
|
|
288
|
-
var _g$
|
|
288
|
+
var _g$2z, _defs$1D;
|
|
289
289
|
|
|
290
|
-
function _extends$
|
|
290
|
+
function _extends$4H() { _extends$4H = 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$4H.apply(this, arguments); }
|
|
291
291
|
|
|
292
292
|
function SvgClock(props) {
|
|
293
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
293
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$4H({
|
|
294
294
|
viewBox: "0 0 16 16",
|
|
295
295
|
fill: "none",
|
|
296
296
|
strokeLinecap: "round",
|
|
297
297
|
strokeLinejoin: "round",
|
|
298
298
|
width: "1em",
|
|
299
299
|
height: "1em"
|
|
300
|
-
}, props), _g$
|
|
300
|
+
}, props), _g$2z || (_g$2z = /*#__PURE__*/React__namespace.createElement("g", {
|
|
301
301
|
clipPath: "url(#clock_svg__clip0_8_5092)",
|
|
302
302
|
stroke: "currentColor"
|
|
303
303
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
304
304
|
d: "M8 14.667A6.667 6.667 0 108 1.334a6.667 6.667 0 000 13.333z"
|
|
305
305
|
}), /*#__PURE__*/React__namespace.createElement("path", {
|
|
306
306
|
d: "M8 4v4l2.667 1.333"
|
|
307
|
-
}))), _defs$
|
|
307
|
+
}))), _defs$1D || (_defs$1D = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
308
308
|
id: "clock_svg__clip0_8_5092"
|
|
309
309
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
310
310
|
fill: "currentColor",
|
|
@@ -312,42 +312,42 @@ function SvgClock(props) {
|
|
|
312
312
|
})))));
|
|
313
313
|
}
|
|
314
314
|
|
|
315
|
-
var _path$
|
|
315
|
+
var _path$26;
|
|
316
316
|
|
|
317
|
-
function _extends$
|
|
317
|
+
function _extends$4G() { _extends$4G = 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$4G.apply(this, arguments); }
|
|
318
318
|
|
|
319
319
|
function SvgX(props) {
|
|
320
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
320
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$4G({
|
|
321
321
|
viewBox: "0 0 16 16",
|
|
322
322
|
fill: "none",
|
|
323
323
|
strokeLinecap: "round",
|
|
324
324
|
strokeLinejoin: "round",
|
|
325
325
|
width: "1em",
|
|
326
326
|
height: "1em"
|
|
327
|
-
}, props), _path$
|
|
327
|
+
}, props), _path$26 || (_path$26 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
328
328
|
d: "M12 4l-8 8m0-8l8 8",
|
|
329
329
|
stroke: "currentColor"
|
|
330
330
|
})));
|
|
331
331
|
}
|
|
332
332
|
|
|
333
|
-
var _g$
|
|
333
|
+
var _g$2y, _defs$1C;
|
|
334
334
|
|
|
335
|
-
function _extends$
|
|
335
|
+
function _extends$4F() { _extends$4F = 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$4F.apply(this, arguments); }
|
|
336
336
|
|
|
337
337
|
function SvgXCircle(props) {
|
|
338
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
338
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$4F({
|
|
339
339
|
viewBox: "0 0 16 16",
|
|
340
340
|
fill: "none",
|
|
341
341
|
strokeLinecap: "round",
|
|
342
342
|
strokeLinejoin: "round",
|
|
343
343
|
width: "1em",
|
|
344
344
|
height: "1em"
|
|
345
|
-
}, props), _g$
|
|
345
|
+
}, props), _g$2y || (_g$2y = /*#__PURE__*/React__namespace.createElement("g", {
|
|
346
346
|
clipPath: "url(#x-circle_svg__clip0_8_6136)",
|
|
347
347
|
stroke: "currentColor"
|
|
348
348
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
349
349
|
d: "M8 14.667A6.667 6.667 0 108 1.334a6.667 6.667 0 000 13.333zM10 6l-4 4m0-4l4 4"
|
|
350
|
-
}))), _defs$
|
|
350
|
+
}))), _defs$1C || (_defs$1C = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
351
351
|
id: "x-circle_svg__clip0_8_6136"
|
|
352
352
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
353
353
|
fill: "currentColor",
|
|
@@ -355,37 +355,37 @@ function SvgXCircle(props) {
|
|
|
355
355
|
})))));
|
|
356
356
|
}
|
|
357
357
|
|
|
358
|
-
var _path$
|
|
358
|
+
var _path$1$;
|
|
359
359
|
|
|
360
|
-
function _extends$
|
|
360
|
+
function _extends$4p() { _extends$4p = 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$4p.apply(this, arguments); }
|
|
361
361
|
|
|
362
362
|
function SvgHeart(props) {
|
|
363
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
363
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$4p({
|
|
364
364
|
viewBox: "0 0 16 16",
|
|
365
365
|
fill: "none",
|
|
366
366
|
strokeLinecap: "round",
|
|
367
367
|
strokeLinejoin: "round",
|
|
368
368
|
width: "1em",
|
|
369
369
|
height: "1em"
|
|
370
|
-
}, props), _path$
|
|
370
|
+
}, props), _path$1$ || (_path$1$ = /*#__PURE__*/React__namespace.createElement("path", {
|
|
371
371
|
d: "M13.893 3.074a3.667 3.667 0 00-5.186 0L8 3.78l-.707-.706A3.668 3.668 0 002.107 8.26l.706.707L8 14.154l5.187-5.187.706-.707a3.667 3.667 0 000-5.186v0z",
|
|
372
372
|
stroke: "currentColor"
|
|
373
373
|
})));
|
|
374
374
|
}
|
|
375
375
|
|
|
376
|
-
var _g$
|
|
376
|
+
var _g$2k;
|
|
377
377
|
|
|
378
|
-
function _extends$
|
|
378
|
+
function _extends$4k() { _extends$4k = 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$4k.apply(this, arguments); }
|
|
379
379
|
|
|
380
380
|
function SvgLock(props) {
|
|
381
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
381
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$4k({
|
|
382
382
|
viewBox: "0 0 16 16",
|
|
383
383
|
fill: "none",
|
|
384
384
|
strokeLinecap: "round",
|
|
385
385
|
strokeLinejoin: "round",
|
|
386
386
|
width: "1em",
|
|
387
387
|
height: "1em"
|
|
388
|
-
}, props), _g$
|
|
388
|
+
}, props), _g$2k || (_g$2k = /*#__PURE__*/React__namespace.createElement("g", {
|
|
389
389
|
stroke: "currentColor"
|
|
390
390
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
391
391
|
d: "M12.667 7.333H3.333C2.597 7.333 2 7.93 2 8.668v4.667c0 .736.597 1.333 1.333 1.333h9.334c.736 0 1.333-.597 1.333-1.333V8.667c0-.737-.597-1.333-1.333-1.333z"
|
|
@@ -394,24 +394,24 @@ function SvgLock(props) {
|
|
|
394
394
|
}))));
|
|
395
395
|
}
|
|
396
396
|
|
|
397
|
-
var _g$
|
|
397
|
+
var _g$2g, _defs$1q;
|
|
398
398
|
|
|
399
|
-
function _extends$
|
|
399
|
+
function _extends$46() { _extends$46 = 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$46.apply(this, arguments); }
|
|
400
400
|
|
|
401
401
|
function SvgMinusCircle(props) {
|
|
402
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
402
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$46({
|
|
403
403
|
viewBox: "0 0 16 16",
|
|
404
404
|
fill: "none",
|
|
405
405
|
strokeLinecap: "round",
|
|
406
406
|
strokeLinejoin: "round",
|
|
407
407
|
width: "1em",
|
|
408
408
|
height: "1em"
|
|
409
|
-
}, props), _g$
|
|
409
|
+
}, props), _g$2g || (_g$2g = /*#__PURE__*/React__namespace.createElement("g", {
|
|
410
410
|
clipPath: "url(#minus-circle_svg__clip0_8_5970)",
|
|
411
411
|
stroke: "currentColor"
|
|
412
412
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
413
413
|
d: "M8 14.667A6.667 6.667 0 108 1.334a6.667 6.667 0 000 13.333zM5.333 8h5.334"
|
|
414
|
-
}))), _defs$
|
|
414
|
+
}))), _defs$1q || (_defs$1q = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
415
415
|
id: "minus-circle_svg__clip0_8_5970"
|
|
416
416
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
417
417
|
fill: "currentColor",
|
|
@@ -419,42 +419,42 @@ function SvgMinusCircle(props) {
|
|
|
419
419
|
})))));
|
|
420
420
|
}
|
|
421
421
|
|
|
422
|
-
var _path$
|
|
422
|
+
var _path$1M;
|
|
423
423
|
|
|
424
|
-
function _extends$
|
|
424
|
+
function _extends$3$() { _extends$3$ = 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$3$.apply(this, arguments); }
|
|
425
425
|
|
|
426
426
|
function SvgPlus(props) {
|
|
427
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
427
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$3$({
|
|
428
428
|
viewBox: "0 0 16 16",
|
|
429
429
|
fill: "none",
|
|
430
430
|
strokeLinecap: "round",
|
|
431
431
|
strokeLinejoin: "round",
|
|
432
432
|
width: "1em",
|
|
433
433
|
height: "1em"
|
|
434
|
-
}, props), _path$
|
|
434
|
+
}, props), _path$1M || (_path$1M = /*#__PURE__*/React__namespace.createElement("path", {
|
|
435
435
|
d: "M8 3.333v9.334M3.333 8h9.334",
|
|
436
436
|
stroke: "currentColor"
|
|
437
437
|
})));
|
|
438
438
|
}
|
|
439
439
|
|
|
440
|
-
var _g$
|
|
440
|
+
var _g$2d, _defs$1n;
|
|
441
441
|
|
|
442
|
-
function _extends$
|
|
442
|
+
function _extends$3_() { _extends$3_ = 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$3_.apply(this, arguments); }
|
|
443
443
|
|
|
444
444
|
function SvgPlusCircle(props) {
|
|
445
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
445
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$3_({
|
|
446
446
|
viewBox: "0 0 16 16",
|
|
447
447
|
fill: "none",
|
|
448
448
|
strokeLinecap: "round",
|
|
449
449
|
strokeLinejoin: "round",
|
|
450
450
|
width: "1em",
|
|
451
451
|
height: "1em"
|
|
452
|
-
}, props), _g$
|
|
452
|
+
}, props), _g$2d || (_g$2d = /*#__PURE__*/React__namespace.createElement("g", {
|
|
453
453
|
clipPath: "url(#plus-circle_svg__clip0_8_5870)",
|
|
454
454
|
stroke: "currentColor"
|
|
455
455
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
456
456
|
d: "M8 14.667A6.667 6.667 0 108 1.334a6.667 6.667 0 000 13.333zm0-9.334v5.334M5.333 8h5.334"
|
|
457
|
-
}))), _defs$
|
|
457
|
+
}))), _defs$1n || (_defs$1n = /*#__PURE__*/React__namespace.createElement("defs", null, /*#__PURE__*/React__namespace.createElement("clipPath", {
|
|
458
458
|
id: "plus-circle_svg__clip0_8_5870"
|
|
459
459
|
}, /*#__PURE__*/React__namespace.createElement("path", {
|
|
460
460
|
fill: "currentColor",
|
|
@@ -462,76 +462,76 @@ function SvgPlusCircle(props) {
|
|
|
462
462
|
})))));
|
|
463
463
|
}
|
|
464
464
|
|
|
465
|
-
var _path$
|
|
465
|
+
var _path$1E;
|
|
466
466
|
|
|
467
|
-
function _extends$
|
|
467
|
+
function _extends$3N() { _extends$3N = 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$3N.apply(this, arguments); }
|
|
468
468
|
|
|
469
469
|
function SvgTag(props) {
|
|
470
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
470
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$3N({
|
|
471
471
|
viewBox: "0 0 16 16",
|
|
472
472
|
fill: "none",
|
|
473
473
|
strokeLinecap: "round",
|
|
474
474
|
strokeLinejoin: "round",
|
|
475
475
|
width: "1em",
|
|
476
476
|
height: "1em"
|
|
477
|
-
}, props), _path$
|
|
477
|
+
}, props), _path$1E || (_path$1E = /*#__PURE__*/React__namespace.createElement("path", {
|
|
478
478
|
d: "M13.727 8.94l-4.78 4.78a1.334 1.334 0 01-1.887 0L1.333 8V1.333H8l5.727 5.727a1.333 1.333 0 010 1.88v0zm-9.06-4.273h.007",
|
|
479
479
|
stroke: "currentColor"
|
|
480
480
|
})));
|
|
481
481
|
}
|
|
482
482
|
|
|
483
|
-
var _path$
|
|
483
|
+
var _path$1u;
|
|
484
484
|
|
|
485
|
-
function _extends$
|
|
485
|
+
function _extends$3u() { _extends$3u = 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$3u.apply(this, arguments); }
|
|
486
486
|
|
|
487
487
|
function SvgWarning(props) {
|
|
488
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
488
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$3u({
|
|
489
489
|
viewBox: "0 0 16 16",
|
|
490
490
|
fill: "none",
|
|
491
491
|
strokeLinecap: "round",
|
|
492
492
|
strokeLinejoin: "round",
|
|
493
493
|
width: "1em",
|
|
494
494
|
height: "1em"
|
|
495
|
-
}, props), _path$
|
|
495
|
+
}, props), _path$1u || (_path$1u = /*#__PURE__*/React__namespace.createElement("path", {
|
|
496
496
|
d: "M6.86 2.573L1.213 12a1.334 1.334 0 001.14 2h11.294a1.332 1.332 0 001.14-2L9.14 2.573a1.333 1.333 0 00-2.28 0v0zM8 6v2.667m0 2.667h.007",
|
|
497
497
|
stroke: "currentColor"
|
|
498
498
|
})));
|
|
499
499
|
}
|
|
500
500
|
|
|
501
|
-
var _path$
|
|
501
|
+
var _path$18;
|
|
502
502
|
|
|
503
|
-
function _extends$
|
|
503
|
+
function _extends$2U() { _extends$2U = 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$2U.apply(this, arguments); }
|
|
504
504
|
|
|
505
505
|
function SvgTrash(props) {
|
|
506
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
506
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$2U({
|
|
507
507
|
viewBox: "0 0 16 16",
|
|
508
508
|
fill: "none",
|
|
509
509
|
strokeLinecap: "round",
|
|
510
510
|
strokeLinejoin: "round",
|
|
511
511
|
width: "1em",
|
|
512
512
|
height: "1em"
|
|
513
|
-
}, props), _path$
|
|
513
|
+
}, props), _path$18 || (_path$18 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
514
514
|
d: "M2 4h12M5.333 4V2.667a1.333 1.333 0 011.334-1.333h2.666a1.333 1.333 0 011.334 1.333V4m2 0v9.334a1.333 1.333 0 01-1.334 1.333H4.667a1.333 1.333 0 01-1.334-1.333V4h9.334zm-6 3.333v4m2.666-4v4",
|
|
515
515
|
stroke: "currentColor"
|
|
516
516
|
})));
|
|
517
517
|
}
|
|
518
518
|
|
|
519
|
-
var _path$
|
|
519
|
+
var _path$h, _path2$3;
|
|
520
520
|
|
|
521
|
-
function _extends$
|
|
521
|
+
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); }
|
|
522
522
|
|
|
523
523
|
function SvgReviews(props) {
|
|
524
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
524
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$C({
|
|
525
525
|
viewBox: "0 0 16 16",
|
|
526
526
|
fill: "none",
|
|
527
527
|
strokeLinecap: "round",
|
|
528
528
|
strokeLinejoin: "round",
|
|
529
529
|
width: "1em",
|
|
530
530
|
height: "1em"
|
|
531
|
-
}, props), _path$
|
|
531
|
+
}, props), _path$h || (_path$h = /*#__PURE__*/React__namespace.createElement("path", {
|
|
532
532
|
d: "M14 7.667a5.587 5.587 0 01-.6 2.533 5.666 5.666 0 01-5.067 3.133 5.588 5.588 0 01-2.533-.6L2 14l1.267-3.8a5.586 5.586 0 01-.6-2.533A5.667 5.667 0 015.8 2.6 5.587 5.587 0 018.333 2h.334A5.654 5.654 0 0114 7.333v.334z",
|
|
533
533
|
stroke: "currentColor"
|
|
534
|
-
})), _path2$
|
|
534
|
+
})), _path2$3 || (_path2$3 = /*#__PURE__*/React__namespace.createElement("path", {
|
|
535
535
|
d: "M8.375 5.363a.2.2 0 01.358 0l.578 1.17a.2.2 0 00.15.11l1.292.189a.2.2 0 01.11.34l-.934.911a.2.2 0 00-.057.177l.22 1.286a.2.2 0 01-.29.21L8.647 9.15a.2.2 0 00-.186 0l-1.155.608a.2.2 0 01-.29-.211l.22-1.286a.2.2 0 00-.058-.177l-.934-.91a.2.2 0 01.11-.341l1.293-.19a.2.2 0 00.15-.109l.578-1.17z",
|
|
536
536
|
fill: "currentColor"
|
|
537
537
|
})));
|
|
@@ -575,19 +575,19 @@ function __rest(s, e) {
|
|
|
575
575
|
return t;
|
|
576
576
|
}
|
|
577
577
|
|
|
578
|
-
var _path$
|
|
578
|
+
var _path$1D;
|
|
579
579
|
|
|
580
|
-
function _extends$
|
|
580
|
+
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); }
|
|
581
581
|
|
|
582
582
|
function SvgUser(props) {
|
|
583
|
-
return /*#__PURE__*/React__namespace.createElement("svg", _extends$
|
|
583
|
+
return /*#__PURE__*/React__namespace.createElement("svg", _extends$3G({
|
|
584
584
|
viewBox: "0 0 16 16",
|
|
585
585
|
fill: "none",
|
|
586
586
|
strokeLinecap: "round",
|
|
587
587
|
strokeLinejoin: "round",
|
|
588
588
|
width: "1em",
|
|
589
589
|
height: "1em"
|
|
590
|
-
}, props), _path$
|
|
590
|
+
}, props), _path$1D || (_path$1D = /*#__PURE__*/React__namespace.createElement("path", {
|
|
591
591
|
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",
|
|
592
592
|
stroke: "currentColor"
|
|
593
593
|
})));
|
|
@@ -1709,9 +1709,9 @@ var QuantityPicker = function (props) {
|
|
|
1709
1709
|
return (React__default['default'].createElement(core.TextField, { classes: fieldClasses, type: "number", variant: variation === 'itemCount' ? 'filled' : 'standard', defaultValue: value, value: value, disabled: disabled, onChange: handleChange, InputProps: {
|
|
1710
1710
|
classes: inputClasses,
|
|
1711
1711
|
disableUnderline: true,
|
|
1712
|
-
endAdornment: (React__default['default'].createElement(IconButton, { className: endAdornmentClasses.root, color: "default",
|
|
1712
|
+
endAdornment: (React__default['default'].createElement(IconButton, { "aria-label": "plus one", className: endAdornmentClasses.root, color: "default", onClick: onIncrement, disabled: disabled || disableIncrement },
|
|
1713
1713
|
React__default['default'].createElement(Icon, { icon: SvgPlusCircle }))),
|
|
1714
|
-
startAdornment: (React__default['default'].createElement(IconButton, { className: startAdornmentClasses.root, color: "default",
|
|
1714
|
+
startAdornment: (React__default['default'].createElement(IconButton, { "aria-label": "minus one", className: startAdornmentClasses.root, color: "default", onClick: onDecrement, disabled: disabled || value <= 0 },
|
|
1715
1715
|
React__default['default'].createElement(Icon, { icon: SvgMinusCircle }))),
|
|
1716
1716
|
} }));
|
|
1717
1717
|
};
|