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 @@
|
|
|
1
|
+
export declare const renderContent: (content?: string, isTutor?: boolean) => "" | import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
export const SHARE_ACTIVITY: "Wall Share Activity";
|
|
2
|
+
export const CHALLENGE_ACTIVITY: "Wall Challenge Activity";
|
|
3
|
+
export const EXPERIENTIAL_LEARNING_ACTIVITY: "Experiential Learning";
|
|
4
|
+
export const CARD_COLORS: string[];
|
|
5
|
+
export const HomeSortOpts: string[];
|
|
6
|
+
export const PostsSortOpts: string[];
|
|
7
|
+
export const MySpaceSortOpts: string[];
|
|
8
|
+
export const WallBannerTitle: "School Hub!";
|
|
9
|
+
export const WallTabsList: {
|
|
10
|
+
index: number;
|
|
11
|
+
image: typeof import("*.svg");
|
|
12
|
+
title: string;
|
|
13
|
+
}[];
|
|
14
|
+
export function getAttchmentType(type: any): string | undefined;
|
|
15
|
+
export const MIME_TYPES: {
|
|
16
|
+
type: string;
|
|
17
|
+
mimeType: string;
|
|
18
|
+
}[];
|
|
19
|
+
export function isValidUrl(string: any): boolean;
|
|
20
|
+
export function getCurrentDate(): string;
|
|
21
|
+
export function addItemToCache(key: any, value: any): void;
|
|
22
|
+
export function removeItemFromCache(key: any): void;
|
|
23
|
+
export function getItemFromCache(key: any): Promise<string | null>;
|
|
24
|
+
export function openLink(url: any): void;
|
|
25
|
+
export function getTimeInWords(data: any): string;
|
|
26
|
+
export function handleFormatSchoolhubData(data: any): any;
|
|
27
|
+
export const postMenuList: {
|
|
28
|
+
title: string;
|
|
29
|
+
subTitle: string;
|
|
30
|
+
icon: typeof import("*.svg");
|
|
31
|
+
}[];
|
|
32
|
+
export const postMenuListUnhide: {
|
|
33
|
+
title: string;
|
|
34
|
+
subTitle: string;
|
|
35
|
+
icon: typeof import("*.svg");
|
|
36
|
+
}[];
|
|
37
|
+
export const otherUserPostMenuList: {
|
|
38
|
+
title: string;
|
|
39
|
+
subTitle: string;
|
|
40
|
+
icon: typeof import("*.svg");
|
|
41
|
+
}[];
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
/// <reference path="../../src/components/declarations.d.ts" />
|
|
2
|
+
/// <reference path="../../src/types/custom.d.ts" />
|
|
3
|
+
/// <reference path="../../src/types/images.d.ts" />
|
|
4
|
+
export default wall_images;
|
|
5
|
+
declare namespace wall_images {
|
|
6
|
+
export const school_hub: typeof import("*.svg");
|
|
7
|
+
export const my_class: typeof import("*.svg");
|
|
8
|
+
export const my_space: typeof import("*.svg");
|
|
9
|
+
export const clap: typeof import("*.svg");
|
|
10
|
+
export const clapGif: any;
|
|
11
|
+
export const comment: typeof import("*.svg");
|
|
12
|
+
export const challenge: typeof import("*.svg");
|
|
13
|
+
export const sort: typeof import("*.svg");
|
|
14
|
+
export const back_arrow: typeof import("*.svg");
|
|
15
|
+
export const settings: typeof import("*.svg");
|
|
16
|
+
export const more: typeof import("*.svg");
|
|
17
|
+
export const plus: typeof import("*.svg");
|
|
18
|
+
export const pdf: typeof import("*.svg");
|
|
19
|
+
export const ppt: typeof import("*.svg");
|
|
20
|
+
export const doc: typeof import("*.svg");
|
|
21
|
+
export const xls: typeof import("*.svg");
|
|
22
|
+
export const video_icon: typeof import("*.svg");
|
|
23
|
+
export const left_arrow: typeof import("*.svg");
|
|
24
|
+
export const right_arrow: typeof import("*.svg");
|
|
25
|
+
export const camera: typeof import("*.svg");
|
|
26
|
+
export const mic: typeof import("*.svg");
|
|
27
|
+
export const note: typeof import("*.svg");
|
|
28
|
+
export const chat: typeof import("*.svg");
|
|
29
|
+
export const postSuccess: any;
|
|
30
|
+
export const eye: typeof import("*.svg");
|
|
31
|
+
export const vin: typeof import("*.svg");
|
|
32
|
+
export const emoji: typeof import("*.svg");
|
|
33
|
+
export const send: typeof import("*.svg");
|
|
34
|
+
export const activeClap: typeof import("*.svg");
|
|
35
|
+
export const edit: typeof import("*.svg");
|
|
36
|
+
export const hide: typeof import("*.svg");
|
|
37
|
+
const _delete: typeof import("*.svg");
|
|
38
|
+
export { _delete as delete };
|
|
39
|
+
export const deleteGif: any;
|
|
40
|
+
export const appriciate: typeof import("*.svg");
|
|
41
|
+
export const suggestPortifolio: typeof import("*.svg");
|
|
42
|
+
export const report: typeof import("*.svg");
|
|
43
|
+
export const hidden: typeof import("*.png");
|
|
44
|
+
export const vote: typeof import("*.svg");
|
|
45
|
+
export const activeVote: typeof import("*.svg");
|
|
46
|
+
export const voteGif: any;
|
|
47
|
+
export const voteExaustedGif: typeof import("*.png");
|
|
48
|
+
export const portifolio: typeof import("*.svg");
|
|
49
|
+
export namespace background {
|
|
50
|
+
const image1: typeof import("*.svg");
|
|
51
|
+
const bgOne: typeof import("*.svg");
|
|
52
|
+
}
|
|
53
|
+
export const bell: typeof import("*.svg");
|
|
54
|
+
export const checklist: typeof import("*.svg");
|
|
55
|
+
export const clock: typeof import("*.svg");
|
|
56
|
+
export const learn: typeof import("*.svg");
|
|
57
|
+
export const task: typeof import("*.svg");
|
|
58
|
+
export const assessment: typeof import("*.svg");
|
|
59
|
+
export const experiential: typeof import("*.svg");
|
|
60
|
+
export const close: typeof import("*.svg");
|
|
61
|
+
export const doubt: typeof import("*.svg");
|
|
62
|
+
export const addChapter: typeof import("*.svg");
|
|
63
|
+
export const addTopic: typeof import("*.svg");
|
|
64
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export const WALL_MESSAGE_BANK: "Wall-StudentEngagementActivity";
|
|
2
|
+
export const POST_MESSAGE_CATEGORY: "Post related";
|
|
3
|
+
export const VOTE_MESSAGE_CATEGORY: "Vote related";
|
|
4
|
+
export const APPRECIATION_CATEGORY: "Special Appreciation related";
|
|
5
|
+
export const PORTFOLIO_CATEGORY: "Portfolio related";
|
|
6
|
+
export const SHARE_HOMEPAGE_CATEGORY: "Wall Share Homepage";
|
|
7
|
+
export const CHALLEGE_HOMEPAGE_CATEGORY: "Wall Challenge Homepage";
|
|
8
|
+
export const ADD_POST: "Add post";
|
|
9
|
+
export const EDIT_POST: "Edit and post again";
|
|
10
|
+
export const VIEW_ONLY: "View only";
|
|
11
|
+
export const DELETE_POST: "Delete post";
|
|
12
|
+
export const ADD_POST_CONFIRMATION: "Add post confirmation";
|
|
13
|
+
export const VOTE_EXHAUSTED: "Vote exhausted";
|
|
14
|
+
export const MAKE_A_VOTE: "Make a vote";
|
|
15
|
+
export const INITIATE_APPRECIATION: "Special Appreciation Initiate";
|
|
16
|
+
export const CONFIRM_APPRECIATION: "Special Appreciation Confirm";
|
|
17
|
+
export const APPRECIATION_EXHAUSTED: "Special Appreciation exhausted";
|
|
18
|
+
export const TAG_TO_PORTFOLIO: "Tag to portfolio";
|
|
19
|
+
export const SUGGEST_FOR_PORTFOLIO: "Suggest for portfolio";
|
|
20
|
+
export const SHARE_HOMEPAGE: "Wall Share introduction";
|
|
21
|
+
export const CHALLEGE_HOMEPAGE: "Wall Challenge Introduction";
|
|
22
|
+
export const SHARE_MESSAGE_CATEGORY: "WallShareActivity";
|
|
23
|
+
export const CHALLENGE_MESSAGE_CATEGORY: "WallChallengeActivity";
|
|
24
|
+
export function getPopupTitle(type: any): string;
|
|
25
|
+
export function getPopupImage(type: any): string;
|
|
26
|
+
export function getPopupMessage(type: any, isShareActivity: any, messageBank: any, count: any, postUserName: any): Promise<string>;
|
|
27
|
+
export function getMessageBankCode(messageBank: any, category: any, messageCategory: any, messageType: any): any;
|
|
28
|
+
export function getMessage(code: any, userName: any): Promise<any>;
|
|
@@ -0,0 +1,136 @@
|
|
|
1
|
+
export declare const SHARE_ACTIVITY = "Wall Share Activity";
|
|
2
|
+
export declare const CHALLENGE_ACTIVITY = "Wall Challenge Activity";
|
|
3
|
+
export declare const EXPERIENTIAL_LEARNING_ACTIVITY = "Experiential Learning";
|
|
4
|
+
export declare const PostsData: ({
|
|
5
|
+
userId: string;
|
|
6
|
+
schoolId: string;
|
|
7
|
+
sectionId: string;
|
|
8
|
+
isStudent: boolean;
|
|
9
|
+
postId: number;
|
|
10
|
+
postTitle: string;
|
|
11
|
+
postBody: string;
|
|
12
|
+
postLink: string;
|
|
13
|
+
color: string;
|
|
14
|
+
clapsCount: string;
|
|
15
|
+
appreciationCount: string;
|
|
16
|
+
commentsCount: string;
|
|
17
|
+
isHide: boolean;
|
|
18
|
+
attachments: {
|
|
19
|
+
url: string;
|
|
20
|
+
fileName: string;
|
|
21
|
+
mimeType: string;
|
|
22
|
+
originalURL: string;
|
|
23
|
+
}[];
|
|
24
|
+
isUserClapped: boolean;
|
|
25
|
+
isUserCommented: boolean;
|
|
26
|
+
isUserAppreciated: boolean;
|
|
27
|
+
userClapsCount: string;
|
|
28
|
+
userCommentsCount: string;
|
|
29
|
+
userAppreciationCount: string;
|
|
30
|
+
isTaggedToPortfolio: boolean;
|
|
31
|
+
isSuggestForPortfolio: boolean;
|
|
32
|
+
activityType: string;
|
|
33
|
+
observationType: string;
|
|
34
|
+
userInfo: {
|
|
35
|
+
_id: string;
|
|
36
|
+
phoneNumber: string;
|
|
37
|
+
cognitoId: string;
|
|
38
|
+
registrationStatus: string;
|
|
39
|
+
createdAt: string;
|
|
40
|
+
updatedAt: string;
|
|
41
|
+
__v: number;
|
|
42
|
+
firstName: string;
|
|
43
|
+
grade: string;
|
|
44
|
+
lastName: string;
|
|
45
|
+
school: string;
|
|
46
|
+
}[];
|
|
47
|
+
observations: never[];
|
|
48
|
+
} | {
|
|
49
|
+
userId: string;
|
|
50
|
+
schoolId: string;
|
|
51
|
+
sectionId: string;
|
|
52
|
+
isStudent: boolean;
|
|
53
|
+
postId: number;
|
|
54
|
+
postTitle: string;
|
|
55
|
+
postBody: string;
|
|
56
|
+
postLink: string;
|
|
57
|
+
color: string;
|
|
58
|
+
clapsCount: string;
|
|
59
|
+
appreciationCount: string;
|
|
60
|
+
commentsCount: string;
|
|
61
|
+
isHide: boolean;
|
|
62
|
+
attachments: {
|
|
63
|
+
url: string;
|
|
64
|
+
fileName: string;
|
|
65
|
+
mimeType: string;
|
|
66
|
+
originalURL: string;
|
|
67
|
+
}[];
|
|
68
|
+
isUserClapped: boolean;
|
|
69
|
+
isUserCommented: boolean;
|
|
70
|
+
isUserAppreciated: boolean;
|
|
71
|
+
userClapsCount: string;
|
|
72
|
+
userCommentsCount: string;
|
|
73
|
+
userAppreciationCount: string;
|
|
74
|
+
isTaggedToPortfolio: boolean;
|
|
75
|
+
isSuggestForPortfolio: boolean;
|
|
76
|
+
activityType: string;
|
|
77
|
+
observationType: string;
|
|
78
|
+
userInfo: {
|
|
79
|
+
_id: string;
|
|
80
|
+
phoneNumber: string;
|
|
81
|
+
cognitoId: string;
|
|
82
|
+
registrationStatus: string;
|
|
83
|
+
createdAt: string;
|
|
84
|
+
updatedAt: string;
|
|
85
|
+
__v: number;
|
|
86
|
+
email: string;
|
|
87
|
+
firstName: string;
|
|
88
|
+
grade: string;
|
|
89
|
+
lastName: string;
|
|
90
|
+
school: string;
|
|
91
|
+
}[];
|
|
92
|
+
observations: never[];
|
|
93
|
+
} | {
|
|
94
|
+
userId: string;
|
|
95
|
+
schoolId: string;
|
|
96
|
+
sectionId: string;
|
|
97
|
+
isStudent: boolean;
|
|
98
|
+
postId: number;
|
|
99
|
+
postTitle: string;
|
|
100
|
+
postBody: string;
|
|
101
|
+
postLink: string;
|
|
102
|
+
color: string;
|
|
103
|
+
clapsCount: string;
|
|
104
|
+
appreciationCount: string;
|
|
105
|
+
commentsCount: string;
|
|
106
|
+
isHide: boolean;
|
|
107
|
+
attachments: {
|
|
108
|
+
url: string;
|
|
109
|
+
fileName: string;
|
|
110
|
+
mimeType: string;
|
|
111
|
+
originalURL: string;
|
|
112
|
+
}[];
|
|
113
|
+
isUserClapped: boolean;
|
|
114
|
+
isUserCommented: boolean;
|
|
115
|
+
isUserAppreciated: boolean;
|
|
116
|
+
userClapsCount: string;
|
|
117
|
+
userCommentsCount: string;
|
|
118
|
+
userAppreciationCount: string;
|
|
119
|
+
isTaggedToPortfolio: boolean;
|
|
120
|
+
isSuggestForPortfolio: boolean;
|
|
121
|
+
activityType: string;
|
|
122
|
+
observationType: string;
|
|
123
|
+
userInfo: {
|
|
124
|
+
_id: string;
|
|
125
|
+
firstName: string;
|
|
126
|
+
lastName: string;
|
|
127
|
+
grade: string;
|
|
128
|
+
phoneNumber: string;
|
|
129
|
+
cognitoId: string;
|
|
130
|
+
registrationStatus: string;
|
|
131
|
+
createdAt: string;
|
|
132
|
+
updatedAt: string;
|
|
133
|
+
__v: number;
|
|
134
|
+
}[];
|
|
135
|
+
observations: never[];
|
|
136
|
+
})[];
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
declare const wall_images: {
|
|
2
|
+
school_hub: any;
|
|
3
|
+
my_class: any;
|
|
4
|
+
my_space: any;
|
|
5
|
+
clap: any;
|
|
6
|
+
comment: any;
|
|
7
|
+
challenge: any;
|
|
8
|
+
sort: any;
|
|
9
|
+
back_arrow: any;
|
|
10
|
+
settings: any;
|
|
11
|
+
student: any;
|
|
12
|
+
more: any;
|
|
13
|
+
plus: any;
|
|
14
|
+
pdf: any;
|
|
15
|
+
ppt: any;
|
|
16
|
+
doc: any;
|
|
17
|
+
video_icon: any;
|
|
18
|
+
left_arrow: any;
|
|
19
|
+
right_arrow: any;
|
|
20
|
+
camera: any;
|
|
21
|
+
mic: any;
|
|
22
|
+
note: any;
|
|
23
|
+
chat: any;
|
|
24
|
+
postSuccess: any;
|
|
25
|
+
eye: any;
|
|
26
|
+
vin: any;
|
|
27
|
+
emoji: any;
|
|
28
|
+
send: any;
|
|
29
|
+
activeClap: any;
|
|
30
|
+
menuBoard: any;
|
|
31
|
+
assessment: any;
|
|
32
|
+
doubt: any;
|
|
33
|
+
guided: any;
|
|
34
|
+
learn: any;
|
|
35
|
+
task: any;
|
|
36
|
+
attachmentIcon: any;
|
|
37
|
+
arrowRight: any;
|
|
38
|
+
post: any;
|
|
39
|
+
sendButton: any;
|
|
40
|
+
addChapter: any;
|
|
41
|
+
addTopic: any;
|
|
42
|
+
menuNavbar: any;
|
|
43
|
+
clapGif: any;
|
|
44
|
+
edit: any;
|
|
45
|
+
hide: any;
|
|
46
|
+
delete: any;
|
|
47
|
+
hidden: any;
|
|
48
|
+
vote: any;
|
|
49
|
+
activeVote: any;
|
|
50
|
+
playIcon: any;
|
|
51
|
+
background: {
|
|
52
|
+
image1: any;
|
|
53
|
+
image2: any;
|
|
54
|
+
image3: any;
|
|
55
|
+
image4: any;
|
|
56
|
+
image5: any;
|
|
57
|
+
image6: any;
|
|
58
|
+
image7: any;
|
|
59
|
+
image8: any;
|
|
60
|
+
};
|
|
61
|
+
experientialWelcome: any;
|
|
62
|
+
letsGetStarted: any;
|
|
63
|
+
};
|
|
64
|
+
export default wall_images;
|
package/package.json
ADDED
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "hardwater-ui-microfrontend",
|
|
3
|
+
"version": "0.0.1",
|
|
4
|
+
"main": "dist/index.js",
|
|
5
|
+
"module": "dist/index.esm.js",
|
|
6
|
+
"types": "dist/index.d.ts",
|
|
7
|
+
"files": [
|
|
8
|
+
"dist"
|
|
9
|
+
],
|
|
10
|
+
"license": "MIT",
|
|
11
|
+
"scripts": {
|
|
12
|
+
"build": "vite build",
|
|
13
|
+
"prepare": "npm run build",
|
|
14
|
+
"prepublishOnly": "npm run build",
|
|
15
|
+
"storybook": "storybook dev -p 6006",
|
|
16
|
+
"build-storybook": "storybook build"
|
|
17
|
+
},
|
|
18
|
+
"private": false,
|
|
19
|
+
"dependencies": {
|
|
20
|
+
"@chakra-ui/icons": "^2.1.1",
|
|
21
|
+
"@fortawesome/fontawesome-svg-core": "^6.6.0",
|
|
22
|
+
"@fortawesome/free-solid-svg-icons": "^6.6.0",
|
|
23
|
+
"@fortawesome/react-fontawesome": "^0.2.2",
|
|
24
|
+
"@rive-app/react-canvas": "^4.23.4",
|
|
25
|
+
"@swc/core": "^1.5.7",
|
|
26
|
+
"@testing-library/jest-dom": "^5.17.0",
|
|
27
|
+
"@testing-library/react": "^13.4.0",
|
|
28
|
+
"@testing-library/user-event": "^13.5.0",
|
|
29
|
+
"@types/d3-dispatch": "^2.0.4",
|
|
30
|
+
"@types/jest": "^27.5.2",
|
|
31
|
+
"@types/node": "^16.18.80",
|
|
32
|
+
"@types/react": "^18.2.55",
|
|
33
|
+
"@types/react-dom": "^18.2.19",
|
|
34
|
+
"antd": "^5.20.6",
|
|
35
|
+
"axios": "^1.7.2",
|
|
36
|
+
"crypto-js": "^4.2.0",
|
|
37
|
+
"d3-dispatch": "^2.0.0",
|
|
38
|
+
"dompurify": "^3.2.6",
|
|
39
|
+
"draft-js": "^0.11.7",
|
|
40
|
+
"draft-js-mathjax-plugin": "^1.3.4",
|
|
41
|
+
"draft-js-plugins-editor": "^3.0.0",
|
|
42
|
+
"elkjs": "^0.11.0",
|
|
43
|
+
"he": "^1.2.0",
|
|
44
|
+
"highcharts": "10.3.3",
|
|
45
|
+
"highcharts-react-official": "^3.2.1",
|
|
46
|
+
"html-react-parser": "^5.1.12",
|
|
47
|
+
"katex": "^0.16.22",
|
|
48
|
+
"markdown-it": "^14.1.0",
|
|
49
|
+
"markdown-it-multimd-table": "^4.2.3",
|
|
50
|
+
"mathlive": "0.106.0",
|
|
51
|
+
"mathml-to-latex": "^1.4.1",
|
|
52
|
+
"moment": "^2.30.1",
|
|
53
|
+
"react-beautiful-dnd": "^13.1.1",
|
|
54
|
+
"react-contenteditable": "^3.3.7",
|
|
55
|
+
"react-icon-tint": "^2.5.1",
|
|
56
|
+
"react-icons": "5.4.0",
|
|
57
|
+
"react-image-lightbox": "^5.1.4",
|
|
58
|
+
"react-katex": "^3.0.1",
|
|
59
|
+
"react-latex-next": "^3.0.0",
|
|
60
|
+
"react-lazy-load-image-component": "^1.6.2",
|
|
61
|
+
"react-loading-skeleton": "^3.5.0",
|
|
62
|
+
"react-lottie-player": "^2.1.0",
|
|
63
|
+
"react-markdown": "^10.1.0",
|
|
64
|
+
"react-masonry-css": "^1.0.16",
|
|
65
|
+
"react-mathjax": "^1.0.1",
|
|
66
|
+
"react-mathjax-preview": "^2.2.6",
|
|
67
|
+
"react-mathquill": "^1.0.3",
|
|
68
|
+
"react-modal": "^3.16.1",
|
|
69
|
+
"react-player": "^2.11.0",
|
|
70
|
+
"react-scripts": "5.0.1",
|
|
71
|
+
"react-type-animation": "^3.2.0",
|
|
72
|
+
"react-usestateref": "^1.0.9",
|
|
73
|
+
"react-video-thumbnail": "^0.1.3",
|
|
74
|
+
"reactflow": "^11.11.4",
|
|
75
|
+
"shaka-player": "^4.14.14",
|
|
76
|
+
"slate": "^0.112.0",
|
|
77
|
+
"slate-dom": "^0.118.1",
|
|
78
|
+
"slate-history": "^0.110.3",
|
|
79
|
+
"slate-react": "^0.112.1",
|
|
80
|
+
"styled-components": "^6.1.12",
|
|
81
|
+
"texteditor-1": "^0.1.91",
|
|
82
|
+
"typescript": "^4.9.5",
|
|
83
|
+
"uuid": "^10.0.0",
|
|
84
|
+
"web-vitals": "^2.1.4"
|
|
85
|
+
},
|
|
86
|
+
"eslintConfig": {
|
|
87
|
+
"extends": [
|
|
88
|
+
"react-app",
|
|
89
|
+
"react-app/jest",
|
|
90
|
+
"plugin:storybook/recommended"
|
|
91
|
+
]
|
|
92
|
+
},
|
|
93
|
+
"browserslist": {
|
|
94
|
+
"production": [
|
|
95
|
+
">0.2%",
|
|
96
|
+
"not dead",
|
|
97
|
+
"not op_mini all"
|
|
98
|
+
],
|
|
99
|
+
"development": [
|
|
100
|
+
"last 1 chrome version",
|
|
101
|
+
"last 1 firefox version",
|
|
102
|
+
"last 1 safari version"
|
|
103
|
+
]
|
|
104
|
+
},
|
|
105
|
+
"peerDependencies": {
|
|
106
|
+
"react": "18.2.0",
|
|
107
|
+
"react-dom": "18.2.0",
|
|
108
|
+
"react-router-dom": "6.22.3",
|
|
109
|
+
"@chakra-ui/react": "2.8.2",
|
|
110
|
+
"@emotion/react": "11.11.3",
|
|
111
|
+
"@emotion/styled": "11.11.0",
|
|
112
|
+
"framer-motion": "11.x"
|
|
113
|
+
},
|
|
114
|
+
"devDependencies": {
|
|
115
|
+
"react": "18.2.0",
|
|
116
|
+
"react-dom": "18.2.0",
|
|
117
|
+
"vite": "^5.4.0",
|
|
118
|
+
"@vitejs/plugin-react": "^4.3.0",
|
|
119
|
+
"vite-plugin-dts": "^4.3.0",
|
|
120
|
+
"@babel/preset-env": "^7.23.9",
|
|
121
|
+
"@babel/preset-react": "^7.23.3",
|
|
122
|
+
"@babel/preset-typescript": "^7.23.3",
|
|
123
|
+
"@storybook/addon-essentials": "^7.6.15",
|
|
124
|
+
"@storybook/addon-interactions": "^7.6.15",
|
|
125
|
+
"@storybook/addon-links": "^7.6.15",
|
|
126
|
+
"@storybook/addon-onboarding": "^1.0.11",
|
|
127
|
+
"@storybook/blocks": "^7.6.15",
|
|
128
|
+
"@storybook/react": "^7.6.15",
|
|
129
|
+
"@storybook/react-webpack5": "^7.6.15",
|
|
130
|
+
"@storybook/testing-library": "^0.2.2",
|
|
131
|
+
"@types/react-beautiful-dnd": "^13.1.8",
|
|
132
|
+
"@types/react-lazy-load-image-component": "^1.6.4",
|
|
133
|
+
"esbuild": "^0.25.0",
|
|
134
|
+
"eslint-plugin-storybook": "^0.6.15",
|
|
135
|
+
"react-video-thumbnail": "^0.1.3",
|
|
136
|
+
"storybook": "^7.6.20"
|
|
137
|
+
},
|
|
138
|
+
"description": "This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).",
|
|
139
|
+
"repository": {
|
|
140
|
+
"type": "git",
|
|
141
|
+
"url": "git+https://github.com/innerscore/coschool-ui-components.git"
|
|
142
|
+
},
|
|
143
|
+
"author": "KNVRaghavendra <136688947+KNVRaghavendra@users.noreply.github.com>",
|
|
144
|
+
"bugs": {
|
|
145
|
+
"url": "https://github.com/innerscore/coschool-ui-components/issues"
|
|
146
|
+
},
|
|
147
|
+
"homepage": "https://github.com/innerscore/coschool-ui-components#readme"
|
|
148
|
+
}
|