demio-ui 1.0.48 → 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.
@@ -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
@@ -241,10 +241,10 @@ type Props = {
241
241
  };
242
242
  declare const Popover: FC<Props>;
243
243
 
244
- var _path$t, _g$p;
245
- 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); }
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); }
246
246
  var SvgAdd = function SvgAdd(props) {
247
- return /*#__PURE__*/React.createElement("svg", _extends$t({
247
+ return /*#__PURE__*/React.createElement("svg", _extends$u({
248
248
  xmlns: "http://www.w3.org/2000/svg",
249
249
  width: 24,
250
250
  height: 24,
@@ -259,10 +259,10 @@ var SvgAdd = function SvgAdd(props) {
259
259
  style: {
260
260
  maskType: "alpha"
261
261
  }
262
- }, _path$t || (_path$t = /*#__PURE__*/React.createElement("path", {
262
+ }, _path$u || (_path$u = /*#__PURE__*/React.createElement("path", {
263
263
  fill: "#D9D9D9",
264
264
  d: "M0 0h24v24H0z"
265
- }))), _g$p || (_g$p = /*#__PURE__*/React.createElement("g", {
265
+ }))), _g$q || (_g$q = /*#__PURE__*/React.createElement("g", {
266
266
  mask: "url(#add_svg__a)"
267
267
  }, /*#__PURE__*/React.createElement("path", {
268
268
  fill: "#2C3336",
@@ -270,10 +270,10 @@ var SvgAdd = function SvgAdd(props) {
270
270
  }))));
271
271
  };
272
272
 
273
- var _path$s, _g$o;
274
- 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); }
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); }
275
275
  var SvgKeyboardArrowDown = function SvgKeyboardArrowDown(props) {
276
- return /*#__PURE__*/React.createElement("svg", _extends$s({
276
+ return /*#__PURE__*/React.createElement("svg", _extends$t({
277
277
  xmlns: "http://www.w3.org/2000/svg",
278
278
  fill: "none",
279
279
  viewBox: "0 0 24 24"
@@ -287,10 +287,10 @@ var SvgKeyboardArrowDown = function SvgKeyboardArrowDown(props) {
287
287
  style: {
288
288
  maskType: "alpha"
289
289
  }
290
- }, _path$s || (_path$s = /*#__PURE__*/React.createElement("path", {
290
+ }, _path$t || (_path$t = /*#__PURE__*/React.createElement("path", {
291
291
  fill: "#D9D9D9",
292
292
  d: "M0 0h24v24H0z"
293
- }))), _g$o || (_g$o = /*#__PURE__*/React.createElement("g", {
293
+ }))), _g$p || (_g$p = /*#__PURE__*/React.createElement("g", {
294
294
  mask: "url(#keyboard_arrow_down_svg__a)"
295
295
  }, /*#__PURE__*/React.createElement("path", {
296
296
  fill: "#2C3336",
@@ -298,10 +298,10 @@ var SvgKeyboardArrowDown = function SvgKeyboardArrowDown(props) {
298
298
  }))));
299
299
  };
300
300
 
301
- var _path$r, _g$n;
302
- 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); }
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); }
303
303
  var SvgBlock = function SvgBlock(props) {
304
- return /*#__PURE__*/React.createElement("svg", _extends$r({
304
+ return /*#__PURE__*/React.createElement("svg", _extends$s({
305
305
  xmlns: "http://www.w3.org/2000/svg",
306
306
  width: 24,
307
307
  height: 24,
@@ -316,10 +316,10 @@ var SvgBlock = function SvgBlock(props) {
316
316
  style: {
317
317
  maskType: "alpha"
318
318
  }
319
- }, _path$r || (_path$r = /*#__PURE__*/React.createElement("path", {
319
+ }, _path$s || (_path$s = /*#__PURE__*/React.createElement("path", {
320
320
  fill: "#D9D9D9",
321
321
  d: "M0 0h24v24H0z"
322
- }))), _g$n || (_g$n = /*#__PURE__*/React.createElement("g", {
322
+ }))), _g$o || (_g$o = /*#__PURE__*/React.createElement("g", {
323
323
  mask: "url(#block_svg__a)"
324
324
  }, /*#__PURE__*/React.createElement("path", {
325
325
  fill: "#42454B",
@@ -327,10 +327,10 @@ var SvgBlock = function SvgBlock(props) {
327
327
  }))));
328
328
  };
329
329
 
330
- var _path$q, _g$m;
331
- 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); }
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); }
332
332
  var SvgBlurOn = function SvgBlurOn(props) {
333
- return /*#__PURE__*/React.createElement("svg", _extends$q({
333
+ return /*#__PURE__*/React.createElement("svg", _extends$r({
334
334
  xmlns: "http://www.w3.org/2000/svg",
335
335
  width: 24,
336
336
  height: 24,
@@ -345,10 +345,10 @@ var SvgBlurOn = function SvgBlurOn(props) {
345
345
  style: {
346
346
  maskType: "alpha"
347
347
  }
348
- }, _path$q || (_path$q = /*#__PURE__*/React.createElement("path", {
348
+ }, _path$r || (_path$r = /*#__PURE__*/React.createElement("path", {
349
349
  fill: "#D9D9D9",
350
350
  d: "M0 0h24v24H0z"
351
- }))), _g$m || (_g$m = /*#__PURE__*/React.createElement("g", {
351
+ }))), _g$n || (_g$n = /*#__PURE__*/React.createElement("g", {
352
352
  mask: "url(#blur_on_svg__a)"
353
353
  }, /*#__PURE__*/React.createElement("path", {
354
354
  fill: "#2C3336",
@@ -356,10 +356,10 @@ var SvgBlurOn = function SvgBlurOn(props) {
356
356
  }))));
357
357
  };
358
358
 
359
- var _path$p, _g$l;
360
- 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); }
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); }
361
361
  var SvgCached = function SvgCached(props) {
362
- return /*#__PURE__*/React.createElement("svg", _extends$p({
362
+ return /*#__PURE__*/React.createElement("svg", _extends$q({
363
363
  xmlns: "http://www.w3.org/2000/svg",
364
364
  width: 24,
365
365
  height: 24,
@@ -374,10 +374,10 @@ var SvgCached = function SvgCached(props) {
374
374
  style: {
375
375
  maskType: "alpha"
376
376
  }
377
- }, _path$p || (_path$p = /*#__PURE__*/React.createElement("path", {
377
+ }, _path$q || (_path$q = /*#__PURE__*/React.createElement("path", {
378
378
  fill: "#D9D9D9",
379
379
  d: "M0 0h24v24H0z"
380
- }))), _g$l || (_g$l = /*#__PURE__*/React.createElement("g", {
380
+ }))), _g$m || (_g$m = /*#__PURE__*/React.createElement("g", {
381
381
  mask: "url(#cached_svg__a)"
382
382
  }, /*#__PURE__*/React.createElement("path", {
383
383
  fill: "#2C3336",
@@ -385,10 +385,10 @@ var SvgCached = function SvgCached(props) {
385
385
  }))));
386
386
  };
387
387
 
388
- var _path$o, _g$k;
389
- 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); }
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); }
390
390
  var SvgCheckbox = function SvgCheckbox(props) {
391
- return /*#__PURE__*/React.createElement("svg", _extends$o({
391
+ return /*#__PURE__*/React.createElement("svg", _extends$p({
392
392
  xmlns: "http://www.w3.org/2000/svg",
393
393
  width: 24,
394
394
  height: 24,
@@ -403,10 +403,10 @@ var SvgCheckbox = function SvgCheckbox(props) {
403
403
  style: {
404
404
  maskType: "alpha"
405
405
  }
406
- }, _path$o || (_path$o = /*#__PURE__*/React.createElement("path", {
406
+ }, _path$p || (_path$p = /*#__PURE__*/React.createElement("path", {
407
407
  fill: "#D9D9D9",
408
408
  d: "M0 0h24v24H0z"
409
- }))), _g$k || (_g$k = /*#__PURE__*/React.createElement("g", {
409
+ }))), _g$l || (_g$l = /*#__PURE__*/React.createElement("g", {
410
410
  mask: "url(#checkbox_svg__a)"
411
411
  }, /*#__PURE__*/React.createElement("path", {
412
412
  fill: "#02BF6F",
@@ -414,10 +414,10 @@ var SvgCheckbox = function SvgCheckbox(props) {
414
414
  }))));
415
415
  };
416
416
 
417
- var _path$n, _g$j;
418
- 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); }
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); }
419
419
  var SvgCheckboxUncheck = function SvgCheckboxUncheck(props) {
420
- return /*#__PURE__*/React.createElement("svg", _extends$n({
420
+ return /*#__PURE__*/React.createElement("svg", _extends$o({
421
421
  xmlns: "http://www.w3.org/2000/svg",
422
422
  width: 24,
423
423
  height: 24,
@@ -432,10 +432,10 @@ var SvgCheckboxUncheck = function SvgCheckboxUncheck(props) {
432
432
  style: {
433
433
  maskType: "alpha"
434
434
  }
435
- }, _path$n || (_path$n = /*#__PURE__*/React.createElement("path", {
435
+ }, _path$o || (_path$o = /*#__PURE__*/React.createElement("path", {
436
436
  fill: "#D9D9D9",
437
437
  d: "M0 0h24v24H0z"
438
- }))), _g$j || (_g$j = /*#__PURE__*/React.createElement("g", {
438
+ }))), _g$k || (_g$k = /*#__PURE__*/React.createElement("g", {
439
439
  mask: "url(#checkbox_uncheck_svg__a)"
440
440
  }, /*#__PURE__*/React.createElement("path", {
441
441
  fill: "#838B97",
@@ -443,10 +443,10 @@ var SvgCheckboxUncheck = function SvgCheckboxUncheck(props) {
443
443
  }))));
444
444
  };
445
445
 
446
- var _path$m, _g$i;
447
- 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); }
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); }
448
448
  var SvgCheckCircle = function SvgCheckCircle(props) {
449
- return /*#__PURE__*/React.createElement("svg", _extends$m({
449
+ return /*#__PURE__*/React.createElement("svg", _extends$n({
450
450
  xmlns: "http://www.w3.org/2000/svg",
451
451
  fill: "none",
452
452
  viewBox: "0 0 24 24"
@@ -460,10 +460,10 @@ var SvgCheckCircle = function SvgCheckCircle(props) {
460
460
  style: {
461
461
  maskType: "alpha"
462
462
  }
463
- }, _path$m || (_path$m = /*#__PURE__*/React.createElement("path", {
463
+ }, _path$n || (_path$n = /*#__PURE__*/React.createElement("path", {
464
464
  fill: "#D9D9D9",
465
465
  d: "M0 0h24v24H0z"
466
- }))), _g$i || (_g$i = /*#__PURE__*/React.createElement("g", {
466
+ }))), _g$j || (_g$j = /*#__PURE__*/React.createElement("g", {
467
467
  mask: "url(#check_circle_svg__a)"
468
468
  }, /*#__PURE__*/React.createElement("path", {
469
469
  fill: "#2C3336",
@@ -471,10 +471,10 @@ var SvgCheckCircle = function SvgCheckCircle(props) {
471
471
  }))));
472
472
  };
473
473
 
474
- var _path$l, _g$h;
475
- 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); }
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); }
476
476
  var SvgClose = function SvgClose(props) {
477
- return /*#__PURE__*/React.createElement("svg", _extends$l({
477
+ return /*#__PURE__*/React.createElement("svg", _extends$m({
478
478
  xmlns: "http://www.w3.org/2000/svg",
479
479
  width: 24,
480
480
  height: 24,
@@ -489,10 +489,10 @@ var SvgClose = function SvgClose(props) {
489
489
  style: {
490
490
  maskType: "alpha"
491
491
  }
492
- }, _path$l || (_path$l = /*#__PURE__*/React.createElement("path", {
492
+ }, _path$m || (_path$m = /*#__PURE__*/React.createElement("path", {
493
493
  fill: "#D9D9D9",
494
494
  d: "M0 0h24v24H0z"
495
- }))), _g$h || (_g$h = /*#__PURE__*/React.createElement("g", {
495
+ }))), _g$i || (_g$i = /*#__PURE__*/React.createElement("g", {
496
496
  mask: "url(#close_svg__a)"
497
497
  }, /*#__PURE__*/React.createElement("path", {
498
498
  fill: "#2C3336",
@@ -500,10 +500,10 @@ var SvgClose = function SvgClose(props) {
500
500
  }))));
501
501
  };
502
502
 
503
- var _path$k, _g$g;
504
- 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); }
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); }
505
505
  var SvgDelete = function SvgDelete(props) {
506
- return /*#__PURE__*/React.createElement("svg", _extends$k({
506
+ return /*#__PURE__*/React.createElement("svg", _extends$l({
507
507
  xmlns: "http://www.w3.org/2000/svg",
508
508
  fill: "none",
509
509
  viewBox: "0 0 24 24"
@@ -517,10 +517,10 @@ var SvgDelete = function SvgDelete(props) {
517
517
  style: {
518
518
  maskType: "alpha"
519
519
  }
520
- }, _path$k || (_path$k = /*#__PURE__*/React.createElement("path", {
520
+ }, _path$l || (_path$l = /*#__PURE__*/React.createElement("path", {
521
521
  fill: "#D9D9D9",
522
522
  d: "M0 0h24v24H0z"
523
- }))), _g$g || (_g$g = /*#__PURE__*/React.createElement("g", {
523
+ }))), _g$h || (_g$h = /*#__PURE__*/React.createElement("g", {
524
524
  mask: "url(#delete_svg__a)"
525
525
  }, /*#__PURE__*/React.createElement("path", {
526
526
  fill: "#2C3336",
@@ -528,6 +528,36 @@ var SvgDelete = function SvgDelete(props) {
528
528
  }))));
529
529
  };
530
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
+
531
561
  var _path$j, _g$f;
532
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); }
533
563
  var SvgInfo = function SvgInfo(props) {
@@ -1054,6 +1084,7 @@ declare namespace index {
1054
1084
  SvgCheckboxUncheck as CheckboxUncheckIcon,
1055
1085
  SvgClose as CloseIcon,
1056
1086
  SvgDelete as DeleteIcon,
1087
+ SvgEventDetails as EventDetailsIcon,
1057
1088
  SvgInfo as InfoIcon,
1058
1089
  SvgInfo1 as InfoSolidIcon,
1059
1090
  SvgMicOff1 as MicOffIcon,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "demio-ui",
3
- "version": "1.0.48",
3
+ "version": "1.0.49",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",