student-review-screen 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/chatpers_list.json +962 -0
- package/dist/components/Atoms/AssistantImageModal/ImageModal.d.ts +7 -0
- package/dist/components/Atoms/AssistantImageModal/ImageModal.js +40 -0
- package/dist/components/Atoms/AssistantImageModal/ImageModal.js.map +1 -0
- package/dist/components/Atoms/BottomInput/BottomInput.d.ts +3 -0
- package/dist/components/Atoms/BottomInput/BottomInput.js +105 -0
- package/dist/components/Atoms/BottomInput/BottomInput.js.map +1 -0
- package/dist/components/Atoms/BottomNavButton/BottomNavButton.d.ts +3 -0
- package/dist/components/Atoms/BottomNavButton/BottomNavButton.js +35 -0
- package/dist/components/Atoms/BottomNavButton/BottomNavButton.js.map +1 -0
- package/dist/components/Atoms/BottomNavMenu/BottomNavMenu.d.ts +3 -0
- package/dist/components/Atoms/BottomNavMenu/BottomNavMenu.js +23 -0
- package/dist/components/Atoms/BottomNavMenu/BottomNavMenu.js.map +1 -0
- package/dist/components/Atoms/BottomNavMenu/MobileBottomNavMenu.d.ts +3 -0
- package/dist/components/Atoms/BottomNavMenu/MobileBottomNavMenu.js +11 -0
- package/dist/components/Atoms/BottomNavMenu/MobileBottomNavMenu.js.map +1 -0
- package/dist/components/Atoms/BottomNavToast/BottomNavToast.d.ts +3 -0
- package/dist/components/Atoms/BottomNavToast/BottomNavToast.js +30 -0
- package/dist/components/Atoms/BottomNavToast/BottomNavToast.js.map +1 -0
- package/dist/components/Atoms/BottomTopicChapter/BottomTopicChapter.d.ts +2 -0
- package/dist/components/Atoms/BottomTopicChapter/BottomTopicChapter.js +16 -0
- package/dist/components/Atoms/BottomTopicChapter/BottomTopicChapter.js.map +1 -0
- package/dist/components/Atoms/Button/Button.d.ts +8 -0
- package/dist/components/Atoms/Button/Button.js +13 -0
- package/dist/components/Atoms/Button/Button.js.map +1 -0
- package/dist/components/Atoms/Button/ButtonConstants.d.ts +44 -0
- package/dist/components/Atoms/Button/ButtonConstants.js +37 -0
- package/dist/components/Atoms/Button/ButtonConstants.js.map +1 -0
- package/dist/components/Atoms/Button/Buttons.d.ts +44 -0
- package/dist/components/Atoms/Button/Buttons.js +33 -0
- package/dist/components/Atoms/Button/Buttons.js.map +1 -0
- package/dist/components/Atoms/Checkbox/Checkbox.d.ts +7 -0
- package/dist/components/Atoms/Checkbox/Checkbox.js +9 -0
- package/dist/components/Atoms/Checkbox/Checkbox.js.map +1 -0
- package/dist/components/Atoms/CustmBtn/CustmBtn.d.ts +11 -0
- package/dist/components/Atoms/CustmBtn/CustmBtn.js +25 -0
- package/dist/components/Atoms/CustmBtn/CustmBtn.js.map +1 -0
- package/dist/components/Atoms/CustmBtn/GradientButton.style.d.ts +59 -0
- package/dist/components/Atoms/CustmBtn/GradientButton.style.js +68 -0
- package/dist/components/Atoms/CustmBtn/GradientButton.style.js.map +1 -0
- package/dist/components/Atoms/CustomButton/ButtonTheme.d.ts +2 -0
- package/dist/components/Atoms/CustomButton/ButtonTheme.js +62 -0
- package/dist/components/Atoms/CustomButton/ButtonTheme.js.map +1 -0
- package/dist/components/Atoms/CustomButton/CustomButton.d.ts +3 -0
- package/dist/components/Atoms/CustomButton/CustomButton.js +16 -0
- package/dist/components/Atoms/CustomButton/CustomButton.js.map +1 -0
- package/dist/components/Atoms/Dropdown/Dropdown.d.ts +3 -0
- package/dist/components/Atoms/Dropdown/Dropdown.js +44 -0
- package/dist/components/Atoms/Dropdown/Dropdown.js.map +1 -0
- package/dist/components/Atoms/ExtractedDiagramView/ExtractedDiagramView.d.ts +3 -0
- package/dist/components/Atoms/ExtractedDiagramView/ExtractedDiagramView.js +134 -0
- package/dist/components/Atoms/ExtractedDiagramView/ExtractedDiagramView.js.map +1 -0
- package/dist/components/Atoms/GlobalButton/ButtonUtils.d.ts +176 -0
- package/dist/components/Atoms/GlobalButton/ButtonUtils.js +283 -0
- package/dist/components/Atoms/GlobalButton/ButtonUtils.js.map +1 -0
- package/dist/components/Atoms/GlobalButton/GlobalButton.d.ts +14 -0
- package/dist/components/Atoms/GlobalButton/GlobalButton.js +215 -0
- package/dist/components/Atoms/GlobalButton/GlobalButton.js.map +1 -0
- package/dist/components/Atoms/GlobalButtonV2/GlobalButtonV2.d.ts +17 -0
- package/dist/components/Atoms/GlobalButtonV2/GlobalButtonV2.js +25 -0
- package/dist/components/Atoms/GlobalButtonV2/GlobalButtonV2.js.map +1 -0
- package/dist/components/Atoms/GlobalButtonV2/GlobalButtonV2.styles.d.ts +118 -0
- package/dist/components/Atoms/GlobalButtonV2/GlobalButtonV2.styles.js +127 -0
- package/dist/components/Atoms/GlobalButtonV2/GlobalButtonV2.styles.js.map +1 -0
- package/dist/components/Atoms/GlobalButtonV2/getButtonStyles.d.ts +15 -0
- package/dist/components/Atoms/GlobalButtonV2/getButtonStyles.js +42 -0
- package/dist/components/Atoms/GlobalButtonV2/getButtonStyles.js.map +1 -0
- package/dist/components/Atoms/Input/Input.d.ts +6 -0
- package/dist/components/Atoms/Input/Input.js +9 -0
- package/dist/components/Atoms/Input/Input.js.map +1 -0
- package/dist/components/Atoms/LatexRenderView/LatexRenderView.d.ts +2 -0
- package/dist/components/Atoms/LatexRenderView/LatexRenderView.js +10 -0
- package/dist/components/Atoms/LatexRenderView/LatexRenderView.js.map +1 -0
- package/dist/components/Atoms/MenuNavbar/MenuNavbar.d.ts +3 -0
- package/dist/components/Atoms/MenuNavbar/MenuNavbar.js +13 -0
- package/dist/components/Atoms/MenuNavbar/MenuNavbar.js.map +1 -0
- package/dist/components/Atoms/Modal/Modal.d.ts +11 -0
- package/dist/components/Atoms/Modal/Modal.js +9 -0
- package/dist/components/Atoms/Modal/Modal.js.map +1 -0
- package/dist/components/Atoms/Pagination/Pagination.d.ts +3 -0
- package/dist/components/Atoms/Pagination/Pagination.js +86 -0
- package/dist/components/Atoms/Pagination/Pagination.js.map +1 -0
- package/dist/components/Atoms/Pagination/TablePagination.d.ts +3 -0
- package/dist/components/Atoms/Pagination/TablePagination.js +21 -0
- package/dist/components/Atoms/Pagination/TablePagination.js.map +1 -0
- package/dist/components/Atoms/PrivacyTouchPoint/PrivacyTouchPoint.d.ts +2 -0
- package/dist/components/Atoms/PrivacyTouchPoint/PrivacyTouchPoint.js +76 -0
- package/dist/components/Atoms/PrivacyTouchPoint/PrivacyTouchPoint.js.map +1 -0
- package/dist/components/Atoms/PrivacyTouchPoint/PrivacyTouchPoint.stories.d.ts +41 -0
- package/dist/components/Atoms/PrivacyTouchPoint/PrivacyTouchPoint.stories.js +77 -0
- package/dist/components/Atoms/PrivacyTouchPoint/PrivacyTouchPoint.stories.js.map +1 -0
- package/dist/components/Atoms/Radio/Radio.d.ts +7 -0
- package/dist/components/Atoms/Radio/Radio.js +27 -0
- package/dist/components/Atoms/Radio/Radio.js.map +1 -0
- package/dist/components/Atoms/Select/Select.d.ts +8 -0
- package/dist/components/Atoms/Select/Select.js +9 -0
- package/dist/components/Atoms/Select/Select.js.map +1 -0
- package/dist/components/Atoms/Spinner/Spinner.d.ts +7 -0
- package/dist/components/Atoms/Spinner/Spinner.js +9 -0
- package/dist/components/Atoms/Spinner/Spinner.js.map +1 -0
- package/dist/components/Atoms/SummaryLine.d.ts +3 -0
- package/dist/components/Atoms/SummaryLine.js +19 -0
- package/dist/components/Atoms/SummaryLine.js.map +1 -0
- package/dist/components/Atoms/Switch/Switch.d.ts +7 -0
- package/dist/components/Atoms/Switch/Switch.js +26 -0
- package/dist/components/Atoms/Switch/Switch.js.map +1 -0
- package/dist/components/Atoms/TextArea/TextArea.d.ts +6 -0
- package/dist/components/Atoms/TextArea/TextArea.js +9 -0
- package/dist/components/Atoms/TextArea/TextArea.js.map +1 -0
- package/dist/components/Atoms/Toast/Toast.d.ts +6 -0
- package/dist/components/Atoms/Toast/Toast.js +23 -0
- package/dist/components/Atoms/Toast/Toast.js.map +1 -0
- package/dist/components/Atoms/TranscriptionImagePreview/ImageAnnotation.d.ts +3 -0
- package/dist/components/Atoms/TranscriptionImagePreview/ImageAnnotation.js +259 -0
- package/dist/components/Atoms/TranscriptionImagePreview/ImageAnnotation.js.map +1 -0
- package/dist/components/Atoms/TranscriptionImagePreview/ImageTranscriptionStyles.d.ts +1 -0
- package/dist/components/Atoms/TranscriptionImagePreview/ImageTranscriptionStyles.js +191 -0
- package/dist/components/Atoms/TranscriptionImagePreview/ImageTranscriptionStyles.js.map +1 -0
- package/dist/components/Atoms/TranscriptionImagePreview/TranscriptionImagePreview.d.ts +2 -0
- package/dist/components/Atoms/TranscriptionImagePreview/TranscriptionImagePreview.js +39 -0
- package/dist/components/Atoms/TranscriptionImagePreview/TranscriptionImagePreview.js.map +1 -0
- package/dist/components/Atoms/Typography/Typography.d.ts +7 -0
- package/dist/components/Atoms/Typography/Typography.js +16 -0
- package/dist/components/Atoms/Typography/Typography.js.map +1 -0
- package/dist/components/Atoms/Typography/TypographyConstants.d.ts +53 -0
- package/dist/components/Atoms/Typography/TypographyConstants.js +38 -0
- package/dist/components/Atoms/Typography/TypographyConstants.js.map +1 -0
- package/dist/components/Atoms/imageModal.d.ts +3 -0
- package/dist/components/Atoms/imageModal.js +40 -0
- package/dist/components/Atoms/imageModal.js.map +1 -0
- package/dist/components/Atoms/useCustomToast.d.ts +6 -0
- package/dist/components/Atoms/useCustomToast.js +19 -0
- package/dist/components/Atoms/useCustomToast.js.map +1 -0
- package/dist/components/Molecules/AccordianPay4/Accordian.d.ts +4 -0
- package/dist/components/Molecules/AccordianPay4/Accordian.js +57 -0
- package/dist/components/Molecules/AccordianPay4/Accordian.js.map +1 -0
- package/dist/components/Molecules/AccordianPay4/Accordian.styles.d.ts +117 -0
- package/dist/components/Molecules/AccordianPay4/Accordian.styles.js +112 -0
- package/dist/components/Molecules/AccordianPay4/Accordian.styles.js.map +1 -0
- package/dist/components/Molecules/ActivityBanner/ActivityBanner.d.ts +2 -0
- package/dist/components/Molecules/ActivityBanner/ActivityBanner.js +155 -0
- package/dist/components/Molecules/ActivityBanner/ActivityBanner.js.map +1 -0
- package/dist/components/Molecules/ActivityBanner/activityBannerStyles.d.ts +75 -0
- package/dist/components/Molecules/ActivityBanner/activityBannerStyles.js +79 -0
- package/dist/components/Molecules/ActivityBanner/activityBannerStyles.js.map +1 -0
- package/dist/components/Molecules/AddPostCard/AddPostCard.d.ts +3 -0
- package/dist/components/Molecules/AddPostCard/AddPostCard.js +52 -0
- package/dist/components/Molecules/AddPostCard/AddPostCard.js.map +1 -0
- package/dist/components/Molecules/AddPostCard/addPostStyles.d.ts +86 -0
- package/dist/components/Molecules/AddPostCard/addPostStyles.js +90 -0
- package/dist/components/Molecules/AddPostCard/addPostStyles.js.map +1 -0
- package/dist/components/Molecules/BottomNav/BottomNav.d.ts +3 -0
- package/dist/components/Molecules/BottomNav/BottomNav.js +24 -0
- package/dist/components/Molecules/BottomNav/BottomNav.js.map +1 -0
- package/dist/components/Molecules/BottomNav/BottomNavStyles.d.ts +52 -0
- package/dist/components/Molecules/BottomNav/BottomNavStyles.js +58 -0
- package/dist/components/Molecules/BottomNav/BottomNavStyles.js.map +1 -0
- package/dist/components/Molecules/DashPlayer/DashPlayer.d.ts +3 -0
- package/dist/components/Molecules/DashPlayer/DashPlayer.js +141 -0
- package/dist/components/Molecules/DashPlayer/DashPlayer.js.map +1 -0
- package/dist/components/Molecules/DashPlayer/ShakaPlayer.d.ts +3 -0
- package/dist/components/Molecules/DashPlayer/ShakaPlayer.js +700 -0
- package/dist/components/Molecules/DashPlayer/ShakaPlayer.js.map +1 -0
- package/dist/components/Molecules/Descriptive/DescriptiveLabel.d.ts +8 -0
- package/dist/components/Molecules/Descriptive/DescriptiveLabel.js +50 -0
- package/dist/components/Molecules/Descriptive/DescriptiveLabel.js.map +1 -0
- package/dist/components/Molecules/Descriptive/descriptiveStyles.d.ts +68 -0
- package/dist/components/Molecules/Descriptive/descriptiveStyles.js +53 -0
- package/dist/components/Molecules/Descriptive/descriptiveStyles.js.map +1 -0
- package/dist/components/Molecules/DescriptiveAnswer/DescriptiveAnswerV1.d.ts +3 -0
- package/dist/components/Molecules/DescriptiveAnswer/DescriptiveAnswerV1.js +192 -0
- package/dist/components/Molecules/DescriptiveAnswer/DescriptiveAnswerV1.js.map +1 -0
- package/dist/components/Molecules/ExperientialComponents/NewActivityBanner.d.ts +20 -0
- package/dist/components/Molecules/ExperientialComponents/NewActivityBanner.js +78 -0
- package/dist/components/Molecules/ExperientialComponents/NewActivityBanner.js.map +1 -0
- package/dist/components/Molecules/ExperientialComponents/NewActivityCard.d.ts +26 -0
- package/dist/components/Molecules/ExperientialComponents/NewActivityCard.js +72 -0
- package/dist/components/Molecules/ExperientialComponents/NewActivityCard.js.map +1 -0
- package/dist/components/Molecules/ExperientialComponents/NewAddPostCard.d.ts +12 -0
- package/dist/components/Molecules/ExperientialComponents/NewAddPostCard.js +74 -0
- package/dist/components/Molecules/ExperientialComponents/NewAddPostCard.js.map +1 -0
- package/dist/components/Molecules/ExperientialComponents/NewPostCard.d.ts +28 -0
- package/dist/components/Molecules/ExperientialComponents/NewPostCard.js +89 -0
- package/dist/components/Molecules/ExperientialComponents/NewPostCard.js.map +1 -0
- package/dist/components/Molecules/ExperientialComponents/NewPostInfo.d.ts +33 -0
- package/dist/components/Molecules/ExperientialComponents/NewPostInfo.js +240 -0
- package/dist/components/Molecules/ExperientialComponents/NewPostInfo.js.map +1 -0
- package/dist/components/Molecules/ExperientialComponents/NewPostInfoStyles.d.ts +498 -0
- package/dist/components/Molecules/ExperientialComponents/NewPostInfoStyles.js +477 -0
- package/dist/components/Molecules/ExperientialComponents/NewPostInfoStyles.js.map +1 -0
- package/dist/components/Molecules/ExperientialComponents/NewPostList.d.ts +54 -0
- package/dist/components/Molecules/ExperientialComponents/NewPostList.js +79 -0
- package/dist/components/Molecules/ExperientialComponents/NewPostList.js.map +1 -0
- package/dist/components/Molecules/ExperientialComponents/newActivityBannerStyles.d.ts +113 -0
- package/dist/components/Molecules/ExperientialComponents/newActivityBannerStyles.js +117 -0
- package/dist/components/Molecules/ExperientialComponents/newActivityBannerStyles.js.map +1 -0
- package/dist/components/Molecules/ExperientialComponents/newActivityCardStyles.d.ts +86 -0
- package/dist/components/Molecules/ExperientialComponents/newActivityCardStyles.js +91 -0
- package/dist/components/Molecules/ExperientialComponents/newActivityCardStyles.js.map +1 -0
- package/dist/components/Molecules/ExperientialComponents/newAddPostCardStyles.d.ts +107 -0
- package/dist/components/Molecules/ExperientialComponents/newAddPostCardStyles.js +110 -0
- package/dist/components/Molecules/ExperientialComponents/newAddPostCardStyles.js.map +1 -0
- package/dist/components/Molecules/ExperientialComponents/newPostCardStyles.d.ts +197 -0
- package/dist/components/Molecules/ExperientialComponents/newPostCardStyles.js +201 -0
- package/dist/components/Molecules/ExperientialComponents/newPostCardStyles.js.map +1 -0
- package/dist/components/Molecules/FactualCard/FactualCard.d.ts +51 -0
- package/dist/components/Molecules/FactualCard/FactualCard.js +207 -0
- package/dist/components/Molecules/FactualCard/FactualCard.js.map +1 -0
- package/dist/components/Molecules/FactualCard/FactualCard.style.d.ts +86 -0
- package/dist/components/Molecules/FactualCard/FactualCard.style.js +89 -0
- package/dist/components/Molecules/FactualCard/FactualCard.style.js.map +1 -0
- package/dist/components/Molecules/FloatingButton/FloatingButton.d.ts +10 -0
- package/dist/components/Molecules/FloatingButton/FloatingButton.js +16 -0
- package/dist/components/Molecules/FloatingButton/FloatingButton.js.map +1 -0
- package/dist/components/Molecules/FloatingButton/FloatingButton.styles.d.ts +34 -0
- package/dist/components/Molecules/FloatingButton/FloatingButton.styles.js +140 -0
- package/dist/components/Molecules/FloatingButton/FloatingButton.styles.js.map +1 -0
- package/dist/components/Molecules/HighChart/HighChart.d.ts +3 -0
- package/dist/components/Molecules/HighChart/HighChart.js +30 -0
- package/dist/components/Molecules/HighChart/HighChart.js.map +1 -0
- package/dist/components/Molecules/HighChart/HighChartPie.d.ts +3 -0
- package/dist/components/Molecules/HighChart/HighChartPie.js +99 -0
- package/dist/components/Molecules/HighChart/HighChartPie.js.map +1 -0
- package/dist/components/Molecules/ImageView/ImageModal.d.ts +3 -0
- package/dist/components/Molecules/ImageView/ImageModal.js +17 -0
- package/dist/components/Molecules/ImageView/ImageModal.js.map +1 -0
- package/dist/components/Molecules/InvalidSession/InvalidSession.d.ts +7 -0
- package/dist/components/Molecules/InvalidSession/InvalidSession.js +16 -0
- package/dist/components/Molecules/InvalidSession/InvalidSession.js.map +1 -0
- package/dist/components/Molecules/InvalidSession/InvalidSession.styles.d.ts +14 -0
- package/dist/components/Molecules/InvalidSession/InvalidSession.styles.js +75 -0
- package/dist/components/Molecules/InvalidSession/InvalidSession.styles.js.map +1 -0
- package/dist/components/Molecules/LatexRender/DefaultRender.d.ts +4 -0
- package/dist/components/Molecules/LatexRender/DefaultRender.js +13 -0
- package/dist/components/Molecules/LatexRender/DefaultRender.js.map +1 -0
- package/dist/components/Molecules/LatexRender/LatexRender.d.ts +3 -0
- package/dist/components/Molecules/LatexRender/LatexRender.js +14 -0
- package/dist/components/Molecules/LatexRender/LatexRender.js.map +1 -0
- package/dist/components/Molecules/LatexRender/MarkdownRender.d.ts +4 -0
- package/dist/components/Molecules/LatexRender/MarkdownRender.js +142 -0
- package/dist/components/Molecules/LatexRender/MarkdownRender.js.map +1 -0
- package/dist/components/Molecules/MediaModal/MediaModal.d.ts +17 -0
- package/dist/components/Molecules/MediaModal/MediaModal.js +210 -0
- package/dist/components/Molecules/MediaModal/MediaModal.js.map +1 -0
- package/dist/components/Molecules/MediaModal/MediaModal.style.d.ts +8 -0
- package/dist/components/Molecules/MediaModal/MediaModal.style.js +12 -0
- package/dist/components/Molecules/MediaModal/MediaModal.style.js.map +1 -0
- package/dist/components/Molecules/Pay4Use/ExecutionModal.d.ts +19 -0
- package/dist/components/Molecules/Pay4Use/ExecutionModal.js +52 -0
- package/dist/components/Molecules/Pay4Use/ExecutionModal.js.map +1 -0
- package/dist/components/Molecules/Pay4Use/ExecutionModalStyles.d.ts +344 -0
- package/dist/components/Molecules/Pay4Use/ExecutionModalStyles.js +351 -0
- package/dist/components/Molecules/Pay4Use/ExecutionModalStyles.js.map +1 -0
- package/dist/components/Molecules/Pay4Use/PayToUsePrompt.d.ts +3 -0
- package/dist/components/Molecules/Pay4Use/PayToUsePrompt.js +15 -0
- package/dist/components/Molecules/Pay4Use/PayToUsePrompt.js.map +1 -0
- package/dist/components/Molecules/Pay4Use/PayToUsePromptStyles.d.ts +108 -0
- package/dist/components/Molecules/Pay4Use/PayToUsePromptStyles.js +82 -0
- package/dist/components/Molecules/Pay4Use/PayToUsePromptStyles.js.map +1 -0
- package/dist/components/Molecules/PerformanceScreen/PreformanceResultScreen.d.ts +30 -0
- package/dist/components/Molecules/PerformanceScreen/PreformanceResultScreen.js +190 -0
- package/dist/components/Molecules/PerformanceScreen/PreformanceResultScreen.js.map +1 -0
- package/dist/components/Molecules/PerformanceScreen/QuizResult.styles.d.ts +31 -0
- package/dist/components/Molecules/PerformanceScreen/QuizResult.styles.js +170 -0
- package/dist/components/Molecules/PerformanceScreen/QuizResult.styles.js.map +1 -0
- package/dist/components/Molecules/PostCard/PostCard.d.ts +3 -0
- package/dist/components/Molecules/PostCard/PostCard.js +110 -0
- package/dist/components/Molecules/PostCard/PostCard.js.map +1 -0
- package/dist/components/Molecules/PostCard/PostImageGallary.d.ts +2 -0
- package/dist/components/Molecules/PostCard/PostImageGallary.js +68 -0
- package/dist/components/Molecules/PostCard/PostImageGallary.js.map +1 -0
- package/dist/components/Molecules/PostCard/postCardStyles.d.ts +152 -0
- package/dist/components/Molecules/PostCard/postCardStyles.js +156 -0
- package/dist/components/Molecules/PostCard/postCardStyles.js.map +1 -0
- package/dist/components/Molecules/RecapNode/ContentView.d.ts +2 -0
- package/dist/components/Molecules/RecapNode/ContentView.js +43 -0
- package/dist/components/Molecules/RecapNode/ContentView.js.map +1 -0
- package/dist/components/Molecules/RecapNode/SectionView.d.ts +8 -0
- package/dist/components/Molecules/RecapNode/SectionView.js +151 -0
- package/dist/components/Molecules/RecapNode/SectionView.js.map +1 -0
- package/dist/components/Molecules/RecapNode/VideoView.d.ts +9 -0
- package/dist/components/Molecules/RecapNode/VideoView.js +56 -0
- package/dist/components/Molecules/RecapNode/VideoView.js.map +1 -0
- package/dist/components/Molecules/RequestSent/RequestSent.d.ts +9 -0
- package/dist/components/Molecules/RequestSent/RequestSent.js +17 -0
- package/dist/components/Molecules/RequestSent/RequestSent.js.map +1 -0
- package/dist/components/Molecules/RequestSent/RequestSent.styles.d.ts +2 -0
- package/dist/components/Molecules/RequestSent/RequestSent.styles.js +176 -0
- package/dist/components/Molecules/RequestSent/RequestSent.styles.js.map +1 -0
- package/dist/components/Molecules/RevisionCompleteCard/RevisionCompleteCard.d.ts +17 -0
- package/dist/components/Molecules/RevisionCompleteCard/RevisionCompleteCard.js +40 -0
- package/dist/components/Molecules/RevisionCompleteCard/RevisionCompleteCard.js.map +1 -0
- package/dist/components/Molecules/RevisionCompleteCard/RevisionCompleteCard.styles.d.ts +40 -0
- package/dist/components/Molecules/RevisionCompleteCard/RevisionCompleteCard.styles.js +187 -0
- package/dist/components/Molecules/RevisionCompleteCard/RevisionCompleteCard.styles.js.map +1 -0
- package/dist/components/Molecules/RevisionIntroCard/RevisionCard.styles.d.ts +10 -0
- package/dist/components/Molecules/RevisionIntroCard/RevisionCard.styles.js +134 -0
- package/dist/components/Molecules/RevisionIntroCard/RevisionCard.styles.js.map +1 -0
- package/dist/components/Molecules/RevisionIntroCard/RevisionIntro.d.ts +12 -0
- package/dist/components/Molecules/RevisionIntroCard/RevisionIntro.js +40 -0
- package/dist/components/Molecules/RevisionIntroCard/RevisionIntro.js.map +1 -0
- package/dist/components/Molecules/SLI/SLIChart.d.ts +4 -0
- package/dist/components/Molecules/SLI/SLIChart.js +130 -0
- package/dist/components/Molecules/SLI/SLIChart.js.map +1 -0
- package/dist/components/Molecules/SLI/data.d.ts +14 -0
- package/dist/components/Molecules/SLI/data.js +236 -0
- package/dist/components/Molecules/SLI/data.js.map +1 -0
- package/dist/components/Molecules/SLI/sliUtils.d.ts +246 -0
- package/dist/components/Molecules/SLI/sliUtils.js +208 -0
- package/dist/components/Molecules/SLI/sliUtils.js.map +1 -0
- package/dist/components/Molecules/SmartLearn/SmartLearn.d.ts +4 -0
- package/dist/components/Molecules/SmartLearn/SmartLearn.js +54 -0
- package/dist/components/Molecules/SmartLearn/SmartLearn.js.map +1 -0
- package/dist/components/Molecules/SmartLearn/SmartLearn.styles.d.ts +385 -0
- package/dist/components/Molecules/SmartLearn/SmartLearn.styles.js +391 -0
- package/dist/components/Molecules/SmartLearn/SmartLearn.styles.js.map +1 -0
- package/dist/components/Molecules/SmartLearn/types.d.ts +33 -0
- package/dist/components/Molecules/SmartLearn/types.js +3 -0
- package/dist/components/Molecules/SmartLearn/types.js.map +1 -0
- package/dist/components/Molecules/SortMenu/SortMenu.d.ts +3 -0
- package/dist/components/Molecules/SortMenu/SortMenu.js +68 -0
- package/dist/components/Molecules/SortMenu/SortMenu.js.map +1 -0
- package/dist/components/Molecules/SortMenu/sortMenuStyles.d.ts +32 -0
- package/dist/components/Molecules/SortMenu/sortMenuStyles.js +36 -0
- package/dist/components/Molecules/SortMenu/sortMenuStyles.js.map +1 -0
- package/dist/components/Molecules/StaticscreensLearnmore/Staticback.d.ts +20 -0
- package/dist/components/Molecules/StaticscreensLearnmore/Staticback.js +24 -0
- package/dist/components/Molecules/StaticscreensLearnmore/Staticback.js.map +1 -0
- package/dist/components/Molecules/StaticscreensLearnmore/Staticback.styles.d.ts +238 -0
- package/dist/components/Molecules/StaticscreensLearnmore/Staticback.styles.js +242 -0
- package/dist/components/Molecules/StaticscreensLearnmore/Staticback.styles.js.map +1 -0
- package/dist/components/Molecules/TableCustomizer/CellEditor.d.ts +13 -0
- package/dist/components/Molecules/TableCustomizer/CellEditor.js +60 -0
- package/dist/components/Molecules/TableCustomizer/CellEditor.js.map +1 -0
- package/dist/components/Molecules/TableCustomizer/HTMLImporter.d.ts +5 -0
- package/dist/components/Molecules/TableCustomizer/HTMLImporter.js +69 -0
- package/dist/components/Molecules/TableCustomizer/HTMLImporter.js.map +1 -0
- package/dist/components/Molecules/TableCustomizer/MarkdownImporter.d.ts +5 -0
- package/dist/components/Molecules/TableCustomizer/MarkdownImporter.js +84 -0
- package/dist/components/Molecules/TableCustomizer/MarkdownImporter.js.map +1 -0
- package/dist/components/Molecules/TableCustomizer/TableHeader.d.ts +12 -0
- package/dist/components/Molecules/TableCustomizer/TableHeader.js +15 -0
- package/dist/components/Molecules/TableCustomizer/TableHeader.js.map +1 -0
- package/dist/components/Molecules/TableCustomizer/TablePreview.d.ts +9 -0
- package/dist/components/Molecules/TableCustomizer/TablePreview.js +160 -0
- package/dist/components/Molecules/TableCustomizer/TablePreview.js.map +1 -0
- package/dist/components/Molecules/TableCustomizer/TableStructureControls.d.ts +6 -0
- package/dist/components/Molecules/TableCustomizer/TableStructureControls.js +26 -0
- package/dist/components/Molecules/TableCustomizer/TableStructureControls.js.map +1 -0
- package/dist/components/Molecules/TableCustomizer/hooks/useTableGenerator.d.ts +8 -0
- package/dist/components/Molecules/TableCustomizer/hooks/useTableGenerator.js +466 -0
- package/dist/components/Molecules/TableCustomizer/hooks/useTableGenerator.js.map +1 -0
- package/dist/components/Molecules/TableCustomizer/hooks/useTableState.d.ts +27 -0
- package/dist/components/Molecules/TableCustomizer/hooks/useTableState.js +379 -0
- package/dist/components/Molecules/TableCustomizer/hooks/useTableState.js.map +1 -0
- package/dist/components/Molecules/TableCustomizer/index.d.ts +3 -0
- package/dist/components/Molecules/TableCustomizer/index.js +103 -0
- package/dist/components/Molecules/TableCustomizer/index.js.map +1 -0
- package/dist/components/Molecules/TableCustomizer/utils/htmlTableParser.d.ts +9 -0
- package/dist/components/Molecules/TableCustomizer/utils/htmlTableParser.js +308 -0
- package/dist/components/Molecules/TableCustomizer/utils/htmlTableParser.js.map +1 -0
- package/dist/components/Molecules/TableCustomizer/utils/markdownTableParser.d.ts +9 -0
- package/dist/components/Molecules/TableCustomizer/utils/markdownTableParser.js +42 -0
- package/dist/components/Molecules/TableCustomizer/utils/markdownTableParser.js.map +1 -0
- package/dist/components/Molecules/TermsAndPrivacy/PrivacyPolicy.d.ts +3 -0
- package/dist/components/Molecules/TermsAndPrivacy/PrivacyPolicy.js +85 -0
- package/dist/components/Molecules/TermsAndPrivacy/PrivacyPolicy.js.map +1 -0
- package/dist/components/Molecules/TermsAndPrivacy/TermsAndConditions.d.ts +3 -0
- package/dist/components/Molecules/TermsAndPrivacy/TermsAndConditions.js +83 -0
- package/dist/components/Molecules/TermsAndPrivacy/TermsAndConditions.js.map +1 -0
- package/dist/components/Molecules/TermsAndPrivacy/components/ContactCard.d.ts +8 -0
- package/dist/components/Molecules/TermsAndPrivacy/components/ContactCard.js +18 -0
- package/dist/components/Molecules/TermsAndPrivacy/components/ContactCard.js.map +1 -0
- package/dist/components/Molecules/TermsAndPrivacy/components/NestedList.d.ts +8 -0
- package/dist/components/Molecules/TermsAndPrivacy/components/NestedList.js +18 -0
- package/dist/components/Molecules/TermsAndPrivacy/components/NestedList.js.map +1 -0
- package/dist/components/Molecules/TermsAndPrivacy/helpers/ParentHelper.d.ts +40 -0
- package/dist/components/Molecules/TermsAndPrivacy/helpers/ParentHelper.js +569 -0
- package/dist/components/Molecules/TermsAndPrivacy/helpers/ParentHelper.js.map +1 -0
- package/dist/components/Molecules/TermsAndPrivacy/helpers/RefundAndCancellationHelper.d.ts +12 -0
- package/dist/components/Molecules/TermsAndPrivacy/helpers/RefundAndCancellationHelper.js +111 -0
- package/dist/components/Molecules/TermsAndPrivacy/helpers/RefundAndCancellationHelper.js.map +1 -0
- package/dist/components/Molecules/TermsAndPrivacy/helpers/SchoolHelper.d.ts +31 -0
- package/dist/components/Molecules/TermsAndPrivacy/helpers/SchoolHelper.js +615 -0
- package/dist/components/Molecules/TermsAndPrivacy/helpers/SchoolHelper.js.map +1 -0
- package/dist/components/Molecules/TermsAndPrivacy/helpers/StudentHelper.d.ts +44 -0
- package/dist/components/Molecules/TermsAndPrivacy/helpers/StudentHelper.js +472 -0
- package/dist/components/Molecules/TermsAndPrivacy/helpers/StudentHelper.js.map +1 -0
- package/dist/components/Molecules/TermsAndPrivacy/helpers/TeacherHelper.d.ts +40 -0
- package/dist/components/Molecules/TermsAndPrivacy/helpers/TeacherHelper.js +537 -0
- package/dist/components/Molecules/TermsAndPrivacy/helpers/TeacherHelper.js.map +1 -0
- package/dist/components/Molecules/TimerClock/TimerClock.d.ts +11 -0
- package/dist/components/Molecules/TimerClock/TimerClock.js +127 -0
- package/dist/components/Molecules/TimerClock/TimerClock.js.map +1 -0
- package/dist/components/Molecules/Tutor/Assistant/Assistant.d.ts +3 -0
- package/dist/components/Molecules/Tutor/Assistant/Assistant.js +359 -0
- package/dist/components/Molecules/Tutor/Assistant/Assistant.js.map +1 -0
- package/dist/components/Molecules/Tutor/Assistant/Assistant.styles.d.ts +617 -0
- package/dist/components/Molecules/Tutor/Assistant/Assistant.styles.js +607 -0
- package/dist/components/Molecules/Tutor/Assistant/Assistant.styles.js.map +1 -0
- package/dist/components/Molecules/Tutor/Assistant/AssistantV2.d.ts +14 -0
- package/dist/components/Molecules/Tutor/Assistant/AssistantV2.js +53 -0
- package/dist/components/Molecules/Tutor/Assistant/AssistantV2.js.map +1 -0
- package/dist/components/Molecules/Tutor/Assistant/AssistantV2.styles.d.ts +115 -0
- package/dist/components/Molecules/Tutor/Assistant/AssistantV2.styles.js +118 -0
- package/dist/components/Molecules/Tutor/Assistant/AssistantV2.styles.js.map +1 -0
- package/dist/components/Molecules/Tutor/Assistant/TutorAssistant.d.ts +3 -0
- package/dist/components/Molecules/Tutor/Assistant/TutorAssistant.js +79 -0
- package/dist/components/Molecules/Tutor/Assistant/TutorAssistant.js.map +1 -0
- package/dist/components/Molecules/Tutor/BubbleLoader.d.ts +2 -0
- package/dist/components/Molecules/Tutor/BubbleLoader.js +21 -0
- package/dist/components/Molecules/Tutor/BubbleLoader.js.map +1 -0
- package/dist/components/Molecules/Tutor/TutorSummary/TutorSummary.d.ts +2 -0
- package/dist/components/Molecules/Tutor/TutorSummary/TutorSummary.js +107 -0
- package/dist/components/Molecules/Tutor/TutorSummary/TutorSummary.js.map +1 -0
- package/dist/components/Molecules/Tutor/User/User.d.ts +2 -0
- package/dist/components/Molecules/Tutor/User/User.js +83 -0
- package/dist/components/Molecules/Tutor/User/User.js.map +1 -0
- package/dist/components/Molecules/VideoView/VideoModal.d.ts +20 -0
- package/dist/components/Molecules/VideoView/VideoModal.js +404 -0
- package/dist/components/Molecules/VideoView/VideoModal.js.map +1 -0
- package/dist/components/Molecules/WallBanner/WallBanner.d.ts +3 -0
- package/dist/components/Molecules/WallBanner/WallBanner.js +25 -0
- package/dist/components/Molecules/WallBanner/WallBanner.js.map +1 -0
- package/dist/components/Molecules/WallBanner/wallBannerStyles.d.ts +1 -0
- package/dist/components/Molecules/WallBanner/wallBannerStyles.js +65 -0
- package/dist/components/Molecules/WallBanner/wallBannerStyles.js.map +1 -0
- package/dist/components/Molecules/WallCard/WallCard.d.ts +2 -0
- package/dist/components/Molecules/WallCard/WallCard.js +53 -0
- package/dist/components/Molecules/WallCard/WallCard.js.map +1 -0
- package/dist/components/Molecules/comprehension/ComprehensionLayout.d.ts +40 -0
- package/dist/components/Molecules/comprehension/ComprehensionLayout.js +112 -0
- package/dist/components/Molecules/comprehension/ComprehensionLayout.js.map +1 -0
- package/dist/components/Molecules/comprehension/ComprehensionStyles.d.ts +21 -0
- package/dist/components/Molecules/comprehension/ComprehensionStyles.js +26 -0
- package/dist/components/Molecules/comprehension/ComprehensionStyles.js.map +1 -0
- package/dist/components/Molecules/comprehension/SubQuestionLayout.d.ts +48 -0
- package/dist/components/Molecules/comprehension/SubQuestionLayout.js +96 -0
- package/dist/components/Molecules/comprehension/SubQuestionLayout.js.map +1 -0
- package/dist/components/Molecules/optionLayouts/fibtemp.d.ts +3 -0
- package/dist/components/Molecules/optionLayouts/fibtemp.js +58 -0
- package/dist/components/Molecules/optionLayouts/fibtemp.js.map +1 -0
- package/dist/components/Molecules/optionLayouts/mcqtemp.d.ts +3 -0
- package/dist/components/Molecules/optionLayouts/mcqtemp.js +158 -0
- package/dist/components/Molecules/optionLayouts/mcqtemp.js.map +1 -0
- package/dist/components/Molecules/optionLayouts/scqStudent.d.ts +3 -0
- package/dist/components/Molecules/optionLayouts/scqStudent.js +323 -0
- package/dist/components/Molecules/optionLayouts/scqStudent.js.map +1 -0
- package/dist/components/Molecules/optionLayouts/scqtemp.d.ts +3 -0
- package/dist/components/Molecules/optionLayouts/scqtemp.js +393 -0
- package/dist/components/Molecules/optionLayouts/scqtemp.js.map +1 -0
- package/dist/components/Molecules/questionLayouts/AnswerLayouts.d.ts +1 -0
- package/dist/components/Molecules/questionLayouts/AnswerLayouts.js +37 -0
- package/dist/components/Molecules/questionLayouts/AnswerLayouts.js.map +1 -0
- package/dist/components/Molecules/questionLayouts/QuestionsLayout.d.ts +1 -0
- package/dist/components/Molecules/questionLayouts/QuestionsLayout.js +212 -0
- package/dist/components/Molecules/questionLayouts/QuestionsLayout.js.map +1 -0
- package/dist/components/Organisms/ActivityList/ActivityList.d.ts +3 -0
- package/dist/components/Organisms/ActivityList/ActivityList.js +22 -0
- package/dist/components/Organisms/ActivityList/ActivityList.js.map +1 -0
- package/dist/components/Organisms/ChatView/ChatView.d.ts +2 -0
- package/dist/components/Organisms/ChatView/ChatView.js +46 -0
- package/dist/components/Organisms/ChatView/ChatView.js.map +1 -0
- package/dist/components/Organisms/FlashCardNode/FlashCardNode.d.ts +3 -0
- package/dist/components/Organisms/FlashCardNode/FlashCardNode.js +106 -0
- package/dist/components/Organisms/FlashCardNode/FlashCardNode.js.map +1 -0
- package/dist/components/Organisms/FlashCardNode/FlashcardContainer.d.ts +31 -0
- package/dist/components/Organisms/FlashCardNode/FlashcardContainer.js +60 -0
- package/dist/components/Organisms/FlashCardNode/FlashcardContainer.js.map +1 -0
- package/dist/components/Organisms/FlashCardNode/IconBar.d.ts +8 -0
- package/dist/components/Organisms/FlashCardNode/IconBar.js +22 -0
- package/dist/components/Organisms/FlashCardNode/IconBar.js.map +1 -0
- package/dist/components/Organisms/FlashCardNode/MobileAccordionView.d.ts +12 -0
- package/dist/components/Organisms/FlashCardNode/MobileAccordionView.js +34 -0
- package/dist/components/Organisms/FlashCardNode/MobileAccordionView.js.map +1 -0
- package/dist/components/Organisms/FlashCardNode/NodeHandles.d.ts +4 -0
- package/dist/components/Organisms/FlashCardNode/NodeHandles.js +22 -0
- package/dist/components/Organisms/FlashCardNode/NodeHandles.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/EditableDiv.d.ts +3 -0
- package/dist/components/Organisms/ISEditor-V2/EditableDiv.js +161 -0
- package/dist/components/Organisms/ISEditor-V2/EditableDiv.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/Editor.d.ts +3 -0
- package/dist/components/Organisms/ISEditor-V2/Editor.js +451 -0
- package/dist/components/Organisms/ISEditor-V2/Editor.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/EditorConstants.d.ts +13 -0
- package/dist/components/Organisms/ISEditor-V2/EditorConstants.js +369 -0
- package/dist/components/Organisms/ISEditor-V2/EditorConstants.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/EditorContext.d.ts +7 -0
- package/dist/components/Organisms/ISEditor-V2/EditorContext.js +33 -0
- package/dist/components/Organisms/ISEditor-V2/EditorContext.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/ISEditor.d.ts +3 -0
- package/dist/components/Organisms/ISEditor-V2/ISEditor.js +15 -0
- package/dist/components/Organisms/ISEditor-V2/ISEditor.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/LatexBlock.d.ts +3 -0
- package/dist/components/Organisms/ISEditor-V2/LatexBlock.js +19 -0
- package/dist/components/Organisms/ISEditor-V2/LatexBlock.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/LatexCopyModal.d.ts +7 -0
- package/dist/components/Organisms/ISEditor-V2/LatexCopyModal.js +59 -0
- package/dist/components/Organisms/ISEditor-V2/LatexCopyModal.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/LatexModal.d.ts +3 -0
- package/dist/components/Organisms/ISEditor-V2/LatexModal.js +80 -0
- package/dist/components/Organisms/ISEditor-V2/LatexModal.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/LatexView.d.ts +5 -0
- package/dist/components/Organisms/ISEditor-V2/LatexView.js +10 -0
- package/dist/components/Organisms/ISEditor-V2/LatexView.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/MathSymbolButton.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V2/MathSymbolButton.js +12 -0
- package/dist/components/Organisms/ISEditor-V2/MathSymbolButton.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/MathToolBar.d.ts +3 -0
- package/dist/components/Organisms/ISEditor-V2/MathToolBar.js +39 -0
- package/dist/components/Organisms/ISEditor-V2/MathToolBar.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/NewTableCustomisation.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V2/NewTableCustomisation.js +21 -0
- package/dist/components/Organisms/ISEditor-V2/NewTableCustomisation.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/RawMathModal.d.ts +6 -0
- package/dist/components/Organisms/ISEditor-V2/RawMathModal.js +17 -0
- package/dist/components/Organisms/ISEditor-V2/RawMathModal.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/RowColumnModal.d.ts +3 -0
- package/dist/components/Organisms/ISEditor-V2/RowColumnModal.js +16 -0
- package/dist/components/Organisms/ISEditor-V2/RowColumnModal.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockEight.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockEight.js +14 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockEight.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockEleven.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockEleven.js +194 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockEleven.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockFive.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockFive.js +16 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockFive.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockFour.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockFour.js +159 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockFour.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockNine.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockNine.js +14 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockNine.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockOne.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockOne.js +132 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockOne.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockSeven.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockSeven.js +14 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockSeven.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockSix.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockSix.js +16 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockSix.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockTen.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockTen.js +14 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockTen.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockThree.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockThree.js +188 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockThree.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockTwelve.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockTwelve.js +150 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockTwelve.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockTwo.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockTwo.js +13 -0
- package/dist/components/Organisms/ISEditor-V2/Symbols/MathFormulasBlockTwo.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/TableBlock.d.ts +12 -0
- package/dist/components/Organisms/ISEditor-V2/TableBlock.js +30 -0
- package/dist/components/Organisms/ISEditor-V2/TableBlock.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/TableModal.d.ts +4 -0
- package/dist/components/Organisms/ISEditor-V2/TableModal.js +796 -0
- package/dist/components/Organisms/ISEditor-V2/TableModal.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/ToolBar.d.ts +3 -0
- package/dist/components/Organisms/ISEditor-V2/ToolBar.js +26 -0
- package/dist/components/Organisms/ISEditor-V2/ToolBar.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/editor.types.d.ts +25 -0
- package/dist/components/Organisms/ISEditor-V2/editor.types.js +3 -0
- package/dist/components/Organisms/ISEditor-V2/editor.types.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/tableBlockStyles.d.ts +48 -0
- package/dist/components/Organisms/ISEditor-V2/tableBlockStyles.js +62 -0
- package/dist/components/Organisms/ISEditor-V2/tableBlockStyles.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V3/EditableDiv.d.ts +3 -0
- package/dist/components/Organisms/ISEditor-V3/EditableDiv.js +161 -0
- package/dist/components/Organisms/ISEditor-V3/EditableDiv.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V3/Editor.d.ts +3 -0
- package/dist/components/Organisms/ISEditor-V3/Editor.js +442 -0
- package/dist/components/Organisms/ISEditor-V3/Editor.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V3/EditorConstants.d.ts +13 -0
- package/dist/components/Organisms/ISEditor-V3/EditorConstants.js +369 -0
- package/dist/components/Organisms/ISEditor-V3/EditorConstants.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V3/EditorContext.d.ts +7 -0
- package/dist/components/Organisms/ISEditor-V3/EditorContext.js +33 -0
- package/dist/components/Organisms/ISEditor-V3/EditorContext.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V3/ISEditor.d.ts +3 -0
- package/dist/components/Organisms/ISEditor-V3/ISEditor.js +15 -0
- package/dist/components/Organisms/ISEditor-V3/ISEditor.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V3/LatexBlock.d.ts +3 -0
- package/dist/components/Organisms/ISEditor-V3/LatexBlock.js +19 -0
- package/dist/components/Organisms/ISEditor-V3/LatexBlock.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V3/LatexCopyModal.d.ts +7 -0
- package/dist/components/Organisms/ISEditor-V3/LatexCopyModal.js +59 -0
- package/dist/components/Organisms/ISEditor-V3/LatexCopyModal.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V3/LatexModal.d.ts +3 -0
- package/dist/components/Organisms/ISEditor-V3/LatexModal.js +95 -0
- package/dist/components/Organisms/ISEditor-V3/LatexModal.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V3/LatexView.d.ts +5 -0
- package/dist/components/Organisms/ISEditor-V3/LatexView.js +10 -0
- package/dist/components/Organisms/ISEditor-V3/LatexView.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V3/MathSymbolButton.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V3/MathSymbolButton.js +12 -0
- package/dist/components/Organisms/ISEditor-V3/MathSymbolButton.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V3/MathToolBar.d.ts +3 -0
- package/dist/components/Organisms/ISEditor-V3/MathToolBar.js +39 -0
- package/dist/components/Organisms/ISEditor-V3/MathToolBar.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V3/NewTableCustomisation.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V3/NewTableCustomisation.js +21 -0
- package/dist/components/Organisms/ISEditor-V3/NewTableCustomisation.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V3/RawMathModal.d.ts +6 -0
- package/dist/components/Organisms/ISEditor-V3/RawMathModal.js +17 -0
- package/dist/components/Organisms/ISEditor-V3/RawMathModal.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V3/RowColumnModal.d.ts +3 -0
- package/dist/components/Organisms/ISEditor-V3/RowColumnModal.js +16 -0
- package/dist/components/Organisms/ISEditor-V3/RowColumnModal.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockEight.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockEight.js +14 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockEight.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockEleven.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockEleven.js +194 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockEleven.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockFive.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockFive.js +16 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockFive.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockFour.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockFour.js +159 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockFour.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockNine.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockNine.js +14 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockNine.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockOne.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockOne.js +132 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockOne.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockSeven.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockSeven.js +14 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockSeven.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockSix.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockSix.js +16 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockSix.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockTen.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockTen.js +14 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockTen.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockThree.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockThree.js +188 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockThree.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockTwelve.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockTwelve.js +150 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockTwelve.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockTwo.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockTwo.js +13 -0
- package/dist/components/Organisms/ISEditor-V3/Symbols/MathFormulasBlockTwo.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V3/TableBlock.d.ts +12 -0
- package/dist/components/Organisms/ISEditor-V3/TableBlock.js +30 -0
- package/dist/components/Organisms/ISEditor-V3/TableBlock.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V3/TableModal.d.ts +4 -0
- package/dist/components/Organisms/ISEditor-V3/TableModal.js +796 -0
- package/dist/components/Organisms/ISEditor-V3/TableModal.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V3/ToolBar.d.ts +3 -0
- package/dist/components/Organisms/ISEditor-V3/ToolBar.js +57 -0
- package/dist/components/Organisms/ISEditor-V3/ToolBar.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V3/editor.types.d.ts +25 -0
- package/dist/components/Organisms/ISEditor-V3/editor.types.js +3 -0
- package/dist/components/Organisms/ISEditor-V3/editor.types.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V3/tableBlockStyles.d.ts +48 -0
- package/dist/components/Organisms/ISEditor-V3/tableBlockStyles.js +62 -0
- package/dist/components/Organisms/ISEditor-V3/tableBlockStyles.js.map +1 -0
- package/dist/components/Organisms/LiveStreaming/LiveStreaming.d.ts +2 -0
- package/dist/components/Organisms/LiveStreaming/LiveStreaming.js +16 -0
- package/dist/components/Organisms/LiveStreaming/LiveStreaming.js.map +1 -0
- package/dist/components/Organisms/NewActivityList/NewActivityList.d.ts +11 -0
- package/dist/components/Organisms/NewActivityList/NewActivityList.js +35 -0
- package/dist/components/Organisms/NewActivityList/NewActivityList.js.map +1 -0
- package/dist/components/Organisms/PostDetails/ImageGallery.d.ts +2 -0
- package/dist/components/Organisms/PostDetails/ImageGallery.js +108 -0
- package/dist/components/Organisms/PostDetails/ImageGallery.js.map +1 -0
- package/dist/components/Organisms/PostDetails/PostDetails.d.ts +3 -0
- package/dist/components/Organisms/PostDetails/PostDetails.js +19 -0
- package/dist/components/Organisms/PostDetails/PostDetails.js.map +1 -0
- package/dist/components/Organisms/PostDetails/PostInfo.d.ts +2 -0
- package/dist/components/Organisms/PostDetails/PostInfo.js +107 -0
- package/dist/components/Organisms/PostDetails/PostInfo.js.map +1 -0
- package/dist/components/Organisms/PostDetails/postDetailStyles.d.ts +35 -0
- package/dist/components/Organisms/PostDetails/postDetailStyles.js +39 -0
- package/dist/components/Organisms/PostDetails/postDetailStyles.js.map +1 -0
- package/dist/components/Organisms/PostsList/PostList.d.ts +3 -0
- package/dist/components/Organisms/PostsList/PostList.js +62 -0
- package/dist/components/Organisms/PostsList/PostList.js.map +1 -0
- package/dist/components/Organisms/ProgressView/ProgressView.d.ts +3 -0
- package/dist/components/Organisms/ProgressView/ProgressView.js +428 -0
- package/dist/components/Organisms/ProgressView/ProgressView.js.map +1 -0
- package/dist/components/Organisms/ProgressView/ProgressView.stories.d.ts +686 -0
- package/dist/components/Organisms/ProgressView/ProgressView.stories.js +939 -0
- package/dist/components/Organisms/ProgressView/ProgressView.stories.js.map +1 -0
- package/dist/components/Organisms/ProgressView/ProgressViewPresenter.d.ts +10 -0
- package/dist/components/Organisms/ProgressView/ProgressViewPresenter.js +13 -0
- package/dist/components/Organisms/ProgressView/ProgressViewPresenter.js.map +1 -0
- package/dist/components/Organisms/ProgressView/ProgressViewStyles.d.ts +174 -0
- package/dist/components/Organisms/ProgressView/ProgressViewStyles.js +166 -0
- package/dist/components/Organisms/ProgressView/ProgressViewStyles.js.map +1 -0
- package/dist/components/Organisms/RecapGraph/Reactgraphflow.d.ts +14 -0
- package/dist/components/Organisms/RecapGraph/Reactgraphflow.js +196 -0
- package/dist/components/Organisms/RecapGraph/Reactgraphflow.js.map +1 -0
- package/dist/components/Organisms/RecapGraph/useRecapGraphLogic.d.ts +29 -0
- package/dist/components/Organisms/RecapGraph/useRecapGraphLogic.js +368 -0
- package/dist/components/Organisms/RecapGraph/useRecapGraphLogic.js.map +1 -0
- package/dist/components/Organisms/ReviewComponent/ChatPresenter.d.ts +2 -0
- package/dist/components/Organisms/ReviewComponent/ChatPresenter.js +29 -0
- package/dist/components/Organisms/ReviewComponent/ChatPresenter.js.map +1 -0
- package/dist/components/Organisms/ReviewComponent/KeyTakeAway.d.ts +5 -0
- package/dist/components/Organisms/ReviewComponent/KeyTakeAway.js +114 -0
- package/dist/components/Organisms/ReviewComponent/KeyTakeAway.js.map +1 -0
- package/dist/components/Organisms/ReviewComponent/MoreQuestions.d.ts +2 -0
- package/dist/components/Organisms/ReviewComponent/MoreQuestions.js +26 -0
- package/dist/components/Organisms/ReviewComponent/MoreQuestions.js.map +1 -0
- package/dist/components/Organisms/ReviewComponent/MoreQuestions.stories.d.ts +14 -0
- package/dist/components/Organisms/ReviewComponent/MoreQuestions.stories.js +23 -0
- package/dist/components/Organisms/ReviewComponent/MoreQuestions.stories.js.map +1 -0
- package/dist/components/Organisms/ReviewComponent/MoreQuestionsStyles.d.ts +31 -0
- package/dist/components/Organisms/ReviewComponent/MoreQuestionsStyles.js +33 -0
- package/dist/components/Organisms/ReviewComponent/MoreQuestionsStyles.js.map +1 -0
- package/dist/components/Organisms/ReviewComponent/Review.d.ts +56 -0
- package/dist/components/Organisms/ReviewComponent/Review.js +337 -0
- package/dist/components/Organisms/ReviewComponent/Review.js.map +1 -0
- package/dist/components/Organisms/ReviewComponent/ReviewPresenter.d.ts +53 -0
- package/dist/components/Organisms/ReviewComponent/ReviewPresenter.js +128 -0
- package/dist/components/Organisms/ReviewComponent/ReviewPresenter.js.map +1 -0
- package/dist/components/Organisms/ReviewComponent/ReviewPresenter.stories.d.ts +259 -0
- package/dist/components/Organisms/ReviewComponent/ReviewPresenter.stories.js +223 -0
- package/dist/components/Organisms/ReviewComponent/ReviewPresenter.stories.js.map +1 -0
- package/dist/components/Organisms/ReviewComponent/ReviewStyles.d.ts +77 -0
- package/dist/components/Organisms/ReviewComponent/ReviewStyles.js +64 -0
- package/dist/components/Organisms/ReviewComponent/ReviewStyles.js.map +1 -0
- package/dist/components/Organisms/ReviewComponent/reviewUtils.d.ts +2081 -0
- package/dist/components/Organisms/ReviewComponent/reviewUtils.js +4715 -0
- package/dist/components/Organisms/ReviewComponent/reviewUtils.js.map +1 -0
- package/dist/components/Organisms/ReviewComponent/selectionUtils.d.ts +3002 -0
- package/dist/components/Organisms/ReviewComponent/selectionUtils.js +5324 -0
- package/dist/components/Organisms/ReviewComponent/selectionUtils.js.map +1 -0
- package/dist/components/Organisms/StudentEditor/components/EditorComponent.d.ts +4 -0
- package/dist/components/Organisms/StudentEditor/components/EditorComponent.js +150 -0
- package/dist/components/Organisms/StudentEditor/components/EditorComponent.js.map +1 -0
- package/dist/components/Organisms/StudentEditor/components/EditorStyles.d.ts +41 -0
- package/dist/components/Organisms/StudentEditor/components/EditorStyles.js +44 -0
- package/dist/components/Organisms/StudentEditor/components/EditorStyles.js.map +1 -0
- package/dist/components/Organisms/StudentEditor/components/MathElement.d.ts +8 -0
- package/dist/components/Organisms/StudentEditor/components/MathElement.js +51 -0
- package/dist/components/Organisms/StudentEditor/components/MathElement.js.map +1 -0
- package/dist/components/Organisms/StudentEditor/components/MathKeyboard.d.ts +10 -0
- package/dist/components/Organisms/StudentEditor/components/MathKeyboard.js +107 -0
- package/dist/components/Organisms/StudentEditor/components/MathKeyboard.js.map +1 -0
- package/dist/components/Organisms/StudentEditor/components/MathKeyboardSME.d.ts +12 -0
- package/dist/components/Organisms/StudentEditor/components/MathKeyboardSME.js +113 -0
- package/dist/components/Organisms/StudentEditor/components/MathKeyboardSME.js.map +1 -0
- package/dist/components/Organisms/StudentEditor/components/MathModal.d.ts +10 -0
- package/dist/components/Organisms/StudentEditor/components/MathModal.js +388 -0
- package/dist/components/Organisms/StudentEditor/components/MathModal.js.map +1 -0
- package/dist/components/Organisms/StudentEditor/components/MathModalSME.d.ts +14 -0
- package/dist/components/Organisms/StudentEditor/components/MathModalSME.js +787 -0
- package/dist/components/Organisms/StudentEditor/components/MathModalSME.js.map +1 -0
- package/dist/components/Organisms/StudentEditor/components/Shortcuts.d.ts +5 -0
- package/dist/components/Organisms/StudentEditor/components/Shortcuts.js +90 -0
- package/dist/components/Organisms/StudentEditor/components/Shortcuts.js.map +1 -0
- package/dist/components/Organisms/StudentEditor/components/ShortcutsSME.d.ts +5 -0
- package/dist/components/Organisms/StudentEditor/components/ShortcutsSME.js +92 -0
- package/dist/components/Organisms/StudentEditor/components/ShortcutsSME.js.map +1 -0
- package/dist/components/Organisms/StudentEditor/components/TextEditor.d.ts +3 -0
- package/dist/components/Organisms/StudentEditor/components/TextEditor.js +700 -0
- package/dist/components/Organisms/StudentEditor/components/TextEditor.js.map +1 -0
- package/dist/components/Organisms/StudentEditor/components/mathModalStyles.d.ts +210 -0
- package/dist/components/Organisms/StudentEditor/components/mathModalStyles.js +429 -0
- package/dist/components/Organisms/StudentEditor/components/mathModalStyles.js.map +1 -0
- package/dist/components/Organisms/StudentEditor/utils/input-detection.d.ts +27 -0
- package/dist/components/Organisms/StudentEditor/utils/input-detection.js +88 -0
- package/dist/components/Organisms/StudentEditor/utils/input-detection.js.map +1 -0
- package/dist/components/Organisms/StudentEditor/utils/keyboard-config.d.ts +2132 -0
- package/dist/components/Organisms/StudentEditor/utils/keyboard-config.js +869 -0
- package/dist/components/Organisms/StudentEditor/utils/keyboard-config.js.map +1 -0
- package/dist/components/Organisms/StudentEditor/utils/keyboardConstants.d.ts +1779 -0
- package/dist/components/Organisms/StudentEditor/utils/keyboardConstants.js +1447 -0
- package/dist/components/Organisms/StudentEditor/utils/keyboardConstants.js.map +1 -0
- package/dist/components/Organisms/StudentEditor/utils/slate-conversions.d.ts +19 -0
- package/dist/components/Organisms/StudentEditor/utils/slate-conversions.js +326 -0
- package/dist/components/Organisms/StudentEditor/utils/slate-conversions.js.map +1 -0
- package/dist/components/Organisms/StudentEditor/utils/slate-plugins.d.ts +7 -0
- package/dist/components/Organisms/StudentEditor/utils/slate-plugins.js +104 -0
- package/dist/components/Organisms/StudentEditor/utils/slate-plugins.js.map +1 -0
- package/dist/components/Organisms/StudentInsights/GaugeChart.d.ts +9 -0
- package/dist/components/Organisms/StudentInsights/GaugeChart.js +193 -0
- package/dist/components/Organisms/StudentInsights/GaugeChart.js.map +1 -0
- package/dist/components/Organisms/StudentInsights/InsightsComponent.d.ts +15 -0
- package/dist/components/Organisms/StudentInsights/InsightsComponent.js +39 -0
- package/dist/components/Organisms/StudentInsights/InsightsComponent.js.map +1 -0
- package/dist/components/Organisms/StudentInsights/InsightsComponent.stories.d.ts +334 -0
- package/dist/components/Organisms/StudentInsights/InsightsComponent.stories.js +397 -0
- package/dist/components/Organisms/StudentInsights/InsightsComponent.stories.js.map +1 -0
- package/dist/components/Organisms/StudentInsights/PieChart.d.ts +8 -0
- package/dist/components/Organisms/StudentInsights/PieChart.js +124 -0
- package/dist/components/Organisms/StudentInsights/PieChart.js.map +1 -0
- package/dist/components/Organisms/StudentInsights/insights.styles.d.ts +177 -0
- package/dist/components/Organisms/StudentInsights/insights.styles.js +128 -0
- package/dist/components/Organisms/StudentInsights/insights.styles.js.map +1 -0
- package/dist/components/Organisms/StudentInsights/text.d.ts +7 -0
- package/dist/components/Organisms/StudentInsights/text.js +36 -0
- package/dist/components/Organisms/StudentInsights/text.js.map +1 -0
- package/dist/components/Organisms/TableComponent/TableComponent.d.ts +3 -0
- package/dist/components/Organisms/TableComponent/TableComponent.js +79 -0
- package/dist/components/Organisms/TableComponent/TableComponent.js.map +1 -0
- package/dist/components/Organisms/TeacherEvaluation/TeacherComprehensionCard.d.ts +27 -0
- package/dist/components/Organisms/TeacherEvaluation/TeacherComprehensionCard.js +114 -0
- package/dist/components/Organisms/TeacherEvaluation/TeacherComprehensionCard.js.map +1 -0
- package/dist/components/Organisms/TeacherEvaluation/TeacherEditableBlock.d.ts +19 -0
- package/dist/components/Organisms/TeacherEvaluation/TeacherEditableBlock.js +75 -0
- package/dist/components/Organisms/TeacherEvaluation/TeacherEditableBlock.js.map +1 -0
- package/dist/components/Organisms/TeacherEvaluation/TeacherEvaluation.styles.d.ts +2219 -0
- package/dist/components/Organisms/TeacherEvaluation/TeacherEvaluation.styles.js +857 -0
- package/dist/components/Organisms/TeacherEvaluation/TeacherEvaluation.styles.js.map +1 -0
- package/dist/components/Organisms/TeacherEvaluation/TeacherEvaluationPresenter.d.ts +70 -0
- package/dist/components/Organisms/TeacherEvaluation/TeacherEvaluationPresenter.js +206 -0
- package/dist/components/Organisms/TeacherEvaluation/TeacherEvaluationPresenter.js.map +1 -0
- package/dist/components/Organisms/TeacherEvaluation/TeacherEvaluationPresenter.stories.d.ts +905 -0
- package/dist/components/Organisms/TeacherEvaluation/TeacherEvaluationPresenter.stories.js +813 -0
- package/dist/components/Organisms/TeacherEvaluation/TeacherEvaluationPresenter.stories.js.map +1 -0
- package/dist/components/Organisms/TeacherEvaluation/TeacherImagePreview.d.ts +17 -0
- package/dist/components/Organisms/TeacherEvaluation/TeacherImagePreview.js +21 -0
- package/dist/components/Organisms/TeacherEvaluation/TeacherImagePreview.js.map +1 -0
- package/dist/components/Organisms/TeacherEvaluation/TeacherObjectiveAnswer.d.ts +7 -0
- package/dist/components/Organisms/TeacherEvaluation/TeacherObjectiveAnswer.js +29 -0
- package/dist/components/Organisms/TeacherEvaluation/TeacherObjectiveAnswer.js.map +1 -0
- package/dist/components/Organisms/TeacherEvaluation/TeacherQuestionCard.d.ts +30 -0
- package/dist/components/Organisms/TeacherEvaluation/TeacherQuestionCard.js +120 -0
- package/dist/components/Organisms/TeacherEvaluation/TeacherQuestionCard.js.map +1 -0
- package/dist/components/Organisms/TeacherEvaluation/TeacherScoreBox.d.ts +26 -0
- package/dist/components/Organisms/TeacherEvaluation/TeacherScoreBox.js +99 -0
- package/dist/components/Organisms/TeacherEvaluation/TeacherScoreBox.js.map +1 -0
- package/dist/components/Organisms/TeacherEvaluation/TeacherSummaryBlock.d.ts +21 -0
- package/dist/components/Organisms/TeacherEvaluation/TeacherSummaryBlock.js +130 -0
- package/dist/components/Organisms/TeacherEvaluation/TeacherSummaryBlock.js.map +1 -0
- package/dist/components/Organisms/TeacherEvaluation/TeacherToast.d.ts +8 -0
- package/dist/components/Organisms/TeacherEvaluation/TeacherToast.js +30 -0
- package/dist/components/Organisms/TeacherEvaluation/TeacherToast.js.map +1 -0
- package/dist/components/Organisms/TeacherEvaluation/teacherEvaluationUtils.d.ts +63 -0
- package/dist/components/Organisms/TeacherEvaluation/teacherEvaluationUtils.js +373 -0
- package/dist/components/Organisms/TeacherEvaluation/teacherEvaluationUtils.js.map +1 -0
- package/dist/components/Organisms/TeacherEvaluation/useKeyboardAwareScroll.d.ts +1 -0
- package/dist/components/Organisms/TeacherEvaluation/useKeyboardAwareScroll.js +26 -0
- package/dist/components/Organisms/TeacherEvaluation/useKeyboardAwareScroll.js.map +1 -0
- package/dist/components/Organisms/TeacherEvaluation/useReviewNavigation.d.ts +15 -0
- package/dist/components/Organisms/TeacherEvaluation/useReviewNavigation.js +90 -0
- package/dist/components/Organisms/TeacherEvaluation/useReviewNavigation.js.map +1 -0
- package/dist/components/Organisms/TutorFeedback/TutorFeedback.d.ts +3 -0
- package/dist/components/Organisms/TutorFeedback/TutorFeedback.js +86 -0
- package/dist/components/Organisms/TutorFeedback/TutorFeedback.js.map +1 -0
- package/dist/components/themes/Theme.d.ts +61 -0
- package/dist/components/themes/Theme.js +63 -0
- package/dist/components/themes/Theme.js.map +1 -0
- package/dist/index.d.ts +84 -0
- package/dist/index.js +178 -0
- package/dist/index.js.map +1 -0
- package/dist/utils/Helper.d.ts +23 -0
- package/dist/utils/Helper.js +191 -0
- package/dist/utils/Helper.js.map +1 -0
- package/dist/utils/LearningPathUtils.d.ts +62 -0
- package/dist/utils/LearningPathUtils.js +63 -0
- package/dist/utils/LearningPathUtils.js.map +1 -0
- package/dist/utils/RecapData.d.ts +694 -0
- package/dist/utils/RecapData.js +2270 -0
- package/dist/utils/RecapData.js.map +1 -0
- package/dist/utils/ReviewPresenterUtils.d.ts +9 -0
- package/dist/utils/ReviewPresenterUtils.js +13 -0
- package/dist/utils/ReviewPresenterUtils.js.map +1 -0
- package/dist/utils/TutorConstants.d.ts +78 -0
- package/dist/utils/TutorConstants.js +308 -0
- package/dist/utils/TutorConstants.js.map +1 -0
- package/dist/utils/accordion/accordionHelper.d.ts +7 -0
- package/dist/utils/accordion/accordionHelper.js +95 -0
- package/dist/utils/accordion/accordionHelper.js.map +1 -0
- package/dist/utils/accordion/accordion_images.d.ts +31 -0
- package/dist/utils/accordion/accordion_images.js +32 -0
- package/dist/utils/accordion/accordion_images.js.map +1 -0
- package/dist/utils/accordionConstants.d.ts +17 -0
- package/dist/utils/accordionConstants.js +25 -0
- package/dist/utils/accordionConstants.js.map +1 -0
- package/dist/utils/battery-customisation.d.ts +36 -0
- package/dist/utils/battery-customisation.js +35 -0
- package/dist/utils/battery-customisation.js.map +1 -0
- package/dist/utils/common-utils.d.ts +56 -0
- package/dist/utils/common-utils.js +545 -0
- package/dist/utils/common-utils.js.map +1 -0
- package/dist/utils/constants.d.ts +762 -0
- package/dist/utils/constants.js +3351 -0
- package/dist/utils/constants.js.map +1 -0
- package/dist/utils/contentUtils.d.ts +40 -0
- package/dist/utils/contentUtils.js +66 -0
- package/dist/utils/contentUtils.js.map +1 -0
- package/dist/utils/crypto.d.ts +2 -0
- package/dist/utils/crypto.js +19 -0
- package/dist/utils/crypto.js.map +1 -0
- package/dist/utils/customTheme.d.ts +1 -0
- package/dist/utils/customTheme.js +21 -0
- package/dist/utils/customTheme.js.map +1 -0
- package/dist/utils/dateUtils.d.ts +1 -0
- package/dist/utils/dateUtils.js +55 -0
- package/dist/utils/dateUtils.js.map +1 -0
- package/dist/utils/emotionalLottieConstants.d.ts +6 -0
- package/dist/utils/emotionalLottieConstants.js +9 -0
- package/dist/utils/emotionalLottieConstants.js.map +1 -0
- package/dist/utils/emotionalScriptConstants.d.ts +15 -0
- package/dist/utils/emotionalScriptConstants.js +92 -0
- package/dist/utils/emotionalScriptConstants.js.map +1 -0
- package/dist/utils/emotions.d.ts +4 -0
- package/dist/utils/emotions.js +7 -0
- package/dist/utils/emotions.js.map +1 -0
- package/dist/utils/es2023-polyfills.d.ts +19 -0
- package/dist/utils/es2023-polyfills.js +60 -0
- package/dist/utils/es2023-polyfills.js.map +1 -0
- package/dist/utils/excludeSubject.d.ts +2 -0
- package/dist/utils/excludeSubject.js +5 -0
- package/dist/utils/excludeSubject.js.map +1 -0
- package/dist/utils/math-images.d.ts +6 -0
- package/dist/utils/math-images.js +9 -0
- package/dist/utils/math-images.js.map +1 -0
- package/dist/utils/pagination/Pagination.d.ts +11 -0
- package/dist/utils/pagination/Pagination.js +76 -0
- package/dist/utils/pagination/Pagination.js.map +1 -0
- package/dist/utils/presentationModes.d.ts +117 -0
- package/dist/utils/presentationModes.js +97 -0
- package/dist/utils/presentationModes.js.map +1 -0
- package/dist/utils/subject-icons.d.ts +9 -0
- package/dist/utils/subject-icons.js +10 -0
- package/dist/utils/subject-icons.js.map +1 -0
- package/dist/utils/taskUtils.d.ts +1 -0
- package/dist/utils/taskUtils.js +20 -0
- package/dist/utils/taskUtils.js.map +1 -0
- package/dist/utils/testingutils.d.ts +3110 -0
- package/dist/utils/testingutils.js +15640 -0
- package/dist/utils/testingutils.js.map +1 -0
- package/dist/utils/tutor-utils.d.ts +2 -0
- package/dist/utils/tutor-utils.js +30 -0
- package/dist/utils/tutor-utils.js.map +1 -0
- package/dist/utils/wall/wall-constants.d.ts +43 -0
- package/dist/utils/wall/wall-constants.js +231 -0
- package/dist/utils/wall/wall-constants.js.map +1 -0
- package/dist/utils/wall/wall-imges.d.ts +64 -0
- package/dist/utils/wall/wall-imges.js +64 -0
- package/dist/utils/wall/wall-imges.js.map +1 -0
- package/dist/utils/wall/wall-message-bank.d.ts +28 -0
- package/dist/utils/wall/wall-message-bank.js +248 -0
- package/dist/utils/wall/wall-message-bank.js.map +1 -0
- package/dist/utils/wall-constants.d.ts +136 -0
- package/dist/utils/wall-constants.js +260 -0
- package/dist/utils/wall-constants.js.map +1 -0
- package/dist/utils/wall-images.d.ts +64 -0
- package/dist/utils/wall-images.js +67 -0
- package/dist/utils/wall-images.js.map +1 -0
- package/package.json +144 -0
|
@@ -0,0 +1,2219 @@
|
|
|
1
|
+
export namespace THEMES {
|
|
2
|
+
const DARK: string;
|
|
3
|
+
const LIGHT: string;
|
|
4
|
+
}
|
|
5
|
+
export function getTeacherColors(theme: any): {
|
|
6
|
+
textPrimary: string;
|
|
7
|
+
textSecondary: string;
|
|
8
|
+
textMuted: string;
|
|
9
|
+
cardBg: string;
|
|
10
|
+
cardHeaderBg: string;
|
|
11
|
+
subCardBg: string;
|
|
12
|
+
previewHeaderBg: string;
|
|
13
|
+
previewBodyBg: string;
|
|
14
|
+
scoreOptionBg: string;
|
|
15
|
+
scoreOptionSelectedBg: string;
|
|
16
|
+
optionWrongBg: string;
|
|
17
|
+
optionWrongBorder: string;
|
|
18
|
+
optionWrongLabelBg: string;
|
|
19
|
+
optionCorrectBg: string;
|
|
20
|
+
optionCorrectBorder: string;
|
|
21
|
+
optionCorrectLabelBg: string;
|
|
22
|
+
cardBorder: string;
|
|
23
|
+
divider: string;
|
|
24
|
+
separator: string;
|
|
25
|
+
cardShadow: string;
|
|
26
|
+
indexColor: string;
|
|
27
|
+
optionLabelBg: string;
|
|
28
|
+
optionLabelColor: string;
|
|
29
|
+
accent: string;
|
|
30
|
+
accentHover: string;
|
|
31
|
+
accentSoft: string;
|
|
32
|
+
accentContrast: string;
|
|
33
|
+
accentShadow: string;
|
|
34
|
+
neutralBorder: string;
|
|
35
|
+
neutralText: string;
|
|
36
|
+
neutralHover: string;
|
|
37
|
+
menuBg: string;
|
|
38
|
+
menuBorder: string;
|
|
39
|
+
menuHover: string;
|
|
40
|
+
menuText: string;
|
|
41
|
+
imageCardBg: string;
|
|
42
|
+
imageCardBorder: string;
|
|
43
|
+
};
|
|
44
|
+
export function getStyles(theme?: string): {
|
|
45
|
+
root: {
|
|
46
|
+
display: string;
|
|
47
|
+
flexDirection: string;
|
|
48
|
+
gap: string;
|
|
49
|
+
width: string;
|
|
50
|
+
fontFamily: string;
|
|
51
|
+
};
|
|
52
|
+
sectionHeader: {
|
|
53
|
+
display: string;
|
|
54
|
+
flexDirection: string;
|
|
55
|
+
gap: string;
|
|
56
|
+
width: string;
|
|
57
|
+
};
|
|
58
|
+
sectionTitle: {
|
|
59
|
+
fontFamily: string;
|
|
60
|
+
fontWeight: number;
|
|
61
|
+
fontSize: {
|
|
62
|
+
base: string;
|
|
63
|
+
md: string;
|
|
64
|
+
};
|
|
65
|
+
lineHeight: {
|
|
66
|
+
base: string;
|
|
67
|
+
md: string;
|
|
68
|
+
};
|
|
69
|
+
color: string;
|
|
70
|
+
margin: number;
|
|
71
|
+
};
|
|
72
|
+
sectionDescription: {
|
|
73
|
+
fontFamily: string;
|
|
74
|
+
fontWeight: number;
|
|
75
|
+
fontSize: string;
|
|
76
|
+
lineHeight: string;
|
|
77
|
+
color: string;
|
|
78
|
+
margin: number;
|
|
79
|
+
};
|
|
80
|
+
questionList: {
|
|
81
|
+
display: string;
|
|
82
|
+
flexDirection: string;
|
|
83
|
+
gap: string;
|
|
84
|
+
width: string;
|
|
85
|
+
};
|
|
86
|
+
questionWrapper: {
|
|
87
|
+
display: string;
|
|
88
|
+
flexDirection: string;
|
|
89
|
+
gap: string;
|
|
90
|
+
width: string;
|
|
91
|
+
};
|
|
92
|
+
evaluatedByLabel: {
|
|
93
|
+
fontFamily: string;
|
|
94
|
+
fontWeight: number;
|
|
95
|
+
fontSize: string;
|
|
96
|
+
lineHeight: string;
|
|
97
|
+
color: string;
|
|
98
|
+
margin: number;
|
|
99
|
+
};
|
|
100
|
+
card: {
|
|
101
|
+
display: string;
|
|
102
|
+
flexDirection: string;
|
|
103
|
+
gap: string;
|
|
104
|
+
width: string;
|
|
105
|
+
bg: string;
|
|
106
|
+
border: string;
|
|
107
|
+
borderRadius: string;
|
|
108
|
+
filter: string;
|
|
109
|
+
fontFamily: string;
|
|
110
|
+
};
|
|
111
|
+
cardHeader: {
|
|
112
|
+
display: string;
|
|
113
|
+
flexDirection: {
|
|
114
|
+
base: string;
|
|
115
|
+
md: string;
|
|
116
|
+
};
|
|
117
|
+
flexWrap: {
|
|
118
|
+
base: string;
|
|
119
|
+
md: string;
|
|
120
|
+
};
|
|
121
|
+
alignItems: {
|
|
122
|
+
base: string;
|
|
123
|
+
md: string;
|
|
124
|
+
};
|
|
125
|
+
alignContent: string;
|
|
126
|
+
gap: {
|
|
127
|
+
base: string;
|
|
128
|
+
md: string;
|
|
129
|
+
};
|
|
130
|
+
padding: string;
|
|
131
|
+
bg: string;
|
|
132
|
+
borderTopRadius: string;
|
|
133
|
+
width: string;
|
|
134
|
+
};
|
|
135
|
+
headerQuestionContainer: {
|
|
136
|
+
display: string;
|
|
137
|
+
flexDirection: string;
|
|
138
|
+
alignItems: string;
|
|
139
|
+
gap: string;
|
|
140
|
+
flex: {
|
|
141
|
+
base: string;
|
|
142
|
+
md: string;
|
|
143
|
+
};
|
|
144
|
+
width: string;
|
|
145
|
+
minWidth: {
|
|
146
|
+
base: number;
|
|
147
|
+
md: string;
|
|
148
|
+
};
|
|
149
|
+
};
|
|
150
|
+
objectiveHeaderRow: {
|
|
151
|
+
display: string;
|
|
152
|
+
flexDirection: {
|
|
153
|
+
base: string;
|
|
154
|
+
md: string;
|
|
155
|
+
};
|
|
156
|
+
alignItems: {
|
|
157
|
+
base: string;
|
|
158
|
+
md: string;
|
|
159
|
+
};
|
|
160
|
+
gap: {
|
|
161
|
+
base: string;
|
|
162
|
+
md: string;
|
|
163
|
+
};
|
|
164
|
+
width: string;
|
|
165
|
+
};
|
|
166
|
+
questionIndexRow: {
|
|
167
|
+
display: string;
|
|
168
|
+
alignItems: string;
|
|
169
|
+
gap: string;
|
|
170
|
+
width: string;
|
|
171
|
+
};
|
|
172
|
+
questionIndexCircle: {
|
|
173
|
+
display: string;
|
|
174
|
+
alignItems: string;
|
|
175
|
+
justifyContent: string;
|
|
176
|
+
flexShrink: number;
|
|
177
|
+
boxSize: string;
|
|
178
|
+
borderRadius: string;
|
|
179
|
+
bg: string;
|
|
180
|
+
border: string;
|
|
181
|
+
color: string;
|
|
182
|
+
fontFamily: string;
|
|
183
|
+
fontWeight: number;
|
|
184
|
+
fontSize: string;
|
|
185
|
+
lineHeight: string;
|
|
186
|
+
};
|
|
187
|
+
questionTypeLabel: {
|
|
188
|
+
fontFamily: string;
|
|
189
|
+
fontWeight: number;
|
|
190
|
+
fontSize: string;
|
|
191
|
+
lineHeight: string;
|
|
192
|
+
color: string;
|
|
193
|
+
margin: number;
|
|
194
|
+
};
|
|
195
|
+
questionText: {
|
|
196
|
+
fontFamily: string;
|
|
197
|
+
fontWeight: number;
|
|
198
|
+
fontSize: string;
|
|
199
|
+
lineHeight: string;
|
|
200
|
+
color: string;
|
|
201
|
+
width: string;
|
|
202
|
+
wordBreak: string;
|
|
203
|
+
};
|
|
204
|
+
previewContent: {
|
|
205
|
+
display: string;
|
|
206
|
+
flexDirection: string;
|
|
207
|
+
bg: string;
|
|
208
|
+
borderRadius: {
|
|
209
|
+
base: string;
|
|
210
|
+
md: string;
|
|
211
|
+
};
|
|
212
|
+
overflow: string;
|
|
213
|
+
mx: {
|
|
214
|
+
base: string;
|
|
215
|
+
md: string;
|
|
216
|
+
};
|
|
217
|
+
width: {
|
|
218
|
+
base: string;
|
|
219
|
+
md: string;
|
|
220
|
+
};
|
|
221
|
+
maxWidth: {
|
|
222
|
+
base: string;
|
|
223
|
+
md: string;
|
|
224
|
+
};
|
|
225
|
+
height: {
|
|
226
|
+
base: string;
|
|
227
|
+
md: string;
|
|
228
|
+
};
|
|
229
|
+
maxHeight: {
|
|
230
|
+
base: string;
|
|
231
|
+
md: string;
|
|
232
|
+
};
|
|
233
|
+
};
|
|
234
|
+
previewHeader: {
|
|
235
|
+
display: string;
|
|
236
|
+
alignItems: string;
|
|
237
|
+
justifyContent: string;
|
|
238
|
+
gap: string;
|
|
239
|
+
flexShrink: number;
|
|
240
|
+
px: {
|
|
241
|
+
base: string;
|
|
242
|
+
md: string;
|
|
243
|
+
};
|
|
244
|
+
py: {
|
|
245
|
+
base: string;
|
|
246
|
+
md: string;
|
|
247
|
+
};
|
|
248
|
+
bg: string;
|
|
249
|
+
};
|
|
250
|
+
previewTitle: {
|
|
251
|
+
fontFamily: string;
|
|
252
|
+
fontWeight: number;
|
|
253
|
+
fontSize: {
|
|
254
|
+
base: string;
|
|
255
|
+
md: string;
|
|
256
|
+
};
|
|
257
|
+
lineHeight: {
|
|
258
|
+
base: string;
|
|
259
|
+
md: string;
|
|
260
|
+
};
|
|
261
|
+
color: string;
|
|
262
|
+
margin: number;
|
|
263
|
+
};
|
|
264
|
+
previewClose: {
|
|
265
|
+
color: string;
|
|
266
|
+
flexShrink: number;
|
|
267
|
+
_hover: {
|
|
268
|
+
bg: string;
|
|
269
|
+
};
|
|
270
|
+
};
|
|
271
|
+
previewBody: {
|
|
272
|
+
flex: string;
|
|
273
|
+
minHeight: number;
|
|
274
|
+
display: string;
|
|
275
|
+
alignItems: string;
|
|
276
|
+
justifyContent: string;
|
|
277
|
+
overflow: string;
|
|
278
|
+
px: {
|
|
279
|
+
base: string;
|
|
280
|
+
md: string;
|
|
281
|
+
};
|
|
282
|
+
py: {
|
|
283
|
+
base: string;
|
|
284
|
+
md: string;
|
|
285
|
+
};
|
|
286
|
+
};
|
|
287
|
+
previewImage: {
|
|
288
|
+
maxWidth: string;
|
|
289
|
+
maxHeight: string;
|
|
290
|
+
objectFit: string;
|
|
291
|
+
};
|
|
292
|
+
passageText: {
|
|
293
|
+
fontFamily: string;
|
|
294
|
+
fontWeight: number;
|
|
295
|
+
fontSize: string;
|
|
296
|
+
lineHeight: string;
|
|
297
|
+
color: string;
|
|
298
|
+
width: string;
|
|
299
|
+
wordBreak: string;
|
|
300
|
+
};
|
|
301
|
+
comprehensionHeader: {
|
|
302
|
+
display: string;
|
|
303
|
+
flexDirection: string;
|
|
304
|
+
alignItems: string;
|
|
305
|
+
gap: string;
|
|
306
|
+
width: string;
|
|
307
|
+
padding: string;
|
|
308
|
+
};
|
|
309
|
+
subQuestionList: {
|
|
310
|
+
display: string;
|
|
311
|
+
flexDirection: string;
|
|
312
|
+
gap: string;
|
|
313
|
+
width: string;
|
|
314
|
+
padding: string;
|
|
315
|
+
};
|
|
316
|
+
subQuestionCard: {
|
|
317
|
+
display: string;
|
|
318
|
+
flexDirection: string;
|
|
319
|
+
width: string;
|
|
320
|
+
overflow: string;
|
|
321
|
+
borderRadius: string;
|
|
322
|
+
border: string;
|
|
323
|
+
bg: string;
|
|
324
|
+
};
|
|
325
|
+
subQuestionIndexBadge: {
|
|
326
|
+
display: string;
|
|
327
|
+
alignItems: string;
|
|
328
|
+
justifyContent: string;
|
|
329
|
+
flexShrink: number;
|
|
330
|
+
minWidth: string;
|
|
331
|
+
height: string;
|
|
332
|
+
paddingInline: string;
|
|
333
|
+
borderRadius: string;
|
|
334
|
+
bg: string;
|
|
335
|
+
border: string;
|
|
336
|
+
color: string;
|
|
337
|
+
fontFamily: string;
|
|
338
|
+
fontWeight: number;
|
|
339
|
+
fontSize: string;
|
|
340
|
+
lineHeight: string;
|
|
341
|
+
};
|
|
342
|
+
subQuestionHeader: {
|
|
343
|
+
display: string;
|
|
344
|
+
flexWrap: string;
|
|
345
|
+
alignItems: string;
|
|
346
|
+
justifyContent: string;
|
|
347
|
+
gap: string;
|
|
348
|
+
width: string;
|
|
349
|
+
};
|
|
350
|
+
subQuestionHeaderMain: {
|
|
351
|
+
display: string;
|
|
352
|
+
flexDirection: string;
|
|
353
|
+
alignItems: string;
|
|
354
|
+
gap: string;
|
|
355
|
+
flex: string;
|
|
356
|
+
minWidth: string;
|
|
357
|
+
};
|
|
358
|
+
subQuestionIndexRow: {
|
|
359
|
+
display: string;
|
|
360
|
+
alignItems: string;
|
|
361
|
+
gap: string;
|
|
362
|
+
width: string;
|
|
363
|
+
};
|
|
364
|
+
subQuestionIndex: {
|
|
365
|
+
fontFamily: string;
|
|
366
|
+
fontWeight: number;
|
|
367
|
+
fontSize: string;
|
|
368
|
+
lineHeight: string;
|
|
369
|
+
color: string;
|
|
370
|
+
margin: number;
|
|
371
|
+
flexShrink: number;
|
|
372
|
+
};
|
|
373
|
+
scoreBox: {
|
|
374
|
+
display: string;
|
|
375
|
+
alignItems: string;
|
|
376
|
+
gap: string;
|
|
377
|
+
flexShrink: number;
|
|
378
|
+
border: string;
|
|
379
|
+
borderRadius: string;
|
|
380
|
+
paddingInline: string;
|
|
381
|
+
paddingBlock: string;
|
|
382
|
+
color: string;
|
|
383
|
+
fontFamily: string;
|
|
384
|
+
fontWeight: number;
|
|
385
|
+
fontSize: string;
|
|
386
|
+
lineHeight: string;
|
|
387
|
+
bg: string;
|
|
388
|
+
};
|
|
389
|
+
scoreSelect: {
|
|
390
|
+
border: string;
|
|
391
|
+
borderRadius: string;
|
|
392
|
+
color: string;
|
|
393
|
+
fontFamily: string;
|
|
394
|
+
fontWeight: number;
|
|
395
|
+
fontSize: string;
|
|
396
|
+
lineHeight: string;
|
|
397
|
+
height: string;
|
|
398
|
+
bg: string;
|
|
399
|
+
cursor: string;
|
|
400
|
+
_hover: {
|
|
401
|
+
bg: string;
|
|
402
|
+
};
|
|
403
|
+
_focus: {
|
|
404
|
+
boxShadow: string;
|
|
405
|
+
borderColor: string;
|
|
406
|
+
};
|
|
407
|
+
"> option": {
|
|
408
|
+
background: string;
|
|
409
|
+
color: string;
|
|
410
|
+
};
|
|
411
|
+
};
|
|
412
|
+
scorePanel: {
|
|
413
|
+
display: string;
|
|
414
|
+
flexDirection: string;
|
|
415
|
+
gap: string;
|
|
416
|
+
width: {
|
|
417
|
+
base: string;
|
|
418
|
+
md: string;
|
|
419
|
+
};
|
|
420
|
+
padding: string;
|
|
421
|
+
borderRadius: string;
|
|
422
|
+
bg: string;
|
|
423
|
+
border: string;
|
|
424
|
+
boxShadow: string;
|
|
425
|
+
};
|
|
426
|
+
scorePanelHeader: {
|
|
427
|
+
display: string;
|
|
428
|
+
alignItems: string;
|
|
429
|
+
justifyContent: string;
|
|
430
|
+
gap: string;
|
|
431
|
+
width: string;
|
|
432
|
+
};
|
|
433
|
+
scorePanelTitle: {
|
|
434
|
+
fontFamily: string;
|
|
435
|
+
fontWeight: number;
|
|
436
|
+
fontSize: string;
|
|
437
|
+
lineHeight: string;
|
|
438
|
+
color: string;
|
|
439
|
+
margin: number;
|
|
440
|
+
};
|
|
441
|
+
scorePanelClose: {
|
|
442
|
+
color: string;
|
|
443
|
+
flexShrink: number;
|
|
444
|
+
_hover: {
|
|
445
|
+
bg: string;
|
|
446
|
+
};
|
|
447
|
+
};
|
|
448
|
+
scoreOptionsGrid: {
|
|
449
|
+
display: string;
|
|
450
|
+
flexWrap: string;
|
|
451
|
+
gap: string;
|
|
452
|
+
width: string;
|
|
453
|
+
};
|
|
454
|
+
scoreOption: {
|
|
455
|
+
display: string;
|
|
456
|
+
alignItems: string;
|
|
457
|
+
justifyContent: string;
|
|
458
|
+
minWidth: string;
|
|
459
|
+
paddingInline: string;
|
|
460
|
+
paddingBlock: string;
|
|
461
|
+
borderRadius: string;
|
|
462
|
+
border: string;
|
|
463
|
+
bg: string;
|
|
464
|
+
color: string;
|
|
465
|
+
fontFamily: string;
|
|
466
|
+
fontWeight: number;
|
|
467
|
+
fontSize: string;
|
|
468
|
+
lineHeight: string;
|
|
469
|
+
cursor: string;
|
|
470
|
+
userSelect: string;
|
|
471
|
+
transition: string;
|
|
472
|
+
_hover: {
|
|
473
|
+
borderColor: string;
|
|
474
|
+
};
|
|
475
|
+
};
|
|
476
|
+
scoreOptionSelected: {
|
|
477
|
+
border: string;
|
|
478
|
+
bg: string;
|
|
479
|
+
color: string;
|
|
480
|
+
fontWeight: number;
|
|
481
|
+
};
|
|
482
|
+
scorePanelNote: {
|
|
483
|
+
fontFamily: string;
|
|
484
|
+
fontWeight: number;
|
|
485
|
+
fontSize: string;
|
|
486
|
+
lineHeight: string;
|
|
487
|
+
color: string;
|
|
488
|
+
margin: number;
|
|
489
|
+
};
|
|
490
|
+
scorePanelActions: {
|
|
491
|
+
display: string;
|
|
492
|
+
justifyContent: string;
|
|
493
|
+
width: string;
|
|
494
|
+
};
|
|
495
|
+
scoreUpdateButton: {
|
|
496
|
+
display: string;
|
|
497
|
+
alignItems: string;
|
|
498
|
+
justifyContent: string;
|
|
499
|
+
minWidth: string;
|
|
500
|
+
paddingInline: string;
|
|
501
|
+
paddingBlock: string;
|
|
502
|
+
borderRadius: string;
|
|
503
|
+
bg: string;
|
|
504
|
+
color: string;
|
|
505
|
+
fontFamily: string;
|
|
506
|
+
fontWeight: number;
|
|
507
|
+
fontSize: string;
|
|
508
|
+
lineHeight: string;
|
|
509
|
+
cursor: string;
|
|
510
|
+
userSelect: string;
|
|
511
|
+
transition: string;
|
|
512
|
+
_hover: {
|
|
513
|
+
bg: string;
|
|
514
|
+
};
|
|
515
|
+
};
|
|
516
|
+
cardBody: {
|
|
517
|
+
display: string;
|
|
518
|
+
flexDirection: string;
|
|
519
|
+
width: string;
|
|
520
|
+
};
|
|
521
|
+
block: {
|
|
522
|
+
display: string;
|
|
523
|
+
flexDirection: string;
|
|
524
|
+
alignItems: string;
|
|
525
|
+
gap: string;
|
|
526
|
+
padding: string;
|
|
527
|
+
borderRadius: string;
|
|
528
|
+
width: string;
|
|
529
|
+
};
|
|
530
|
+
feedbackBlock: {
|
|
531
|
+
display: string;
|
|
532
|
+
flexDirection: string;
|
|
533
|
+
alignItems: string;
|
|
534
|
+
gap: string;
|
|
535
|
+
padding: string;
|
|
536
|
+
borderRadius: string;
|
|
537
|
+
width: string;
|
|
538
|
+
};
|
|
539
|
+
blockSection: {
|
|
540
|
+
display: string;
|
|
541
|
+
flexDirection: string;
|
|
542
|
+
alignItems: string;
|
|
543
|
+
gap: string;
|
|
544
|
+
width: string;
|
|
545
|
+
};
|
|
546
|
+
blockTitleRow: {
|
|
547
|
+
display: string;
|
|
548
|
+
flexWrap: string;
|
|
549
|
+
alignItems: string;
|
|
550
|
+
alignContent: string;
|
|
551
|
+
justifyContent: string;
|
|
552
|
+
rowGap: string;
|
|
553
|
+
columnGap: string;
|
|
554
|
+
width: string;
|
|
555
|
+
};
|
|
556
|
+
blockTitle: {
|
|
557
|
+
fontFamily: string;
|
|
558
|
+
fontWeight: number;
|
|
559
|
+
fontSize: string;
|
|
560
|
+
lineHeight: string;
|
|
561
|
+
color: string;
|
|
562
|
+
margin: number;
|
|
563
|
+
whiteSpace: string;
|
|
564
|
+
};
|
|
565
|
+
separator: {
|
|
566
|
+
width: string;
|
|
567
|
+
height: string;
|
|
568
|
+
borderTop: string;
|
|
569
|
+
flexShrink: number;
|
|
570
|
+
};
|
|
571
|
+
answerText: {
|
|
572
|
+
fontFamily: string;
|
|
573
|
+
fontWeight: number;
|
|
574
|
+
fontSize: string;
|
|
575
|
+
lineHeight: string;
|
|
576
|
+
color: string;
|
|
577
|
+
width: string;
|
|
578
|
+
wordBreak: string;
|
|
579
|
+
};
|
|
580
|
+
notAnswered: {
|
|
581
|
+
fontFamily: string;
|
|
582
|
+
fontWeight: number;
|
|
583
|
+
fontSize: string;
|
|
584
|
+
lineHeight: string;
|
|
585
|
+
color: string;
|
|
586
|
+
margin: number;
|
|
587
|
+
};
|
|
588
|
+
contentCard: {
|
|
589
|
+
display: string;
|
|
590
|
+
flexDirection: string;
|
|
591
|
+
alignItems: string;
|
|
592
|
+
justifyContent: string;
|
|
593
|
+
gap: string;
|
|
594
|
+
padding: string;
|
|
595
|
+
borderRadius: string;
|
|
596
|
+
width: string;
|
|
597
|
+
};
|
|
598
|
+
summaryHeadline: {
|
|
599
|
+
fontFamily: string;
|
|
600
|
+
fontWeight: number;
|
|
601
|
+
fontSize: string;
|
|
602
|
+
lineHeight: string;
|
|
603
|
+
color: string;
|
|
604
|
+
width: string;
|
|
605
|
+
wordBreak: string;
|
|
606
|
+
};
|
|
607
|
+
summarySubTitle: {
|
|
608
|
+
fontFamily: string;
|
|
609
|
+
fontWeight: number;
|
|
610
|
+
fontSize: string;
|
|
611
|
+
lineHeight: string;
|
|
612
|
+
color: string;
|
|
613
|
+
margin: number;
|
|
614
|
+
width: string;
|
|
615
|
+
};
|
|
616
|
+
summaryBody: {
|
|
617
|
+
fontFamily: string;
|
|
618
|
+
fontWeight: number;
|
|
619
|
+
fontSize: string;
|
|
620
|
+
lineHeight: string;
|
|
621
|
+
color: string;
|
|
622
|
+
width: string;
|
|
623
|
+
wordBreak: string;
|
|
624
|
+
"ul, ol": {
|
|
625
|
+
margin: number;
|
|
626
|
+
paddingInlineStart: string;
|
|
627
|
+
listStylePosition: string;
|
|
628
|
+
lineHeight: number;
|
|
629
|
+
};
|
|
630
|
+
ul: {
|
|
631
|
+
listStyleType: string;
|
|
632
|
+
};
|
|
633
|
+
li: {
|
|
634
|
+
lineHeight: string;
|
|
635
|
+
marginBottom: number;
|
|
636
|
+
};
|
|
637
|
+
"p, li": {
|
|
638
|
+
fontSize: string;
|
|
639
|
+
color: string;
|
|
640
|
+
};
|
|
641
|
+
"li > p": {
|
|
642
|
+
lineHeight: string;
|
|
643
|
+
margin: number;
|
|
644
|
+
};
|
|
645
|
+
};
|
|
646
|
+
referenceText: {
|
|
647
|
+
fontFamily: string;
|
|
648
|
+
fontWeight: number;
|
|
649
|
+
fontSize: string;
|
|
650
|
+
lineHeight: string;
|
|
651
|
+
color: string;
|
|
652
|
+
width: string;
|
|
653
|
+
wordBreak: string;
|
|
654
|
+
};
|
|
655
|
+
imagesRow: {
|
|
656
|
+
display: string;
|
|
657
|
+
flexWrap: string;
|
|
658
|
+
alignItems: string;
|
|
659
|
+
gap: string;
|
|
660
|
+
width: string;
|
|
661
|
+
};
|
|
662
|
+
imageCard: {
|
|
663
|
+
display: string;
|
|
664
|
+
flexDirection: string;
|
|
665
|
+
alignItems: string;
|
|
666
|
+
overflow: string;
|
|
667
|
+
flexShrink: number;
|
|
668
|
+
width: {
|
|
669
|
+
base: string;
|
|
670
|
+
md: string;
|
|
671
|
+
};
|
|
672
|
+
bg: string;
|
|
673
|
+
border: string;
|
|
674
|
+
borderRadius: string;
|
|
675
|
+
cursor: string;
|
|
676
|
+
};
|
|
677
|
+
image: {
|
|
678
|
+
width: {
|
|
679
|
+
base: string;
|
|
680
|
+
md: string;
|
|
681
|
+
};
|
|
682
|
+
maxWidth: {
|
|
683
|
+
base: string;
|
|
684
|
+
md: string;
|
|
685
|
+
};
|
|
686
|
+
height: {
|
|
687
|
+
base: string;
|
|
688
|
+
md: string;
|
|
689
|
+
};
|
|
690
|
+
objectFit: string;
|
|
691
|
+
};
|
|
692
|
+
editButton: {
|
|
693
|
+
display: string;
|
|
694
|
+
alignItems: string;
|
|
695
|
+
justifyContent: string;
|
|
696
|
+
gap: string;
|
|
697
|
+
flexShrink: number;
|
|
698
|
+
border: string;
|
|
699
|
+
borderRadius: string;
|
|
700
|
+
paddingInline: string;
|
|
701
|
+
paddingBlock: string;
|
|
702
|
+
boxShadow: string;
|
|
703
|
+
bg: string;
|
|
704
|
+
color: string;
|
|
705
|
+
fontFamily: string;
|
|
706
|
+
fontWeight: number;
|
|
707
|
+
fontSize: string;
|
|
708
|
+
lineHeight: string;
|
|
709
|
+
cursor: string;
|
|
710
|
+
userSelect: string;
|
|
711
|
+
transition: string;
|
|
712
|
+
_hover: {
|
|
713
|
+
bg: string;
|
|
714
|
+
};
|
|
715
|
+
};
|
|
716
|
+
saveButton: {
|
|
717
|
+
display: string;
|
|
718
|
+
alignItems: string;
|
|
719
|
+
justifyContent: string;
|
|
720
|
+
gap: string;
|
|
721
|
+
flexShrink: number;
|
|
722
|
+
border: string;
|
|
723
|
+
borderRadius: string;
|
|
724
|
+
paddingInline: string;
|
|
725
|
+
paddingBlock: string;
|
|
726
|
+
bg: string;
|
|
727
|
+
color: string;
|
|
728
|
+
fontFamily: string;
|
|
729
|
+
fontWeight: number;
|
|
730
|
+
fontSize: string;
|
|
731
|
+
lineHeight: string;
|
|
732
|
+
cursor: string;
|
|
733
|
+
userSelect: string;
|
|
734
|
+
transition: string;
|
|
735
|
+
_hover: {
|
|
736
|
+
bg: string;
|
|
737
|
+
};
|
|
738
|
+
};
|
|
739
|
+
cancelButton: {
|
|
740
|
+
display: string;
|
|
741
|
+
alignItems: string;
|
|
742
|
+
justifyContent: string;
|
|
743
|
+
gap: string;
|
|
744
|
+
flexShrink: number;
|
|
745
|
+
border: string;
|
|
746
|
+
borderRadius: string;
|
|
747
|
+
paddingInline: string;
|
|
748
|
+
paddingBlock: string;
|
|
749
|
+
bg: string;
|
|
750
|
+
color: string;
|
|
751
|
+
fontFamily: string;
|
|
752
|
+
fontWeight: number;
|
|
753
|
+
fontSize: string;
|
|
754
|
+
lineHeight: string;
|
|
755
|
+
cursor: string;
|
|
756
|
+
userSelect: string;
|
|
757
|
+
transition: string;
|
|
758
|
+
_hover: {
|
|
759
|
+
bg: string;
|
|
760
|
+
};
|
|
761
|
+
};
|
|
762
|
+
editorActions: {
|
|
763
|
+
display: string;
|
|
764
|
+
justifyContent: string;
|
|
765
|
+
gap: string;
|
|
766
|
+
width: string;
|
|
767
|
+
paddingTop: string;
|
|
768
|
+
};
|
|
769
|
+
editorActionButton: {
|
|
770
|
+
display: string;
|
|
771
|
+
alignItems: string;
|
|
772
|
+
justifyContent: string;
|
|
773
|
+
minWidth: {
|
|
774
|
+
base: string;
|
|
775
|
+
md: string;
|
|
776
|
+
};
|
|
777
|
+
paddingInline: string;
|
|
778
|
+
paddingBlock: string;
|
|
779
|
+
borderRadius: string;
|
|
780
|
+
fontFamily: string;
|
|
781
|
+
fontWeight: number;
|
|
782
|
+
fontSize: string;
|
|
783
|
+
lineHeight: string;
|
|
784
|
+
cursor: string;
|
|
785
|
+
userSelect: string;
|
|
786
|
+
transition: string;
|
|
787
|
+
};
|
|
788
|
+
editorCancelButton: {
|
|
789
|
+
border: string;
|
|
790
|
+
bg: string;
|
|
791
|
+
color: string;
|
|
792
|
+
_hover: {
|
|
793
|
+
bg: string;
|
|
794
|
+
};
|
|
795
|
+
};
|
|
796
|
+
editorSaveButton: {
|
|
797
|
+
border: string;
|
|
798
|
+
bg: string;
|
|
799
|
+
color: string;
|
|
800
|
+
_hover: {
|
|
801
|
+
bg: string;
|
|
802
|
+
};
|
|
803
|
+
};
|
|
804
|
+
editorWrapper: {
|
|
805
|
+
width: string;
|
|
806
|
+
};
|
|
807
|
+
progressBarSpacer: {
|
|
808
|
+
paddingTop: string;
|
|
809
|
+
};
|
|
810
|
+
scriptWrapper: {
|
|
811
|
+
marginLeft: string;
|
|
812
|
+
width: string;
|
|
813
|
+
};
|
|
814
|
+
questionBlock: {
|
|
815
|
+
position: string;
|
|
816
|
+
width: string;
|
|
817
|
+
};
|
|
818
|
+
discussRow: {
|
|
819
|
+
display: string;
|
|
820
|
+
justifyContent: string;
|
|
821
|
+
width: string;
|
|
822
|
+
marginTop: string;
|
|
823
|
+
};
|
|
824
|
+
discussButton: {
|
|
825
|
+
bg: string;
|
|
826
|
+
color: string;
|
|
827
|
+
border: string;
|
|
828
|
+
fontFamily: string;
|
|
829
|
+
fontSize: string;
|
|
830
|
+
fontWeight: number;
|
|
831
|
+
height: string;
|
|
832
|
+
minWidth: string;
|
|
833
|
+
borderRadius: string;
|
|
834
|
+
_hover: {
|
|
835
|
+
bg: string;
|
|
836
|
+
};
|
|
837
|
+
};
|
|
838
|
+
viewDiscussButton: {
|
|
839
|
+
bg: string;
|
|
840
|
+
color: string;
|
|
841
|
+
border: string;
|
|
842
|
+
fontFamily: string;
|
|
843
|
+
fontSize: string;
|
|
844
|
+
fontWeight: number;
|
|
845
|
+
height: string;
|
|
846
|
+
minWidth: string;
|
|
847
|
+
borderRadius: string;
|
|
848
|
+
_hover: {
|
|
849
|
+
bg: string;
|
|
850
|
+
};
|
|
851
|
+
};
|
|
852
|
+
chatWrapper: {
|
|
853
|
+
width: string;
|
|
854
|
+
marginTop: string;
|
|
855
|
+
};
|
|
856
|
+
summaryWrapper: {
|
|
857
|
+
width: string;
|
|
858
|
+
marginTop: string;
|
|
859
|
+
};
|
|
860
|
+
};
|
|
861
|
+
export namespace teacherColors {
|
|
862
|
+
const textPrimary: string;
|
|
863
|
+
const textSecondary: string;
|
|
864
|
+
const textMuted: string;
|
|
865
|
+
const cardBg: string;
|
|
866
|
+
const cardHeaderBg: string;
|
|
867
|
+
const subCardBg: string;
|
|
868
|
+
const previewHeaderBg: string;
|
|
869
|
+
const previewBodyBg: string;
|
|
870
|
+
const scoreOptionBg: string;
|
|
871
|
+
const scoreOptionSelectedBg: string;
|
|
872
|
+
const optionWrongBg: string;
|
|
873
|
+
const optionWrongBorder: string;
|
|
874
|
+
const optionWrongLabelBg: string;
|
|
875
|
+
const optionCorrectBg: string;
|
|
876
|
+
const optionCorrectBorder: string;
|
|
877
|
+
const optionCorrectLabelBg: string;
|
|
878
|
+
const cardBorder: string;
|
|
879
|
+
const divider: string;
|
|
880
|
+
const separator: string;
|
|
881
|
+
const cardShadow: string;
|
|
882
|
+
const indexColor: string;
|
|
883
|
+
const optionLabelBg: string;
|
|
884
|
+
const optionLabelColor: string;
|
|
885
|
+
const accent: string;
|
|
886
|
+
const accentHover: string;
|
|
887
|
+
const accentSoft: string;
|
|
888
|
+
const accentContrast: string;
|
|
889
|
+
const accentShadow: string;
|
|
890
|
+
const neutralBorder: string;
|
|
891
|
+
const neutralText: string;
|
|
892
|
+
const neutralHover: string;
|
|
893
|
+
const menuBg: string;
|
|
894
|
+
const menuBorder: string;
|
|
895
|
+
const menuHover: string;
|
|
896
|
+
const menuText: string;
|
|
897
|
+
const imageCardBg: string;
|
|
898
|
+
const imageCardBorder: string;
|
|
899
|
+
}
|
|
900
|
+
declare namespace _default {
|
|
901
|
+
export namespace root {
|
|
902
|
+
export const display: string;
|
|
903
|
+
export const flexDirection: string;
|
|
904
|
+
export const gap: string;
|
|
905
|
+
export const width: string;
|
|
906
|
+
export { FONT as fontFamily };
|
|
907
|
+
}
|
|
908
|
+
export namespace sectionHeader {
|
|
909
|
+
const display_1: string;
|
|
910
|
+
export { display_1 as display };
|
|
911
|
+
const flexDirection_1: string;
|
|
912
|
+
export { flexDirection_1 as flexDirection };
|
|
913
|
+
const gap_1: string;
|
|
914
|
+
export { gap_1 as gap };
|
|
915
|
+
const width_1: string;
|
|
916
|
+
export { width_1 as width };
|
|
917
|
+
}
|
|
918
|
+
export namespace sectionTitle {
|
|
919
|
+
export { FONT as fontFamily };
|
|
920
|
+
export const fontWeight: number;
|
|
921
|
+
export namespace fontSize {
|
|
922
|
+
const base: string;
|
|
923
|
+
const md: string;
|
|
924
|
+
}
|
|
925
|
+
export namespace lineHeight {
|
|
926
|
+
const base_1: string;
|
|
927
|
+
export { base_1 as base };
|
|
928
|
+
const md_1: string;
|
|
929
|
+
export { md_1 as md };
|
|
930
|
+
}
|
|
931
|
+
import color = textPrimary;
|
|
932
|
+
export { color };
|
|
933
|
+
export const margin: number;
|
|
934
|
+
}
|
|
935
|
+
export namespace sectionDescription {
|
|
936
|
+
export { FONT as fontFamily };
|
|
937
|
+
const fontWeight_1: number;
|
|
938
|
+
export { fontWeight_1 as fontWeight };
|
|
939
|
+
const fontSize_1: string;
|
|
940
|
+
export { fontSize_1 as fontSize };
|
|
941
|
+
const lineHeight_1: string;
|
|
942
|
+
export { lineHeight_1 as lineHeight };
|
|
943
|
+
import color_1 = textMuted;
|
|
944
|
+
export { color_1 as color };
|
|
945
|
+
const margin_1: number;
|
|
946
|
+
export { margin_1 as margin };
|
|
947
|
+
}
|
|
948
|
+
export namespace questionList {
|
|
949
|
+
const display_2: string;
|
|
950
|
+
export { display_2 as display };
|
|
951
|
+
const flexDirection_2: string;
|
|
952
|
+
export { flexDirection_2 as flexDirection };
|
|
953
|
+
const gap_2: string;
|
|
954
|
+
export { gap_2 as gap };
|
|
955
|
+
const width_2: string;
|
|
956
|
+
export { width_2 as width };
|
|
957
|
+
}
|
|
958
|
+
export namespace questionWrapper {
|
|
959
|
+
const display_3: string;
|
|
960
|
+
export { display_3 as display };
|
|
961
|
+
const flexDirection_3: string;
|
|
962
|
+
export { flexDirection_3 as flexDirection };
|
|
963
|
+
const gap_3: string;
|
|
964
|
+
export { gap_3 as gap };
|
|
965
|
+
const width_3: string;
|
|
966
|
+
export { width_3 as width };
|
|
967
|
+
}
|
|
968
|
+
export namespace evaluatedByLabel {
|
|
969
|
+
export { FONT as fontFamily };
|
|
970
|
+
const fontWeight_2: number;
|
|
971
|
+
export { fontWeight_2 as fontWeight };
|
|
972
|
+
const fontSize_2: string;
|
|
973
|
+
export { fontSize_2 as fontSize };
|
|
974
|
+
const lineHeight_2: string;
|
|
975
|
+
export { lineHeight_2 as lineHeight };
|
|
976
|
+
import color_2 = textSecondary;
|
|
977
|
+
export { color_2 as color };
|
|
978
|
+
const margin_2: number;
|
|
979
|
+
export { margin_2 as margin };
|
|
980
|
+
}
|
|
981
|
+
export namespace card {
|
|
982
|
+
const display_4: string;
|
|
983
|
+
export { display_4 as display };
|
|
984
|
+
const flexDirection_4: string;
|
|
985
|
+
export { flexDirection_4 as flexDirection };
|
|
986
|
+
const gap_4: string;
|
|
987
|
+
export { gap_4 as gap };
|
|
988
|
+
const width_4: string;
|
|
989
|
+
export { width_4 as width };
|
|
990
|
+
import bg = cardBg;
|
|
991
|
+
export { bg };
|
|
992
|
+
export const border: string;
|
|
993
|
+
export const borderRadius: string;
|
|
994
|
+
import filter = cardShadow;
|
|
995
|
+
export { filter };
|
|
996
|
+
export { FONT as fontFamily };
|
|
997
|
+
}
|
|
998
|
+
export namespace cardHeader {
|
|
999
|
+
const display_5: string;
|
|
1000
|
+
export { display_5 as display };
|
|
1001
|
+
export namespace flexDirection_5 {
|
|
1002
|
+
const base_2: string;
|
|
1003
|
+
export { base_2 as base };
|
|
1004
|
+
const md_2: string;
|
|
1005
|
+
export { md_2 as md };
|
|
1006
|
+
}
|
|
1007
|
+
export { flexDirection_5 as flexDirection };
|
|
1008
|
+
export namespace flexWrap {
|
|
1009
|
+
const base_3: string;
|
|
1010
|
+
export { base_3 as base };
|
|
1011
|
+
const md_3: string;
|
|
1012
|
+
export { md_3 as md };
|
|
1013
|
+
}
|
|
1014
|
+
export namespace alignItems {
|
|
1015
|
+
const base_4: string;
|
|
1016
|
+
export { base_4 as base };
|
|
1017
|
+
const md_4: string;
|
|
1018
|
+
export { md_4 as md };
|
|
1019
|
+
}
|
|
1020
|
+
export const alignContent: string;
|
|
1021
|
+
export namespace gap_5 {
|
|
1022
|
+
const base_5: string;
|
|
1023
|
+
export { base_5 as base };
|
|
1024
|
+
const md_5: string;
|
|
1025
|
+
export { md_5 as md };
|
|
1026
|
+
}
|
|
1027
|
+
export { gap_5 as gap };
|
|
1028
|
+
export const padding: string;
|
|
1029
|
+
import bg_1 = cardHeaderBg;
|
|
1030
|
+
export { bg_1 as bg };
|
|
1031
|
+
export const borderTopRadius: string;
|
|
1032
|
+
const width_5: string;
|
|
1033
|
+
export { width_5 as width };
|
|
1034
|
+
}
|
|
1035
|
+
export namespace headerQuestionContainer {
|
|
1036
|
+
const display_6: string;
|
|
1037
|
+
export { display_6 as display };
|
|
1038
|
+
const flexDirection_6: string;
|
|
1039
|
+
export { flexDirection_6 as flexDirection };
|
|
1040
|
+
const alignItems_1: string;
|
|
1041
|
+
export { alignItems_1 as alignItems };
|
|
1042
|
+
const gap_6: string;
|
|
1043
|
+
export { gap_6 as gap };
|
|
1044
|
+
export namespace flex {
|
|
1045
|
+
const base_6: string;
|
|
1046
|
+
export { base_6 as base };
|
|
1047
|
+
const md_6: string;
|
|
1048
|
+
export { md_6 as md };
|
|
1049
|
+
}
|
|
1050
|
+
const width_6: string;
|
|
1051
|
+
export { width_6 as width };
|
|
1052
|
+
export namespace minWidth {
|
|
1053
|
+
const base_7: number;
|
|
1054
|
+
export { base_7 as base };
|
|
1055
|
+
const md_7: string;
|
|
1056
|
+
export { md_7 as md };
|
|
1057
|
+
}
|
|
1058
|
+
}
|
|
1059
|
+
export namespace objectiveHeaderRow {
|
|
1060
|
+
const display_7: string;
|
|
1061
|
+
export { display_7 as display };
|
|
1062
|
+
export namespace flexDirection_7 {
|
|
1063
|
+
const base_8: string;
|
|
1064
|
+
export { base_8 as base };
|
|
1065
|
+
const md_8: string;
|
|
1066
|
+
export { md_8 as md };
|
|
1067
|
+
}
|
|
1068
|
+
export { flexDirection_7 as flexDirection };
|
|
1069
|
+
export namespace alignItems_2 {
|
|
1070
|
+
const base_9: string;
|
|
1071
|
+
export { base_9 as base };
|
|
1072
|
+
const md_9: string;
|
|
1073
|
+
export { md_9 as md };
|
|
1074
|
+
}
|
|
1075
|
+
export { alignItems_2 as alignItems };
|
|
1076
|
+
export namespace gap_7 {
|
|
1077
|
+
const base_10: string;
|
|
1078
|
+
export { base_10 as base };
|
|
1079
|
+
const md_10: string;
|
|
1080
|
+
export { md_10 as md };
|
|
1081
|
+
}
|
|
1082
|
+
export { gap_7 as gap };
|
|
1083
|
+
const width_7: string;
|
|
1084
|
+
export { width_7 as width };
|
|
1085
|
+
}
|
|
1086
|
+
export namespace questionIndexRow {
|
|
1087
|
+
const display_8: string;
|
|
1088
|
+
export { display_8 as display };
|
|
1089
|
+
const alignItems_3: string;
|
|
1090
|
+
export { alignItems_3 as alignItems };
|
|
1091
|
+
const gap_8: string;
|
|
1092
|
+
export { gap_8 as gap };
|
|
1093
|
+
const width_8: string;
|
|
1094
|
+
export { width_8 as width };
|
|
1095
|
+
}
|
|
1096
|
+
export namespace questionIndexCircle {
|
|
1097
|
+
const display_9: string;
|
|
1098
|
+
export { display_9 as display };
|
|
1099
|
+
const alignItems_4: string;
|
|
1100
|
+
export { alignItems_4 as alignItems };
|
|
1101
|
+
export const justifyContent: string;
|
|
1102
|
+
export const flexShrink: number;
|
|
1103
|
+
export const boxSize: string;
|
|
1104
|
+
const borderRadius_1: string;
|
|
1105
|
+
export { borderRadius_1 as borderRadius };
|
|
1106
|
+
import bg_2 = cardBg;
|
|
1107
|
+
export { bg_2 as bg };
|
|
1108
|
+
const border_1: string;
|
|
1109
|
+
export { border_1 as border };
|
|
1110
|
+
import color_3 = indexColor;
|
|
1111
|
+
export { color_3 as color };
|
|
1112
|
+
export { FONT as fontFamily };
|
|
1113
|
+
const fontWeight_3: number;
|
|
1114
|
+
export { fontWeight_3 as fontWeight };
|
|
1115
|
+
const fontSize_3: string;
|
|
1116
|
+
export { fontSize_3 as fontSize };
|
|
1117
|
+
const lineHeight_3: string;
|
|
1118
|
+
export { lineHeight_3 as lineHeight };
|
|
1119
|
+
}
|
|
1120
|
+
export namespace questionTypeLabel {
|
|
1121
|
+
export { FONT as fontFamily };
|
|
1122
|
+
const fontWeight_4: number;
|
|
1123
|
+
export { fontWeight_4 as fontWeight };
|
|
1124
|
+
const fontSize_4: string;
|
|
1125
|
+
export { fontSize_4 as fontSize };
|
|
1126
|
+
const lineHeight_4: string;
|
|
1127
|
+
export { lineHeight_4 as lineHeight };
|
|
1128
|
+
import color_4 = textMuted;
|
|
1129
|
+
export { color_4 as color };
|
|
1130
|
+
const margin_3: number;
|
|
1131
|
+
export { margin_3 as margin };
|
|
1132
|
+
}
|
|
1133
|
+
export namespace questionText {
|
|
1134
|
+
export { FONT as fontFamily };
|
|
1135
|
+
const fontWeight_5: number;
|
|
1136
|
+
export { fontWeight_5 as fontWeight };
|
|
1137
|
+
const fontSize_5: string;
|
|
1138
|
+
export { fontSize_5 as fontSize };
|
|
1139
|
+
const lineHeight_5: string;
|
|
1140
|
+
export { lineHeight_5 as lineHeight };
|
|
1141
|
+
import color_5 = textPrimary;
|
|
1142
|
+
export { color_5 as color };
|
|
1143
|
+
const width_9: string;
|
|
1144
|
+
export { width_9 as width };
|
|
1145
|
+
export const wordBreak: string;
|
|
1146
|
+
}
|
|
1147
|
+
export namespace previewContent {
|
|
1148
|
+
const display_10: string;
|
|
1149
|
+
export { display_10 as display };
|
|
1150
|
+
const flexDirection_8: string;
|
|
1151
|
+
export { flexDirection_8 as flexDirection };
|
|
1152
|
+
import bg_3 = previewBodyBg;
|
|
1153
|
+
export { bg_3 as bg };
|
|
1154
|
+
export namespace borderRadius_2 {
|
|
1155
|
+
const base_11: string;
|
|
1156
|
+
export { base_11 as base };
|
|
1157
|
+
const md_11: string;
|
|
1158
|
+
export { md_11 as md };
|
|
1159
|
+
}
|
|
1160
|
+
export { borderRadius_2 as borderRadius };
|
|
1161
|
+
export const overflow: string;
|
|
1162
|
+
export namespace mx {
|
|
1163
|
+
const base_12: string;
|
|
1164
|
+
export { base_12 as base };
|
|
1165
|
+
const md_12: string;
|
|
1166
|
+
export { md_12 as md };
|
|
1167
|
+
}
|
|
1168
|
+
export namespace width_10 {
|
|
1169
|
+
const base_13: string;
|
|
1170
|
+
export { base_13 as base };
|
|
1171
|
+
const md_13: string;
|
|
1172
|
+
export { md_13 as md };
|
|
1173
|
+
}
|
|
1174
|
+
export { width_10 as width };
|
|
1175
|
+
export namespace maxWidth {
|
|
1176
|
+
const base_14: string;
|
|
1177
|
+
export { base_14 as base };
|
|
1178
|
+
const md_14: string;
|
|
1179
|
+
export { md_14 as md };
|
|
1180
|
+
}
|
|
1181
|
+
export namespace height {
|
|
1182
|
+
const base_15: string;
|
|
1183
|
+
export { base_15 as base };
|
|
1184
|
+
const md_15: string;
|
|
1185
|
+
export { md_15 as md };
|
|
1186
|
+
}
|
|
1187
|
+
export namespace maxHeight {
|
|
1188
|
+
const base_16: string;
|
|
1189
|
+
export { base_16 as base };
|
|
1190
|
+
const md_16: string;
|
|
1191
|
+
export { md_16 as md };
|
|
1192
|
+
}
|
|
1193
|
+
}
|
|
1194
|
+
export namespace previewHeader {
|
|
1195
|
+
const display_11: string;
|
|
1196
|
+
export { display_11 as display };
|
|
1197
|
+
const alignItems_5: string;
|
|
1198
|
+
export { alignItems_5 as alignItems };
|
|
1199
|
+
const justifyContent_1: string;
|
|
1200
|
+
export { justifyContent_1 as justifyContent };
|
|
1201
|
+
const gap_9: string;
|
|
1202
|
+
export { gap_9 as gap };
|
|
1203
|
+
const flexShrink_1: number;
|
|
1204
|
+
export { flexShrink_1 as flexShrink };
|
|
1205
|
+
export namespace px {
|
|
1206
|
+
const base_17: string;
|
|
1207
|
+
export { base_17 as base };
|
|
1208
|
+
const md_17: string;
|
|
1209
|
+
export { md_17 as md };
|
|
1210
|
+
}
|
|
1211
|
+
export namespace py {
|
|
1212
|
+
const base_18: string;
|
|
1213
|
+
export { base_18 as base };
|
|
1214
|
+
const md_18: string;
|
|
1215
|
+
export { md_18 as md };
|
|
1216
|
+
}
|
|
1217
|
+
import bg_4 = previewHeaderBg;
|
|
1218
|
+
export { bg_4 as bg };
|
|
1219
|
+
}
|
|
1220
|
+
export namespace previewTitle {
|
|
1221
|
+
export { FONT as fontFamily };
|
|
1222
|
+
const fontWeight_6: number;
|
|
1223
|
+
export { fontWeight_6 as fontWeight };
|
|
1224
|
+
export namespace fontSize_6 {
|
|
1225
|
+
const base_19: string;
|
|
1226
|
+
export { base_19 as base };
|
|
1227
|
+
const md_19: string;
|
|
1228
|
+
export { md_19 as md };
|
|
1229
|
+
}
|
|
1230
|
+
export { fontSize_6 as fontSize };
|
|
1231
|
+
export namespace lineHeight_6 {
|
|
1232
|
+
const base_20: string;
|
|
1233
|
+
export { base_20 as base };
|
|
1234
|
+
const md_20: string;
|
|
1235
|
+
export { md_20 as md };
|
|
1236
|
+
}
|
|
1237
|
+
export { lineHeight_6 as lineHeight };
|
|
1238
|
+
import color_6 = textPrimary;
|
|
1239
|
+
export { color_6 as color };
|
|
1240
|
+
const margin_4: number;
|
|
1241
|
+
export { margin_4 as margin };
|
|
1242
|
+
}
|
|
1243
|
+
export namespace previewClose {
|
|
1244
|
+
import color_7 = textPrimary;
|
|
1245
|
+
export { color_7 as color };
|
|
1246
|
+
const flexShrink_2: number;
|
|
1247
|
+
export { flexShrink_2 as flexShrink };
|
|
1248
|
+
export namespace _hover {
|
|
1249
|
+
import bg_5 = neutralHover;
|
|
1250
|
+
export { bg_5 as bg };
|
|
1251
|
+
}
|
|
1252
|
+
}
|
|
1253
|
+
export namespace previewBody {
|
|
1254
|
+
const flex_1: string;
|
|
1255
|
+
export { flex_1 as flex };
|
|
1256
|
+
export const minHeight: number;
|
|
1257
|
+
const display_12: string;
|
|
1258
|
+
export { display_12 as display };
|
|
1259
|
+
const alignItems_6: string;
|
|
1260
|
+
export { alignItems_6 as alignItems };
|
|
1261
|
+
const justifyContent_2: string;
|
|
1262
|
+
export { justifyContent_2 as justifyContent };
|
|
1263
|
+
const overflow_1: string;
|
|
1264
|
+
export { overflow_1 as overflow };
|
|
1265
|
+
export namespace px_1 {
|
|
1266
|
+
const base_21: string;
|
|
1267
|
+
export { base_21 as base };
|
|
1268
|
+
const md_21: string;
|
|
1269
|
+
export { md_21 as md };
|
|
1270
|
+
}
|
|
1271
|
+
export { px_1 as px };
|
|
1272
|
+
export namespace py_1 {
|
|
1273
|
+
const base_22: string;
|
|
1274
|
+
export { base_22 as base };
|
|
1275
|
+
const md_22: string;
|
|
1276
|
+
export { md_22 as md };
|
|
1277
|
+
}
|
|
1278
|
+
export { py_1 as py };
|
|
1279
|
+
}
|
|
1280
|
+
export namespace previewImage {
|
|
1281
|
+
const maxWidth_1: string;
|
|
1282
|
+
export { maxWidth_1 as maxWidth };
|
|
1283
|
+
const maxHeight_1: string;
|
|
1284
|
+
export { maxHeight_1 as maxHeight };
|
|
1285
|
+
export const objectFit: string;
|
|
1286
|
+
}
|
|
1287
|
+
export namespace passageText {
|
|
1288
|
+
export { FONT as fontFamily };
|
|
1289
|
+
const fontWeight_7: number;
|
|
1290
|
+
export { fontWeight_7 as fontWeight };
|
|
1291
|
+
const fontSize_7: string;
|
|
1292
|
+
export { fontSize_7 as fontSize };
|
|
1293
|
+
const lineHeight_7: string;
|
|
1294
|
+
export { lineHeight_7 as lineHeight };
|
|
1295
|
+
import color_8 = textSecondary;
|
|
1296
|
+
export { color_8 as color };
|
|
1297
|
+
const width_11: string;
|
|
1298
|
+
export { width_11 as width };
|
|
1299
|
+
const wordBreak_1: string;
|
|
1300
|
+
export { wordBreak_1 as wordBreak };
|
|
1301
|
+
}
|
|
1302
|
+
export namespace comprehensionHeader {
|
|
1303
|
+
const display_13: string;
|
|
1304
|
+
export { display_13 as display };
|
|
1305
|
+
const flexDirection_9: string;
|
|
1306
|
+
export { flexDirection_9 as flexDirection };
|
|
1307
|
+
const alignItems_7: string;
|
|
1308
|
+
export { alignItems_7 as alignItems };
|
|
1309
|
+
const gap_10: string;
|
|
1310
|
+
export { gap_10 as gap };
|
|
1311
|
+
const width_12: string;
|
|
1312
|
+
export { width_12 as width };
|
|
1313
|
+
const padding_1: string;
|
|
1314
|
+
export { padding_1 as padding };
|
|
1315
|
+
}
|
|
1316
|
+
export namespace subQuestionList {
|
|
1317
|
+
const display_14: string;
|
|
1318
|
+
export { display_14 as display };
|
|
1319
|
+
const flexDirection_10: string;
|
|
1320
|
+
export { flexDirection_10 as flexDirection };
|
|
1321
|
+
const gap_11: string;
|
|
1322
|
+
export { gap_11 as gap };
|
|
1323
|
+
const width_13: string;
|
|
1324
|
+
export { width_13 as width };
|
|
1325
|
+
const padding_2: string;
|
|
1326
|
+
export { padding_2 as padding };
|
|
1327
|
+
}
|
|
1328
|
+
export namespace subQuestionCard {
|
|
1329
|
+
const display_15: string;
|
|
1330
|
+
export { display_15 as display };
|
|
1331
|
+
const flexDirection_11: string;
|
|
1332
|
+
export { flexDirection_11 as flexDirection };
|
|
1333
|
+
const width_14: string;
|
|
1334
|
+
export { width_14 as width };
|
|
1335
|
+
const overflow_2: string;
|
|
1336
|
+
export { overflow_2 as overflow };
|
|
1337
|
+
const borderRadius_3: string;
|
|
1338
|
+
export { borderRadius_3 as borderRadius };
|
|
1339
|
+
const border_2: string;
|
|
1340
|
+
export { border_2 as border };
|
|
1341
|
+
import bg_6 = cardBg;
|
|
1342
|
+
export { bg_6 as bg };
|
|
1343
|
+
}
|
|
1344
|
+
export namespace subQuestionIndexBadge {
|
|
1345
|
+
const display_16: string;
|
|
1346
|
+
export { display_16 as display };
|
|
1347
|
+
const alignItems_8: string;
|
|
1348
|
+
export { alignItems_8 as alignItems };
|
|
1349
|
+
const justifyContent_3: string;
|
|
1350
|
+
export { justifyContent_3 as justifyContent };
|
|
1351
|
+
const flexShrink_3: number;
|
|
1352
|
+
export { flexShrink_3 as flexShrink };
|
|
1353
|
+
const minWidth_1: string;
|
|
1354
|
+
export { minWidth_1 as minWidth };
|
|
1355
|
+
const height_1: string;
|
|
1356
|
+
export { height_1 as height };
|
|
1357
|
+
export const paddingInline: string;
|
|
1358
|
+
const borderRadius_4: string;
|
|
1359
|
+
export { borderRadius_4 as borderRadius };
|
|
1360
|
+
import bg_7 = cardBg;
|
|
1361
|
+
export { bg_7 as bg };
|
|
1362
|
+
const border_3: string;
|
|
1363
|
+
export { border_3 as border };
|
|
1364
|
+
import color_9 = textSecondary;
|
|
1365
|
+
export { color_9 as color };
|
|
1366
|
+
export { FONT as fontFamily };
|
|
1367
|
+
const fontWeight_8: number;
|
|
1368
|
+
export { fontWeight_8 as fontWeight };
|
|
1369
|
+
const fontSize_8: string;
|
|
1370
|
+
export { fontSize_8 as fontSize };
|
|
1371
|
+
const lineHeight_8: string;
|
|
1372
|
+
export { lineHeight_8 as lineHeight };
|
|
1373
|
+
}
|
|
1374
|
+
export namespace subQuestionHeader {
|
|
1375
|
+
const display_17: string;
|
|
1376
|
+
export { display_17 as display };
|
|
1377
|
+
const flexWrap_1: string;
|
|
1378
|
+
export { flexWrap_1 as flexWrap };
|
|
1379
|
+
const alignItems_9: string;
|
|
1380
|
+
export { alignItems_9 as alignItems };
|
|
1381
|
+
const justifyContent_4: string;
|
|
1382
|
+
export { justifyContent_4 as justifyContent };
|
|
1383
|
+
const gap_12: string;
|
|
1384
|
+
export { gap_12 as gap };
|
|
1385
|
+
const width_15: string;
|
|
1386
|
+
export { width_15 as width };
|
|
1387
|
+
}
|
|
1388
|
+
export namespace subQuestionHeaderMain {
|
|
1389
|
+
const display_18: string;
|
|
1390
|
+
export { display_18 as display };
|
|
1391
|
+
const flexDirection_12: string;
|
|
1392
|
+
export { flexDirection_12 as flexDirection };
|
|
1393
|
+
const alignItems_10: string;
|
|
1394
|
+
export { alignItems_10 as alignItems };
|
|
1395
|
+
const gap_13: string;
|
|
1396
|
+
export { gap_13 as gap };
|
|
1397
|
+
const flex_2: string;
|
|
1398
|
+
export { flex_2 as flex };
|
|
1399
|
+
const minWidth_2: string;
|
|
1400
|
+
export { minWidth_2 as minWidth };
|
|
1401
|
+
}
|
|
1402
|
+
export namespace subQuestionIndexRow {
|
|
1403
|
+
const display_19: string;
|
|
1404
|
+
export { display_19 as display };
|
|
1405
|
+
const alignItems_11: string;
|
|
1406
|
+
export { alignItems_11 as alignItems };
|
|
1407
|
+
const gap_14: string;
|
|
1408
|
+
export { gap_14 as gap };
|
|
1409
|
+
const width_16: string;
|
|
1410
|
+
export { width_16 as width };
|
|
1411
|
+
}
|
|
1412
|
+
export namespace subQuestionIndex {
|
|
1413
|
+
export { FONT as fontFamily };
|
|
1414
|
+
const fontWeight_9: number;
|
|
1415
|
+
export { fontWeight_9 as fontWeight };
|
|
1416
|
+
const fontSize_9: string;
|
|
1417
|
+
export { fontSize_9 as fontSize };
|
|
1418
|
+
const lineHeight_9: string;
|
|
1419
|
+
export { lineHeight_9 as lineHeight };
|
|
1420
|
+
import color_10 = textSecondary;
|
|
1421
|
+
export { color_10 as color };
|
|
1422
|
+
const margin_5: number;
|
|
1423
|
+
export { margin_5 as margin };
|
|
1424
|
+
const flexShrink_4: number;
|
|
1425
|
+
export { flexShrink_4 as flexShrink };
|
|
1426
|
+
}
|
|
1427
|
+
export namespace scoreBox {
|
|
1428
|
+
const display_20: string;
|
|
1429
|
+
export { display_20 as display };
|
|
1430
|
+
const alignItems_12: string;
|
|
1431
|
+
export { alignItems_12 as alignItems };
|
|
1432
|
+
const gap_15: string;
|
|
1433
|
+
export { gap_15 as gap };
|
|
1434
|
+
const flexShrink_5: number;
|
|
1435
|
+
export { flexShrink_5 as flexShrink };
|
|
1436
|
+
const border_4: string;
|
|
1437
|
+
export { border_4 as border };
|
|
1438
|
+
const borderRadius_5: string;
|
|
1439
|
+
export { borderRadius_5 as borderRadius };
|
|
1440
|
+
const paddingInline_1: string;
|
|
1441
|
+
export { paddingInline_1 as paddingInline };
|
|
1442
|
+
export const paddingBlock: string;
|
|
1443
|
+
import color_11 = accent;
|
|
1444
|
+
export { color_11 as color };
|
|
1445
|
+
export { FONT as fontFamily };
|
|
1446
|
+
const fontWeight_10: number;
|
|
1447
|
+
export { fontWeight_10 as fontWeight };
|
|
1448
|
+
const fontSize_10: string;
|
|
1449
|
+
export { fontSize_10 as fontSize };
|
|
1450
|
+
const lineHeight_10: string;
|
|
1451
|
+
export { lineHeight_10 as lineHeight };
|
|
1452
|
+
const bg_8: string;
|
|
1453
|
+
export { bg_8 as bg };
|
|
1454
|
+
}
|
|
1455
|
+
export const scoreSelect: {
|
|
1456
|
+
border: string;
|
|
1457
|
+
borderRadius: string;
|
|
1458
|
+
color: string;
|
|
1459
|
+
fontFamily: string;
|
|
1460
|
+
fontWeight: number;
|
|
1461
|
+
fontSize: string;
|
|
1462
|
+
lineHeight: string;
|
|
1463
|
+
height: string;
|
|
1464
|
+
bg: string;
|
|
1465
|
+
cursor: string;
|
|
1466
|
+
_hover: {
|
|
1467
|
+
bg: string;
|
|
1468
|
+
};
|
|
1469
|
+
_focus: {
|
|
1470
|
+
boxShadow: string;
|
|
1471
|
+
borderColor: string;
|
|
1472
|
+
};
|
|
1473
|
+
"> option": {
|
|
1474
|
+
background: string;
|
|
1475
|
+
color: string;
|
|
1476
|
+
};
|
|
1477
|
+
};
|
|
1478
|
+
export namespace scorePanel {
|
|
1479
|
+
const display_21: string;
|
|
1480
|
+
export { display_21 as display };
|
|
1481
|
+
const flexDirection_13: string;
|
|
1482
|
+
export { flexDirection_13 as flexDirection };
|
|
1483
|
+
const gap_16: string;
|
|
1484
|
+
export { gap_16 as gap };
|
|
1485
|
+
export namespace width_17 {
|
|
1486
|
+
const base_23: string;
|
|
1487
|
+
export { base_23 as base };
|
|
1488
|
+
const md_23: string;
|
|
1489
|
+
export { md_23 as md };
|
|
1490
|
+
}
|
|
1491
|
+
export { width_17 as width };
|
|
1492
|
+
const padding_3: string;
|
|
1493
|
+
export { padding_3 as padding };
|
|
1494
|
+
const borderRadius_6: string;
|
|
1495
|
+
export { borderRadius_6 as borderRadius };
|
|
1496
|
+
import bg_9 = cardBg;
|
|
1497
|
+
export { bg_9 as bg };
|
|
1498
|
+
const border_5: string;
|
|
1499
|
+
export { border_5 as border };
|
|
1500
|
+
export const boxShadow: string;
|
|
1501
|
+
}
|
|
1502
|
+
export namespace scorePanelHeader {
|
|
1503
|
+
const display_22: string;
|
|
1504
|
+
export { display_22 as display };
|
|
1505
|
+
const alignItems_13: string;
|
|
1506
|
+
export { alignItems_13 as alignItems };
|
|
1507
|
+
const justifyContent_5: string;
|
|
1508
|
+
export { justifyContent_5 as justifyContent };
|
|
1509
|
+
const gap_17: string;
|
|
1510
|
+
export { gap_17 as gap };
|
|
1511
|
+
const width_18: string;
|
|
1512
|
+
export { width_18 as width };
|
|
1513
|
+
}
|
|
1514
|
+
export namespace scorePanelTitle {
|
|
1515
|
+
export { FONT as fontFamily };
|
|
1516
|
+
const fontWeight_11: number;
|
|
1517
|
+
export { fontWeight_11 as fontWeight };
|
|
1518
|
+
const fontSize_11: string;
|
|
1519
|
+
export { fontSize_11 as fontSize };
|
|
1520
|
+
const lineHeight_11: string;
|
|
1521
|
+
export { lineHeight_11 as lineHeight };
|
|
1522
|
+
import color_12 = textPrimary;
|
|
1523
|
+
export { color_12 as color };
|
|
1524
|
+
const margin_6: number;
|
|
1525
|
+
export { margin_6 as margin };
|
|
1526
|
+
}
|
|
1527
|
+
export namespace scorePanelClose {
|
|
1528
|
+
import color_13 = accent;
|
|
1529
|
+
export { color_13 as color };
|
|
1530
|
+
const flexShrink_6: number;
|
|
1531
|
+
export { flexShrink_6 as flexShrink };
|
|
1532
|
+
export namespace _hover_1 {
|
|
1533
|
+
import bg_10 = accentSoft;
|
|
1534
|
+
export { bg_10 as bg };
|
|
1535
|
+
}
|
|
1536
|
+
export { _hover_1 as _hover };
|
|
1537
|
+
}
|
|
1538
|
+
export namespace scoreOptionsGrid {
|
|
1539
|
+
const display_23: string;
|
|
1540
|
+
export { display_23 as display };
|
|
1541
|
+
const flexWrap_2: string;
|
|
1542
|
+
export { flexWrap_2 as flexWrap };
|
|
1543
|
+
const gap_18: string;
|
|
1544
|
+
export { gap_18 as gap };
|
|
1545
|
+
const width_19: string;
|
|
1546
|
+
export { width_19 as width };
|
|
1547
|
+
}
|
|
1548
|
+
export namespace scoreOption {
|
|
1549
|
+
const display_24: string;
|
|
1550
|
+
export { display_24 as display };
|
|
1551
|
+
const alignItems_14: string;
|
|
1552
|
+
export { alignItems_14 as alignItems };
|
|
1553
|
+
const justifyContent_6: string;
|
|
1554
|
+
export { justifyContent_6 as justifyContent };
|
|
1555
|
+
const minWidth_3: string;
|
|
1556
|
+
export { minWidth_3 as minWidth };
|
|
1557
|
+
const paddingInline_2: string;
|
|
1558
|
+
export { paddingInline_2 as paddingInline };
|
|
1559
|
+
const paddingBlock_1: string;
|
|
1560
|
+
export { paddingBlock_1 as paddingBlock };
|
|
1561
|
+
const borderRadius_7: string;
|
|
1562
|
+
export { borderRadius_7 as borderRadius };
|
|
1563
|
+
const border_6: string;
|
|
1564
|
+
export { border_6 as border };
|
|
1565
|
+
import bg_11 = scoreOptionBg;
|
|
1566
|
+
export { bg_11 as bg };
|
|
1567
|
+
import color_14 = textPrimary;
|
|
1568
|
+
export { color_14 as color };
|
|
1569
|
+
export { FONT as fontFamily };
|
|
1570
|
+
const fontWeight_12: number;
|
|
1571
|
+
export { fontWeight_12 as fontWeight };
|
|
1572
|
+
const fontSize_12: string;
|
|
1573
|
+
export { fontSize_12 as fontSize };
|
|
1574
|
+
const lineHeight_12: string;
|
|
1575
|
+
export { lineHeight_12 as lineHeight };
|
|
1576
|
+
export const cursor: string;
|
|
1577
|
+
export const userSelect: string;
|
|
1578
|
+
export const transition: string;
|
|
1579
|
+
export namespace _hover_2 {
|
|
1580
|
+
import borderColor = accent;
|
|
1581
|
+
export { borderColor };
|
|
1582
|
+
}
|
|
1583
|
+
export { _hover_2 as _hover };
|
|
1584
|
+
}
|
|
1585
|
+
export namespace scoreOptionSelected {
|
|
1586
|
+
const border_7: string;
|
|
1587
|
+
export { border_7 as border };
|
|
1588
|
+
import bg_12 = scoreOptionSelectedBg;
|
|
1589
|
+
export { bg_12 as bg };
|
|
1590
|
+
import color_15 = accent;
|
|
1591
|
+
export { color_15 as color };
|
|
1592
|
+
const fontWeight_13: number;
|
|
1593
|
+
export { fontWeight_13 as fontWeight };
|
|
1594
|
+
}
|
|
1595
|
+
export namespace scorePanelNote {
|
|
1596
|
+
export { FONT as fontFamily };
|
|
1597
|
+
const fontWeight_14: number;
|
|
1598
|
+
export { fontWeight_14 as fontWeight };
|
|
1599
|
+
const fontSize_13: string;
|
|
1600
|
+
export { fontSize_13 as fontSize };
|
|
1601
|
+
const lineHeight_13: string;
|
|
1602
|
+
export { lineHeight_13 as lineHeight };
|
|
1603
|
+
import color_16 = textMuted;
|
|
1604
|
+
export { color_16 as color };
|
|
1605
|
+
const margin_7: number;
|
|
1606
|
+
export { margin_7 as margin };
|
|
1607
|
+
}
|
|
1608
|
+
export namespace scorePanelActions {
|
|
1609
|
+
const display_25: string;
|
|
1610
|
+
export { display_25 as display };
|
|
1611
|
+
const justifyContent_7: string;
|
|
1612
|
+
export { justifyContent_7 as justifyContent };
|
|
1613
|
+
const width_20: string;
|
|
1614
|
+
export { width_20 as width };
|
|
1615
|
+
}
|
|
1616
|
+
export namespace scoreUpdateButton {
|
|
1617
|
+
const display_26: string;
|
|
1618
|
+
export { display_26 as display };
|
|
1619
|
+
const alignItems_15: string;
|
|
1620
|
+
export { alignItems_15 as alignItems };
|
|
1621
|
+
const justifyContent_8: string;
|
|
1622
|
+
export { justifyContent_8 as justifyContent };
|
|
1623
|
+
const minWidth_4: string;
|
|
1624
|
+
export { minWidth_4 as minWidth };
|
|
1625
|
+
const paddingInline_3: string;
|
|
1626
|
+
export { paddingInline_3 as paddingInline };
|
|
1627
|
+
const paddingBlock_2: string;
|
|
1628
|
+
export { paddingBlock_2 as paddingBlock };
|
|
1629
|
+
const borderRadius_8: string;
|
|
1630
|
+
export { borderRadius_8 as borderRadius };
|
|
1631
|
+
import bg_13 = accent;
|
|
1632
|
+
export { bg_13 as bg };
|
|
1633
|
+
import color_17 = accentContrast;
|
|
1634
|
+
export { color_17 as color };
|
|
1635
|
+
export { FONT as fontFamily };
|
|
1636
|
+
const fontWeight_15: number;
|
|
1637
|
+
export { fontWeight_15 as fontWeight };
|
|
1638
|
+
const fontSize_14: string;
|
|
1639
|
+
export { fontSize_14 as fontSize };
|
|
1640
|
+
const lineHeight_14: string;
|
|
1641
|
+
export { lineHeight_14 as lineHeight };
|
|
1642
|
+
const cursor_1: string;
|
|
1643
|
+
export { cursor_1 as cursor };
|
|
1644
|
+
const userSelect_1: string;
|
|
1645
|
+
export { userSelect_1 as userSelect };
|
|
1646
|
+
const transition_1: string;
|
|
1647
|
+
export { transition_1 as transition };
|
|
1648
|
+
export namespace _hover_3 {
|
|
1649
|
+
import bg_14 = accentHover;
|
|
1650
|
+
export { bg_14 as bg };
|
|
1651
|
+
}
|
|
1652
|
+
export { _hover_3 as _hover };
|
|
1653
|
+
}
|
|
1654
|
+
export namespace cardBody {
|
|
1655
|
+
const display_27: string;
|
|
1656
|
+
export { display_27 as display };
|
|
1657
|
+
const flexDirection_14: string;
|
|
1658
|
+
export { flexDirection_14 as flexDirection };
|
|
1659
|
+
const width_21: string;
|
|
1660
|
+
export { width_21 as width };
|
|
1661
|
+
}
|
|
1662
|
+
export namespace block {
|
|
1663
|
+
const display_28: string;
|
|
1664
|
+
export { display_28 as display };
|
|
1665
|
+
const flexDirection_15: string;
|
|
1666
|
+
export { flexDirection_15 as flexDirection };
|
|
1667
|
+
const alignItems_16: string;
|
|
1668
|
+
export { alignItems_16 as alignItems };
|
|
1669
|
+
const gap_19: string;
|
|
1670
|
+
export { gap_19 as gap };
|
|
1671
|
+
const padding_4: string;
|
|
1672
|
+
export { padding_4 as padding };
|
|
1673
|
+
const borderRadius_9: string;
|
|
1674
|
+
export { borderRadius_9 as borderRadius };
|
|
1675
|
+
const width_22: string;
|
|
1676
|
+
export { width_22 as width };
|
|
1677
|
+
}
|
|
1678
|
+
export namespace feedbackBlock {
|
|
1679
|
+
const display_29: string;
|
|
1680
|
+
export { display_29 as display };
|
|
1681
|
+
const flexDirection_16: string;
|
|
1682
|
+
export { flexDirection_16 as flexDirection };
|
|
1683
|
+
const alignItems_17: string;
|
|
1684
|
+
export { alignItems_17 as alignItems };
|
|
1685
|
+
const gap_20: string;
|
|
1686
|
+
export { gap_20 as gap };
|
|
1687
|
+
const padding_5: string;
|
|
1688
|
+
export { padding_5 as padding };
|
|
1689
|
+
const borderRadius_10: string;
|
|
1690
|
+
export { borderRadius_10 as borderRadius };
|
|
1691
|
+
const width_23: string;
|
|
1692
|
+
export { width_23 as width };
|
|
1693
|
+
}
|
|
1694
|
+
export namespace blockSection {
|
|
1695
|
+
const display_30: string;
|
|
1696
|
+
export { display_30 as display };
|
|
1697
|
+
const flexDirection_17: string;
|
|
1698
|
+
export { flexDirection_17 as flexDirection };
|
|
1699
|
+
const alignItems_18: string;
|
|
1700
|
+
export { alignItems_18 as alignItems };
|
|
1701
|
+
const gap_21: string;
|
|
1702
|
+
export { gap_21 as gap };
|
|
1703
|
+
const width_24: string;
|
|
1704
|
+
export { width_24 as width };
|
|
1705
|
+
}
|
|
1706
|
+
export namespace blockTitleRow {
|
|
1707
|
+
const display_31: string;
|
|
1708
|
+
export { display_31 as display };
|
|
1709
|
+
const flexWrap_3: string;
|
|
1710
|
+
export { flexWrap_3 as flexWrap };
|
|
1711
|
+
const alignItems_19: string;
|
|
1712
|
+
export { alignItems_19 as alignItems };
|
|
1713
|
+
const alignContent_1: string;
|
|
1714
|
+
export { alignContent_1 as alignContent };
|
|
1715
|
+
const justifyContent_9: string;
|
|
1716
|
+
export { justifyContent_9 as justifyContent };
|
|
1717
|
+
export const rowGap: string;
|
|
1718
|
+
export const columnGap: string;
|
|
1719
|
+
const width_25: string;
|
|
1720
|
+
export { width_25 as width };
|
|
1721
|
+
}
|
|
1722
|
+
export namespace blockTitle {
|
|
1723
|
+
export { FONT as fontFamily };
|
|
1724
|
+
const fontWeight_16: number;
|
|
1725
|
+
export { fontWeight_16 as fontWeight };
|
|
1726
|
+
const fontSize_15: string;
|
|
1727
|
+
export { fontSize_15 as fontSize };
|
|
1728
|
+
const lineHeight_15: string;
|
|
1729
|
+
export { lineHeight_15 as lineHeight };
|
|
1730
|
+
import color_18 = textPrimary;
|
|
1731
|
+
export { color_18 as color };
|
|
1732
|
+
const margin_8: number;
|
|
1733
|
+
export { margin_8 as margin };
|
|
1734
|
+
export const whiteSpace: string;
|
|
1735
|
+
}
|
|
1736
|
+
export namespace separator_1 {
|
|
1737
|
+
const width_26: string;
|
|
1738
|
+
export { width_26 as width };
|
|
1739
|
+
const height_2: string;
|
|
1740
|
+
export { height_2 as height };
|
|
1741
|
+
export const borderTop: string;
|
|
1742
|
+
const flexShrink_7: number;
|
|
1743
|
+
export { flexShrink_7 as flexShrink };
|
|
1744
|
+
}
|
|
1745
|
+
export { separator_1 as separator };
|
|
1746
|
+
export namespace answerText {
|
|
1747
|
+
export { FONT as fontFamily };
|
|
1748
|
+
const fontWeight_17: number;
|
|
1749
|
+
export { fontWeight_17 as fontWeight };
|
|
1750
|
+
const fontSize_16: string;
|
|
1751
|
+
export { fontSize_16 as fontSize };
|
|
1752
|
+
const lineHeight_16: string;
|
|
1753
|
+
export { lineHeight_16 as lineHeight };
|
|
1754
|
+
import color_19 = textSecondary;
|
|
1755
|
+
export { color_19 as color };
|
|
1756
|
+
const width_27: string;
|
|
1757
|
+
export { width_27 as width };
|
|
1758
|
+
const wordBreak_2: string;
|
|
1759
|
+
export { wordBreak_2 as wordBreak };
|
|
1760
|
+
}
|
|
1761
|
+
export namespace notAnswered {
|
|
1762
|
+
export { FONT as fontFamily };
|
|
1763
|
+
const fontWeight_18: number;
|
|
1764
|
+
export { fontWeight_18 as fontWeight };
|
|
1765
|
+
const fontSize_17: string;
|
|
1766
|
+
export { fontSize_17 as fontSize };
|
|
1767
|
+
const lineHeight_17: string;
|
|
1768
|
+
export { lineHeight_17 as lineHeight };
|
|
1769
|
+
import color_20 = textMuted;
|
|
1770
|
+
export { color_20 as color };
|
|
1771
|
+
const margin_9: number;
|
|
1772
|
+
export { margin_9 as margin };
|
|
1773
|
+
}
|
|
1774
|
+
export namespace contentCard {
|
|
1775
|
+
const display_32: string;
|
|
1776
|
+
export { display_32 as display };
|
|
1777
|
+
const flexDirection_18: string;
|
|
1778
|
+
export { flexDirection_18 as flexDirection };
|
|
1779
|
+
const alignItems_20: string;
|
|
1780
|
+
export { alignItems_20 as alignItems };
|
|
1781
|
+
const justifyContent_10: string;
|
|
1782
|
+
export { justifyContent_10 as justifyContent };
|
|
1783
|
+
const gap_22: string;
|
|
1784
|
+
export { gap_22 as gap };
|
|
1785
|
+
const padding_6: string;
|
|
1786
|
+
export { padding_6 as padding };
|
|
1787
|
+
const borderRadius_11: string;
|
|
1788
|
+
export { borderRadius_11 as borderRadius };
|
|
1789
|
+
const width_28: string;
|
|
1790
|
+
export { width_28 as width };
|
|
1791
|
+
}
|
|
1792
|
+
export namespace summaryHeadline {
|
|
1793
|
+
export { FONT as fontFamily };
|
|
1794
|
+
const fontWeight_19: number;
|
|
1795
|
+
export { fontWeight_19 as fontWeight };
|
|
1796
|
+
const fontSize_18: string;
|
|
1797
|
+
export { fontSize_18 as fontSize };
|
|
1798
|
+
const lineHeight_18: string;
|
|
1799
|
+
export { lineHeight_18 as lineHeight };
|
|
1800
|
+
import color_21 = textPrimary;
|
|
1801
|
+
export { color_21 as color };
|
|
1802
|
+
const width_29: string;
|
|
1803
|
+
export { width_29 as width };
|
|
1804
|
+
const wordBreak_3: string;
|
|
1805
|
+
export { wordBreak_3 as wordBreak };
|
|
1806
|
+
}
|
|
1807
|
+
export namespace summarySubTitle {
|
|
1808
|
+
export { FONT as fontFamily };
|
|
1809
|
+
const fontWeight_20: number;
|
|
1810
|
+
export { fontWeight_20 as fontWeight };
|
|
1811
|
+
const fontSize_19: string;
|
|
1812
|
+
export { fontSize_19 as fontSize };
|
|
1813
|
+
const lineHeight_19: string;
|
|
1814
|
+
export { lineHeight_19 as lineHeight };
|
|
1815
|
+
import color_22 = textSecondary;
|
|
1816
|
+
export { color_22 as color };
|
|
1817
|
+
const margin_10: number;
|
|
1818
|
+
export { margin_10 as margin };
|
|
1819
|
+
const width_30: string;
|
|
1820
|
+
export { width_30 as width };
|
|
1821
|
+
}
|
|
1822
|
+
export const summaryBody: {
|
|
1823
|
+
fontFamily: string;
|
|
1824
|
+
fontWeight: number;
|
|
1825
|
+
fontSize: string;
|
|
1826
|
+
lineHeight: string;
|
|
1827
|
+
color: string;
|
|
1828
|
+
width: string;
|
|
1829
|
+
wordBreak: string;
|
|
1830
|
+
"ul, ol": {
|
|
1831
|
+
margin: number;
|
|
1832
|
+
paddingInlineStart: string;
|
|
1833
|
+
listStylePosition: string;
|
|
1834
|
+
lineHeight: number;
|
|
1835
|
+
};
|
|
1836
|
+
ul: {
|
|
1837
|
+
listStyleType: string;
|
|
1838
|
+
};
|
|
1839
|
+
li: {
|
|
1840
|
+
lineHeight: string;
|
|
1841
|
+
marginBottom: number;
|
|
1842
|
+
};
|
|
1843
|
+
"p, li": {
|
|
1844
|
+
fontSize: string;
|
|
1845
|
+
color: string;
|
|
1846
|
+
};
|
|
1847
|
+
"li > p": {
|
|
1848
|
+
lineHeight: string;
|
|
1849
|
+
margin: number;
|
|
1850
|
+
};
|
|
1851
|
+
};
|
|
1852
|
+
export namespace referenceText {
|
|
1853
|
+
export { FONT as fontFamily };
|
|
1854
|
+
const fontWeight_21: number;
|
|
1855
|
+
export { fontWeight_21 as fontWeight };
|
|
1856
|
+
const fontSize_20: string;
|
|
1857
|
+
export { fontSize_20 as fontSize };
|
|
1858
|
+
const lineHeight_20: string;
|
|
1859
|
+
export { lineHeight_20 as lineHeight };
|
|
1860
|
+
import color_23 = textMuted;
|
|
1861
|
+
export { color_23 as color };
|
|
1862
|
+
const width_31: string;
|
|
1863
|
+
export { width_31 as width };
|
|
1864
|
+
const wordBreak_4: string;
|
|
1865
|
+
export { wordBreak_4 as wordBreak };
|
|
1866
|
+
}
|
|
1867
|
+
export namespace imagesRow {
|
|
1868
|
+
const display_33: string;
|
|
1869
|
+
export { display_33 as display };
|
|
1870
|
+
const flexWrap_4: string;
|
|
1871
|
+
export { flexWrap_4 as flexWrap };
|
|
1872
|
+
const alignItems_21: string;
|
|
1873
|
+
export { alignItems_21 as alignItems };
|
|
1874
|
+
const gap_23: string;
|
|
1875
|
+
export { gap_23 as gap };
|
|
1876
|
+
const width_32: string;
|
|
1877
|
+
export { width_32 as width };
|
|
1878
|
+
}
|
|
1879
|
+
export namespace imageCard {
|
|
1880
|
+
const display_34: string;
|
|
1881
|
+
export { display_34 as display };
|
|
1882
|
+
const flexDirection_19: string;
|
|
1883
|
+
export { flexDirection_19 as flexDirection };
|
|
1884
|
+
const alignItems_22: string;
|
|
1885
|
+
export { alignItems_22 as alignItems };
|
|
1886
|
+
const overflow_3: string;
|
|
1887
|
+
export { overflow_3 as overflow };
|
|
1888
|
+
const flexShrink_8: number;
|
|
1889
|
+
export { flexShrink_8 as flexShrink };
|
|
1890
|
+
export namespace width_33 {
|
|
1891
|
+
const base_24: string;
|
|
1892
|
+
export { base_24 as base };
|
|
1893
|
+
const md_24: string;
|
|
1894
|
+
export { md_24 as md };
|
|
1895
|
+
}
|
|
1896
|
+
export { width_33 as width };
|
|
1897
|
+
import bg_15 = imageCardBg;
|
|
1898
|
+
export { bg_15 as bg };
|
|
1899
|
+
const border_8: string;
|
|
1900
|
+
export { border_8 as border };
|
|
1901
|
+
const borderRadius_12: string;
|
|
1902
|
+
export { borderRadius_12 as borderRadius };
|
|
1903
|
+
const cursor_2: string;
|
|
1904
|
+
export { cursor_2 as cursor };
|
|
1905
|
+
}
|
|
1906
|
+
export namespace image {
|
|
1907
|
+
export namespace width_34 {
|
|
1908
|
+
const base_25: string;
|
|
1909
|
+
export { base_25 as base };
|
|
1910
|
+
const md_25: string;
|
|
1911
|
+
export { md_25 as md };
|
|
1912
|
+
}
|
|
1913
|
+
export { width_34 as width };
|
|
1914
|
+
export namespace maxWidth_2 {
|
|
1915
|
+
const base_26: string;
|
|
1916
|
+
export { base_26 as base };
|
|
1917
|
+
const md_26: string;
|
|
1918
|
+
export { md_26 as md };
|
|
1919
|
+
}
|
|
1920
|
+
export { maxWidth_2 as maxWidth };
|
|
1921
|
+
export namespace height_3 {
|
|
1922
|
+
const base_27: string;
|
|
1923
|
+
export { base_27 as base };
|
|
1924
|
+
const md_27: string;
|
|
1925
|
+
export { md_27 as md };
|
|
1926
|
+
}
|
|
1927
|
+
export { height_3 as height };
|
|
1928
|
+
const objectFit_1: string;
|
|
1929
|
+
export { objectFit_1 as objectFit };
|
|
1930
|
+
}
|
|
1931
|
+
export namespace editButton {
|
|
1932
|
+
const display_35: string;
|
|
1933
|
+
export { display_35 as display };
|
|
1934
|
+
const alignItems_23: string;
|
|
1935
|
+
export { alignItems_23 as alignItems };
|
|
1936
|
+
const justifyContent_11: string;
|
|
1937
|
+
export { justifyContent_11 as justifyContent };
|
|
1938
|
+
const gap_24: string;
|
|
1939
|
+
export { gap_24 as gap };
|
|
1940
|
+
const flexShrink_9: number;
|
|
1941
|
+
export { flexShrink_9 as flexShrink };
|
|
1942
|
+
const border_9: string;
|
|
1943
|
+
export { border_9 as border };
|
|
1944
|
+
const borderRadius_13: string;
|
|
1945
|
+
export { borderRadius_13 as borderRadius };
|
|
1946
|
+
const paddingInline_4: string;
|
|
1947
|
+
export { paddingInline_4 as paddingInline };
|
|
1948
|
+
const paddingBlock_3: string;
|
|
1949
|
+
export { paddingBlock_3 as paddingBlock };
|
|
1950
|
+
import boxShadow_1 = accentShadow;
|
|
1951
|
+
export { boxShadow_1 as boxShadow };
|
|
1952
|
+
const bg_16: string;
|
|
1953
|
+
export { bg_16 as bg };
|
|
1954
|
+
import color_24 = accent;
|
|
1955
|
+
export { color_24 as color };
|
|
1956
|
+
export { FONT as fontFamily };
|
|
1957
|
+
const fontWeight_22: number;
|
|
1958
|
+
export { fontWeight_22 as fontWeight };
|
|
1959
|
+
const fontSize_21: string;
|
|
1960
|
+
export { fontSize_21 as fontSize };
|
|
1961
|
+
const lineHeight_21: string;
|
|
1962
|
+
export { lineHeight_21 as lineHeight };
|
|
1963
|
+
const cursor_3: string;
|
|
1964
|
+
export { cursor_3 as cursor };
|
|
1965
|
+
const userSelect_2: string;
|
|
1966
|
+
export { userSelect_2 as userSelect };
|
|
1967
|
+
const transition_2: string;
|
|
1968
|
+
export { transition_2 as transition };
|
|
1969
|
+
export namespace _hover_4 {
|
|
1970
|
+
import bg_17 = accentSoft;
|
|
1971
|
+
export { bg_17 as bg };
|
|
1972
|
+
}
|
|
1973
|
+
export { _hover_4 as _hover };
|
|
1974
|
+
}
|
|
1975
|
+
export namespace saveButton {
|
|
1976
|
+
const display_36: string;
|
|
1977
|
+
export { display_36 as display };
|
|
1978
|
+
const alignItems_24: string;
|
|
1979
|
+
export { alignItems_24 as alignItems };
|
|
1980
|
+
const justifyContent_12: string;
|
|
1981
|
+
export { justifyContent_12 as justifyContent };
|
|
1982
|
+
const gap_25: string;
|
|
1983
|
+
export { gap_25 as gap };
|
|
1984
|
+
const flexShrink_10: number;
|
|
1985
|
+
export { flexShrink_10 as flexShrink };
|
|
1986
|
+
const border_10: string;
|
|
1987
|
+
export { border_10 as border };
|
|
1988
|
+
const borderRadius_14: string;
|
|
1989
|
+
export { borderRadius_14 as borderRadius };
|
|
1990
|
+
const paddingInline_5: string;
|
|
1991
|
+
export { paddingInline_5 as paddingInline };
|
|
1992
|
+
const paddingBlock_4: string;
|
|
1993
|
+
export { paddingBlock_4 as paddingBlock };
|
|
1994
|
+
import bg_18 = accent;
|
|
1995
|
+
export { bg_18 as bg };
|
|
1996
|
+
import color_25 = accentContrast;
|
|
1997
|
+
export { color_25 as color };
|
|
1998
|
+
export { FONT as fontFamily };
|
|
1999
|
+
const fontWeight_23: number;
|
|
2000
|
+
export { fontWeight_23 as fontWeight };
|
|
2001
|
+
const fontSize_22: string;
|
|
2002
|
+
export { fontSize_22 as fontSize };
|
|
2003
|
+
const lineHeight_22: string;
|
|
2004
|
+
export { lineHeight_22 as lineHeight };
|
|
2005
|
+
const cursor_4: string;
|
|
2006
|
+
export { cursor_4 as cursor };
|
|
2007
|
+
const userSelect_3: string;
|
|
2008
|
+
export { userSelect_3 as userSelect };
|
|
2009
|
+
const transition_3: string;
|
|
2010
|
+
export { transition_3 as transition };
|
|
2011
|
+
export namespace _hover_5 {
|
|
2012
|
+
import bg_19 = accentHover;
|
|
2013
|
+
export { bg_19 as bg };
|
|
2014
|
+
}
|
|
2015
|
+
export { _hover_5 as _hover };
|
|
2016
|
+
}
|
|
2017
|
+
export namespace cancelButton {
|
|
2018
|
+
const display_37: string;
|
|
2019
|
+
export { display_37 as display };
|
|
2020
|
+
const alignItems_25: string;
|
|
2021
|
+
export { alignItems_25 as alignItems };
|
|
2022
|
+
const justifyContent_13: string;
|
|
2023
|
+
export { justifyContent_13 as justifyContent };
|
|
2024
|
+
const gap_26: string;
|
|
2025
|
+
export { gap_26 as gap };
|
|
2026
|
+
const flexShrink_11: number;
|
|
2027
|
+
export { flexShrink_11 as flexShrink };
|
|
2028
|
+
const border_11: string;
|
|
2029
|
+
export { border_11 as border };
|
|
2030
|
+
const borderRadius_15: string;
|
|
2031
|
+
export { borderRadius_15 as borderRadius };
|
|
2032
|
+
const paddingInline_6: string;
|
|
2033
|
+
export { paddingInline_6 as paddingInline };
|
|
2034
|
+
const paddingBlock_5: string;
|
|
2035
|
+
export { paddingBlock_5 as paddingBlock };
|
|
2036
|
+
const bg_20: string;
|
|
2037
|
+
export { bg_20 as bg };
|
|
2038
|
+
import color_26 = neutralText;
|
|
2039
|
+
export { color_26 as color };
|
|
2040
|
+
export { FONT as fontFamily };
|
|
2041
|
+
const fontWeight_24: number;
|
|
2042
|
+
export { fontWeight_24 as fontWeight };
|
|
2043
|
+
const fontSize_23: string;
|
|
2044
|
+
export { fontSize_23 as fontSize };
|
|
2045
|
+
const lineHeight_23: string;
|
|
2046
|
+
export { lineHeight_23 as lineHeight };
|
|
2047
|
+
const cursor_5: string;
|
|
2048
|
+
export { cursor_5 as cursor };
|
|
2049
|
+
const userSelect_4: string;
|
|
2050
|
+
export { userSelect_4 as userSelect };
|
|
2051
|
+
const transition_4: string;
|
|
2052
|
+
export { transition_4 as transition };
|
|
2053
|
+
export namespace _hover_6 {
|
|
2054
|
+
import bg_21 = neutralHover;
|
|
2055
|
+
export { bg_21 as bg };
|
|
2056
|
+
}
|
|
2057
|
+
export { _hover_6 as _hover };
|
|
2058
|
+
}
|
|
2059
|
+
export namespace editorActions {
|
|
2060
|
+
const display_38: string;
|
|
2061
|
+
export { display_38 as display };
|
|
2062
|
+
const justifyContent_14: string;
|
|
2063
|
+
export { justifyContent_14 as justifyContent };
|
|
2064
|
+
const gap_27: string;
|
|
2065
|
+
export { gap_27 as gap };
|
|
2066
|
+
const width_35: string;
|
|
2067
|
+
export { width_35 as width };
|
|
2068
|
+
export const paddingTop: string;
|
|
2069
|
+
}
|
|
2070
|
+
export namespace editorActionButton {
|
|
2071
|
+
const display_39: string;
|
|
2072
|
+
export { display_39 as display };
|
|
2073
|
+
const alignItems_26: string;
|
|
2074
|
+
export { alignItems_26 as alignItems };
|
|
2075
|
+
const justifyContent_15: string;
|
|
2076
|
+
export { justifyContent_15 as justifyContent };
|
|
2077
|
+
export namespace minWidth_5 {
|
|
2078
|
+
const base_28: string;
|
|
2079
|
+
export { base_28 as base };
|
|
2080
|
+
const md_28: string;
|
|
2081
|
+
export { md_28 as md };
|
|
2082
|
+
}
|
|
2083
|
+
export { minWidth_5 as minWidth };
|
|
2084
|
+
const paddingInline_7: string;
|
|
2085
|
+
export { paddingInline_7 as paddingInline };
|
|
2086
|
+
const paddingBlock_6: string;
|
|
2087
|
+
export { paddingBlock_6 as paddingBlock };
|
|
2088
|
+
const borderRadius_16: string;
|
|
2089
|
+
export { borderRadius_16 as borderRadius };
|
|
2090
|
+
export { FONT as fontFamily };
|
|
2091
|
+
const fontWeight_25: number;
|
|
2092
|
+
export { fontWeight_25 as fontWeight };
|
|
2093
|
+
const fontSize_24: string;
|
|
2094
|
+
export { fontSize_24 as fontSize };
|
|
2095
|
+
const lineHeight_24: string;
|
|
2096
|
+
export { lineHeight_24 as lineHeight };
|
|
2097
|
+
const cursor_6: string;
|
|
2098
|
+
export { cursor_6 as cursor };
|
|
2099
|
+
const userSelect_5: string;
|
|
2100
|
+
export { userSelect_5 as userSelect };
|
|
2101
|
+
const transition_5: string;
|
|
2102
|
+
export { transition_5 as transition };
|
|
2103
|
+
}
|
|
2104
|
+
export namespace editorCancelButton {
|
|
2105
|
+
const border_12: string;
|
|
2106
|
+
export { border_12 as border };
|
|
2107
|
+
const bg_22: string;
|
|
2108
|
+
export { bg_22 as bg };
|
|
2109
|
+
import color_27 = accent;
|
|
2110
|
+
export { color_27 as color };
|
|
2111
|
+
export namespace _hover_7 {
|
|
2112
|
+
import bg_23 = accentSoft;
|
|
2113
|
+
export { bg_23 as bg };
|
|
2114
|
+
}
|
|
2115
|
+
export { _hover_7 as _hover };
|
|
2116
|
+
}
|
|
2117
|
+
export namespace editorSaveButton {
|
|
2118
|
+
const border_13: string;
|
|
2119
|
+
export { border_13 as border };
|
|
2120
|
+
import bg_24 = accent;
|
|
2121
|
+
export { bg_24 as bg };
|
|
2122
|
+
import color_28 = accentContrast;
|
|
2123
|
+
export { color_28 as color };
|
|
2124
|
+
export namespace _hover_8 {
|
|
2125
|
+
import bg_25 = accentHover;
|
|
2126
|
+
export { bg_25 as bg };
|
|
2127
|
+
}
|
|
2128
|
+
export { _hover_8 as _hover };
|
|
2129
|
+
}
|
|
2130
|
+
export namespace editorWrapper {
|
|
2131
|
+
const width_36: string;
|
|
2132
|
+
export { width_36 as width };
|
|
2133
|
+
}
|
|
2134
|
+
export namespace progressBarSpacer {
|
|
2135
|
+
const paddingTop_1: string;
|
|
2136
|
+
export { paddingTop_1 as paddingTop };
|
|
2137
|
+
}
|
|
2138
|
+
export namespace scriptWrapper {
|
|
2139
|
+
export const marginLeft: string;
|
|
2140
|
+
const width_37: string;
|
|
2141
|
+
export { width_37 as width };
|
|
2142
|
+
}
|
|
2143
|
+
export namespace questionBlock {
|
|
2144
|
+
export const position: string;
|
|
2145
|
+
const width_38: string;
|
|
2146
|
+
export { width_38 as width };
|
|
2147
|
+
}
|
|
2148
|
+
export namespace discussRow {
|
|
2149
|
+
const display_40: string;
|
|
2150
|
+
export { display_40 as display };
|
|
2151
|
+
const justifyContent_16: string;
|
|
2152
|
+
export { justifyContent_16 as justifyContent };
|
|
2153
|
+
const width_39: string;
|
|
2154
|
+
export { width_39 as width };
|
|
2155
|
+
export const marginTop: string;
|
|
2156
|
+
}
|
|
2157
|
+
export namespace discussButton {
|
|
2158
|
+
import bg_26 = accent;
|
|
2159
|
+
export { bg_26 as bg };
|
|
2160
|
+
import color_29 = accentContrast;
|
|
2161
|
+
export { color_29 as color };
|
|
2162
|
+
const border_14: string;
|
|
2163
|
+
export { border_14 as border };
|
|
2164
|
+
export { FONT as fontFamily };
|
|
2165
|
+
const fontSize_25: string;
|
|
2166
|
+
export { fontSize_25 as fontSize };
|
|
2167
|
+
const fontWeight_26: number;
|
|
2168
|
+
export { fontWeight_26 as fontWeight };
|
|
2169
|
+
const height_4: string;
|
|
2170
|
+
export { height_4 as height };
|
|
2171
|
+
const minWidth_6: string;
|
|
2172
|
+
export { minWidth_6 as minWidth };
|
|
2173
|
+
const borderRadius_17: string;
|
|
2174
|
+
export { borderRadius_17 as borderRadius };
|
|
2175
|
+
export namespace _hover_9 {
|
|
2176
|
+
import bg_27 = accentHover;
|
|
2177
|
+
export { bg_27 as bg };
|
|
2178
|
+
}
|
|
2179
|
+
export { _hover_9 as _hover };
|
|
2180
|
+
}
|
|
2181
|
+
export namespace viewDiscussButton {
|
|
2182
|
+
const bg_28: string;
|
|
2183
|
+
export { bg_28 as bg };
|
|
2184
|
+
import color_30 = accent;
|
|
2185
|
+
export { color_30 as color };
|
|
2186
|
+
const border_15: string;
|
|
2187
|
+
export { border_15 as border };
|
|
2188
|
+
export { FONT as fontFamily };
|
|
2189
|
+
const fontSize_26: string;
|
|
2190
|
+
export { fontSize_26 as fontSize };
|
|
2191
|
+
const fontWeight_27: number;
|
|
2192
|
+
export { fontWeight_27 as fontWeight };
|
|
2193
|
+
const height_5: string;
|
|
2194
|
+
export { height_5 as height };
|
|
2195
|
+
const minWidth_7: string;
|
|
2196
|
+
export { minWidth_7 as minWidth };
|
|
2197
|
+
const borderRadius_18: string;
|
|
2198
|
+
export { borderRadius_18 as borderRadius };
|
|
2199
|
+
export namespace _hover_10 {
|
|
2200
|
+
import bg_29 = accentSoft;
|
|
2201
|
+
export { bg_29 as bg };
|
|
2202
|
+
}
|
|
2203
|
+
export { _hover_10 as _hover };
|
|
2204
|
+
}
|
|
2205
|
+
export namespace chatWrapper {
|
|
2206
|
+
const width_40: string;
|
|
2207
|
+
export { width_40 as width };
|
|
2208
|
+
const marginTop_1: string;
|
|
2209
|
+
export { marginTop_1 as marginTop };
|
|
2210
|
+
}
|
|
2211
|
+
export namespace summaryWrapper {
|
|
2212
|
+
const width_41: string;
|
|
2213
|
+
export { width_41 as width };
|
|
2214
|
+
const marginTop_2: string;
|
|
2215
|
+
export { marginTop_2 as marginTop };
|
|
2216
|
+
}
|
|
2217
|
+
}
|
|
2218
|
+
export default _default;
|
|
2219
|
+
declare const FONT: "'Inter', sans-serif";
|