demio-ui 4.0.3 → 4.0.6
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 +122 -44
- package/dist/bundle-analysis.html +4949 -0
- package/dist/cjs/index.css +1 -1
- package/dist/cjs/index.js +1 -7
- package/dist/cjs/types/src/icons/index.d.ts +10 -1
- package/dist/esm/index.css +1 -1
- package/dist/esm/index.js +1 -7
- package/dist/esm/types/src/icons/index.d.ts +10 -1
- package/dist/types.d.ts +1051 -854
- package/package.json +23 -38
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import AddIcon from './add.svg';
|
|
2
|
+
import ArrowFromLeftIcon from './arrow-from-left.svg';
|
|
2
3
|
import ArrowLeftIcon from './arrow-left.svg';
|
|
3
4
|
import ArrowLeftDoubleIcon from './arrow-left-double.svg';
|
|
4
5
|
import ArrowLeftSingleIcon from './arrow-left-single.svg';
|
|
@@ -8,6 +9,7 @@ import BlockIcon from './block.svg';
|
|
|
8
9
|
import BlurOnIcon from './blur_on.svg';
|
|
9
10
|
import CachedIcon from './cached.svg';
|
|
10
11
|
import CalendarIcon from './calendar.svg';
|
|
12
|
+
import CalendarStarIcon from './calendar_star.svg';
|
|
11
13
|
import CameraIcon from './camera.svg';
|
|
12
14
|
import CameraOutlinedIcon from './camera_outlined.svg';
|
|
13
15
|
import ChatIcon from './chat_icon.svg';
|
|
@@ -16,6 +18,7 @@ import CheckIcon from './check.svg';
|
|
|
16
18
|
import CheckCircleIcon from './check_circle.svg';
|
|
17
19
|
import CheckCircleSolidIcon from './check-circle-solid.svg';
|
|
18
20
|
import CheckboxIcon from './checkbox.svg';
|
|
21
|
+
import CheckboxUncheckIcon from './checkbox_uncheck.svg';
|
|
19
22
|
import ClockIcon from './clock.svg';
|
|
20
23
|
import CloseIcon from './close.svg';
|
|
21
24
|
import CompressIcon from './compress.svg';
|
|
@@ -45,11 +48,13 @@ import InfoCircleSolidIcon from './info-circle-solid.svg';
|
|
|
45
48
|
import ItemsIcon from './items.svg';
|
|
46
49
|
import ArrowDownIcon from './keyboard_arrow_down.svg';
|
|
47
50
|
import ListIcon from './list.svg';
|
|
51
|
+
import ListThIcon from './list_th.svg';
|
|
48
52
|
import LocationIcon from './location.svg';
|
|
49
53
|
import LockIcon from './lock.svg';
|
|
50
54
|
import MagicIcon from './magic.svg';
|
|
51
55
|
import MailIcon from './mail.svg';
|
|
52
56
|
import MaterialsIcon from './materials.svg';
|
|
57
|
+
import MicOnfIcon from './mic.svg';
|
|
53
58
|
import MicOffSolidIcon from './mic_off.svg';
|
|
54
59
|
import MicOffIcon from './mic_off-1.svg';
|
|
55
60
|
import MicOutlinedIcon from './mic_outlined.svg';
|
|
@@ -88,9 +93,13 @@ import TrendingDownIcon from './trending_down.svg';
|
|
|
88
93
|
import TrendingUpIcon from './trending_up.svg';
|
|
89
94
|
import UndoIcon from './undo.svg';
|
|
90
95
|
import VideoCamOnIcon from './videocam.svg';
|
|
96
|
+
import VideoCamOffIcon from './videocam_off.svg';
|
|
97
|
+
import VideoCamOffSolidIcon from './videocam_off-1.svg';
|
|
91
98
|
import VideoCamOnSolidIcon from './videocam-1.svg';
|
|
99
|
+
import VolumeOffSolidIcon from './volume_off.svg';
|
|
92
100
|
import VolumeOffIcon from './volume_off-1.svg';
|
|
93
101
|
import VolumeUpSolidIcon from './volume_up.svg';
|
|
102
|
+
import VolumeUpIcon from './volume_up-1.svg';
|
|
94
103
|
import WarningSolidIcon from './warning.svg';
|
|
95
104
|
import WarningIcon from './warning-1.svg';
|
|
96
|
-
export { AddIcon, ArrowDownIcon, ArrowLeftDoubleIcon, ArrowLeftIcon, ArrowLeftSingleIcon, AtIcon, BarChartIcon, BlockIcon, BlurOnIcon, CachedIcon, CalendarIcon, CameraIcon, CameraOutlinedIcon, ChatDisabledIcon, ChatIcon, CheckboxIcon, 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, LocationIcon, LockIcon, MagicIcon, MailIcon, MaterialsIcon, MicBoldIcon, MicOffIcon, MicOffSolidIcon, 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, VideoCamOnIcon, VideoCamOnSolidIcon, VolumeOffIcon, VolumeUpSolidIcon, WarningIcon, WarningSolidIcon, };
|
|
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, };
|