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,174 @@
|
|
|
1
|
+
export function ProgressViewStyles(width: any, height: any, redirectFlag: any): {
|
|
2
|
+
globalContainer: {
|
|
3
|
+
position: string;
|
|
4
|
+
width: string;
|
|
5
|
+
top: string;
|
|
6
|
+
left: string;
|
|
7
|
+
height: "50px"[];
|
|
8
|
+
bg: string;
|
|
9
|
+
zIndex: number;
|
|
10
|
+
};
|
|
11
|
+
mainContainerExecution: {
|
|
12
|
+
justifyContent: string;
|
|
13
|
+
alignItems: string;
|
|
14
|
+
width: string;
|
|
15
|
+
height: ("50px" | "60px")[];
|
|
16
|
+
mt: string;
|
|
17
|
+
overflow: string;
|
|
18
|
+
py: ("12px" | "8px" | "6px")[];
|
|
19
|
+
px: number;
|
|
20
|
+
backdropFilter: string;
|
|
21
|
+
boxShadow: string;
|
|
22
|
+
position: string;
|
|
23
|
+
top: string;
|
|
24
|
+
left: number;
|
|
25
|
+
zIndex: number;
|
|
26
|
+
};
|
|
27
|
+
mainContainerReview: {
|
|
28
|
+
justifyContent: string;
|
|
29
|
+
alignItems: string;
|
|
30
|
+
width: string;
|
|
31
|
+
height: string;
|
|
32
|
+
mt: string;
|
|
33
|
+
mb: ("10px" | "20px" | "32px" | "30px")[];
|
|
34
|
+
overflow: string;
|
|
35
|
+
py: ("12px" | "8px" | "6px")[];
|
|
36
|
+
px: number;
|
|
37
|
+
backdropFilter: string;
|
|
38
|
+
boxShadow: string;
|
|
39
|
+
position: string;
|
|
40
|
+
top: string;
|
|
41
|
+
left: number;
|
|
42
|
+
zIndex: number;
|
|
43
|
+
};
|
|
44
|
+
progressContainer: {
|
|
45
|
+
alignItems: string;
|
|
46
|
+
};
|
|
47
|
+
leftPaginationNotAllowed: {
|
|
48
|
+
cursor: string;
|
|
49
|
+
alignItems: string;
|
|
50
|
+
mr: number;
|
|
51
|
+
};
|
|
52
|
+
leftPaginationAllowed: {
|
|
53
|
+
cursor: string;
|
|
54
|
+
alignItems: string;
|
|
55
|
+
mr: number;
|
|
56
|
+
};
|
|
57
|
+
paginationIcons: {
|
|
58
|
+
width: string;
|
|
59
|
+
height: string;
|
|
60
|
+
};
|
|
61
|
+
previousText: {
|
|
62
|
+
fontFamily: string;
|
|
63
|
+
fontWeight: number;
|
|
64
|
+
fontSize: {
|
|
65
|
+
base: "10px";
|
|
66
|
+
md: "12px";
|
|
67
|
+
lg: "14px";
|
|
68
|
+
};
|
|
69
|
+
color: string;
|
|
70
|
+
ml: string;
|
|
71
|
+
mr: number;
|
|
72
|
+
};
|
|
73
|
+
previousCountTranslucent: {
|
|
74
|
+
fontSize: {
|
|
75
|
+
base: "12px";
|
|
76
|
+
md: "14px";
|
|
77
|
+
};
|
|
78
|
+
display: string;
|
|
79
|
+
justifyContent: string;
|
|
80
|
+
alignItems: string;
|
|
81
|
+
opacity: number;
|
|
82
|
+
};
|
|
83
|
+
previouseCountOpaque: {
|
|
84
|
+
fontSize: {
|
|
85
|
+
base: "12px";
|
|
86
|
+
md: "14px";
|
|
87
|
+
};
|
|
88
|
+
display: string;
|
|
89
|
+
justifyContent: string;
|
|
90
|
+
alignItems: string;
|
|
91
|
+
opacity: number;
|
|
92
|
+
};
|
|
93
|
+
progressIconsContainer: {
|
|
94
|
+
alignItems: string;
|
|
95
|
+
};
|
|
96
|
+
progressIconIndividualContainerLess: {
|
|
97
|
+
position: string;
|
|
98
|
+
mr: string;
|
|
99
|
+
};
|
|
100
|
+
progressIconIndividualContainerMore: {
|
|
101
|
+
position: string;
|
|
102
|
+
mr: number;
|
|
103
|
+
};
|
|
104
|
+
progressIconBox: {
|
|
105
|
+
position: string;
|
|
106
|
+
width: any;
|
|
107
|
+
height: any;
|
|
108
|
+
transition: string;
|
|
109
|
+
};
|
|
110
|
+
progressIcon: {
|
|
111
|
+
width: string;
|
|
112
|
+
height: string;
|
|
113
|
+
position: string;
|
|
114
|
+
zIndex: number;
|
|
115
|
+
};
|
|
116
|
+
connectingLineBox: {
|
|
117
|
+
position: string;
|
|
118
|
+
top: string;
|
|
119
|
+
left: string;
|
|
120
|
+
width: string;
|
|
121
|
+
height: string;
|
|
122
|
+
transform: string;
|
|
123
|
+
zIndex: number;
|
|
124
|
+
};
|
|
125
|
+
connectingLine: {
|
|
126
|
+
position: string;
|
|
127
|
+
width: string;
|
|
128
|
+
height: string;
|
|
129
|
+
};
|
|
130
|
+
rightPaginationNotAllowed: {
|
|
131
|
+
cursor: string;
|
|
132
|
+
alignItems: string;
|
|
133
|
+
ml: number;
|
|
134
|
+
};
|
|
135
|
+
rightPaginationAllowed: {
|
|
136
|
+
cursor: string;
|
|
137
|
+
alignItems: string;
|
|
138
|
+
ml: number;
|
|
139
|
+
};
|
|
140
|
+
nextCountTranslucent: {
|
|
141
|
+
fontSize: {
|
|
142
|
+
base: "12px";
|
|
143
|
+
md: "14px";
|
|
144
|
+
};
|
|
145
|
+
display: string;
|
|
146
|
+
justifyContent: string;
|
|
147
|
+
alignItems: string;
|
|
148
|
+
opacity: number;
|
|
149
|
+
mr: number;
|
|
150
|
+
};
|
|
151
|
+
nextCountOpaque: {
|
|
152
|
+
fontSize: {
|
|
153
|
+
base: "12px";
|
|
154
|
+
md: "14px";
|
|
155
|
+
};
|
|
156
|
+
display: string;
|
|
157
|
+
justifyContent: string;
|
|
158
|
+
alignItems: string;
|
|
159
|
+
opacity: number;
|
|
160
|
+
mr: number;
|
|
161
|
+
};
|
|
162
|
+
nextText: {
|
|
163
|
+
fontFamily: string;
|
|
164
|
+
fontSize: {
|
|
165
|
+
base: "10px";
|
|
166
|
+
md: "12px";
|
|
167
|
+
lg: "14px";
|
|
168
|
+
};
|
|
169
|
+
color: string;
|
|
170
|
+
fontWeight: string;
|
|
171
|
+
lineHeight: string;
|
|
172
|
+
mr: string;
|
|
173
|
+
};
|
|
174
|
+
};
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export default RecapGraph;
|
|
2
|
+
declare function RecapGraph({ jsonData, contentMap, iconConfig, onContentUpdate, onIconDataUpdate, isAdmin, isMobile, playicon, isOpen, onUserAction }: {
|
|
3
|
+
jsonData?: null | undefined;
|
|
4
|
+
contentMap?: {} | undefined;
|
|
5
|
+
iconConfig?: any[] | undefined;
|
|
6
|
+
onContentUpdate: any;
|
|
7
|
+
onIconDataUpdate: any;
|
|
8
|
+
isAdmin?: boolean | undefined;
|
|
9
|
+
isMobile?: boolean | undefined;
|
|
10
|
+
playicon?: {} | undefined;
|
|
11
|
+
isOpen?: boolean | undefined;
|
|
12
|
+
onUserAction: any;
|
|
13
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export function useRecapGraphLogic(jsonData: any, contentMap: any, iconConfig: any): {
|
|
2
|
+
expandedNodeId: null;
|
|
3
|
+
expandedNodeHeight: number;
|
|
4
|
+
activeExpandedNodeId: null;
|
|
5
|
+
isTransitioning: boolean;
|
|
6
|
+
expandedNodes: {};
|
|
7
|
+
contentExpanded: {};
|
|
8
|
+
displayTypes: {};
|
|
9
|
+
videoIndices: {};
|
|
10
|
+
colorMap: {};
|
|
11
|
+
getNodeColors: (nodeId: any) => {
|
|
12
|
+
headerColor: any;
|
|
13
|
+
bgColor: any;
|
|
14
|
+
colorInfo: any;
|
|
15
|
+
};
|
|
16
|
+
getNodeContent: (nodeId: any) => {
|
|
17
|
+
nodeContent: any;
|
|
18
|
+
hasContent: any;
|
|
19
|
+
};
|
|
20
|
+
buildNodes: (data: any) => any[];
|
|
21
|
+
buildEdges: (data: any, nodes: any) => any[];
|
|
22
|
+
computeCustomLayout: (inputNodes: any, inputEdges: any) => {
|
|
23
|
+
nodes: any;
|
|
24
|
+
edges: any;
|
|
25
|
+
};
|
|
26
|
+
handleChevronClick: (nodeId: any) => void;
|
|
27
|
+
handleIconClick: (nodeId: any, type: any, availableContentTypes: any) => void;
|
|
28
|
+
setCurrentVideoIdx: (nodeId: any, idxOrUpdater: any) => void;
|
|
29
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function ChatPresenter(props: any): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { default as MoreQuestions } from './MoreQuestions';
|
|
2
|
+
import { questionSelectionData } from './selectionUtils';
|
|
3
|
+
declare namespace _default {
|
|
4
|
+
export const title: string;
|
|
5
|
+
export { MoreQuestions as component };
|
|
6
|
+
}
|
|
7
|
+
export default _default;
|
|
8
|
+
export function Example1(args: any): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export namespace Example1 {
|
|
10
|
+
namespace args {
|
|
11
|
+
export { questionSelectionData };
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
export default styles;
|
|
2
|
+
declare namespace styles {
|
|
3
|
+
namespace modalContent {
|
|
4
|
+
const backgroundColor: string;
|
|
5
|
+
const maxWidth: string;
|
|
6
|
+
const width: string;
|
|
7
|
+
const borderRadius: number;
|
|
8
|
+
const height: string;
|
|
9
|
+
}
|
|
10
|
+
namespace header {
|
|
11
|
+
const display: string;
|
|
12
|
+
const justifyContent: string;
|
|
13
|
+
const alignItems: string;
|
|
14
|
+
}
|
|
15
|
+
namespace titleBox {
|
|
16
|
+
const fontSize: string;
|
|
17
|
+
const fontWeight: string;
|
|
18
|
+
}
|
|
19
|
+
namespace addButton {
|
|
20
|
+
const backgroundColor_1: string;
|
|
21
|
+
export { backgroundColor_1 as backgroundColor };
|
|
22
|
+
export const color: string;
|
|
23
|
+
}
|
|
24
|
+
namespace modalCloseButton {
|
|
25
|
+
const position: string;
|
|
26
|
+
}
|
|
27
|
+
namespace contentBox {
|
|
28
|
+
const overflow: string;
|
|
29
|
+
const mt: number;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
export default Review;
|
|
2
|
+
declare function Review({ authToken, questions, scrollToQuestion, onAnswerChanged, onAnswerSubmitted, isFactual, commonProps, handleNavigate, journeyData, learningStepData, isReviewScreen, presenterLogic, taskType, handleToggleChat, chatVisisbility, selectionStatus, handleSelectionStatus, handleMoreQuestions, userDetails, displayedQues, onPlay, factualStyle, handleNextProgress, updateDisplayRange, pageValue, learnProgressDetails, moreQuestionsAvailable, isFromParentApp, assistantRefImages, enableBox, childComponent, activeQuestionIndex, dataType, redirectFlag, isQuestionSelection, isCollapse, replaceClickedState, setReplaceClickedState, onCancelMoreQuestions, isRevision, onToggleAnswer, onAnswerSubmit, isMobile, tutorMode, addImageRender, isOCREnabled, isTeacher, handleShowFeedback, keyboardProfile, }: {
|
|
3
|
+
authToken: any;
|
|
4
|
+
questions: any;
|
|
5
|
+
scrollToQuestion: any;
|
|
6
|
+
onAnswerChanged: any;
|
|
7
|
+
onAnswerSubmitted: any;
|
|
8
|
+
isFactual: any;
|
|
9
|
+
commonProps: any;
|
|
10
|
+
handleNavigate: any;
|
|
11
|
+
journeyData: any;
|
|
12
|
+
learningStepData: any;
|
|
13
|
+
isReviewScreen: any;
|
|
14
|
+
presenterLogic: any;
|
|
15
|
+
taskType: any;
|
|
16
|
+
handleToggleChat: any;
|
|
17
|
+
chatVisisbility: any;
|
|
18
|
+
selectionStatus: any;
|
|
19
|
+
handleSelectionStatus: any;
|
|
20
|
+
handleMoreQuestions: any;
|
|
21
|
+
userDetails: any;
|
|
22
|
+
displayedQues: any;
|
|
23
|
+
onPlay: any;
|
|
24
|
+
factualStyle: any;
|
|
25
|
+
handleNextProgress: any;
|
|
26
|
+
updateDisplayRange: any;
|
|
27
|
+
pageValue: any;
|
|
28
|
+
learnProgressDetails: any;
|
|
29
|
+
moreQuestionsAvailable: any;
|
|
30
|
+
isFromParentApp?: boolean | undefined;
|
|
31
|
+
assistantRefImages: any;
|
|
32
|
+
enableBox?: boolean | undefined;
|
|
33
|
+
childComponent?: null | undefined;
|
|
34
|
+
activeQuestionIndex?: number | undefined;
|
|
35
|
+
dataType: any;
|
|
36
|
+
redirectFlag: any;
|
|
37
|
+
isQuestionSelection?: boolean | undefined;
|
|
38
|
+
isCollapse?: null | undefined;
|
|
39
|
+
replaceClickedState: any;
|
|
40
|
+
setReplaceClickedState: any;
|
|
41
|
+
onCancelMoreQuestions: any;
|
|
42
|
+
isRevision?: boolean | undefined;
|
|
43
|
+
onToggleAnswer: any;
|
|
44
|
+
onAnswerSubmit: any;
|
|
45
|
+
isMobile: any;
|
|
46
|
+
tutorMode: any;
|
|
47
|
+
addImageRender: any;
|
|
48
|
+
isOCREnabled: any;
|
|
49
|
+
isTeacher?: boolean | undefined;
|
|
50
|
+
handleShowFeedback: any;
|
|
51
|
+
keyboardProfile: any;
|
|
52
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
export default ReviewPresenter;
|
|
2
|
+
declare function ReviewPresenter({ authToken, dataType, questions, isReviewScreen, onAnswerChanged, onAnswerSubmitted, isFactual, commonProps, handleNavigate, showDiscuss, questionRefs, journeyData, learningStepData, taskType, selectionStatus, onMoreClick, handleSelectionStatus, icons, factualStyle, handleNextProgress, pageValue, learnProgressDetails, reviewJourneyId, moreQuestionsAvailable, isFromParentApp, assistantRefImages, enableBox, childComponent, activeQuestionIndex, redirectFlag, isQuestionSelection, isCollapse, handleClose, replaceClickedState, setReplaceClickedState, isRevision, onToggleAnswer, onAnswerSubmit, isMobile, tutorMode, addImageRender, isOCREnabled, isTeacher, handleShowFeedback, displayProgressBar, keyboardProfile, }: {
|
|
3
|
+
authToken: any;
|
|
4
|
+
dataType: any;
|
|
5
|
+
questions: any;
|
|
6
|
+
isReviewScreen: any;
|
|
7
|
+
onAnswerChanged: any;
|
|
8
|
+
onAnswerSubmitted: any;
|
|
9
|
+
isFactual: any;
|
|
10
|
+
commonProps: any;
|
|
11
|
+
handleNavigate: any;
|
|
12
|
+
showDiscuss: any;
|
|
13
|
+
questionRefs: any;
|
|
14
|
+
journeyData: any;
|
|
15
|
+
learningStepData: any;
|
|
16
|
+
taskType?: string | undefined;
|
|
17
|
+
selectionStatus: any;
|
|
18
|
+
onMoreClick: any;
|
|
19
|
+
handleSelectionStatus: any;
|
|
20
|
+
icons?: {} | undefined;
|
|
21
|
+
factualStyle: any;
|
|
22
|
+
handleNextProgress: any;
|
|
23
|
+
pageValue: any;
|
|
24
|
+
learnProgressDetails: any;
|
|
25
|
+
reviewJourneyId: any;
|
|
26
|
+
moreQuestionsAvailable: any;
|
|
27
|
+
isFromParentApp: any;
|
|
28
|
+
assistantRefImages: any;
|
|
29
|
+
enableBox?: boolean | undefined;
|
|
30
|
+
childComponent?: null | undefined;
|
|
31
|
+
activeQuestionIndex?: number | undefined;
|
|
32
|
+
redirectFlag: any;
|
|
33
|
+
isQuestionSelection?: boolean | undefined;
|
|
34
|
+
isCollapse?: null | undefined;
|
|
35
|
+
handleClose: any;
|
|
36
|
+
replaceClickedState: any;
|
|
37
|
+
setReplaceClickedState: any;
|
|
38
|
+
isRevision: any;
|
|
39
|
+
onToggleAnswer: any;
|
|
40
|
+
onAnswerSubmit: any;
|
|
41
|
+
isMobile: any;
|
|
42
|
+
tutorMode: any;
|
|
43
|
+
addImageRender: any;
|
|
44
|
+
isOCREnabled: any;
|
|
45
|
+
isTeacher?: boolean | undefined;
|
|
46
|
+
handleShowFeedback: any;
|
|
47
|
+
displayProgressBar?: boolean | undefined;
|
|
48
|
+
keyboardProfile: any;
|
|
49
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
import { default as ReviewPresenter } from './ReviewPresenter';
|
|
2
|
+
import { questionData, commonprops, comprehensionBasedQuestionData } from './reviewUtils';
|
|
3
|
+
import { default as factualStyles } from '*.module.css';
|
|
4
|
+
import { questionSelectionData, comprehensionSelectionData } from './selectionUtils';
|
|
5
|
+
/// <reference path="../../../src/components/declarations.d.ts" />
|
|
6
|
+
declare namespace _default {
|
|
7
|
+
export const title: string;
|
|
8
|
+
export { ReviewPresenter as component };
|
|
9
|
+
}
|
|
10
|
+
export default _default;
|
|
11
|
+
export function Example1(args: any): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export namespace Example1 {
|
|
13
|
+
namespace args {
|
|
14
|
+
export const dataType: string;
|
|
15
|
+
export { questionData as questions };
|
|
16
|
+
export const isReviewScreen: boolean;
|
|
17
|
+
export const isFactual: boolean;
|
|
18
|
+
export const taskType: string;
|
|
19
|
+
export { commonprops as commonProps };
|
|
20
|
+
export function onAnswerChanged(): void;
|
|
21
|
+
export function onAnswerSubmitted(): void;
|
|
22
|
+
export const learningStepData: {};
|
|
23
|
+
export { factualStyles as factualStyle };
|
|
24
|
+
export function handleNextProgress(): void;
|
|
25
|
+
export function updateDisplayRange(limit: any, endIndex: any): void;
|
|
26
|
+
export { learnProgressDetails };
|
|
27
|
+
export const pageValue: number;
|
|
28
|
+
export const reviewJourneyId: string;
|
|
29
|
+
export function handleNavigate(question: any): void;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
export function Example2(args: any): import("react/jsx-runtime").JSX.Element;
|
|
33
|
+
export namespace Example2 {
|
|
34
|
+
export namespace args_1 {
|
|
35
|
+
const dataType_1: string;
|
|
36
|
+
export { dataType_1 as dataType };
|
|
37
|
+
export { questionData as questions };
|
|
38
|
+
const isReviewScreen_1: boolean;
|
|
39
|
+
export { isReviewScreen_1 as isReviewScreen };
|
|
40
|
+
export const isStudent: boolean;
|
|
41
|
+
const isFactual_1: boolean;
|
|
42
|
+
export { isFactual_1 as isFactual };
|
|
43
|
+
const taskType_1: string;
|
|
44
|
+
export { taskType_1 as taskType };
|
|
45
|
+
export { commonprops as commonProps };
|
|
46
|
+
export function onAnswerChanged_1(): void;
|
|
47
|
+
export { onAnswerChanged_1 as onAnswerChanged };
|
|
48
|
+
export function onAnswerSubmitted_1(): void;
|
|
49
|
+
export { onAnswerSubmitted_1 as onAnswerSubmitted };
|
|
50
|
+
const learningStepData_1: {};
|
|
51
|
+
export { learningStepData_1 as learningStepData };
|
|
52
|
+
export { factualStyles as factualStyle };
|
|
53
|
+
}
|
|
54
|
+
export { args_1 as args };
|
|
55
|
+
}
|
|
56
|
+
export function Example3(args: any): import("react/jsx-runtime").JSX.Element;
|
|
57
|
+
export namespace Example3 {
|
|
58
|
+
export namespace args_2 {
|
|
59
|
+
const dataType_2: string;
|
|
60
|
+
export { dataType_2 as dataType };
|
|
61
|
+
export { questionSelectionData as questions };
|
|
62
|
+
const isReviewScreen_2: boolean;
|
|
63
|
+
export { isReviewScreen_2 as isReviewScreen };
|
|
64
|
+
const isFactual_2: boolean;
|
|
65
|
+
export { isFactual_2 as isFactual };
|
|
66
|
+
const taskType_2: string;
|
|
67
|
+
export { taskType_2 as taskType };
|
|
68
|
+
export const isQuestionSelection: boolean;
|
|
69
|
+
export { commonprops as commonProps };
|
|
70
|
+
export function onAnswerChanged_2(): void;
|
|
71
|
+
export { onAnswerChanged_2 as onAnswerChanged };
|
|
72
|
+
export function onAnswerSubmitted_2(): void;
|
|
73
|
+
export { onAnswerSubmitted_2 as onAnswerSubmitted };
|
|
74
|
+
const learningStepData_2: {};
|
|
75
|
+
export { learningStepData_2 as learningStepData };
|
|
76
|
+
export const selectionStatus: boolean[];
|
|
77
|
+
export const moreQuestionsAvaialable: boolean[];
|
|
78
|
+
export function setSelectionStatus(): void;
|
|
79
|
+
}
|
|
80
|
+
export { args_2 as args };
|
|
81
|
+
}
|
|
82
|
+
export function ComprehensionBasedExample(args: any): import("react/jsx-runtime").JSX.Element;
|
|
83
|
+
export namespace ComprehensionBasedExample {
|
|
84
|
+
export namespace args_3 {
|
|
85
|
+
const dataType_3: string;
|
|
86
|
+
export { dataType_3 as dataType };
|
|
87
|
+
export { comprehensionBasedQuestionData as questions };
|
|
88
|
+
const isReviewScreen_3: boolean;
|
|
89
|
+
export { isReviewScreen_3 as isReviewScreen };
|
|
90
|
+
const isFactual_3: boolean;
|
|
91
|
+
export { isFactual_3 as isFactual };
|
|
92
|
+
const taskType_3: string;
|
|
93
|
+
export { taskType_3 as taskType };
|
|
94
|
+
export { commonprops as commonProps };
|
|
95
|
+
export function onAnswerChanged_3(): void;
|
|
96
|
+
export { onAnswerChanged_3 as onAnswerChanged };
|
|
97
|
+
export function onAnswerSubmitted_3(): void;
|
|
98
|
+
export { onAnswerSubmitted_3 as onAnswerSubmitted };
|
|
99
|
+
const learningStepData_3: {};
|
|
100
|
+
export { learningStepData_3 as learningStepData };
|
|
101
|
+
export { factualStyles as factualStyle };
|
|
102
|
+
export function handleNextProgress_1(): void;
|
|
103
|
+
export { handleNextProgress_1 as handleNextProgress };
|
|
104
|
+
export function updateDisplayRange_1(limit: any, endIndex: any): void;
|
|
105
|
+
export { updateDisplayRange_1 as updateDisplayRange };
|
|
106
|
+
export { learnProgressDetails };
|
|
107
|
+
const pageValue_1: number;
|
|
108
|
+
export { pageValue_1 as pageValue };
|
|
109
|
+
const reviewJourneyId_1: string;
|
|
110
|
+
export { reviewJourneyId_1 as reviewJourneyId };
|
|
111
|
+
export function handleNavigate_1(question: any, version_uuid: any): void;
|
|
112
|
+
export { handleNavigate_1 as handleNavigate };
|
|
113
|
+
export const isFromParentApp: boolean;
|
|
114
|
+
}
|
|
115
|
+
export { args_3 as args };
|
|
116
|
+
}
|
|
117
|
+
export function ComprehensionBasedExampleTeacher(args: any): import("react/jsx-runtime").JSX.Element;
|
|
118
|
+
export namespace ComprehensionBasedExampleTeacher {
|
|
119
|
+
export namespace args_4 {
|
|
120
|
+
const dataType_4: string;
|
|
121
|
+
export { dataType_4 as dataType };
|
|
122
|
+
export { comprehensionSelectionData as questions };
|
|
123
|
+
const isReviewScreen_4: boolean;
|
|
124
|
+
export { isReviewScreen_4 as isReviewScreen };
|
|
125
|
+
const isFactual_4: boolean;
|
|
126
|
+
export { isFactual_4 as isFactual };
|
|
127
|
+
const taskType_4: string;
|
|
128
|
+
export { taskType_4 as taskType };
|
|
129
|
+
export { commonprops as commonProps };
|
|
130
|
+
export function onAnswerChanged_4(): void;
|
|
131
|
+
export { onAnswerChanged_4 as onAnswerChanged };
|
|
132
|
+
export function onAnswerSubmitted_4(): void;
|
|
133
|
+
export { onAnswerSubmitted_4 as onAnswerSubmitted };
|
|
134
|
+
const learningStepData_4: {};
|
|
135
|
+
export { learningStepData_4 as learningStepData };
|
|
136
|
+
const selectionStatus_1: boolean[];
|
|
137
|
+
export { selectionStatus_1 as selectionStatus };
|
|
138
|
+
const moreQuestionsAvaialable_1: boolean[];
|
|
139
|
+
export { moreQuestionsAvaialable_1 as moreQuestionsAvaialable };
|
|
140
|
+
export function setSelectionStatus_1(): void;
|
|
141
|
+
export { setSelectionStatus_1 as setSelectionStatus };
|
|
142
|
+
}
|
|
143
|
+
export { args_4 as args };
|
|
144
|
+
}
|
|
145
|
+
export function ComprehensionBasedExampleTeacher2(args: any): import("react/jsx-runtime").JSX.Element;
|
|
146
|
+
export namespace ComprehensionBasedExampleTeacher2 {
|
|
147
|
+
export namespace args_5 {
|
|
148
|
+
const dataType_5: string;
|
|
149
|
+
export { dataType_5 as dataType };
|
|
150
|
+
export { comprehensionSelectionData as questions };
|
|
151
|
+
const isReviewScreen_5: boolean;
|
|
152
|
+
export { isReviewScreen_5 as isReviewScreen };
|
|
153
|
+
const isFactual_5: boolean;
|
|
154
|
+
export { isFactual_5 as isFactual };
|
|
155
|
+
const taskType_5: string;
|
|
156
|
+
export { taskType_5 as taskType };
|
|
157
|
+
export { commonprops as commonProps };
|
|
158
|
+
export function onAnswerChanged_5(): void;
|
|
159
|
+
export { onAnswerChanged_5 as onAnswerChanged };
|
|
160
|
+
export function onAnswerSubmitted_5(): void;
|
|
161
|
+
export { onAnswerSubmitted_5 as onAnswerSubmitted };
|
|
162
|
+
const learningStepData_5: {};
|
|
163
|
+
export { learningStepData_5 as learningStepData };
|
|
164
|
+
const selectionStatus_2: boolean[];
|
|
165
|
+
export { selectionStatus_2 as selectionStatus };
|
|
166
|
+
const moreQuestionsAvaialable_2: boolean[];
|
|
167
|
+
export { moreQuestionsAvaialable_2 as moreQuestionsAvaialable };
|
|
168
|
+
export function setSelectionStatus_2(): void;
|
|
169
|
+
export { setSelectionStatus_2 as setSelectionStatus };
|
|
170
|
+
export const enableBox: boolean;
|
|
171
|
+
export const childComponent: import("react/jsx-runtime").JSX.Element;
|
|
172
|
+
export const activeQuestionIndex: number;
|
|
173
|
+
}
|
|
174
|
+
export { args_5 as args };
|
|
175
|
+
}
|
|
176
|
+
declare namespace learnProgressDetails {
|
|
177
|
+
const total_steps: number;
|
|
178
|
+
const current_step_index: number;
|
|
179
|
+
const current_step_eval_state: string;
|
|
180
|
+
const journey_type: string;
|
|
181
|
+
}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
export namespace styles {
|
|
2
|
+
namespace summaryBox {
|
|
3
|
+
namespace ml {
|
|
4
|
+
const base: string;
|
|
5
|
+
const md: string;
|
|
6
|
+
}
|
|
7
|
+
const maxW: string;
|
|
8
|
+
const my: string;
|
|
9
|
+
const overflow: string;
|
|
10
|
+
const backgroundColor: string;
|
|
11
|
+
const padding: string;
|
|
12
|
+
const borderRadius: string;
|
|
13
|
+
}
|
|
14
|
+
namespace subSummaryBox {
|
|
15
|
+
export const display: string;
|
|
16
|
+
export const flexDirection: string;
|
|
17
|
+
const backgroundColor_1: string;
|
|
18
|
+
export { backgroundColor_1 as backgroundColor };
|
|
19
|
+
const borderRadius_1: string;
|
|
20
|
+
export { borderRadius_1 as borderRadius };
|
|
21
|
+
const padding_1: string;
|
|
22
|
+
export { padding_1 as padding };
|
|
23
|
+
export const boxShadow: string;
|
|
24
|
+
}
|
|
25
|
+
namespace viewDiscussBox {
|
|
26
|
+
const position: string;
|
|
27
|
+
const top: string;
|
|
28
|
+
const right: string;
|
|
29
|
+
const zIndex: number;
|
|
30
|
+
}
|
|
31
|
+
namespace contentBox {
|
|
32
|
+
const paddingTop: string;
|
|
33
|
+
}
|
|
34
|
+
namespace keyTakeawayText {
|
|
35
|
+
const color: string;
|
|
36
|
+
const fontSize: string;
|
|
37
|
+
const fontWeight: string;
|
|
38
|
+
const lineHeight: string;
|
|
39
|
+
const marginBottom: string;
|
|
40
|
+
const fontFamily: string;
|
|
41
|
+
}
|
|
42
|
+
namespace summaryText {
|
|
43
|
+
const color_1: string;
|
|
44
|
+
export { color_1 as color };
|
|
45
|
+
const fontSize_1: string;
|
|
46
|
+
export { fontSize_1 as fontSize };
|
|
47
|
+
const fontFamily_1: string;
|
|
48
|
+
export { fontFamily_1 as fontFamily };
|
|
49
|
+
const fontWeight_1: string;
|
|
50
|
+
export { fontWeight_1 as fontWeight };
|
|
51
|
+
const lineHeight_1: string;
|
|
52
|
+
export { lineHeight_1 as lineHeight };
|
|
53
|
+
}
|
|
54
|
+
namespace showMoreButton {
|
|
55
|
+
export const variant: string;
|
|
56
|
+
export const mt: number;
|
|
57
|
+
const color_2: string;
|
|
58
|
+
export { color_2 as color };
|
|
59
|
+
const fontSize_2: string;
|
|
60
|
+
export { fontSize_2 as fontSize };
|
|
61
|
+
const fontFamily_2: string;
|
|
62
|
+
export { fontFamily_2 as fontFamily };
|
|
63
|
+
const fontWeight_2: string;
|
|
64
|
+
export { fontWeight_2 as fontWeight };
|
|
65
|
+
const lineHeight_2: string;
|
|
66
|
+
export { lineHeight_2 as lineHeight };
|
|
67
|
+
}
|
|
68
|
+
namespace discussBtn {
|
|
69
|
+
export const border: string;
|
|
70
|
+
const color_3: string;
|
|
71
|
+
export { color_3 as color };
|
|
72
|
+
const borderRadius_2: string;
|
|
73
|
+
export { borderRadius_2 as borderRadius };
|
|
74
|
+
export const bg: string;
|
|
75
|
+
export const width: string;
|
|
76
|
+
}
|
|
77
|
+
}
|