demio-ui 1.0.66 → 1.0.67

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.
@@ -16,6 +16,7 @@ import EventDetailsIcon from './event_details.svg';
16
16
  import EventRepeatIcon from './event_repeat.svg';
17
17
  import InfoIcon from './info.svg';
18
18
  import InfoSolidIcon from './info-1.svg';
19
+ import MagicIcon from './magic.svg';
19
20
  import MaterialsIcon from './materials.svg';
20
21
  import MicOffIcon from './mic_off-1.svg';
21
22
  import MicOffSolidIcon from './mic_off.svg';
@@ -37,4 +38,4 @@ import VolumeUpIcon from './volume_up-1.svg';
37
38
  import VolumeUpSolidIcon from './volume_up.svg';
38
39
  import WarningIcon from './warning-1.svg';
39
40
  import WarningSolidIcon from './warning.svg';
40
- export { AddIcon, ArrowDownIcon, ArrowLeftIcon, BlockIcon, BlurOnIcon, CachedIcon, CalendarIcon, CheckboxIcon, CheckboxUncheckIcon, CheckCircleIcon, ClockIcon, CloseIcon, CustomizeIcon, DeleteIcon, EventDetailsIcon, EventRepeatIcon, InfoIcon, InfoSolidIcon, MaterialsIcon, MicOffIcon, MicOffSolidIcon, MicOnfIcon, MicOnSolidIcon, PasswordEyeIcon, PasswordEyeCrossedIcon, PlayIcon, SmileIcon, StackedEmailIcon, TodayIcon, VideoCamOffIcon, VideoCamOffSolidIcon, VideoCamOnIcon, VideoCamOnSolidIcon, VolumeOffIcon, VolumeOffSolidIcon, VolumeUpIcon, VolumeUpSolidIcon, WarningIcon, WarningSolidIcon, };
41
+ export { AddIcon, ArrowDownIcon, ArrowLeftIcon, BlockIcon, BlurOnIcon, CachedIcon, CalendarIcon, CheckboxIcon, CheckboxUncheckIcon, CheckCircleIcon, ClockIcon, CloseIcon, CustomizeIcon, DeleteIcon, EventDetailsIcon, EventRepeatIcon, InfoIcon, InfoSolidIcon, MagicIcon, MaterialsIcon, MicOffIcon, MicOffSolidIcon, MicOnfIcon, MicOnSolidIcon, PasswordEyeIcon, PasswordEyeCrossedIcon, PlayIcon, SmileIcon, StackedEmailIcon, TodayIcon, VideoCamOffIcon, VideoCamOffSolidIcon, VideoCamOnIcon, VideoCamOnSolidIcon, VolumeOffIcon, VolumeOffSolidIcon, VolumeUpIcon, VolumeUpSolidIcon, WarningIcon, WarningSolidIcon, };
package/dist/types.d.ts CHANGED
@@ -255,10 +255,10 @@ type TabsContentProps = {
255
255
  };
256
256
  declare function TabsContent({ children, value, className }: TabsContentProps): React__default.JSX.Element;
257
257
 
258
- var _path$B, _g$y;
259
- function _extends$C() { _extends$C = 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$C.apply(this, arguments); }
258
+ var _path$C, _g$y;
259
+ function _extends$D() { _extends$D = 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$D.apply(this, arguments); }
260
260
  var SvgAdd = function SvgAdd(props) {
261
- return /*#__PURE__*/React.createElement("svg", _extends$C({
261
+ return /*#__PURE__*/React.createElement("svg", _extends$D({
262
262
  xmlns: "http://www.w3.org/2000/svg",
263
263
  width: 24,
264
264
  height: 24,
@@ -273,7 +273,7 @@ var SvgAdd = function SvgAdd(props) {
273
273
  style: {
274
274
  maskType: "alpha"
275
275
  }
276
- }, _path$B || (_path$B = /*#__PURE__*/React.createElement("path", {
276
+ }, _path$C || (_path$C = /*#__PURE__*/React.createElement("path", {
277
277
  fill: "#D9D9D9",
278
278
  d: "M0 0h24v24H0z"
279
279
  }))), _g$y || (_g$y = /*#__PURE__*/React.createElement("g", {
@@ -284,10 +284,10 @@ var SvgAdd = function SvgAdd(props) {
284
284
  }))));
285
285
  };
286
286
 
287
- var _path$A, _g$x;
288
- function _extends$B() { _extends$B = 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$B.apply(this, arguments); }
287
+ var _path$B, _g$x;
288
+ function _extends$C() { _extends$C = 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$C.apply(this, arguments); }
289
289
  var SvgKeyboardArrowDown = function SvgKeyboardArrowDown(props) {
290
- return /*#__PURE__*/React.createElement("svg", _extends$B({
290
+ return /*#__PURE__*/React.createElement("svg", _extends$C({
291
291
  xmlns: "http://www.w3.org/2000/svg",
292
292
  fill: "none",
293
293
  viewBox: "0 0 24 24"
@@ -301,7 +301,7 @@ var SvgKeyboardArrowDown = function SvgKeyboardArrowDown(props) {
301
301
  style: {
302
302
  maskType: "alpha"
303
303
  }
304
- }, _path$A || (_path$A = /*#__PURE__*/React.createElement("path", {
304
+ }, _path$B || (_path$B = /*#__PURE__*/React.createElement("path", {
305
305
  fill: "#D9D9D9",
306
306
  d: "M0 0h24v24H0z"
307
307
  }))), _g$x || (_g$x = /*#__PURE__*/React.createElement("g", {
@@ -313,9 +313,9 @@ var SvgKeyboardArrowDown = function SvgKeyboardArrowDown(props) {
313
313
  };
314
314
 
315
315
  var _g$w, _defs;
316
- function _extends$A() { _extends$A = 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$A.apply(this, arguments); }
316
+ function _extends$B() { _extends$B = 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$B.apply(this, arguments); }
317
317
  var SvgArrowLeft = function SvgArrowLeft(props) {
318
- return /*#__PURE__*/React.createElement("svg", _extends$A({
318
+ return /*#__PURE__*/React.createElement("svg", _extends$B({
319
319
  xmlns: "http://www.w3.org/2000/svg",
320
320
  width: 18,
321
321
  height: 18,
@@ -333,10 +333,10 @@ var SvgArrowLeft = function SvgArrowLeft(props) {
333
333
  })))));
334
334
  };
335
335
 
336
- var _path$z, _g$v;
337
- function _extends$z() { _extends$z = 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$z.apply(this, arguments); }
336
+ var _path$A, _g$v;
337
+ function _extends$A() { _extends$A = 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$A.apply(this, arguments); }
338
338
  var SvgBlock = function SvgBlock(props) {
339
- return /*#__PURE__*/React.createElement("svg", _extends$z({
339
+ return /*#__PURE__*/React.createElement("svg", _extends$A({
340
340
  xmlns: "http://www.w3.org/2000/svg",
341
341
  width: 24,
342
342
  height: 24,
@@ -351,7 +351,7 @@ var SvgBlock = function SvgBlock(props) {
351
351
  style: {
352
352
  maskType: "alpha"
353
353
  }
354
- }, _path$z || (_path$z = /*#__PURE__*/React.createElement("path", {
354
+ }, _path$A || (_path$A = /*#__PURE__*/React.createElement("path", {
355
355
  fill: "#D9D9D9",
356
356
  d: "M0 0h24v24H0z"
357
357
  }))), _g$v || (_g$v = /*#__PURE__*/React.createElement("g", {
@@ -362,10 +362,10 @@ var SvgBlock = function SvgBlock(props) {
362
362
  }))));
363
363
  };
364
364
 
365
- var _path$y, _g$u;
366
- function _extends$y() { _extends$y = 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$y.apply(this, arguments); }
365
+ var _path$z, _g$u;
366
+ function _extends$z() { _extends$z = 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$z.apply(this, arguments); }
367
367
  var SvgBlurOn = function SvgBlurOn(props) {
368
- return /*#__PURE__*/React.createElement("svg", _extends$y({
368
+ return /*#__PURE__*/React.createElement("svg", _extends$z({
369
369
  xmlns: "http://www.w3.org/2000/svg",
370
370
  width: 24,
371
371
  height: 24,
@@ -380,7 +380,7 @@ var SvgBlurOn = function SvgBlurOn(props) {
380
380
  style: {
381
381
  maskType: "alpha"
382
382
  }
383
- }, _path$y || (_path$y = /*#__PURE__*/React.createElement("path", {
383
+ }, _path$z || (_path$z = /*#__PURE__*/React.createElement("path", {
384
384
  fill: "#D9D9D9",
385
385
  d: "M0 0h24v24H0z"
386
386
  }))), _g$u || (_g$u = /*#__PURE__*/React.createElement("g", {
@@ -391,10 +391,10 @@ var SvgBlurOn = function SvgBlurOn(props) {
391
391
  }))));
392
392
  };
393
393
 
394
- var _path$x, _g$t;
395
- function _extends$x() { _extends$x = 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$x.apply(this, arguments); }
394
+ var _path$y, _g$t;
395
+ function _extends$y() { _extends$y = 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$y.apply(this, arguments); }
396
396
  var SvgCached = function SvgCached(props) {
397
- return /*#__PURE__*/React.createElement("svg", _extends$x({
397
+ return /*#__PURE__*/React.createElement("svg", _extends$y({
398
398
  xmlns: "http://www.w3.org/2000/svg",
399
399
  width: 24,
400
400
  height: 24,
@@ -409,7 +409,7 @@ var SvgCached = function SvgCached(props) {
409
409
  style: {
410
410
  maskType: "alpha"
411
411
  }
412
- }, _path$x || (_path$x = /*#__PURE__*/React.createElement("path", {
412
+ }, _path$y || (_path$y = /*#__PURE__*/React.createElement("path", {
413
413
  fill: "#D9D9D9",
414
414
  d: "M0 0h24v24H0z"
415
415
  }))), _g$t || (_g$t = /*#__PURE__*/React.createElement("g", {
@@ -420,10 +420,10 @@ var SvgCached = function SvgCached(props) {
420
420
  }))));
421
421
  };
422
422
 
423
- var _path$w, _g$s;
424
- function _extends$w() { _extends$w = 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$w.apply(this, arguments); }
423
+ var _path$x, _g$s;
424
+ function _extends$x() { _extends$x = 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$x.apply(this, arguments); }
425
425
  var SvgCalendar = function SvgCalendar(props) {
426
- return /*#__PURE__*/React.createElement("svg", _extends$w({
426
+ return /*#__PURE__*/React.createElement("svg", _extends$x({
427
427
  xmlns: "http://www.w3.org/2000/svg",
428
428
  width: 24,
429
429
  height: 24,
@@ -439,7 +439,7 @@ var SvgCalendar = function SvgCalendar(props) {
439
439
  style: {
440
440
  maskType: "alpha"
441
441
  }
442
- }, _path$w || (_path$w = /*#__PURE__*/React.createElement("path", {
442
+ }, _path$x || (_path$x = /*#__PURE__*/React.createElement("path", {
443
443
  fill: "#D9D9D9",
444
444
  d: "M0 0h32v32H0z"
445
445
  }))), _g$s || (_g$s = /*#__PURE__*/React.createElement("g", {
@@ -450,10 +450,10 @@ var SvgCalendar = function SvgCalendar(props) {
450
450
  }))));
451
451
  };
452
452
 
453
- var _path$v, _g$r;
454
- function _extends$v() { _extends$v = 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$v.apply(this, arguments); }
453
+ var _path$w, _g$r;
454
+ function _extends$w() { _extends$w = 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$w.apply(this, arguments); }
455
455
  var SvgCheckbox = function SvgCheckbox(props) {
456
- return /*#__PURE__*/React.createElement("svg", _extends$v({
456
+ return /*#__PURE__*/React.createElement("svg", _extends$w({
457
457
  xmlns: "http://www.w3.org/2000/svg",
458
458
  width: 24,
459
459
  height: 24,
@@ -468,7 +468,7 @@ var SvgCheckbox = function SvgCheckbox(props) {
468
468
  style: {
469
469
  maskType: "alpha"
470
470
  }
471
- }, _path$v || (_path$v = /*#__PURE__*/React.createElement("path", {
471
+ }, _path$w || (_path$w = /*#__PURE__*/React.createElement("path", {
472
472
  fill: "#D9D9D9",
473
473
  d: "M0 0h24v24H0z"
474
474
  }))), _g$r || (_g$r = /*#__PURE__*/React.createElement("g", {
@@ -479,10 +479,10 @@ var SvgCheckbox = function SvgCheckbox(props) {
479
479
  }))));
480
480
  };
481
481
 
482
- var _path$u, _g$q;
483
- 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); }
482
+ var _path$v, _g$q;
483
+ function _extends$v() { _extends$v = 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$v.apply(this, arguments); }
484
484
  var SvgCheckboxUncheck = function SvgCheckboxUncheck(props) {
485
- return /*#__PURE__*/React.createElement("svg", _extends$u({
485
+ return /*#__PURE__*/React.createElement("svg", _extends$v({
486
486
  xmlns: "http://www.w3.org/2000/svg",
487
487
  width: 24,
488
488
  height: 24,
@@ -497,7 +497,7 @@ var SvgCheckboxUncheck = function SvgCheckboxUncheck(props) {
497
497
  style: {
498
498
  maskType: "alpha"
499
499
  }
500
- }, _path$u || (_path$u = /*#__PURE__*/React.createElement("path", {
500
+ }, _path$v || (_path$v = /*#__PURE__*/React.createElement("path", {
501
501
  fill: "#D9D9D9",
502
502
  d: "M0 0h24v24H0z"
503
503
  }))), _g$q || (_g$q = /*#__PURE__*/React.createElement("g", {
@@ -508,10 +508,10 @@ var SvgCheckboxUncheck = function SvgCheckboxUncheck(props) {
508
508
  }))));
509
509
  };
510
510
 
511
- var _path$t, _g$p;
512
- 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); }
511
+ var _path$u, _g$p;
512
+ 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); }
513
513
  var SvgCheckCircle = function SvgCheckCircle(props) {
514
- return /*#__PURE__*/React.createElement("svg", _extends$t({
514
+ return /*#__PURE__*/React.createElement("svg", _extends$u({
515
515
  xmlns: "http://www.w3.org/2000/svg",
516
516
  fill: "none",
517
517
  viewBox: "0 0 24 24"
@@ -525,7 +525,7 @@ var SvgCheckCircle = function SvgCheckCircle(props) {
525
525
  style: {
526
526
  maskType: "alpha"
527
527
  }
528
- }, _path$t || (_path$t = /*#__PURE__*/React.createElement("path", {
528
+ }, _path$u || (_path$u = /*#__PURE__*/React.createElement("path", {
529
529
  fill: "#D9D9D9",
530
530
  d: "M0 0h24v24H0z"
531
531
  }))), _g$p || (_g$p = /*#__PURE__*/React.createElement("g", {
@@ -536,10 +536,10 @@ var SvgCheckCircle = function SvgCheckCircle(props) {
536
536
  }))));
537
537
  };
538
538
 
539
- var _path$s, _g$o;
540
- 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); }
539
+ var _path$t, _g$o;
540
+ 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); }
541
541
  var SvgClock = function SvgClock(props) {
542
- return /*#__PURE__*/React.createElement("svg", _extends$s({
542
+ return /*#__PURE__*/React.createElement("svg", _extends$t({
543
543
  xmlns: "http://www.w3.org/2000/svg",
544
544
  width: 24,
545
545
  height: 24,
@@ -554,7 +554,7 @@ var SvgClock = function SvgClock(props) {
554
554
  style: {
555
555
  maskType: "alpha"
556
556
  }
557
- }, _path$s || (_path$s = /*#__PURE__*/React.createElement("path", {
557
+ }, _path$t || (_path$t = /*#__PURE__*/React.createElement("path", {
558
558
  fill: "#D9D9D9",
559
559
  d: "M0 0h24v24H0z"
560
560
  }))), _g$o || (_g$o = /*#__PURE__*/React.createElement("g", {
@@ -565,10 +565,10 @@ var SvgClock = function SvgClock(props) {
565
565
  }))));
566
566
  };
567
567
 
568
- var _path$r, _g$n;
569
- 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); }
568
+ var _path$s, _g$n;
569
+ 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); }
570
570
  var SvgClose = function SvgClose(props) {
571
- return /*#__PURE__*/React.createElement("svg", _extends$r({
571
+ return /*#__PURE__*/React.createElement("svg", _extends$s({
572
572
  xmlns: "http://www.w3.org/2000/svg",
573
573
  width: 24,
574
574
  height: 24,
@@ -583,7 +583,7 @@ var SvgClose = function SvgClose(props) {
583
583
  style: {
584
584
  maskType: "alpha"
585
585
  }
586
- }, _path$r || (_path$r = /*#__PURE__*/React.createElement("path", {
586
+ }, _path$s || (_path$s = /*#__PURE__*/React.createElement("path", {
587
587
  fill: "#D9D9D9",
588
588
  d: "M0 0h24v24H0z"
589
589
  }))), _g$n || (_g$n = /*#__PURE__*/React.createElement("g", {
@@ -594,12 +594,12 @@ var SvgClose = function SvgClose(props) {
594
594
  }))));
595
595
  };
596
596
 
597
- var _path$q, _g$m;
598
- 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); }
597
+ var _path$r, _g$m;
598
+ 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); }
599
599
  var SvgCustomize = function SvgCustomize(props) {
600
- return /*#__PURE__*/React.createElement("svg", _extends$q({
600
+ return /*#__PURE__*/React.createElement("svg", _extends$r({
601
601
  xmlns: "http://www.w3.org/2000/svg",
602
- width: 25,
602
+ width: 24,
603
603
  height: 24,
604
604
  fill: "none"
605
605
  }, props), /*#__PURE__*/React.createElement("mask", {
@@ -612,7 +612,7 @@ var SvgCustomize = function SvgCustomize(props) {
612
612
  style: {
613
613
  maskType: "alpha"
614
614
  }
615
- }, _path$q || (_path$q = /*#__PURE__*/React.createElement("path", {
615
+ }, _path$r || (_path$r = /*#__PURE__*/React.createElement("path", {
616
616
  fill: "#D9D9D9",
617
617
  d: "M.5 0h24v24H.5z"
618
618
  }))), _g$m || (_g$m = /*#__PURE__*/React.createElement("g", {
@@ -623,10 +623,10 @@ var SvgCustomize = function SvgCustomize(props) {
623
623
  }))));
624
624
  };
625
625
 
626
- var _path$p, _g$l;
627
- 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); }
626
+ var _path$q, _g$l;
627
+ 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); }
628
628
  var SvgDelete = function SvgDelete(props) {
629
- return /*#__PURE__*/React.createElement("svg", _extends$p({
629
+ return /*#__PURE__*/React.createElement("svg", _extends$q({
630
630
  xmlns: "http://www.w3.org/2000/svg",
631
631
  fill: "none",
632
632
  viewBox: "0 0 24 24"
@@ -640,7 +640,7 @@ var SvgDelete = function SvgDelete(props) {
640
640
  style: {
641
641
  maskType: "alpha"
642
642
  }
643
- }, _path$p || (_path$p = /*#__PURE__*/React.createElement("path", {
643
+ }, _path$q || (_path$q = /*#__PURE__*/React.createElement("path", {
644
644
  fill: "#D9D9D9",
645
645
  d: "M0 0h24v24H0z"
646
646
  }))), _g$l || (_g$l = /*#__PURE__*/React.createElement("g", {
@@ -651,10 +651,10 @@ var SvgDelete = function SvgDelete(props) {
651
651
  }))));
652
652
  };
653
653
 
654
- var _path$o, _g$k;
655
- 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); }
654
+ var _path$p, _g$k;
655
+ 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); }
656
656
  var SvgEventDetails = function SvgEventDetails(props) {
657
- return /*#__PURE__*/React.createElement("svg", _extends$o({
657
+ return /*#__PURE__*/React.createElement("svg", _extends$p({
658
658
  xmlns: "http://www.w3.org/2000/svg",
659
659
  width: 24,
660
660
  height: 24,
@@ -670,7 +670,7 @@ var SvgEventDetails = function SvgEventDetails(props) {
670
670
  style: {
671
671
  maskType: "alpha"
672
672
  }
673
- }, _path$o || (_path$o = /*#__PURE__*/React.createElement("path", {
673
+ }, _path$p || (_path$p = /*#__PURE__*/React.createElement("path", {
674
674
  fill: "#D9D9D9",
675
675
  d: "M0 0h32v32H0z"
676
676
  }))), _g$k || (_g$k = /*#__PURE__*/React.createElement("g", {
@@ -681,10 +681,10 @@ var SvgEventDetails = function SvgEventDetails(props) {
681
681
  }))));
682
682
  };
683
683
 
684
- var _path$n, _g$j;
685
- 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); }
684
+ var _path$o, _g$j;
685
+ 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); }
686
686
  var SvgEventRepeat = function SvgEventRepeat(props) {
687
- return /*#__PURE__*/React.createElement("svg", _extends$n({
687
+ return /*#__PURE__*/React.createElement("svg", _extends$o({
688
688
  xmlns: "http://www.w3.org/2000/svg",
689
689
  width: 24,
690
690
  height: 24,
@@ -699,7 +699,7 @@ var SvgEventRepeat = function SvgEventRepeat(props) {
699
699
  style: {
700
700
  maskType: "alpha"
701
701
  }
702
- }, _path$n || (_path$n = /*#__PURE__*/React.createElement("path", {
702
+ }, _path$o || (_path$o = /*#__PURE__*/React.createElement("path", {
703
703
  fill: "#D9D9D9",
704
704
  d: "M0 0h24v24H0z"
705
705
  }))), _g$j || (_g$j = /*#__PURE__*/React.createElement("g", {
@@ -710,10 +710,10 @@ var SvgEventRepeat = function SvgEventRepeat(props) {
710
710
  }))));
711
711
  };
712
712
 
713
- var _path$m, _g$i;
714
- 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); }
713
+ var _path$n, _g$i;
714
+ 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); }
715
715
  var SvgInfo = function SvgInfo(props) {
716
- return /*#__PURE__*/React.createElement("svg", _extends$m({
716
+ return /*#__PURE__*/React.createElement("svg", _extends$n({
717
717
  xmlns: "http://www.w3.org/2000/svg",
718
718
  fill: "none",
719
719
  viewBox: "0 0 24 24"
@@ -727,7 +727,7 @@ var SvgInfo = function SvgInfo(props) {
727
727
  style: {
728
728
  maskType: "alpha"
729
729
  }
730
- }, _path$m || (_path$m = /*#__PURE__*/React.createElement("path", {
730
+ }, _path$n || (_path$n = /*#__PURE__*/React.createElement("path", {
731
731
  fill: "#D9D9D9",
732
732
  d: "M0 0h24v24H0z"
733
733
  }))), _g$i || (_g$i = /*#__PURE__*/React.createElement("g", {
@@ -738,10 +738,10 @@ var SvgInfo = function SvgInfo(props) {
738
738
  }))));
739
739
  };
740
740
 
741
- var _path$l, _g$h;
742
- 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); }
741
+ var _path$m, _g$h;
742
+ 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); }
743
743
  var SvgInfo1 = function SvgInfo1(props) {
744
- return /*#__PURE__*/React.createElement("svg", _extends$l({
744
+ return /*#__PURE__*/React.createElement("svg", _extends$m({
745
745
  xmlns: "http://www.w3.org/2000/svg",
746
746
  fill: "none",
747
747
  viewBox: "0 0 24 24"
@@ -755,7 +755,7 @@ var SvgInfo1 = function SvgInfo1(props) {
755
755
  style: {
756
756
  maskType: "alpha"
757
757
  }
758
- }, _path$l || (_path$l = /*#__PURE__*/React.createElement("path", {
758
+ }, _path$m || (_path$m = /*#__PURE__*/React.createElement("path", {
759
759
  fill: "#D9D9D9",
760
760
  d: "M0 0h24v24H0z"
761
761
  }))), _g$h || (_g$h = /*#__PURE__*/React.createElement("g", {
@@ -766,6 +766,20 @@ var SvgInfo1 = function SvgInfo1(props) {
766
766
  }))));
767
767
  };
768
768
 
769
+ var _path$l;
770
+ 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); }
771
+ var SvgMagic = function SvgMagic(props) {
772
+ return /*#__PURE__*/React.createElement("svg", _extends$l({
773
+ xmlns: "http://www.w3.org/2000/svg",
774
+ width: 24,
775
+ height: 24,
776
+ fill: "none"
777
+ }, props), _path$l || (_path$l = /*#__PURE__*/React.createElement("path", {
778
+ fill: "#02BF6F",
779
+ d: "M23.341 3.576 20.424.659A2.244 2.244 0 0 0 18.834 0c-.576 0-1.152.22-1.591.66L.659 17.241a2.25 2.25 0 0 0 0 3.182l2.917 2.917c.439.44 1.015.659 1.59.659.576 0 1.152-.22 1.592-.66L23.34 6.759c.879-.879.879-2.303 0-3.182ZM5.167 21.75 2.25 18.833 12.745 8.337l2.918 2.917L5.167 21.75ZM17.254 9.663l-2.918-2.918 4.495-4.495h.003l2.916 2.917-4.496 4.496ZM20.25 13.5 19 16l-2.5 1.25L19 18.5l1.25 2.5 1.25-2.5 2.5-1.25L21.5 16l-1.25-2.5Zm-9.75-9 .75-1.5 1.5-.75-1.5-.75L10.5 0l-.75 1.5-1.5.75 1.5.75.75 1.5Zm-6.75 3L5 5l2.5-1.25L5 2.5 3.75 0 2.5 2.5 0 3.75 2.5 5l1.25 2.5Z"
780
+ })));
781
+ };
782
+
769
783
  var _path$k, _g$g;
770
784
  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); }
771
785
  var SvgMaterials = function SvgMaterials(props) {
@@ -1331,6 +1345,7 @@ declare namespace index {
1331
1345
  SvgEventRepeat as EventRepeatIcon,
1332
1346
  SvgInfo as InfoIcon,
1333
1347
  SvgInfo1 as InfoSolidIcon,
1348
+ SvgMagic as MagicIcon,
1334
1349
  SvgMaterials as MaterialsIcon,
1335
1350
  SvgMicOff1 as MicOffIcon,
1336
1351
  SvgMicOff as MicOffSolidIcon,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "demio-ui",
3
- "version": "1.0.66",
3
+ "version": "1.0.67",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- type Props = {
3
- children: React.ReactNode;
4
- };
5
- declare const ScrollArea: ({ children }: Props) => React.JSX.Element;
6
- export default ScrollArea;
@@ -1 +0,0 @@
1
- export { default } from "./ScrollArea";
@@ -1,6 +0,0 @@
1
- import React from 'react';
2
- type Props = {
3
- children: React.ReactNode;
4
- };
5
- declare const ScrollArea: ({ children }: Props) => React.JSX.Element;
6
- export default ScrollArea;
@@ -1 +0,0 @@
1
- export { default } from "./ScrollArea";