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,15 @@
|
|
|
1
|
+
import { CSSProperties } from 'react';
|
|
2
|
+
|
|
3
|
+
interface Styles {
|
|
4
|
+
container: CSSProperties;
|
|
5
|
+
box: CSSProperties;
|
|
6
|
+
icon: CSSProperties;
|
|
7
|
+
textWithButton: CSSProperties;
|
|
8
|
+
title: CSSProperties;
|
|
9
|
+
subtitle: CSSProperties;
|
|
10
|
+
button: CSSProperties;
|
|
11
|
+
buttontext: CSSProperties;
|
|
12
|
+
buttonHover: CSSProperties;
|
|
13
|
+
}
|
|
14
|
+
export declare const styles: Styles;
|
|
15
|
+
export {};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
export default function MediaModal({ openMedia, handleClose, selectedMedia, authToken, updateVideoEvents, modalSize, modalZIndex, videoAspectRatio, imageMaxHeight, maxModalHeight, enableIOSOptimizations, iosCloseDelay, learningStepData, muted, }: {
|
|
2
|
+
openMedia: any;
|
|
3
|
+
handleClose: any;
|
|
4
|
+
selectedMedia: any;
|
|
5
|
+
authToken: any;
|
|
6
|
+
updateVideoEvents: any;
|
|
7
|
+
modalSize?: string | undefined;
|
|
8
|
+
modalZIndex?: number | undefined;
|
|
9
|
+
videoAspectRatio?: number | undefined;
|
|
10
|
+
imageMaxHeight?: string | undefined;
|
|
11
|
+
maxModalHeight?: string | undefined;
|
|
12
|
+
enableIOSOptimizations?: boolean | undefined;
|
|
13
|
+
iosCloseDelay?: number | undefined;
|
|
14
|
+
learningStepData: any;
|
|
15
|
+
muted?: boolean | undefined;
|
|
16
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
|
|
3
|
+
export interface ExecutionModalProps {
|
|
4
|
+
isOpen: boolean;
|
|
5
|
+
onClose: () => void;
|
|
6
|
+
subjectIcon: string;
|
|
7
|
+
studentName?: string;
|
|
8
|
+
taskType?: string;
|
|
9
|
+
practiceType?: string;
|
|
10
|
+
onGetCredits?: () => void;
|
|
11
|
+
subTitle?: string;
|
|
12
|
+
taskTitle?: string;
|
|
13
|
+
allowSend?: boolean;
|
|
14
|
+
remainingTime?: number;
|
|
15
|
+
warningMessage?: string;
|
|
16
|
+
}
|
|
17
|
+
export declare const ExecutionModal: React.FC<ExecutionModalProps>;
|
|
18
|
+
export default ExecutionModal;
|
|
@@ -0,0 +1,344 @@
|
|
|
1
|
+
export declare const styles: {
|
|
2
|
+
overlay: {
|
|
3
|
+
background: string;
|
|
4
|
+
backdropFilter: string;
|
|
5
|
+
};
|
|
6
|
+
boldText: {
|
|
7
|
+
fontWeight: number;
|
|
8
|
+
};
|
|
9
|
+
desktopModalContainer: {
|
|
10
|
+
justifyContent: string;
|
|
11
|
+
alignItems: string;
|
|
12
|
+
padding: number;
|
|
13
|
+
display: string;
|
|
14
|
+
flexDirection: "column";
|
|
15
|
+
maxWidth: string;
|
|
16
|
+
};
|
|
17
|
+
modalContainer: {
|
|
18
|
+
background: string;
|
|
19
|
+
maxWidth: string;
|
|
20
|
+
boxShadow: string;
|
|
21
|
+
margin: string;
|
|
22
|
+
borderRadius: number;
|
|
23
|
+
border: string;
|
|
24
|
+
boxSizing: "border-box";
|
|
25
|
+
padding: number;
|
|
26
|
+
display: string;
|
|
27
|
+
flexDirection: "column";
|
|
28
|
+
};
|
|
29
|
+
modalContent: {
|
|
30
|
+
borderRadius: number;
|
|
31
|
+
border: string;
|
|
32
|
+
background: string;
|
|
33
|
+
padding: number;
|
|
34
|
+
boxSizing: "border-box";
|
|
35
|
+
minHeight: string;
|
|
36
|
+
display: string;
|
|
37
|
+
flexDirection: "column";
|
|
38
|
+
justifyContent: string;
|
|
39
|
+
};
|
|
40
|
+
header: {
|
|
41
|
+
display: string;
|
|
42
|
+
alignItems: string;
|
|
43
|
+
marginBottom: number;
|
|
44
|
+
};
|
|
45
|
+
iconContainer: {
|
|
46
|
+
background: string;
|
|
47
|
+
borderRadius: number;
|
|
48
|
+
width: string;
|
|
49
|
+
height: string;
|
|
50
|
+
display: string;
|
|
51
|
+
alignItems: string;
|
|
52
|
+
justifyContent: string;
|
|
53
|
+
marginRight: number;
|
|
54
|
+
};
|
|
55
|
+
icon: {
|
|
56
|
+
width: string;
|
|
57
|
+
height: string;
|
|
58
|
+
};
|
|
59
|
+
titleContainer: {
|
|
60
|
+
display: string;
|
|
61
|
+
flexDirection: "column";
|
|
62
|
+
};
|
|
63
|
+
title: {
|
|
64
|
+
fontFamily: string;
|
|
65
|
+
fontWeight: number;
|
|
66
|
+
fontSize: string;
|
|
67
|
+
lineHeight: string;
|
|
68
|
+
color: string;
|
|
69
|
+
marginBottom: number;
|
|
70
|
+
};
|
|
71
|
+
subtitle: {
|
|
72
|
+
fontFamily: string;
|
|
73
|
+
fontWeight: number;
|
|
74
|
+
fontSize: string;
|
|
75
|
+
lineHeight: string;
|
|
76
|
+
color: string;
|
|
77
|
+
};
|
|
78
|
+
messageContainer: {
|
|
79
|
+
fontFamily: string;
|
|
80
|
+
fontWeight: number;
|
|
81
|
+
fontSize: string;
|
|
82
|
+
lineHeight: string;
|
|
83
|
+
color: string;
|
|
84
|
+
marginBottom: number;
|
|
85
|
+
};
|
|
86
|
+
studentName: {
|
|
87
|
+
lineHeight: string;
|
|
88
|
+
};
|
|
89
|
+
divider: {
|
|
90
|
+
borderTop: string;
|
|
91
|
+
margin: string;
|
|
92
|
+
width: string;
|
|
93
|
+
};
|
|
94
|
+
infoMessage: {
|
|
95
|
+
fontFamily: string;
|
|
96
|
+
fontWeight: number;
|
|
97
|
+
fontSize: string;
|
|
98
|
+
lineHeight: string;
|
|
99
|
+
color: string;
|
|
100
|
+
marginBottom: number;
|
|
101
|
+
};
|
|
102
|
+
warningMessage: {
|
|
103
|
+
fontFamily: string;
|
|
104
|
+
fontWeight: number;
|
|
105
|
+
fontSize: string;
|
|
106
|
+
lineHeight: string;
|
|
107
|
+
padding: string;
|
|
108
|
+
textAlign: "center";
|
|
109
|
+
borderRadius: string;
|
|
110
|
+
backgroundColor: string;
|
|
111
|
+
color: string;
|
|
112
|
+
marginBottom: string;
|
|
113
|
+
};
|
|
114
|
+
buttonContainer: {
|
|
115
|
+
display: string;
|
|
116
|
+
gap: number;
|
|
117
|
+
width: string;
|
|
118
|
+
justifyContent: string;
|
|
119
|
+
alignItems: string;
|
|
120
|
+
};
|
|
121
|
+
continueButton: {
|
|
122
|
+
width: number;
|
|
123
|
+
height: number;
|
|
124
|
+
borderRadius: number;
|
|
125
|
+
border: string;
|
|
126
|
+
background: string;
|
|
127
|
+
color: string;
|
|
128
|
+
fontFamily: string;
|
|
129
|
+
fontWeight: number;
|
|
130
|
+
fontSize: string;
|
|
131
|
+
cursor: string;
|
|
132
|
+
outline: string;
|
|
133
|
+
transition: string;
|
|
134
|
+
boxShadow: string;
|
|
135
|
+
whiteSpace: string;
|
|
136
|
+
overflow: string;
|
|
137
|
+
textOverflow: string;
|
|
138
|
+
};
|
|
139
|
+
creditButtonWrapper: {
|
|
140
|
+
display: string;
|
|
141
|
+
flexDirection: "column";
|
|
142
|
+
alignItems: string;
|
|
143
|
+
gap: number;
|
|
144
|
+
};
|
|
145
|
+
creditButton: (allowSend: boolean) => {
|
|
146
|
+
width: number;
|
|
147
|
+
height: number;
|
|
148
|
+
borderRadius: number;
|
|
149
|
+
border: string;
|
|
150
|
+
background: string;
|
|
151
|
+
color: string;
|
|
152
|
+
fontFamily: string;
|
|
153
|
+
fontWeight: number;
|
|
154
|
+
fontSize: string;
|
|
155
|
+
cursor: string;
|
|
156
|
+
outline: string;
|
|
157
|
+
transition: string;
|
|
158
|
+
padding: string;
|
|
159
|
+
};
|
|
160
|
+
timerText: {
|
|
161
|
+
width: string;
|
|
162
|
+
fontFamily: string;
|
|
163
|
+
fontWeight: number;
|
|
164
|
+
fontSize: string;
|
|
165
|
+
lineHeight: string;
|
|
166
|
+
textAlign: "center";
|
|
167
|
+
letterSpacing: string;
|
|
168
|
+
color: string;
|
|
169
|
+
marginTop: number;
|
|
170
|
+
};
|
|
171
|
+
mobileContainer: {
|
|
172
|
+
justifyContent: string;
|
|
173
|
+
alignItems: string;
|
|
174
|
+
padding: number;
|
|
175
|
+
display: string;
|
|
176
|
+
flexDirection: "column";
|
|
177
|
+
width: string;
|
|
178
|
+
maxWidth: string;
|
|
179
|
+
boxSizing: "border-box";
|
|
180
|
+
};
|
|
181
|
+
mobileModalContainer: {
|
|
182
|
+
justifyContent: string;
|
|
183
|
+
alignItems: string;
|
|
184
|
+
padding: number;
|
|
185
|
+
display: string;
|
|
186
|
+
flexDirection: "column";
|
|
187
|
+
width: string;
|
|
188
|
+
maxWidth: string;
|
|
189
|
+
margin: string;
|
|
190
|
+
};
|
|
191
|
+
mobileModalContent: {
|
|
192
|
+
borderRadius: number;
|
|
193
|
+
border: string;
|
|
194
|
+
background: string;
|
|
195
|
+
padding: number;
|
|
196
|
+
boxSizing: "border-box";
|
|
197
|
+
minHeight: string;
|
|
198
|
+
display: string;
|
|
199
|
+
flexDirection: "column";
|
|
200
|
+
justifyContent: string;
|
|
201
|
+
width: string;
|
|
202
|
+
overflow: "hidden";
|
|
203
|
+
};
|
|
204
|
+
mobileHeader: {
|
|
205
|
+
display: string;
|
|
206
|
+
flexDirection: "column";
|
|
207
|
+
alignItems: string;
|
|
208
|
+
marginBottom: number;
|
|
209
|
+
textAlign: "center";
|
|
210
|
+
};
|
|
211
|
+
mobileIconContainer: {
|
|
212
|
+
background: string;
|
|
213
|
+
borderRadius: number;
|
|
214
|
+
width: string;
|
|
215
|
+
height: string;
|
|
216
|
+
display: string;
|
|
217
|
+
alignItems: string;
|
|
218
|
+
justifyContent: string;
|
|
219
|
+
marginBottom: number;
|
|
220
|
+
};
|
|
221
|
+
mobileIcon: {
|
|
222
|
+
width: string;
|
|
223
|
+
height: string;
|
|
224
|
+
};
|
|
225
|
+
mobileTitleContainer: {
|
|
226
|
+
display: string;
|
|
227
|
+
flexDirection: "column";
|
|
228
|
+
alignItems: string;
|
|
229
|
+
width: string;
|
|
230
|
+
};
|
|
231
|
+
mobileTitle: {
|
|
232
|
+
fontFamily: string;
|
|
233
|
+
fontWeight: number;
|
|
234
|
+
fontSize: string;
|
|
235
|
+
lineHeight: string;
|
|
236
|
+
color: string;
|
|
237
|
+
marginBottom: number;
|
|
238
|
+
textAlign: "center";
|
|
239
|
+
};
|
|
240
|
+
mobileSubtitle: {
|
|
241
|
+
fontFamily: string;
|
|
242
|
+
fontWeight: number;
|
|
243
|
+
fontSize: string;
|
|
244
|
+
lineHeight: string;
|
|
245
|
+
color: string;
|
|
246
|
+
textAlign: "center";
|
|
247
|
+
};
|
|
248
|
+
mobileMessageContainer: {
|
|
249
|
+
fontFamily: string;
|
|
250
|
+
fontWeight: number;
|
|
251
|
+
fontSize: string;
|
|
252
|
+
lineHeight: string;
|
|
253
|
+
color: string;
|
|
254
|
+
marginBottom: number;
|
|
255
|
+
textAlign: "center";
|
|
256
|
+
};
|
|
257
|
+
mobileStudentName: {
|
|
258
|
+
lineHeight: string;
|
|
259
|
+
textAlign: "center";
|
|
260
|
+
marginBottom: number;
|
|
261
|
+
};
|
|
262
|
+
mobileDivider: {
|
|
263
|
+
borderTop: string;
|
|
264
|
+
margin: string;
|
|
265
|
+
width: string;
|
|
266
|
+
};
|
|
267
|
+
mobileInfoMessage: {
|
|
268
|
+
fontFamily: string;
|
|
269
|
+
fontWeight: number;
|
|
270
|
+
fontSize: string;
|
|
271
|
+
lineHeight: string;
|
|
272
|
+
color: string;
|
|
273
|
+
marginBottom: number;
|
|
274
|
+
textAlign: "center";
|
|
275
|
+
};
|
|
276
|
+
mobileWarningMessage: {
|
|
277
|
+
fontFamily: string;
|
|
278
|
+
fontWeight: number;
|
|
279
|
+
fontSize: string;
|
|
280
|
+
lineHeight: string;
|
|
281
|
+
padding: string;
|
|
282
|
+
textAlign: "center";
|
|
283
|
+
borderRadius: string;
|
|
284
|
+
backgroundColor: string;
|
|
285
|
+
color: string;
|
|
286
|
+
marginBottom: string;
|
|
287
|
+
width: string;
|
|
288
|
+
boxSizing: "border-box";
|
|
289
|
+
maxWidth: string;
|
|
290
|
+
overflowWrap: "break-word";
|
|
291
|
+
};
|
|
292
|
+
mobileButtonContainer: {
|
|
293
|
+
display: string;
|
|
294
|
+
flexDirection: "column";
|
|
295
|
+
gap: number;
|
|
296
|
+
width: string;
|
|
297
|
+
alignItems: string;
|
|
298
|
+
};
|
|
299
|
+
mobileContinueButton: {
|
|
300
|
+
width: string;
|
|
301
|
+
height: number;
|
|
302
|
+
borderRadius: number;
|
|
303
|
+
border: string;
|
|
304
|
+
background: string;
|
|
305
|
+
color: string;
|
|
306
|
+
fontFamily: string;
|
|
307
|
+
fontWeight: number;
|
|
308
|
+
fontSize: string;
|
|
309
|
+
cursor: string;
|
|
310
|
+
outline: string;
|
|
311
|
+
transition: string;
|
|
312
|
+
boxShadow: string;
|
|
313
|
+
whiteSpace: string;
|
|
314
|
+
overflow: string;
|
|
315
|
+
textOverflow: string;
|
|
316
|
+
};
|
|
317
|
+
mobileCreditButton: (allowSend: boolean) => {
|
|
318
|
+
width: string;
|
|
319
|
+
height: number;
|
|
320
|
+
borderRadius: number;
|
|
321
|
+
border: string;
|
|
322
|
+
background: string;
|
|
323
|
+
color: string;
|
|
324
|
+
fontFamily: string;
|
|
325
|
+
fontWeight: number;
|
|
326
|
+
fontSize: string;
|
|
327
|
+
cursor: string;
|
|
328
|
+
outline: string;
|
|
329
|
+
transition: string;
|
|
330
|
+
padding: string;
|
|
331
|
+
};
|
|
332
|
+
mobileTimerText: {
|
|
333
|
+
width: string;
|
|
334
|
+
fontFamily: string;
|
|
335
|
+
fontWeight: number;
|
|
336
|
+
fontSize: string;
|
|
337
|
+
lineHeight: string;
|
|
338
|
+
textAlign: "center";
|
|
339
|
+
letterSpacing: string;
|
|
340
|
+
color: string;
|
|
341
|
+
marginTop: number;
|
|
342
|
+
marginBottom: number;
|
|
343
|
+
};
|
|
344
|
+
};
|
|
@@ -0,0 +1,108 @@
|
|
|
1
|
+
export namespace containerStyles {
|
|
2
|
+
const width: string;
|
|
3
|
+
const height: string;
|
|
4
|
+
const position: string;
|
|
5
|
+
const bg: string;
|
|
6
|
+
const border: string;
|
|
7
|
+
const borderRadius: string;
|
|
8
|
+
const padding: string;
|
|
9
|
+
const mx: string;
|
|
10
|
+
const my: string;
|
|
11
|
+
}
|
|
12
|
+
export namespace mainFlexStyles {
|
|
13
|
+
export const direction: string;
|
|
14
|
+
export const justify: string;
|
|
15
|
+
export const align: string;
|
|
16
|
+
const height_1: string;
|
|
17
|
+
export { height_1 as height };
|
|
18
|
+
export const gap: string;
|
|
19
|
+
}
|
|
20
|
+
export namespace leftFlexStyles {
|
|
21
|
+
const direction_1: string;
|
|
22
|
+
export { direction_1 as direction };
|
|
23
|
+
const align_1: string;
|
|
24
|
+
export { align_1 as align };
|
|
25
|
+
const gap_1: string;
|
|
26
|
+
export { gap_1 as gap };
|
|
27
|
+
const width_1: string;
|
|
28
|
+
export { width_1 as width };
|
|
29
|
+
const height_2: string;
|
|
30
|
+
export { height_2 as height };
|
|
31
|
+
}
|
|
32
|
+
export namespace iconContainerStyles {
|
|
33
|
+
const align_2: string;
|
|
34
|
+
export { align_2 as align };
|
|
35
|
+
const justify_1: string;
|
|
36
|
+
export { justify_1 as justify };
|
|
37
|
+
const width_2: string;
|
|
38
|
+
export { width_2 as width };
|
|
39
|
+
const height_3: string;
|
|
40
|
+
export { height_3 as height };
|
|
41
|
+
const padding_1: string;
|
|
42
|
+
export { padding_1 as padding };
|
|
43
|
+
const borderRadius_1: string;
|
|
44
|
+
export { borderRadius_1 as borderRadius };
|
|
45
|
+
}
|
|
46
|
+
export namespace warningTextStyles {
|
|
47
|
+
export const fontFamily: string;
|
|
48
|
+
export const fontWeight: string;
|
|
49
|
+
export const fontSize: string;
|
|
50
|
+
export const lineHeight: string;
|
|
51
|
+
export const color: string;
|
|
52
|
+
const width_3: string;
|
|
53
|
+
export { width_3 as width };
|
|
54
|
+
}
|
|
55
|
+
export namespace actionButtonsStyles {
|
|
56
|
+
export const spacing: string;
|
|
57
|
+
export const display: string;
|
|
58
|
+
const width_4: string;
|
|
59
|
+
export { width_4 as width };
|
|
60
|
+
const height_4: string;
|
|
61
|
+
export { height_4 as height };
|
|
62
|
+
}
|
|
63
|
+
export namespace fileButtonStyles {
|
|
64
|
+
const display_1: string;
|
|
65
|
+
export { display_1 as display };
|
|
66
|
+
const height_5: string;
|
|
67
|
+
export { height_5 as height };
|
|
68
|
+
const bg_1: string;
|
|
69
|
+
export { bg_1 as bg };
|
|
70
|
+
const borderRadius_2: string;
|
|
71
|
+
export { borderRadius_2 as borderRadius };
|
|
72
|
+
const padding_2: string;
|
|
73
|
+
export { padding_2 as padding };
|
|
74
|
+
const gap_2: string;
|
|
75
|
+
export { gap_2 as gap };
|
|
76
|
+
}
|
|
77
|
+
export namespace actionButtonStyles {
|
|
78
|
+
const height_6: string;
|
|
79
|
+
export { height_6 as height };
|
|
80
|
+
const bg_2: string;
|
|
81
|
+
export { bg_2 as bg };
|
|
82
|
+
const borderRadius_3: string;
|
|
83
|
+
export { borderRadius_3 as borderRadius };
|
|
84
|
+
const padding_3: string;
|
|
85
|
+
export { padding_3 as padding };
|
|
86
|
+
const gap_3: string;
|
|
87
|
+
export { gap_3 as gap };
|
|
88
|
+
}
|
|
89
|
+
export namespace newChapterButtonStyles {
|
|
90
|
+
const width_5: string;
|
|
91
|
+
export { width_5 as width };
|
|
92
|
+
}
|
|
93
|
+
export namespace newTopicButtonStyles {
|
|
94
|
+
const width_6: string;
|
|
95
|
+
export { width_6 as width };
|
|
96
|
+
}
|
|
97
|
+
export namespace buttonTextStyles {
|
|
98
|
+
const fontFamily_1: string;
|
|
99
|
+
export { fontFamily_1 as fontFamily };
|
|
100
|
+
const fontWeight_1: string;
|
|
101
|
+
export { fontWeight_1 as fontWeight };
|
|
102
|
+
const fontSize_1: string;
|
|
103
|
+
export { fontSize_1 as fontSize };
|
|
104
|
+
const lineHeight_1: string;
|
|
105
|
+
export { lineHeight_1 as lineHeight };
|
|
106
|
+
const color_1: string;
|
|
107
|
+
export { color_1 as color };
|
|
108
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
|
|
3
|
+
interface PreformanceResultScreenProps {
|
|
4
|
+
percentage: number;
|
|
5
|
+
description?: string;
|
|
6
|
+
timeTaken: {
|
|
7
|
+
minutes: number;
|
|
8
|
+
seconds: number;
|
|
9
|
+
};
|
|
10
|
+
comparisonText?: string;
|
|
11
|
+
imgSrc: string;
|
|
12
|
+
onLevelUp?: () => void;
|
|
13
|
+
onReview?: () => void;
|
|
14
|
+
onBackToHomework?: () => void;
|
|
15
|
+
isMobile?: boolean;
|
|
16
|
+
rivSrc?: string;
|
|
17
|
+
error?: boolean;
|
|
18
|
+
loading?: boolean;
|
|
19
|
+
hideHomeworkButton: boolean;
|
|
20
|
+
hideReviewButton: boolean;
|
|
21
|
+
badgesrc: string;
|
|
22
|
+
isTryout?: boolean;
|
|
23
|
+
onBackToTeacherButton?: () => void;
|
|
24
|
+
}
|
|
25
|
+
declare const PreformanceResultScreen: React.FC<PreformanceResultScreenProps>;
|
|
26
|
+
export default PreformanceResultScreen;
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { CSSProperties } from 'react';
|
|
2
|
+
|
|
3
|
+
interface Styles {
|
|
4
|
+
container: CSSProperties;
|
|
5
|
+
card: CSSProperties;
|
|
6
|
+
mobilecard: CSSProperties;
|
|
7
|
+
header: CSSProperties;
|
|
8
|
+
icon: CSSProperties;
|
|
9
|
+
messageBox: CSSProperties;
|
|
10
|
+
messageBoxImprove: CSSProperties;
|
|
11
|
+
messageBoxSatisfactory: CSSProperties;
|
|
12
|
+
messageBoxGood: CSSProperties;
|
|
13
|
+
messageBoxBrilliant: CSSProperties;
|
|
14
|
+
title: CSSProperties;
|
|
15
|
+
description: CSSProperties;
|
|
16
|
+
timeSection: CSSProperties;
|
|
17
|
+
timeHeader: CSSProperties;
|
|
18
|
+
timeHeader1: CSSProperties;
|
|
19
|
+
timeLabel: CSSProperties;
|
|
20
|
+
timeSubtext: CSSProperties;
|
|
21
|
+
buttonContainer: CSSProperties;
|
|
22
|
+
button: CSSProperties;
|
|
23
|
+
buttonSecondary: CSSProperties;
|
|
24
|
+
buttonPrimary: CSSProperties;
|
|
25
|
+
clockIcon: CSSProperties;
|
|
26
|
+
separator: CSSProperties;
|
|
27
|
+
timeValueNumber: CSSProperties;
|
|
28
|
+
timeValueUnit: CSSProperties;
|
|
29
|
+
timeColon: CSSProperties;
|
|
30
|
+
}
|
|
31
|
+
export declare const styles: Styles;
|
|
32
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function PostImageGallary({ images, count, icons }: any): import("react/jsx-runtime").JSX.Element;
|