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,537 @@
|
|
|
1
|
+
declare const styles: {
|
|
2
|
+
container: {
|
|
3
|
+
width: string;
|
|
4
|
+
display: string;
|
|
5
|
+
fontFamily: string;
|
|
6
|
+
gap: string[];
|
|
7
|
+
alignItems: string;
|
|
8
|
+
marginBottom: string;
|
|
9
|
+
position: string;
|
|
10
|
+
};
|
|
11
|
+
preventSelect: {
|
|
12
|
+
WebkitUserSelect: string;
|
|
13
|
+
msUserSelect: string;
|
|
14
|
+
userSelect: string;
|
|
15
|
+
};
|
|
16
|
+
center: {
|
|
17
|
+
alignItems: string;
|
|
18
|
+
};
|
|
19
|
+
assistantImg: {
|
|
20
|
+
objectFit: string;
|
|
21
|
+
width: string[];
|
|
22
|
+
height: string[];
|
|
23
|
+
};
|
|
24
|
+
assistantImgTasks: {
|
|
25
|
+
objectFit: string;
|
|
26
|
+
width: string[];
|
|
27
|
+
height: string[];
|
|
28
|
+
marginTop: string[];
|
|
29
|
+
marginLeft: string;
|
|
30
|
+
};
|
|
31
|
+
assistantText: {
|
|
32
|
+
fontSize: string[];
|
|
33
|
+
fontWeight: number;
|
|
34
|
+
lineHeight: string;
|
|
35
|
+
minHeight: string;
|
|
36
|
+
backgroundColor: string;
|
|
37
|
+
padding: string;
|
|
38
|
+
borderRadius: string;
|
|
39
|
+
color: string;
|
|
40
|
+
maxWidth: string;
|
|
41
|
+
display: string;
|
|
42
|
+
flexDirection: string;
|
|
43
|
+
alignItems: string;
|
|
44
|
+
overflowX: string;
|
|
45
|
+
overflow: string;
|
|
46
|
+
position: string;
|
|
47
|
+
};
|
|
48
|
+
assistantTextStudent: {
|
|
49
|
+
fontSize: string[];
|
|
50
|
+
fontWeight: number;
|
|
51
|
+
lineHeight: string;
|
|
52
|
+
minHeight: string;
|
|
53
|
+
backgroundColor: string;
|
|
54
|
+
padding: string;
|
|
55
|
+
borderRadius: string;
|
|
56
|
+
borderWidth: string;
|
|
57
|
+
borderColor: string;
|
|
58
|
+
color: string;
|
|
59
|
+
maxWidth: string;
|
|
60
|
+
display: string;
|
|
61
|
+
flexDirection: string;
|
|
62
|
+
alignItems: string;
|
|
63
|
+
overflowX: string;
|
|
64
|
+
overflow: string;
|
|
65
|
+
position: string;
|
|
66
|
+
};
|
|
67
|
+
assistantTextScript: {
|
|
68
|
+
fontSize: string[];
|
|
69
|
+
fontWeight: number;
|
|
70
|
+
lineHeight: string;
|
|
71
|
+
minHeight: string;
|
|
72
|
+
bg: string;
|
|
73
|
+
padding: string;
|
|
74
|
+
borderRadius: string;
|
|
75
|
+
color: string;
|
|
76
|
+
maxWidth: string;
|
|
77
|
+
display: string;
|
|
78
|
+
flexDirection: string;
|
|
79
|
+
alignItems: string;
|
|
80
|
+
overflowX: string;
|
|
81
|
+
overflow: string;
|
|
82
|
+
position: string;
|
|
83
|
+
};
|
|
84
|
+
tutorassistantText: {
|
|
85
|
+
fontFamily: string;
|
|
86
|
+
fontSize: string[];
|
|
87
|
+
fontWeight: number;
|
|
88
|
+
lineHeight: string;
|
|
89
|
+
minHeight: string;
|
|
90
|
+
letterSpacing: string;
|
|
91
|
+
backgroundColor: string;
|
|
92
|
+
padding: string;
|
|
93
|
+
borderRadius: string;
|
|
94
|
+
borderWidth: string;
|
|
95
|
+
color: string;
|
|
96
|
+
maxWidth: string;
|
|
97
|
+
display: string;
|
|
98
|
+
flexDirection: string;
|
|
99
|
+
alignItems: string;
|
|
100
|
+
overflowX: string;
|
|
101
|
+
overflow: string;
|
|
102
|
+
position: string;
|
|
103
|
+
};
|
|
104
|
+
assistantTextScriptStudent: {
|
|
105
|
+
fontSize: string[];
|
|
106
|
+
fontWeight: number;
|
|
107
|
+
lineHeight: string;
|
|
108
|
+
minHeight: string;
|
|
109
|
+
bg: string;
|
|
110
|
+
padding: string;
|
|
111
|
+
borderRadius: string;
|
|
112
|
+
borderWidth: string;
|
|
113
|
+
borderColor: string;
|
|
114
|
+
color: string;
|
|
115
|
+
maxWidth: string;
|
|
116
|
+
display: string;
|
|
117
|
+
flexDirection: string;
|
|
118
|
+
alignItems: string;
|
|
119
|
+
overflowX: string;
|
|
120
|
+
overflow: string;
|
|
121
|
+
position: string;
|
|
122
|
+
};
|
|
123
|
+
assistantTextClassifier: {
|
|
124
|
+
fontSize: string[];
|
|
125
|
+
fontWeight: number;
|
|
126
|
+
lineHeight: string;
|
|
127
|
+
minHeight: string;
|
|
128
|
+
bg: string;
|
|
129
|
+
padding: string;
|
|
130
|
+
borderRadius: string;
|
|
131
|
+
borderWidth: string;
|
|
132
|
+
borderColor: string;
|
|
133
|
+
color: string;
|
|
134
|
+
maxWidth: string;
|
|
135
|
+
display: string;
|
|
136
|
+
flexDirection: string;
|
|
137
|
+
alignItems: string;
|
|
138
|
+
overflowX: string;
|
|
139
|
+
overflow: string;
|
|
140
|
+
position: string;
|
|
141
|
+
};
|
|
142
|
+
assistantRevisionTextStudent: {
|
|
143
|
+
fontSize: string[];
|
|
144
|
+
fontWeight: number;
|
|
145
|
+
lineHeight: string;
|
|
146
|
+
minHeight: string;
|
|
147
|
+
backgroundColor: string;
|
|
148
|
+
padding: string;
|
|
149
|
+
borderRadius: string;
|
|
150
|
+
borderWidth: string;
|
|
151
|
+
borderColor: string;
|
|
152
|
+
color: string;
|
|
153
|
+
width: string;
|
|
154
|
+
display: string;
|
|
155
|
+
flexDirection: string;
|
|
156
|
+
alignItems: string;
|
|
157
|
+
overflowX: string;
|
|
158
|
+
overflow: string;
|
|
159
|
+
position: string;
|
|
160
|
+
};
|
|
161
|
+
userText: {
|
|
162
|
+
backgroundColor: string;
|
|
163
|
+
borderRadius: string;
|
|
164
|
+
color: string;
|
|
165
|
+
fontSize: string[];
|
|
166
|
+
fontWeight: number;
|
|
167
|
+
lineHeight: string;
|
|
168
|
+
minHeight: string;
|
|
169
|
+
padding: string;
|
|
170
|
+
marginLeft: string[];
|
|
171
|
+
maxWidth: string;
|
|
172
|
+
};
|
|
173
|
+
userTextInteraction: {
|
|
174
|
+
backgroundColor: string;
|
|
175
|
+
borderRadius: string;
|
|
176
|
+
color: string;
|
|
177
|
+
fontSize: string[];
|
|
178
|
+
fontWeight: number;
|
|
179
|
+
lineHeight: string;
|
|
180
|
+
minHeight: string;
|
|
181
|
+
padding: string;
|
|
182
|
+
marginLeft: string[];
|
|
183
|
+
maxWidth: string;
|
|
184
|
+
};
|
|
185
|
+
column: {
|
|
186
|
+
flexDirection: string;
|
|
187
|
+
};
|
|
188
|
+
row: {
|
|
189
|
+
display: string;
|
|
190
|
+
flexDirection: string;
|
|
191
|
+
marginBottom: string;
|
|
192
|
+
};
|
|
193
|
+
eye: {
|
|
194
|
+
color: string;
|
|
195
|
+
cursor: string;
|
|
196
|
+
marginLeft: string;
|
|
197
|
+
};
|
|
198
|
+
flexRow: {
|
|
199
|
+
width: string;
|
|
200
|
+
display: string;
|
|
201
|
+
flexDirection: string;
|
|
202
|
+
overflowX: string;
|
|
203
|
+
overflowY: string;
|
|
204
|
+
fontFamily: string;
|
|
205
|
+
fontSize: string;
|
|
206
|
+
fontWeight: string;
|
|
207
|
+
lineHeight: string;
|
|
208
|
+
letterSpacing: string;
|
|
209
|
+
textAlign: string;
|
|
210
|
+
};
|
|
211
|
+
renderContentbox: {
|
|
212
|
+
flex: string;
|
|
213
|
+
fontFamily: string;
|
|
214
|
+
display: string;
|
|
215
|
+
flexDirection: string;
|
|
216
|
+
gap: string;
|
|
217
|
+
overflow: string;
|
|
218
|
+
};
|
|
219
|
+
Topselection: {
|
|
220
|
+
flexDirection: {
|
|
221
|
+
base: string;
|
|
222
|
+
md: string;
|
|
223
|
+
};
|
|
224
|
+
alignItems: {
|
|
225
|
+
base: string;
|
|
226
|
+
md: string;
|
|
227
|
+
};
|
|
228
|
+
justifyContent: string;
|
|
229
|
+
width: string;
|
|
230
|
+
flexWrap: string;
|
|
231
|
+
gap: {
|
|
232
|
+
base: number;
|
|
233
|
+
md: number;
|
|
234
|
+
};
|
|
235
|
+
};
|
|
236
|
+
presenterLogicbox: {
|
|
237
|
+
alignSelf: {
|
|
238
|
+
base: string;
|
|
239
|
+
md: string;
|
|
240
|
+
};
|
|
241
|
+
display: string;
|
|
242
|
+
justifyContent: {
|
|
243
|
+
base: string;
|
|
244
|
+
md: string;
|
|
245
|
+
};
|
|
246
|
+
w: {
|
|
247
|
+
base: string;
|
|
248
|
+
md: string;
|
|
249
|
+
};
|
|
250
|
+
mt: {
|
|
251
|
+
base: number;
|
|
252
|
+
md: number;
|
|
253
|
+
};
|
|
254
|
+
};
|
|
255
|
+
flexRowBold: {
|
|
256
|
+
width: string;
|
|
257
|
+
display: string;
|
|
258
|
+
flexDirection: string;
|
|
259
|
+
overflowX: string;
|
|
260
|
+
overflowY: string;
|
|
261
|
+
fontFamily: string;
|
|
262
|
+
fontSize: string;
|
|
263
|
+
fontWeight: string;
|
|
264
|
+
textColor: string;
|
|
265
|
+
lineHeight: string;
|
|
266
|
+
letterSpacing: string;
|
|
267
|
+
textAlign: string;
|
|
268
|
+
};
|
|
269
|
+
flexRowClassifier: (isStudent?: boolean) => {
|
|
270
|
+
width: string;
|
|
271
|
+
display: string;
|
|
272
|
+
flexDirection: string;
|
|
273
|
+
overflowX: string;
|
|
274
|
+
overflowY: string;
|
|
275
|
+
fontFamily: string;
|
|
276
|
+
fontSize: string;
|
|
277
|
+
fontWeight: string;
|
|
278
|
+
textColor: string;
|
|
279
|
+
lineHeight: string;
|
|
280
|
+
letterSpacing: string;
|
|
281
|
+
textAlign: string;
|
|
282
|
+
};
|
|
283
|
+
imagesListContainer: {
|
|
284
|
+
overflow: string;
|
|
285
|
+
display: string;
|
|
286
|
+
flexDirection: string;
|
|
287
|
+
alignItems: string;
|
|
288
|
+
maxHeight: string;
|
|
289
|
+
};
|
|
290
|
+
imagesList: {
|
|
291
|
+
display: string;
|
|
292
|
+
flexDirection: string;
|
|
293
|
+
flexWrap: string;
|
|
294
|
+
justifyContent: string;
|
|
295
|
+
};
|
|
296
|
+
imageCard: {
|
|
297
|
+
maxHeight: string;
|
|
298
|
+
padding: string;
|
|
299
|
+
margin: string;
|
|
300
|
+
cursor: string;
|
|
301
|
+
};
|
|
302
|
+
image: {
|
|
303
|
+
marginLeft: string;
|
|
304
|
+
maxHeight: string;
|
|
305
|
+
};
|
|
306
|
+
figureText: {
|
|
307
|
+
justifyContent: string;
|
|
308
|
+
display: string;
|
|
309
|
+
};
|
|
310
|
+
horizontalScrollImagesList: {
|
|
311
|
+
display: string;
|
|
312
|
+
flexDirection: string;
|
|
313
|
+
flexWrap: string;
|
|
314
|
+
overflowX: string;
|
|
315
|
+
maxWidth: string;
|
|
316
|
+
paddingBottom: string;
|
|
317
|
+
};
|
|
318
|
+
centeredImageCard: {
|
|
319
|
+
height: string;
|
|
320
|
+
minWidth: string;
|
|
321
|
+
cursor: string;
|
|
322
|
+
textAlign: string;
|
|
323
|
+
marginTop: string;
|
|
324
|
+
marginRight: string;
|
|
325
|
+
};
|
|
326
|
+
centeredImage: {
|
|
327
|
+
height: string;
|
|
328
|
+
objectFit: string;
|
|
329
|
+
};
|
|
330
|
+
imageTitle: {
|
|
331
|
+
fontSize: string;
|
|
332
|
+
color: string;
|
|
333
|
+
};
|
|
334
|
+
takeaway: {
|
|
335
|
+
w: string[];
|
|
336
|
+
justifyContent: string;
|
|
337
|
+
alignItems: string;
|
|
338
|
+
mb: number;
|
|
339
|
+
};
|
|
340
|
+
takeawayText: {
|
|
341
|
+
color: string;
|
|
342
|
+
fontWeight: string;
|
|
343
|
+
fontSize: string;
|
|
344
|
+
lineHeight: string;
|
|
345
|
+
};
|
|
346
|
+
summaryContainer: {
|
|
347
|
+
boxShadow: string;
|
|
348
|
+
bg: string;
|
|
349
|
+
p: number;
|
|
350
|
+
maxW: string;
|
|
351
|
+
borderRadius: string;
|
|
352
|
+
};
|
|
353
|
+
summaryTitle: {
|
|
354
|
+
fontFamily: string;
|
|
355
|
+
color: string;
|
|
356
|
+
fontWeight: string;
|
|
357
|
+
fontSize: string;
|
|
358
|
+
lineHeight: string;
|
|
359
|
+
mb: number;
|
|
360
|
+
};
|
|
361
|
+
doubtSummaryTitle: {
|
|
362
|
+
color: string;
|
|
363
|
+
fontWeight: string;
|
|
364
|
+
fontFamily: string;
|
|
365
|
+
fontSize: string;
|
|
366
|
+
lineHeight: string;
|
|
367
|
+
mb: number;
|
|
368
|
+
};
|
|
369
|
+
summaryText: {
|
|
370
|
+
color: string;
|
|
371
|
+
fontWeight: string;
|
|
372
|
+
fontSize: string;
|
|
373
|
+
lineHeight: string;
|
|
374
|
+
overflowY: string;
|
|
375
|
+
overflowX: string;
|
|
376
|
+
fontFamily: string;
|
|
377
|
+
};
|
|
378
|
+
checkbox: (selectionStatus: any, questionIndex: any, presenterLogic: any) => {
|
|
379
|
+
marginTop: string;
|
|
380
|
+
borderColor: string;
|
|
381
|
+
isChecked: any;
|
|
382
|
+
marginLeft: number;
|
|
383
|
+
display: string;
|
|
384
|
+
};
|
|
385
|
+
radio: (selectionStatus: any, questionIndex: any, presenterLogic: any) => {
|
|
386
|
+
isChecked: any;
|
|
387
|
+
marginX: number;
|
|
388
|
+
visibility: string;
|
|
389
|
+
};
|
|
390
|
+
teacherSpeechBubble: {
|
|
391
|
+
color: string;
|
|
392
|
+
};
|
|
393
|
+
moreOptions: {
|
|
394
|
+
fontweight: string;
|
|
395
|
+
fontSize: string;
|
|
396
|
+
height: string;
|
|
397
|
+
lineHeight: string;
|
|
398
|
+
padding: string;
|
|
399
|
+
gap: string;
|
|
400
|
+
borderRadius: string;
|
|
401
|
+
border: string;
|
|
402
|
+
color: string;
|
|
403
|
+
backgroundColor: string;
|
|
404
|
+
minWidth: string;
|
|
405
|
+
"&:hover": {
|
|
406
|
+
color: string;
|
|
407
|
+
backgroundColor: string;
|
|
408
|
+
border: string;
|
|
409
|
+
};
|
|
410
|
+
"&:active": {
|
|
411
|
+
color: string;
|
|
412
|
+
backgroundColor: string;
|
|
413
|
+
border: string;
|
|
414
|
+
};
|
|
415
|
+
"&:focus": {};
|
|
416
|
+
"&:disabled": {
|
|
417
|
+
backgroundColor: string;
|
|
418
|
+
border: string;
|
|
419
|
+
color: string;
|
|
420
|
+
};
|
|
421
|
+
};
|
|
422
|
+
moreButton: {
|
|
423
|
+
borderRadius: number;
|
|
424
|
+
border: string;
|
|
425
|
+
backgroundColor: string;
|
|
426
|
+
color: string;
|
|
427
|
+
height: string;
|
|
428
|
+
fontSize: string;
|
|
429
|
+
fontWeight: string;
|
|
430
|
+
_hover: {
|
|
431
|
+
backgroundColor: string;
|
|
432
|
+
color: string;
|
|
433
|
+
};
|
|
434
|
+
width: string;
|
|
435
|
+
};
|
|
436
|
+
assistantV2Container: {
|
|
437
|
+
width: string;
|
|
438
|
+
fontFamily: string;
|
|
439
|
+
display: string;
|
|
440
|
+
flexDirection: string;
|
|
441
|
+
alignItems: string;
|
|
442
|
+
gap: string[];
|
|
443
|
+
};
|
|
444
|
+
loaderContainer: {
|
|
445
|
+
display: string;
|
|
446
|
+
backgroundColor: string;
|
|
447
|
+
borderRadius: string;
|
|
448
|
+
padding: string[];
|
|
449
|
+
gap: string;
|
|
450
|
+
};
|
|
451
|
+
loadingText: {
|
|
452
|
+
color: string;
|
|
453
|
+
fontWeight: number;
|
|
454
|
+
fontSize: string[];
|
|
455
|
+
lineHeight: string[];
|
|
456
|
+
};
|
|
457
|
+
comprehensionText: {
|
|
458
|
+
fontFamily: string;
|
|
459
|
+
fontWeight: number;
|
|
460
|
+
fontSize: string;
|
|
461
|
+
lineHeight: string;
|
|
462
|
+
color: string;
|
|
463
|
+
letterSpacing: string;
|
|
464
|
+
};
|
|
465
|
+
comprehensionContainer: {
|
|
466
|
+
marginBottom: string;
|
|
467
|
+
};
|
|
468
|
+
comprehensionDescriptiveAnswer: {
|
|
469
|
+
marginLeft: string;
|
|
470
|
+
};
|
|
471
|
+
descriptiveContainer: {
|
|
472
|
+
backgroundColor: string;
|
|
473
|
+
borderRadius: string;
|
|
474
|
+
padding: string;
|
|
475
|
+
marginLeft: string;
|
|
476
|
+
};
|
|
477
|
+
RevisionContainer: {
|
|
478
|
+
backgroundColor: string;
|
|
479
|
+
borderRadius: string;
|
|
480
|
+
padding: string;
|
|
481
|
+
width: string;
|
|
482
|
+
};
|
|
483
|
+
descriptiveSubContainer: {
|
|
484
|
+
display: string;
|
|
485
|
+
flexDirection: string;
|
|
486
|
+
borderRadius: string;
|
|
487
|
+
padding: string;
|
|
488
|
+
backgroundColor: string;
|
|
489
|
+
boxShadow: string;
|
|
490
|
+
};
|
|
491
|
+
descriptiveBandMessage: {
|
|
492
|
+
fontFamily: string;
|
|
493
|
+
fontWeight: number;
|
|
494
|
+
fontSize: string;
|
|
495
|
+
lineHeight: string;
|
|
496
|
+
color: string;
|
|
497
|
+
};
|
|
498
|
+
revisiondescriptiveBandMessage: {
|
|
499
|
+
fontFamily: string;
|
|
500
|
+
fontWeight: number;
|
|
501
|
+
fontSize: string;
|
|
502
|
+
lineHeight: string;
|
|
503
|
+
color: string;
|
|
504
|
+
};
|
|
505
|
+
revisionbolddescriptiveBandMessage: {
|
|
506
|
+
fontFamily: string;
|
|
507
|
+
fontWeight: number;
|
|
508
|
+
fontSize: string;
|
|
509
|
+
lineHeight: string;
|
|
510
|
+
color: string;
|
|
511
|
+
};
|
|
512
|
+
descriptiveAnswerTitle: {
|
|
513
|
+
fontFamily: string;
|
|
514
|
+
fontWeight: number;
|
|
515
|
+
fontSize: string;
|
|
516
|
+
lineHeight: string;
|
|
517
|
+
color: string;
|
|
518
|
+
paragraphSpacing: string;
|
|
519
|
+
};
|
|
520
|
+
revisiondescriptiveAnswerTitle: {
|
|
521
|
+
fontFamily: string;
|
|
522
|
+
fontWeight: number;
|
|
523
|
+
fontSize: string;
|
|
524
|
+
lineHeight: string;
|
|
525
|
+
color: string;
|
|
526
|
+
paragraphSpacing: string;
|
|
527
|
+
};
|
|
528
|
+
descriptiveAnswerSub: {
|
|
529
|
+
fontFamily: string;
|
|
530
|
+
fontWeight: number;
|
|
531
|
+
fontSize: string;
|
|
532
|
+
lineHeight: string;
|
|
533
|
+
color: string;
|
|
534
|
+
paragraphSpacing: string;
|
|
535
|
+
};
|
|
536
|
+
};
|
|
537
|
+
export default styles;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { default as React } from 'react';
|
|
2
|
+
|
|
3
|
+
type AssistantV2Props = {
|
|
4
|
+
hideVin?: boolean;
|
|
5
|
+
loaderText?: string;
|
|
6
|
+
finalText?: string;
|
|
7
|
+
assistantImg?: string;
|
|
8
|
+
onTypingComplete?: () => void;
|
|
9
|
+
isEmotionalScript?: boolean;
|
|
10
|
+
isQuiz?: boolean;
|
|
11
|
+
imagesList?: any[];
|
|
12
|
+
};
|
|
13
|
+
declare const AssistantV2: React.FC<AssistantV2Props>;
|
|
14
|
+
export default AssistantV2;
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
declare const styles: {
|
|
2
|
+
assistantV2Container: {
|
|
3
|
+
width: string;
|
|
4
|
+
fontFamily: string;
|
|
5
|
+
display: string;
|
|
6
|
+
flexDirection: string;
|
|
7
|
+
alignItems: string;
|
|
8
|
+
gap: string[];
|
|
9
|
+
};
|
|
10
|
+
assistantImg: {
|
|
11
|
+
objectFit: string;
|
|
12
|
+
width: string[];
|
|
13
|
+
height: string[];
|
|
14
|
+
};
|
|
15
|
+
loaderContainer: {
|
|
16
|
+
display: string;
|
|
17
|
+
backgroundColor: string;
|
|
18
|
+
borderRadius: string;
|
|
19
|
+
padding: string[];
|
|
20
|
+
gap: string;
|
|
21
|
+
};
|
|
22
|
+
quizContainer: {
|
|
23
|
+
display: string;
|
|
24
|
+
backgroundColor: string;
|
|
25
|
+
gap: string;
|
|
26
|
+
};
|
|
27
|
+
loadingText: {
|
|
28
|
+
color: string;
|
|
29
|
+
fontWeight: number;
|
|
30
|
+
fontSize: string[];
|
|
31
|
+
lineHeight: string[];
|
|
32
|
+
};
|
|
33
|
+
quizText: {
|
|
34
|
+
color: string;
|
|
35
|
+
fontWeight: number;
|
|
36
|
+
fontSize: string[];
|
|
37
|
+
lineHeight: string[];
|
|
38
|
+
};
|
|
39
|
+
emotionalMessageContainer: {
|
|
40
|
+
fontSize: string[];
|
|
41
|
+
fontWeight: number;
|
|
42
|
+
lineHeight: string;
|
|
43
|
+
minHeight: string;
|
|
44
|
+
backgroundColor: string;
|
|
45
|
+
padding: string;
|
|
46
|
+
borderRadius: string;
|
|
47
|
+
borderWidth: string;
|
|
48
|
+
borderColor: string;
|
|
49
|
+
color: string;
|
|
50
|
+
width: string;
|
|
51
|
+
display: string;
|
|
52
|
+
flexDirection: string;
|
|
53
|
+
alignItems: string;
|
|
54
|
+
overflowX: string;
|
|
55
|
+
overflow: string;
|
|
56
|
+
position: string;
|
|
57
|
+
};
|
|
58
|
+
emotionalMessageText: {
|
|
59
|
+
width: string;
|
|
60
|
+
display: string;
|
|
61
|
+
flexDirection: string;
|
|
62
|
+
overflowX: string;
|
|
63
|
+
overflowY: string;
|
|
64
|
+
fontFamily: string;
|
|
65
|
+
fontSize: string;
|
|
66
|
+
fontWeight: string;
|
|
67
|
+
lineHeight: string;
|
|
68
|
+
letterSpacing: string;
|
|
69
|
+
textAlign: string;
|
|
70
|
+
};
|
|
71
|
+
imagesListContainer: {
|
|
72
|
+
overflow: string;
|
|
73
|
+
display: string;
|
|
74
|
+
flexDirection: string;
|
|
75
|
+
alignItems: string;
|
|
76
|
+
maxHeight: string;
|
|
77
|
+
width: string;
|
|
78
|
+
marginTop: string;
|
|
79
|
+
};
|
|
80
|
+
imagesList: {
|
|
81
|
+
display: string;
|
|
82
|
+
flexDirection: string;
|
|
83
|
+
flexWrap: string;
|
|
84
|
+
justifyContent: string;
|
|
85
|
+
width: string;
|
|
86
|
+
};
|
|
87
|
+
imageCard: {
|
|
88
|
+
maxHeight: string;
|
|
89
|
+
padding: string;
|
|
90
|
+
margin: string;
|
|
91
|
+
cursor: string;
|
|
92
|
+
backgroundColor: string;
|
|
93
|
+
borderRadius: string;
|
|
94
|
+
boxShadow: string;
|
|
95
|
+
};
|
|
96
|
+
image: {
|
|
97
|
+
maxHeight: string;
|
|
98
|
+
objectFit: string;
|
|
99
|
+
};
|
|
100
|
+
figureText: {
|
|
101
|
+
justifyContent: string;
|
|
102
|
+
display: string;
|
|
103
|
+
fontSize: string;
|
|
104
|
+
fontWeight: string;
|
|
105
|
+
marginTop: string;
|
|
106
|
+
color: string;
|
|
107
|
+
};
|
|
108
|
+
};
|
|
109
|
+
export default styles;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function BubbleLoader(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function TutorSummary(props: any): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function User(props: any): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const wallBannerStyles: any;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function WallCard(props: any): import("react/jsx-runtime").JSX.Element;
|