demio-ui 1.0.47 → 1.0.49
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/dist/cjs/index.js +2 -2
- package/dist/cjs/types/src/components/Popover/Popover.d.ts +1 -0
- package/dist/cjs/types/src/icons/index.d.ts +2 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/types/src/components/Popover/Popover.d.ts +1 -0
- package/dist/esm/types/src/icons/index.d.ts +2 -1
- package/dist/types.d.ts +82 -50
- package/package.json +1 -1
|
@@ -8,6 +8,7 @@ import CheckboxUncheckIcon from './checkbox_uncheck.svg';
|
|
|
8
8
|
import CheckCircleIcon from './check_circle.svg';
|
|
9
9
|
import CloseIcon from './close.svg';
|
|
10
10
|
import DeleteIcon from './delete.svg';
|
|
11
|
+
import EventDetailsIcon from './event_details.svg';
|
|
11
12
|
import InfoIcon from './info.svg';
|
|
12
13
|
import InfoSolidIcon from './info-1.svg';
|
|
13
14
|
import MicOffIcon from './mic_off-1.svg';
|
|
@@ -28,4 +29,4 @@ import VolumeUpIcon from './volume_up-1.svg';
|
|
|
28
29
|
import VolumeUpSolidIcon from './volume_up.svg';
|
|
29
30
|
import WarningIcon from './warning-1.svg';
|
|
30
31
|
import WarningSolidIcon from './warning.svg';
|
|
31
|
-
export { AddIcon, ArrowDownIcon, BlockIcon, BlurOnIcon, CachedIcon, CheckboxIcon, CheckboxUncheckIcon, CheckCircleIcon, CloseIcon, DeleteIcon, InfoIcon, InfoSolidIcon, MicOffIcon, MicOffSolidIcon, MicOnfIcon, MicOnSolidIcon, PasswordEyeIcon, PasswordEyeCrossedIcon, PlayIcon, SmileIcon, VideoCamOffIcon, VideoCamOffSolidIcon, VideoCamOnIcon, VideoCamOnSolidIcon, VolumeOffIcon, VolumeOffSolidIcon, VolumeUpIcon, VolumeUpSolidIcon, WarningIcon, WarningSolidIcon, };
|
|
32
|
+
export { AddIcon, ArrowDownIcon, BlockIcon, BlurOnIcon, CachedIcon, CheckboxIcon, CheckboxUncheckIcon, CheckCircleIcon, CloseIcon, DeleteIcon, EventDetailsIcon, InfoIcon, InfoSolidIcon, MicOffIcon, MicOffSolidIcon, MicOnfIcon, MicOnSolidIcon, PasswordEyeIcon, PasswordEyeCrossedIcon, PlayIcon, SmileIcon, VideoCamOffIcon, VideoCamOffSolidIcon, VideoCamOnIcon, VideoCamOnSolidIcon, VolumeOffIcon, VolumeOffSolidIcon, VolumeUpIcon, VolumeUpSolidIcon, WarningIcon, WarningSolidIcon, };
|
package/dist/types.d.ts
CHANGED
|
@@ -235,15 +235,16 @@ type Props = {
|
|
|
235
235
|
childClass: string;
|
|
236
236
|
children: React__default.ReactNode;
|
|
237
237
|
content: React__default.ReactNode;
|
|
238
|
+
isContentChild: boolean;
|
|
238
239
|
isOpen: boolean;
|
|
239
240
|
onOpen: (open: boolean) => void;
|
|
240
241
|
};
|
|
241
242
|
declare const Popover: FC<Props>;
|
|
242
243
|
|
|
243
|
-
var _path$
|
|
244
|
-
function _extends$
|
|
244
|
+
var _path$u, _g$q;
|
|
245
|
+
function _extends$u() { _extends$u = Object.assign ? Object.assign.bind() : 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$u.apply(this, arguments); }
|
|
245
246
|
var SvgAdd = function SvgAdd(props) {
|
|
246
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
247
|
+
return /*#__PURE__*/React.createElement("svg", _extends$u({
|
|
247
248
|
xmlns: "http://www.w3.org/2000/svg",
|
|
248
249
|
width: 24,
|
|
249
250
|
height: 24,
|
|
@@ -258,10 +259,10 @@ var SvgAdd = function SvgAdd(props) {
|
|
|
258
259
|
style: {
|
|
259
260
|
maskType: "alpha"
|
|
260
261
|
}
|
|
261
|
-
}, _path$
|
|
262
|
+
}, _path$u || (_path$u = /*#__PURE__*/React.createElement("path", {
|
|
262
263
|
fill: "#D9D9D9",
|
|
263
264
|
d: "M0 0h24v24H0z"
|
|
264
|
-
}))), _g$
|
|
265
|
+
}))), _g$q || (_g$q = /*#__PURE__*/React.createElement("g", {
|
|
265
266
|
mask: "url(#add_svg__a)"
|
|
266
267
|
}, /*#__PURE__*/React.createElement("path", {
|
|
267
268
|
fill: "#2C3336",
|
|
@@ -269,10 +270,10 @@ var SvgAdd = function SvgAdd(props) {
|
|
|
269
270
|
}))));
|
|
270
271
|
};
|
|
271
272
|
|
|
272
|
-
var _path$
|
|
273
|
-
function _extends$
|
|
273
|
+
var _path$t, _g$p;
|
|
274
|
+
function _extends$t() { _extends$t = Object.assign ? Object.assign.bind() : 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$t.apply(this, arguments); }
|
|
274
275
|
var SvgKeyboardArrowDown = function SvgKeyboardArrowDown(props) {
|
|
275
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
276
|
+
return /*#__PURE__*/React.createElement("svg", _extends$t({
|
|
276
277
|
xmlns: "http://www.w3.org/2000/svg",
|
|
277
278
|
fill: "none",
|
|
278
279
|
viewBox: "0 0 24 24"
|
|
@@ -286,10 +287,10 @@ var SvgKeyboardArrowDown = function SvgKeyboardArrowDown(props) {
|
|
|
286
287
|
style: {
|
|
287
288
|
maskType: "alpha"
|
|
288
289
|
}
|
|
289
|
-
}, _path$
|
|
290
|
+
}, _path$t || (_path$t = /*#__PURE__*/React.createElement("path", {
|
|
290
291
|
fill: "#D9D9D9",
|
|
291
292
|
d: "M0 0h24v24H0z"
|
|
292
|
-
}))), _g$
|
|
293
|
+
}))), _g$p || (_g$p = /*#__PURE__*/React.createElement("g", {
|
|
293
294
|
mask: "url(#keyboard_arrow_down_svg__a)"
|
|
294
295
|
}, /*#__PURE__*/React.createElement("path", {
|
|
295
296
|
fill: "#2C3336",
|
|
@@ -297,10 +298,10 @@ var SvgKeyboardArrowDown = function SvgKeyboardArrowDown(props) {
|
|
|
297
298
|
}))));
|
|
298
299
|
};
|
|
299
300
|
|
|
300
|
-
var _path$
|
|
301
|
-
function _extends$
|
|
301
|
+
var _path$s, _g$o;
|
|
302
|
+
function _extends$s() { _extends$s = Object.assign ? Object.assign.bind() : 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$s.apply(this, arguments); }
|
|
302
303
|
var SvgBlock = function SvgBlock(props) {
|
|
303
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
304
|
+
return /*#__PURE__*/React.createElement("svg", _extends$s({
|
|
304
305
|
xmlns: "http://www.w3.org/2000/svg",
|
|
305
306
|
width: 24,
|
|
306
307
|
height: 24,
|
|
@@ -315,10 +316,10 @@ var SvgBlock = function SvgBlock(props) {
|
|
|
315
316
|
style: {
|
|
316
317
|
maskType: "alpha"
|
|
317
318
|
}
|
|
318
|
-
}, _path$
|
|
319
|
+
}, _path$s || (_path$s = /*#__PURE__*/React.createElement("path", {
|
|
319
320
|
fill: "#D9D9D9",
|
|
320
321
|
d: "M0 0h24v24H0z"
|
|
321
|
-
}))), _g$
|
|
322
|
+
}))), _g$o || (_g$o = /*#__PURE__*/React.createElement("g", {
|
|
322
323
|
mask: "url(#block_svg__a)"
|
|
323
324
|
}, /*#__PURE__*/React.createElement("path", {
|
|
324
325
|
fill: "#42454B",
|
|
@@ -326,10 +327,10 @@ var SvgBlock = function SvgBlock(props) {
|
|
|
326
327
|
}))));
|
|
327
328
|
};
|
|
328
329
|
|
|
329
|
-
var _path$
|
|
330
|
-
function _extends$
|
|
330
|
+
var _path$r, _g$n;
|
|
331
|
+
function _extends$r() { _extends$r = Object.assign ? Object.assign.bind() : 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$r.apply(this, arguments); }
|
|
331
332
|
var SvgBlurOn = function SvgBlurOn(props) {
|
|
332
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
333
|
+
return /*#__PURE__*/React.createElement("svg", _extends$r({
|
|
333
334
|
xmlns: "http://www.w3.org/2000/svg",
|
|
334
335
|
width: 24,
|
|
335
336
|
height: 24,
|
|
@@ -344,10 +345,10 @@ var SvgBlurOn = function SvgBlurOn(props) {
|
|
|
344
345
|
style: {
|
|
345
346
|
maskType: "alpha"
|
|
346
347
|
}
|
|
347
|
-
}, _path$
|
|
348
|
+
}, _path$r || (_path$r = /*#__PURE__*/React.createElement("path", {
|
|
348
349
|
fill: "#D9D9D9",
|
|
349
350
|
d: "M0 0h24v24H0z"
|
|
350
|
-
}))), _g$
|
|
351
|
+
}))), _g$n || (_g$n = /*#__PURE__*/React.createElement("g", {
|
|
351
352
|
mask: "url(#blur_on_svg__a)"
|
|
352
353
|
}, /*#__PURE__*/React.createElement("path", {
|
|
353
354
|
fill: "#2C3336",
|
|
@@ -355,10 +356,10 @@ var SvgBlurOn = function SvgBlurOn(props) {
|
|
|
355
356
|
}))));
|
|
356
357
|
};
|
|
357
358
|
|
|
358
|
-
var _path$
|
|
359
|
-
function _extends$
|
|
359
|
+
var _path$q, _g$m;
|
|
360
|
+
function _extends$q() { _extends$q = Object.assign ? Object.assign.bind() : 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$q.apply(this, arguments); }
|
|
360
361
|
var SvgCached = function SvgCached(props) {
|
|
361
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
362
|
+
return /*#__PURE__*/React.createElement("svg", _extends$q({
|
|
362
363
|
xmlns: "http://www.w3.org/2000/svg",
|
|
363
364
|
width: 24,
|
|
364
365
|
height: 24,
|
|
@@ -373,10 +374,10 @@ var SvgCached = function SvgCached(props) {
|
|
|
373
374
|
style: {
|
|
374
375
|
maskType: "alpha"
|
|
375
376
|
}
|
|
376
|
-
}, _path$
|
|
377
|
+
}, _path$q || (_path$q = /*#__PURE__*/React.createElement("path", {
|
|
377
378
|
fill: "#D9D9D9",
|
|
378
379
|
d: "M0 0h24v24H0z"
|
|
379
|
-
}))), _g$
|
|
380
|
+
}))), _g$m || (_g$m = /*#__PURE__*/React.createElement("g", {
|
|
380
381
|
mask: "url(#cached_svg__a)"
|
|
381
382
|
}, /*#__PURE__*/React.createElement("path", {
|
|
382
383
|
fill: "#2C3336",
|
|
@@ -384,10 +385,10 @@ var SvgCached = function SvgCached(props) {
|
|
|
384
385
|
}))));
|
|
385
386
|
};
|
|
386
387
|
|
|
387
|
-
var _path$
|
|
388
|
-
function _extends$
|
|
388
|
+
var _path$p, _g$l;
|
|
389
|
+
function _extends$p() { _extends$p = Object.assign ? Object.assign.bind() : 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$p.apply(this, arguments); }
|
|
389
390
|
var SvgCheckbox = function SvgCheckbox(props) {
|
|
390
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
391
|
+
return /*#__PURE__*/React.createElement("svg", _extends$p({
|
|
391
392
|
xmlns: "http://www.w3.org/2000/svg",
|
|
392
393
|
width: 24,
|
|
393
394
|
height: 24,
|
|
@@ -402,10 +403,10 @@ var SvgCheckbox = function SvgCheckbox(props) {
|
|
|
402
403
|
style: {
|
|
403
404
|
maskType: "alpha"
|
|
404
405
|
}
|
|
405
|
-
}, _path$
|
|
406
|
+
}, _path$p || (_path$p = /*#__PURE__*/React.createElement("path", {
|
|
406
407
|
fill: "#D9D9D9",
|
|
407
408
|
d: "M0 0h24v24H0z"
|
|
408
|
-
}))), _g$
|
|
409
|
+
}))), _g$l || (_g$l = /*#__PURE__*/React.createElement("g", {
|
|
409
410
|
mask: "url(#checkbox_svg__a)"
|
|
410
411
|
}, /*#__PURE__*/React.createElement("path", {
|
|
411
412
|
fill: "#02BF6F",
|
|
@@ -413,10 +414,10 @@ var SvgCheckbox = function SvgCheckbox(props) {
|
|
|
413
414
|
}))));
|
|
414
415
|
};
|
|
415
416
|
|
|
416
|
-
var _path$
|
|
417
|
-
function _extends$
|
|
417
|
+
var _path$o, _g$k;
|
|
418
|
+
function _extends$o() { _extends$o = Object.assign ? Object.assign.bind() : 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$o.apply(this, arguments); }
|
|
418
419
|
var SvgCheckboxUncheck = function SvgCheckboxUncheck(props) {
|
|
419
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
420
|
+
return /*#__PURE__*/React.createElement("svg", _extends$o({
|
|
420
421
|
xmlns: "http://www.w3.org/2000/svg",
|
|
421
422
|
width: 24,
|
|
422
423
|
height: 24,
|
|
@@ -431,10 +432,10 @@ var SvgCheckboxUncheck = function SvgCheckboxUncheck(props) {
|
|
|
431
432
|
style: {
|
|
432
433
|
maskType: "alpha"
|
|
433
434
|
}
|
|
434
|
-
}, _path$
|
|
435
|
+
}, _path$o || (_path$o = /*#__PURE__*/React.createElement("path", {
|
|
435
436
|
fill: "#D9D9D9",
|
|
436
437
|
d: "M0 0h24v24H0z"
|
|
437
|
-
}))), _g$
|
|
438
|
+
}))), _g$k || (_g$k = /*#__PURE__*/React.createElement("g", {
|
|
438
439
|
mask: "url(#checkbox_uncheck_svg__a)"
|
|
439
440
|
}, /*#__PURE__*/React.createElement("path", {
|
|
440
441
|
fill: "#838B97",
|
|
@@ -442,10 +443,10 @@ var SvgCheckboxUncheck = function SvgCheckboxUncheck(props) {
|
|
|
442
443
|
}))));
|
|
443
444
|
};
|
|
444
445
|
|
|
445
|
-
var _path$
|
|
446
|
-
function _extends$
|
|
446
|
+
var _path$n, _g$j;
|
|
447
|
+
function _extends$n() { _extends$n = Object.assign ? Object.assign.bind() : 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$n.apply(this, arguments); }
|
|
447
448
|
var SvgCheckCircle = function SvgCheckCircle(props) {
|
|
448
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
449
|
+
return /*#__PURE__*/React.createElement("svg", _extends$n({
|
|
449
450
|
xmlns: "http://www.w3.org/2000/svg",
|
|
450
451
|
fill: "none",
|
|
451
452
|
viewBox: "0 0 24 24"
|
|
@@ -459,10 +460,10 @@ var SvgCheckCircle = function SvgCheckCircle(props) {
|
|
|
459
460
|
style: {
|
|
460
461
|
maskType: "alpha"
|
|
461
462
|
}
|
|
462
|
-
}, _path$
|
|
463
|
+
}, _path$n || (_path$n = /*#__PURE__*/React.createElement("path", {
|
|
463
464
|
fill: "#D9D9D9",
|
|
464
465
|
d: "M0 0h24v24H0z"
|
|
465
|
-
}))), _g$
|
|
466
|
+
}))), _g$j || (_g$j = /*#__PURE__*/React.createElement("g", {
|
|
466
467
|
mask: "url(#check_circle_svg__a)"
|
|
467
468
|
}, /*#__PURE__*/React.createElement("path", {
|
|
468
469
|
fill: "#2C3336",
|
|
@@ -470,10 +471,10 @@ var SvgCheckCircle = function SvgCheckCircle(props) {
|
|
|
470
471
|
}))));
|
|
471
472
|
};
|
|
472
473
|
|
|
473
|
-
var _path$
|
|
474
|
-
function _extends$
|
|
474
|
+
var _path$m, _g$i;
|
|
475
|
+
function _extends$m() { _extends$m = Object.assign ? Object.assign.bind() : 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$m.apply(this, arguments); }
|
|
475
476
|
var SvgClose = function SvgClose(props) {
|
|
476
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
477
|
+
return /*#__PURE__*/React.createElement("svg", _extends$m({
|
|
477
478
|
xmlns: "http://www.w3.org/2000/svg",
|
|
478
479
|
width: 24,
|
|
479
480
|
height: 24,
|
|
@@ -488,10 +489,10 @@ var SvgClose = function SvgClose(props) {
|
|
|
488
489
|
style: {
|
|
489
490
|
maskType: "alpha"
|
|
490
491
|
}
|
|
491
|
-
}, _path$
|
|
492
|
+
}, _path$m || (_path$m = /*#__PURE__*/React.createElement("path", {
|
|
492
493
|
fill: "#D9D9D9",
|
|
493
494
|
d: "M0 0h24v24H0z"
|
|
494
|
-
}))), _g$
|
|
495
|
+
}))), _g$i || (_g$i = /*#__PURE__*/React.createElement("g", {
|
|
495
496
|
mask: "url(#close_svg__a)"
|
|
496
497
|
}, /*#__PURE__*/React.createElement("path", {
|
|
497
498
|
fill: "#2C3336",
|
|
@@ -499,10 +500,10 @@ var SvgClose = function SvgClose(props) {
|
|
|
499
500
|
}))));
|
|
500
501
|
};
|
|
501
502
|
|
|
502
|
-
var _path$
|
|
503
|
-
function _extends$
|
|
503
|
+
var _path$l, _g$h;
|
|
504
|
+
function _extends$l() { _extends$l = Object.assign ? Object.assign.bind() : 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$l.apply(this, arguments); }
|
|
504
505
|
var SvgDelete = function SvgDelete(props) {
|
|
505
|
-
return /*#__PURE__*/React.createElement("svg", _extends$
|
|
506
|
+
return /*#__PURE__*/React.createElement("svg", _extends$l({
|
|
506
507
|
xmlns: "http://www.w3.org/2000/svg",
|
|
507
508
|
fill: "none",
|
|
508
509
|
viewBox: "0 0 24 24"
|
|
@@ -516,10 +517,10 @@ var SvgDelete = function SvgDelete(props) {
|
|
|
516
517
|
style: {
|
|
517
518
|
maskType: "alpha"
|
|
518
519
|
}
|
|
519
|
-
}, _path$
|
|
520
|
+
}, _path$l || (_path$l = /*#__PURE__*/React.createElement("path", {
|
|
520
521
|
fill: "#D9D9D9",
|
|
521
522
|
d: "M0 0h24v24H0z"
|
|
522
|
-
}))), _g$
|
|
523
|
+
}))), _g$h || (_g$h = /*#__PURE__*/React.createElement("g", {
|
|
523
524
|
mask: "url(#delete_svg__a)"
|
|
524
525
|
}, /*#__PURE__*/React.createElement("path", {
|
|
525
526
|
fill: "#2C3336",
|
|
@@ -527,6 +528,36 @@ var SvgDelete = function SvgDelete(props) {
|
|
|
527
528
|
}))));
|
|
528
529
|
};
|
|
529
530
|
|
|
531
|
+
var _path$k, _g$g;
|
|
532
|
+
function _extends$k() { _extends$k = Object.assign ? Object.assign.bind() : 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$k.apply(this, arguments); }
|
|
533
|
+
var SvgEventDetails = function SvgEventDetails(props) {
|
|
534
|
+
return /*#__PURE__*/React.createElement("svg", _extends$k({
|
|
535
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
536
|
+
width: 24,
|
|
537
|
+
height: 24,
|
|
538
|
+
fill: "none",
|
|
539
|
+
viewBox: "0 0 32 32"
|
|
540
|
+
}, props), /*#__PURE__*/React.createElement("mask", {
|
|
541
|
+
id: "event_details_svg__a",
|
|
542
|
+
width: 32,
|
|
543
|
+
height: 32,
|
|
544
|
+
x: 0,
|
|
545
|
+
y: 0,
|
|
546
|
+
maskUnits: "userSpaceOnUse",
|
|
547
|
+
style: {
|
|
548
|
+
maskType: "alpha"
|
|
549
|
+
}
|
|
550
|
+
}, _path$k || (_path$k = /*#__PURE__*/React.createElement("path", {
|
|
551
|
+
fill: "#D9D9D9",
|
|
552
|
+
d: "M0 0h32v32H0z"
|
|
553
|
+
}))), _g$g || (_g$g = /*#__PURE__*/React.createElement("g", {
|
|
554
|
+
mask: "url(#event_details_svg__a)"
|
|
555
|
+
}, /*#__PURE__*/React.createElement("path", {
|
|
556
|
+
fill: "#11B06E",
|
|
557
|
+
d: "M5.333 26.667a2.568 2.568 0 0 1-1.883-.784A2.568 2.568 0 0 1 2.667 24V8c0-.733.26-1.361.783-1.883a2.568 2.568 0 0 1 1.883-.784h21.334c.733 0 1.36.261 1.883.784.522.522.783 1.15.783 1.883v16c0 .733-.26 1.361-.783 1.883a2.568 2.568 0 0 1-1.883.784H5.333Zm0-2.667h21.334V8H5.333v16ZM8 22.667h16c.378 0 .694-.128.95-.384a1.29 1.29 0 0 0 .383-.95 1.29 1.29 0 0 0-.383-.95A1.29 1.29 0 0 0 24 20H8a1.29 1.29 0 0 0-.95.383 1.29 1.29 0 0 0-.383.95c0 .378.127.695.383.95.256.256.572.384.95.384Zm0-5.334h16c.378 0 .694-.127.95-.383a1.29 1.29 0 0 0 .383-.95 1.29 1.29 0 0 0-.383-.95 1.29 1.29 0 0 0-.95-.383H8a1.29 1.29 0 0 0-.95.383 1.29 1.29 0 0 0-.383.95c0 .378.127.694.383.95s.572.383.95.383ZM8 12h10.667c.377 0 .694-.128.95-.383a1.29 1.29 0 0 0 .383-.95 1.29 1.29 0 0 0-.383-.95 1.29 1.29 0 0 0-.95-.384H8a1.29 1.29 0 0 0-.95.384 1.29 1.29 0 0 0-.383.95c0 .377.127.694.383.95.256.255.572.383.95.383Z"
|
|
558
|
+
}))));
|
|
559
|
+
};
|
|
560
|
+
|
|
530
561
|
var _path$j, _g$f;
|
|
531
562
|
function _extends$j() { _extends$j = Object.assign ? Object.assign.bind() : 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$j.apply(this, arguments); }
|
|
532
563
|
var SvgInfo = function SvgInfo(props) {
|
|
@@ -1053,6 +1084,7 @@ declare namespace index {
|
|
|
1053
1084
|
SvgCheckboxUncheck as CheckboxUncheckIcon,
|
|
1054
1085
|
SvgClose as CloseIcon,
|
|
1055
1086
|
SvgDelete as DeleteIcon,
|
|
1087
|
+
SvgEventDetails as EventDetailsIcon,
|
|
1056
1088
|
SvgInfo as InfoIcon,
|
|
1057
1089
|
SvgInfo1 as InfoSolidIcon,
|
|
1058
1090
|
SvgMicOff1 as MicOffIcon,
|