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.
@@ -4,6 +4,7 @@ type Props = {
4
4
  childClass: string;
5
5
  children: React.ReactNode;
6
6
  content: React.ReactNode;
7
+ isContentChild: boolean;
7
8
  isOpen: boolean;
8
9
  onOpen: (open: boolean) => void;
9
10
  };
@@ -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, };