hardwater-ui-microfrontend 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +48 -0
- package/dist/DailyMotion-BwpAgR-V.js +1 -0
- package/dist/DailyMotion-DLZygJVj.mjs +135 -0
- package/dist/Facebook-BLJ6JTv_.js +1 -0
- package/dist/Facebook-C93Qgsot.mjs +120 -0
- package/dist/FilePlayer-DJHWbLcD.js +1 -0
- package/dist/FilePlayer-DYy9XerI.mjs +201 -0
- package/dist/Kaltura-B-pnIuKt.js +1 -0
- package/dist/Kaltura-CR4IE6JY.mjs +120 -0
- package/dist/Mixcloud-B8Vzd6Te.js +1 -0
- package/dist/Mixcloud-DUpwZ8OV.mjs +112 -0
- package/dist/Mux-DnGUsZf_.mjs +164 -0
- package/dist/Mux-DxeB-oUm.js +1 -0
- package/dist/Preview-B6JRCY5f.mjs +127 -0
- package/dist/Preview-BaBBV6Br.js +1 -0
- package/dist/SoundCloud-3R2aIdUg.js +1 -0
- package/dist/SoundCloud-BcgEw6hR.mjs +122 -0
- package/dist/Streamable-COL4hBFv.js +1 -0
- package/dist/Streamable-DRiRQhSA.mjs +114 -0
- package/dist/Twitch-C38Ew4Tp.mjs +116 -0
- package/dist/Twitch-CYscPCZR.js +1 -0
- package/dist/Vidyard-B1Dr9_bu.mjs +112 -0
- package/dist/Vidyard-D1vZHm1b.js +1 -0
- package/dist/Vimeo-Be31RVkU.mjs +145 -0
- package/dist/Vimeo-DdBHVpAB.js +1 -0
- package/dist/Wistia-CiLiibvT.js +1 -0
- package/dist/Wistia-DoeQgYov.mjs +123 -0
- package/dist/YouTube-Dx2BhB3o.mjs +175 -0
- package/dist/YouTube-uQuz_KMN.js +1 -0
- package/dist/chatpers_list.json.d.ts +964 -0
- package/dist/components/Atoms/AssistantImageModal/ImageModal.d.ts +6 -0
- package/dist/components/Atoms/BottomInput/BottomInput.d.ts +2 -0
- package/dist/components/Atoms/BottomNavButton/BottomNavButton.d.ts +2 -0
- package/dist/components/Atoms/BottomNavMenu/BottomNavMenu.d.ts +2 -0
- package/dist/components/Atoms/BottomNavMenu/MobileBottomNavMenu.d.ts +2 -0
- package/dist/components/Atoms/BottomNavToast/BottomNavToast.d.ts +2 -0
- package/dist/components/Atoms/BottomTopicChapter/BottomTopicChapter.d.ts +1 -0
- package/dist/components/Atoms/Button/Button.d.ts +9 -0
- package/dist/components/Atoms/Button/ButtonConstants.d.ts +44 -0
- package/dist/components/Atoms/Button/Buttons.d.ts +44 -0
- package/dist/components/Atoms/Checkbox/Checkbox.d.ts +8 -0
- package/dist/components/Atoms/CustmBtn/CustmBtn.d.ts +10 -0
- package/dist/components/Atoms/CustmBtn/GradientButton.style.d.ts +59 -0
- package/dist/components/Atoms/CustomButton/ButtonTheme.d.ts +2 -0
- package/dist/components/Atoms/CustomButton/CustomButton.d.ts +2 -0
- package/dist/components/Atoms/Dropdown/Dropdown.d.ts +2 -0
- package/dist/components/Atoms/ExtractedDiagramView/ExtractedDiagramView.d.ts +4 -0
- package/dist/components/Atoms/GlobalButton/ButtonUtils.d.ts +89 -0
- package/dist/components/Atoms/GlobalButton/GlobalButton.d.ts +15 -0
- package/dist/components/Atoms/GlobalButtonV2/GlobalButtonV2.d.ts +18 -0
- package/dist/components/Atoms/GlobalButtonV2/GlobalButtonV2.styles.d.ts +118 -0
- package/dist/components/Atoms/GlobalButtonV2/getButtonStyles.d.ts +15 -0
- package/dist/components/Atoms/Input/Input.d.ts +7 -0
- package/dist/components/Atoms/LatexRenderView/LatexRenderView.d.ts +1 -0
- package/dist/components/Atoms/MenuNavbar/MenuNavbar.d.ts +2 -0
- package/dist/components/Atoms/Modal/Modal.d.ts +12 -0
- package/dist/components/Atoms/Pagination/Pagination.d.ts +2 -0
- package/dist/components/Atoms/Pagination/TablePagination.d.ts +2 -0
- package/dist/components/Atoms/PrivacyTouchPoint/PrivacyTouchPoint.d.ts +1 -0
- package/dist/components/Atoms/PrivacyTouchPoint/PrivacyTouchPoint.stories.d.ts +40 -0
- package/dist/components/Atoms/Radio/Radio.d.ts +8 -0
- package/dist/components/Atoms/Select/Select.d.ts +9 -0
- package/dist/components/Atoms/Spinner/Spinner.d.ts +8 -0
- package/dist/components/Atoms/SummaryLine.d.ts +3 -0
- package/dist/components/Atoms/Switch/Switch.d.ts +8 -0
- package/dist/components/Atoms/TextArea/TextArea.d.ts +7 -0
- package/dist/components/Atoms/Toast/Toast.d.ts +7 -0
- package/dist/components/Atoms/TranscriptionImagePreview/ImageAnnotation.d.ts +4 -0
- package/dist/components/Atoms/TranscriptionImagePreview/ImageTranscriptionStyles.d.ts +1 -0
- package/dist/components/Atoms/TranscriptionImagePreview/TranscriptionImagePreview.d.ts +1 -0
- package/dist/components/Atoms/Typography/Typography.d.ts +8 -0
- package/dist/components/Atoms/Typography/TypographyConstants.d.ts +53 -0
- package/dist/components/Atoms/imageModal.d.ts +2 -0
- package/dist/components/Atoms/useCustomToast.d.ts +6 -0
- package/dist/components/Molecules/AccordianPay4/Accordian.d.ts +5 -0
- package/dist/components/Molecules/AccordianPay4/Accordian.styles.d.ts +117 -0
- package/dist/components/Molecules/ActivityBanner/ActivityBanner.d.ts +1 -0
- package/dist/components/Molecules/ActivityBanner/activityBannerStyles.d.ts +75 -0
- package/dist/components/Molecules/AddPostCard/AddPostCard.d.ts +2 -0
- package/dist/components/Molecules/AddPostCard/addPostStyles.d.ts +86 -0
- package/dist/components/Molecules/BottomNav/BottomNav.d.ts +2 -0
- package/dist/components/Molecules/BottomNav/BottomNavStyles.d.ts +52 -0
- package/dist/components/Molecules/DashPlayer/DashPlayer.d.ts +4 -0
- package/dist/components/Molecules/DashPlayer/ShakaPlayer.d.ts +3 -0
- package/dist/components/Molecules/Descriptive/DescriptiveLabel.d.ts +6 -0
- package/dist/components/Molecules/Descriptive/descriptiveStyles.d.ts +68 -0
- package/dist/components/Molecules/DescriptiveAnswer/DescriptiveAnswerV1.d.ts +2 -0
- package/dist/components/Molecules/FactualCard/FactualCard.d.ts +46 -0
- package/dist/components/Molecules/FactualCard/FactualCard.style.d.ts +64 -0
- package/dist/components/Molecules/FloatingButton/FloatingButton.d.ts +11 -0
- package/dist/components/Molecules/FloatingButton/FloatingButton.styles.d.ts +21 -0
- package/dist/components/Molecules/HighChart/HighChart.d.ts +2 -0
- package/dist/components/Molecules/HighChart/HighChartPie.d.ts +2 -0
- package/dist/components/Molecules/ImageView/ImageModal.d.ts +2 -0
- package/dist/components/Molecules/InvalidSession/InvalidSession.d.ts +7 -0
- package/dist/components/Molecules/InvalidSession/InvalidSession.styles.d.ts +15 -0
- package/dist/components/Molecules/LatexRender/DefaultRender.d.ts +4 -0
- package/dist/components/Molecules/LatexRender/LatexRender.d.ts +2 -0
- package/dist/components/Molecules/LatexRender/MarkdownRender.d.ts +4 -0
- package/dist/components/Molecules/MediaModal/MediaModal.d.ts +16 -0
- package/dist/components/Molecules/MediaModal/MediaModal.style.d.ts +8 -0
- package/dist/components/Molecules/Pay4Use/ExecutionModal.d.ts +18 -0
- package/dist/components/Molecules/Pay4Use/ExecutionModalStyles.d.ts +344 -0
- package/dist/components/Molecules/Pay4Use/PayToUsePrompt.d.ts +2 -0
- package/dist/components/Molecules/Pay4Use/PayToUsePromptStyles.d.ts +108 -0
- package/dist/components/Molecules/PerformanceScreen/PreformanceResultScreen.d.ts +26 -0
- package/dist/components/Molecules/PerformanceScreen/QuizResult.styles.d.ts +32 -0
- package/dist/components/Molecules/PostCard/PostCard.d.ts +2 -0
- package/dist/components/Molecules/PostCard/PostImageGallary.d.ts +1 -0
- package/dist/components/Molecules/PostCard/postCardStyles.d.ts +152 -0
- package/dist/components/Molecules/RecapNode/ContentView.d.ts +2 -0
- package/dist/components/Molecules/RecapNode/SectionView.d.ts +7 -0
- package/dist/components/Molecules/RecapNode/VideoView.d.ts +8 -0
- package/dist/components/Molecules/RequestSent/RequestSent.d.ts +10 -0
- package/dist/components/Molecules/RequestSent/RequestSent.styles.d.ts +3 -0
- package/dist/components/Molecules/RevisionCompleteCard/RevisionCompleteCard.d.ts +16 -0
- package/dist/components/Molecules/RevisionCompleteCard/RevisionCompleteCard.styles.d.ts +22 -0
- package/dist/components/Molecules/RevisionIntroCard/RevisionCard.styles.d.ts +10 -0
- package/dist/components/Molecules/RevisionIntroCard/RevisionIntro.d.ts +13 -0
- package/dist/components/Molecules/SmartLearn/SmartLearn.d.ts +5 -0
- package/dist/components/Molecules/SmartLearn/SmartLearn.styles.d.ts +385 -0
- package/dist/components/Molecules/SmartLearn/types.d.ts +31 -0
- package/dist/components/Molecules/SortMenu/SortMenu.d.ts +2 -0
- package/dist/components/Molecules/SortMenu/sortMenuStyles.d.ts +32 -0
- package/dist/components/Molecules/StaticscreensLearnmore/Staticback.d.ts +20 -0
- package/dist/components/Molecules/StaticscreensLearnmore/Staticback.styles.d.ts +238 -0
- package/dist/components/Molecules/TableCustomizer/CellEditor.d.ts +12 -0
- package/dist/components/Molecules/TableCustomizer/HTMLImporter.d.ts +4 -0
- package/dist/components/Molecules/TableCustomizer/MarkdownImporter.d.ts +4 -0
- package/dist/components/Molecules/TableCustomizer/TableHeader.d.ts +11 -0
- package/dist/components/Molecules/TableCustomizer/TablePreview.d.ts +8 -0
- package/dist/components/Molecules/TableCustomizer/TableStructureControls.d.ts +5 -0
- package/dist/components/Molecules/TableCustomizer/hooks/useTableGenerator.d.ts +8 -0
- package/dist/components/Molecules/TableCustomizer/hooks/useTableState.d.ts +27 -0
- package/dist/components/Molecules/TableCustomizer/index.d.ts +4 -0
- package/dist/components/Molecules/TableCustomizer/utils/htmlTableParser.d.ts +9 -0
- package/dist/components/Molecules/TableCustomizer/utils/markdownTableParser.d.ts +9 -0
- package/dist/components/Molecules/TermsAndPrivacy/PrivacyPolicy.d.ts +2 -0
- package/dist/components/Molecules/TermsAndPrivacy/TermsAndConditions.d.ts +2 -0
- package/dist/components/Molecules/TermsAndPrivacy/components/ContactCard.d.ts +7 -0
- package/dist/components/Molecules/TermsAndPrivacy/components/NestedList.d.ts +7 -0
- package/dist/components/Molecules/TermsAndPrivacy/helpers/ParentHelper.d.ts +40 -0
- package/dist/components/Molecules/TermsAndPrivacy/helpers/RefundAndCancellationHelper.d.ts +12 -0
- package/dist/components/Molecules/TermsAndPrivacy/helpers/SchoolHelper.d.ts +31 -0
- package/dist/components/Molecules/TermsAndPrivacy/helpers/StudentHelper.d.ts +44 -0
- package/dist/components/Molecules/TermsAndPrivacy/helpers/TeacherHelper.d.ts +40 -0
- package/dist/components/Molecules/TimerClock/TimerClock.d.ts +12 -0
- package/dist/components/Molecules/Tutor/Assistant/Assistant.d.ts +2 -0
- package/dist/components/Molecules/Tutor/Assistant/Assistant.styles.d.ts +537 -0
- package/dist/components/Molecules/Tutor/Assistant/AssistantV2.d.ts +14 -0
- package/dist/components/Molecules/Tutor/Assistant/AssistantV2.styles.d.ts +109 -0
- package/dist/components/Molecules/Tutor/Assistant/TutorAssistant.d.ts +2 -0
- package/dist/components/Molecules/Tutor/BubbleLoader.d.ts +1 -0
- package/dist/components/Molecules/Tutor/TutorSummary/TutorSummary.d.ts +1 -0
- package/dist/components/Molecules/Tutor/User/User.d.ts +1 -0
- package/dist/components/Molecules/VideoView/VideoModal.d.ts +2 -0
- package/dist/components/Molecules/WallBanner/WallBanner.d.ts +2 -0
- package/dist/components/Molecules/WallBanner/wallBannerStyles.d.ts +1 -0
- package/dist/components/Molecules/WallCard/WallCard.d.ts +1 -0
- package/dist/components/Molecules/comprehension/ComprehensionLayout.d.ts +37 -0
- package/dist/components/Molecules/comprehension/ComprehensionStyles.d.ts +21 -0
- package/dist/components/Molecules/comprehension/SubQuestionLayout.d.ts +45 -0
- package/dist/components/Molecules/optionLayouts/fibtemp.d.ts +2 -0
- package/dist/components/Molecules/optionLayouts/mcqtemp.d.ts +2 -0
- package/dist/components/Molecules/optionLayouts/scqStudent.d.ts +2 -0
- package/dist/components/Molecules/optionLayouts/scqtemp.d.ts +2 -0
- package/dist/components/Molecules/questionLayouts/AnswerLayouts.d.ts +1 -0
- package/dist/components/Molecules/questionLayouts/QuestionsLayout.d.ts +1 -0
- package/dist/components/Organisms/ActivityList/ActivityList.d.ts +2 -0
- package/dist/components/Organisms/ChatView/ChatView.d.ts +1 -0
- package/dist/components/Organisms/FlashCardNode/FlashCardNode.d.ts +3 -0
- package/dist/components/Organisms/FlashCardNode/FlashcardContainer.d.ts +30 -0
- package/dist/components/Organisms/FlashCardNode/IconBar.d.ts +7 -0
- package/dist/components/Organisms/FlashCardNode/MobileAccordionView.d.ts +12 -0
- package/dist/components/Organisms/FlashCardNode/NodeHandles.d.ts +3 -0
- package/dist/components/Organisms/ISEditor-V2/EditableDiv.d.ts +4 -0
- package/dist/components/Organisms/ISEditor-V2/Editor.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V2/EditorConstants.d.ts +14 -0
- package/dist/components/Organisms/ISEditor-V2/EditorContext.d.ts +8 -0
- package/dist/components/Organisms/ISEditor-V2/ISEditor.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V2/LatexBlock.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V2/LatexCopyModal.d.ts +6 -0
- package/dist/components/Organisms/ISEditor-V2/LatexModal.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V2/LatexView.d.ts +5 -0
- package/dist/components/Organisms/ISEditor-V2/MathSymbolButton.d.ts +1 -0
- package/dist/components/Organisms/ISEditor-V2/MathToolBar.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V2/NewTableCustomisation.d.ts +1 -0
- package/dist/components/Organisms/ISEditor-V2/RawMathModal.d.ts +6 -0
- package/dist/components/Organisms/ISEditor-V2/RowColumnModal.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockEight.d.ts +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockEleven.d.ts +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockFive.d.ts +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockFour.d.ts +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockNine.d.ts +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockOne.d.ts +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockSeven.d.ts +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockSix.d.ts +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockTen.d.ts +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockThree.d.ts +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockTwelve.d.ts +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockTwo.d.ts +1 -0
- package/dist/components/Organisms/ISEditor-V2/TableBlock.d.ts +13 -0
- package/dist/components/Organisms/ISEditor-V2/TableModal.d.ts +5 -0
- package/dist/components/Organisms/ISEditor-V2/ToolBar.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V2/editor.types.d.ts +24 -0
- package/dist/components/Organisms/ISEditor-V2/tableBlockStyles.d.ts +48 -0
- package/dist/components/Organisms/ISEditor-V3/EditableDiv.d.ts +4 -0
- package/dist/components/Organisms/ISEditor-V3/Editor.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V3/EditorConstants.d.ts +14 -0
- package/dist/components/Organisms/ISEditor-V3/EditorContext.d.ts +8 -0
- package/dist/components/Organisms/ISEditor-V3/ISEditor.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V3/LatexBlock.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V3/LatexCopyModal.d.ts +6 -0
- package/dist/components/Organisms/ISEditor-V3/LatexModal.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V3/LatexView.d.ts +5 -0
- package/dist/components/Organisms/ISEditor-V3/MathSymbolButton.d.ts +1 -0
- package/dist/components/Organisms/ISEditor-V3/MathToolBar.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V3/NewTableCustomisation.d.ts +1 -0
- package/dist/components/Organisms/ISEditor-V3/RawMathModal.d.ts +6 -0
- package/dist/components/Organisms/ISEditor-V3/RowColumnModal.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockEight.d.ts +1 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockEleven.d.ts +1 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockFive.d.ts +1 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockFour.d.ts +1 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockNine.d.ts +1 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockOne.d.ts +1 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockSeven.d.ts +1 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockSix.d.ts +1 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockTen.d.ts +1 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockThree.d.ts +1 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockTwelve.d.ts +1 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockTwo.d.ts +1 -0
- package/dist/components/Organisms/ISEditor-V3/TableBlock.d.ts +13 -0
- package/dist/components/Organisms/ISEditor-V3/TableModal.d.ts +5 -0
- package/dist/components/Organisms/ISEditor-V3/ToolBar.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V3/editor.types.d.ts +24 -0
- package/dist/components/Organisms/ISEditor-V3/tableBlockStyles.d.ts +48 -0
- package/dist/components/Organisms/LiveStreaming/LiveStreaming.d.ts +1 -0
- package/dist/components/Organisms/PostDetails/ImageGallery.d.ts +1 -0
- package/dist/components/Organisms/PostDetails/PostDetails.d.ts +2 -0
- package/dist/components/Organisms/PostDetails/PostInfo.d.ts +1 -0
- package/dist/components/Organisms/PostDetails/postDetailStyles.d.ts +35 -0
- package/dist/components/Organisms/PostsList/PostList.d.ts +2 -0
- package/dist/components/Organisms/ProgressView/ProgressView.d.ts +2 -0
- package/dist/components/Organisms/ProgressView/ProgressView.stories.d.ts +685 -0
- package/dist/components/Organisms/ProgressView/ProgressViewPresenter.d.ts +9 -0
- package/dist/components/Organisms/ProgressView/ProgressViewStyles.d.ts +174 -0
- package/dist/components/Organisms/RecapGraph/Reactgraphflow.d.ts +13 -0
- package/dist/components/Organisms/RecapGraph/useRecapGraphLogic.d.ts +29 -0
- package/dist/components/Organisms/ReviewComponent/ChatPresenter.d.ts +1 -0
- package/dist/components/Organisms/ReviewComponent/KeyTakeAway.d.ts +4 -0
- package/dist/components/Organisms/ReviewComponent/MoreQuestions.d.ts +2 -0
- package/dist/components/Organisms/ReviewComponent/MoreQuestions.stories.d.ts +13 -0
- package/dist/components/Organisms/ReviewComponent/MoreQuestionsStyles.d.ts +31 -0
- package/dist/components/Organisms/ReviewComponent/Review.d.ts +52 -0
- package/dist/components/Organisms/ReviewComponent/ReviewPresenter.d.ts +49 -0
- package/dist/components/Organisms/ReviewComponent/ReviewPresenter.stories.d.ts +181 -0
- package/dist/components/Organisms/ReviewComponent/ReviewStyles.d.ts +77 -0
- package/dist/components/Organisms/ReviewComponent/reviewUtils.d.ts +1913 -0
- package/dist/components/Organisms/ReviewComponent/selectionUtils.d.ts +3002 -0
- package/dist/components/Organisms/StudentEditor/components/EditorComponent.d.ts +4 -0
- package/dist/components/Organisms/StudentEditor/components/EditorStyles.d.ts +41 -0
- package/dist/components/Organisms/StudentEditor/components/MathElement.d.ts +7 -0
- package/dist/components/Organisms/StudentEditor/components/MathKeyboard.d.ts +9 -0
- package/dist/components/Organisms/StudentEditor/components/MathKeyboardSME.d.ts +9 -0
- package/dist/components/Organisms/StudentEditor/components/MathModal.d.ts +9 -0
- package/dist/components/Organisms/StudentEditor/components/MathModalSME.d.ts +10 -0
- package/dist/components/Organisms/StudentEditor/components/Shortcuts.d.ts +4 -0
- package/dist/components/Organisms/StudentEditor/components/ShortcutsSME.d.ts +4 -0
- package/dist/components/Organisms/StudentEditor/components/TextEditor.d.ts +2 -0
- package/dist/components/Organisms/StudentEditor/components/mathModalStyles.d.ts +210 -0
- package/dist/components/Organisms/StudentEditor/utils/keyboard-config.d.ts +2132 -0
- package/dist/components/Organisms/StudentEditor/utils/keyboardConstants.d.ts +1779 -0
- package/dist/components/Organisms/StudentEditor/utils/slate-conversions.d.ts +19 -0
- package/dist/components/Organisms/StudentEditor/utils/slate-plugins.d.ts +1 -0
- package/dist/components/Organisms/StudentInsights/GaugeChart.d.ts +9 -0
- package/dist/components/Organisms/StudentInsights/InsightsComponent.d.ts +14 -0
- package/dist/components/Organisms/StudentInsights/InsightsComponent.stories.d.ts +334 -0
- package/dist/components/Organisms/StudentInsights/PieChart.d.ts +8 -0
- package/dist/components/Organisms/StudentInsights/insights.styles.d.ts +177 -0
- package/dist/components/Organisms/StudentInsights/text.d.ts +7 -0
- package/dist/components/Organisms/TableComponent/TableComponent.d.ts +2 -0
- package/dist/components/Organisms/TutorFeedback/TutorFeedback.d.ts +2 -0
- package/dist/components/themes/Theme.d.ts +61 -0
- package/dist/favicon.ico +0 -0
- package/dist/index-DIcS8zy8.js +1988 -0
- package/dist/index-DXcjyaIP.mjs +144104 -0
- package/dist/index.d.ts +69 -0
- package/dist/index.esm.js +72 -0
- package/dist/index.html +47 -0
- package/dist/index.js +1 -0
- package/dist/logo192.png +0 -0
- package/dist/logo512.png +0 -0
- package/dist/manifest.json +25 -0
- package/dist/mathlive.min-BtrrwzrH.js +3179 -0
- package/dist/mathlive.min-Cv3GrIcG.mjs +14907 -0
- package/dist/robots.txt +3 -0
- package/dist/shaka-player.compiled-C3nrKFca.js +98 -0
- package/dist/shaka-player.compiled-DRdm8ZDU.mjs +22982 -0
- package/dist/utils/Helper.d.ts +23 -0
- package/dist/utils/LearningPathUtils.d.ts +60 -0
- package/dist/utils/RecapData.d.ts +694 -0
- package/dist/utils/ReviewPresenterUtils.d.ts +9 -0
- package/dist/utils/TutorConstants.d.ts +78 -0
- package/dist/utils/accordion/accordionHelper.d.ts +7 -0
- package/dist/utils/accordion/accordion_images.d.ts +31 -0
- package/dist/utils/accordionConstants.d.ts +17 -0
- package/dist/utils/battery-customisation.d.ts +36 -0
- package/dist/utils/common-utils.d.ts +54 -0
- package/dist/utils/constants.d.ts +762 -0
- package/dist/utils/contentUtils.d.ts +40 -0
- package/dist/utils/crypto.d.ts +2 -0
- package/dist/utils/customTheme.d.ts +1 -0
- package/dist/utils/dateUtils.d.ts +1 -0
- package/dist/utils/emotionalLottieConstants.d.ts +6 -0
- package/dist/utils/emotionalScriptConstants.d.ts +15 -0
- package/dist/utils/emotions.d.ts +4 -0
- package/dist/utils/excludeSubject.d.ts +2 -0
- package/dist/utils/math-images.d.ts +6 -0
- package/dist/utils/pagination/Pagination.d.ts +11 -0
- package/dist/utils/presentationModes.d.ts +117 -0
- package/dist/utils/subject-icons.d.ts +9 -0
- package/dist/utils/taskUtils.d.ts +1 -0
- package/dist/utils/testingutils.d.ts +3110 -0
- package/dist/utils/tutor-utils.d.ts +1 -0
- package/dist/utils/wall/wall-constants.d.ts +41 -0
- package/dist/utils/wall/wall-imges.d.ts +64 -0
- package/dist/utils/wall/wall-message-bank.d.ts +28 -0
- package/dist/utils/wall-constants.d.ts +136 -0
- package/dist/utils/wall-images.d.ts +64 -0
- package/package.json +148 -0
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export declare const sortMenuStyles: {
|
|
2
|
+
hstack: {
|
|
3
|
+
container: {
|
|
4
|
+
display: string;
|
|
5
|
+
fontFamily: string;
|
|
6
|
+
};
|
|
7
|
+
};
|
|
8
|
+
menuBtn: {
|
|
9
|
+
bg: string;
|
|
10
|
+
border: string;
|
|
11
|
+
h: string;
|
|
12
|
+
p: string;
|
|
13
|
+
gap: string;
|
|
14
|
+
borderRadius: string;
|
|
15
|
+
};
|
|
16
|
+
text: {
|
|
17
|
+
sortTxt: {
|
|
18
|
+
fontSize: string;
|
|
19
|
+
fontWeight: string;
|
|
20
|
+
lineHeight: string;
|
|
21
|
+
textAlign: string;
|
|
22
|
+
color: string;
|
|
23
|
+
};
|
|
24
|
+
radioTxt: {
|
|
25
|
+
fontSize: string;
|
|
26
|
+
fontWeight: string;
|
|
27
|
+
lineHeight: string;
|
|
28
|
+
textAlign: string;
|
|
29
|
+
color: string;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
|
|
3
|
+
interface BenefitItem {
|
|
4
|
+
iconSrc?: string;
|
|
5
|
+
text: string;
|
|
6
|
+
}
|
|
7
|
+
interface AiTutorModalProps {
|
|
8
|
+
title: string;
|
|
9
|
+
titleIcon?: React.ReactNode;
|
|
10
|
+
titleIconColor?: string;
|
|
11
|
+
subtitle?: string;
|
|
12
|
+
imageSrc: string;
|
|
13
|
+
keybenifiticon?: string;
|
|
14
|
+
benefits: BenefitItem[];
|
|
15
|
+
infoIconSrc?: string;
|
|
16
|
+
infoText?: string;
|
|
17
|
+
onClose: () => void;
|
|
18
|
+
}
|
|
19
|
+
declare const AiTutorModal: ({ title, titleIcon, titleIconColor, subtitle, imageSrc, keybenifiticon, benefits, infoIconSrc, infoText, onClose, }: AiTutorModalProps) => import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
export default AiTutorModal;
|
|
@@ -0,0 +1,238 @@
|
|
|
1
|
+
export declare const modalStyles: {
|
|
2
|
+
modalWrapper: {
|
|
3
|
+
backdropFilter: string;
|
|
4
|
+
position: "fixed";
|
|
5
|
+
top: number;
|
|
6
|
+
left: number;
|
|
7
|
+
width: string;
|
|
8
|
+
height: string;
|
|
9
|
+
display: string;
|
|
10
|
+
alignItems: string;
|
|
11
|
+
justifyContent: string;
|
|
12
|
+
background: string;
|
|
13
|
+
zIndex: number;
|
|
14
|
+
padding: string;
|
|
15
|
+
overflowY: "auto";
|
|
16
|
+
};
|
|
17
|
+
modalContainer: {
|
|
18
|
+
width: string;
|
|
19
|
+
maxWidth: string;
|
|
20
|
+
Height: string;
|
|
21
|
+
background: string;
|
|
22
|
+
borderRadius: string;
|
|
23
|
+
padding: string;
|
|
24
|
+
display: string;
|
|
25
|
+
flexDirection: "column";
|
|
26
|
+
gap: string;
|
|
27
|
+
position: "relative";
|
|
28
|
+
"@media screen and (max-width: 480px)": {
|
|
29
|
+
padding: string;
|
|
30
|
+
borderRadius: string;
|
|
31
|
+
height: string;
|
|
32
|
+
};
|
|
33
|
+
"@media screen and (max-width: 375px)": {
|
|
34
|
+
padding: string;
|
|
35
|
+
maxWidth: string;
|
|
36
|
+
height: string;
|
|
37
|
+
borderRadius: string;
|
|
38
|
+
};
|
|
39
|
+
};
|
|
40
|
+
modalHeader: {
|
|
41
|
+
width: string;
|
|
42
|
+
};
|
|
43
|
+
title: {
|
|
44
|
+
fontFamily: string;
|
|
45
|
+
fontWeight: number;
|
|
46
|
+
fontSize: string;
|
|
47
|
+
lineHeight: string;
|
|
48
|
+
color: string;
|
|
49
|
+
"@media screen and (max-width: 375px)": {
|
|
50
|
+
fontSize: string;
|
|
51
|
+
lineHeight: string;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
subtitle: {
|
|
55
|
+
fontFamily: string;
|
|
56
|
+
fontWeight: number;
|
|
57
|
+
fontSize: string;
|
|
58
|
+
lineHeight: string;
|
|
59
|
+
color: string;
|
|
60
|
+
"@media screen and (max-width: 375px)": {
|
|
61
|
+
fontSize: string;
|
|
62
|
+
};
|
|
63
|
+
};
|
|
64
|
+
closeBtn: {
|
|
65
|
+
color: string;
|
|
66
|
+
fontSize: string;
|
|
67
|
+
display: string;
|
|
68
|
+
alignItems: string;
|
|
69
|
+
justifyContent: string;
|
|
70
|
+
cursor: string;
|
|
71
|
+
position: "absolute";
|
|
72
|
+
top: string;
|
|
73
|
+
right: string;
|
|
74
|
+
background: string;
|
|
75
|
+
border: string;
|
|
76
|
+
"@media screen and (max-width: 480px)": {
|
|
77
|
+
top: string;
|
|
78
|
+
right: string;
|
|
79
|
+
};
|
|
80
|
+
"@media screen and (max-width: 375px)": {
|
|
81
|
+
top: string;
|
|
82
|
+
right: string;
|
|
83
|
+
fontSize: string;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
modalImage: {
|
|
87
|
+
width: string;
|
|
88
|
+
maxHeight: string;
|
|
89
|
+
objectFit: "cover";
|
|
90
|
+
borderRadius: string;
|
|
91
|
+
"@media screen and (max-width: 480px)": {
|
|
92
|
+
maxHeight: string;
|
|
93
|
+
};
|
|
94
|
+
"@media screen and (max-width: 375px)": {
|
|
95
|
+
maxHeight: string;
|
|
96
|
+
};
|
|
97
|
+
};
|
|
98
|
+
keyBenefitsHeader: {
|
|
99
|
+
fontFamily: string;
|
|
100
|
+
fontWeight: number;
|
|
101
|
+
fontSize: string;
|
|
102
|
+
color: string;
|
|
103
|
+
display: string;
|
|
104
|
+
alignItems: string;
|
|
105
|
+
gap: string;
|
|
106
|
+
flexWrap: "wrap";
|
|
107
|
+
"@media screen and (max-width: 480px)": {
|
|
108
|
+
fontSize: string;
|
|
109
|
+
};
|
|
110
|
+
"@media screen and (max-width: 375px)": {
|
|
111
|
+
fontSize: string;
|
|
112
|
+
flexWrap: "wrap";
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
starIcon: {
|
|
116
|
+
width: string;
|
|
117
|
+
height: string;
|
|
118
|
+
};
|
|
119
|
+
smartlearnTag: {
|
|
120
|
+
background: string;
|
|
121
|
+
boxShadow: string;
|
|
122
|
+
borderRadius: string;
|
|
123
|
+
padding: string;
|
|
124
|
+
fontFamily: string;
|
|
125
|
+
fontWeight: number;
|
|
126
|
+
fontSize: string;
|
|
127
|
+
color: string;
|
|
128
|
+
"@media screen and (max-width: 480px)": {
|
|
129
|
+
fontSize: string;
|
|
130
|
+
padding: string;
|
|
131
|
+
};
|
|
132
|
+
"@media screen and (max-width: 375px)": {
|
|
133
|
+
fontSize: string;
|
|
134
|
+
padding: string;
|
|
135
|
+
};
|
|
136
|
+
};
|
|
137
|
+
benefitsList: {
|
|
138
|
+
width: string;
|
|
139
|
+
height: string;
|
|
140
|
+
overflowY: "auto";
|
|
141
|
+
paddingRight: string;
|
|
142
|
+
"@media screen and (max-width: 480px)": {
|
|
143
|
+
height: string;
|
|
144
|
+
};
|
|
145
|
+
"@media screen and (max-width: 375px)": {
|
|
146
|
+
height: string;
|
|
147
|
+
overflowY: "auto";
|
|
148
|
+
};
|
|
149
|
+
};
|
|
150
|
+
benefitItem: {
|
|
151
|
+
fontFamily: string;
|
|
152
|
+
fontWeight: number;
|
|
153
|
+
fontSize: string;
|
|
154
|
+
color: string;
|
|
155
|
+
display: string;
|
|
156
|
+
gap: string;
|
|
157
|
+
"@media screen and (max-width: 480px)": {
|
|
158
|
+
fontSize: string;
|
|
159
|
+
};
|
|
160
|
+
"@media screen and (max-width: 375px)": {
|
|
161
|
+
fontSize: string;
|
|
162
|
+
};
|
|
163
|
+
};
|
|
164
|
+
benefitIcon: {
|
|
165
|
+
width: string;
|
|
166
|
+
height: string;
|
|
167
|
+
flexShrink: number;
|
|
168
|
+
};
|
|
169
|
+
infoBox: {
|
|
170
|
+
width: string;
|
|
171
|
+
maxWidth: string;
|
|
172
|
+
borderRadius: string;
|
|
173
|
+
background: string;
|
|
174
|
+
display: string;
|
|
175
|
+
alignItems: string;
|
|
176
|
+
gap: string;
|
|
177
|
+
padding: string;
|
|
178
|
+
"@media screen and (max-width: 480px)": {
|
|
179
|
+
flexDirection: "row";
|
|
180
|
+
alignItems: string;
|
|
181
|
+
gap: string;
|
|
182
|
+
borderRadius: string;
|
|
183
|
+
};
|
|
184
|
+
"@media screen and (max-width: 375px)": {
|
|
185
|
+
padding: string;
|
|
186
|
+
gap: string;
|
|
187
|
+
borderRadius: string;
|
|
188
|
+
};
|
|
189
|
+
};
|
|
190
|
+
infoIcon: {
|
|
191
|
+
width: string;
|
|
192
|
+
height: string;
|
|
193
|
+
flexShrink: number;
|
|
194
|
+
"@media screen and (max-width: 480px)": {
|
|
195
|
+
width: string;
|
|
196
|
+
height: string;
|
|
197
|
+
};
|
|
198
|
+
"@media screen and (max-width: 375px)": {
|
|
199
|
+
width: string;
|
|
200
|
+
height: string;
|
|
201
|
+
};
|
|
202
|
+
};
|
|
203
|
+
infoText: {
|
|
204
|
+
fontFamily: string;
|
|
205
|
+
fontWeight: number;
|
|
206
|
+
fontSize: string;
|
|
207
|
+
lineHeight: string;
|
|
208
|
+
color: string;
|
|
209
|
+
flex: number;
|
|
210
|
+
wordBreak: "break-word";
|
|
211
|
+
"@media screen and (max-width: 375px)": {
|
|
212
|
+
fontSize: string;
|
|
213
|
+
lineHeight: string;
|
|
214
|
+
};
|
|
215
|
+
};
|
|
216
|
+
chatButton: {
|
|
217
|
+
background: string;
|
|
218
|
+
color: string;
|
|
219
|
+
border: string;
|
|
220
|
+
borderRadius: string;
|
|
221
|
+
fontFamily: string;
|
|
222
|
+
fontWeight: number;
|
|
223
|
+
fontSize: string;
|
|
224
|
+
cursor: string;
|
|
225
|
+
alignSelf: "flex-end";
|
|
226
|
+
width: string;
|
|
227
|
+
height: string;
|
|
228
|
+
"@media screen and (max-width: 480px)": {
|
|
229
|
+
fontSize: string;
|
|
230
|
+
width: string;
|
|
231
|
+
};
|
|
232
|
+
"@media screen and (max-width: 375px)": {
|
|
233
|
+
width: string;
|
|
234
|
+
height: string;
|
|
235
|
+
fontSize: string;
|
|
236
|
+
};
|
|
237
|
+
};
|
|
238
|
+
};
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
export function CellEditor({ selectedCell, cellData, onUpdateCell, onClose, tableConstraints, isVisible, onAddColumn, onRemoveColumn, onAddRow, onRemoveRow }: {
|
|
2
|
+
selectedCell: any;
|
|
3
|
+
cellData: any;
|
|
4
|
+
onUpdateCell: any;
|
|
5
|
+
onClose: any;
|
|
6
|
+
tableConstraints: any;
|
|
7
|
+
isVisible: any;
|
|
8
|
+
onAddColumn: any;
|
|
9
|
+
onRemoveColumn: any;
|
|
10
|
+
onAddRow: any;
|
|
11
|
+
onRemoveRow: any;
|
|
12
|
+
}): import("react/jsx-runtime").JSX.Element | null;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export function TableHeader({ onGenerate, onImport, onImportMarkdown, title, importButtonText, importMarkdownButtonText, showImporter, showMarkdownImporter, isLoading }: {
|
|
2
|
+
onGenerate: any;
|
|
3
|
+
onImport: any;
|
|
4
|
+
onImportMarkdown: any;
|
|
5
|
+
title?: string | undefined;
|
|
6
|
+
importButtonText?: string | undefined;
|
|
7
|
+
importMarkdownButtonText?: string | undefined;
|
|
8
|
+
showImporter?: boolean | undefined;
|
|
9
|
+
showMarkdownImporter?: boolean | undefined;
|
|
10
|
+
isLoading?: boolean | undefined;
|
|
11
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export function TablePreview({ tableData, selectedCell, onCellSelect, getCell, isCellSpanned, onUpdateCell }: {
|
|
2
|
+
tableData: any;
|
|
3
|
+
selectedCell: any;
|
|
4
|
+
onCellSelect: any;
|
|
5
|
+
getCell: any;
|
|
6
|
+
isCellSpanned: any;
|
|
7
|
+
onUpdateCell: any;
|
|
8
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export function useTableGenerator(tableData: any, getCell: any, isCellSpanned: any): {
|
|
2
|
+
generateCSS: () => string;
|
|
3
|
+
generateHTML: () => string;
|
|
4
|
+
copyToClipboard: (html: any) => void;
|
|
5
|
+
generateAndCopy: () => string;
|
|
6
|
+
generateMarkdown: () => string;
|
|
7
|
+
generateMarkdownAndCopy: () => string;
|
|
8
|
+
};
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
export function useTableState(initialConfig?: {}): {
|
|
2
|
+
tableData: {
|
|
3
|
+
rows: any;
|
|
4
|
+
columns: any;
|
|
5
|
+
hasHeader: any;
|
|
6
|
+
headerRows: any;
|
|
7
|
+
tableWidth: any;
|
|
8
|
+
tableId: any;
|
|
9
|
+
cells: {};
|
|
10
|
+
};
|
|
11
|
+
selectedCell: null;
|
|
12
|
+
showCellEditor: boolean;
|
|
13
|
+
updateCell: (row: any, col: any, updates: any) => void;
|
|
14
|
+
addColumn: (position?: string) => void;
|
|
15
|
+
removeColumn: (position?: string) => void;
|
|
16
|
+
addRow: (position?: string) => void;
|
|
17
|
+
removeRow: (position?: string) => void;
|
|
18
|
+
toggleHeader: () => void;
|
|
19
|
+
updateTableWidth: (width: any) => void;
|
|
20
|
+
handleCellSelect: (cellKey: any) => void;
|
|
21
|
+
resetTable: () => void;
|
|
22
|
+
importTableData: (importedData: any) => void;
|
|
23
|
+
setSelectedCell: import('react').Dispatch<import('react').SetStateAction<null>>;
|
|
24
|
+
setShowCellEditor: import('react').Dispatch<import('react').SetStateAction<boolean>>;
|
|
25
|
+
getCell: (row: any, col: any) => any;
|
|
26
|
+
isCellSpanned: (row: any, col: any) => boolean;
|
|
27
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export default function ContactCard({ styles, assets, showContact, showHeader, toggleContactCard }: {
|
|
2
|
+
styles: any;
|
|
3
|
+
assets: any;
|
|
4
|
+
showContact?: boolean | undefined;
|
|
5
|
+
showHeader?: boolean | undefined;
|
|
6
|
+
toggleContactCard: any;
|
|
7
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
export namespace parentPrivacyInfo {
|
|
2
|
+
const info: string[];
|
|
3
|
+
const sections: ({
|
|
4
|
+
title: string;
|
|
5
|
+
content: string[];
|
|
6
|
+
isList?: undefined;
|
|
7
|
+
} | {
|
|
8
|
+
title: string;
|
|
9
|
+
content: {
|
|
10
|
+
children: {
|
|
11
|
+
title: string;
|
|
12
|
+
data: string[];
|
|
13
|
+
};
|
|
14
|
+
}[];
|
|
15
|
+
isList?: undefined;
|
|
16
|
+
} | {
|
|
17
|
+
title: string;
|
|
18
|
+
content: string[];
|
|
19
|
+
isList: boolean;
|
|
20
|
+
})[];
|
|
21
|
+
}
|
|
22
|
+
export namespace parentTermsInfo {
|
|
23
|
+
const info_1: string[];
|
|
24
|
+
export { info_1 as info };
|
|
25
|
+
const sections_1: ({
|
|
26
|
+
title: string;
|
|
27
|
+
content: (string | {
|
|
28
|
+
children: {
|
|
29
|
+
title: string;
|
|
30
|
+
data: string[];
|
|
31
|
+
};
|
|
32
|
+
})[];
|
|
33
|
+
isList?: undefined;
|
|
34
|
+
} | {
|
|
35
|
+
title: string;
|
|
36
|
+
isList: boolean;
|
|
37
|
+
content: string[];
|
|
38
|
+
})[];
|
|
39
|
+
export { sections_1 as sections };
|
|
40
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export namespace schoolPrivacyInfo {
|
|
2
|
+
const info: string[];
|
|
3
|
+
const sections: ({
|
|
4
|
+
title: string;
|
|
5
|
+
content: string[];
|
|
6
|
+
isList?: undefined;
|
|
7
|
+
} | {
|
|
8
|
+
title: string;
|
|
9
|
+
isList: boolean;
|
|
10
|
+
content: string[];
|
|
11
|
+
})[];
|
|
12
|
+
}
|
|
13
|
+
export namespace schoolTermsInfo {
|
|
14
|
+
const info_1: string[];
|
|
15
|
+
export { info_1 as info };
|
|
16
|
+
const sections_1: ({
|
|
17
|
+
title: string;
|
|
18
|
+
content: (string | {
|
|
19
|
+
children: {
|
|
20
|
+
title: string;
|
|
21
|
+
data: string[];
|
|
22
|
+
};
|
|
23
|
+
})[];
|
|
24
|
+
isList?: undefined;
|
|
25
|
+
} | {
|
|
26
|
+
title: string;
|
|
27
|
+
isList: boolean;
|
|
28
|
+
content: string[];
|
|
29
|
+
})[];
|
|
30
|
+
export { sections_1 as sections };
|
|
31
|
+
}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
export namespace studentPrivacyInfo {
|
|
2
|
+
const info: string[];
|
|
3
|
+
const sections: ({
|
|
4
|
+
title: string;
|
|
5
|
+
content: string[];
|
|
6
|
+
isList?: undefined;
|
|
7
|
+
} | {
|
|
8
|
+
title: string;
|
|
9
|
+
isList: boolean;
|
|
10
|
+
content: string[];
|
|
11
|
+
})[];
|
|
12
|
+
}
|
|
13
|
+
export namespace contactCardInfo {
|
|
14
|
+
export const grievanceOfficer: string;
|
|
15
|
+
export const email: string;
|
|
16
|
+
export const phone: string;
|
|
17
|
+
export const address: string;
|
|
18
|
+
const info_1: string;
|
|
19
|
+
export { info_1 as info };
|
|
20
|
+
}
|
|
21
|
+
export namespace studentTermsInfo {
|
|
22
|
+
const info_2: string[];
|
|
23
|
+
export { info_2 as info };
|
|
24
|
+
const sections_1: ({
|
|
25
|
+
title: string;
|
|
26
|
+
isList: boolean;
|
|
27
|
+
content: (string | {
|
|
28
|
+
children: {
|
|
29
|
+
title: string;
|
|
30
|
+
data: string[];
|
|
31
|
+
};
|
|
32
|
+
})[];
|
|
33
|
+
} | {
|
|
34
|
+
title: string;
|
|
35
|
+
content: (string | {
|
|
36
|
+
children: {
|
|
37
|
+
title: string;
|
|
38
|
+
data: string[];
|
|
39
|
+
};
|
|
40
|
+
})[];
|
|
41
|
+
isList?: undefined;
|
|
42
|
+
})[];
|
|
43
|
+
export { sections_1 as sections };
|
|
44
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
export namespace teacherPrivacyInfo {
|
|
2
|
+
const info: string[];
|
|
3
|
+
const sections: ({
|
|
4
|
+
title: string;
|
|
5
|
+
content: string[];
|
|
6
|
+
isList?: undefined;
|
|
7
|
+
} | {
|
|
8
|
+
title: string;
|
|
9
|
+
isList: boolean;
|
|
10
|
+
content: string[];
|
|
11
|
+
} | {
|
|
12
|
+
title: string;
|
|
13
|
+
content: {
|
|
14
|
+
children: {
|
|
15
|
+
title: string;
|
|
16
|
+
data: string[];
|
|
17
|
+
};
|
|
18
|
+
}[];
|
|
19
|
+
isList?: undefined;
|
|
20
|
+
})[];
|
|
21
|
+
}
|
|
22
|
+
export namespace teacherTermsInfo {
|
|
23
|
+
const info_1: string[];
|
|
24
|
+
export { info_1 as info };
|
|
25
|
+
const sections_1: ({
|
|
26
|
+
title: string;
|
|
27
|
+
content: (string | {
|
|
28
|
+
children: {
|
|
29
|
+
title: string;
|
|
30
|
+
data: string[];
|
|
31
|
+
};
|
|
32
|
+
})[];
|
|
33
|
+
isList?: undefined;
|
|
34
|
+
} | {
|
|
35
|
+
title: string;
|
|
36
|
+
isList: boolean;
|
|
37
|
+
content: string[];
|
|
38
|
+
})[];
|
|
39
|
+
export { sections_1 as sections };
|
|
40
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
|
|
3
|
+
interface TimerClockProps {
|
|
4
|
+
startTimeInSeconds?: number;
|
|
5
|
+
isMobile?: boolean;
|
|
6
|
+
autoStart?: boolean;
|
|
7
|
+
isFromLearningCredits?: boolean;
|
|
8
|
+
icon?: string;
|
|
9
|
+
fontcolor?: string;
|
|
10
|
+
}
|
|
11
|
+
declare const TimerClock: React.FC<TimerClockProps>;
|
|
12
|
+
export default TimerClock;
|