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,53 @@
|
|
|
1
|
+
export default typographyVariants;
|
|
2
|
+
declare namespace typographyVariants {
|
|
3
|
+
namespace h1 {
|
|
4
|
+
const fontFamily: string;
|
|
5
|
+
const fontWeight: string;
|
|
6
|
+
const fontSize: string;
|
|
7
|
+
const letterSpacing: string;
|
|
8
|
+
const lineHeight: string;
|
|
9
|
+
const color: string;
|
|
10
|
+
}
|
|
11
|
+
namespace h2 {
|
|
12
|
+
const fontFamily_1: string;
|
|
13
|
+
export { fontFamily_1 as fontFamily };
|
|
14
|
+
const fontWeight_1: string;
|
|
15
|
+
export { fontWeight_1 as fontWeight };
|
|
16
|
+
const fontSize_1: string;
|
|
17
|
+
export { fontSize_1 as fontSize };
|
|
18
|
+
const letterSpacing_1: string;
|
|
19
|
+
export { letterSpacing_1 as letterSpacing };
|
|
20
|
+
const lineHeight_1: string;
|
|
21
|
+
export { lineHeight_1 as lineHeight };
|
|
22
|
+
const color_1: string;
|
|
23
|
+
export { color_1 as color };
|
|
24
|
+
}
|
|
25
|
+
namespace h3 {
|
|
26
|
+
const fontFamily_2: string;
|
|
27
|
+
export { fontFamily_2 as fontFamily };
|
|
28
|
+
const fontWeight_2: string;
|
|
29
|
+
export { fontWeight_2 as fontWeight };
|
|
30
|
+
const fontSize_2: string;
|
|
31
|
+
export { fontSize_2 as fontSize };
|
|
32
|
+
const letterSpacing_2: string;
|
|
33
|
+
export { letterSpacing_2 as letterSpacing };
|
|
34
|
+
const lineHeight_2: string;
|
|
35
|
+
export { lineHeight_2 as lineHeight };
|
|
36
|
+
const color_2: string;
|
|
37
|
+
export { color_2 as color };
|
|
38
|
+
}
|
|
39
|
+
namespace text {
|
|
40
|
+
const fontFamily_3: string;
|
|
41
|
+
export { fontFamily_3 as fontFamily };
|
|
42
|
+
const fontWeight_3: string;
|
|
43
|
+
export { fontWeight_3 as fontWeight };
|
|
44
|
+
const fontSize_3: string;
|
|
45
|
+
export { fontSize_3 as fontSize };
|
|
46
|
+
const letterSpacing_3: string;
|
|
47
|
+
export { letterSpacing_3 as letterSpacing };
|
|
48
|
+
const lineHeight_3: string;
|
|
49
|
+
export { lineHeight_3 as lineHeight };
|
|
50
|
+
const color_3: string;
|
|
51
|
+
export { color_3 as color };
|
|
52
|
+
}
|
|
53
|
+
}
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
export declare const tooltipStyles: {
|
|
2
|
+
wrapper: {
|
|
3
|
+
background: string;
|
|
4
|
+
borderRadius: string;
|
|
5
|
+
width: string;
|
|
6
|
+
padding: {
|
|
7
|
+
base: string;
|
|
8
|
+
md: string;
|
|
9
|
+
};
|
|
10
|
+
height: string;
|
|
11
|
+
border: string;
|
|
12
|
+
boxShadow: string;
|
|
13
|
+
};
|
|
14
|
+
boxouter: {
|
|
15
|
+
position: string;
|
|
16
|
+
width: string;
|
|
17
|
+
maxWidth: {
|
|
18
|
+
base: string;
|
|
19
|
+
sm: string;
|
|
20
|
+
md: string;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
msgcontainer: {
|
|
24
|
+
background: string;
|
|
25
|
+
borderRadius: string;
|
|
26
|
+
};
|
|
27
|
+
greeting: {
|
|
28
|
+
fontWeight: number;
|
|
29
|
+
fontSize: string;
|
|
30
|
+
fontFamily: string;
|
|
31
|
+
paddingBottom: string;
|
|
32
|
+
bg: string;
|
|
33
|
+
color: string;
|
|
34
|
+
lineHeight: string;
|
|
35
|
+
width: string;
|
|
36
|
+
letterSpacing: string;
|
|
37
|
+
};
|
|
38
|
+
heading: {
|
|
39
|
+
fontWeight: string;
|
|
40
|
+
fontFamily: string;
|
|
41
|
+
fontSize: string;
|
|
42
|
+
lineHeight: string;
|
|
43
|
+
letterSpacing: string;
|
|
44
|
+
padding: string;
|
|
45
|
+
color: string;
|
|
46
|
+
};
|
|
47
|
+
description: {
|
|
48
|
+
fontFamily: string;
|
|
49
|
+
fontSize: string;
|
|
50
|
+
fontWeight: string;
|
|
51
|
+
paddingRight: string;
|
|
52
|
+
paddingLeft: string;
|
|
53
|
+
paddingBottom: string;
|
|
54
|
+
color: string;
|
|
55
|
+
};
|
|
56
|
+
featureItem: {
|
|
57
|
+
bg: string;
|
|
58
|
+
borderRadius: string;
|
|
59
|
+
padding: string;
|
|
60
|
+
w: string;
|
|
61
|
+
display: string;
|
|
62
|
+
alignItems: string;
|
|
63
|
+
gap: string;
|
|
64
|
+
};
|
|
65
|
+
featureIconBox: {
|
|
66
|
+
bg: string;
|
|
67
|
+
display: string;
|
|
68
|
+
alignItems: string;
|
|
69
|
+
justifyContent: string;
|
|
70
|
+
boxSize: string;
|
|
71
|
+
};
|
|
72
|
+
featureText: {
|
|
73
|
+
fontSize: string;
|
|
74
|
+
fontFamily: string;
|
|
75
|
+
color: string;
|
|
76
|
+
fontWeight: number;
|
|
77
|
+
lineHeight: string;
|
|
78
|
+
};
|
|
79
|
+
primaryBtn: {
|
|
80
|
+
background: string;
|
|
81
|
+
borderRadius: string;
|
|
82
|
+
fontFamily: string;
|
|
83
|
+
border: string;
|
|
84
|
+
boxShadow: string;
|
|
85
|
+
fontWeight: string;
|
|
86
|
+
fontSize: string;
|
|
87
|
+
color: string;
|
|
88
|
+
padding: string;
|
|
89
|
+
maxHeight: string;
|
|
90
|
+
};
|
|
91
|
+
requestBtn: {
|
|
92
|
+
background: string;
|
|
93
|
+
borderRadius: string;
|
|
94
|
+
fontFamily: string;
|
|
95
|
+
border: string;
|
|
96
|
+
boxShadow: string;
|
|
97
|
+
fontWeight: string;
|
|
98
|
+
fontSize: string;
|
|
99
|
+
color: string;
|
|
100
|
+
padding: string;
|
|
101
|
+
maxHeight: string;
|
|
102
|
+
};
|
|
103
|
+
backBtn: {
|
|
104
|
+
fontSize: string;
|
|
105
|
+
fontWeight: string;
|
|
106
|
+
color: string;
|
|
107
|
+
border: string;
|
|
108
|
+
fontFamily: string;
|
|
109
|
+
variant: string;
|
|
110
|
+
boxShadow: string;
|
|
111
|
+
padding: {
|
|
112
|
+
base: string;
|
|
113
|
+
md: string;
|
|
114
|
+
};
|
|
115
|
+
maxHeight: string;
|
|
116
|
+
};
|
|
117
|
+
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function ActivityBanner(props: any): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
export declare const activityBannerStyles: {
|
|
2
|
+
box: {
|
|
3
|
+
expandDesc: {
|
|
4
|
+
maxH: string;
|
|
5
|
+
overflow: string;
|
|
6
|
+
};
|
|
7
|
+
collpaseDesc: {
|
|
8
|
+
maxH: string;
|
|
9
|
+
overflow: string;
|
|
10
|
+
};
|
|
11
|
+
videoContainer: {
|
|
12
|
+
position: string;
|
|
13
|
+
top: number;
|
|
14
|
+
right: number;
|
|
15
|
+
bottom: number;
|
|
16
|
+
left: number;
|
|
17
|
+
display: string;
|
|
18
|
+
justifyContent: string;
|
|
19
|
+
alignItems: string;
|
|
20
|
+
width: string;
|
|
21
|
+
};
|
|
22
|
+
};
|
|
23
|
+
text: {
|
|
24
|
+
title: {
|
|
25
|
+
margin: number;
|
|
26
|
+
color: string;
|
|
27
|
+
fontSize: string;
|
|
28
|
+
fontWeight: number;
|
|
29
|
+
lineHeight: string;
|
|
30
|
+
};
|
|
31
|
+
description: {
|
|
32
|
+
fontSize: string;
|
|
33
|
+
fontWeight: number;
|
|
34
|
+
lineHeight: string;
|
|
35
|
+
textAlign: string;
|
|
36
|
+
color: string;
|
|
37
|
+
margin: number;
|
|
38
|
+
};
|
|
39
|
+
readMore: {
|
|
40
|
+
margin: number;
|
|
41
|
+
fontSize: string;
|
|
42
|
+
fontWeight: number;
|
|
43
|
+
lineHeight: string;
|
|
44
|
+
textAlign: string;
|
|
45
|
+
color: string;
|
|
46
|
+
cursor: string;
|
|
47
|
+
};
|
|
48
|
+
clapCount: {
|
|
49
|
+
color: string;
|
|
50
|
+
fontSize: string;
|
|
51
|
+
fontWeight: number;
|
|
52
|
+
lineHeight: string;
|
|
53
|
+
};
|
|
54
|
+
linkStyle: {
|
|
55
|
+
fontWeight: number;
|
|
56
|
+
fontSize: string;
|
|
57
|
+
color: string;
|
|
58
|
+
cursor: string;
|
|
59
|
+
};
|
|
60
|
+
referenceTxt: {
|
|
61
|
+
fontWeight: string;
|
|
62
|
+
fontSize: string;
|
|
63
|
+
color: string;
|
|
64
|
+
};
|
|
65
|
+
};
|
|
66
|
+
image: {
|
|
67
|
+
imageView: {
|
|
68
|
+
objectFit: string;
|
|
69
|
+
width: string;
|
|
70
|
+
height: string;
|
|
71
|
+
borderRadius: string;
|
|
72
|
+
cursor: string;
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
};
|
|
@@ -0,0 +1,86 @@
|
|
|
1
|
+
export declare const addPostCardStyles: {
|
|
2
|
+
box: {
|
|
3
|
+
container: {
|
|
4
|
+
display: string;
|
|
5
|
+
maxWidth: string;
|
|
6
|
+
minHeight: string;
|
|
7
|
+
overflow: string;
|
|
8
|
+
borderRadius: string;
|
|
9
|
+
fontFamily: string;
|
|
10
|
+
boxSizing: string;
|
|
11
|
+
boxShadow: string;
|
|
12
|
+
padding: string;
|
|
13
|
+
backgroundColor: string;
|
|
14
|
+
};
|
|
15
|
+
subContainer: {
|
|
16
|
+
backgroundColor: string;
|
|
17
|
+
width: string;
|
|
18
|
+
minHeight: string;
|
|
19
|
+
borderRadius: string;
|
|
20
|
+
display: string;
|
|
21
|
+
flexDirection: string;
|
|
22
|
+
justifyContent: string;
|
|
23
|
+
alignItems: string;
|
|
24
|
+
gap: string;
|
|
25
|
+
padding: string;
|
|
26
|
+
};
|
|
27
|
+
user: {
|
|
28
|
+
marginBottom: string;
|
|
29
|
+
display: string;
|
|
30
|
+
justifyContent: string;
|
|
31
|
+
alignItems: string;
|
|
32
|
+
};
|
|
33
|
+
};
|
|
34
|
+
hstack: {
|
|
35
|
+
submit: {
|
|
36
|
+
height: string;
|
|
37
|
+
padding: string;
|
|
38
|
+
gap: string;
|
|
39
|
+
borderRadius: string;
|
|
40
|
+
backgroundColor: string;
|
|
41
|
+
color: string;
|
|
42
|
+
cursor: string;
|
|
43
|
+
};
|
|
44
|
+
viewMode: {
|
|
45
|
+
border: string;
|
|
46
|
+
padding: string;
|
|
47
|
+
gap: string;
|
|
48
|
+
borderRadius: string;
|
|
49
|
+
height: string;
|
|
50
|
+
cursor: string;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
53
|
+
stack: {
|
|
54
|
+
profile: {
|
|
55
|
+
bg: string;
|
|
56
|
+
w: string;
|
|
57
|
+
height: string;
|
|
58
|
+
borderRadius: string;
|
|
59
|
+
justifyContent: string;
|
|
60
|
+
alignItems: string;
|
|
61
|
+
boxShadow: string;
|
|
62
|
+
};
|
|
63
|
+
};
|
|
64
|
+
text: {
|
|
65
|
+
submitTxt: {
|
|
66
|
+
fontSize: string;
|
|
67
|
+
fontWeight: string;
|
|
68
|
+
lineHeight: string;
|
|
69
|
+
textAlign: string;
|
|
70
|
+
};
|
|
71
|
+
dscTxt: {
|
|
72
|
+
padding: string;
|
|
73
|
+
color: string;
|
|
74
|
+
textAlign: string;
|
|
75
|
+
fontSize: string;
|
|
76
|
+
fontWeight: string;
|
|
77
|
+
};
|
|
78
|
+
userName: {
|
|
79
|
+
fontSize: string;
|
|
80
|
+
fontWeight: string;
|
|
81
|
+
lineHeight: string;
|
|
82
|
+
textAlign: string;
|
|
83
|
+
color: string;
|
|
84
|
+
};
|
|
85
|
+
};
|
|
86
|
+
};
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
export declare const BottomNavStyles: (isMobileView?: boolean, isNewBottomList?: boolean, isMenuOpen?: boolean) => {
|
|
2
|
+
mainContainer: {};
|
|
3
|
+
subContainer: {
|
|
4
|
+
display: string;
|
|
5
|
+
gridTemplateColumns: string;
|
|
6
|
+
gap: string;
|
|
7
|
+
alignItems: string;
|
|
8
|
+
overflow: string;
|
|
9
|
+
msOverflowStyle: string;
|
|
10
|
+
scrollbarWidth: string;
|
|
11
|
+
"&::-webkit-scrollbar": {
|
|
12
|
+
display: string;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
bottomNavMenuContainer: {
|
|
16
|
+
gridColumn: string;
|
|
17
|
+
display: string;
|
|
18
|
+
justifyContent: string;
|
|
19
|
+
width: string;
|
|
20
|
+
alignItems: string;
|
|
21
|
+
};
|
|
22
|
+
secondBoxContiner: {
|
|
23
|
+
gridColumn: {
|
|
24
|
+
base: "1/15";
|
|
25
|
+
md: "2/14";
|
|
26
|
+
lg: "3 / 13";
|
|
27
|
+
};
|
|
28
|
+
width: string;
|
|
29
|
+
};
|
|
30
|
+
vStackContainer: {
|
|
31
|
+
width: string;
|
|
32
|
+
alignItems: string;
|
|
33
|
+
};
|
|
34
|
+
toastContainer: {
|
|
35
|
+
width: string;
|
|
36
|
+
};
|
|
37
|
+
toastSubContainer: {
|
|
38
|
+
width: string;
|
|
39
|
+
};
|
|
40
|
+
bottomNavButtonContainer: {
|
|
41
|
+
width: string;
|
|
42
|
+
justifyContent: string;
|
|
43
|
+
alignItems: string;
|
|
44
|
+
display: string;
|
|
45
|
+
flexDirection: string;
|
|
46
|
+
};
|
|
47
|
+
bottomNavButtonSubContainer: {
|
|
48
|
+
width: string;
|
|
49
|
+
display: string;
|
|
50
|
+
justifyContent: string;
|
|
51
|
+
};
|
|
52
|
+
};
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
export default styles;
|
|
2
|
+
declare namespace styles {
|
|
3
|
+
namespace container {
|
|
4
|
+
const display: string;
|
|
5
|
+
const alignItems: string;
|
|
6
|
+
const gap: string;
|
|
7
|
+
const paddingTop: string;
|
|
8
|
+
}
|
|
9
|
+
namespace revisionspecific {
|
|
10
|
+
const display_1: string;
|
|
11
|
+
export { display_1 as display };
|
|
12
|
+
const alignItems_1: string;
|
|
13
|
+
export { alignItems_1 as alignItems };
|
|
14
|
+
const gap_1: string;
|
|
15
|
+
export { gap_1 as gap };
|
|
16
|
+
}
|
|
17
|
+
namespace badge {
|
|
18
|
+
export const width: string;
|
|
19
|
+
export const height: string;
|
|
20
|
+
export const borderRadius: string;
|
|
21
|
+
export const backgroundColor: string;
|
|
22
|
+
export const opacity: number;
|
|
23
|
+
const display_2: string;
|
|
24
|
+
export { display_2 as display };
|
|
25
|
+
const alignItems_2: string;
|
|
26
|
+
export { alignItems_2 as alignItems };
|
|
27
|
+
export const justifyContent: string;
|
|
28
|
+
export const boxShadow: string;
|
|
29
|
+
}
|
|
30
|
+
namespace badgeText {
|
|
31
|
+
const fontFamily: string;
|
|
32
|
+
const fontSize: string;
|
|
33
|
+
const fontWeight: number;
|
|
34
|
+
const color: string;
|
|
35
|
+
const letterSpacing: string;
|
|
36
|
+
}
|
|
37
|
+
namespace answerText {
|
|
38
|
+
const fontFamily_1: string;
|
|
39
|
+
export { fontFamily_1 as fontFamily };
|
|
40
|
+
const fontSize_1: string;
|
|
41
|
+
export { fontSize_1 as fontSize };
|
|
42
|
+
const fontWeight_1: number;
|
|
43
|
+
export { fontWeight_1 as fontWeight };
|
|
44
|
+
export const lineHeight: string;
|
|
45
|
+
const letterSpacing_1: string;
|
|
46
|
+
export { letterSpacing_1 as letterSpacing };
|
|
47
|
+
const color_1: string;
|
|
48
|
+
export { color_1 as color };
|
|
49
|
+
const opacity_1: number;
|
|
50
|
+
export { opacity_1 as opacity };
|
|
51
|
+
}
|
|
52
|
+
namespace teacherText {
|
|
53
|
+
const fontFamily_2: string;
|
|
54
|
+
export { fontFamily_2 as fontFamily };
|
|
55
|
+
const fontSize_2: string;
|
|
56
|
+
export { fontSize_2 as fontSize };
|
|
57
|
+
const fontWeight_2: number;
|
|
58
|
+
export { fontWeight_2 as fontWeight };
|
|
59
|
+
const lineHeight_1: string;
|
|
60
|
+
export { lineHeight_1 as lineHeight };
|
|
61
|
+
const letterSpacing_2: string;
|
|
62
|
+
export { letterSpacing_2 as letterSpacing };
|
|
63
|
+
const color_2: string;
|
|
64
|
+
export { color_2 as color };
|
|
65
|
+
const opacity_2: number;
|
|
66
|
+
export { opacity_2 as opacity };
|
|
67
|
+
}
|
|
68
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
interface FactualCardProps {
|
|
2
|
+
loader?: boolean;
|
|
3
|
+
onPlay?: () => void;
|
|
4
|
+
index: number;
|
|
5
|
+
currentQuestionIndex: number;
|
|
6
|
+
question: DisplayedQuestion;
|
|
7
|
+
icons?: {
|
|
8
|
+
play?: string;
|
|
9
|
+
};
|
|
10
|
+
saveEvent?: (eventType: {}, metadata?: any) => void;
|
|
11
|
+
authToken: any;
|
|
12
|
+
learningStepData?: any;
|
|
13
|
+
displayedQues?: any;
|
|
14
|
+
url?: string;
|
|
15
|
+
isRecap: Boolean;
|
|
16
|
+
}
|
|
17
|
+
interface Content {
|
|
18
|
+
title?: string;
|
|
19
|
+
type?: string;
|
|
20
|
+
contentType?: string;
|
|
21
|
+
id?: string;
|
|
22
|
+
content?: string;
|
|
23
|
+
content_details?: {
|
|
24
|
+
title: string;
|
|
25
|
+
type: string;
|
|
26
|
+
contentType?: string;
|
|
27
|
+
id: string;
|
|
28
|
+
content: string;
|
|
29
|
+
_id?: string;
|
|
30
|
+
};
|
|
31
|
+
_id?: string;
|
|
32
|
+
}
|
|
33
|
+
interface FactualRuleSet {
|
|
34
|
+
start_time?: string;
|
|
35
|
+
end_time?: string;
|
|
36
|
+
}
|
|
37
|
+
interface DisplayedQuestion {
|
|
38
|
+
contents?: Content[];
|
|
39
|
+
factual_rule_set?: FactualRuleSet[];
|
|
40
|
+
basket?: string;
|
|
41
|
+
journey_id?: string;
|
|
42
|
+
step_id?: string;
|
|
43
|
+
_id?: string;
|
|
44
|
+
}
|
|
45
|
+
export default function FactualCard({ loader, onPlay, index, currentQuestionIndex, question, icons, saveEvent, authToken, learningStepData, displayedQues, url, isRecap, }: FactualCardProps): import("react/jsx-runtime").JSX.Element;
|
|
46
|
+
export {};
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
declare const factualStyle: {
|
|
2
|
+
card: {
|
|
3
|
+
background: string;
|
|
4
|
+
borderRadius: string;
|
|
5
|
+
padding: string;
|
|
6
|
+
boxShadow: string;
|
|
7
|
+
width: string;
|
|
8
|
+
marginLeft: string;
|
|
9
|
+
marginBottom: string;
|
|
10
|
+
"@media (max-width: 768px)": {
|
|
11
|
+
width: string;
|
|
12
|
+
};
|
|
13
|
+
"@media (max-width: 480px)": {
|
|
14
|
+
marginLeft: string;
|
|
15
|
+
};
|
|
16
|
+
};
|
|
17
|
+
title: {
|
|
18
|
+
fontSize: string;
|
|
19
|
+
fontWeight: string;
|
|
20
|
+
color: string;
|
|
21
|
+
paddingTop: string;
|
|
22
|
+
};
|
|
23
|
+
videoWrapper: {
|
|
24
|
+
width: string;
|
|
25
|
+
cursor: string;
|
|
26
|
+
"@media (max-width: 768px)": {
|
|
27
|
+
position: string;
|
|
28
|
+
width: string;
|
|
29
|
+
cursor: string;
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
videoContent: {
|
|
33
|
+
position: string;
|
|
34
|
+
display: string;
|
|
35
|
+
overflow: string;
|
|
36
|
+
};
|
|
37
|
+
playButton: {
|
|
38
|
+
position: string;
|
|
39
|
+
top: string;
|
|
40
|
+
left: string;
|
|
41
|
+
transform: string;
|
|
42
|
+
width: string;
|
|
43
|
+
height: string;
|
|
44
|
+
display: string;
|
|
45
|
+
alignItems: string;
|
|
46
|
+
justifyContent: string;
|
|
47
|
+
transition: string;
|
|
48
|
+
"&:hover": {
|
|
49
|
+
opacity: number;
|
|
50
|
+
};
|
|
51
|
+
};
|
|
52
|
+
duration: {
|
|
53
|
+
background: string;
|
|
54
|
+
color: string;
|
|
55
|
+
padding: string;
|
|
56
|
+
borderRadius: string;
|
|
57
|
+
fontSize: string;
|
|
58
|
+
position: string;
|
|
59
|
+
top: string;
|
|
60
|
+
left: string;
|
|
61
|
+
display: string;
|
|
62
|
+
};
|
|
63
|
+
};
|
|
64
|
+
export default factualStyle;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
|
|
3
|
+
export interface FloatingButtonProps {
|
|
4
|
+
userRole: 'teacher' | 'parent' | 'student';
|
|
5
|
+
onClick: () => void;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
icon: string;
|
|
8
|
+
isModal?: boolean;
|
|
9
|
+
}
|
|
10
|
+
export declare const FloatingButton: React.FC<FloatingButtonProps>;
|
|
11
|
+
export default FloatingButton;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const FloatingButtonContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, {
|
|
3
|
+
userRole: 'teacher' | 'parent' | 'student';
|
|
4
|
+
disabled?: boolean | undefined;
|
|
5
|
+
isModal?: boolean | undefined;
|
|
6
|
+
}>> & string;
|
|
7
|
+
export declare const FloatingButtonIcon: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
8
|
+
export declare const PopupContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
9
|
+
userRole: 'teacher' | 'parent' | 'student';
|
|
10
|
+
isModal?: boolean | undefined;
|
|
11
|
+
}>> & string;
|
|
12
|
+
export declare const PopupText: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
13
|
+
userRole: 'teacher' | 'parent' | 'student';
|
|
14
|
+
}>> & string;
|
|
15
|
+
export declare const PopupswitchContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
16
|
+
userRole: 'teacher' | 'parent' | 'student';
|
|
17
|
+
}>> & string;
|
|
18
|
+
export declare const Popupwrap: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
19
|
+
export declare const PopupSwitchText: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
20
|
+
userRole: 'teacher' | 'parent' | 'student';
|
|
21
|
+
}>> & string;
|