demio-ui 2.1.108 → 2.1.110
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 +6 -1
- package/dist/esm/index.js +5 -5
- package/dist/esm/types/src/icons/index.d.ts +6 -1
- package/dist/types.d.ts +266 -210
- package/package.json +1 -1
|
@@ -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';
|
|
@@ -16,6 +17,7 @@ import CheckboxIcon from './checkbox.svg';
|
|
|
16
17
|
import CheckboxUncheckIcon from './checkbox_uncheck.svg';
|
|
17
18
|
import ClockIcon from './clock.svg';
|
|
18
19
|
import CloseIcon from './close.svg';
|
|
20
|
+
import CompressIcon from './compress.svg';
|
|
19
21
|
import CopyIcon from './copy.svg';
|
|
20
22
|
import CustomizeIcon from './customize.svg';
|
|
21
23
|
import DeleteIcon from './delete.svg';
|
|
@@ -25,10 +27,12 @@ import ElectricBoltIcon from './electric_bolt.svg';
|
|
|
25
27
|
import EventDetailsIcon from './event_details.svg';
|
|
26
28
|
import EventRepeatIcon from './event_repeat.svg';
|
|
27
29
|
import ExclamationIcon from './exclamation.svg';
|
|
30
|
+
import ExpandIcon from './expand.svg';
|
|
28
31
|
import ExternalLinkIcon from './external_link.svg';
|
|
29
32
|
import FeatureActionIcon from './feature_action.svg';
|
|
30
33
|
import FileIcon from './file.svg';
|
|
31
34
|
import FilterListIcon from './filter_list.svg';
|
|
35
|
+
import GearIcon from './gear.svg';
|
|
32
36
|
import HelpSolidIcon from './help-solid.svg';
|
|
33
37
|
import InfoIcon from './info.svg';
|
|
34
38
|
import InfoSolidIcon from './info-1.svg';
|
|
@@ -51,6 +55,7 @@ import MicBoldIcon from './mic-bold.svg';
|
|
|
51
55
|
import OutStageIcon from './out-stage.svg';
|
|
52
56
|
import PasswordEyeIcon from './password_eye.svg';
|
|
53
57
|
import PasswordEyeCrossedIcon from './password_eye_crossed.svg';
|
|
58
|
+
import PeopleIcon from './people.svg';
|
|
54
59
|
import PeopleCommunityIcon from './people-community.svg';
|
|
55
60
|
import Person from './person.svg';
|
|
56
61
|
import PlayIcon from './play.svg';
|
|
@@ -80,4 +85,4 @@ import VolumeUpSolidIcon from './volume_up.svg';
|
|
|
80
85
|
import VolumeUpIcon from './volume_up-1.svg';
|
|
81
86
|
import WarningSolidIcon from './warning.svg';
|
|
82
87
|
import WarningIcon from './warning-1.svg';
|
|
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, };
|
|
88
|
+
export { AddIcon, ArrowDownIcon, ArrowFromLeftIcon, ArrowLeftDoubleIcon, ArrowLeftIcon, ArrowLeftSingleIcon, BarChartIcon, BlockIcon, BlurOnIcon, CachedIcon, CalendarIcon, CalendarStarIcon, CameraIcon, ChatIcon, CheckboxIcon, CheckboxUncheckIcon, CheckCircleIcon, CheckCircleSolidIcon, ClockIcon, CloseIcon, CompressIcon, CopyIcon, CustomizeIcon, DeleteIcon, DotsIcon, EditIcon, ElectricBoltIcon, EventDetailsIcon, EventRepeatIcon, ExclamationIcon, ExpandIcon, ExternalLinkIcon, FeatureActionIcon, FileIcon, FilterListIcon, GearIcon, HelpSolidIcon, InfoCircleIcon, InfoCircleSolidIcon, InfoIcon, InfoSolidIcon, ItemsIcon, ListIcon, ListThIcon, LocationIcon, LockIcon, MagicIcon, MailIcon, MaterialsIcon, MicBoldIcon, MicOffIcon, MicOffSolidIcon, MicOnfIcon, MicOnSolidIcon, OutStageIcon, PasswordEyeCrossedIcon, PasswordEyeIcon, PeopleCommunityIcon, PeopleIcon, 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, };
|