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,152 @@
|
|
|
1
|
+
export declare const postCardStyles: {
|
|
2
|
+
box: {
|
|
3
|
+
cardContainer: {
|
|
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
|
+
position: string;
|
|
14
|
+
userSelect: string;
|
|
15
|
+
};
|
|
16
|
+
subContainer: {
|
|
17
|
+
width: string;
|
|
18
|
+
height: string;
|
|
19
|
+
filter: string;
|
|
20
|
+
};
|
|
21
|
+
detailedContainer: {
|
|
22
|
+
display: string;
|
|
23
|
+
flexDirection: string;
|
|
24
|
+
width: string;
|
|
25
|
+
gap: string;
|
|
26
|
+
boxSizing: string;
|
|
27
|
+
marginTop: string;
|
|
28
|
+
};
|
|
29
|
+
descContainer: {
|
|
30
|
+
maxH: string;
|
|
31
|
+
overflow: string;
|
|
32
|
+
};
|
|
33
|
+
docItem: {
|
|
34
|
+
backgroundColor: string;
|
|
35
|
+
width: string;
|
|
36
|
+
height: string;
|
|
37
|
+
display: string;
|
|
38
|
+
justifyContent: string;
|
|
39
|
+
alignItems: string;
|
|
40
|
+
borderRadius: string;
|
|
41
|
+
};
|
|
42
|
+
videoIconContainer: {
|
|
43
|
+
position: string;
|
|
44
|
+
top: number;
|
|
45
|
+
right: number;
|
|
46
|
+
bottom: number;
|
|
47
|
+
left: number;
|
|
48
|
+
display: string;
|
|
49
|
+
justifyContent: string;
|
|
50
|
+
alignItems: string;
|
|
51
|
+
width: string;
|
|
52
|
+
};
|
|
53
|
+
};
|
|
54
|
+
text: {
|
|
55
|
+
profileInitials: {
|
|
56
|
+
fontSize: string;
|
|
57
|
+
fontWeight: number;
|
|
58
|
+
lineHeight: string;
|
|
59
|
+
};
|
|
60
|
+
userName: {
|
|
61
|
+
fontSize: string;
|
|
62
|
+
fontWeight: number;
|
|
63
|
+
lineHeight: string;
|
|
64
|
+
textAlign: string;
|
|
65
|
+
color: string;
|
|
66
|
+
};
|
|
67
|
+
postTitle: {
|
|
68
|
+
fontSize: string;
|
|
69
|
+
fontWeight: number;
|
|
70
|
+
lineHeight: string;
|
|
71
|
+
textAlign: string;
|
|
72
|
+
color: string;
|
|
73
|
+
};
|
|
74
|
+
postDesc: {
|
|
75
|
+
fontSize: string;
|
|
76
|
+
fontWeight: string;
|
|
77
|
+
lineHeight: string;
|
|
78
|
+
letterSpacing: string;
|
|
79
|
+
textAlign: string;
|
|
80
|
+
color: string;
|
|
81
|
+
};
|
|
82
|
+
countTxt: {
|
|
83
|
+
fontSize: string;
|
|
84
|
+
fontWeight: string;
|
|
85
|
+
lineHeight: string;
|
|
86
|
+
textAlign: string;
|
|
87
|
+
color: string;
|
|
88
|
+
};
|
|
89
|
+
readMore: {
|
|
90
|
+
fontSize: string;
|
|
91
|
+
fontWeight: string;
|
|
92
|
+
lineHeight: string;
|
|
93
|
+
textAlign: string;
|
|
94
|
+
color: string;
|
|
95
|
+
};
|
|
96
|
+
mediaCount: {
|
|
97
|
+
position: string;
|
|
98
|
+
top: number;
|
|
99
|
+
right: number;
|
|
100
|
+
bottom: number;
|
|
101
|
+
left: number;
|
|
102
|
+
display: string;
|
|
103
|
+
justifyContent: string;
|
|
104
|
+
alignItems: string;
|
|
105
|
+
fontSize: string;
|
|
106
|
+
fontWeight: string;
|
|
107
|
+
lineHeight: string;
|
|
108
|
+
textAlign: string;
|
|
109
|
+
color: string;
|
|
110
|
+
textShadow: string;
|
|
111
|
+
};
|
|
112
|
+
};
|
|
113
|
+
stack: {
|
|
114
|
+
profileImgContainer: {
|
|
115
|
+
bg: string;
|
|
116
|
+
w: string;
|
|
117
|
+
h: string;
|
|
118
|
+
borderRadius: string;
|
|
119
|
+
justifyContent: string;
|
|
120
|
+
alignItems: string;
|
|
121
|
+
boxShadow: string;
|
|
122
|
+
};
|
|
123
|
+
};
|
|
124
|
+
image: {
|
|
125
|
+
postImg: {
|
|
126
|
+
width: string;
|
|
127
|
+
height: string;
|
|
128
|
+
objectFit: string;
|
|
129
|
+
borderRadius: string;
|
|
130
|
+
};
|
|
131
|
+
twoImgWithLeftRadius: {
|
|
132
|
+
width: string;
|
|
133
|
+
height: string;
|
|
134
|
+
objectFit: string;
|
|
135
|
+
borderTopLeftRadius: string;
|
|
136
|
+
borderBottomLeftRadius: string;
|
|
137
|
+
};
|
|
138
|
+
twoImgWithRightRadius: {
|
|
139
|
+
width: string;
|
|
140
|
+
height: string;
|
|
141
|
+
objectFit: string;
|
|
142
|
+
borderTopRightRadius: string;
|
|
143
|
+
borderBottomRightRadius: string;
|
|
144
|
+
};
|
|
145
|
+
multiImg: {
|
|
146
|
+
width: string;
|
|
147
|
+
height: string;
|
|
148
|
+
objectFit: string;
|
|
149
|
+
borderTopRightRadius: string;
|
|
150
|
+
};
|
|
151
|
+
};
|
|
152
|
+
};
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export function VideoView({ videos, thumbnails, currentVideoIdx, setCurrentVideoIdx, playicon, onOpenMediaModal, }: {
|
|
2
|
+
videos: any;
|
|
3
|
+
thumbnails?: any[] | undefined;
|
|
4
|
+
currentVideoIdx: any;
|
|
5
|
+
setCurrentVideoIdx: any;
|
|
6
|
+
playicon: any;
|
|
7
|
+
onOpenMediaModal: any;
|
|
8
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
|
|
3
|
+
export interface RequestSentModalProps {
|
|
4
|
+
isOpen: boolean;
|
|
5
|
+
onClose: () => void;
|
|
6
|
+
image?: React.ReactNode;
|
|
7
|
+
isMobile?: boolean;
|
|
8
|
+
}
|
|
9
|
+
declare const RequestSentModal: React.FC<RequestSentModalProps>;
|
|
10
|
+
export default RequestSentModal;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
|
|
3
|
+
interface RevisionCompleteCardProps {
|
|
4
|
+
title?: string;
|
|
5
|
+
description: string;
|
|
6
|
+
buttonText: string;
|
|
7
|
+
imageSrc?: string;
|
|
8
|
+
rivSrc?: string;
|
|
9
|
+
onButtonClick?: () => void;
|
|
10
|
+
isMatchthefollowing: boolean;
|
|
11
|
+
secondaryButtonText?: string;
|
|
12
|
+
onSecondaryButtonClick?: () => void;
|
|
13
|
+
badge?: string;
|
|
14
|
+
}
|
|
15
|
+
declare const RevisionCompleteCard: React.FC<RevisionCompleteCardProps>;
|
|
16
|
+
export default RevisionCompleteCard;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const OuterContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
|
+
export declare const OuterCard: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
4
|
+
export declare const InnerCard: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
5
|
+
export declare const TopSection: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
6
|
+
export declare const Image: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, never>> & string;
|
|
7
|
+
export declare const Title: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, never>> & string;
|
|
8
|
+
export declare const Badge: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
9
|
+
export declare const SubTitle: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, never>> & string;
|
|
10
|
+
export declare const Divider: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
11
|
+
export declare const Content: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
12
|
+
export declare const Description: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, {
|
|
13
|
+
isMatchthefollowing: boolean;
|
|
14
|
+
}>> & string;
|
|
15
|
+
export declare const ButtonContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
16
|
+
export declare const Button: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
|
|
17
|
+
export declare const SecondaryButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<Omit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>, "ref"> & {
|
|
18
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import('react').RefObject<HTMLButtonElement> | null | undefined;
|
|
19
|
+
}, never>> & string;
|
|
20
|
+
export declare const PrimaryButton: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<Omit<import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>, "ref"> & {
|
|
21
|
+
ref?: ((instance: HTMLButtonElement | null) => void) | import('react').RefObject<HTMLButtonElement> | null | undefined;
|
|
22
|
+
}, never>> & string;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export declare const OuterContainer: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
3
|
+
export declare const Card: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
4
|
+
export declare const ImageSection: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
5
|
+
export declare const Image: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').ImgHTMLAttributes<HTMLImageElement>, HTMLImageElement>, never>> & string;
|
|
6
|
+
export declare const Content: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
|
|
7
|
+
export declare const Title: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, never>> & string;
|
|
8
|
+
export declare const Subtitle: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>> & string;
|
|
9
|
+
export declare const Description: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, never>> & string;
|
|
10
|
+
export declare const Button: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components').FastOmit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, never>> & string;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
|
|
3
|
+
interface RevisionCardProps {
|
|
4
|
+
title: string;
|
|
5
|
+
subtitle: string;
|
|
6
|
+
description: string;
|
|
7
|
+
buttonText: string;
|
|
8
|
+
rivSrc?: string;
|
|
9
|
+
imageSrc?: string;
|
|
10
|
+
onButtonClick?: () => void;
|
|
11
|
+
}
|
|
12
|
+
declare const RevisionCard: React.FC<RevisionCardProps>;
|
|
13
|
+
export default RevisionCard;
|
|
@@ -0,0 +1,385 @@
|
|
|
1
|
+
export declare const cardStyles: {
|
|
2
|
+
limited: {
|
|
3
|
+
width: string;
|
|
4
|
+
height: string;
|
|
5
|
+
border: string;
|
|
6
|
+
background: string;
|
|
7
|
+
borderRadius: string;
|
|
8
|
+
boxShadow: string;
|
|
9
|
+
};
|
|
10
|
+
requestSent: {
|
|
11
|
+
width: string;
|
|
12
|
+
height: string;
|
|
13
|
+
border: string;
|
|
14
|
+
background: string;
|
|
15
|
+
borderRadius: string;
|
|
16
|
+
boxShadow: string;
|
|
17
|
+
};
|
|
18
|
+
unlocked: {
|
|
19
|
+
width: string;
|
|
20
|
+
height: string;
|
|
21
|
+
border: string;
|
|
22
|
+
background: string;
|
|
23
|
+
borderRadius: string;
|
|
24
|
+
boxShadow: string;
|
|
25
|
+
};
|
|
26
|
+
noCredits: {
|
|
27
|
+
width: string;
|
|
28
|
+
height: string;
|
|
29
|
+
borderRadius: string;
|
|
30
|
+
boxShadow: string;
|
|
31
|
+
};
|
|
32
|
+
headerText: {
|
|
33
|
+
fontSize: string;
|
|
34
|
+
fontWeight: string;
|
|
35
|
+
width: string;
|
|
36
|
+
height: string;
|
|
37
|
+
color: string;
|
|
38
|
+
fontFamily: string;
|
|
39
|
+
};
|
|
40
|
+
mobilelearnbutton: {
|
|
41
|
+
ml: string;
|
|
42
|
+
paddingLeft: string;
|
|
43
|
+
paddingTop: string;
|
|
44
|
+
paddingBottom: string;
|
|
45
|
+
height: string;
|
|
46
|
+
color: string;
|
|
47
|
+
fontSize: string;
|
|
48
|
+
fontWeight: string;
|
|
49
|
+
};
|
|
50
|
+
headerlimitedText: {
|
|
51
|
+
fontSize: string;
|
|
52
|
+
fontWeight: string;
|
|
53
|
+
paddingTop: string;
|
|
54
|
+
paddingBottom: string;
|
|
55
|
+
color: string;
|
|
56
|
+
fontFamily: string;
|
|
57
|
+
};
|
|
58
|
+
learnMoreButton: {
|
|
59
|
+
ml: string;
|
|
60
|
+
paddingLeft: string;
|
|
61
|
+
paddingTop: string;
|
|
62
|
+
paddingBottom: string;
|
|
63
|
+
height: string;
|
|
64
|
+
color: string;
|
|
65
|
+
fontSize: string;
|
|
66
|
+
fontWeight: string;
|
|
67
|
+
};
|
|
68
|
+
learnMoreunlockedButton: {
|
|
69
|
+
height: string;
|
|
70
|
+
color: string;
|
|
71
|
+
padding: string;
|
|
72
|
+
fontSize: string;
|
|
73
|
+
fontWeight: string;
|
|
74
|
+
};
|
|
75
|
+
learnMorelimitedText: {
|
|
76
|
+
color: string;
|
|
77
|
+
fontSize: string;
|
|
78
|
+
fontWeight: string;
|
|
79
|
+
};
|
|
80
|
+
mobilelearnmorelimit: {
|
|
81
|
+
color: string;
|
|
82
|
+
fontSize: string;
|
|
83
|
+
fontWeight: string;
|
|
84
|
+
};
|
|
85
|
+
learnMoreText: {
|
|
86
|
+
color: string;
|
|
87
|
+
fontSize: string;
|
|
88
|
+
fontWeight: string;
|
|
89
|
+
};
|
|
90
|
+
chevronlimitedIcon: {
|
|
91
|
+
color: string;
|
|
92
|
+
ml: string;
|
|
93
|
+
};
|
|
94
|
+
chevronUnlockedIcon: {
|
|
95
|
+
color: string;
|
|
96
|
+
ml: string;
|
|
97
|
+
};
|
|
98
|
+
discovericon: {
|
|
99
|
+
color: string;
|
|
100
|
+
ml: string;
|
|
101
|
+
};
|
|
102
|
+
learnMoreRequireText: {
|
|
103
|
+
color: string;
|
|
104
|
+
fontSize: string;
|
|
105
|
+
fontWeight: string;
|
|
106
|
+
};
|
|
107
|
+
learnMoreUnlockedText: {
|
|
108
|
+
color: string;
|
|
109
|
+
fontSize: string;
|
|
110
|
+
fontWeight: string;
|
|
111
|
+
};
|
|
112
|
+
chevronIcon: {
|
|
113
|
+
color: string;
|
|
114
|
+
ml: string;
|
|
115
|
+
};
|
|
116
|
+
limitedUsageAlert: {
|
|
117
|
+
borderRadius: string;
|
|
118
|
+
background: string;
|
|
119
|
+
border: string;
|
|
120
|
+
paddingTop: string;
|
|
121
|
+
paddingBottom: string;
|
|
122
|
+
paddingRight: string;
|
|
123
|
+
paddingLeft: string;
|
|
124
|
+
};
|
|
125
|
+
limitedusagemobile: {
|
|
126
|
+
borderRadius: string;
|
|
127
|
+
background: string;
|
|
128
|
+
border: string;
|
|
129
|
+
paddingTop: string;
|
|
130
|
+
paddingBottom: string;
|
|
131
|
+
paddingRight: string;
|
|
132
|
+
paddingLeft: string;
|
|
133
|
+
};
|
|
134
|
+
alertText: {
|
|
135
|
+
fontSize: string;
|
|
136
|
+
fontWeight: string;
|
|
137
|
+
color: string;
|
|
138
|
+
textAlign: string;
|
|
139
|
+
lineHeight: string;
|
|
140
|
+
mr: string;
|
|
141
|
+
};
|
|
142
|
+
alertmobilelimited: {
|
|
143
|
+
fontSize: string;
|
|
144
|
+
fontWeight: string;
|
|
145
|
+
color: string;
|
|
146
|
+
textAlign: string;
|
|
147
|
+
lineHeight: string;
|
|
148
|
+
mr: string;
|
|
149
|
+
};
|
|
150
|
+
bodyText: {
|
|
151
|
+
fontSize: string;
|
|
152
|
+
fontWeight: string;
|
|
153
|
+
color: string;
|
|
154
|
+
fontFamily: string;
|
|
155
|
+
};
|
|
156
|
+
bodyTextpoint: {
|
|
157
|
+
fontSize: string;
|
|
158
|
+
fontWeight: string;
|
|
159
|
+
color: string;
|
|
160
|
+
fontFamily: string;
|
|
161
|
+
};
|
|
162
|
+
limitedbodyText: {
|
|
163
|
+
fontSize: string;
|
|
164
|
+
fontWeight: string;
|
|
165
|
+
color: string;
|
|
166
|
+
fontFamily: string;
|
|
167
|
+
};
|
|
168
|
+
bodyTextlern: {
|
|
169
|
+
fontSize: string;
|
|
170
|
+
fontWeight: string;
|
|
171
|
+
color: string;
|
|
172
|
+
fontFamily: string;
|
|
173
|
+
};
|
|
174
|
+
bodyTextDark: {
|
|
175
|
+
fontSize: string;
|
|
176
|
+
fontWeight: string;
|
|
177
|
+
color: string;
|
|
178
|
+
fontFamily: string;
|
|
179
|
+
};
|
|
180
|
+
successMessage: {
|
|
181
|
+
fontSize: string;
|
|
182
|
+
fontWeight: string;
|
|
183
|
+
color: string;
|
|
184
|
+
fontFamily: string;
|
|
185
|
+
lineHeight: string;
|
|
186
|
+
};
|
|
187
|
+
chevronmobilelimited: {
|
|
188
|
+
color: string;
|
|
189
|
+
};
|
|
190
|
+
mobilelearnunlockbutton: {
|
|
191
|
+
ml: string;
|
|
192
|
+
paddingLeft: string;
|
|
193
|
+
paddingTop: string;
|
|
194
|
+
paddingbottom: string;
|
|
195
|
+
height: string;
|
|
196
|
+
color: string;
|
|
197
|
+
fontSize: string;
|
|
198
|
+
fontWeight: string;
|
|
199
|
+
};
|
|
200
|
+
primaryButton: {
|
|
201
|
+
width: string;
|
|
202
|
+
borderRadius: string;
|
|
203
|
+
fontWeight: string;
|
|
204
|
+
fontSize: string;
|
|
205
|
+
fontFamily: string;
|
|
206
|
+
backgroundColor: string;
|
|
207
|
+
transition: string;
|
|
208
|
+
_hover: {
|
|
209
|
+
backgroundColor: string;
|
|
210
|
+
};
|
|
211
|
+
};
|
|
212
|
+
primaryButtonnocredit: {
|
|
213
|
+
width: string;
|
|
214
|
+
borderRadius: string;
|
|
215
|
+
fontWeight: string;
|
|
216
|
+
fontSize: string;
|
|
217
|
+
fontFamily: string;
|
|
218
|
+
border: string;
|
|
219
|
+
backgroundColor: string;
|
|
220
|
+
transition: string;
|
|
221
|
+
_hover: {
|
|
222
|
+
backgroundColor: string;
|
|
223
|
+
};
|
|
224
|
+
};
|
|
225
|
+
discoverfeatures: {
|
|
226
|
+
display: string;
|
|
227
|
+
alignItems: string;
|
|
228
|
+
justifyContent: string;
|
|
229
|
+
paddingBottom: string;
|
|
230
|
+
};
|
|
231
|
+
discoverText: {
|
|
232
|
+
fontSize: string;
|
|
233
|
+
fontWeight: string;
|
|
234
|
+
color: string;
|
|
235
|
+
fontFamily: string;
|
|
236
|
+
display: string;
|
|
237
|
+
alignItems: string;
|
|
238
|
+
justifyContent: string;
|
|
239
|
+
};
|
|
240
|
+
buttonrequireText: {
|
|
241
|
+
fontSize: string;
|
|
242
|
+
color: string;
|
|
243
|
+
fontFamily: string;
|
|
244
|
+
textAlign: string;
|
|
245
|
+
};
|
|
246
|
+
buttonrequireTextnocredit: {
|
|
247
|
+
fontSize: string;
|
|
248
|
+
color: string;
|
|
249
|
+
fontFamily: string;
|
|
250
|
+
textAlign: string;
|
|
251
|
+
};
|
|
252
|
+
disabledButton: {
|
|
253
|
+
width: string;
|
|
254
|
+
fontWeight: string;
|
|
255
|
+
fontFamily: string;
|
|
256
|
+
background: string;
|
|
257
|
+
color: string;
|
|
258
|
+
cursor: string;
|
|
259
|
+
_disabled: {
|
|
260
|
+
background: string;
|
|
261
|
+
color: string;
|
|
262
|
+
cursor: string;
|
|
263
|
+
};
|
|
264
|
+
};
|
|
265
|
+
disabledButtonnocredit: {
|
|
266
|
+
width: string;
|
|
267
|
+
fontWeight: string;
|
|
268
|
+
fontFamily: string;
|
|
269
|
+
background: string;
|
|
270
|
+
cursor: string;
|
|
271
|
+
_hover: {
|
|
272
|
+
backgroundColor: string;
|
|
273
|
+
};
|
|
274
|
+
};
|
|
275
|
+
countdownText: {
|
|
276
|
+
fontSize: string;
|
|
277
|
+
color: string;
|
|
278
|
+
fontFamily: string;
|
|
279
|
+
textAlign: string;
|
|
280
|
+
paddingLeft: string;
|
|
281
|
+
paddingRight: string;
|
|
282
|
+
paddingBottom: string;
|
|
283
|
+
};
|
|
284
|
+
countdownboldText: {
|
|
285
|
+
fontSize: string;
|
|
286
|
+
color: string;
|
|
287
|
+
fontWeight: string;
|
|
288
|
+
fontFamily: string;
|
|
289
|
+
};
|
|
290
|
+
headerFlex: {
|
|
291
|
+
paddingLeft: string;
|
|
292
|
+
paddingRight: string;
|
|
293
|
+
paddingTop: string;
|
|
294
|
+
paddingBottom: string;
|
|
295
|
+
};
|
|
296
|
+
headerFlexRequestSent: {
|
|
297
|
+
paddingLeft: string;
|
|
298
|
+
paddingRight: string;
|
|
299
|
+
paddingTop: string;
|
|
300
|
+
paddingBottom: string;
|
|
301
|
+
};
|
|
302
|
+
warningTextContainer: {
|
|
303
|
+
paddingLeft: string;
|
|
304
|
+
paddingRight: string;
|
|
305
|
+
paddingBottom: string;
|
|
306
|
+
};
|
|
307
|
+
mobilewarningcontainer: {
|
|
308
|
+
paddingLeft: string;
|
|
309
|
+
paddingRight: string;
|
|
310
|
+
paddingBottom: string;
|
|
311
|
+
};
|
|
312
|
+
bulletPointContainer: {
|
|
313
|
+
pl: string;
|
|
314
|
+
mt: string;
|
|
315
|
+
};
|
|
316
|
+
dashedDivider: {
|
|
317
|
+
width: string;
|
|
318
|
+
height: string;
|
|
319
|
+
borderTop: string;
|
|
320
|
+
borderImage: string;
|
|
321
|
+
opacity: number;
|
|
322
|
+
transform: string;
|
|
323
|
+
};
|
|
324
|
+
dashedDividerRequestSent: {
|
|
325
|
+
width: string;
|
|
326
|
+
height: string;
|
|
327
|
+
borderTop: string;
|
|
328
|
+
borderImage: string;
|
|
329
|
+
opacity: number;
|
|
330
|
+
transform: string;
|
|
331
|
+
marginBottom: string;
|
|
332
|
+
marginTop: string;
|
|
333
|
+
};
|
|
334
|
+
dashedDividerUnlocked: {
|
|
335
|
+
width: string;
|
|
336
|
+
height: string;
|
|
337
|
+
borderTop: string;
|
|
338
|
+
borderImage: string;
|
|
339
|
+
opacity: number;
|
|
340
|
+
transform: string;
|
|
341
|
+
paddingBottom: string;
|
|
342
|
+
};
|
|
343
|
+
buttonText: {
|
|
344
|
+
fontSize: string;
|
|
345
|
+
color: string;
|
|
346
|
+
fontFamily: string;
|
|
347
|
+
textAlign: string;
|
|
348
|
+
};
|
|
349
|
+
buttonTextnocredit: {
|
|
350
|
+
fontSize: string;
|
|
351
|
+
color: string;
|
|
352
|
+
fontWeight: string;
|
|
353
|
+
fontFamily: string;
|
|
354
|
+
textAlign: string;
|
|
355
|
+
};
|
|
356
|
+
buttonTextnocreditMobile: {
|
|
357
|
+
fontSize: string;
|
|
358
|
+
color: string;
|
|
359
|
+
fontWeight: string;
|
|
360
|
+
fontFamily: string;
|
|
361
|
+
textAlign: string;
|
|
362
|
+
};
|
|
363
|
+
requestSentTextContainer: {
|
|
364
|
+
paddingLeft: string;
|
|
365
|
+
paddingRight: string;
|
|
366
|
+
paddingBottom: string;
|
|
367
|
+
};
|
|
368
|
+
requestSentBodyText: {
|
|
369
|
+
paddingTop: string;
|
|
370
|
+
paddingBottom: string;
|
|
371
|
+
paddingRight: string;
|
|
372
|
+
paddingLeft: string;
|
|
373
|
+
};
|
|
374
|
+
mobilebodytextw: {
|
|
375
|
+
paddingTop: string;
|
|
376
|
+
paddingBottom: string;
|
|
377
|
+
paddingRight: string;
|
|
378
|
+
paddingLeft: string;
|
|
379
|
+
};
|
|
380
|
+
successMessageContainer: {
|
|
381
|
+
paddingRight: string;
|
|
382
|
+
paddingLeft: string;
|
|
383
|
+
paddingBottom: string;
|
|
384
|
+
};
|
|
385
|
+
};
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
export type CardState = "limited" | "requestSent" | "unlocked" | "noCredits" | "noCreditsRequestSent";
|
|
3
|
+
export interface LearningCreditsCardProps {
|
|
4
|
+
initialState?: CardState;
|
|
5
|
+
onStateChange?: (state: CardState) => void;
|
|
6
|
+
countdown?: number;
|
|
7
|
+
onLearnMoreClick?: () => void;
|
|
8
|
+
onRequestCredits?: () => void | boolean;
|
|
9
|
+
isMobile: boolean;
|
|
10
|
+
messagetext: string;
|
|
11
|
+
isSchoolPayEnabled: boolean;
|
|
12
|
+
learningCredits?: string;
|
|
13
|
+
icons?: {
|
|
14
|
+
[key: string]: string;
|
|
15
|
+
};
|
|
16
|
+
}
|
|
17
|
+
export type AccordionCardState = "noCredits" | "requestSent" | "doubt" | "doubtRequestSent" | "revision" | "noCreditsTask" | "noCreditsTaskRequestSent";
|
|
18
|
+
export interface AccordionCardProps {
|
|
19
|
+
initialState?: AccordionCardState;
|
|
20
|
+
userName: string;
|
|
21
|
+
timer?: number;
|
|
22
|
+
onBack: () => void;
|
|
23
|
+
onRequestCredits?: () => void | boolean;
|
|
24
|
+
onStateChange?: (state: AccordionCardState) => void;
|
|
25
|
+
showIcon?: boolean;
|
|
26
|
+
assistantIcon?: string | React.ReactNode;
|
|
27
|
+
features?: string[];
|
|
28
|
+
isSchoolPayEnabled?: boolean;
|
|
29
|
+
messageText?: string;
|
|
30
|
+
contentObject?: any;
|
|
31
|
+
}
|