demio-ui 2.5.111 → 2.6.0
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 +4 -4
- package/dist/cjs/types/src/icons/index.d.ts +1 -3
- package/dist/esm/index.js +4 -4
- package/dist/esm/types/src/icons/index.d.ts +1 -3
- package/dist/types.d.ts +252 -269
- package/package.json +1 -1
|
@@ -12,7 +12,6 @@ import CalendarIcon from './calendar.svg';
|
|
|
12
12
|
import CalendarStarIcon from './calendar_star.svg';
|
|
13
13
|
import CameraIcon from './camera.svg';
|
|
14
14
|
import CameraOutlinedIcon from './camera_outlined.svg';
|
|
15
|
-
import CameraOutlinedOffIcon from './camera_outlined_off.svg';
|
|
16
15
|
import ChatIcon from './chat_icon.svg';
|
|
17
16
|
import ChatDisabledIcon from './chat-disabled.svg';
|
|
18
17
|
import CheckIcon from './check.svg';
|
|
@@ -59,7 +58,6 @@ import MicOnfIcon from './mic.svg';
|
|
|
59
58
|
import MicOffSolidIcon from './mic_off.svg';
|
|
60
59
|
import MicOffIcon from './mic_off-1.svg';
|
|
61
60
|
import MicOutlinedIcon from './mic_outlined.svg';
|
|
62
|
-
import MicOutlinedOffIcon from './mic_outlined_off.svg';
|
|
63
61
|
import MicOnSolidIcon from './mic-1.svg';
|
|
64
62
|
import MicBoldIcon from './mic-bold.svg';
|
|
65
63
|
import MobileDeviceIcon from './mobile-device.svg';
|
|
@@ -104,4 +102,4 @@ import VolumeUpSolidIcon from './volume_up.svg';
|
|
|
104
102
|
import VolumeUpIcon from './volume_up-1.svg';
|
|
105
103
|
import WarningSolidIcon from './warning.svg';
|
|
106
104
|
import WarningIcon from './warning-1.svg';
|
|
107
|
-
export { AddIcon, ArrowDownIcon, ArrowFromLeftIcon, ArrowLeftDoubleIcon, ArrowLeftIcon, ArrowLeftSingleIcon, AtIcon, BarChartIcon, BlockIcon, BlurOnIcon, CachedIcon, CalendarIcon, CalendarStarIcon, CameraIcon, CameraOutlinedIcon,
|
|
105
|
+
export { AddIcon, ArrowDownIcon, ArrowFromLeftIcon, ArrowLeftDoubleIcon, ArrowLeftIcon, ArrowLeftSingleIcon, AtIcon, BarChartIcon, BlockIcon, BlurOnIcon, CachedIcon, CalendarIcon, CalendarStarIcon, CameraIcon, CameraOutlinedIcon, ChatDisabledIcon, ChatIcon, CheckboxIcon, CheckboxUncheckIcon, CheckCircleIcon, CheckCircleSolidIcon, CheckIcon, ClockIcon, CloseIcon, CompressIcon, CopyIcon, CustomizeIcon, DeleteIcon, DotsIcon, DownloadIcon, EditIcon, ElectricBoltIcon, EventDetailsIcon, EventRepeatIcon, ExclamationIcon, ExpandIcon, ExternalLinkIcon, FeatureActionIcon, FileIcon, FilterListIcon, FlipCameraIcon, GearIcon, HelpIcon, HelpSolidIcon, InfoCircleIcon, InfoCircleSolidIcon, InfoIcon, InfoSolidIcon, ItemsIcon, ListIcon, ListThIcon, LocationIcon, LockIcon, MagicIcon, MailIcon, MaterialsIcon, MicBoldIcon, MicOffIcon, MicOffSolidIcon, MicOnfIcon, MicOnSolidIcon, MicOutlinedIcon, MobileDeviceIcon, OutStageIcon, PasswordEyeCrossedIcon, PasswordEyeIcon, PeopleCommunityIcon, PeopleIcon, Person, PersonDeleteIcon, Person as PersonIcon, PlayIcon, PlusIcon, PollIcon, PresentationIcon, ProgressIcon, ReplayDisabledIcon, RestartIcon, RocketIcon, ScreenPersonIcon, ScreenShareIcon, ScreenShareWindowIcon, SearchIcon, SideBarIcon, SmileIcon, SpotlightIcon, StackedEmailIcon, StageIcon, SyncIcon, TimesCircleIcon, TodayIcon, TrashIcon, TrendingDownIcon, TrendingUpIcon, UndoIcon, VideoCamOffIcon, VideoCamOffSolidIcon, VideoCamOnIcon, VideoCamOnSolidIcon, VolumeOffIcon, VolumeOffSolidIcon, VolumeUpIcon, VolumeUpSolidIcon, WarningIcon, WarningSolidIcon, };
|