demio-ui 2.1.89 → 2.1.91
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/README.md +0 -5
- package/dist/cjs/index.css +1 -1
- package/dist/cjs/index.js +3 -3
- package/dist/cjs/types/src/icons/index.d.ts +2 -1
- package/dist/esm/index.css +1 -1
- package/dist/esm/index.js +3 -3
- package/dist/esm/types/src/icons/index.d.ts +2 -1
- package/dist/types.d.ts +237 -221
- package/package.json +1 -1
- package/dist/cjs/types/src/components/Toast/Toast.d.ts +0 -6
- package/dist/cjs/types/src/components/Toast/index.d.ts +0 -1
- package/dist/cjs/types/src/components/Upload/Upload.d.ts +0 -23
- package/dist/cjs/types/src/components/Upload/index.d.ts +0 -1
- package/dist/esm/types/src/components/Toast/Toast.d.ts +0 -6
- package/dist/esm/types/src/components/Toast/index.d.ts +0 -1
- package/dist/esm/types/src/components/Upload/Upload.d.ts +0 -23
- package/dist/esm/types/src/components/Upload/index.d.ts +0 -1
|
@@ -53,6 +53,7 @@ import PollIcon from './poll.svg';
|
|
|
53
53
|
import ProgressIcon from './progress.svg';
|
|
54
54
|
import ReplayDisabledIcon from './replay_disabled.svg';
|
|
55
55
|
import RocketIcon from './rocket.svg';
|
|
56
|
+
import ScreenShareIcon from './screen-sharing.svg';
|
|
56
57
|
import SearchIcon from './search.svg';
|
|
57
58
|
import SmileIcon from './smile.svg';
|
|
58
59
|
import StackedEmailIcon from './stacked_email.svg';
|
|
@@ -71,4 +72,4 @@ import VolumeUpSolidIcon from './volume_up.svg';
|
|
|
71
72
|
import VolumeUpIcon from './volume_up-1.svg';
|
|
72
73
|
import WarningSolidIcon from './warning.svg';
|
|
73
74
|
import WarningIcon from './warning-1.svg';
|
|
74
|
-
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, FileIcon, FilterListIcon, HelpSolidIcon, InfoCircleIcon, InfoCircleSolidIcon, 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, };
|
|
75
|
+
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, FileIcon, FilterListIcon, HelpSolidIcon, InfoCircleIcon, InfoCircleSolidIcon, InfoIcon, InfoSolidIcon, ItemsIcon, ListIcon, ListThIcon, LocationIcon, LockIcon, MagicIcon, MailIcon, MaterialsIcon, MicOffIcon, MicOffSolidIcon, MicOnfIcon, MicOnSolidIcon, PasswordEyeCrossedIcon, PasswordEyeIcon, Person, PlayIcon, PollIcon, ProgressIcon, ReplayDisabledIcon, RocketIcon, ScreenShareIcon, SearchIcon, SmileIcon, StackedEmailIcon, SyncIcon, TimesCircleIcon, TodayIcon, TrendingDownIcon, TrendingUpIcon, VideoCamOffIcon, VideoCamOffSolidIcon, VideoCamOnIcon, VideoCamOnSolidIcon, VolumeOffIcon, VolumeOffSolidIcon, VolumeUpIcon, VolumeUpSolidIcon, WarningIcon, WarningSolidIcon, };
|