suada-components 1.0.4 → 1.0.8
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,60 @@
|
|
|
1
|
+
import { StylesConfig } from 'react-select';
|
|
2
|
+
import { FormikTouched } from 'formik';
|
|
3
|
+
export interface IAsyncSelectOption {
|
|
4
|
+
value: string;
|
|
5
|
+
label: string;
|
|
6
|
+
icon?: string;
|
|
7
|
+
}
|
|
8
|
+
export interface MUIElementState {
|
|
9
|
+
isSelected: boolean;
|
|
10
|
+
isFocused: boolean;
|
|
11
|
+
}
|
|
12
|
+
export interface IFilterQuery {
|
|
13
|
+
type?: string;
|
|
14
|
+
id?: string | number;
|
|
15
|
+
originalId?: string;
|
|
16
|
+
min?: number;
|
|
17
|
+
max?: number;
|
|
18
|
+
nestedField?: string;
|
|
19
|
+
label?: string;
|
|
20
|
+
value?: string | number | boolean | string[] | number[];
|
|
21
|
+
}
|
|
22
|
+
export type AsyncSelectOptionsType = IAsyncSelectOption[];
|
|
23
|
+
export interface IAsyncSelectProps {
|
|
24
|
+
data: any;
|
|
25
|
+
isMulti?: boolean;
|
|
26
|
+
onInputChange?: (inputValue: string) => void;
|
|
27
|
+
onChange?: (e: any) => void;
|
|
28
|
+
value?: any;
|
|
29
|
+
label?: string;
|
|
30
|
+
disabled?: boolean;
|
|
31
|
+
loading?: boolean;
|
|
32
|
+
labelDataKey?: string;
|
|
33
|
+
valueDataKey?: string;
|
|
34
|
+
labelDataName?: (data: any) => string;
|
|
35
|
+
valueDataKeyPrimary?: string;
|
|
36
|
+
iconDataKey?: string;
|
|
37
|
+
error?: string | boolean;
|
|
38
|
+
errorMessage?: string;
|
|
39
|
+
touched?: boolean;
|
|
40
|
+
isClearable?: boolean;
|
|
41
|
+
}
|
|
42
|
+
export interface ISelectFieldProps {
|
|
43
|
+
required?: boolean;
|
|
44
|
+
className?: string;
|
|
45
|
+
isMulti?: boolean;
|
|
46
|
+
onChange?: (value: any) => void;
|
|
47
|
+
options?: any[] | null;
|
|
48
|
+
value: any;
|
|
49
|
+
name?: string;
|
|
50
|
+
placeholder?: string;
|
|
51
|
+
styles?: StylesConfig<IFilterQuery, boolean>;
|
|
52
|
+
isClearable?: boolean;
|
|
53
|
+
onFocus?: () => void;
|
|
54
|
+
isDisabled?: boolean;
|
|
55
|
+
isLoading?: boolean;
|
|
56
|
+
label?: string;
|
|
57
|
+
error?: boolean;
|
|
58
|
+
touched?: boolean | FormikTouched<any> | FormikTouched<any>[] | undefined;
|
|
59
|
+
errorMessage?: any;
|
|
60
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare const customStyles: object;
|
|
2
|
+
export declare const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
3
|
+
error: boolean;
|
|
4
|
+
}>> & string;
|
|
5
|
+
export declare const ErrorMessage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
6
|
+
export declare const ContainerSelect: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
7
|
+
error: boolean;
|
|
8
|
+
}>> & string;
|
|
9
|
+
export declare const SelectFieldWrapper: 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 { DropDown } from './DropDown';
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { IPermissionsBool, IUser, IUserCompany } from '../CourseCard/CourseCard.interface';
|
|
2
|
+
export interface IExpansionItem {
|
|
3
|
+
canView: boolean;
|
|
4
|
+
openInNewTab?: boolean;
|
|
5
|
+
title: string;
|
|
6
|
+
icon: string | JSX.Element;
|
|
7
|
+
path?: string;
|
|
8
|
+
children?: Array<{
|
|
9
|
+
canView: boolean;
|
|
10
|
+
title: string;
|
|
11
|
+
icon: string | JSX.Element;
|
|
12
|
+
path?: string;
|
|
13
|
+
}>;
|
|
14
|
+
currentUser?: IUser;
|
|
15
|
+
}
|
|
16
|
+
export interface IExpansionItemProps {
|
|
17
|
+
state?: {
|
|
18
|
+
userPermission?: IPermissionsBool;
|
|
19
|
+
currentUser?: IUser;
|
|
20
|
+
selectedCompany?: IUserCompany | null;
|
|
21
|
+
};
|
|
22
|
+
checkRole?: (role: string, companyId: boolean) => string;
|
|
23
|
+
useUserValue?: () => [
|
|
24
|
+
{
|
|
25
|
+
userPermission: IPermissionsBool;
|
|
26
|
+
currentUser: IUser;
|
|
27
|
+
selectedCompany: IUserCompany | null;
|
|
28
|
+
}
|
|
29
|
+
];
|
|
30
|
+
item: IExpansionItem;
|
|
31
|
+
role?: string;
|
|
32
|
+
currentUser?: IUser;
|
|
33
|
+
index?: number;
|
|
34
|
+
isOpened?: boolean;
|
|
35
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { NavigationBar } from './NavigationBar';
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { IPermissionsBool, IUser, IUserCompany } from '../CourseCard/CourseCard.interface';
|
|
2
|
+
import { IExpansionItem } from './ExpansionItem.interface';
|
|
3
|
+
export declare const getAllNavigation: (permission: IPermissionsBool, currentUser: IUser, selectedCompany: IUserCompany | null) => IExpansionItem[];
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export declare const ExpansionMenuItemList: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLUListElement>, HTMLUListElement>, never>> & string;
|
|
2
|
+
export declare const ExpansionMenuItem: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").LiHTMLAttributes<HTMLLIElement>, HTMLLIElement>, {
|
|
3
|
+
$isOpened: boolean;
|
|
4
|
+
}>> & string;
|
|
5
|
+
export declare const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
6
|
+
$isOpened: boolean;
|
|
7
|
+
}>> & string;
|
|
8
|
+
export declare const StyledExpansionPanel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
9
|
+
$isOpened: boolean;
|
|
10
|
+
}>> & string;
|
|
11
|
+
export declare const StyledExpansionPanelSummary: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
12
|
+
export declare const StyledTypography: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import { IUploaderProps } from './uploader.interface';
|
|
3
|
+
export declare const Uploader: ({ type, uploadedFile, label, inputValue, onInputChange, onFileChange, disabled, loading, deleteFile, id, accept, name, multiple, placeHolder, showFullPreview, inputClassName, touched, error, nameClassName, required, }: IUploaderProps) => ReactElement;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Uploader } from './Uploader';
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
export declare const FileUploaderContainer: 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 MediaUploading: 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 MediaUploadingWrapper: 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 LoadingText: 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 FileUploaderHeader: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, never>> & string;
|
|
6
|
+
export declare const FileUploaderContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
7
|
+
export declare const Content: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
8
|
+
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;
|
|
9
|
+
export declare const ErrorText: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
10
|
+
export declare const FlexContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
11
|
+
export declare const ItemContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
12
|
+
width: string;
|
|
13
|
+
}>> & string;
|
|
14
|
+
export declare const InputContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
15
|
+
export declare const CancelButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
16
|
+
top?: string;
|
|
17
|
+
right?: string;
|
|
18
|
+
}>> & string;
|
|
19
|
+
export declare const InputFileContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
20
|
+
export declare const UploadInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>> & string;
|
|
21
|
+
export declare const Label: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
22
|
+
export declare const ImagePlaceholder: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
23
|
+
height?: number;
|
|
24
|
+
}>> & string;
|
|
25
|
+
export declare const InputLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, never>> & string;
|
|
26
|
+
export declare const ButtonInputLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, never>> & string;
|
|
27
|
+
export declare const FileUploadButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
28
|
+
export declare const VideoPlaceholder: 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 DefaultPlaceholder: 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 LoadingProgressContainer: 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 CircularProgressStyles: {
|
|
32
|
+
width: string;
|
|
33
|
+
height: string;
|
|
34
|
+
};
|
|
35
|
+
export declare const Title: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, {
|
|
36
|
+
$required?: boolean;
|
|
37
|
+
}>> & string;
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
export interface ILoadingProps {
|
|
3
|
+
type: FileTypes;
|
|
4
|
+
loading: boolean | number;
|
|
5
|
+
}
|
|
6
|
+
export interface IAudio {
|
|
7
|
+
link: string;
|
|
8
|
+
fileType: string;
|
|
9
|
+
name: string;
|
|
10
|
+
}
|
|
11
|
+
export interface IAttachment {
|
|
12
|
+
name: string;
|
|
13
|
+
type: string;
|
|
14
|
+
link: string;
|
|
15
|
+
value: string;
|
|
16
|
+
}
|
|
17
|
+
export interface IUploadedFile {
|
|
18
|
+
id?: string;
|
|
19
|
+
title?: string;
|
|
20
|
+
links?: Array<{
|
|
21
|
+
type: string;
|
|
22
|
+
url: string;
|
|
23
|
+
}>;
|
|
24
|
+
link?: string;
|
|
25
|
+
name?: string;
|
|
26
|
+
fileType?: string;
|
|
27
|
+
}
|
|
28
|
+
export interface IUploaderProps {
|
|
29
|
+
placeHolder?: string;
|
|
30
|
+
type?: FileTypes;
|
|
31
|
+
label?: ReactElement | string;
|
|
32
|
+
inputValue: string;
|
|
33
|
+
onInputChange?: (e: React.ChangeEvent<HTMLInputElement>) => void;
|
|
34
|
+
onFileChange?: (e: React.ChangeEvent<HTMLInputElement>) => void;
|
|
35
|
+
disabled?: boolean;
|
|
36
|
+
loading?: boolean | number;
|
|
37
|
+
uploadedFile?: IAttachment | null | IAudio | IUploadedFile;
|
|
38
|
+
id?: string;
|
|
39
|
+
accept?: string;
|
|
40
|
+
multiple?: boolean;
|
|
41
|
+
name?: string;
|
|
42
|
+
showFullPreview?: boolean;
|
|
43
|
+
fileExtension?: string;
|
|
44
|
+
deleteFile: () => void;
|
|
45
|
+
inputClassName?: string;
|
|
46
|
+
error?: string;
|
|
47
|
+
touched?: boolean;
|
|
48
|
+
nameClassName?: string;
|
|
49
|
+
required?: boolean;
|
|
50
|
+
}
|
|
51
|
+
export declare enum FileTypes {
|
|
52
|
+
DOCUMENT = "document",
|
|
53
|
+
IMAGE = "image",
|
|
54
|
+
VIDEO = "video",
|
|
55
|
+
AUDIO = "audio",
|
|
56
|
+
FILE = "file"
|
|
57
|
+
}
|
|
58
|
+
export interface IUploaderButtonProps {
|
|
59
|
+
onChange: (e: React.ChangeEvent<HTMLInputElement>) => void;
|
|
60
|
+
id: string;
|
|
61
|
+
accept: string;
|
|
62
|
+
loading: boolean;
|
|
63
|
+
label: ReactElement;
|
|
64
|
+
}
|
|
@@ -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 ActionsContent: 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 StyledIconButton: 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 Action: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
5
|
+
disabled?: boolean;
|
|
6
|
+
$hoverColor?: string;
|
|
7
|
+
hoverBackground?: string;
|
|
8
|
+
}>> & string;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { ICourse } from '../CourseCard/CourseCard.interface';
|
|
2
|
+
export interface IAction {
|
|
3
|
+
render: (item: ICourse) => JSX.Element;
|
|
4
|
+
hide?: boolean;
|
|
5
|
+
}
|
|
6
|
+
export interface IKebabAction {
|
|
7
|
+
id: number;
|
|
8
|
+
color: string;
|
|
9
|
+
tooltipText: string;
|
|
10
|
+
disabled: boolean;
|
|
11
|
+
onClick: () => void;
|
|
12
|
+
component: React.JSX.Element;
|
|
13
|
+
}
|
|
14
|
+
export interface IGridActionMenuProps {
|
|
15
|
+
actionConfig?: IAction[];
|
|
16
|
+
row?: any;
|
|
17
|
+
icon?: JSX.Element;
|
|
18
|
+
button?: JSX.Element;
|
|
19
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { GridActionMenu } from "./GridActionMenu";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import './Input.scss';
|
|
3
|
+
import { ITextInputProps } from './Input.interface';
|
|
4
|
+
declare const TextInput: ({ title, label, size, icon, name, id, type, value, error, errorMessage, touched, fullWidth, onChange, onBlur, min, max, onFocus, multiline, rows, variant, validate, disabled, readOnly, endAdornment, component, inputStyle, maxCharacter, required, $iconInStart, placeholder, className, enableAutoComplete, }: ITextInputProps) => ReactElement;
|
|
5
|
+
export default TextInput;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { FormikErrors, FormikTouched } from 'formik';
|
|
2
|
+
import { FormEvent } from 'react';
|
|
3
|
+
export interface IFilterTypes {
|
|
4
|
+
type?: string;
|
|
5
|
+
value?: string;
|
|
6
|
+
}
|
|
7
|
+
export interface ITextInputProps {
|
|
8
|
+
title?: string;
|
|
9
|
+
label?: string;
|
|
10
|
+
size?: 'small' | 'medium' | undefined;
|
|
11
|
+
icon?: React.ReactElement;
|
|
12
|
+
$iconInStart?: boolean;
|
|
13
|
+
required?: boolean;
|
|
14
|
+
name?: string;
|
|
15
|
+
id?: string;
|
|
16
|
+
type?: string;
|
|
17
|
+
value?: string | number | IFilterTypes | null;
|
|
18
|
+
error?: boolean;
|
|
19
|
+
errorMessage?: string | string[] | FormikErrors<any> | FormikErrors<any>[];
|
|
20
|
+
touched?: boolean | FormikTouched<any> | FormikTouched<any>[] | undefined;
|
|
21
|
+
fullWidth?: boolean;
|
|
22
|
+
multiline?: boolean;
|
|
23
|
+
rows?: number | string;
|
|
24
|
+
validate?: boolean;
|
|
25
|
+
disabled?: boolean;
|
|
26
|
+
readOnly?: boolean;
|
|
27
|
+
min?: number;
|
|
28
|
+
max?: number;
|
|
29
|
+
onChange?: any;
|
|
30
|
+
onBlur?: (eventOrPath: string | FormEvent<any>) => void | ((eventOrTextValue: string | FormEvent<any>) => void);
|
|
31
|
+
onFocus?: (eventOrPath: string | FormEvent<any>) => void | ((eventOrTextValue: string | FormEvent<any>) => void);
|
|
32
|
+
endAdornment?: any;
|
|
33
|
+
component?: any;
|
|
34
|
+
inputStyle?: React.CSSProperties;
|
|
35
|
+
maxCharacter?: number;
|
|
36
|
+
variant?: 'standard' | 'filled' | 'outlined' | undefined;
|
|
37
|
+
placeholder?: string;
|
|
38
|
+
className?: string;
|
|
39
|
+
enableAutoComplete?: boolean;
|
|
40
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as Input } from './Input';
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
export declare const Field: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
2
|
+
$iconInStart?: boolean;
|
|
3
|
+
}>> & string;
|
|
4
|
+
export declare const ValidationIcon: 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 StyledComponentContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
6
|
+
export declare const CharactersContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
7
|
+
export declare const StyledInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>> & string;
|
|
8
|
+
export declare const StyledTextArea: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, never>> & string;
|
|
9
|
+
export declare const StyledLabel: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, {
|
|
10
|
+
$required?: boolean;
|
|
11
|
+
}>> & string;
|
|
12
|
+
export declare const ErrorMessage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
13
|
+
export declare const Title: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, {
|
|
14
|
+
$required?: boolean;
|
|
15
|
+
}>> & string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Loader } from './Loader';
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export declare const LoaderWrapper: 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 LoaderCircle: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React, { ReactElement } from 'react';
|
|
2
|
+
interface ITablePaginationV2Props {
|
|
3
|
+
currentPage: number;
|
|
4
|
+
rowsPerPage: number;
|
|
5
|
+
count: number;
|
|
6
|
+
handleChangePage: (event: React.MouseEvent<HTMLButtonElement> | null, newPage: number) => void;
|
|
7
|
+
handleChangeRowsPerPage: (event: React.ChangeEvent<HTMLInputElement | HTMLTextAreaElement>) => void;
|
|
8
|
+
rowsPerPageOptions?: number[];
|
|
9
|
+
}
|
|
10
|
+
declare const TablePagination: ({ currentPage, rowsPerPage, count, handleChangePage, handleChangeRowsPerPage, rowsPerPageOptions, }: ITablePaginationV2Props) => ReactElement;
|
|
11
|
+
export default TablePagination;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { Pagination } from './Pagination';
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { SelectChangeEvent } from '@mui/material';
|
|
2
|
+
import { ChangeEvent, ReactNode } from 'react';
|
|
3
|
+
export interface IPaginationV2Props {
|
|
4
|
+
currentPage: number;
|
|
5
|
+
totalPages: number;
|
|
6
|
+
perPage?: number;
|
|
7
|
+
handleChange: (event: ChangeEvent<unknown>, value: number) => void;
|
|
8
|
+
handlePerPageChange?: (event: SelectChangeEvent<number>, child: ReactNode) => void;
|
|
9
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const PaginationWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import { IPhoneCountryCodeProps } from './phoneCountryCode.interface';
|
|
3
|
+
export declare const PhoneCountryCode: ({ label, selectLabel, selectValue, selectChange, inputLabel, inputValue, inputChange, touched, error, errorMessage, }: IPhoneCountryCodeProps) => ReactElement;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { PhoneCountryCode } from './PhoneCountyCode';
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { IPhoneFields, ISelectFilterOption } from '../CourseCard/CourseCard.interface';
|
|
2
|
+
export interface IPhoneCountryCodeProps {
|
|
3
|
+
label?: string;
|
|
4
|
+
selectLabel: string;
|
|
5
|
+
selectValue: IPhoneFields | null;
|
|
6
|
+
selectChange: (option: ISelectFilterOption | null) => void;
|
|
7
|
+
inputLabel: string;
|
|
8
|
+
inputValue?: string;
|
|
9
|
+
inputChange: (e: React.ChangeEvent<HTMLInputElement>) => void;
|
|
10
|
+
touched?: boolean;
|
|
11
|
+
error?: boolean;
|
|
12
|
+
errorMessage?: string;
|
|
13
|
+
}
|
|
14
|
+
export interface IComponentProps {
|
|
15
|
+
dialCode: string;
|
|
16
|
+
code: string;
|
|
17
|
+
}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export declare const Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
2
|
+
error: boolean;
|
|
3
|
+
}>> & string;
|
|
4
|
+
export declare const InputContainer: 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 Input: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, never>> & string;
|
|
6
|
+
export declare const Label: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
7
|
+
error: boolean;
|
|
8
|
+
}>> & string;
|
|
9
|
+
export declare const ErrorMessage: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
10
|
+
export declare const Flex: 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 declare const ImageContainer: 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 { ProfileDropdown } from './ProfileDropdown';
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export declare const Wrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
2
|
+
open: boolean;
|
|
3
|
+
}>> & string;
|
|
4
|
+
export declare const Title: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, never>> & string;
|
|
5
|
+
export declare const PopoverContent: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import { IProfilePictureProps } from './profilePicture.interface';
|
|
2
|
+
export declare const ProfilePictureWrapper: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLElement>, HTMLElement>, IProfilePictureProps>> & string;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
import { Theme } from '@mui/material/styles';
|
|
3
|
+
interface ThemeContextType {
|
|
4
|
+
theme: Theme;
|
|
5
|
+
}
|
|
6
|
+
export declare const ThemeProvider: ({ children, theme }: {
|
|
7
|
+
children: ReactNode;
|
|
8
|
+
theme: Theme;
|
|
9
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export declare const useTheme: () => ThemeContextType;
|
|
11
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { ThemeProvider } from './ThemeProvider';
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
interface TranslationContextType {
|
|
3
|
+
t: (key: string) => string;
|
|
4
|
+
}
|
|
5
|
+
export declare const TranslationProvider: ({ children, translations, }: {
|
|
6
|
+
children: ReactNode;
|
|
7
|
+
translations: Record<string, string>;
|
|
8
|
+
}) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export declare const useTranslation: () => TranslationContextType;
|
|
10
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { TranslationProvider } from './TranslationProvider';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { RadioButton } from './RadioButton';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { RangeSlider } from './RangeSlider';
|