suada-components 1.0.4 → 1.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/dist/components/AudioPlayer/AudioPlayer.stories.d.ts +1 -1
- package/dist/components/Badge/Badge.stories.d.ts +1 -1
- package/dist/components/BreadCrumb/BreadCrumb.stories.d.ts +1 -1
- package/dist/components/BreadCrumb/Breadcrumb.js +42 -7
- package/dist/components/BreadCrumb/Breadcrumb.js.map +1 -1
- package/dist/components/Checkbox/Checkbox.js +1 -1
- package/dist/components/Checkbox/Checkbox.js.map +1 -1
- package/dist/components/Checkbox/Checkbox.stories.d.ts +2 -2
- package/dist/components/ColorPicker/ColorPicker.stories.d.ts +1 -1
- package/dist/components/ColumnNavigation/ColumnNavigation.stories.d.ts +1 -1
- package/dist/components/CourseCard/CourseCard.styles.d.ts +1 -2
- package/dist/components/CourseCard/CourseCard.styles.js +0 -13
- package/dist/components/CourseCard/CourseCard.styles.js.map +1 -1
- package/dist/components/DatePicker/DatePicker.stories.d.ts +1 -1
- package/dist/components/DrawerTips/DrawerTips.stories.d.ts +1 -1
- package/dist/components/DropDown/DropDown.interface.d.ts +1 -0
- package/dist/components/DropDown/DropDown.js +1 -1
- package/dist/components/DropDown/DropDown.js.map +1 -1
- package/dist/components/ExpansionMenu/ExpansionItem.js +1 -1
- package/dist/components/ExpansionMenu/ExpansionItem.js.map +1 -1
- package/dist/components/ExpansionMenu/ExpansionNavMenu.js +1 -1
- package/dist/components/ExpansionMenu/ExpansionNavMenu.js.map +1 -1
- package/dist/components/ExpansionMenu/NavigationBar.js +27 -2
- package/dist/components/ExpansionMenu/NavigationBar.js.map +1 -1
- package/dist/components/ExpansionMenu/NavigationBar.stories.d.ts +1 -1
- package/dist/components/ExpansionMenu/routerConfig.js.map +1 -1
- package/dist/components/Input/styled-components.d.ts +3 -1
- package/dist/components/Input/styled-components.js +6 -1
- package/dist/components/Input/styled-components.js.map +1 -1
- package/dist/components/Loader/Loader.js +3 -3
- package/dist/components/Loader/Loader.js.map +1 -1
- package/dist/components/Loader/styled-components.d.ts +0 -1
- package/dist/components/Loader/styled-components.js +0 -13
- package/dist/components/Loader/styled-components.js.map +1 -1
- package/dist/components/PhoneCountyCode/PhoneCountyCode.stories.d.ts +1 -1
- package/dist/components/RadioButton/RadioButton.stories.d.ts +1 -1
- package/dist/components/RangeSlider/RangeSlider.d.ts +1 -2
- package/dist/components/RangeSlider/RangeSlider.js +3 -5
- package/dist/components/RangeSlider/RangeSlider.js.map +1 -1
- package/dist/components/RangeSlider/RangeSlider.stories.d.ts +1 -1
- package/dist/components/RangeSlider/RangeSlider.stories.js +1 -1
- package/dist/components/RangeSlider/RangeSlider.stories.js.map +1 -1
- package/dist/components/RangeSlider/RangeSlider.styles.d.ts +1 -4
- package/dist/components/RangeSlider/RangeSlider.styles.js +1 -10
- package/dist/components/RangeSlider/RangeSlider.styles.js.map +1 -1
- package/dist/components/RangeSlider/index.d.ts +1 -1
- package/dist/components/RangeSlider/index.js +1 -1
- package/dist/components/RangeSlider/index.js.map +1 -1
- package/dist/components/SplashScreen/SplashScreen.stories.d.ts +1 -1
- package/dist/components/StatusIndicator/StatusIndicator.stories.d.ts +2 -2
- package/dist/components/Switcher/CustomSwitcher.js +3 -3
- package/dist/components/Switcher/CustomSwitcher.js.map +1 -1
- package/dist/components/Switcher/CustomSwitcher.stories.js +1 -0
- package/dist/components/Switcher/CustomSwitcher.stories.js.map +1 -1
- package/dist/components/Tabs/Tabs.stories.d.ts +1 -1
- package/dist/components/Tile/Tile.stories.d.ts +1 -1
- package/dist/components/Tooltip/CustomTooltip.stories.d.ts +1 -1
- package/dist/components/Tooltip/TooltipHeight.stories.d.ts +1 -1
- package/dist/components/VideoPlayer/Player.js +2 -2
- package/dist/components/VideoPlayer/Player.js.map +1 -1
- package/dist/components/VideoPlayer/VideoPlayer.stories.d.ts +25 -3
- package/dist/components/VideoPlayer/VideoPlayer.stories.js +15 -2
- package/dist/components/VideoPlayer/VideoPlayer.stories.js.map +1 -1
- package/dist/{types → components}/components/CourseCard/CourseCard.styles.d.ts +1 -2
- package/dist/{types → components}/components/DropDown/DropDown.interface.d.ts +1 -0
- package/dist/{types → components}/components/Input/styled-components.d.ts +3 -1
- package/dist/{types → components}/components/Loader/styled-components.d.ts +0 -1
- package/dist/components/components/RangeSlider/RangeSlider.d.ts +3 -0
- package/dist/components/components/RangeSlider/RangeSlider.styles.d.ts +1 -0
- package/dist/components/components/RangeSlider/index.d.ts +1 -0
- package/dist/components/components/index.d.ts +30 -0
- package/dist/components/icons/Activity.d.ts +3 -0
- package/dist/components/icons/AddAlt.d.ts +3 -0
- package/dist/components/icons/AddCircleIcon.d.ts +3 -0
- package/dist/components/icons/AddIcon.d.ts +3 -0
- package/dist/components/icons/AddStudent.d.ts +3 -0
- package/dist/components/icons/Analytics.d.ts +3 -0
- package/dist/components/icons/AnalyticsIcon.d.ts +3 -0
- package/dist/components/icons/ArchiveIcon.d.ts +3 -0
- package/dist/components/icons/ArrowDropDownIcon.d.ts +3 -0
- package/dist/components/icons/ArrowDropUpIcon.d.ts +3 -0
- package/dist/components/icons/AssignTutor.d.ts +3 -0
- package/dist/components/icons/BackspaceRoundedIcon.d.ts +3 -0
- package/dist/components/icons/BackupIcon.d.ts +3 -0
- package/dist/components/icons/Book.d.ts +3 -0
- package/dist/components/icons/BookWithBookmark.d.ts +3 -0
- package/dist/components/icons/BusinessIcon.d.ts +3 -0
- package/dist/components/icons/CancelIcon.d.ts +3 -0
- package/dist/components/icons/CaretDown.d.ts +3 -0
- package/dist/components/icons/Check.d.ts +3 -0
- package/dist/components/icons/CheckBoxIcon.d.ts +3 -0
- package/dist/components/icons/CheckBoxOutlineBlankIcon.d.ts +3 -0
- package/dist/components/icons/CheckCircleIcon.d.ts +3 -0
- package/dist/components/icons/CheckCircleOutlineOutlinedIcon.d.ts +3 -0
- package/dist/components/icons/CheckCircleOutlineRoundedIcon.d.ts +3 -0
- package/dist/components/icons/Checked.d.ts +3 -0
- package/dist/components/icons/Checkmark.d.ts +3 -0
- package/dist/components/icons/CheckmarkOutline.d.ts +3 -0
- package/dist/components/icons/CheckmarkOutlineAction.d.ts +3 -0
- package/dist/components/icons/ChevronRightIcon.d.ts +3 -0
- package/dist/components/icons/Circle.d.ts +3 -0
- package/dist/components/icons/CircleNotificationsIcon.d.ts +3 -0
- package/dist/components/icons/Close.d.ts +3 -0
- package/dist/components/icons/CloseIcon.d.ts +3 -0
- package/dist/components/icons/CloseOutline.d.ts +3 -0
- package/dist/components/icons/CloseOutlineAction.d.ts +3 -0
- package/dist/components/icons/ClosedCaptionIcon.d.ts +3 -0
- package/dist/components/icons/CloudDownloadIcon.d.ts +3 -0
- package/dist/components/icons/Coach.d.ts +3 -0
- package/dist/components/icons/Company.d.ts +3 -0
- package/dist/components/icons/ContactSupportOutlinedIcon.d.ts +3 -0
- package/dist/components/icons/DarkAddAlt.d.ts +3 -0
- package/dist/components/icons/DarkAiAssistent.d.ts +3 -0
- package/dist/components/icons/DarkCloseOutline.d.ts +3 -0
- package/dist/components/icons/DarkTrashCan.d.ts +3 -0
- package/dist/components/icons/DashboardIcon.d.ts +3 -0
- package/dist/components/icons/DefaultAvatar.d.ts +3 -0
- package/dist/components/icons/Delete.d.ts +3 -0
- package/dist/components/icons/DeleteForeverRoundedIcon.d.ts +3 -0
- package/dist/components/icons/DeleteIcon.d.ts +3 -0
- package/dist/components/icons/DeleteIconRounded.d.ts +3 -0
- package/dist/components/icons/DocumentAttachment.d.ts +3 -0
- package/dist/components/icons/Download.d.ts +3 -0
- package/dist/components/icons/DownloadIcon.d.ts +3 -0
- package/dist/components/icons/DragIndicatorIcon.d.ts +3 -0
- package/dist/components/icons/Edit.d.ts +3 -0
- package/dist/components/icons/EditIcon.d.ts +3 -0
- package/dist/components/icons/EditRounded.d.ts +3 -0
- package/dist/components/icons/EditUsers.d.ts +3 -0
- package/dist/components/icons/Education.d.ts +3 -0
- package/dist/components/icons/EducationDefault.d.ts +3 -0
- package/dist/components/icons/EmailIcon.d.ts +3 -0
- package/dist/components/icons/ErrorOutlineIcon.d.ts +3 -0
- package/dist/components/icons/ErrorOutlineRoundedIcon.d.ts +3 -0
- package/dist/components/icons/EventIcon.d.ts +3 -0
- package/dist/components/icons/ExpandMoreIcon.d.ts +3 -0
- package/dist/components/icons/FeaturedPlayListIcon.d.ts +3 -0
- package/dist/components/icons/FiberManualRecordIcon.d.ts +3 -0
- package/dist/components/icons/FileCopyIcon.d.ts +3 -0
- package/dist/components/icons/FileUploadOutlinedIcon.d.ts +3 -0
- package/dist/components/icons/Filter.d.ts +3 -0
- package/dist/components/icons/GetAppIcon.d.ts +3 -0
- package/dist/components/icons/GrayDownloadIcon.d.ts +3 -0
- package/dist/components/icons/GrayPlayButton.d.ts +3 -0
- package/dist/components/icons/GrayPlayIcon.d.ts +3 -0
- package/dist/components/icons/GridView.d.ts +3 -0
- package/dist/components/icons/Group.d.ts +3 -0
- package/dist/components/icons/GroupDefault.d.ts +3 -0
- package/dist/components/icons/GroupOutlined.d.ts +3 -0
- package/dist/components/icons/GroupsOutlined.d.ts +3 -0
- package/dist/components/icons/HeadsetIcon.d.ts +3 -0
- package/dist/components/icons/Help.d.ts +3 -0
- package/dist/components/icons/HelpIcon.d.ts +3 -0
- package/dist/components/icons/HighlightOffRoundedIcon.d.ts +3 -0
- package/dist/components/icons/HorizontalView.d.ts +3 -0
- package/dist/components/icons/HourglassEmptyIcon.d.ts +3 -0
- package/dist/components/icons/ImageIcon.d.ts +3 -0
- package/dist/components/icons/Information.d.ts +3 -0
- package/dist/components/icons/InsertDriveFileIcon.d.ts +3 -0
- package/dist/components/icons/KeyboardBackspaceIcon.d.ts +3 -0
- package/dist/{types → components}/icons/Learning.d.ts +1 -1
- package/dist/components/icons/Library.d.ts +3 -0
- package/dist/components/icons/LocationCityIcon.d.ts +3 -0
- package/dist/components/icons/LocationOnIcon.d.ts +3 -0
- package/dist/components/icons/LockIcon.d.ts +3 -0
- package/dist/components/icons/Locked.d.ts +3 -0
- package/dist/components/icons/Logout.d.ts +3 -0
- package/dist/components/icons/MarkunreadMailboxIcon.d.ts +3 -0
- package/dist/components/icons/MoreHorizIcon.d.ts +3 -0
- package/dist/components/icons/MoreVertRoundedIcon.d.ts +3 -0
- package/dist/components/icons/MyProfile.d.ts +3 -0
- package/dist/components/icons/NewFilter.d.ts +3 -0
- package/dist/components/icons/Notification.d.ts +3 -0
- package/dist/components/icons/NotificationsOutlined.d.ts +3 -0
- package/dist/components/icons/OndemandVideoIcon.d.ts +3 -0
- package/dist/components/icons/PermMediaIcon.d.ts +3 -0
- package/dist/components/icons/Person.d.ts +3 -0
- package/dist/components/icons/PhoneIphoneIcon.d.ts +3 -0
- package/dist/components/icons/PlayButton.d.ts +3 -0
- package/dist/components/icons/PlayCircleOutlineIcon.d.ts +3 -0
- package/dist/components/icons/PlayIcon.d.ts +3 -0
- package/dist/components/icons/PlaylistAddIcon.d.ts +3 -0
- package/dist/components/icons/PlaylistPlayIcon.d.ts +3 -0
- package/dist/components/icons/PresentationScreen.d.ts +3 -0
- package/dist/components/icons/Profile.d.ts +3 -0
- package/dist/components/icons/PublicIcon.d.ts +3 -0
- package/dist/components/icons/PublishIcon.d.ts +3 -0
- package/dist/components/icons/RecordVoiceOverOutlined.d.ts +3 -0
- package/dist/components/icons/RedDeleteIcon.d.ts +3 -0
- package/dist/components/icons/RemoveAlt.d.ts +3 -0
- package/dist/components/icons/RemoveAltDisable.d.ts +3 -0
- package/dist/components/icons/RemoveCircleIcon.d.ts +3 -0
- package/dist/components/icons/RemoveFilter.d.ts +3 -0
- package/dist/components/icons/ReportProblemIcon.d.ts +3 -0
- package/dist/components/icons/Reset.d.ts +3 -0
- package/dist/components/icons/SchoolIcon.d.ts +3 -0
- package/dist/components/icons/SchoolOutlinedIcon.d.ts +3 -0
- package/dist/components/icons/Search.d.ts +3 -0
- package/dist/components/icons/SearchRounded.d.ts +3 -0
- package/dist/components/icons/Send.d.ts +3 -0
- package/dist/components/icons/SendAlt.d.ts +3 -0
- package/dist/components/icons/SettingsApplicationsIcon.d.ts +3 -0
- package/dist/components/icons/SettingsOutlinedIcon.d.ts +3 -0
- package/dist/components/icons/StarsRoundedIcon.d.ts +3 -0
- package/dist/components/icons/SwitchCompany.d.ts +3 -0
- package/dist/components/icons/Timeline.d.ts +3 -0
- package/dist/components/icons/TrashCan.d.ts +3 -0
- package/dist/components/icons/TrashCanAction.d.ts +3 -0
- package/dist/components/icons/TrashCanRed.d.ts +3 -0
- package/dist/components/icons/TrendingUpOutlinedIcon.d.ts +3 -0
- package/dist/components/icons/UnfillPlay.d.ts +3 -0
- package/dist/components/icons/Unlock.d.ts +3 -0
- package/dist/components/icons/Unlocked.d.ts +3 -0
- package/dist/components/icons/UserActivity.d.ts +3 -0
- package/dist/components/icons/UserSpeaker.d.ts +3 -0
- package/dist/components/icons/UsersIcon.d.ts +3 -0
- package/dist/components/icons/VideoCallIcon.d.ts +3 -0
- package/dist/components/icons/ViewCompactIcon.d.ts +3 -0
- package/dist/components/icons/ViewListIcon.d.ts +3 -0
- package/dist/components/icons/Visibility.d.ts +3 -0
- package/dist/components/icons/VisibilityOff.d.ts +3 -0
- package/dist/components/icons/VolumeUpIcon.d.ts +3 -0
- package/dist/components/icons/WhiteAiAssistent.d.ts +3 -0
- package/dist/components/icons/WorkOutlineOutlinedIcon.d.ts +3 -0
- package/dist/components/icons/ZoomInIcon.d.ts +3 -0
- package/dist/components/index.d.ts +30 -0
- package/dist/components/index.esm.js +122501 -0
- package/dist/components/index.js +31 -0
- package/dist/components/index.js.map +1 -0
- package/dist/components/package.json +7 -0
- package/dist/icons/Activity.d.ts +1 -1
- package/dist/icons/Activity.js +5 -3
- package/dist/icons/Activity.js.map +1 -1
- package/dist/icons/AddAlt.d.ts +1 -1
- package/dist/icons/AddAlt.js +5 -3
- package/dist/icons/AddAlt.js.map +1 -1
- package/dist/icons/AddCircleIcon.d.ts +1 -1
- package/dist/icons/AddCircleIcon.js +5 -3
- package/dist/icons/AddCircleIcon.js.map +1 -1
- package/dist/icons/AddIcon.d.ts +1 -1
- package/dist/icons/AddIcon.js +5 -3
- package/dist/icons/AddIcon.js.map +1 -1
- package/dist/icons/AddStudent.d.ts +1 -1
- package/dist/icons/AddStudent.js +5 -3
- package/dist/icons/AddStudent.js.map +1 -1
- package/dist/icons/Analytics.d.ts +1 -1
- package/dist/icons/Analytics.js +5 -3
- package/dist/icons/Analytics.js.map +1 -1
- package/dist/icons/AnalyticsIcon.d.ts +1 -1
- package/dist/icons/AnalyticsIcon.js +5 -3
- package/dist/icons/AnalyticsIcon.js.map +1 -1
- package/dist/icons/App.d.ts +3 -0
- package/dist/icons/ArchiveIcon.d.ts +1 -1
- package/dist/icons/ArchiveIcon.js +5 -3
- package/dist/icons/ArchiveIcon.js.map +1 -1
- package/dist/icons/ArrowDropDownIcon.d.ts +1 -1
- package/dist/icons/ArrowDropDownIcon.js +5 -3
- package/dist/icons/ArrowDropDownIcon.js.map +1 -1
- package/dist/icons/ArrowDropUpIcon.d.ts +1 -1
- package/dist/icons/ArrowDropUpIcon.js +5 -3
- package/dist/icons/ArrowDropUpIcon.js.map +1 -1
- package/dist/icons/AssignTutor.d.ts +1 -1
- package/dist/icons/AssignTutor.js +5 -3
- package/dist/icons/AssignTutor.js.map +1 -1
- package/dist/icons/BackspaceRoundedIcon.d.ts +1 -1
- package/dist/icons/BackspaceRoundedIcon.js +5 -3
- package/dist/icons/BackspaceRoundedIcon.js.map +1 -1
- package/dist/icons/BackupIcon.d.ts +1 -1
- package/dist/icons/BackupIcon.js +5 -3
- package/dist/icons/BackupIcon.js.map +1 -1
- package/dist/icons/Book.d.ts +1 -1
- package/dist/icons/Book.js +5 -3
- package/dist/icons/Book.js.map +1 -1
- package/dist/icons/BookWithBookmark.d.ts +1 -1
- package/dist/icons/BookWithBookmark.js +5 -3
- package/dist/icons/BookWithBookmark.js.map +1 -1
- package/dist/icons/BusinessIcon.d.ts +1 -1
- package/dist/icons/BusinessIcon.js +5 -3
- package/dist/icons/BusinessIcon.js.map +1 -1
- package/dist/icons/CancelIcon.d.ts +1 -1
- package/dist/icons/CancelIcon.js +5 -3
- package/dist/icons/CancelIcon.js.map +1 -1
- package/dist/icons/CaretDown.d.ts +1 -1
- package/dist/icons/CaretDown.js +5 -3
- package/dist/icons/CaretDown.js.map +1 -1
- package/dist/icons/Check.d.ts +1 -1
- package/dist/icons/Check.js +5 -3
- package/dist/icons/Check.js.map +1 -1
- package/dist/icons/CheckBoxIcon.d.ts +1 -1
- package/dist/icons/CheckBoxIcon.js +5 -3
- package/dist/icons/CheckBoxIcon.js.map +1 -1
- package/dist/icons/CheckBoxOutlineBlankIcon.d.ts +1 -1
- package/dist/icons/CheckBoxOutlineBlankIcon.js +5 -3
- package/dist/icons/CheckBoxOutlineBlankIcon.js.map +1 -1
- package/dist/icons/CheckCircleIcon.d.ts +1 -1
- package/dist/icons/CheckCircleIcon.js +5 -3
- package/dist/icons/CheckCircleIcon.js.map +1 -1
- package/dist/icons/CheckCircleOutlineOutlinedIcon.d.ts +1 -1
- package/dist/icons/CheckCircleOutlineOutlinedIcon.js +5 -3
- package/dist/icons/CheckCircleOutlineOutlinedIcon.js.map +1 -1
- package/dist/icons/CheckCircleOutlineRoundedIcon.d.ts +1 -1
- package/dist/icons/CheckCircleOutlineRoundedIcon.js +5 -3
- package/dist/icons/CheckCircleOutlineRoundedIcon.js.map +1 -1
- package/dist/icons/Checked.d.ts +1 -1
- package/dist/icons/Checked.js +5 -3
- package/dist/icons/Checked.js.map +1 -1
- package/dist/icons/Checkmark.d.ts +1 -1
- package/dist/icons/Checkmark.js +5 -3
- package/dist/icons/Checkmark.js.map +1 -1
- package/dist/icons/CheckmarkOutline.d.ts +1 -1
- package/dist/icons/CheckmarkOutline.js +5 -3
- package/dist/icons/CheckmarkOutline.js.map +1 -1
- package/dist/icons/CheckmarkOutlineAction.d.ts +1 -1
- package/dist/icons/CheckmarkOutlineAction.js +5 -3
- package/dist/icons/CheckmarkOutlineAction.js.map +1 -1
- package/dist/icons/ChevronRightIcon.d.ts +1 -1
- package/dist/icons/ChevronRightIcon.js +5 -3
- package/dist/icons/ChevronRightIcon.js.map +1 -1
- package/dist/icons/Circle.d.ts +1 -1
- package/dist/icons/Circle.js +5 -3
- package/dist/icons/Circle.js.map +1 -1
- package/dist/icons/CircleNotificationsIcon.d.ts +1 -1
- package/dist/icons/CircleNotificationsIcon.js +5 -3
- package/dist/icons/CircleNotificationsIcon.js.map +1 -1
- package/dist/icons/Close.d.ts +1 -1
- package/dist/icons/Close.js +5 -3
- package/dist/icons/Close.js.map +1 -1
- package/dist/icons/CloseIcon.d.ts +1 -1
- package/dist/icons/CloseIcon.js +5 -3
- package/dist/icons/CloseIcon.js.map +1 -1
- package/dist/icons/CloseOutline.d.ts +1 -1
- package/dist/icons/CloseOutline.js +5 -3
- package/dist/icons/CloseOutline.js.map +1 -1
- package/dist/icons/CloseOutlineAction.d.ts +1 -1
- package/dist/icons/CloseOutlineAction.js +5 -3
- package/dist/icons/CloseOutlineAction.js.map +1 -1
- package/dist/icons/ClosedCaptionIcon.d.ts +1 -1
- package/dist/icons/ClosedCaptionIcon.js +5 -3
- package/dist/icons/ClosedCaptionIcon.js.map +1 -1
- package/dist/icons/CloudDownloadIcon.d.ts +1 -1
- package/dist/icons/CloudDownloadIcon.js +5 -3
- package/dist/icons/CloudDownloadIcon.js.map +1 -1
- package/dist/icons/Coach.d.ts +1 -1
- package/dist/icons/Coach.js +5 -3
- package/dist/icons/Coach.js.map +1 -1
- package/dist/icons/Company.d.ts +1 -1
- package/dist/icons/Company.js +5 -3
- package/dist/icons/Company.js.map +1 -1
- package/dist/icons/ContactSupportOutlinedIcon.d.ts +1 -1
- package/dist/icons/ContactSupportOutlinedIcon.js +5 -3
- package/dist/icons/ContactSupportOutlinedIcon.js.map +1 -1
- package/dist/icons/DarkAddAlt.d.ts +1 -1
- package/dist/icons/DarkAddAlt.js +5 -3
- package/dist/icons/DarkAddAlt.js.map +1 -1
- package/dist/icons/DarkAiAssistent.d.ts +1 -1
- package/dist/icons/DarkAiAssistent.js +5 -3
- package/dist/icons/DarkAiAssistent.js.map +1 -1
- package/dist/icons/DarkCloseOutline.d.ts +1 -1
- package/dist/icons/DarkCloseOutline.js +5 -3
- package/dist/icons/DarkCloseOutline.js.map +1 -1
- package/dist/icons/DarkTrashCan.d.ts +1 -1
- package/dist/icons/DarkTrashCan.js +5 -3
- package/dist/icons/DarkTrashCan.js.map +1 -1
- package/dist/icons/DashboardIcon.d.ts +1 -1
- package/dist/icons/DashboardIcon.js +5 -3
- package/dist/icons/DashboardIcon.js.map +1 -1
- package/dist/icons/DefaultAvatar.d.ts +1 -1
- package/dist/icons/DefaultAvatar.js +5 -3
- package/dist/icons/DefaultAvatar.js.map +1 -1
- package/dist/icons/Delete.d.ts +1 -1
- package/dist/icons/Delete.js +5 -3
- package/dist/icons/Delete.js.map +1 -1
- package/dist/icons/DeleteForeverRoundedIcon.d.ts +1 -1
- package/dist/icons/DeleteForeverRoundedIcon.js +5 -3
- package/dist/icons/DeleteForeverRoundedIcon.js.map +1 -1
- package/dist/icons/DeleteIcon.d.ts +1 -1
- package/dist/icons/DeleteIcon.js +5 -3
- package/dist/icons/DeleteIcon.js.map +1 -1
- package/dist/icons/DeleteIconRounded.d.ts +1 -1
- package/dist/icons/DeleteIconRounded.js +5 -3
- package/dist/icons/DeleteIconRounded.js.map +1 -1
- package/dist/icons/DocumentAttachment.d.ts +1 -1
- package/dist/icons/DocumentAttachment.js +5 -3
- package/dist/icons/DocumentAttachment.js.map +1 -1
- package/dist/icons/Download.d.ts +1 -1
- package/dist/icons/Download.js +5 -3
- package/dist/icons/Download.js.map +1 -1
- package/dist/icons/DownloadIcon.d.ts +1 -1
- package/dist/icons/DownloadIcon.js +5 -3
- package/dist/icons/DownloadIcon.js.map +1 -1
- package/dist/icons/DragIndicatorIcon.d.ts +1 -1
- package/dist/icons/DragIndicatorIcon.js +5 -3
- package/dist/icons/DragIndicatorIcon.js.map +1 -1
- package/dist/icons/Edit.d.ts +1 -1
- package/dist/icons/Edit.js +5 -3
- package/dist/icons/Edit.js.map +1 -1
- package/dist/icons/EditIcon.d.ts +1 -1
- package/dist/icons/EditIcon.js +5 -3
- package/dist/icons/EditIcon.js.map +1 -1
- package/dist/icons/EditRounded.d.ts +1 -1
- package/dist/icons/EditRounded.js +5 -3
- package/dist/icons/EditRounded.js.map +1 -1
- package/dist/icons/EditUsers.d.ts +1 -1
- package/dist/icons/EditUsers.js +5 -3
- package/dist/icons/EditUsers.js.map +1 -1
- package/dist/icons/Education.d.ts +1 -1
- package/dist/icons/Education.js +5 -3
- package/dist/icons/Education.js.map +1 -1
- package/dist/icons/EducationDefault.d.ts +1 -1
- package/dist/icons/EducationDefault.js +5 -3
- package/dist/icons/EducationDefault.js.map +1 -1
- package/dist/icons/EmailIcon.d.ts +1 -1
- package/dist/icons/EmailIcon.js +5 -3
- package/dist/icons/EmailIcon.js.map +1 -1
- package/dist/icons/ErrorOutlineIcon.d.ts +1 -1
- package/dist/icons/ErrorOutlineIcon.js +5 -3
- package/dist/icons/ErrorOutlineIcon.js.map +1 -1
- package/dist/icons/ErrorOutlineRoundedIcon.d.ts +1 -1
- package/dist/icons/ErrorOutlineRoundedIcon.js +5 -3
- package/dist/icons/ErrorOutlineRoundedIcon.js.map +1 -1
- package/dist/icons/EventIcon.d.ts +1 -1
- package/dist/icons/EventIcon.js +5 -3
- package/dist/icons/EventIcon.js.map +1 -1
- package/dist/icons/ExpandMoreIcon.d.ts +1 -1
- package/dist/icons/ExpandMoreIcon.js +5 -3
- package/dist/icons/ExpandMoreIcon.js.map +1 -1
- package/dist/icons/FeaturedPlayListIcon.d.ts +1 -1
- package/dist/icons/FeaturedPlayListIcon.js +5 -3
- package/dist/icons/FeaturedPlayListIcon.js.map +1 -1
- package/dist/icons/FiberManualRecordIcon.d.ts +1 -1
- package/dist/icons/FiberManualRecordIcon.js +5 -3
- package/dist/icons/FiberManualRecordIcon.js.map +1 -1
- package/dist/icons/FileCopyIcon.d.ts +1 -1
- package/dist/icons/FileCopyIcon.js +5 -3
- package/dist/icons/FileCopyIcon.js.map +1 -1
- package/dist/icons/FileUploadOutlinedIcon.d.ts +1 -1
- package/dist/icons/FileUploadOutlinedIcon.js +5 -3
- package/dist/icons/FileUploadOutlinedIcon.js.map +1 -1
- package/dist/icons/Filter.d.ts +1 -1
- package/dist/icons/Filter.js +5 -3
- package/dist/icons/Filter.js.map +1 -1
- package/dist/icons/GetAppIcon.d.ts +1 -1
- package/dist/icons/GetAppIcon.js +5 -3
- package/dist/icons/GetAppIcon.js.map +1 -1
- package/dist/icons/GrayDownloadIcon.d.ts +1 -1
- package/dist/icons/GrayDownloadIcon.js +5 -3
- package/dist/icons/GrayDownloadIcon.js.map +1 -1
- package/dist/icons/GrayPlayButton.d.ts +1 -1
- package/dist/icons/GrayPlayButton.js +5 -3
- package/dist/icons/GrayPlayButton.js.map +1 -1
- package/dist/icons/GrayPlayIcon.d.ts +1 -1
- package/dist/icons/GrayPlayIcon.js +5 -3
- package/dist/icons/GrayPlayIcon.js.map +1 -1
- package/dist/icons/GridView.d.ts +1 -1
- package/dist/icons/GridView.js +5 -3
- package/dist/icons/GridView.js.map +1 -1
- package/dist/icons/Group.d.ts +1 -1
- package/dist/icons/Group.js +5 -3
- package/dist/icons/Group.js.map +1 -1
- package/dist/icons/GroupDefault.d.ts +1 -1
- package/dist/icons/GroupDefault.js +5 -3
- package/dist/icons/GroupDefault.js.map +1 -1
- package/dist/icons/GroupOutlined.d.ts +1 -1
- package/dist/icons/GroupOutlined.js +5 -3
- package/dist/icons/GroupOutlined.js.map +1 -1
- package/dist/icons/GroupsOutlined.d.ts +1 -1
- package/dist/icons/GroupsOutlined.js +5 -3
- package/dist/icons/GroupsOutlined.js.map +1 -1
- package/dist/icons/HeadsetIcon.d.ts +1 -1
- package/dist/icons/HeadsetIcon.js +5 -3
- package/dist/icons/HeadsetIcon.js.map +1 -1
- package/dist/icons/Help.d.ts +1 -1
- package/dist/icons/Help.js +5 -3
- package/dist/icons/Help.js.map +1 -1
- package/dist/icons/HelpIcon.d.ts +1 -1
- package/dist/icons/HelpIcon.js +5 -3
- package/dist/icons/HelpIcon.js.map +1 -1
- package/dist/icons/HighlightOffRoundedIcon.d.ts +1 -1
- package/dist/icons/HighlightOffRoundedIcon.js +5 -3
- package/dist/icons/HighlightOffRoundedIcon.js.map +1 -1
- package/dist/icons/HorizontalView.d.ts +1 -1
- package/dist/icons/HorizontalView.js +5 -3
- package/dist/icons/HorizontalView.js.map +1 -1
- package/dist/icons/HourglassEmptyIcon.d.ts +1 -1
- package/dist/icons/HourglassEmptyIcon.js +5 -3
- package/dist/icons/HourglassEmptyIcon.js.map +1 -1
- package/dist/icons/ImageIcon.d.ts +1 -1
- package/dist/icons/ImageIcon.js +5 -3
- package/dist/icons/ImageIcon.js.map +1 -1
- package/dist/icons/Information.d.ts +1 -1
- package/dist/icons/Information.js +5 -3
- package/dist/icons/Information.js.map +1 -1
- package/dist/icons/InsertDriveFileIcon.d.ts +1 -1
- package/dist/icons/InsertDriveFileIcon.js +5 -3
- package/dist/icons/InsertDriveFileIcon.js.map +1 -1
- package/dist/icons/KeyboardBackspaceIcon.d.ts +1 -1
- package/dist/icons/KeyboardBackspaceIcon.js +5 -3
- package/dist/icons/KeyboardBackspaceIcon.js.map +1 -1
- package/dist/icons/Learning.d.ts +1 -1
- package/dist/icons/Learning.js +5 -3
- package/dist/icons/Learning.js.map +1 -1
- package/dist/icons/Library.d.ts +1 -1
- package/dist/icons/Library.js +5 -3
- package/dist/icons/Library.js.map +1 -1
- package/dist/icons/LocationCityIcon.d.ts +1 -1
- package/dist/icons/LocationCityIcon.js +5 -3
- package/dist/icons/LocationCityIcon.js.map +1 -1
- package/dist/icons/LocationOnIcon.d.ts +1 -1
- package/dist/icons/LocationOnIcon.js +5 -3
- package/dist/icons/LocationOnIcon.js.map +1 -1
- package/dist/icons/LockIcon.d.ts +1 -1
- package/dist/icons/LockIcon.js +5 -3
- package/dist/icons/LockIcon.js.map +1 -1
- package/dist/icons/Locked.d.ts +1 -1
- package/dist/icons/Locked.js +5 -3
- package/dist/icons/Locked.js.map +1 -1
- package/dist/icons/Logout.d.ts +1 -1
- package/dist/icons/Logout.js +5 -3
- package/dist/icons/Logout.js.map +1 -1
- package/dist/icons/MarkunreadMailboxIcon.d.ts +1 -1
- package/dist/icons/MarkunreadMailboxIcon.js +5 -3
- package/dist/icons/MarkunreadMailboxIcon.js.map +1 -1
- package/dist/icons/MoreHorizIcon.d.ts +1 -1
- package/dist/icons/MoreHorizIcon.js +5 -3
- package/dist/icons/MoreHorizIcon.js.map +1 -1
- package/dist/icons/MoreVertRoundedIcon.d.ts +1 -1
- package/dist/icons/MoreVertRoundedIcon.js +5 -3
- package/dist/icons/MoreVertRoundedIcon.js.map +1 -1
- package/dist/icons/MyProfile.d.ts +1 -1
- package/dist/icons/MyProfile.js +5 -3
- package/dist/icons/MyProfile.js.map +1 -1
- package/dist/icons/NewFilter.d.ts +1 -1
- package/dist/icons/NewFilter.js +5 -3
- package/dist/icons/NewFilter.js.map +1 -1
- package/dist/icons/Notification.d.ts +1 -1
- package/dist/icons/Notification.js +5 -3
- package/dist/icons/Notification.js.map +1 -1
- package/dist/icons/NotificationsOutlined.d.ts +1 -1
- package/dist/icons/NotificationsOutlined.js +5 -3
- package/dist/icons/NotificationsOutlined.js.map +1 -1
- package/dist/icons/OndemandVideoIcon.d.ts +1 -1
- package/dist/icons/OndemandVideoIcon.js +5 -3
- package/dist/icons/OndemandVideoIcon.js.map +1 -1
- package/dist/icons/PermMediaIcon.d.ts +1 -1
- package/dist/icons/PermMediaIcon.js +5 -3
- package/dist/icons/PermMediaIcon.js.map +1 -1
- package/dist/icons/Person.d.ts +1 -1
- package/dist/icons/Person.js +5 -3
- package/dist/icons/Person.js.map +1 -1
- package/dist/icons/PhoneIphoneIcon.d.ts +1 -1
- package/dist/icons/PhoneIphoneIcon.js +5 -3
- package/dist/icons/PhoneIphoneIcon.js.map +1 -1
- package/dist/icons/PlayButton.d.ts +1 -1
- package/dist/icons/PlayButton.js +5 -3
- package/dist/icons/PlayButton.js.map +1 -1
- package/dist/icons/PlayCircleOutlineIcon.d.ts +1 -1
- package/dist/icons/PlayCircleOutlineIcon.js +5 -3
- package/dist/icons/PlayCircleOutlineIcon.js.map +1 -1
- package/dist/icons/PlayIcon.d.ts +1 -1
- package/dist/icons/PlayIcon.js +5 -3
- package/dist/icons/PlayIcon.js.map +1 -1
- package/dist/icons/PlaylistAddIcon.d.ts +1 -1
- package/dist/icons/PlaylistAddIcon.js +5 -3
- package/dist/icons/PlaylistAddIcon.js.map +1 -1
- package/dist/icons/PlaylistPlayIcon.d.ts +1 -1
- package/dist/icons/PlaylistPlayIcon.js +5 -3
- package/dist/icons/PlaylistPlayIcon.js.map +1 -1
- package/dist/icons/PresentationScreen.d.ts +1 -1
- package/dist/icons/PresentationScreen.js +5 -3
- package/dist/icons/PresentationScreen.js.map +1 -1
- package/dist/icons/Profile.d.ts +1 -1
- package/dist/icons/Profile.js +5 -3
- package/dist/icons/Profile.js.map +1 -1
- package/dist/icons/PublicIcon.d.ts +1 -1
- package/dist/icons/PublicIcon.js +5 -3
- package/dist/icons/PublicIcon.js.map +1 -1
- package/dist/icons/PublishIcon.d.ts +1 -1
- package/dist/icons/PublishIcon.js +5 -3
- package/dist/icons/PublishIcon.js.map +1 -1
- package/dist/icons/RecordVoiceOverOutlined.d.ts +1 -1
- package/dist/icons/RecordVoiceOverOutlined.js +5 -3
- package/dist/icons/RecordVoiceOverOutlined.js.map +1 -1
- package/dist/icons/RedDeleteIcon.d.ts +1 -1
- package/dist/icons/RedDeleteIcon.js +5 -3
- package/dist/icons/RedDeleteIcon.js.map +1 -1
- package/dist/icons/RemoveAlt.d.ts +1 -1
- package/dist/icons/RemoveAlt.js +5 -3
- package/dist/icons/RemoveAlt.js.map +1 -1
- package/dist/icons/RemoveAltDisable.d.ts +1 -1
- package/dist/icons/RemoveAltDisable.js +5 -3
- package/dist/icons/RemoveAltDisable.js.map +1 -1
- package/dist/icons/RemoveCircleIcon.d.ts +1 -1
- package/dist/icons/RemoveCircleIcon.js +5 -3
- package/dist/icons/RemoveCircleIcon.js.map +1 -1
- package/dist/icons/RemoveFilter.d.ts +1 -1
- package/dist/icons/RemoveFilter.js +5 -3
- package/dist/icons/RemoveFilter.js.map +1 -1
- package/dist/icons/ReportProblemIcon.d.ts +1 -1
- package/dist/icons/ReportProblemIcon.js +5 -3
- package/dist/icons/ReportProblemIcon.js.map +1 -1
- package/dist/icons/Reset.d.ts +1 -1
- package/dist/icons/Reset.js +5 -3
- package/dist/icons/Reset.js.map +1 -1
- package/dist/icons/SchoolIcon.d.ts +1 -1
- package/dist/icons/SchoolIcon.js +5 -3
- package/dist/icons/SchoolIcon.js.map +1 -1
- package/dist/icons/SchoolOutlinedIcon.d.ts +1 -1
- package/dist/icons/SchoolOutlinedIcon.js +5 -3
- package/dist/icons/SchoolOutlinedIcon.js.map +1 -1
- package/dist/icons/Search.d.ts +1 -1
- package/dist/icons/Search.js +5 -3
- package/dist/icons/Search.js.map +1 -1
- package/dist/icons/SearchRounded.d.ts +1 -1
- package/dist/icons/SearchRounded.js +5 -3
- package/dist/icons/SearchRounded.js.map +1 -1
- package/dist/icons/Send.d.ts +1 -1
- package/dist/icons/Send.js +5 -3
- package/dist/icons/Send.js.map +1 -1
- package/dist/icons/SendAlt.d.ts +1 -1
- package/dist/icons/SendAlt.js +5 -3
- package/dist/icons/SendAlt.js.map +1 -1
- package/dist/icons/SettingsApplicationsIcon.d.ts +1 -1
- package/dist/icons/SettingsApplicationsIcon.js +5 -3
- package/dist/icons/SettingsApplicationsIcon.js.map +1 -1
- package/dist/icons/SettingsOutlinedIcon.d.ts +1 -1
- package/dist/icons/SettingsOutlinedIcon.js +5 -3
- package/dist/icons/SettingsOutlinedIcon.js.map +1 -1
- package/dist/icons/StarsRoundedIcon.d.ts +1 -1
- package/dist/icons/StarsRoundedIcon.js +5 -3
- package/dist/icons/StarsRoundedIcon.js.map +1 -1
- package/dist/icons/SwitchCompany.d.ts +1 -1
- package/dist/icons/SwitchCompany.js +5 -3
- package/dist/icons/SwitchCompany.js.map +1 -1
- package/dist/icons/Timeline.d.ts +1 -1
- package/dist/icons/Timeline.js +5 -3
- package/dist/icons/Timeline.js.map +1 -1
- package/dist/icons/TrashCan.d.ts +1 -1
- package/dist/icons/TrashCan.js +5 -3
- package/dist/icons/TrashCan.js.map +1 -1
- package/dist/icons/TrashCanAction.d.ts +1 -1
- package/dist/icons/TrashCanAction.js +5 -3
- package/dist/icons/TrashCanAction.js.map +1 -1
- package/dist/icons/TrashCanRed.d.ts +1 -1
- package/dist/icons/TrashCanRed.js +5 -3
- package/dist/icons/TrashCanRed.js.map +1 -1
- package/dist/icons/TrendingUpOutlinedIcon.d.ts +1 -1
- package/dist/icons/TrendingUpOutlinedIcon.js +5 -3
- package/dist/icons/TrendingUpOutlinedIcon.js.map +1 -1
- package/dist/icons/UnfillPlay.d.ts +1 -1
- package/dist/icons/UnfillPlay.js +5 -3
- package/dist/icons/UnfillPlay.js.map +1 -1
- package/dist/icons/Unlock.d.ts +1 -1
- package/dist/icons/Unlock.js +5 -3
- package/dist/icons/Unlock.js.map +1 -1
- package/dist/icons/Unlocked.d.ts +1 -1
- package/dist/icons/Unlocked.js +5 -3
- package/dist/icons/Unlocked.js.map +1 -1
- package/dist/icons/UserActivity.d.ts +1 -1
- package/dist/icons/UserActivity.js +5 -3
- package/dist/icons/UserActivity.js.map +1 -1
- package/dist/icons/UserSpeaker.d.ts +1 -1
- package/dist/icons/UserSpeaker.js +5 -3
- package/dist/icons/UserSpeaker.js.map +1 -1
- package/dist/icons/UsersIcon.d.ts +1 -1
- package/dist/icons/UsersIcon.js +5 -3
- package/dist/icons/UsersIcon.js.map +1 -1
- package/dist/icons/VideoCallIcon.d.ts +1 -1
- package/dist/icons/VideoCallIcon.js +5 -3
- package/dist/icons/VideoCallIcon.js.map +1 -1
- package/dist/icons/ViewCompactIcon.d.ts +1 -1
- package/dist/icons/ViewCompactIcon.js +5 -3
- package/dist/icons/ViewCompactIcon.js.map +1 -1
- package/dist/icons/ViewListIcon.d.ts +1 -1
- package/dist/icons/ViewListIcon.js +5 -3
- package/dist/icons/ViewListIcon.js.map +1 -1
- package/dist/icons/Visibility.d.ts +1 -1
- package/dist/icons/Visibility.js +5 -3
- package/dist/icons/Visibility.js.map +1 -1
- package/dist/icons/VisibilityOff.d.ts +1 -1
- package/dist/icons/VisibilityOff.js +5 -3
- package/dist/icons/VisibilityOff.js.map +1 -1
- package/dist/icons/VolumeUpIcon.d.ts +1 -1
- package/dist/icons/VolumeUpIcon.js +5 -3
- package/dist/icons/VolumeUpIcon.js.map +1 -1
- package/dist/icons/WhiteAiAssistent.d.ts +1 -1
- package/dist/icons/WhiteAiAssistent.js +5 -3
- package/dist/icons/WhiteAiAssistent.js.map +1 -1
- package/dist/icons/WorkOutlineOutlinedIcon.d.ts +1 -1
- package/dist/icons/WorkOutlineOutlinedIcon.js +5 -3
- package/dist/icons/WorkOutlineOutlinedIcon.js.map +1 -1
- package/dist/icons/ZoomInIcon.d.ts +1 -1
- package/dist/icons/ZoomInIcon.js +5 -3
- package/dist/icons/ZoomInIcon.js.map +1 -1
- package/dist/icons/components/AudioPlayer/AudioPlayer.d.ts +5 -0
- package/dist/icons/components/AudioPlayer/index.d.ts +1 -0
- package/dist/icons/components/Badge/Badge.d.ts +5 -0
- package/dist/icons/components/Badge/index.d.ts +1 -0
- package/dist/icons/components/Badge/styled-components.d.ts +3 -0
- package/dist/icons/components/BreadCrumb/Breadcrumb.d.ts +3 -0
- package/dist/icons/components/BreadCrumb/index.d.ts +1 -0
- package/dist/icons/components/BreadCrumb/styled-components.d.ts +5 -0
- package/dist/icons/components/BreadCrumb/types.d.ts +15 -0
- package/dist/icons/components/Button/Button.d.ts +3 -0
- package/dist/icons/components/Button/Button.interface.d.ts +40 -0
- package/dist/icons/components/Button/Button.styles.d.ts +2 -0
- package/dist/icons/components/Button/index.d.ts +1 -0
- package/dist/icons/components/Checkbox/Checkbox.d.ts +3 -0
- package/dist/icons/components/Checkbox/checkboxV2.interface.d.ts +8 -0
- package/dist/icons/components/Checkbox/index.d.ts +1 -0
- package/dist/icons/components/Checkbox/styled-components.d.ts +1 -0
- package/dist/icons/components/ColorPicker/ColorPicker.d.ts +3 -0
- package/dist/icons/components/ColorPicker/colorPicker.interface.d.ts +4 -0
- package/dist/icons/components/ColorPicker/colors.d.ts +2 -0
- package/dist/icons/components/ColorPicker/index.d.ts +1 -0
- package/dist/icons/components/ColorPicker/styled.components.d.ts +8 -0
- package/dist/icons/components/ColumnNavigation/ColumnNavigation.d.ts +3 -0
- package/dist/icons/components/ColumnNavigation/columnNavigation.interface.d.ts +8 -0
- package/dist/icons/components/ColumnNavigation/index.d.ts +1 -0
- package/dist/icons/components/ColumnNavigation/styled-components.d.ts +4 -0
- package/dist/icons/components/CourseCard/CourseCard.d.ts +3 -0
- package/dist/icons/components/CourseCard/CourseCard.interface.d.ts +334 -0
- package/dist/icons/components/CourseCard/CourseCard.styles.d.ts +55 -0
- package/dist/icons/components/CourseCard/CourseCardActionsConfig.d.ts +2 -0
- package/dist/icons/components/CourseCard/index.d.ts +1 -0
- package/dist/icons/components/DatePicker/DatePicker.d.ts +3 -0
- package/dist/icons/components/DatePicker/datePicker.interface.d.ts +11 -0
- package/dist/icons/components/DatePicker/index.d.ts +1 -0
- package/dist/icons/components/DatePicker/styled-components.d.ts +7 -0
- package/dist/icons/components/DrawerTips/DrawerTips.d.ts +3 -0
- package/dist/icons/components/DrawerTips/drawerTips.interface.d.ts +8 -0
- package/dist/icons/components/DrawerTips/index.d.ts +1 -0
- package/dist/icons/components/DrawerTips/styled-component.d.ts +9 -0
- package/dist/icons/components/DropDown/DropDown.d.ts +3 -0
- package/dist/icons/components/DropDown/DropDown.interface.d.ts +60 -0
- package/dist/icons/components/DropDown/DropDown.styles.d.ts +9 -0
- package/dist/icons/components/DropDown/index.d.ts +1 -0
- package/dist/icons/components/ExpansionMenu/ExpansionItem.d.ts +4 -0
- package/dist/icons/components/ExpansionMenu/ExpansionItem.interface.d.ts +35 -0
- package/dist/icons/components/ExpansionMenu/ExpansionNavMenu.d.ts +4 -0
- package/dist/icons/components/ExpansionMenu/NavigationBar.d.ts +3 -0
- package/dist/icons/components/ExpansionMenu/index.d.ts +1 -0
- package/dist/icons/components/ExpansionMenu/routerConfig.d.ts +3 -0
- package/dist/icons/components/ExpansionMenu/styled-components.d.ts +12 -0
- package/dist/icons/components/FileUploader/Uploader.d.ts +3 -0
- package/dist/icons/components/FileUploader/UploaderButton.d.ts +3 -0
- package/dist/icons/components/FileUploader/index.d.ts +1 -0
- package/dist/icons/components/FileUploader/styled-components.d.ts +37 -0
- package/dist/icons/components/FileUploader/uploader.interface.d.ts +64 -0
- package/dist/icons/components/GridActionMenu/GridActionMenu.d.ts +3 -0
- package/dist/icons/components/GridActionMenu/GridActionMenu.styles.d.ts +8 -0
- package/dist/icons/components/GridActionMenu/gridActionMenu.interface.d.ts +19 -0
- package/dist/icons/components/GridActionMenu/index.d.ts +1 -0
- package/dist/icons/components/Input/Input.d.ts +5 -0
- package/dist/icons/components/Input/Input.interface.d.ts +40 -0
- package/dist/icons/components/Input/index.d.ts +1 -0
- package/dist/icons/components/Input/styled-components.d.ts +15 -0
- package/dist/icons/components/Loader/Loader.d.ts +3 -0
- package/dist/icons/components/Loader/index.d.ts +1 -0
- package/dist/icons/components/Loader/loader.interface.d.ts +5 -0
- package/dist/icons/components/Loader/styled-components.d.ts +2 -0
- package/dist/icons/components/Pagination/Pagination.d.ts +3 -0
- package/dist/icons/components/Pagination/TablePagination.d.ts +11 -0
- package/dist/icons/components/Pagination/index.d.ts +1 -0
- package/dist/icons/components/Pagination/pagination.interface.d.ts +9 -0
- package/dist/icons/components/Pagination/styled-components.d.ts +1 -0
- package/dist/icons/components/PhoneCountyCode/PhoneCountyCode.d.ts +3 -0
- package/dist/icons/components/PhoneCountyCode/countryCode.d.ts +6 -0
- package/dist/icons/components/PhoneCountyCode/index.d.ts +1 -0
- package/dist/icons/components/PhoneCountyCode/phoneCountryCode.interface.d.ts +17 -0
- package/dist/icons/components/PhoneCountyCode/styled-components.d.ts +10 -0
- package/dist/icons/components/PresentationIcon/Presentation.d.ts +3 -0
- package/dist/icons/components/PresentationIcon/styled-components.d.ts +1 -0
- package/dist/icons/components/ProfileDropdown/ProfileDropdown.d.ts +7 -0
- package/dist/icons/components/ProfileDropdown/index.d.ts +1 -0
- package/dist/icons/components/ProfileDropdown/styled-components.d.ts +5 -0
- package/dist/icons/components/ProfilePicture/ProfilePicture.d.ts +4 -0
- package/dist/icons/components/ProfilePicture/ProfilePicture.styles.d.ts +2 -0
- package/dist/icons/components/ProfilePicture/profilePicture.interface.d.ts +6 -0
- package/dist/icons/components/Providers/ThemeProvider/ThemeProvider.d.ts +11 -0
- package/dist/icons/components/Providers/ThemeProvider/index.d.ts +1 -0
- package/dist/icons/components/Providers/TranslationProvider/TranslationProvider.d.ts +10 -0
- package/dist/icons/components/Providers/TranslationProvider/index.d.ts +1 -0
- package/dist/icons/components/RadioButton/RadioButton.d.ts +3 -0
- package/dist/icons/components/RadioButton/index.d.ts +1 -0
- package/dist/icons/components/RadioButton/radioButton.interface.d.ts +7 -0
- package/dist/icons/components/RangeSlider/RangeSlider.d.ts +3 -0
- package/dist/icons/components/RangeSlider/RangeSlider.styles.d.ts +1 -0
- package/dist/icons/components/RangeSlider/index.d.ts +1 -0
- package/dist/icons/components/RangeSlider/rangeSlider.interface.d.ts +9 -0
- package/dist/icons/components/SearchInput/SearchInput.d.ts +2 -0
- package/dist/icons/components/SearchInput/index.d.ts +1 -0
- package/dist/icons/components/SearchInput/searchInput.interface.d.ts +5 -0
- package/dist/icons/components/SplashScreen/SplashScreen.d.ts +3 -0
- package/dist/icons/components/SplashScreen/index.d.ts +1 -0
- package/dist/icons/components/SplashScreen/splashScreen.interface.d.ts +12 -0
- package/dist/icons/components/SplashScreen/styled-components.d.ts +4 -0
- package/dist/icons/components/StatusIndicator/StatusIndicator.d.ts +6 -0
- package/dist/icons/components/StatusIndicator/index.d.ts +1 -0
- package/dist/icons/components/StatusIndicator/status.interface.d.ts +13 -0
- package/dist/icons/components/StatusIndicator/styled-components.d.ts +5 -0
- package/dist/icons/components/Switcher/CustomSwitcher.d.ts +3 -0
- package/dist/icons/components/Switcher/CustomSwitcher.interface.d.ts +12 -0
- package/dist/icons/components/Switcher/CustomSwitcher.styles.d.ts +16 -0
- package/dist/icons/components/Switcher/Switcher.d.ts +1 -0
- package/dist/icons/components/Switcher/index.d.ts +1 -0
- package/dist/icons/components/Tabs/Tabs.d.ts +9 -0
- package/dist/icons/components/Tabs/index.d.ts +1 -0
- package/dist/icons/components/Tabs/styled-components.d.ts +3 -0
- package/dist/icons/components/Tabs/tabs.interface.d.ts +8 -0
- package/dist/icons/components/Tile/HorizontalArrow.d.ts +4 -0
- package/dist/icons/components/Tile/Tile.d.ts +3 -0
- package/dist/icons/components/Tile/index.d.ts +1 -0
- package/dist/icons/components/Tile/styled-components.d.ts +17 -0
- package/dist/icons/components/Tile/tile.interface.d.ts +19 -0
- package/dist/icons/components/Tooltip/CustomTooltip.d.ts +3 -0
- package/dist/icons/components/Tooltip/TooltipHeight.d.ts +3 -0
- package/dist/icons/components/Tooltip/customTooltip.interface.d.ts +4 -0
- package/dist/icons/components/Tooltip/index.d.ts +2 -0
- package/dist/icons/components/Tooltip/toolTipHeight.interface.d.ts +4 -0
- package/dist/icons/components/VideoPlayer/Player.d.ts +11 -0
- package/dist/icons/components/VideoPlayer/index.d.ts +1 -0
- package/dist/icons/components/VideoPlayer/styled-components.d.ts +9 -0
- package/dist/icons/components/index.d.ts +30 -0
- package/dist/icons/global.styles.d.ts +1 -0
- package/dist/icons/helperFunctions/TooltipHeight.d.ts +4 -0
- package/dist/icons/helperFunctions/toolTipHeight.interface.d.ts +4 -0
- package/dist/icons/helperFunctions/useOutsideClick.d.ts +4 -0
- package/dist/icons/icons/Activity.d.ts +3 -0
- package/dist/icons/icons/AddAlt.d.ts +3 -0
- package/dist/icons/icons/AddCircleIcon.d.ts +3 -0
- package/dist/icons/icons/AddIcon.d.ts +3 -0
- package/dist/icons/icons/AddStudent.d.ts +3 -0
- package/dist/icons/icons/Analytics.d.ts +3 -0
- package/dist/icons/icons/AnalyticsIcon.d.ts +3 -0
- package/dist/icons/icons/ArchiveIcon.d.ts +3 -0
- package/dist/icons/icons/ArrowDropDownIcon.d.ts +3 -0
- package/dist/icons/icons/ArrowDropUpIcon.d.ts +3 -0
- package/dist/icons/icons/AssignTutor.d.ts +3 -0
- package/dist/icons/icons/BackspaceRoundedIcon.d.ts +3 -0
- package/dist/icons/icons/BackupIcon.d.ts +3 -0
- package/dist/icons/icons/Book.d.ts +3 -0
- package/dist/icons/icons/BookWithBookmark.d.ts +3 -0
- package/dist/icons/icons/BusinessIcon.d.ts +3 -0
- package/dist/icons/icons/CancelIcon.d.ts +3 -0
- package/dist/icons/icons/CaretDown.d.ts +3 -0
- package/dist/icons/icons/Check.d.ts +3 -0
- package/dist/icons/icons/CheckBoxIcon.d.ts +3 -0
- package/dist/icons/icons/CheckBoxOutlineBlankIcon.d.ts +3 -0
- package/dist/icons/icons/CheckCircleIcon.d.ts +3 -0
- package/dist/icons/icons/CheckCircleOutlineOutlinedIcon.d.ts +3 -0
- package/dist/icons/icons/CheckCircleOutlineRoundedIcon.d.ts +3 -0
- package/dist/icons/icons/Checked.d.ts +3 -0
- package/dist/icons/icons/Checkmark.d.ts +3 -0
- package/dist/icons/icons/CheckmarkOutline.d.ts +3 -0
- package/dist/icons/icons/CheckmarkOutlineAction.d.ts +3 -0
- package/dist/icons/icons/ChevronRightIcon.d.ts +3 -0
- package/dist/icons/icons/Circle.d.ts +3 -0
- package/dist/icons/icons/CircleNotificationsIcon.d.ts +3 -0
- package/dist/icons/icons/Close.d.ts +3 -0
- package/dist/icons/icons/CloseIcon.d.ts +3 -0
- package/dist/icons/icons/CloseOutline.d.ts +3 -0
- package/dist/icons/icons/CloseOutlineAction.d.ts +3 -0
- package/dist/icons/icons/ClosedCaptionIcon.d.ts +3 -0
- package/dist/icons/icons/CloudDownloadIcon.d.ts +3 -0
- package/dist/icons/icons/Coach.d.ts +3 -0
- package/dist/icons/icons/Company.d.ts +3 -0
- package/dist/icons/icons/ContactSupportOutlinedIcon.d.ts +3 -0
- package/dist/icons/icons/DarkAddAlt.d.ts +3 -0
- package/dist/icons/icons/DarkAiAssistent.d.ts +3 -0
- package/dist/icons/icons/DarkCloseOutline.d.ts +3 -0
- package/dist/icons/icons/DarkTrashCan.d.ts +3 -0
- package/dist/icons/icons/DashboardIcon.d.ts +3 -0
- package/dist/icons/icons/DefaultAvatar.d.ts +3 -0
- package/dist/icons/icons/Delete.d.ts +3 -0
- package/dist/icons/icons/DeleteForeverRoundedIcon.d.ts +3 -0
- package/dist/icons/icons/DeleteIcon.d.ts +3 -0
- package/dist/icons/icons/DeleteIconRounded.d.ts +3 -0
- package/dist/icons/icons/DocumentAttachment.d.ts +3 -0
- package/dist/icons/icons/Download.d.ts +3 -0
- package/dist/icons/icons/DownloadIcon.d.ts +3 -0
- package/dist/icons/icons/DragIndicatorIcon.d.ts +3 -0
- package/dist/icons/icons/Edit.d.ts +3 -0
- package/dist/icons/icons/EditIcon.d.ts +3 -0
- package/dist/icons/icons/EditRounded.d.ts +3 -0
- package/dist/icons/icons/EditUsers.d.ts +3 -0
- package/dist/icons/icons/Education.d.ts +3 -0
- package/dist/icons/icons/EducationDefault.d.ts +3 -0
- package/dist/icons/icons/EmailIcon.d.ts +3 -0
- package/dist/icons/icons/ErrorOutlineIcon.d.ts +3 -0
- package/dist/icons/icons/ErrorOutlineRoundedIcon.d.ts +3 -0
- package/dist/icons/icons/EventIcon.d.ts +3 -0
- package/dist/icons/icons/ExpandMoreIcon.d.ts +3 -0
- package/dist/icons/icons/FeaturedPlayListIcon.d.ts +3 -0
- package/dist/icons/icons/FiberManualRecordIcon.d.ts +3 -0
- package/dist/icons/icons/FileCopyIcon.d.ts +3 -0
- package/dist/icons/icons/FileUploadOutlinedIcon.d.ts +3 -0
- package/dist/icons/icons/Filter.d.ts +3 -0
- package/dist/icons/icons/GetAppIcon.d.ts +3 -0
- package/dist/icons/icons/GrayDownloadIcon.d.ts +3 -0
- package/dist/icons/icons/GrayPlayButton.d.ts +3 -0
- package/dist/icons/icons/GrayPlayIcon.d.ts +3 -0
- package/dist/icons/icons/GridView.d.ts +3 -0
- package/dist/icons/icons/Group.d.ts +3 -0
- package/dist/icons/icons/GroupDefault.d.ts +3 -0
- package/dist/icons/icons/GroupOutlined.d.ts +3 -0
- package/dist/icons/icons/GroupsOutlined.d.ts +3 -0
- package/dist/icons/icons/HeadsetIcon.d.ts +3 -0
- package/dist/icons/icons/Help.d.ts +3 -0
- package/dist/icons/icons/HelpIcon.d.ts +3 -0
- package/dist/icons/icons/HighlightOffRoundedIcon.d.ts +3 -0
- package/dist/icons/icons/HorizontalView.d.ts +3 -0
- package/dist/icons/icons/HourglassEmptyIcon.d.ts +3 -0
- package/dist/icons/icons/ImageIcon.d.ts +3 -0
- package/dist/icons/icons/Information.d.ts +3 -0
- package/dist/icons/icons/InsertDriveFileIcon.d.ts +3 -0
- package/dist/icons/icons/KeyboardBackspaceIcon.d.ts +3 -0
- package/dist/icons/icons/Learning.d.ts +7 -0
- package/dist/icons/icons/Library.d.ts +3 -0
- package/dist/icons/icons/LocationCityIcon.d.ts +3 -0
- package/dist/icons/icons/LocationOnIcon.d.ts +3 -0
- package/dist/icons/icons/LockIcon.d.ts +3 -0
- package/dist/icons/icons/Locked.d.ts +3 -0
- package/dist/icons/icons/Logout.d.ts +3 -0
- package/dist/icons/icons/MarkunreadMailboxIcon.d.ts +3 -0
- package/dist/icons/icons/MoreHorizIcon.d.ts +3 -0
- package/dist/icons/icons/MoreVertRoundedIcon.d.ts +3 -0
- package/dist/icons/icons/MyProfile.d.ts +3 -0
- package/dist/icons/icons/NewFilter.d.ts +3 -0
- package/dist/icons/icons/Notification.d.ts +3 -0
- package/dist/icons/icons/NotificationsOutlined.d.ts +3 -0
- package/dist/icons/icons/OndemandVideoIcon.d.ts +3 -0
- package/dist/icons/icons/PermMediaIcon.d.ts +3 -0
- package/dist/icons/icons/Person.d.ts +3 -0
- package/dist/icons/icons/PhoneIphoneIcon.d.ts +3 -0
- package/dist/icons/icons/PlayButton.d.ts +3 -0
- package/dist/icons/icons/PlayCircleOutlineIcon.d.ts +3 -0
- package/dist/icons/icons/PlayIcon.d.ts +3 -0
- package/dist/icons/icons/PlaylistAddIcon.d.ts +3 -0
- package/dist/icons/icons/PlaylistPlayIcon.d.ts +3 -0
- package/dist/icons/icons/PresentationScreen.d.ts +3 -0
- package/dist/icons/icons/Profile.d.ts +3 -0
- package/dist/icons/icons/PublicIcon.d.ts +3 -0
- package/dist/icons/icons/PublishIcon.d.ts +3 -0
- package/dist/icons/icons/RecordVoiceOverOutlined.d.ts +3 -0
- package/dist/icons/icons/RedDeleteIcon.d.ts +3 -0
- package/dist/icons/icons/RemoveAlt.d.ts +3 -0
- package/dist/icons/icons/RemoveAltDisable.d.ts +3 -0
- package/dist/icons/icons/RemoveCircleIcon.d.ts +3 -0
- package/dist/icons/icons/RemoveFilter.d.ts +3 -0
- package/dist/icons/icons/ReportProblemIcon.d.ts +3 -0
- package/dist/icons/icons/Reset.d.ts +3 -0
- package/dist/icons/icons/SchoolIcon.d.ts +3 -0
- package/dist/icons/icons/SchoolOutlinedIcon.d.ts +3 -0
- package/dist/icons/icons/Search.d.ts +3 -0
- package/dist/icons/icons/SearchRounded.d.ts +3 -0
- package/dist/icons/icons/Send.d.ts +3 -0
- package/dist/icons/icons/SendAlt.d.ts +3 -0
- package/dist/icons/icons/SettingsApplicationsIcon.d.ts +3 -0
- package/dist/icons/icons/SettingsOutlinedIcon.d.ts +3 -0
- package/dist/icons/icons/StarsRoundedIcon.d.ts +3 -0
- package/dist/icons/icons/SwitchCompany.d.ts +3 -0
- package/dist/icons/icons/Timeline.d.ts +3 -0
- package/dist/icons/icons/TrashCan.d.ts +3 -0
- package/dist/icons/icons/TrashCanAction.d.ts +3 -0
- package/dist/icons/icons/TrashCanRed.d.ts +3 -0
- package/dist/icons/icons/TrendingUpOutlinedIcon.d.ts +3 -0
- package/dist/icons/icons/UnfillPlay.d.ts +3 -0
- package/dist/icons/icons/Unlock.d.ts +3 -0
- package/dist/icons/icons/Unlocked.d.ts +3 -0
- package/dist/icons/icons/UserActivity.d.ts +3 -0
- package/dist/icons/icons/UserSpeaker.d.ts +3 -0
- package/dist/icons/icons/UsersIcon.d.ts +3 -0
- package/dist/icons/icons/VideoCallIcon.d.ts +3 -0
- package/dist/icons/icons/ViewCompactIcon.d.ts +3 -0
- package/dist/icons/icons/ViewListIcon.d.ts +3 -0
- package/dist/icons/icons/Visibility.d.ts +3 -0
- package/dist/icons/icons/VisibilityOff.d.ts +3 -0
- package/dist/icons/icons/VolumeUpIcon.d.ts +3 -0
- package/dist/icons/icons/WhiteAiAssistent.d.ts +3 -0
- package/dist/icons/icons/WorkOutlineOutlinedIcon.d.ts +3 -0
- package/dist/icons/icons/ZoomInIcon.d.ts +3 -0
- package/dist/icons/icons/index.d.ts +153 -0
- package/dist/icons/icons/svgTypes.interface.d.ts +8 -0
- package/dist/icons/index.esm.js +5654 -0
- package/dist/icons/main.d.ts +1 -0
- package/dist/icons/package.json +7 -0
- package/dist/icons/theme/Theme.d.ts +58 -0
- package/dist/icons/theme/ThemeProvider.d.ts +8 -0
- package/dist/icons/theme/interfaces.d.ts +24 -0
- package/dist/index.d.ts +1 -175
- package/dist/index.esm.js +2 -115875
- package/dist/index.js +1 -175
- package/dist/index.js.map +1 -1
- package/package.json +78 -30
- package/dist/components/WelcomeUser/WelcomeUser.d.ts +0 -3
- package/dist/components/WelcomeUser/WelcomeUser.js +0 -11
- package/dist/components/WelcomeUser/WelcomeUser.js.map +0 -1
- package/dist/components/WelcomeUser/WelcomeUser.stories.d.ts +0 -5
- package/dist/components/WelcomeUser/WelcomeUser.stories.js +0 -34
- package/dist/components/WelcomeUser/WelcomeUser.stories.js.map +0 -1
- package/dist/components/WelcomeUser/index.d.ts +0 -1
- package/dist/components/WelcomeUser/index.js +0 -2
- package/dist/components/WelcomeUser/index.js.map +0 -1
- package/dist/components/WelcomeUser/styled-components.d.ts +0 -6
- package/dist/components/WelcomeUser/styled-components.js +0 -15
- package/dist/components/WelcomeUser/styled-components.js.map +0 -1
- package/dist/components/WelcomeUser/welcomeUser.interface.d.ts +0 -10
- package/dist/components/WelcomeUser/welcomeUser.interface.js +0 -2
- package/dist/components/WelcomeUser/welcomeUser.interface.js.map +0 -1
- package/dist/index.css +0 -1
- package/dist/index.esm.css +0 -1
- package/dist/index.esm.js.map +0 -1
- package/dist/types/components/ExpansionMenu/NavigationBar.stories.d.ts +0 -7
- package/dist/types/components/RangeSlider/RangeSlider.d.ts +0 -4
- package/dist/types/components/RangeSlider/RangeSlider.styles.d.ts +0 -4
- package/dist/types/components/RangeSlider/index.d.ts +0 -1
- package/dist/types/components/WelcomeUser/WelcomeUser.d.ts +0 -3
- package/dist/types/components/WelcomeUser/index.d.ts +0 -1
- package/dist/types/components/WelcomeUser/styled-components.d.ts +0 -6
- package/dist/types/components/WelcomeUser/welcomeUser.interface.d.ts +0 -10
- package/dist/types/icons/Activity.d.ts +0 -3
- package/dist/types/icons/AddAlt.d.ts +0 -3
- package/dist/types/icons/AddCircleIcon.d.ts +0 -3
- package/dist/types/icons/AddIcon.d.ts +0 -3
- package/dist/types/icons/AddStudent.d.ts +0 -3
- package/dist/types/icons/Analytics.d.ts +0 -3
- package/dist/types/icons/AnalyticsIcon.d.ts +0 -3
- package/dist/types/icons/ArchiveIcon.d.ts +0 -3
- package/dist/types/icons/ArrowDropDownIcon.d.ts +0 -3
- package/dist/types/icons/ArrowDropUpIcon.d.ts +0 -3
- package/dist/types/icons/AssignTutor.d.ts +0 -3
- package/dist/types/icons/BackspaceRoundedIcon.d.ts +0 -3
- package/dist/types/icons/BackupIcon.d.ts +0 -3
- package/dist/types/icons/Book.d.ts +0 -3
- package/dist/types/icons/BookWithBookmark.d.ts +0 -3
- package/dist/types/icons/BusinessIcon.d.ts +0 -3
- package/dist/types/icons/CancelIcon.d.ts +0 -3
- package/dist/types/icons/CaretDown.d.ts +0 -3
- package/dist/types/icons/Check.d.ts +0 -3
- package/dist/types/icons/CheckBoxIcon.d.ts +0 -3
- package/dist/types/icons/CheckBoxOutlineBlankIcon.d.ts +0 -3
- package/dist/types/icons/CheckCircleIcon.d.ts +0 -3
- package/dist/types/icons/CheckCircleOutlineOutlinedIcon.d.ts +0 -3
- package/dist/types/icons/CheckCircleOutlineRoundedIcon.d.ts +0 -3
- package/dist/types/icons/Checked.d.ts +0 -3
- package/dist/types/icons/Checkmark.d.ts +0 -3
- package/dist/types/icons/CheckmarkOutline.d.ts +0 -3
- package/dist/types/icons/CheckmarkOutlineAction.d.ts +0 -3
- package/dist/types/icons/ChevronRightIcon.d.ts +0 -3
- package/dist/types/icons/Circle.d.ts +0 -3
- package/dist/types/icons/CircleNotificationsIcon.d.ts +0 -3
- package/dist/types/icons/Close.d.ts +0 -3
- package/dist/types/icons/CloseIcon.d.ts +0 -3
- package/dist/types/icons/CloseOutline.d.ts +0 -3
- package/dist/types/icons/CloseOutlineAction.d.ts +0 -3
- package/dist/types/icons/ClosedCaptionIcon.d.ts +0 -3
- package/dist/types/icons/CloudDownloadIcon.d.ts +0 -3
- package/dist/types/icons/Coach.d.ts +0 -3
- package/dist/types/icons/Company.d.ts +0 -3
- package/dist/types/icons/ContactSupportOutlinedIcon.d.ts +0 -3
- package/dist/types/icons/DarkAddAlt.d.ts +0 -3
- package/dist/types/icons/DarkAiAssistent.d.ts +0 -3
- package/dist/types/icons/DarkCloseOutline.d.ts +0 -3
- package/dist/types/icons/DarkTrashCan.d.ts +0 -3
- package/dist/types/icons/DashboardIcon.d.ts +0 -3
- package/dist/types/icons/DefaultAvatar.d.ts +0 -3
- package/dist/types/icons/Delete.d.ts +0 -3
- package/dist/types/icons/DeleteForeverRoundedIcon.d.ts +0 -3
- package/dist/types/icons/DeleteIcon.d.ts +0 -3
- package/dist/types/icons/DeleteIconRounded.d.ts +0 -3
- package/dist/types/icons/DocumentAttachment.d.ts +0 -3
- package/dist/types/icons/Download.d.ts +0 -3
- package/dist/types/icons/DownloadIcon.d.ts +0 -3
- package/dist/types/icons/DragIndicatorIcon.d.ts +0 -3
- package/dist/types/icons/Edit.d.ts +0 -3
- package/dist/types/icons/EditIcon.d.ts +0 -3
- package/dist/types/icons/EditRounded.d.ts +0 -3
- package/dist/types/icons/EditUsers.d.ts +0 -3
- package/dist/types/icons/Education.d.ts +0 -3
- package/dist/types/icons/EducationDefault.d.ts +0 -3
- package/dist/types/icons/EmailIcon.d.ts +0 -3
- package/dist/types/icons/ErrorOutlineIcon.d.ts +0 -3
- package/dist/types/icons/ErrorOutlineRoundedIcon.d.ts +0 -3
- package/dist/types/icons/EventIcon.d.ts +0 -3
- package/dist/types/icons/ExpandMoreIcon.d.ts +0 -3
- package/dist/types/icons/FeaturedPlayListIcon.d.ts +0 -3
- package/dist/types/icons/FiberManualRecordIcon.d.ts +0 -3
- package/dist/types/icons/FileCopyIcon.d.ts +0 -3
- package/dist/types/icons/FileUploadOutlinedIcon.d.ts +0 -3
- package/dist/types/icons/Filter.d.ts +0 -3
- package/dist/types/icons/GetAppIcon.d.ts +0 -3
- package/dist/types/icons/GrayDownloadIcon.d.ts +0 -3
- package/dist/types/icons/GrayPlayButton.d.ts +0 -3
- package/dist/types/icons/GrayPlayIcon.d.ts +0 -3
- package/dist/types/icons/GridView.d.ts +0 -3
- package/dist/types/icons/Group.d.ts +0 -3
- package/dist/types/icons/GroupDefault.d.ts +0 -3
- package/dist/types/icons/GroupOutlined.d.ts +0 -3
- package/dist/types/icons/GroupsOutlined.d.ts +0 -3
- package/dist/types/icons/HeadsetIcon.d.ts +0 -3
- package/dist/types/icons/Help.d.ts +0 -3
- package/dist/types/icons/HelpIcon.d.ts +0 -3
- package/dist/types/icons/HighlightOffRoundedIcon.d.ts +0 -3
- package/dist/types/icons/HorizontalView.d.ts +0 -3
- package/dist/types/icons/HourglassEmptyIcon.d.ts +0 -3
- package/dist/types/icons/ImageIcon.d.ts +0 -3
- package/dist/types/icons/Information.d.ts +0 -3
- package/dist/types/icons/InsertDriveFileIcon.d.ts +0 -3
- package/dist/types/icons/KeyboardBackspaceIcon.d.ts +0 -3
- package/dist/types/icons/Library.d.ts +0 -3
- package/dist/types/icons/LocationCityIcon.d.ts +0 -3
- package/dist/types/icons/LocationOnIcon.d.ts +0 -3
- package/dist/types/icons/LockIcon.d.ts +0 -3
- package/dist/types/icons/Locked.d.ts +0 -3
- package/dist/types/icons/Logout.d.ts +0 -3
- package/dist/types/icons/MarkunreadMailboxIcon.d.ts +0 -3
- package/dist/types/icons/MoreHorizIcon.d.ts +0 -3
- package/dist/types/icons/MoreVertRoundedIcon.d.ts +0 -3
- package/dist/types/icons/MyProfile.d.ts +0 -3
- package/dist/types/icons/NewFilter.d.ts +0 -3
- package/dist/types/icons/Notification.d.ts +0 -3
- package/dist/types/icons/NotificationsOutlined.d.ts +0 -3
- package/dist/types/icons/OndemandVideoIcon.d.ts +0 -3
- package/dist/types/icons/PermMediaIcon.d.ts +0 -3
- package/dist/types/icons/Person.d.ts +0 -3
- package/dist/types/icons/PhoneIphoneIcon.d.ts +0 -3
- package/dist/types/icons/PlayButton.d.ts +0 -3
- package/dist/types/icons/PlayCircleOutlineIcon.d.ts +0 -3
- package/dist/types/icons/PlayIcon.d.ts +0 -3
- package/dist/types/icons/PlaylistAddIcon.d.ts +0 -3
- package/dist/types/icons/PlaylistPlayIcon.d.ts +0 -3
- package/dist/types/icons/PresentationScreen.d.ts +0 -3
- package/dist/types/icons/Profile.d.ts +0 -3
- package/dist/types/icons/PublicIcon.d.ts +0 -3
- package/dist/types/icons/PublishIcon.d.ts +0 -3
- package/dist/types/icons/RecordVoiceOverOutlined.d.ts +0 -3
- package/dist/types/icons/RedDeleteIcon.d.ts +0 -3
- package/dist/types/icons/RemoveAlt.d.ts +0 -3
- package/dist/types/icons/RemoveAltDisable.d.ts +0 -3
- package/dist/types/icons/RemoveCircleIcon.d.ts +0 -3
- package/dist/types/icons/RemoveFilter.d.ts +0 -3
- package/dist/types/icons/ReportProblemIcon.d.ts +0 -3
- package/dist/types/icons/Reset.d.ts +0 -3
- package/dist/types/icons/SchoolIcon.d.ts +0 -3
- package/dist/types/icons/SchoolOutlinedIcon.d.ts +0 -3
- package/dist/types/icons/Search.d.ts +0 -3
- package/dist/types/icons/SearchRounded.d.ts +0 -3
- package/dist/types/icons/Send.d.ts +0 -3
- package/dist/types/icons/SendAlt.d.ts +0 -3
- package/dist/types/icons/SettingsApplicationsIcon.d.ts +0 -3
- package/dist/types/icons/SettingsOutlinedIcon.d.ts +0 -3
- package/dist/types/icons/StarsRoundedIcon.d.ts +0 -3
- package/dist/types/icons/SwitchCompany.d.ts +0 -3
- package/dist/types/icons/Timeline.d.ts +0 -3
- package/dist/types/icons/TrashCan.d.ts +0 -3
- package/dist/types/icons/TrashCanAction.d.ts +0 -3
- package/dist/types/icons/TrashCanRed.d.ts +0 -3
- package/dist/types/icons/TrendingUpOutlinedIcon.d.ts +0 -3
- package/dist/types/icons/UnfillPlay.d.ts +0 -3
- package/dist/types/icons/Unlock.d.ts +0 -3
- package/dist/types/icons/Unlocked.d.ts +0 -3
- package/dist/types/icons/UserActivity.d.ts +0 -3
- package/dist/types/icons/UserSpeaker.d.ts +0 -3
- package/dist/types/icons/UsersIcon.d.ts +0 -3
- package/dist/types/icons/VideoCallIcon.d.ts +0 -3
- package/dist/types/icons/ViewCompactIcon.d.ts +0 -3
- package/dist/types/icons/ViewListIcon.d.ts +0 -3
- package/dist/types/icons/Visibility.d.ts +0 -3
- package/dist/types/icons/VisibilityOff.d.ts +0 -3
- package/dist/types/icons/VolumeUpIcon.d.ts +0 -3
- package/dist/types/icons/WhiteAiAssistent.d.ts +0 -3
- package/dist/types/icons/WorkOutlineOutlinedIcon.d.ts +0 -3
- package/dist/types/icons/ZoomInIcon.d.ts +0 -3
- package/dist/types/index.d.ts +0 -175
- /package/dist/{types → components}/App.d.ts +0 -0
- /package/dist/{types → components}/components/AudioPlayer/AudioPlayer.d.ts +0 -0
- /package/dist/{types → components}/components/AudioPlayer/index.d.ts +0 -0
- /package/dist/{types → components}/components/Badge/Badge.d.ts +0 -0
- /package/dist/{types → components}/components/Badge/index.d.ts +0 -0
- /package/dist/{types → components}/components/Badge/styled-components.d.ts +0 -0
- /package/dist/{types → components}/components/BreadCrumb/Breadcrumb.d.ts +0 -0
- /package/dist/{types → components}/components/BreadCrumb/index.d.ts +0 -0
- /package/dist/{types → components}/components/BreadCrumb/styled-components.d.ts +0 -0
- /package/dist/{types → components}/components/BreadCrumb/types.d.ts +0 -0
- /package/dist/{types → components}/components/Button/Button.d.ts +0 -0
- /package/dist/{types → components}/components/Button/Button.interface.d.ts +0 -0
- /package/dist/{types → components}/components/Button/Button.styles.d.ts +0 -0
- /package/dist/{types → components}/components/Button/index.d.ts +0 -0
- /package/dist/{types → components}/components/Checkbox/Checkbox.d.ts +0 -0
- /package/dist/{types → components}/components/Checkbox/checkboxV2.interface.d.ts +0 -0
- /package/dist/{types → components}/components/Checkbox/index.d.ts +0 -0
- /package/dist/{types → components}/components/Checkbox/styled-components.d.ts +0 -0
- /package/dist/{types → components}/components/ColorPicker/ColorPicker.d.ts +0 -0
- /package/dist/{types → components}/components/ColorPicker/colorPicker.interface.d.ts +0 -0
- /package/dist/{types → components}/components/ColorPicker/colors.d.ts +0 -0
- /package/dist/{types → components}/components/ColorPicker/index.d.ts +0 -0
- /package/dist/{types → components}/components/ColorPicker/styled.components.d.ts +0 -0
- /package/dist/{types → components}/components/ColumnNavigation/ColumnNavigation.d.ts +0 -0
- /package/dist/{types → components}/components/ColumnNavigation/columnNavigation.interface.d.ts +0 -0
- /package/dist/{types → components}/components/ColumnNavigation/index.d.ts +0 -0
- /package/dist/{types → components}/components/ColumnNavigation/styled-components.d.ts +0 -0
- /package/dist/{types → components}/components/CourseCard/CourseCard.d.ts +0 -0
- /package/dist/{types → components}/components/CourseCard/CourseCard.interface.d.ts +0 -0
- /package/dist/{types → components}/components/CourseCard/CourseCardActionsConfig.d.ts +0 -0
- /package/dist/{types → components}/components/CourseCard/index.d.ts +0 -0
- /package/dist/{types → components}/components/DatePicker/DatePicker.d.ts +0 -0
- /package/dist/{types → components}/components/DatePicker/datePicker.interface.d.ts +0 -0
- /package/dist/{types → components}/components/DatePicker/index.d.ts +0 -0
- /package/dist/{types → components}/components/DatePicker/styled-components.d.ts +0 -0
- /package/dist/{types → components}/components/DrawerTips/DrawerTips.d.ts +0 -0
- /package/dist/{types → components}/components/DrawerTips/drawerTips.interface.d.ts +0 -0
- /package/dist/{types → components}/components/DrawerTips/index.d.ts +0 -0
- /package/dist/{types → components}/components/DrawerTips/styled-component.d.ts +0 -0
- /package/dist/{types → components}/components/DropDown/DropDown.d.ts +0 -0
- /package/dist/{types → components}/components/DropDown/DropDown.styles.d.ts +0 -0
- /package/dist/{types → components}/components/DropDown/index.d.ts +0 -0
- /package/dist/{types → components}/components/ExpansionMenu/ExpansionItem.d.ts +0 -0
- /package/dist/{types → components}/components/ExpansionMenu/ExpansionItem.interface.d.ts +0 -0
- /package/dist/{types → components}/components/ExpansionMenu/ExpansionNavMenu.d.ts +0 -0
- /package/dist/{types → components}/components/ExpansionMenu/NavigationBar.d.ts +0 -0
- /package/dist/{types → components}/components/ExpansionMenu/index.d.ts +0 -0
- /package/dist/{types → components}/components/ExpansionMenu/routerConfig.d.ts +0 -0
- /package/dist/{types → components}/components/ExpansionMenu/styled-components.d.ts +0 -0
- /package/dist/{types → components}/components/FileUploader/Uploader.d.ts +0 -0
- /package/dist/{types → components}/components/FileUploader/UploaderButton.d.ts +0 -0
- /package/dist/{types → components}/components/FileUploader/index.d.ts +0 -0
- /package/dist/{types → components}/components/FileUploader/styled-components.d.ts +0 -0
- /package/dist/{types → components}/components/FileUploader/uploader.interface.d.ts +0 -0
- /package/dist/{types → components}/components/GridActionMenu/GridActionMenu.d.ts +0 -0
- /package/dist/{types → components}/components/GridActionMenu/GridActionMenu.styles.d.ts +0 -0
- /package/dist/{types → components}/components/GridActionMenu/gridActionMenu.interface.d.ts +0 -0
- /package/dist/{types → components}/components/GridActionMenu/index.d.ts +0 -0
- /package/dist/{types → components}/components/Input/Input.d.ts +0 -0
- /package/dist/{types → components}/components/Input/Input.interface.d.ts +0 -0
- /package/dist/{types → components}/components/Input/index.d.ts +0 -0
- /package/dist/{types → components}/components/Loader/Loader.d.ts +0 -0
- /package/dist/{types → components}/components/Loader/index.d.ts +0 -0
- /package/dist/{types → components}/components/Loader/loader.interface.d.ts +0 -0
- /package/dist/{types → components}/components/Pagination/Pagination.d.ts +0 -0
- /package/dist/{types → components}/components/Pagination/TablePagination.d.ts +0 -0
- /package/dist/{types → components}/components/Pagination/index.d.ts +0 -0
- /package/dist/{types → components}/components/Pagination/pagination.interface.d.ts +0 -0
- /package/dist/{types → components}/components/Pagination/styled-components.d.ts +0 -0
- /package/dist/{types → components}/components/PhoneCountyCode/PhoneCountyCode.d.ts +0 -0
- /package/dist/{types → components}/components/PhoneCountyCode/countryCode.d.ts +0 -0
- /package/dist/{types → components}/components/PhoneCountyCode/index.d.ts +0 -0
- /package/dist/{types → components}/components/PhoneCountyCode/phoneCountryCode.interface.d.ts +0 -0
- /package/dist/{types → components}/components/PhoneCountyCode/styled-components.d.ts +0 -0
- /package/dist/{types → components}/components/PresentationIcon/Presentation.d.ts +0 -0
- /package/dist/{types → components}/components/PresentationIcon/styled-components.d.ts +0 -0
- /package/dist/{types → components}/components/ProfileDropdown/ProfileDropdown.d.ts +0 -0
- /package/dist/{types → components}/components/ProfileDropdown/index.d.ts +0 -0
- /package/dist/{types → components}/components/ProfileDropdown/styled-components.d.ts +0 -0
- /package/dist/{types → components}/components/ProfilePicture/ProfilePicture.d.ts +0 -0
- /package/dist/{types → components}/components/ProfilePicture/ProfilePicture.styles.d.ts +0 -0
- /package/dist/{types → components}/components/ProfilePicture/profilePicture.interface.d.ts +0 -0
- /package/dist/{types → components}/components/Providers/ThemeProvider/ThemeProvider.d.ts +0 -0
- /package/dist/{types → components}/components/Providers/ThemeProvider/index.d.ts +0 -0
- /package/dist/{types → components}/components/Providers/TranslationProvider/TranslationProvider.d.ts +0 -0
- /package/dist/{types → components}/components/Providers/TranslationProvider/index.d.ts +0 -0
- /package/dist/{types → components}/components/RadioButton/RadioButton.d.ts +0 -0
- /package/dist/{types → components}/components/RadioButton/index.d.ts +0 -0
- /package/dist/{types → components}/components/RadioButton/radioButton.interface.d.ts +0 -0
- /package/dist/{types → components}/components/RangeSlider/rangeSlider.interface.d.ts +0 -0
- /package/dist/{types → components}/components/SearchInput/SearchInput.d.ts +0 -0
- /package/dist/{types → components}/components/SearchInput/index.d.ts +0 -0
- /package/dist/{types → components}/components/SearchInput/searchInput.interface.d.ts +0 -0
- /package/dist/{types → components}/components/SplashScreen/SplashScreen.d.ts +0 -0
- /package/dist/{types → components}/components/SplashScreen/index.d.ts +0 -0
- /package/dist/{types → components}/components/SplashScreen/splashScreen.interface.d.ts +0 -0
- /package/dist/{types → components}/components/SplashScreen/styled-components.d.ts +0 -0
- /package/dist/{types → components}/components/StatusIndicator/StatusIndicator.d.ts +0 -0
- /package/dist/{types → components}/components/StatusIndicator/index.d.ts +0 -0
- /package/dist/{types → components}/components/StatusIndicator/status.interface.d.ts +0 -0
- /package/dist/{types → components}/components/StatusIndicator/styled-components.d.ts +0 -0
- /package/dist/{types → components}/components/Switcher/CustomSwitcher.d.ts +0 -0
- /package/dist/{types → components}/components/Switcher/CustomSwitcher.interface.d.ts +0 -0
- /package/dist/{types → components}/components/Switcher/CustomSwitcher.styles.d.ts +0 -0
- /package/dist/{types → components}/components/Switcher/Switcher.d.ts +0 -0
- /package/dist/{types → components}/components/Switcher/index.d.ts +0 -0
- /package/dist/{types → components}/components/Tabs/Tabs.d.ts +0 -0
- /package/dist/{types → components}/components/Tabs/index.d.ts +0 -0
- /package/dist/{types → components}/components/Tabs/styled-components.d.ts +0 -0
- /package/dist/{types → components}/components/Tabs/tabs.interface.d.ts +0 -0
- /package/dist/{types → components}/components/Tile/HorizontalArrow.d.ts +0 -0
- /package/dist/{types → components}/components/Tile/Tile.d.ts +0 -0
- /package/dist/{types → components}/components/Tile/index.d.ts +0 -0
- /package/dist/{types → components}/components/Tile/styled-components.d.ts +0 -0
- /package/dist/{types → components}/components/Tile/tile.interface.d.ts +0 -0
- /package/dist/{types → components}/components/Tooltip/CustomTooltip.d.ts +0 -0
- /package/dist/{types → components}/components/Tooltip/TooltipHeight.d.ts +0 -0
- /package/dist/{types → components}/components/Tooltip/customTooltip.interface.d.ts +0 -0
- /package/dist/{types → components}/components/Tooltip/index.d.ts +0 -0
- /package/dist/{types → components}/components/Tooltip/toolTipHeight.interface.d.ts +0 -0
- /package/dist/{types → components}/components/VideoPlayer/Player.d.ts +0 -0
- /package/dist/{types → components}/components/VideoPlayer/index.d.ts +0 -0
- /package/dist/{types → components}/components/VideoPlayer/styled-components.d.ts +0 -0
- /package/dist/{types → components}/global.styles.d.ts +0 -0
- /package/dist/{types → components}/helperFunctions/TooltipHeight.d.ts +0 -0
- /package/dist/{types → components}/helperFunctions/toolTipHeight.interface.d.ts +0 -0
- /package/dist/{types → components}/helperFunctions/useOutsideClick.d.ts +0 -0
- /package/dist/{types → components}/icons/index.d.ts +0 -0
- /package/dist/{types → components}/icons/svgTypes.interface.d.ts +0 -0
- /package/dist/{types → components}/main.d.ts +0 -0
- /package/dist/{types → components}/theme/Theme.d.ts +0 -0
- /package/dist/{types → components}/theme/ThemeProvider.d.ts +0 -0
- /package/dist/{types → components}/theme/interfaces.d.ts +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Breadcrumb } from './Breadcrumb';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export declare const Header: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
|
+
export declare const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
|
+
export declare const PathItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
4
|
+
export declare const Wrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
5
|
+
export declare const ItemWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export interface IBreadcrumbV2 {
|
|
2
|
+
title: string;
|
|
3
|
+
}
|
|
4
|
+
export interface IBreadcrumbItemV2 {
|
|
5
|
+
label: string;
|
|
6
|
+
link?: string;
|
|
7
|
+
icon?: React.ReactNode;
|
|
8
|
+
state?: {
|
|
9
|
+
id: number;
|
|
10
|
+
name: string;
|
|
11
|
+
} | object;
|
|
12
|
+
}
|
|
13
|
+
export interface IBreadcrumbPropsV2 {
|
|
14
|
+
data: IBreadcrumbItemV2[];
|
|
15
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { ReactElement, CSSProperties, ReactNode } from 'react';
|
|
2
|
+
export declare enum HtmlButtonTypeEnum {
|
|
3
|
+
SUBMIT = "submit",
|
|
4
|
+
RESET = "reset",
|
|
5
|
+
BUTTON = "button"
|
|
6
|
+
}
|
|
7
|
+
export declare enum ButtonTypeEnum {
|
|
8
|
+
PRIMARY = "primary",
|
|
9
|
+
SECONDARY = "secondary",
|
|
10
|
+
GHOST = "ghost",
|
|
11
|
+
NEGATIVE = "negative",
|
|
12
|
+
POSITIVE = "positive",
|
|
13
|
+
DARK = "dark",
|
|
14
|
+
TEXT = "text"
|
|
15
|
+
}
|
|
16
|
+
export declare enum ButtonSizeEnum {
|
|
17
|
+
SM = "small",
|
|
18
|
+
LG = "large"
|
|
19
|
+
}
|
|
20
|
+
export type HtmlButtonType = 'submit' | 'reset' | 'button';
|
|
21
|
+
export type ButtonSize = 'small' | 'large';
|
|
22
|
+
export type ButtonType = 'primary' | 'secondary' | 'ghost' | 'negative' | 'positive' | 'dark' | 'text';
|
|
23
|
+
export interface ButtonState {
|
|
24
|
+
type: ButtonType;
|
|
25
|
+
size: ButtonSize;
|
|
26
|
+
label?: ReactNode;
|
|
27
|
+
iconLeft?: ReactElement | null;
|
|
28
|
+
iconRight?: ReactElement | null;
|
|
29
|
+
disabled?: boolean;
|
|
30
|
+
customStyles?: CSSProperties;
|
|
31
|
+
onClick?: () => void;
|
|
32
|
+
htmlType?: HtmlButtonType;
|
|
33
|
+
id?: string | number;
|
|
34
|
+
className?: string;
|
|
35
|
+
themes?: any;
|
|
36
|
+
}
|
|
37
|
+
export interface StyledButtonProps {
|
|
38
|
+
$type: ButtonType;
|
|
39
|
+
$size: ButtonSize;
|
|
40
|
+
}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { StyledButtonProps } from './Button.interface';
|
|
2
|
+
export declare const StyledButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, StyledButtonProps>> & string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Button } from "./Button";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Checkbox } from './Checkbox';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const LabelContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ColorPicker } from './ColorPicker';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export declare const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
|
+
export declare const Grid: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
|
+
export declare const ColorContainerInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, {
|
|
4
|
+
color: string;
|
|
5
|
+
}>> & string;
|
|
6
|
+
export declare const ColorContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
7
|
+
color: string;
|
|
8
|
+
}>> & string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ColumnNavigation } from './ColumnNavigation';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
export declare const ColumnNavigationContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
|
+
export declare const NavigationItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
3
|
+
active?: boolean;
|
|
4
|
+
}>> & string;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import { ICourseCardProps } from './CourseCard.interface';
|
|
3
|
+
export declare const CourseCard: ({ item, $canOpen, fromCertificateBuilder, fromWizard, actions, groupId, user, getCourseLevel, formatDuration, actionHandler, selectedItem, courseoriginalid, navigate, RedirectToCourse, selectItem, getCourseState, gridStyle, companyMode, activeTab, withTooltips, state, }: ICourseCardProps) => ReactElement;
|
|
@@ -0,0 +1,334 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
type role = 'STUDENT' | 'COACH' | 'ADMIN' | 'SUPER_ADMIN' | 'CONSULTANT';
|
|
3
|
+
interface IUserGroup {
|
|
4
|
+
id?: string;
|
|
5
|
+
groupId: string;
|
|
6
|
+
name: string;
|
|
7
|
+
}
|
|
8
|
+
export interface IUserCourse {
|
|
9
|
+
courseId: string;
|
|
10
|
+
name: string;
|
|
11
|
+
groupId: string;
|
|
12
|
+
}
|
|
13
|
+
export interface IUserCompany {
|
|
14
|
+
id: string;
|
|
15
|
+
name: string;
|
|
16
|
+
platformService: boolean;
|
|
17
|
+
}
|
|
18
|
+
export interface IModuleProgress {
|
|
19
|
+
moduleId: string;
|
|
20
|
+
moduleName: string;
|
|
21
|
+
progress: number;
|
|
22
|
+
lessonProgresses: ILessonProgress[];
|
|
23
|
+
}
|
|
24
|
+
export interface ILessonProgress {
|
|
25
|
+
lessonId: string;
|
|
26
|
+
lessonName: string;
|
|
27
|
+
progress: number;
|
|
28
|
+
}
|
|
29
|
+
export declare enum GridStatusEnums {
|
|
30
|
+
ACTIVE = "ACTIVE",
|
|
31
|
+
SUSPENDED = "SUSPENDED",
|
|
32
|
+
PENDING = "PENDING",
|
|
33
|
+
DRAFT = "DRAFT",
|
|
34
|
+
UNPUBLISHED = "UNPUBLISHED",
|
|
35
|
+
PUBLISHED = "PUBLISHED",
|
|
36
|
+
APPROVED = "APPROVED",
|
|
37
|
+
DECLINED = "DECLINED"
|
|
38
|
+
}
|
|
39
|
+
export interface IPhoneFields {
|
|
40
|
+
label?: string;
|
|
41
|
+
value?: string;
|
|
42
|
+
dialCode?: string;
|
|
43
|
+
code?: string;
|
|
44
|
+
}
|
|
45
|
+
export interface ISelectFilterOption {
|
|
46
|
+
value: string;
|
|
47
|
+
label?: string | ReactElement;
|
|
48
|
+
}
|
|
49
|
+
export interface Group {
|
|
50
|
+
name: string;
|
|
51
|
+
}
|
|
52
|
+
export interface IUser {
|
|
53
|
+
id?: string;
|
|
54
|
+
userId?: string;
|
|
55
|
+
settings?: {
|
|
56
|
+
askPassword: boolean;
|
|
57
|
+
};
|
|
58
|
+
name?: string;
|
|
59
|
+
firstName: string;
|
|
60
|
+
avatar?: string;
|
|
61
|
+
isCompanyAdmin?: boolean;
|
|
62
|
+
coachType?: string;
|
|
63
|
+
isSuperAdmin?: boolean;
|
|
64
|
+
lastName: string;
|
|
65
|
+
leaderboard?: {
|
|
66
|
+
point: number;
|
|
67
|
+
};
|
|
68
|
+
message?: string;
|
|
69
|
+
email: string;
|
|
70
|
+
error?: string;
|
|
71
|
+
role?: role;
|
|
72
|
+
status?: GridStatusEnums;
|
|
73
|
+
assistants?: {
|
|
74
|
+
assistantId: string;
|
|
75
|
+
threadId: string;
|
|
76
|
+
isUserNotifiedAboutReTraining: boolean;
|
|
77
|
+
}[];
|
|
78
|
+
phone?: string;
|
|
79
|
+
phoneFields?: IPhoneFields;
|
|
80
|
+
gender?: string | null | ISelectFilterOption;
|
|
81
|
+
isTutor?: boolean;
|
|
82
|
+
isChecked?: boolean;
|
|
83
|
+
birthDate?: string | Date;
|
|
84
|
+
moduleProgresses?: IModuleProgress[];
|
|
85
|
+
avatarThumbnail?: string;
|
|
86
|
+
age?: number;
|
|
87
|
+
biography?: string;
|
|
88
|
+
createDate?: string;
|
|
89
|
+
note?: string;
|
|
90
|
+
jobTitle?: string;
|
|
91
|
+
location?: string;
|
|
92
|
+
groups?: string[];
|
|
93
|
+
group?: IUserGroup[];
|
|
94
|
+
courses?: IUserCourse[];
|
|
95
|
+
companyId?: IUserCompany | string;
|
|
96
|
+
}
|
|
97
|
+
export interface IActionHandlerType {
|
|
98
|
+
(event: string, field: string | ICourse, action?: string): void;
|
|
99
|
+
}
|
|
100
|
+
export interface IActionHandlerTypeRender {
|
|
101
|
+
(event: string, field: string | ICourse, action?: string): void;
|
|
102
|
+
}
|
|
103
|
+
export interface IAction {
|
|
104
|
+
render: (item: ICourse) => JSX.Element;
|
|
105
|
+
hide?: boolean;
|
|
106
|
+
}
|
|
107
|
+
interface IStateType {
|
|
108
|
+
userPermission?: {
|
|
109
|
+
publishCourse?: boolean;
|
|
110
|
+
};
|
|
111
|
+
}
|
|
112
|
+
export interface ICourseItem {
|
|
113
|
+
actions: IAction[];
|
|
114
|
+
link?: string;
|
|
115
|
+
id: string;
|
|
116
|
+
_id?: string;
|
|
117
|
+
assistantId?: string;
|
|
118
|
+
name: string;
|
|
119
|
+
state: string;
|
|
120
|
+
finished: number;
|
|
121
|
+
level: string;
|
|
122
|
+
currency: string;
|
|
123
|
+
price: string;
|
|
124
|
+
numberOfModules: number;
|
|
125
|
+
numberOfLessons: number;
|
|
126
|
+
duration: number;
|
|
127
|
+
avatar: {
|
|
128
|
+
link: string;
|
|
129
|
+
};
|
|
130
|
+
coaches: {
|
|
131
|
+
firstName: string;
|
|
132
|
+
lastName: string;
|
|
133
|
+
}[];
|
|
134
|
+
groups: Group[];
|
|
135
|
+
video: boolean;
|
|
136
|
+
isBought: boolean;
|
|
137
|
+
numberOfStudents?: number;
|
|
138
|
+
originalId?: string;
|
|
139
|
+
}
|
|
140
|
+
export interface ICourseCardProps {
|
|
141
|
+
item: ICourse;
|
|
142
|
+
$canOpen: boolean;
|
|
143
|
+
fromCertificateBuilder: boolean;
|
|
144
|
+
fromWizard: boolean;
|
|
145
|
+
actions: IAction[];
|
|
146
|
+
groupId: string | null;
|
|
147
|
+
user?: {
|
|
148
|
+
id: string;
|
|
149
|
+
groups: string[];
|
|
150
|
+
};
|
|
151
|
+
getCourseLevel: (level: string) => string;
|
|
152
|
+
formatDuration: (duration: number) => string;
|
|
153
|
+
actionHandler?: IActionHandlerType | IActionHandlerTypeRender;
|
|
154
|
+
selectedItem?: string[];
|
|
155
|
+
courseoriginalid: string;
|
|
156
|
+
navigate: (path: string) => void;
|
|
157
|
+
RedirectToCourse: (item: ICourse) => void;
|
|
158
|
+
selectItem: (id: string) => void;
|
|
159
|
+
getCourseState: (state: string) => string;
|
|
160
|
+
gridStyle: string;
|
|
161
|
+
companyMode: boolean;
|
|
162
|
+
activeTab: number;
|
|
163
|
+
withTooltips: boolean;
|
|
164
|
+
state: IStateType;
|
|
165
|
+
}
|
|
166
|
+
export interface CourseCompany {
|
|
167
|
+
id: string;
|
|
168
|
+
name: string;
|
|
169
|
+
}
|
|
170
|
+
export interface ICourseOption {
|
|
171
|
+
value?: string;
|
|
172
|
+
label?: string;
|
|
173
|
+
}
|
|
174
|
+
export declare enum CourseCompleteCriteriaEnums {
|
|
175
|
+
WATCH = "watch",
|
|
176
|
+
WATCH_AND_PASS_QUIZZES = "watchAndPassQuizzes",
|
|
177
|
+
WATCH_AND_PASS_QUIZZES_AND_STV = "watchAndPassQuizzesAndSTV"
|
|
178
|
+
}
|
|
179
|
+
export interface CompleteCriteriaOption {
|
|
180
|
+
label: string;
|
|
181
|
+
value: CourseCompleteCriteriaEnums;
|
|
182
|
+
}
|
|
183
|
+
export interface IPermissionsBool {
|
|
184
|
+
userPermission?: boolean;
|
|
185
|
+
createCompany?: boolean;
|
|
186
|
+
editCompany?: boolean;
|
|
187
|
+
deleteCompany?: boolean;
|
|
188
|
+
viewCompanyPage?: boolean;
|
|
189
|
+
switchToCompanyMode?: boolean;
|
|
190
|
+
createSuperAdmin?: boolean;
|
|
191
|
+
editSuperAdmin?: boolean;
|
|
192
|
+
deleteSuperAdmin?: boolean;
|
|
193
|
+
viewSuperAdminPage?: boolean;
|
|
194
|
+
suspendSuperAdmin?: boolean;
|
|
195
|
+
activateSuperAdmin?: boolean;
|
|
196
|
+
resendUserPasswordSuperAdmin?: boolean;
|
|
197
|
+
resetPassword?: boolean;
|
|
198
|
+
editConsultant?: boolean;
|
|
199
|
+
deleteConsultant?: boolean;
|
|
200
|
+
suspendConsultant?: boolean;
|
|
201
|
+
resendUserPasswordConsultant?: boolean;
|
|
202
|
+
createGroup?: boolean;
|
|
203
|
+
editGroup?: boolean;
|
|
204
|
+
deleteGroup?: boolean;
|
|
205
|
+
viewGroup?: boolean;
|
|
206
|
+
createAdmin?: boolean;
|
|
207
|
+
editAdmin?: boolean;
|
|
208
|
+
deleteAdmin?: boolean;
|
|
209
|
+
viewAdmin?: boolean;
|
|
210
|
+
activateAdmin?: boolean;
|
|
211
|
+
suspendAdmin?: boolean;
|
|
212
|
+
resendUserPasswordAdmin?: boolean;
|
|
213
|
+
viewCoach?: boolean;
|
|
214
|
+
createCoach?: boolean;
|
|
215
|
+
editCoach?: boolean;
|
|
216
|
+
deleteCoach?: boolean;
|
|
217
|
+
resendUserPasswordCoach?: boolean;
|
|
218
|
+
activateCoach?: boolean;
|
|
219
|
+
suspendCoach?: boolean;
|
|
220
|
+
createCourse?: boolean;
|
|
221
|
+
editCourse?: boolean;
|
|
222
|
+
deleteCourse?: boolean;
|
|
223
|
+
viewCourse?: boolean;
|
|
224
|
+
publishCourse?: boolean;
|
|
225
|
+
unPublishCourse?: boolean;
|
|
226
|
+
createModule?: boolean;
|
|
227
|
+
editModule?: boolean;
|
|
228
|
+
deleteModule?: boolean;
|
|
229
|
+
viewModule?: boolean;
|
|
230
|
+
createStudent?: boolean;
|
|
231
|
+
editStudent?: boolean;
|
|
232
|
+
deleteStudent?: boolean;
|
|
233
|
+
viewStudent?: boolean;
|
|
234
|
+
resendUserPasswordStudent?: boolean;
|
|
235
|
+
activateStudent?: boolean;
|
|
236
|
+
suspendStudent?: boolean;
|
|
237
|
+
createTopic?: boolean;
|
|
238
|
+
editTopic?: boolean;
|
|
239
|
+
deleteTopic?: boolean;
|
|
240
|
+
viewTopic?: boolean;
|
|
241
|
+
createLesson?: boolean;
|
|
242
|
+
editLesson?: boolean;
|
|
243
|
+
deleteLesson?: boolean;
|
|
244
|
+
viewLesson?: boolean;
|
|
245
|
+
viewQuestion?: boolean;
|
|
246
|
+
addQuestion?: boolean;
|
|
247
|
+
editQuestion?: boolean;
|
|
248
|
+
deleteQuestion?: boolean;
|
|
249
|
+
viewQuiz?: boolean;
|
|
250
|
+
addQuiz?: boolean;
|
|
251
|
+
editQuiz?: boolean;
|
|
252
|
+
deleteQuiz?: boolean;
|
|
253
|
+
viewTest?: boolean;
|
|
254
|
+
viewTask?: boolean;
|
|
255
|
+
createFlashcard?: boolean;
|
|
256
|
+
editFlashcard?: boolean;
|
|
257
|
+
deleteFlashcard?: boolean;
|
|
258
|
+
viewNotificationsPage?: boolean;
|
|
259
|
+
viewSettingPage?: boolean;
|
|
260
|
+
viewDashboardPage?: boolean;
|
|
261
|
+
}
|
|
262
|
+
export type TranslationFunction = (key: string) => string;
|
|
263
|
+
export interface IRenderContentItem {
|
|
264
|
+
isBought?: boolean;
|
|
265
|
+
id?: string;
|
|
266
|
+
editorText?: string;
|
|
267
|
+
value?: string;
|
|
268
|
+
originalId?: string;
|
|
269
|
+
companyId?: CourseCompany | string;
|
|
270
|
+
state?: string;
|
|
271
|
+
finished?: number;
|
|
272
|
+
completeCriteria?: CompleteCriteriaOption | null | string;
|
|
273
|
+
description?: string;
|
|
274
|
+
coursePrivacy?: string;
|
|
275
|
+
coachType?: string;
|
|
276
|
+
skills?: Array<{
|
|
277
|
+
label: string;
|
|
278
|
+
}>;
|
|
279
|
+
certificateIncluded?: boolean;
|
|
280
|
+
certificate?: CourseAttachment | null;
|
|
281
|
+
contentLocked?: boolean;
|
|
282
|
+
avatar?: CourseAttachment | null;
|
|
283
|
+
level?: string | null | ICourseOption;
|
|
284
|
+
currency?: string;
|
|
285
|
+
price?: string | null;
|
|
286
|
+
name?: string;
|
|
287
|
+
video?: IAttachment | null;
|
|
288
|
+
subtitle?: CourseAttachment;
|
|
289
|
+
numberOfModules?: number;
|
|
290
|
+
numberOfLessons?: number;
|
|
291
|
+
duration?: number;
|
|
292
|
+
coaches?: IUser[] | string[];
|
|
293
|
+
groups?: Array<{
|
|
294
|
+
name: string;
|
|
295
|
+
}>;
|
|
296
|
+
numberOfStudents?: number;
|
|
297
|
+
}
|
|
298
|
+
export interface ILink {
|
|
299
|
+
converted: boolean;
|
|
300
|
+
fileType: string;
|
|
301
|
+
url: string;
|
|
302
|
+
type?: string;
|
|
303
|
+
__typename: string;
|
|
304
|
+
}
|
|
305
|
+
export interface IAttachment {
|
|
306
|
+
_id?: string;
|
|
307
|
+
id?: string;
|
|
308
|
+
link?: string;
|
|
309
|
+
links?: ILink[];
|
|
310
|
+
uploading?: boolean;
|
|
311
|
+
name?: string;
|
|
312
|
+
title?: string;
|
|
313
|
+
size?: number | string;
|
|
314
|
+
lastModified?: number;
|
|
315
|
+
value?: string;
|
|
316
|
+
type?: string;
|
|
317
|
+
fileType?: string;
|
|
318
|
+
__typename?: string;
|
|
319
|
+
}
|
|
320
|
+
export interface ICourse extends IRenderContentItem {
|
|
321
|
+
id: string;
|
|
322
|
+
_id?: string;
|
|
323
|
+
courseId?: string;
|
|
324
|
+
assistantId?: string;
|
|
325
|
+
isChecked?: boolean;
|
|
326
|
+
coach?: IUser;
|
|
327
|
+
name?: string;
|
|
328
|
+
actions: IAction[];
|
|
329
|
+
}
|
|
330
|
+
interface CourseAttachment {
|
|
331
|
+
link: string;
|
|
332
|
+
name: string;
|
|
333
|
+
}
|
|
334
|
+
export {};
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
export declare const ModalRef: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
2
|
+
export declare const GridItemContentHeader: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, never>> & string;
|
|
3
|
+
export declare const GridItemTitle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, never>> & string;
|
|
4
|
+
export declare const DeleteSpan: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
5
|
+
export declare const DisabledTypography: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("@mui/material").TypographyOwnProps & import("@mui/material/OverridableComponent").CommonProps & Omit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
|
6
|
+
ref?: ((instance: HTMLSpanElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLSpanElement> | null | undefined;
|
|
7
|
+
}, "children" | "className" | "p" | "zIndex" | "typography" | "style" | "color" | "height" | "width" | "display" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "letterSpacing" | "order" | "overflow" | "visibility" | "align" | "bgcolor" | "border" | "classes" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "displayPrint" | "textOverflow" | "whiteSpace" | "flexBasis" | "flexDirection" | "flexWrap" | "justifyContent" | "alignItems" | "alignContent" | "flex" | "flexGrow" | "flexShrink" | "alignSelf" | "justifyItems" | "justifySelf" | "gap" | "columnGap" | "rowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "position" | "top" | "right" | "bottom" | "left" | "boxShadow" | "maxWidth" | "minWidth" | "maxHeight" | "minHeight" | "boxSizing" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginX" | "marginY" | "marginInline" | "marginInlineStart" | "marginInlineEnd" | "marginBlock" | "marginBlockStart" | "marginBlockEnd" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingX" | "paddingY" | "paddingInline" | "paddingInlineStart" | "paddingInlineEnd" | "paddingBlock" | "paddingBlockStart" | "paddingBlockEnd" | "lineHeight" | "textAlign" | "textTransform" | "gutterBottom" | "noWrap" | "paragraph" | "sx" | "variant" | "variantMapping">, never>> & string & Omit<import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").TypographyTypeMap<{}, "span">>, keyof import("react").Component<any, {}, any>>;
|
|
8
|
+
export declare const ActionConfig: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
$hoverColor?: string;
|
|
11
|
+
hoverBackground?: string;
|
|
12
|
+
}>> & string;
|
|
13
|
+
export declare const ToolbarItemWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
14
|
+
export declare const ContentWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
15
|
+
$isGrid: boolean;
|
|
16
|
+
}>> & string;
|
|
17
|
+
export declare const CardActionBar: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
18
|
+
$switched: boolean;
|
|
19
|
+
}>> & string;
|
|
20
|
+
export declare const StylesCardWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
21
|
+
$canOpen: boolean;
|
|
22
|
+
}>> & string;
|
|
23
|
+
export declare const StyledChecked: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
24
|
+
export declare const VideoProcessingContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
25
|
+
export declare const CourseStatusContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
26
|
+
$status: boolean;
|
|
27
|
+
}>> & string;
|
|
28
|
+
export declare const ItemWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
29
|
+
export declare const TooltipContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
30
|
+
export declare const StyledCardBottomContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
31
|
+
export declare const StyledActionsContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
32
|
+
export declare const StyledActionItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {
|
|
33
|
+
disabled?: boolean;
|
|
34
|
+
color?: string;
|
|
35
|
+
}>> & string;
|
|
36
|
+
export declare const StyledCourseContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
37
|
+
export declare const ItemBlock: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
38
|
+
export declare const StyledItemWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
39
|
+
export declare const StyledCourseCardContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, never>> & string;
|
|
40
|
+
export declare const GridItemLessons: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
41
|
+
checked?: boolean;
|
|
42
|
+
}>> & string;
|
|
43
|
+
export declare const StyledToolTipContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
44
|
+
export declare const Action: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
45
|
+
disabled?: boolean;
|
|
46
|
+
}>> & string;
|
|
47
|
+
export declare const Wrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
48
|
+
export declare const GridItemContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, never>> & string;
|
|
49
|
+
export declare const GridItemWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
50
|
+
export declare const GridTableWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
51
|
+
export declare const StyledPagination: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
52
|
+
export declare const GridItemImage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, never>> & string;
|
|
53
|
+
export declare const GridItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
54
|
+
$isFromUser?: boolean;
|
|
55
|
+
}>> & string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { CourseCard } from "./CourseCard";
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export interface IDatePickerProps {
|
|
2
|
+
error?: boolean;
|
|
3
|
+
errorMessage?: string;
|
|
4
|
+
name?: string;
|
|
5
|
+
label?: string;
|
|
6
|
+
touched?: boolean;
|
|
7
|
+
value?: Date | string | null;
|
|
8
|
+
onChange?: (date: Date | null) => void;
|
|
9
|
+
styles?: React.CSSProperties;
|
|
10
|
+
format?: string;
|
|
11
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { DatePicker } from './DatePicker';
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export declare const DatePickerWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
|
+
export declare const classes: {
|
|
3
|
+
datePicker: string;
|
|
4
|
+
};
|
|
5
|
+
export declare const StyledDatePickerWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
6
|
+
ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
|
|
7
|
+
}, never>> & string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { DrawerTips } from './DrawerTips';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare const TipItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
2
|
+
export declare const DrawerTipsContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
|
+
export declare const StyledRememberText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
4
|
+
export declare const styles: {
|
|
5
|
+
svg: {
|
|
6
|
+
width: string;
|
|
7
|
+
height: string;
|
|
8
|
+
};
|
|
9
|
+
};
|