demio-ui 2.1.107 → 2.1.108
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 +3 -1
- package/dist/esm/index.js +4 -4
- package/dist/esm/types/src/icons/index.d.ts +3 -1
- package/dist/types.d.ts +212 -191
- package/package.json +1 -1
|
@@ -8,6 +8,7 @@ import BlurOnIcon from './blur_on.svg';
|
|
|
8
8
|
import CachedIcon from './cached.svg';
|
|
9
9
|
import CalendarIcon from './calendar.svg';
|
|
10
10
|
import CalendarStarIcon from './calendar_star.svg';
|
|
11
|
+
import CameraIcon from './camera.svg';
|
|
11
12
|
import ChatIcon from './chat_icon.svg';
|
|
12
13
|
import CheckCircleIcon from './check_circle.svg';
|
|
13
14
|
import CheckCircleSolidIcon from './check-circle-solid.svg';
|
|
@@ -46,6 +47,7 @@ import MicOnfIcon from './mic.svg';
|
|
|
46
47
|
import MicOffSolidIcon from './mic_off.svg';
|
|
47
48
|
import MicOffIcon from './mic_off-1.svg';
|
|
48
49
|
import MicOnSolidIcon from './mic-1.svg';
|
|
50
|
+
import MicBoldIcon from './mic-bold.svg';
|
|
49
51
|
import OutStageIcon from './out-stage.svg';
|
|
50
52
|
import PasswordEyeIcon from './password_eye.svg';
|
|
51
53
|
import PasswordEyeCrossedIcon from './password_eye_crossed.svg';
|
|
@@ -78,4 +80,4 @@ import VolumeUpSolidIcon from './volume_up.svg';
|
|
|
78
80
|
import VolumeUpIcon from './volume_up-1.svg';
|
|
79
81
|
import WarningSolidIcon from './warning.svg';
|
|
80
82
|
import WarningIcon from './warning-1.svg';
|
|
81
|
-
export { AddIcon, ArrowDownIcon, ArrowLeftDoubleIcon, ArrowLeftIcon, ArrowLeftSingleIcon, BarChartIcon, BlockIcon, BlurOnIcon, CachedIcon, CalendarIcon, CalendarStarIcon, ChatIcon, CheckboxIcon, CheckboxUncheckIcon, CheckCircleIcon, CheckCircleSolidIcon, ClockIcon, CloseIcon, CopyIcon, CustomizeIcon, DeleteIcon, DotsIcon, EditIcon, ElectricBoltIcon, EventDetailsIcon, EventRepeatIcon, ExclamationIcon, ExternalLinkIcon, FeatureActionIcon, FileIcon, FilterListIcon, HelpSolidIcon, InfoCircleIcon, InfoCircleSolidIcon, InfoIcon, InfoSolidIcon, ItemsIcon, ListIcon, ListThIcon, LocationIcon, LockIcon, MagicIcon, MailIcon, MaterialsIcon, MicOffIcon, MicOffSolidIcon, MicOnfIcon, MicOnSolidIcon, OutStageIcon, PasswordEyeCrossedIcon, PasswordEyeIcon, PeopleCommunityIcon, Person, PlayIcon, PollIcon, ProgressIcon, ReplayDisabledIcon, RestartIcon, RocketIcon, ScreenShareIcon, ScreenShareWindowIcon, SearchIcon, SmileIcon, SpotlightIcon, StackedEmailIcon, SyncIcon, TimesCircleIcon, TodayIcon, TrendingDownIcon, TrendingUpIcon, VideoCamOffIcon, VideoCamOffSolidIcon, VideoCamOnIcon, VideoCamOnSolidIcon, VolumeOffIcon, VolumeOffSolidIcon, VolumeUpIcon, VolumeUpSolidIcon, WarningIcon, WarningSolidIcon, };
|
|
83
|
+
export { AddIcon, ArrowDownIcon, ArrowLeftDoubleIcon, ArrowLeftIcon, ArrowLeftSingleIcon, BarChartIcon, BlockIcon, BlurOnIcon, CachedIcon, CalendarIcon, CalendarStarIcon, CameraIcon, ChatIcon, CheckboxIcon, CheckboxUncheckIcon, CheckCircleIcon, CheckCircleSolidIcon, ClockIcon, CloseIcon, CopyIcon, CustomizeIcon, DeleteIcon, DotsIcon, EditIcon, ElectricBoltIcon, EventDetailsIcon, EventRepeatIcon, ExclamationIcon, ExternalLinkIcon, FeatureActionIcon, FileIcon, FilterListIcon, HelpSolidIcon, InfoCircleIcon, InfoCircleSolidIcon, InfoIcon, InfoSolidIcon, ItemsIcon, ListIcon, ListThIcon, LocationIcon, LockIcon, MagicIcon, MailIcon, MaterialsIcon, MicBoldIcon, MicOffIcon, MicOffSolidIcon, MicOnfIcon, MicOnSolidIcon, OutStageIcon, PasswordEyeCrossedIcon, PasswordEyeIcon, PeopleCommunityIcon, Person, PlayIcon, PollIcon, ProgressIcon, ReplayDisabledIcon, RestartIcon, RocketIcon, ScreenShareIcon, ScreenShareWindowIcon, SearchIcon, SmileIcon, SpotlightIcon, StackedEmailIcon, SyncIcon, TimesCircleIcon, TodayIcon, TrendingDownIcon, TrendingUpIcon, VideoCamOffIcon, VideoCamOffSolidIcon, VideoCamOnIcon, VideoCamOnSolidIcon, VolumeOffIcon, VolumeOffSolidIcon, VolumeUpIcon, VolumeUpSolidIcon, WarningIcon, WarningSolidIcon, };
|