demio-ui 2.1.63 → 2.1.64

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.
@@ -7,6 +7,7 @@ import CachedIcon from './cached.svg';
7
7
  import CalendarIcon from './calendar.svg';
8
8
  import CalendarStarIcon from './calendar_star.svg';
9
9
  import CheckCircleIcon from './check_circle.svg';
10
+ import CheckCircleSolidIcon from './check-circle-solid.svg';
10
11
  import CheckboxIcon from './checkbox.svg';
11
12
  import CheckboxUncheckIcon from './checkbox_uncheck.svg';
12
13
  import ClockIcon from './clock.svg';
@@ -65,4 +66,4 @@ import VolumeUpSolidIcon from './volume_up.svg';
65
66
  import VolumeUpIcon from './volume_up-1.svg';
66
67
  import WarningSolidIcon from './warning.svg';
67
68
  import WarningIcon from './warning-1.svg';
68
- export { AddIcon, ArrowDownIcon, ArrowLeftIcon, BarChartIcon, BlockIcon, BlurOnIcon, CachedIcon, CalendarIcon, CalendarStarIcon, CheckboxIcon, CheckboxUncheckIcon, CheckCircleIcon, ClockIcon, CloseIcon, CopyIcon, CustomizeIcon, DeleteIcon, DotsIcon, EditIcon, ElectricBoltIcon, EventDetailsIcon, EventRepeatIcon, ExclamationIcon, ExternalLinkIcon, FileIcon, FilterListIcon, InfoCircleIcon, InfoIcon, InfoSolidIcon, ItemsIcon, ListIcon, ListThIcon, LocationIcon, LockIcon, MagicIcon, MailIcon, MaterialsIcon, MicOffIcon, MicOffSolidIcon, MicOnfIcon, MicOnSolidIcon, PasswordEyeCrossedIcon, PasswordEyeIcon, Person, PlayIcon, PollIcon, ProgressIcon, ReplayDisabledIcon, RocketIcon, SearchIcon, SmileIcon, StackedEmailIcon, SyncIcon, TimesCircleIcon, TodayIcon, TrendingDownIcon, TrendingUpIcon, VideoCamOffIcon, VideoCamOffSolidIcon, VideoCamOnIcon, VideoCamOnSolidIcon, VolumeOffIcon, VolumeOffSolidIcon, VolumeUpIcon, VolumeUpSolidIcon, WarningIcon, WarningSolidIcon, };
69
+ export { AddIcon, ArrowDownIcon, ArrowLeftIcon, BarChartIcon, BlockIcon, BlurOnIcon, CachedIcon, CalendarIcon, CalendarStarIcon, CheckboxIcon, CheckboxUncheckIcon, CheckCircleIcon, CheckCircleSolidIcon, ClockIcon, CloseIcon, CopyIcon, CustomizeIcon, DeleteIcon, DotsIcon, EditIcon, ElectricBoltIcon, EventDetailsIcon, EventRepeatIcon, ExclamationIcon, ExternalLinkIcon, FileIcon, FilterListIcon, InfoCircleIcon, InfoIcon, InfoSolidIcon, ItemsIcon, ListIcon, ListThIcon, LocationIcon, LockIcon, MagicIcon, MailIcon, MaterialsIcon, MicOffIcon, MicOffSolidIcon, MicOnfIcon, MicOnSolidIcon, PasswordEyeCrossedIcon, PasswordEyeIcon, Person, PlayIcon, PollIcon, ProgressIcon, ReplayDisabledIcon, RocketIcon, SearchIcon, SmileIcon, StackedEmailIcon, SyncIcon, TimesCircleIcon, TodayIcon, TrendingDownIcon, TrendingUpIcon, VideoCamOffIcon, VideoCamOffSolidIcon, VideoCamOnIcon, VideoCamOnSolidIcon, VolumeOffIcon, VolumeOffSolidIcon, VolumeUpIcon, VolumeUpSolidIcon, WarningIcon, WarningSolidIcon, };
package/dist/types.d.ts CHANGED
@@ -391,10 +391,10 @@ interface TypoProps extends PropsWithChildren {
391
391
  }
392
392
  declare const Typography: ({ tag, dataTestId, align, className, children, emphasis, title, variant, ...restProps }: TypoProps) => React__default.JSX.Element;
393
393
 
394
- var _path$12, _g$t;
395
- function _extends$12() { _extends$12 = 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$12.apply(this, arguments); }
394
+ var _path$13, _g$t;
395
+ function _extends$13() { _extends$13 = 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$13.apply(this, arguments); }
396
396
  var SvgAdd = function SvgAdd(props) {
397
- return /*#__PURE__*/React.createElement("svg", _extends$12({
397
+ return /*#__PURE__*/React.createElement("svg", _extends$13({
398
398
  xmlns: "http://www.w3.org/2000/svg",
399
399
  width: 24,
400
400
  height: 24,
@@ -409,7 +409,7 @@ var SvgAdd = function SvgAdd(props) {
409
409
  style: {
410
410
  maskType: "alpha"
411
411
  }
412
- }, _path$12 || (_path$12 = /*#__PURE__*/React.createElement("path", {
412
+ }, _path$13 || (_path$13 = /*#__PURE__*/React.createElement("path", {
413
413
  fill: "#D9D9D9",
414
414
  d: "M0 0h24v24H0z"
415
415
  }))), _g$t || (_g$t = /*#__PURE__*/React.createElement("g", {
@@ -420,36 +420,36 @@ var SvgAdd = function SvgAdd(props) {
420
420
  }))));
421
421
  };
422
422
 
423
- var _path$11;
424
- function _extends$11() { _extends$11 = 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$11.apply(this, arguments); }
423
+ var _path$12;
424
+ function _extends$12() { _extends$12 = 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$12.apply(this, arguments); }
425
425
  var SvgArrowLeft = function SvgArrowLeft(props) {
426
- return /*#__PURE__*/React.createElement("svg", _extends$11({
426
+ return /*#__PURE__*/React.createElement("svg", _extends$12({
427
427
  xmlns: "http://www.w3.org/2000/svg",
428
428
  fill: "none",
429
429
  viewBox: "0 0 24 24"
430
- }, props), _path$11 || (_path$11 = /*#__PURE__*/React.createElement("path", {
430
+ }, props), _path$12 || (_path$12 = /*#__PURE__*/React.createElement("path", {
431
431
  fill: "#2C3336",
432
432
  d: "m12.277 22.093.928-.928a.56.56 0 0 0 0-.796l-7.272-7.271h16.005c.31 0 .562-.252.562-.563v-1.312a.563.563 0 0 0-.562-.563H5.933l7.272-7.272a.56.56 0 0 0 0-.795l-.928-.928a.563.563 0 0 0-.796 0L1.665 11.48a.563.563 0 0 0 0 .796l9.816 9.816c.22.22.576.22.796 0"
433
433
  })));
434
434
  };
435
435
 
436
- var _path$10;
437
- function _extends$10() { _extends$10 = 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$10.apply(this, arguments); }
436
+ var _path$11;
437
+ function _extends$11() { _extends$11 = 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$11.apply(this, arguments); }
438
438
  var SvgBarChart = function SvgBarChart(props) {
439
- return /*#__PURE__*/React.createElement("svg", _extends$10({
439
+ return /*#__PURE__*/React.createElement("svg", _extends$11({
440
440
  xmlns: "http://www.w3.org/2000/svg",
441
441
  fill: "none",
442
442
  viewBox: "0 0 24 24"
443
- }, props), _path$10 || (_path$10 = /*#__PURE__*/React.createElement("path", {
443
+ }, props), _path$11 || (_path$11 = /*#__PURE__*/React.createElement("path", {
444
444
  fill: "#000",
445
445
  d: "M3 21a.97.97 0 0 1-.712-.288A.97.97 0 0 1 2 20q0-.424.288-.712A.97.97 0 0 1 3 19h18q.424 0 .712.288.288.287.288.712 0 .424-.288.712A.97.97 0 0 1 21 21zm1.5-3q-.625 0-1.062-.437A1.45 1.45 0 0 1 3 16.5v-4q0-.625.438-1.062A1.45 1.45 0 0 1 4.5 11q.624 0 1.063.438Q6 11.875 6 12.5v4q0 .625-.437 1.063A1.45 1.45 0 0 1 4.5 18m5 0q-.625 0-1.062-.437A1.45 1.45 0 0 1 8 16.5v-9q0-.625.438-1.062A1.45 1.45 0 0 1 9.5 6q.624 0 1.063.438Q11 6.874 11 7.5v9q0 .625-.437 1.063A1.45 1.45 0 0 1 9.5 18m5 0q-.625 0-1.062-.437A1.45 1.45 0 0 1 13 16.5v-6q0-.625.438-1.062A1.45 1.45 0 0 1 14.5 9q.624 0 1.063.438Q16 9.874 16 10.5v6q0 .625-.437 1.063A1.45 1.45 0 0 1 14.5 18m5 0q-.625 0-1.062-.437A1.45 1.45 0 0 1 18 16.5v-12q0-.625.438-1.062A1.45 1.45 0 0 1 19.5 3q.625 0 1.063.438Q21 3.874 21 4.5v12q0 .625-.437 1.063A1.45 1.45 0 0 1 19.5 18"
446
446
  })));
447
447
  };
448
448
 
449
- var _path$$, _g$s;
450
- function _extends$$() { _extends$$ = 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$$.apply(this, arguments); }
449
+ var _path$10, _g$s;
450
+ function _extends$10() { _extends$10 = 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$10.apply(this, arguments); }
451
451
  var SvgBlock = function SvgBlock(props) {
452
- return /*#__PURE__*/React.createElement("svg", _extends$$({
452
+ return /*#__PURE__*/React.createElement("svg", _extends$10({
453
453
  xmlns: "http://www.w3.org/2000/svg",
454
454
  fill: "none",
455
455
  viewBox: "0 0 24 24"
@@ -459,7 +459,7 @@ var SvgBlock = function SvgBlock(props) {
459
459
  style: {
460
460
  maskType: "alpha"
461
461
  }
462
- }, _path$$ || (_path$$ = /*#__PURE__*/React.createElement("path", {
462
+ }, _path$10 || (_path$10 = /*#__PURE__*/React.createElement("path", {
463
463
  fill: "#D9D9D9",
464
464
  d: "M0 0h24v24H0z"
465
465
  }))), _g$s || (_g$s = /*#__PURE__*/React.createElement("g", {
@@ -470,10 +470,10 @@ var SvgBlock = function SvgBlock(props) {
470
470
  }))));
471
471
  };
472
472
 
473
- var _path$_, _g$r;
474
- function _extends$_() { _extends$_ = 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$_.apply(this, arguments); }
473
+ var _path$$, _g$r;
474
+ function _extends$$() { _extends$$ = 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$$.apply(this, arguments); }
475
475
  var SvgBlurOn = function SvgBlurOn(props) {
476
- return /*#__PURE__*/React.createElement("svg", _extends$_({
476
+ return /*#__PURE__*/React.createElement("svg", _extends$$({
477
477
  xmlns: "http://www.w3.org/2000/svg",
478
478
  width: 24,
479
479
  height: 24,
@@ -488,7 +488,7 @@ var SvgBlurOn = function SvgBlurOn(props) {
488
488
  style: {
489
489
  maskType: "alpha"
490
490
  }
491
- }, _path$_ || (_path$_ = /*#__PURE__*/React.createElement("path", {
491
+ }, _path$$ || (_path$$ = /*#__PURE__*/React.createElement("path", {
492
492
  fill: "#D9D9D9",
493
493
  d: "M0 0h24v24H0z"
494
494
  }))), _g$r || (_g$r = /*#__PURE__*/React.createElement("g", {
@@ -499,10 +499,10 @@ var SvgBlurOn = function SvgBlurOn(props) {
499
499
  }))));
500
500
  };
501
501
 
502
- var _path$Z, _g$q;
503
- 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); }
502
+ var _path$_, _g$q;
503
+ function _extends$_() { _extends$_ = 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$_.apply(this, arguments); }
504
504
  var SvgCached = function SvgCached(props) {
505
- return /*#__PURE__*/React.createElement("svg", _extends$Z({
505
+ return /*#__PURE__*/React.createElement("svg", _extends$_({
506
506
  xmlns: "http://www.w3.org/2000/svg",
507
507
  width: 24,
508
508
  height: 24,
@@ -517,7 +517,7 @@ var SvgCached = function SvgCached(props) {
517
517
  style: {
518
518
  maskType: "alpha"
519
519
  }
520
- }, _path$Z || (_path$Z = /*#__PURE__*/React.createElement("path", {
520
+ }, _path$_ || (_path$_ = /*#__PURE__*/React.createElement("path", {
521
521
  fill: "#D9D9D9",
522
522
  d: "M0 0h24v24H0z"
523
523
  }))), _g$q || (_g$q = /*#__PURE__*/React.createElement("g", {
@@ -528,10 +528,10 @@ var SvgCached = function SvgCached(props) {
528
528
  }))));
529
529
  };
530
530
 
531
- var _path$Y, _g$p;
532
- 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); }
531
+ var _path$Z, _g$p;
532
+ 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); }
533
533
  var SvgCalendar = function SvgCalendar(props) {
534
- return /*#__PURE__*/React.createElement("svg", _extends$Y({
534
+ return /*#__PURE__*/React.createElement("svg", _extends$Z({
535
535
  xmlns: "http://www.w3.org/2000/svg",
536
536
  width: 24,
537
537
  height: 24,
@@ -547,7 +547,7 @@ var SvgCalendar = function SvgCalendar(props) {
547
547
  style: {
548
548
  maskType: "alpha"
549
549
  }
550
- }, _path$Y || (_path$Y = /*#__PURE__*/React.createElement("path", {
550
+ }, _path$Z || (_path$Z = /*#__PURE__*/React.createElement("path", {
551
551
  fill: "#D9D9D9",
552
552
  d: "M0 0h32v32H0z"
553
553
  }))), _g$p || (_g$p = /*#__PURE__*/React.createElement("g", {
@@ -558,14 +558,14 @@ var SvgCalendar = function SvgCalendar(props) {
558
558
  }))));
559
559
  };
560
560
 
561
- var _path$X, _path2$3;
562
- 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); }
561
+ var _path$Y, _path2$3;
562
+ 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); }
563
563
  var SvgCalendarStar = function SvgCalendarStar(props) {
564
- return /*#__PURE__*/React.createElement("svg", _extends$X({
564
+ return /*#__PURE__*/React.createElement("svg", _extends$Y({
565
565
  xmlns: "http://www.w3.org/2000/svg",
566
566
  fill: "none",
567
567
  viewBox: "0 0 24 24"
568
- }, props), _path$X || (_path$X = /*#__PURE__*/React.createElement("path", {
568
+ }, props), _path$Y || (_path$Y = /*#__PURE__*/React.createElement("path", {
569
569
  fill: "#2C3336",
570
570
  d: "M1.2 9v12.75A2.25 2.25 0 0 0 3.45 24h16.5a2.25 2.25 0 0 0 2.25-2.25V9zm15.194 6.652a.56.56 0 0 1-.166.323l-1.856 1.81.44 2.559a.564.564 0 0 1-.815.59L11.7 19.725l-2.292 1.21a.563.563 0 0 1-.816-.591l.44-2.56-1.855-1.809a.562.562 0 0 1 .309-.96l2.564-.376 1.148-2.325a.562.562 0 0 1 1.008 0l1.149 2.325 2.564.375a.56.56 0 0 1 .474.638M15.45 6h1.5a.75.75 0 0 0 .75-.75V.75a.75.75 0 0 0-.75-.75h-1.5a.75.75 0 0 0-.75.75v4.5a.75.75 0 0 0 .75.75m-9 0h1.5a.75.75 0 0 0 .75-.75V.75A.75.75 0 0 0 7.95 0h-1.5a.75.75 0 0 0-.75.75v4.5a.75.75 0 0 0 .75.75",
571
571
  opacity: 0.4
@@ -575,10 +575,10 @@ var SvgCalendarStar = function SvgCalendarStar(props) {
575
575
  })));
576
576
  };
577
577
 
578
- var _path$W, _g$o;
579
- 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); }
578
+ var _path$X, _g$o;
579
+ 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); }
580
580
  var SvgCheckCircle = function SvgCheckCircle(props) {
581
- return /*#__PURE__*/React.createElement("svg", _extends$W({
581
+ return /*#__PURE__*/React.createElement("svg", _extends$X({
582
582
  xmlns: "http://www.w3.org/2000/svg",
583
583
  fill: "none",
584
584
  viewBox: "0 0 24 24"
@@ -592,7 +592,7 @@ var SvgCheckCircle = function SvgCheckCircle(props) {
592
592
  style: {
593
593
  maskType: "alpha"
594
594
  }
595
- }, _path$W || (_path$W = /*#__PURE__*/React.createElement("path", {
595
+ }, _path$X || (_path$X = /*#__PURE__*/React.createElement("path", {
596
596
  fill: "#D9D9D9",
597
597
  d: "M0 0h24v24H0z"
598
598
  }))), _g$o || (_g$o = /*#__PURE__*/React.createElement("g", {
@@ -603,6 +603,19 @@ var SvgCheckCircle = function SvgCheckCircle(props) {
603
603
  }))));
604
604
  };
605
605
 
606
+ var _path$W;
607
+ 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); }
608
+ var SvgCheckCircleSolid = function SvgCheckCircleSolid(props) {
609
+ return /*#__PURE__*/React.createElement("svg", _extends$W({
610
+ xmlns: "http://www.w3.org/2000/svg",
611
+ fill: "none",
612
+ viewBox: "0 0 24 24"
613
+ }, props), _path$W || (_path$W = /*#__PURE__*/React.createElement("path", {
614
+ fill: "#2C3336",
615
+ d: "M23.938 12c0 6.42-5.205 11.625-11.625 11.625S.688 18.42.688 12 5.892.375 12.313.375C18.733.375 23.938 5.58 23.938 12m-12.97 6.155 8.625-8.625a.75.75 0 0 0 0-1.06l-1.06-1.06a.75.75 0 0 0-1.062 0l-7.033 7.033-3.285-3.284a.75.75 0 0 0-1.06 0l-1.06 1.06a.75.75 0 0 0 0 1.061l4.874 4.875a.75.75 0 0 0 1.06 0"
616
+ })));
617
+ };
618
+
606
619
  var _path$V;
607
620
  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); }
608
621
  var SvgCheckbox = function SvgCheckbox(props) {
@@ -1763,7 +1776,7 @@ var SvgWarning1 = function SvgWarning1(props) {
1763
1776
  };
1764
1777
 
1765
1778
  declare namespace index {
1766
- export { SvgAdd as AddIcon, SvgKeyboardArrowDown as ArrowDownIcon, SvgArrowLeft as ArrowLeftIcon, SvgBarChart as BarChartIcon, SvgBlock as BlockIcon, SvgBlurOn as BlurOnIcon, SvgCached as CachedIcon, SvgCalendar as CalendarIcon, SvgCalendarStar as CalendarStarIcon, SvgCheckCircle as CheckCircleIcon, SvgCheckbox as CheckboxIcon, SvgCheckboxUncheck as CheckboxUncheckIcon, SvgClock as ClockIcon, SvgClose as CloseIcon, SvgCopy as CopyIcon, SvgCustomize as CustomizeIcon, SvgDelete as DeleteIcon, SvgDots as DotsIcon, SvgEdit as EditIcon, SvgElectricBolt as ElectricBoltIcon, SvgEventDetails as EventDetailsIcon, SvgEventRepeat as EventRepeatIcon, SvgExclamation as ExclamationIcon, SvgExternalLink as ExternalLinkIcon, SvgFile as FileIcon, SvgFilterList as FilterListIcon, SvgInfoCircle as InfoCircleIcon, SvgInfo as InfoIcon, SvgInfo1 as InfoSolidIcon, SvgItems as ItemsIcon, SvgList as ListIcon, SvgListTh as ListThIcon, SvgLocation as LocationIcon, SvgLock as LockIcon, SvgMagic as MagicIcon, SvgMail as MailIcon, SvgMaterials as MaterialsIcon, SvgMicOff1 as MicOffIcon, SvgMicOff as MicOffSolidIcon, SvgMic1 as MicOnSolidIcon, SvgMic as MicOnfIcon, SvgPasswordEyeCrossed as PasswordEyeCrossedIcon, SvgPasswordEye as PasswordEyeIcon, SvgPerson as Person, SvgPlay as PlayIcon, SvgPoll as PollIcon, SvgProgress as ProgressIcon, SvgReplayDisabled as ReplayDisabledIcon, SvgRocket as RocketIcon, SvgSearch as SearchIcon, SvgSmile as SmileIcon, SvgStackedEmail as StackedEmailIcon, SvgSync as SyncIcon, SvgTimesCircle as TimesCircleIcon, SvgToday as TodayIcon, SvgTrendingDown as TrendingDownIcon, SvgTrendingUp as TrendingUpIcon, SvgVideocamOff as VideoCamOffIcon, SvgVideocamOff1 as VideoCamOffSolidIcon, SvgVideocam as VideoCamOnIcon, SvgVideocam1 as VideoCamOnSolidIcon, SvgVolumeOff1 as VolumeOffIcon, SvgVolumeOff as VolumeOffSolidIcon, SvgVolumeUp1 as VolumeUpIcon, SvgVolumeUp as VolumeUpSolidIcon, SvgWarning1 as WarningIcon, SvgWarning as WarningSolidIcon };
1779
+ export { SvgAdd as AddIcon, SvgKeyboardArrowDown as ArrowDownIcon, SvgArrowLeft as ArrowLeftIcon, SvgBarChart as BarChartIcon, SvgBlock as BlockIcon, SvgBlurOn as BlurOnIcon, SvgCached as CachedIcon, SvgCalendar as CalendarIcon, SvgCalendarStar as CalendarStarIcon, SvgCheckCircle as CheckCircleIcon, SvgCheckCircleSolid as CheckCircleSolidIcon, SvgCheckbox as CheckboxIcon, SvgCheckboxUncheck as CheckboxUncheckIcon, SvgClock as ClockIcon, SvgClose as CloseIcon, SvgCopy as CopyIcon, SvgCustomize as CustomizeIcon, SvgDelete as DeleteIcon, SvgDots as DotsIcon, SvgEdit as EditIcon, SvgElectricBolt as ElectricBoltIcon, SvgEventDetails as EventDetailsIcon, SvgEventRepeat as EventRepeatIcon, SvgExclamation as ExclamationIcon, SvgExternalLink as ExternalLinkIcon, SvgFile as FileIcon, SvgFilterList as FilterListIcon, SvgInfoCircle as InfoCircleIcon, SvgInfo as InfoIcon, SvgInfo1 as InfoSolidIcon, SvgItems as ItemsIcon, SvgList as ListIcon, SvgListTh as ListThIcon, SvgLocation as LocationIcon, SvgLock as LockIcon, SvgMagic as MagicIcon, SvgMail as MailIcon, SvgMaterials as MaterialsIcon, SvgMicOff1 as MicOffIcon, SvgMicOff as MicOffSolidIcon, SvgMic1 as MicOnSolidIcon, SvgMic as MicOnfIcon, SvgPasswordEyeCrossed as PasswordEyeCrossedIcon, SvgPasswordEye as PasswordEyeIcon, SvgPerson as Person, SvgPlay as PlayIcon, SvgPoll as PollIcon, SvgProgress as ProgressIcon, SvgReplayDisabled as ReplayDisabledIcon, SvgRocket as RocketIcon, SvgSearch as SearchIcon, SvgSmile as SmileIcon, SvgStackedEmail as StackedEmailIcon, SvgSync as SyncIcon, SvgTimesCircle as TimesCircleIcon, SvgToday as TodayIcon, SvgTrendingDown as TrendingDownIcon, SvgTrendingUp as TrendingUpIcon, SvgVideocamOff as VideoCamOffIcon, SvgVideocamOff1 as VideoCamOffSolidIcon, SvgVideocam as VideoCamOnIcon, SvgVideocam1 as VideoCamOnSolidIcon, SvgVolumeOff1 as VolumeOffIcon, SvgVolumeOff as VolumeOffSolidIcon, SvgVolumeUp1 as VolumeUpIcon, SvgVolumeUp as VolumeUpSolidIcon, SvgWarning1 as WarningIcon, SvgWarning as WarningSolidIcon };
1767
1780
  }
1768
1781
 
1769
1782
  export { Alert, Avatar, Badge, Button, Card, Checkbox, Drawer, Dropdown, DropdownItem, FormGroup, InfoBanner, Input, InputHint, Label, Loader, Modal, MultiSelect, Popover, Progress, RadioGroup, Select, SelectItem, SelectItemText, Switch, Tab, TabsContent, TabsList, TabsRoot, Tag, Tooltip, Typography, index as icons };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "demio-ui",
3
- "version": "2.1.63",
3
+ "version": "2.1.64",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",