demio-ui 2.1.1 → 2.1.2
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 +3 -7
- package/dist/cjs/index.js +3 -3
- package/dist/cjs/types/src/icons/index.d.ts +2 -1
- package/dist/esm/index.js +3 -3
- package/dist/esm/types/src/icons/index.d.ts +2 -1
- package/dist/types.d.ts +96 -83
- package/package.json +4 -2
|
@@ -19,6 +19,7 @@ import EventDetailsIcon from './event_details.svg';
|
|
|
19
19
|
import EventRepeatIcon from './event_repeat.svg';
|
|
20
20
|
import ExclamationIcon from './exclamation.svg';
|
|
21
21
|
import ExternalLinkIcon from './external_link.svg';
|
|
22
|
+
import FileIcon from './file.svg';
|
|
22
23
|
import InfoIcon from './info.svg';
|
|
23
24
|
import InfoSolidIcon from './info-1.svg';
|
|
24
25
|
import ItemsIcon from './items.svg';
|
|
@@ -51,4 +52,4 @@ import VolumeUpIcon from './volume_up-1.svg';
|
|
|
51
52
|
import VolumeUpSolidIcon from './volume_up.svg';
|
|
52
53
|
import WarningIcon from './warning-1.svg';
|
|
53
54
|
import WarningSolidIcon from './warning.svg';
|
|
54
|
-
export { AddIcon, ArrowDownIcon, ArrowLeftIcon, BlockIcon, BlurOnIcon, CachedIcon, CalendarIcon, CalendarStarIcon, ExternalLinkIcon, CheckboxIcon, CheckboxUncheckIcon, CheckCircleIcon, ClockIcon, CloseIcon, CustomizeIcon, DeleteIcon, DotsIcon, ElectricBoltIcon, EventDetailsIcon, EventRepeatIcon, ExclamationIcon, InfoIcon, InfoSolidIcon, ItemsIcon, ListIcon, ListThIcon, LockIcon, MagicIcon, MaterialsIcon, MicOffIcon, MicOffSolidIcon, MicOnfIcon, MicOnSolidIcon, PasswordEyeIcon, PasswordEyeCrossedIcon, PlayIcon, PollIcon, ProgressIcon, ReplayDisabledIcon, SearchIcon, SmileIcon, StackedEmailIcon, TodayIcon, VideoCamOffIcon, VideoCamOffSolidIcon, VideoCamOnIcon, VideoCamOnSolidIcon, VolumeOffIcon, VolumeOffSolidIcon, VolumeUpIcon, VolumeUpSolidIcon, WarningIcon, WarningSolidIcon, };
|
|
55
|
+
export { AddIcon, ArrowDownIcon, ArrowLeftIcon, BlockIcon, BlurOnIcon, CachedIcon, CalendarIcon, CalendarStarIcon, ExternalLinkIcon, FileIcon, CheckboxIcon, CheckboxUncheckIcon, CheckCircleIcon, ClockIcon, CloseIcon, CustomizeIcon, DeleteIcon, DotsIcon, ElectricBoltIcon, EventDetailsIcon, EventRepeatIcon, ExclamationIcon, InfoIcon, InfoSolidIcon, ItemsIcon, ListIcon, ListThIcon, LockIcon, MagicIcon, MaterialsIcon, MicOffIcon, MicOffSolidIcon, MicOnfIcon, MicOnSolidIcon, PasswordEyeIcon, PasswordEyeCrossedIcon, PlayIcon, PollIcon, ProgressIcon, ReplayDisabledIcon, SearchIcon, SmileIcon, StackedEmailIcon, TodayIcon, VideoCamOffIcon, VideoCamOffSolidIcon, VideoCamOnIcon, VideoCamOnSolidIcon, VolumeOffIcon, VolumeOffSolidIcon, VolumeUpIcon, VolumeUpSolidIcon, WarningIcon, WarningSolidIcon, };
|