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,19 @@
|
|
|
1
|
+
export function textToSlate(text: any): {
|
|
2
|
+
type: string;
|
|
3
|
+
children: ({
|
|
4
|
+
text: string;
|
|
5
|
+
type?: undefined;
|
|
6
|
+
latex?: undefined;
|
|
7
|
+
isBlockMath?: undefined;
|
|
8
|
+
children?: undefined;
|
|
9
|
+
} | {
|
|
10
|
+
type: string;
|
|
11
|
+
latex: any;
|
|
12
|
+
isBlockMath: boolean;
|
|
13
|
+
children: {
|
|
14
|
+
text: string;
|
|
15
|
+
}[];
|
|
16
|
+
text?: undefined;
|
|
17
|
+
})[];
|
|
18
|
+
}[];
|
|
19
|
+
export function slateToText(slateNodes: any): string;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export function withMath(editor: any): any;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export default GaugeChart;
|
|
2
|
+
declare function GaugeChart({ data, selectedTopic, studentsMode, isChapterLevel, selectedStudentName, isMobile, }: {
|
|
3
|
+
data: any;
|
|
4
|
+
selectedTopic: any;
|
|
5
|
+
studentsMode: any;
|
|
6
|
+
isChapterLevel: any;
|
|
7
|
+
selectedStudentName: any;
|
|
8
|
+
isMobile?: boolean | undefined;
|
|
9
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
export default InsightsComponent;
|
|
2
|
+
declare function InsightsComponent({ ExpandIcon, topicWiseData, selectedTopic, selectedTopicName, selectedStudentId, chartData, subtopicWiseData, handleSelectedTopic, selectedStudentName, searchParams, isParent, }: {
|
|
3
|
+
ExpandIcon: any;
|
|
4
|
+
topicWiseData: any;
|
|
5
|
+
selectedTopic: any;
|
|
6
|
+
selectedTopicName: any;
|
|
7
|
+
selectedStudentId: any;
|
|
8
|
+
chartData: any;
|
|
9
|
+
subtopicWiseData: any;
|
|
10
|
+
handleSelectedTopic: any;
|
|
11
|
+
selectedStudentName: any;
|
|
12
|
+
searchParams: any;
|
|
13
|
+
isParent: any;
|
|
14
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,334 @@
|
|
|
1
|
+
import { default as InsightsComponent } from './InsightsComponent';
|
|
2
|
+
import { default as ExpandIcon } from '*.svg';
|
|
3
|
+
/// <reference path="../../../src/components/declarations.d.ts" />
|
|
4
|
+
declare namespace _default {
|
|
5
|
+
export const title: string;
|
|
6
|
+
export { InsightsComponent as component };
|
|
7
|
+
}
|
|
8
|
+
export default _default;
|
|
9
|
+
export function ChapterInsights(args: any): import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
export namespace ChapterInsights {
|
|
11
|
+
namespace args {
|
|
12
|
+
export { ExpandIcon };
|
|
13
|
+
export namespace topicWiseData {
|
|
14
|
+
const success: boolean;
|
|
15
|
+
const data: {
|
|
16
|
+
sectionId: string;
|
|
17
|
+
subjectId: string;
|
|
18
|
+
topicId: string;
|
|
19
|
+
topicName: string;
|
|
20
|
+
uniqueSubtopics: {
|
|
21
|
+
subtopicId: string;
|
|
22
|
+
subtopicName: string;
|
|
23
|
+
percentage: number;
|
|
24
|
+
performanceLevel: string;
|
|
25
|
+
}[];
|
|
26
|
+
averageScoreTopic: number;
|
|
27
|
+
performanceLevel: string;
|
|
28
|
+
scoreZones: {
|
|
29
|
+
"0-60": {
|
|
30
|
+
count: number;
|
|
31
|
+
percentage: number;
|
|
32
|
+
};
|
|
33
|
+
"60-80": {
|
|
34
|
+
count: number;
|
|
35
|
+
percentage: number;
|
|
36
|
+
};
|
|
37
|
+
"80-100": {
|
|
38
|
+
count: number;
|
|
39
|
+
percentage: number;
|
|
40
|
+
};
|
|
41
|
+
};
|
|
42
|
+
totalStudents: number;
|
|
43
|
+
performanceCategory: {
|
|
44
|
+
needsImprovement: {
|
|
45
|
+
count: number;
|
|
46
|
+
percentage: number;
|
|
47
|
+
};
|
|
48
|
+
satisfactory: {
|
|
49
|
+
count: number;
|
|
50
|
+
percentage: number;
|
|
51
|
+
};
|
|
52
|
+
proficient: {
|
|
53
|
+
count: number;
|
|
54
|
+
percentage: number;
|
|
55
|
+
};
|
|
56
|
+
};
|
|
57
|
+
}[];
|
|
58
|
+
}
|
|
59
|
+
export const selectedTopic: string;
|
|
60
|
+
export const selectedTopicName: string;
|
|
61
|
+
export const selectedStudentId: string;
|
|
62
|
+
export const chartData: {
|
|
63
|
+
sectionId: string;
|
|
64
|
+
subjectId: string;
|
|
65
|
+
topics: {
|
|
66
|
+
topicId: string;
|
|
67
|
+
studentId: string;
|
|
68
|
+
averageScoreTopic: number;
|
|
69
|
+
subTopics: {
|
|
70
|
+
subtopicId: string;
|
|
71
|
+
averageScoresubTopic: number;
|
|
72
|
+
}[];
|
|
73
|
+
}[];
|
|
74
|
+
averageScoreSubject: number;
|
|
75
|
+
performanceLevel: string;
|
|
76
|
+
scoreZones: {
|
|
77
|
+
"0-60": {
|
|
78
|
+
count: number;
|
|
79
|
+
percentage: number;
|
|
80
|
+
};
|
|
81
|
+
"60-80": {
|
|
82
|
+
count: number;
|
|
83
|
+
percentage: number;
|
|
84
|
+
};
|
|
85
|
+
"80-100": {
|
|
86
|
+
count: number;
|
|
87
|
+
percentage: number;
|
|
88
|
+
};
|
|
89
|
+
};
|
|
90
|
+
performanceCategory: {
|
|
91
|
+
needsImprovement: {
|
|
92
|
+
count: number;
|
|
93
|
+
percentage: number;
|
|
94
|
+
};
|
|
95
|
+
satisfactory: {
|
|
96
|
+
count: number;
|
|
97
|
+
percentage: number;
|
|
98
|
+
};
|
|
99
|
+
proficient: {
|
|
100
|
+
count: number;
|
|
101
|
+
percentage: number;
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
}[];
|
|
105
|
+
export const subtopicWiseData: {};
|
|
106
|
+
export const selectedStudentName: string;
|
|
107
|
+
export function handleSelectedTopic(): void;
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
export function SubjectInsights(args: any): import("react/jsx-runtime").JSX.Element;
|
|
111
|
+
export namespace SubjectInsights {
|
|
112
|
+
export namespace args_1 {
|
|
113
|
+
export namespace splitBubbleData {
|
|
114
|
+
const success_1: boolean;
|
|
115
|
+
export { success_1 as success };
|
|
116
|
+
const data_1: {
|
|
117
|
+
topicName: string;
|
|
118
|
+
topicId: string;
|
|
119
|
+
uniqueSubtopics: {
|
|
120
|
+
subtopicName: string;
|
|
121
|
+
subtopicId: string;
|
|
122
|
+
percentage: number;
|
|
123
|
+
studentsCount: number;
|
|
124
|
+
students: {
|
|
125
|
+
studentId: string;
|
|
126
|
+
percentage: number;
|
|
127
|
+
}[];
|
|
128
|
+
performanceLevel: string;
|
|
129
|
+
scoreZones: {
|
|
130
|
+
"0-60": {
|
|
131
|
+
count: number;
|
|
132
|
+
percentage: number;
|
|
133
|
+
};
|
|
134
|
+
"60-80": {
|
|
135
|
+
count: number;
|
|
136
|
+
percentage: number;
|
|
137
|
+
};
|
|
138
|
+
"80-100": {
|
|
139
|
+
count: number;
|
|
140
|
+
percentage: number;
|
|
141
|
+
};
|
|
142
|
+
};
|
|
143
|
+
}[];
|
|
144
|
+
sectionId: string;
|
|
145
|
+
subjectId: string;
|
|
146
|
+
averageScoreTopic: number;
|
|
147
|
+
performanceLevel: string;
|
|
148
|
+
scoreZones: {
|
|
149
|
+
"0-60": {
|
|
150
|
+
count: number;
|
|
151
|
+
percentage: number;
|
|
152
|
+
};
|
|
153
|
+
"60-80": {
|
|
154
|
+
count: number;
|
|
155
|
+
percentage: number;
|
|
156
|
+
};
|
|
157
|
+
"80-100": {
|
|
158
|
+
count: number;
|
|
159
|
+
percentage: number;
|
|
160
|
+
};
|
|
161
|
+
};
|
|
162
|
+
performanceCategory: {
|
|
163
|
+
needsImprovement: {
|
|
164
|
+
count: number;
|
|
165
|
+
percentage: number;
|
|
166
|
+
};
|
|
167
|
+
satisfactory: {
|
|
168
|
+
count: number;
|
|
169
|
+
percentage: number;
|
|
170
|
+
};
|
|
171
|
+
proficient: {
|
|
172
|
+
count: number;
|
|
173
|
+
percentage: number;
|
|
174
|
+
};
|
|
175
|
+
};
|
|
176
|
+
}[];
|
|
177
|
+
export { data_1 as data };
|
|
178
|
+
}
|
|
179
|
+
const selectedTopic_1: string;
|
|
180
|
+
export { selectedTopic_1 as selectedTopic };
|
|
181
|
+
const selectedTopicName_1: string;
|
|
182
|
+
export { selectedTopicName_1 as selectedTopicName };
|
|
183
|
+
const selectedStudentId_1: string;
|
|
184
|
+
export { selectedStudentId_1 as selectedStudentId };
|
|
185
|
+
export const isClassroom: boolean;
|
|
186
|
+
const chartData_1: {
|
|
187
|
+
topicName: string;
|
|
188
|
+
topicId: string;
|
|
189
|
+
uniqueSubtopics: {
|
|
190
|
+
subtopicName: string;
|
|
191
|
+
subtopicId: string;
|
|
192
|
+
percentage: number;
|
|
193
|
+
studentsCount: number;
|
|
194
|
+
students: {
|
|
195
|
+
studentId: string;
|
|
196
|
+
percentage: number;
|
|
197
|
+
}[];
|
|
198
|
+
performanceLevel: string;
|
|
199
|
+
scoreZones: {
|
|
200
|
+
"0-60": {
|
|
201
|
+
count: number;
|
|
202
|
+
percentage: number;
|
|
203
|
+
};
|
|
204
|
+
"60-80": {
|
|
205
|
+
count: number;
|
|
206
|
+
percentage: number;
|
|
207
|
+
};
|
|
208
|
+
"80-100": {
|
|
209
|
+
count: number;
|
|
210
|
+
percentage: number;
|
|
211
|
+
};
|
|
212
|
+
};
|
|
213
|
+
}[];
|
|
214
|
+
sectionId: string;
|
|
215
|
+
subjectId: string;
|
|
216
|
+
averageScoreTopic: number;
|
|
217
|
+
performanceLevel: string;
|
|
218
|
+
scoreZones: {
|
|
219
|
+
"0-60": {
|
|
220
|
+
count: number;
|
|
221
|
+
percentage: number;
|
|
222
|
+
};
|
|
223
|
+
"60-80": {
|
|
224
|
+
count: number;
|
|
225
|
+
percentage: number;
|
|
226
|
+
};
|
|
227
|
+
"80-100": {
|
|
228
|
+
count: number;
|
|
229
|
+
percentage: number;
|
|
230
|
+
};
|
|
231
|
+
};
|
|
232
|
+
performanceCategory: {
|
|
233
|
+
needsImprovement: {
|
|
234
|
+
count: number;
|
|
235
|
+
percentage: number;
|
|
236
|
+
};
|
|
237
|
+
satisfactory: {
|
|
238
|
+
count: number;
|
|
239
|
+
percentage: number;
|
|
240
|
+
};
|
|
241
|
+
proficient: {
|
|
242
|
+
count: number;
|
|
243
|
+
percentage: number;
|
|
244
|
+
};
|
|
245
|
+
};
|
|
246
|
+
}[];
|
|
247
|
+
export { chartData_1 as chartData };
|
|
248
|
+
export const middleSectionData: {
|
|
249
|
+
1: {
|
|
250
|
+
averages: {
|
|
251
|
+
averageNonPrerequisiteScore: number;
|
|
252
|
+
averagePrerequisiteScore: number;
|
|
253
|
+
};
|
|
254
|
+
};
|
|
255
|
+
3: {
|
|
256
|
+
topicMasterUuid: string;
|
|
257
|
+
numberOfStudents: number;
|
|
258
|
+
totalTopicScore: number;
|
|
259
|
+
averageClassTopicScore: number;
|
|
260
|
+
performanceLevel: string;
|
|
261
|
+
}[];
|
|
262
|
+
};
|
|
263
|
+
export const taskCompletionData: {
|
|
264
|
+
sectionId: string;
|
|
265
|
+
sectionName: string;
|
|
266
|
+
gradeName: string;
|
|
267
|
+
gradeId: string;
|
|
268
|
+
totalTaskAssigned: number;
|
|
269
|
+
completedTasks: number;
|
|
270
|
+
completedTaskspercent: number;
|
|
271
|
+
}[];
|
|
272
|
+
export namespace packedBubbleData {
|
|
273
|
+
const success_2: boolean;
|
|
274
|
+
export { success_2 as success };
|
|
275
|
+
const data_2: {
|
|
276
|
+
sectionId: string;
|
|
277
|
+
subjectId: string;
|
|
278
|
+
subtopicId: string;
|
|
279
|
+
subtopicName: string;
|
|
280
|
+
averageScoreSubtopic: number;
|
|
281
|
+
performanceLevel: string;
|
|
282
|
+
studentsCount: number;
|
|
283
|
+
students: {
|
|
284
|
+
studentId: string;
|
|
285
|
+
percentage: number;
|
|
286
|
+
}[];
|
|
287
|
+
scoreZones: {
|
|
288
|
+
"0-60": {
|
|
289
|
+
count: number;
|
|
290
|
+
percentage: number;
|
|
291
|
+
};
|
|
292
|
+
"60-80": {
|
|
293
|
+
count: number;
|
|
294
|
+
percentage: number;
|
|
295
|
+
};
|
|
296
|
+
"80-100": {
|
|
297
|
+
count: number;
|
|
298
|
+
percentage: number;
|
|
299
|
+
};
|
|
300
|
+
};
|
|
301
|
+
performanceCategory: {
|
|
302
|
+
needsImprovement: {
|
|
303
|
+
count: number;
|
|
304
|
+
percentage: number;
|
|
305
|
+
};
|
|
306
|
+
satisfactory: {
|
|
307
|
+
count: number;
|
|
308
|
+
percentage: number;
|
|
309
|
+
};
|
|
310
|
+
proficient: {
|
|
311
|
+
count: number;
|
|
312
|
+
percentage: number;
|
|
313
|
+
};
|
|
314
|
+
};
|
|
315
|
+
}[];
|
|
316
|
+
export { data_2 as data };
|
|
317
|
+
}
|
|
318
|
+
export const gradeName: string;
|
|
319
|
+
export const sectionName: string;
|
|
320
|
+
const selectedStudentName_1: string;
|
|
321
|
+
export { selectedStudentName_1 as selectedStudentName };
|
|
322
|
+
export const studentsMode: boolean;
|
|
323
|
+
export namespace location {
|
|
324
|
+
const pathname: string;
|
|
325
|
+
const search: string;
|
|
326
|
+
const hash: string;
|
|
327
|
+
const state: null;
|
|
328
|
+
const key: string;
|
|
329
|
+
}
|
|
330
|
+
export const selectedGrade: string;
|
|
331
|
+
export const selectedSection: string;
|
|
332
|
+
}
|
|
333
|
+
export { args_1 as args };
|
|
334
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export default PieChart;
|
|
2
|
+
declare function PieChart({ data, selectedTopic, selectedStudentId, isChapterLevel, isMobile, }: {
|
|
3
|
+
data: any;
|
|
4
|
+
selectedTopic: any;
|
|
5
|
+
selectedStudentId: any;
|
|
6
|
+
isChapterLevel: any;
|
|
7
|
+
isMobile?: boolean | undefined;
|
|
8
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,177 @@
|
|
|
1
|
+
export namespace no_insights_container_styles {
|
|
2
|
+
const alignItems: string;
|
|
3
|
+
const gap: number;
|
|
4
|
+
}
|
|
5
|
+
export const no_insights_box_styles: {};
|
|
6
|
+
export namespace no_insights_box_text_styles {
|
|
7
|
+
const color: string;
|
|
8
|
+
}
|
|
9
|
+
export namespace title_text_styles {
|
|
10
|
+
export const fontFamily: string;
|
|
11
|
+
export const fontWeight: string;
|
|
12
|
+
export const fontSize: string;
|
|
13
|
+
export const lineHeight: string;
|
|
14
|
+
const color_1: string;
|
|
15
|
+
export { color_1 as color };
|
|
16
|
+
export const my: number;
|
|
17
|
+
}
|
|
18
|
+
export const hightchart_container_styles: {
|
|
19
|
+
"&::-webkit-scrollbar": {
|
|
20
|
+
display: string;
|
|
21
|
+
};
|
|
22
|
+
overflowX: string;
|
|
23
|
+
my: number;
|
|
24
|
+
gap: number;
|
|
25
|
+
};
|
|
26
|
+
export namespace chart_wrapper_styles {
|
|
27
|
+
const backgroundColor: string;
|
|
28
|
+
const p: number;
|
|
29
|
+
const borderBottom: string;
|
|
30
|
+
const borderRadius: number;
|
|
31
|
+
}
|
|
32
|
+
export namespace middleSectionStyles {
|
|
33
|
+
namespace text {
|
|
34
|
+
const fontFamily_1: string;
|
|
35
|
+
export { fontFamily_1 as fontFamily };
|
|
36
|
+
const fontWeight_1: string;
|
|
37
|
+
export { fontWeight_1 as fontWeight };
|
|
38
|
+
const fontSize_1: string;
|
|
39
|
+
export { fontSize_1 as fontSize };
|
|
40
|
+
const lineHeight_1: string;
|
|
41
|
+
export { lineHeight_1 as lineHeight };
|
|
42
|
+
}
|
|
43
|
+
namespace grid {
|
|
44
|
+
export const templateColumns: string;
|
|
45
|
+
export const padding: number;
|
|
46
|
+
export const marginTop: string;
|
|
47
|
+
export const marginX: number;
|
|
48
|
+
const gap_1: number;
|
|
49
|
+
export { gap_1 as gap };
|
|
50
|
+
}
|
|
51
|
+
namespace customBox {
|
|
52
|
+
export const height: string;
|
|
53
|
+
export const width: string;
|
|
54
|
+
const backgroundColor_1: string;
|
|
55
|
+
export { backgroundColor_1 as backgroundColor };
|
|
56
|
+
export const display: string;
|
|
57
|
+
export const justifyContent: string;
|
|
58
|
+
const alignItems_1: string;
|
|
59
|
+
export { alignItems_1 as alignItems };
|
|
60
|
+
}
|
|
61
|
+
namespace spanText {
|
|
62
|
+
export const marginLeft: string;
|
|
63
|
+
const fontFamily_2: string;
|
|
64
|
+
export { fontFamily_2 as fontFamily };
|
|
65
|
+
const fontSize_2: string;
|
|
66
|
+
export { fontSize_2 as fontSize };
|
|
67
|
+
const fontWeight_2: number;
|
|
68
|
+
export { fontWeight_2 as fontWeight };
|
|
69
|
+
const lineHeight_2: string;
|
|
70
|
+
export { lineHeight_2 as lineHeight };
|
|
71
|
+
export const textAlign: string;
|
|
72
|
+
export const textUnderlinePosition: string;
|
|
73
|
+
export const textDecorationSkipInk: string;
|
|
74
|
+
}
|
|
75
|
+
namespace spanText1 {
|
|
76
|
+
const marginLeft_1: string;
|
|
77
|
+
export { marginLeft_1 as marginLeft };
|
|
78
|
+
const fontFamily_3: string;
|
|
79
|
+
export { fontFamily_3 as fontFamily };
|
|
80
|
+
const fontSize_3: string;
|
|
81
|
+
export { fontSize_3 as fontSize };
|
|
82
|
+
const fontWeight_3: number;
|
|
83
|
+
export { fontWeight_3 as fontWeight };
|
|
84
|
+
const lineHeight_3: string;
|
|
85
|
+
export { lineHeight_3 as lineHeight };
|
|
86
|
+
const textAlign_1: string;
|
|
87
|
+
export { textAlign_1 as textAlign };
|
|
88
|
+
const textUnderlinePosition_1: string;
|
|
89
|
+
export { textUnderlinePosition_1 as textUnderlinePosition };
|
|
90
|
+
const textDecorationSkipInk_1: string;
|
|
91
|
+
export { textDecorationSkipInk_1 as textDecorationSkipInk };
|
|
92
|
+
}
|
|
93
|
+
namespace spanText2 {
|
|
94
|
+
const marginLeft_2: string;
|
|
95
|
+
export { marginLeft_2 as marginLeft };
|
|
96
|
+
const fontFamily_4: string;
|
|
97
|
+
export { fontFamily_4 as fontFamily };
|
|
98
|
+
const fontSize_4: string;
|
|
99
|
+
export { fontSize_4 as fontSize };
|
|
100
|
+
const fontWeight_4: number;
|
|
101
|
+
export { fontWeight_4 as fontWeight };
|
|
102
|
+
const lineHeight_4: string;
|
|
103
|
+
export { lineHeight_4 as lineHeight };
|
|
104
|
+
const textAlign_2: string;
|
|
105
|
+
export { textAlign_2 as textAlign };
|
|
106
|
+
const textUnderlinePosition_2: string;
|
|
107
|
+
export { textUnderlinePosition_2 as textUnderlinePosition };
|
|
108
|
+
const textDecorationSkipInk_2: string;
|
|
109
|
+
export { textDecorationSkipInk_2 as textDecorationSkipInk };
|
|
110
|
+
}
|
|
111
|
+
namespace spanText3 {
|
|
112
|
+
const marginLeft_3: string;
|
|
113
|
+
export { marginLeft_3 as marginLeft };
|
|
114
|
+
const fontFamily_5: string;
|
|
115
|
+
export { fontFamily_5 as fontFamily };
|
|
116
|
+
const fontSize_5: string;
|
|
117
|
+
export { fontSize_5 as fontSize };
|
|
118
|
+
const fontWeight_5: number;
|
|
119
|
+
export { fontWeight_5 as fontWeight };
|
|
120
|
+
const lineHeight_5: string;
|
|
121
|
+
export { lineHeight_5 as lineHeight };
|
|
122
|
+
const textAlign_3: string;
|
|
123
|
+
export { textAlign_3 as textAlign };
|
|
124
|
+
const textUnderlinePosition_3: string;
|
|
125
|
+
export { textUnderlinePosition_3 as textUnderlinePosition };
|
|
126
|
+
const textDecorationSkipInk_3: string;
|
|
127
|
+
export { textDecorationSkipInk_3 as textDecorationSkipInk };
|
|
128
|
+
}
|
|
129
|
+
namespace legend {
|
|
130
|
+
const fontFamily_6: string;
|
|
131
|
+
export { fontFamily_6 as fontFamily };
|
|
132
|
+
const fontSize_6: string;
|
|
133
|
+
export { fontSize_6 as fontSize };
|
|
134
|
+
const fontWeight_6: number;
|
|
135
|
+
export { fontWeight_6 as fontWeight };
|
|
136
|
+
const lineHeight_6: string;
|
|
137
|
+
export { lineHeight_6 as lineHeight };
|
|
138
|
+
const textAlign_4: string;
|
|
139
|
+
export { textAlign_4 as textAlign };
|
|
140
|
+
const textUnderlinePosition_4: string;
|
|
141
|
+
export { textUnderlinePosition_4 as textUnderlinePosition };
|
|
142
|
+
const textDecorationSkipInk_4: string;
|
|
143
|
+
export { textDecorationSkipInk_4 as textDecorationSkipInk };
|
|
144
|
+
}
|
|
145
|
+
namespace legendBoxClass {
|
|
146
|
+
const backgroundColor_2: string;
|
|
147
|
+
export { backgroundColor_2 as backgroundColor };
|
|
148
|
+
export const boxSize: string;
|
|
149
|
+
}
|
|
150
|
+
namespace legendBoxOther {
|
|
151
|
+
const backgroundColor_3: string;
|
|
152
|
+
export { backgroundColor_3 as backgroundColor };
|
|
153
|
+
const boxSize_1: string;
|
|
154
|
+
export { boxSize_1 as boxSize };
|
|
155
|
+
}
|
|
156
|
+
namespace mobileCardText {
|
|
157
|
+
const margin: string;
|
|
158
|
+
}
|
|
159
|
+
namespace mobileCardBody {
|
|
160
|
+
const width_1: number;
|
|
161
|
+
export { width_1 as width };
|
|
162
|
+
const height_1: number;
|
|
163
|
+
export { height_1 as height };
|
|
164
|
+
const margin_1: string;
|
|
165
|
+
export { margin_1 as margin };
|
|
166
|
+
const backgroundColor_4: string;
|
|
167
|
+
export { backgroundColor_4 as backgroundColor };
|
|
168
|
+
const justifyContent_1: string;
|
|
169
|
+
export { justifyContent_1 as justifyContent };
|
|
170
|
+
const alignItems_2: string;
|
|
171
|
+
export { alignItems_2 as alignItems };
|
|
172
|
+
export const flexDirection: string;
|
|
173
|
+
const borderBottom_1: string;
|
|
174
|
+
export { borderBottom_1 as borderBottom };
|
|
175
|
+
export const paddingTop: string;
|
|
176
|
+
}
|
|
177
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
export namespace middleSectionText {
|
|
2
|
+
const subjectLevelInsights: string;
|
|
3
|
+
function prerequisitePerformance(result: any): string;
|
|
4
|
+
function chapterPerformance(count: any): string;
|
|
5
|
+
function homeworkCompletionRate(completionRate: any): string;
|
|
6
|
+
function textVariant(diff: any, absValue: any): string;
|
|
7
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
declare const _default: {
|
|
2
|
+
PRIMARY: string;
|
|
3
|
+
PRIMARYBRAND: {
|
|
4
|
+
PURPLE: string;
|
|
5
|
+
PURPLE2: string;
|
|
6
|
+
PURPLE3: string;
|
|
7
|
+
PURPLE4: string;
|
|
8
|
+
PURPLE5: string;
|
|
9
|
+
PURPLE6: string;
|
|
10
|
+
PURPLE7: string;
|
|
11
|
+
PURPLE8: string;
|
|
12
|
+
PURPLE9: string;
|
|
13
|
+
};
|
|
14
|
+
SECONDARY: string;
|
|
15
|
+
SECONDARYBRAND: {
|
|
16
|
+
MELON: string;
|
|
17
|
+
MELON2: string;
|
|
18
|
+
MELON3: string;
|
|
19
|
+
MELON4: string;
|
|
20
|
+
MELON5: string;
|
|
21
|
+
MELON6: string;
|
|
22
|
+
MELON7: string;
|
|
23
|
+
};
|
|
24
|
+
TERTIARY: {
|
|
25
|
+
GREEN: string;
|
|
26
|
+
};
|
|
27
|
+
BODY_COLOURS: {
|
|
28
|
+
DARK_PURPLE: string;
|
|
29
|
+
WHITE: string;
|
|
30
|
+
};
|
|
31
|
+
SUPPORTED_COLOURS: {
|
|
32
|
+
RED: string;
|
|
33
|
+
GREEN: string;
|
|
34
|
+
};
|
|
35
|
+
GRAY: {
|
|
36
|
+
GRAY: string;
|
|
37
|
+
GRAY1: string;
|
|
38
|
+
GRAY2: string;
|
|
39
|
+
GRAY3: string;
|
|
40
|
+
GRAY4: string;
|
|
41
|
+
GRAY5: string;
|
|
42
|
+
};
|
|
43
|
+
GRADIENT: {
|
|
44
|
+
PRIMARY_GRADIENT: string[];
|
|
45
|
+
SECONDARY_GRADIENT: string[];
|
|
46
|
+
};
|
|
47
|
+
FONT_COLOURS: {
|
|
48
|
+
HEADER_COLOUR: string;
|
|
49
|
+
BODY_COLOUR: string;
|
|
50
|
+
GREY: string;
|
|
51
|
+
};
|
|
52
|
+
BUTTONCOLORS: {
|
|
53
|
+
ENABLED: string;
|
|
54
|
+
HOVERED: string;
|
|
55
|
+
HOVERED_TERTIARY: string;
|
|
56
|
+
SELECTED: string;
|
|
57
|
+
SELECTED_TERTIARY: string;
|
|
58
|
+
DISABLED: string;
|
|
59
|
+
};
|
|
60
|
+
};
|
|
61
|
+
export default _default;
|
package/dist/favicon.ico
ADDED
|
Binary file
|