performanceresultscreens 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 +46 -0
- package/dist/chatpers_list.json +962 -0
- package/dist/components/Atoms/AssistantImageModal/ImageModal.d.ts +6 -0
- package/dist/components/Atoms/AssistantImageModal/ImageModal.js +39 -0
- package/dist/components/Atoms/AssistantImageModal/ImageModal.js.map +1 -0
- package/dist/components/Atoms/BottomInput/BottomInput.d.ts +2 -0
- package/dist/components/Atoms/BottomInput/BottomInput.js +105 -0
- package/dist/components/Atoms/BottomInput/BottomInput.js.map +1 -0
- package/dist/components/Atoms/BottomInput/BottomInput.stories.d.ts +3 -0
- package/dist/components/Atoms/BottomInput/BottomInput.stories.js +41 -0
- package/dist/components/Atoms/BottomInput/BottomInput.stories.js.map +1 -0
- package/dist/components/Atoms/BottomNavButton/BottomNavButton.d.ts +2 -0
- package/dist/components/Atoms/BottomNavButton/BottomNavButton.js +35 -0
- package/dist/components/Atoms/BottomNavButton/BottomNavButton.js.map +1 -0
- package/dist/components/Atoms/BottomNavButton/BottomNavButton.stories.d.ts +4 -0
- package/dist/components/Atoms/BottomNavButton/BottomNavButton.stories.js +49 -0
- package/dist/components/Atoms/BottomNavButton/BottomNavButton.stories.js.map +1 -0
- package/dist/components/Atoms/BottomNavMenu/BottomNavMenu.d.ts +2 -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/BottomNavMenu.stories.d.ts +4 -0
- package/dist/components/Atoms/BottomNavMenu/BottomNavMenu.stories.js +78 -0
- package/dist/components/Atoms/BottomNavMenu/BottomNavMenu.stories.js.map +1 -0
- package/dist/components/Atoms/BottomNavMenu/MobileBottomNavMenu.d.ts +2 -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 +2 -0
- package/dist/components/Atoms/BottomNavToast/BottomNavToast.js +30 -0
- package/dist/components/Atoms/BottomNavToast/BottomNavToast.js.map +1 -0
- package/dist/components/Atoms/BottomNavToast/BottomNavToast.stories.d.ts +3 -0
- package/dist/components/Atoms/BottomNavToast/BottomNavToast.stories.js +24 -0
- package/dist/components/Atoms/BottomNavToast/BottomNavToast.stories.js.map +1 -0
- package/dist/components/Atoms/BottomTopicChapter/BottomTopicChapter.d.ts +1 -0
- package/dist/components/Atoms/BottomTopicChapter/BottomTopicChapter.js +16 -0
- package/dist/components/Atoms/BottomTopicChapter/BottomTopicChapter.js.map +1 -0
- package/dist/components/Atoms/BottomTopicChapter/BottomTopicChapter.stories.d.ts +3 -0
- package/dist/components/Atoms/BottomTopicChapter/BottomTopicChapter.stories.js +26 -0
- package/dist/components/Atoms/BottomTopicChapter/BottomTopicChapter.stories.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 +10 -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 +2 -0
- package/dist/components/Atoms/CustomButton/CustomButton.js +16 -0
- package/dist/components/Atoms/CustomButton/CustomButton.js.map +1 -0
- package/dist/components/Atoms/CustomButton/CustomButton.stories.d.ts +3 -0
- package/dist/components/Atoms/CustomButton/CustomButton.stories.js +20 -0
- package/dist/components/Atoms/CustomButton/CustomButton.stories.js.map +1 -0
- package/dist/components/Atoms/Dropdown/Dropdown.d.ts +2 -0
- package/dist/components/Atoms/Dropdown/Dropdown.js +45 -0
- package/dist/components/Atoms/Dropdown/Dropdown.js.map +1 -0
- package/dist/components/Atoms/Dropdown/Dropdown.stories.d.ts +3 -0
- package/dist/components/Atoms/Dropdown/Dropdown.stories.js +24 -0
- package/dist/components/Atoms/Dropdown/Dropdown.stories.js.map +1 -0
- package/dist/components/Atoms/ExtractedDiagramView/ExtractedDiagramView.d.ts +7 -0
- package/dist/components/Atoms/ExtractedDiagramView/ExtractedDiagramView.js +104 -0
- package/dist/components/Atoms/ExtractedDiagramView/ExtractedDiagramView.js.map +1 -0
- package/dist/components/Atoms/ExtractedDiagramView/ExtractedDiagramView.stories.d.ts +4 -0
- package/dist/components/Atoms/ExtractedDiagramView/ExtractedDiagramView.stories.js +53 -0
- package/dist/components/Atoms/ExtractedDiagramView/ExtractedDiagramView.stories.js.map +1 -0
- package/dist/components/Atoms/GlobalButton/ButtonUtils.d.ts +89 -0
- package/dist/components/Atoms/GlobalButton/ButtonUtils.js +169 -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 +131 -0
- package/dist/components/Atoms/GlobalButton/GlobalButton.js.map +1 -0
- package/dist/components/Atoms/GlobalButton/GlobalButton.stories.d.ts +7 -0
- package/dist/components/Atoms/GlobalButton/GlobalButton.stories.js +51 -0
- package/dist/components/Atoms/GlobalButton/GlobalButton.stories.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.stories.d.ts +4 -0
- package/dist/components/Atoms/GlobalButtonV2/GlobalButtonV2.stories.js +27 -0
- package/dist/components/Atoms/GlobalButtonV2/GlobalButtonV2.stories.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 +1 -0
- package/dist/components/Atoms/LatexRenderView/LatexRenderView.js +10 -0
- package/dist/components/Atoms/LatexRenderView/LatexRenderView.js.map +1 -0
- package/dist/components/Atoms/LatexRenderView/LatexRenderView.stories.d.ts +3 -0
- package/dist/components/Atoms/LatexRenderView/LatexRenderView.stories.js +21 -0
- package/dist/components/Atoms/LatexRenderView/LatexRenderView.stories.js.map +1 -0
- package/dist/components/Atoms/MenuNavbar/MenuNavbar.d.ts +2 -0
- package/dist/components/Atoms/MenuNavbar/MenuNavbar.js +13 -0
- package/dist/components/Atoms/MenuNavbar/MenuNavbar.js.map +1 -0
- package/dist/components/Atoms/MenuNavbar/MenuNavbar.stories.d.ts +3 -0
- package/dist/components/Atoms/MenuNavbar/MenuNavbar.stories.js +22 -0
- package/dist/components/Atoms/MenuNavbar/MenuNavbar.stories.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 +2 -0
- package/dist/components/Atoms/Pagination/Pagination.js +87 -0
- package/dist/components/Atoms/Pagination/Pagination.js.map +1 -0
- package/dist/components/Atoms/Pagination/TablePagination.d.ts +2 -0
- package/dist/components/Atoms/Pagination/TablePagination.js +21 -0
- package/dist/components/Atoms/Pagination/TablePagination.js.map +1 -0
- package/dist/components/Atoms/Pagination/TablePagination.stories.d.ts +3 -0
- package/dist/components/Atoms/Pagination/TablePagination.stories.js +26 -0
- package/dist/components/Atoms/Pagination/TablePagination.stories.js.map +1 -0
- package/dist/components/Atoms/PrivacyTouchPoint/PrivacyTouchPoint.d.ts +1 -0
- package/dist/components/Atoms/PrivacyTouchPoint/PrivacyTouchPoint.js +77 -0
- package/dist/components/Atoms/PrivacyTouchPoint/PrivacyTouchPoint.js.map +1 -0
- package/dist/components/Atoms/PrivacyTouchPoint/PrivacyTouchPoint.stories.d.ts +40 -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/ImageTranscriptionStyles.d.ts +75 -0
- package/dist/components/Atoms/TranscriptionImagePreview/ImageTranscriptionStyles.js +76 -0
- package/dist/components/Atoms/TranscriptionImagePreview/ImageTranscriptionStyles.js.map +1 -0
- package/dist/components/Atoms/TranscriptionImagePreview/TranscriptionImagePreview.d.ts +1 -0
- package/dist/components/Atoms/TranscriptionImagePreview/TranscriptionImagePreview.js +31 -0
- package/dist/components/Atoms/TranscriptionImagePreview/TranscriptionImagePreview.js.map +1 -0
- package/dist/components/Atoms/TranscriptionImagePreview/TranscriptionImagePreview.stories.d.ts +3 -0
- package/dist/components/Atoms/TranscriptionImagePreview/TranscriptionImagePreview.stories.js +21 -0
- package/dist/components/Atoms/TranscriptionImagePreview/TranscriptionImagePreview.stories.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 +2 -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 +15 -0
- package/dist/components/Molecules/AccordianPay4/Accordian.js +45 -0
- package/dist/components/Molecules/AccordianPay4/Accordian.js.map +1 -0
- package/dist/components/Molecules/AccordianPay4/Accordian.stories.d.ts +9 -0
- package/dist/components/Molecules/AccordianPay4/Accordian.stories.js +62 -0
- package/dist/components/Molecules/AccordianPay4/Accordian.stories.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 +1 -0
- package/dist/components/Molecules/ActivityBanner/ActivityBanner.js +151 -0
- package/dist/components/Molecules/ActivityBanner/ActivityBanner.js.map +1 -0
- package/dist/components/Molecules/ActivityBanner/ActivityBanner.stories.d.ts +4 -0
- package/dist/components/Molecules/ActivityBanner/ActivityBanner.stories.js +97 -0
- package/dist/components/Molecules/ActivityBanner/ActivityBanner.stories.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 +2 -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/AddPostCard.stories.d.ts +5 -0
- package/dist/components/Molecules/AddPostCard/AddPostCard.stories.js +56 -0
- package/dist/components/Molecules/AddPostCard/AddPostCard.stories.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 +2 -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/BottomNav.stories.d.ts +3 -0
- package/dist/components/Molecules/BottomNav/BottomNav.stories.js +120 -0
- package/dist/components/Molecules/BottomNav/BottomNav.stories.js.map +1 -0
- package/dist/components/Molecules/BottomNav/BottomNavStyles.d.ts +52 -0
- package/dist/components/Molecules/BottomNav/BottomNavStyles.js +56 -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 +149 -0
- package/dist/components/Molecules/DashPlayer/DashPlayer.js.map +1 -0
- package/dist/components/Molecules/DashPlayer/DashPlayer.stories.d.ts +5 -0
- package/dist/components/Molecules/DashPlayer/DashPlayer.stories.js +32 -0
- package/dist/components/Molecules/DashPlayer/DashPlayer.stories.js.map +1 -0
- package/dist/components/Molecules/DashPlayer/ShakaPlayer.d.ts +3 -0
- package/dist/components/Molecules/DashPlayer/ShakaPlayer.js +397 -0
- package/dist/components/Molecules/DashPlayer/ShakaPlayer.js.map +1 -0
- package/dist/components/Molecules/Descriptive/DescriptiveLabel.d.ts +5 -0
- package/dist/components/Molecules/Descriptive/DescriptiveLabel.js +25 -0
- package/dist/components/Molecules/Descriptive/DescriptiveLabel.js.map +1 -0
- package/dist/components/Molecules/Descriptive/descriptiveStyles.d.ts +60 -0
- package/dist/components/Molecules/Descriptive/descriptiveStyles.js +48 -0
- package/dist/components/Molecules/Descriptive/descriptiveStyles.js.map +1 -0
- package/dist/components/Molecules/DescriptiveAnswer/DescriptiveAnswer.stories.d.ts +17 -0
- package/dist/components/Molecules/DescriptiveAnswer/DescriptiveAnswer.stories.js +568 -0
- package/dist/components/Molecules/DescriptiveAnswer/DescriptiveAnswer.stories.js.map +1 -0
- package/dist/components/Molecules/DescriptiveAnswer/DescriptiveAnswerV1.d.ts +2 -0
- package/dist/components/Molecules/DescriptiveAnswer/DescriptiveAnswerV1.js +128 -0
- package/dist/components/Molecules/DescriptiveAnswer/DescriptiveAnswerV1.js.map +1 -0
- package/dist/components/Molecules/FactualCard/FactualCard.d.ts +44 -0
- package/dist/components/Molecules/FactualCard/FactualCard.js +118 -0
- package/dist/components/Molecules/FactualCard/FactualCard.js.map +1 -0
- package/dist/components/Molecules/FactualCard/FactualCard.style.d.ts +64 -0
- package/dist/components/Molecules/FactualCard/FactualCard.style.js +69 -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 +21 -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 +2 -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 +2 -0
- package/dist/components/Molecules/HighChart/HighChartPie.js +99 -0
- package/dist/components/Molecules/HighChart/HighChartPie.js.map +1 -0
- package/dist/components/Molecules/HighChart/HighCharts.stories.d.ts +3 -0
- package/dist/components/Molecules/HighChart/HighCharts.stories.js +208 -0
- package/dist/components/Molecules/HighChart/HighCharts.stories.js.map +1 -0
- package/dist/components/Molecules/ImageView/ImageModal.d.ts +2 -0
- package/dist/components/Molecules/ImageView/ImageModal.js +17 -0
- package/dist/components/Molecules/ImageView/ImageModal.js.map +1 -0
- package/dist/components/Molecules/ImageView/ImageModal.stories.d.ts +3 -0
- package/dist/components/Molecules/ImageView/ImageModal.stories.js +19 -0
- package/dist/components/Molecules/ImageView/ImageModal.stories.js.map +1 -0
- package/dist/components/Molecules/InvalidSession/InvalidSession.d.ts +6 -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.stories.d.ts +6 -0
- package/dist/components/Molecules/InvalidSession/InvalidSession.stories.js +17 -0
- package/dist/components/Molecules/InvalidSession/InvalidSession.stories.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 +2 -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/LatexRender.stories.d.ts +3 -0
- package/dist/components/Molecules/LatexRender/LatexRender.stories.js +22 -0
- package/dist/components/Molecules/LatexRender/LatexRender.stories.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 +15 -0
- package/dist/components/Molecules/MediaModal/MediaModal.js +212 -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 +17 -0
- package/dist/components/Molecules/Pay4Use/ExecutionModal.js +35 -0
- package/dist/components/Molecules/Pay4Use/ExecutionModal.js.map +1 -0
- package/dist/components/Molecules/Pay4Use/ExecutionModal.stories.d.ts +9 -0
- package/dist/components/Molecules/Pay4Use/ExecutionModal.stories.js +92 -0
- package/dist/components/Molecules/Pay4Use/ExecutionModal.stories.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 +2 -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/PayToUsePrompt.stories.d.ts +3 -0
- package/dist/components/Molecules/Pay4Use/PayToUsePrompt.stories.js +22 -0
- package/dist/components/Molecules/Pay4Use/PayToUsePrompt.stories.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 +15 -0
- package/dist/components/Molecules/PerformanceScreen/PreformanceResultScreen.js +45 -0
- package/dist/components/Molecules/PerformanceScreen/PreformanceResultScreen.js.map +1 -0
- package/dist/components/Molecules/PerformanceScreen/PreformanceResultScreen.stories.d.ts +8 -0
- package/dist/components/Molecules/PerformanceScreen/PreformanceResultScreen.stories.js +69 -0
- package/dist/components/Molecules/PerformanceScreen/PreformanceResultScreen.stories.js.map +1 -0
- package/dist/components/Molecules/PerformanceScreen/QuizResult.styles.d.ts +28 -0
- package/dist/components/Molecules/PerformanceScreen/QuizResult.styles.js +146 -0
- package/dist/components/Molecules/PerformanceScreen/QuizResult.styles.js.map +1 -0
- package/dist/components/Molecules/PostCard/PostCard.d.ts +2 -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/PostCard.stories.d.ts +7 -0
- package/dist/components/Molecules/PostCard/PostCard.stories.js +180 -0
- package/dist/components/Molecules/PostCard/PostCard.stories.js.map +1 -0
- package/dist/components/Molecules/PostCard/PostImageGallary.d.ts +1 -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/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.stories.d.ts +7 -0
- package/dist/components/Molecules/RequestSent/RequestSent.stories.js +46 -0
- package/dist/components/Molecules/RequestSent/RequestSent.stories.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 +15 -0
- package/dist/components/Molecules/RevisionCompleteCard/RevisionCompleteCard.js +39 -0
- package/dist/components/Molecules/RevisionCompleteCard/RevisionCompleteCard.js.map +1 -0
- package/dist/components/Molecules/RevisionCompleteCard/RevisionCompleteCard.stories.d.ts +7 -0
- package/dist/components/Molecules/RevisionCompleteCard/RevisionCompleteCard.stories.js +53 -0
- package/dist/components/Molecules/RevisionCompleteCard/RevisionCompleteCard.stories.js.map +1 -0
- package/dist/components/Molecules/RevisionCompleteCard/RevisionCompleteCard.styles.d.ts +22 -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.stories.d.ts +6 -0
- package/dist/components/Molecules/RevisionIntroCard/RevisionCard.stories.js +23 -0
- package/dist/components/Molecules/RevisionIntroCard/RevisionCard.stories.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/SmartLearn/SmartLearn.d.ts +4 -0
- package/dist/components/Molecules/SmartLearn/SmartLearn.js +40 -0
- package/dist/components/Molecules/SmartLearn/SmartLearn.js.map +1 -0
- package/dist/components/Molecules/SmartLearn/SmartLearn.stories.d.ts +9 -0
- package/dist/components/Molecules/SmartLearn/SmartLearn.stories.js +72 -0
- package/dist/components/Molecules/SmartLearn/SmartLearn.stories.js.map +1 -0
- package/dist/components/Molecules/SmartLearn/SmartLearn.styles.d.ts +349 -0
- package/dist/components/Molecules/SmartLearn/SmartLearn.styles.js +350 -0
- package/dist/components/Molecules/SmartLearn/SmartLearn.styles.js.map +1 -0
- package/dist/components/Molecules/SmartLearn/types.d.ts +9 -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 +2 -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/SortMenu.stories.d.ts +4 -0
- package/dist/components/Molecules/SortMenu/SortMenu.stories.js +56 -0
- package/dist/components/Molecules/SortMenu/SortMenu.stories.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 +19 -0
- package/dist/components/Molecules/StaticscreensLearnmore/Staticback.js +21 -0
- package/dist/components/Molecules/StaticscreensLearnmore/Staticback.js.map +1 -0
- package/dist/components/Molecules/StaticscreensLearnmore/Staticback.stories.d.ts +12 -0
- package/dist/components/Molecules/StaticscreensLearnmore/Staticback.stories.js +178 -0
- package/dist/components/Molecules/StaticscreensLearnmore/Staticback.stories.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 +12 -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 +4 -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 +4 -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 +11 -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 +8 -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 +5 -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/Privacy.stories.d.ts +7 -0
- package/dist/components/Molecules/TermsAndPrivacy/Privacy.stories.js +54 -0
- package/dist/components/Molecules/TermsAndPrivacy/Privacy.stories.js.map +1 -0
- package/dist/components/Molecules/TermsAndPrivacy/PrivacyPolicy.d.ts +2 -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 +2 -0
- package/dist/components/Molecules/TermsAndPrivacy/TermsAndConditions.js +82 -0
- package/dist/components/Molecules/TermsAndPrivacy/TermsAndConditions.js.map +1 -0
- package/dist/components/Molecules/TermsAndPrivacy/TermsAndConditions.stories.d.ts +6 -0
- package/dist/components/Molecules/TermsAndPrivacy/TermsAndConditions.stories.js +46 -0
- package/dist/components/Molecules/TermsAndPrivacy/TermsAndConditions.stories.js.map +1 -0
- package/dist/components/Molecules/TermsAndPrivacy/components/ContactCard.d.ts +7 -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 +7 -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 +568 -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 +490 -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/TimerClock/TimerClock.stories.d.ts +4 -0
- package/dist/components/Molecules/TimerClock/TimerClock.stories.js +30 -0
- package/dist/components/Molecules/TimerClock/TimerClock.stories.js.map +1 -0
- package/dist/components/Molecules/Tutor/Assistant/Assistant.d.ts +2 -0
- package/dist/components/Molecules/Tutor/Assistant/Assistant.js +171 -0
- package/dist/components/Molecules/Tutor/Assistant/Assistant.js.map +1 -0
- package/dist/components/Molecules/Tutor/Assistant/Assistant.stories.d.ts +7 -0
- package/dist/components/Molecules/Tutor/Assistant/Assistant.stories.js +102 -0
- package/dist/components/Molecules/Tutor/Assistant/Assistant.stories.js.map +1 -0
- package/dist/components/Molecules/Tutor/Assistant/Assistant.styles.d.ts +445 -0
- package/dist/components/Molecules/Tutor/Assistant/Assistant.styles.js +456 -0
- package/dist/components/Molecules/Tutor/Assistant/Assistant.styles.js.map +1 -0
- package/dist/components/Molecules/Tutor/Assistant/AssistantV2.d.ts +11 -0
- package/dist/components/Molecules/Tutor/Assistant/AssistantV2.js +25 -0
- package/dist/components/Molecules/Tutor/Assistant/AssistantV2.js.map +1 -0
- package/dist/components/Molecules/Tutor/Assistant/AssistantV2.stories.d.ts +4 -0
- package/dist/components/Molecules/Tutor/Assistant/AssistantV2.stories.js +30 -0
- package/dist/components/Molecules/Tutor/Assistant/AssistantV2.stories.js.map +1 -0
- package/dist/components/Molecules/Tutor/Assistant/AssistantV2.styles.d.ts +61 -0
- package/dist/components/Molecules/Tutor/Assistant/AssistantV2.styles.js +64 -0
- package/dist/components/Molecules/Tutor/Assistant/AssistantV2.styles.js.map +1 -0
- package/dist/components/Molecules/Tutor/Assistant/TutorAssistant.d.ts +2 -0
- package/dist/components/Molecules/Tutor/Assistant/TutorAssistant.js +78 -0
- package/dist/components/Molecules/Tutor/Assistant/TutorAssistant.js.map +1 -0
- package/dist/components/Molecules/Tutor/BubbleLoader.d.ts +1 -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 +1 -0
- package/dist/components/Molecules/Tutor/TutorSummary/TutorSummary.js +53 -0
- package/dist/components/Molecules/Tutor/TutorSummary/TutorSummary.js.map +1 -0
- package/dist/components/Molecules/Tutor/TutorSummary/TutorSummary.stories.d.ts +7 -0
- package/dist/components/Molecules/Tutor/TutorSummary/TutorSummary.stories.js +165 -0
- package/dist/components/Molecules/Tutor/TutorSummary/TutorSummary.stories.js.map +1 -0
- package/dist/components/Molecules/Tutor/User/User.d.ts +1 -0
- package/dist/components/Molecules/Tutor/User/User.js +14 -0
- package/dist/components/Molecules/Tutor/User/User.js.map +1 -0
- package/dist/components/Molecules/Tutor/User/User.stories.d.ts +4 -0
- package/dist/components/Molecules/Tutor/User/User.stories.js +22 -0
- package/dist/components/Molecules/Tutor/User/User.stories.js.map +1 -0
- package/dist/components/Molecules/VideoView/VideoModal.d.ts +2 -0
- package/dist/components/Molecules/VideoView/VideoModal.js +56 -0
- package/dist/components/Molecules/VideoView/VideoModal.js.map +1 -0
- package/dist/components/Molecules/VideoView/VideoModal.stories.d.ts +3 -0
- package/dist/components/Molecules/VideoView/VideoModal.stories.js +23 -0
- package/dist/components/Molecules/VideoView/VideoModal.stories.js.map +1 -0
- package/dist/components/Molecules/WallBanner/WallBanner.d.ts +2 -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/WallBanner.stories.d.ts +6 -0
- package/dist/components/Molecules/WallBanner/WallBanner.stories.js +45 -0
- package/dist/components/Molecules/WallBanner/WallBanner.stories.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 +1 -0
- package/dist/components/Molecules/WallCard/WallCard.js +53 -0
- package/dist/components/Molecules/WallCard/WallCard.js.map +1 -0
- package/dist/components/Molecules/WallCard/WallCard.stories.d.ts +5 -0
- package/dist/components/Molecules/WallCard/WallCard.stories.js +67 -0
- package/dist/components/Molecules/WallCard/WallCard.stories.js.map +1 -0
- package/dist/components/Molecules/comprehension/ComprehensionLayout.d.ts +27 -0
- package/dist/components/Molecules/comprehension/ComprehensionLayout.js +75 -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 +45 -0
- package/dist/components/Molecules/comprehension/SubQuestionLayout.js +101 -0
- package/dist/components/Molecules/comprehension/SubQuestionLayout.js.map +1 -0
- package/dist/components/Molecules/optionLayouts/Scqnew.d.ts +2 -0
- package/dist/components/Molecules/optionLayouts/Scqnew.js +491 -0
- package/dist/components/Molecules/optionLayouts/Scqnew.js.map +1 -0
- package/dist/components/Molecules/optionLayouts/fibtemp.d.ts +2 -0
- package/dist/components/Molecules/optionLayouts/fibtemp.js +59 -0
- package/dist/components/Molecules/optionLayouts/fibtemp.js.map +1 -0
- package/dist/components/Molecules/optionLayouts/mcqtemp.d.ts +2 -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 +2 -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 +2 -0
- package/dist/components/Molecules/optionLayouts/scqtemp.js +191 -0
- package/dist/components/Molecules/optionLayouts/scqtemp.js.map +1 -0
- package/dist/components/Molecules/questionLayouts/AnswerLayoutnew.d.ts +1 -0
- package/dist/components/Molecules/questionLayouts/AnswerLayoutnew.js +61 -0
- package/dist/components/Molecules/questionLayouts/AnswerLayoutnew.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/Question.styles.d.ts +70 -0
- package/dist/components/Molecules/questionLayouts/Question.styles.js +77 -0
- package/dist/components/Molecules/questionLayouts/Question.styles.js.map +1 -0
- package/dist/components/Molecules/questionLayouts/QuestionLayoutnew.d.ts +2 -0
- package/dist/components/Molecules/questionLayouts/QuestionLayoutnew.js +290 -0
- package/dist/components/Molecules/questionLayouts/QuestionLayoutnew.js.map +1 -0
- package/dist/components/Molecules/questionLayouts/QuestionsLayout.d.ts +1 -0
- package/dist/components/Molecules/questionLayouts/QuestionsLayout.js +141 -0
- package/dist/components/Molecules/questionLayouts/QuestionsLayout.js.map +1 -0
- package/dist/components/Organisms/ActivityList/ActivityList.d.ts +2 -0
- package/dist/components/Organisms/ActivityList/ActivityList.js +22 -0
- package/dist/components/Organisms/ActivityList/ActivityList.js.map +1 -0
- package/dist/components/Organisms/ActivityList/ActivityList.stories.d.ts +3 -0
- package/dist/components/Organisms/ActivityList/ActivityList.stories.js +76 -0
- package/dist/components/Organisms/ActivityList/ActivityList.stories.js.map +1 -0
- package/dist/components/Organisms/ChatView/ChatView.d.ts +1 -0
- package/dist/components/Organisms/ChatView/ChatView.js +33 -0
- package/dist/components/Organisms/ChatView/ChatView.js.map +1 -0
- package/dist/components/Organisms/ChatView/ChatView.stories.d.ts +3 -0
- package/dist/components/Organisms/ChatView/ChatView.stories.js +73 -0
- package/dist/components/Organisms/ChatView/ChatView.stories.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 +2 -0
- package/dist/components/Organisms/ISEditor-V2/Editor.js +444 -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 +2 -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/ISEditor.stories.d.ts +5 -0
- package/dist/components/Organisms/ISEditor-V2/ISEditor.stories.js +309 -0
- package/dist/components/Organisms/ISEditor-V2/ISEditor.stories.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/LatexBlock.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V2/LatexBlock.js +20 -0
- package/dist/components/Organisms/ISEditor-V2/LatexBlock.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/LatexCopyModal.d.ts +6 -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 +2 -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 +1 -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 +2 -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 +1 -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 +2 -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 +1 -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 +1 -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 +1 -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 +1 -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 +1 -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 +1 -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 +1 -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 +1 -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 +1 -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 +1 -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 +1 -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 +1 -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 +743 -0
- package/dist/components/Organisms/ISEditor-V2/TableModal.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/ToolBar.d.ts +2 -0
- package/dist/components/Organisms/ISEditor-V2/ToolBar.js +27 -0
- package/dist/components/Organisms/ISEditor-V2/ToolBar.js.map +1 -0
- package/dist/components/Organisms/ISEditor-V2/editor.types.d.ts +24 -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/LiveStreaming/LiveStreaming.d.ts +1 -0
- package/dist/components/Organisms/LiveStreaming/LiveStreaming.js +16 -0
- package/dist/components/Organisms/LiveStreaming/LiveStreaming.js.map +1 -0
- package/dist/components/Organisms/LiveStreaming/LiveStreaming.stories.d.ts +4 -0
- package/dist/components/Organisms/LiveStreaming/LiveStreaming.stories.js +29 -0
- package/dist/components/Organisms/LiveStreaming/LiveStreaming.stories.js.map +1 -0
- package/dist/components/Organisms/PostDetails/ImageGallery.d.ts +1 -0
- package/dist/components/Organisms/PostDetails/ImageGallery.js +95 -0
- package/dist/components/Organisms/PostDetails/ImageGallery.js.map +1 -0
- package/dist/components/Organisms/PostDetails/PostDetails.d.ts +2 -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/PostDetails.stories.d.ts +4 -0
- package/dist/components/Organisms/PostDetails/PostDetails.stories.js +376 -0
- package/dist/components/Organisms/PostDetails/PostDetails.stories.js.map +1 -0
- package/dist/components/Organisms/PostDetails/PostInfo.d.ts +1 -0
- package/dist/components/Organisms/PostDetails/PostInfo.js +103 -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 +2 -0
- package/dist/components/Organisms/PostsList/PostList.js +62 -0
- package/dist/components/Organisms/PostsList/PostList.js.map +1 -0
- package/dist/components/Organisms/PostsList/PostList.stories.d.ts +6 -0
- package/dist/components/Organisms/PostsList/PostList.stories.js +130 -0
- package/dist/components/Organisms/PostsList/PostList.stories.js.map +1 -0
- package/dist/components/Organisms/ProgressView/ProgressView.d.ts +2 -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 +685 -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 +9 -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/ReviewComponent/ChatPresenter.d.ts +1 -0
- package/dist/components/Organisms/ReviewComponent/ChatPresenter.js +22 -0
- package/dist/components/Organisms/ReviewComponent/ChatPresenter.js.map +1 -0
- package/dist/components/Organisms/ReviewComponent/KeyTakeAway.d.ts +4 -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 +13 -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 +39 -0
- package/dist/components/Organisms/ReviewComponent/Review.js +262 -0
- package/dist/components/Organisms/ReviewComponent/Review.js.map +1 -0
- package/dist/components/Organisms/ReviewComponent/ReviewPresenter.d.ts +35 -0
- package/dist/components/Organisms/ReviewComponent/ReviewPresenter.js +126 -0
- package/dist/components/Organisms/ReviewComponent/ReviewPresenter.js.map +1 -0
- package/dist/components/Organisms/ReviewComponent/ReviewPresenter.stories.d.ts +122 -0
- package/dist/components/Organisms/ReviewComponent/ReviewPresenter.stories.js +116 -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 +1556 -0
- package/dist/components/Organisms/ReviewComponent/reviewUtils.js +3017 -0
- package/dist/components/Organisms/ReviewComponent/reviewUtils.js.map +1 -0
- package/dist/components/Organisms/ReviewComponent/selectionUtils.d.ts +1287 -0
- package/dist/components/Organisms/ReviewComponent/selectionUtils.js +2427 -0
- package/dist/components/Organisms/ReviewComponent/selectionUtils.js.map +1 -0
- package/dist/components/Organisms/StudentEditor/StudentEditor.stories.d.ts +8 -0
- package/dist/components/Organisms/StudentEditor/StudentEditor.stories.js +196 -0
- package/dist/components/Organisms/StudentEditor/StudentEditor.stories.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 +7 -0
- package/dist/components/Organisms/StudentEditor/components/MathElement.js +53 -0
- package/dist/components/Organisms/StudentEditor/components/MathElement.js.map +1 -0
- package/dist/components/Organisms/StudentEditor/components/MathKeyboard.d.ts +8 -0
- package/dist/components/Organisms/StudentEditor/components/MathKeyboard.js +78 -0
- package/dist/components/Organisms/StudentEditor/components/MathKeyboard.js.map +1 -0
- package/dist/components/Organisms/StudentEditor/components/MathModal.d.ts +8 -0
- package/dist/components/Organisms/StudentEditor/components/MathModal.js +353 -0
- package/dist/components/Organisms/StudentEditor/components/MathModal.js.map +1 -0
- package/dist/components/Organisms/StudentEditor/components/Shortcuts.d.ts +4 -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/TextEditor.d.ts +2 -0
- package/dist/components/Organisms/StudentEditor/components/TextEditor.js +552 -0
- package/dist/components/Organisms/StudentEditor/components/TextEditor.js.map +1 -0
- package/dist/components/Organisms/StudentEditor/components/mathModalStyles.d.ts +138 -0
- package/dist/components/Organisms/StudentEditor/components/mathModalStyles.js +280 -0
- package/dist/components/Organisms/StudentEditor/components/mathModalStyles.js.map +1 -0
- package/dist/components/Organisms/StudentEditor/utils/keyboard-config.d.ts +164 -0
- package/dist/components/Organisms/StudentEditor/utils/keyboard-config.js +485 -0
- package/dist/components/Organisms/StudentEditor/utils/keyboard-config.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 +1 -0
- package/dist/components/Organisms/StudentEditor/utils/slate-plugins.js +17 -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 +14 -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 +2 -0
- package/dist/components/Organisms/TableComponent/TableComponent.js +59 -0
- package/dist/components/Organisms/TableComponent/TableComponent.js.map +1 -0
- package/dist/components/Organisms/TableComponent/TableComponent.stories.d.ts +3 -0
- package/dist/components/Organisms/TableComponent/TableComponent.stories.js +189 -0
- package/dist/components/Organisms/TableComponent/TableComponent.stories.js.map +1 -0
- package/dist/components/Organisms/TutorFeedback/TutorFeedback.d.ts +2 -0
- package/dist/components/Organisms/TutorFeedback/TutorFeedback.js +85 -0
- package/dist/components/Organisms/TutorFeedback/TutorFeedback.js.map +1 -0
- package/dist/components/Organisms/TutorFeedback/TutorFeedback.stories.d.ts +4 -0
- package/dist/components/Organisms/TutorFeedback/TutorFeedback.stories.js +103 -0
- package/dist/components/Organisms/TutorFeedback/TutorFeedback.stories.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 +62 -0
- package/dist/index.js +133 -0
- package/dist/index.js.map +1 -0
- package/dist/stories/Button.stories.d.ts +6 -0
- package/dist/stories/Button.stories.js +45 -0
- package/dist/stories/Button.stories.js.map +1 -0
- package/dist/stories/Checkbox.stories.d.ts +4 -0
- package/dist/stories/Checkbox.stories.js +35 -0
- package/dist/stories/Checkbox.stories.js.map +1 -0
- package/dist/stories/FloatingButton.stories.d.ts +11 -0
- package/dist/stories/FloatingButton.stories.js +52 -0
- package/dist/stories/FloatingButton.stories.js.map +1 -0
- package/dist/stories/Input.stories.d.ts +4 -0
- package/dist/stories/Input.stories.js +35 -0
- package/dist/stories/Input.stories.js.map +1 -0
- package/dist/stories/Modal.stories.d.ts +4 -0
- package/dist/stories/Modal.stories.js +39 -0
- package/dist/stories/Modal.stories.js.map +1 -0
- package/dist/stories/Radio.stories.d.ts +4 -0
- package/dist/stories/Radio.stories.js +33 -0
- package/dist/stories/Radio.stories.js.map +1 -0
- package/dist/stories/Select.stories.d.ts +4 -0
- package/dist/stories/Select.stories.js +36 -0
- package/dist/stories/Select.stories.js.map +1 -0
- package/dist/stories/Spinner.stories.d.ts +4 -0
- package/dist/stories/Spinner.stories.js +32 -0
- package/dist/stories/Spinner.stories.js.map +1 -0
- package/dist/stories/Switch.stories.d.ts +4 -0
- package/dist/stories/Switch.stories.js +33 -0
- package/dist/stories/Switch.stories.js.map +1 -0
- package/dist/stories/Textarea.stories.d.ts +4 -0
- package/dist/stories/Textarea.stories.js +32 -0
- package/dist/stories/Textarea.stories.js.map +1 -0
- package/dist/stories/Toast.stories.d.ts +4 -0
- package/dist/stories/Toast.stories.js +32 -0
- package/dist/stories/Toast.stories.js.map +1 -0
- package/dist/stories/Typography.stories.d.ts +4 -0
- package/dist/stories/Typography.stories.js +35 -0
- package/dist/stories/Typography.stories.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 +59 -0
- package/dist/utils/LearningPathUtils.js +60 -0
- package/dist/utils/LearningPathUtils.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/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 +54 -0
- package/dist/utils/common-utils.js +393 -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/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/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 +58 -0
- package/dist/utils/presentationModes.js +62 -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 +1 -0
- package/dist/utils/tutor-utils.js +27 -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 +132 -0
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
export namespace teacherPrivacyInfo {
|
|
2
|
+
const info: string[];
|
|
3
|
+
const sections: ({
|
|
4
|
+
title: string;
|
|
5
|
+
content: string[];
|
|
6
|
+
isList?: undefined;
|
|
7
|
+
} | {
|
|
8
|
+
title: string;
|
|
9
|
+
isList: boolean;
|
|
10
|
+
content: string[];
|
|
11
|
+
} | {
|
|
12
|
+
title: string;
|
|
13
|
+
content: {
|
|
14
|
+
children: {
|
|
15
|
+
title: string;
|
|
16
|
+
data: string[];
|
|
17
|
+
};
|
|
18
|
+
}[];
|
|
19
|
+
isList?: undefined;
|
|
20
|
+
})[];
|
|
21
|
+
}
|
|
22
|
+
export namespace teacherTermsInfo {
|
|
23
|
+
const info_1: string[];
|
|
24
|
+
export { info_1 as info };
|
|
25
|
+
const sections_1: ({
|
|
26
|
+
title: string;
|
|
27
|
+
content: (string | {
|
|
28
|
+
children: {
|
|
29
|
+
title: string;
|
|
30
|
+
data: string[];
|
|
31
|
+
};
|
|
32
|
+
})[];
|
|
33
|
+
isList?: undefined;
|
|
34
|
+
} | {
|
|
35
|
+
title: string;
|
|
36
|
+
isList: boolean;
|
|
37
|
+
content: string[];
|
|
38
|
+
})[];
|
|
39
|
+
export { sections_1 as sections };
|
|
40
|
+
}
|
|
@@ -0,0 +1,490 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.teacherTermsInfo = exports.teacherPrivacyInfo = void 0;
|
|
4
|
+
const TEACHER_TERMS = 'https://www.coschool.ai/school/teacher/teacher-terms';
|
|
5
|
+
exports.teacherPrivacyInfo = {
|
|
6
|
+
info: [
|
|
7
|
+
`<span style="font-weight:600;">THIS TEACHER PRIVACY POLICY DOCUMENT IS AN ELECTRONIC RECORD IN TERMS OF THE INFORMATION TECHNOLOGY ACT, 2000 AND RULES MADE THEREUNDER. THIS ELECTRONIC RECORD IS GENERATED BY A COMPUTER SYSTEM AND DOES NOT REQUIRE ANY PHYSICAL OR DIGITAL SIGNATURES.</span>`,
|
|
8
|
+
`<span style="font-weight:600;">THIS DOCUMENT IS PUBLISHED IN ACCORDANCE WITH THE PROVISIONS OF INFORMATION TECHNOLOGY ACT, 2000 AND RULES MADE THEREUNDER THAT REQUIRES PUBLISHING THE RULES AND REGULATIONS, PRIVACY POLICY AND TERMS OF USE FOR ACCESS OR USAGE OF THIS WEBSITE.</span>`,
|
|
9
|
+
`We, People Combine Basics Private Limited, are a company incorporated under the laws of the Republic of India and/or its affiliates with its registered office located at Villa No.10, Urban Sanctuary, Donthanapally, Shankarpalle, Shankarpalli, K.V. Rangareddy, Rangareddy, Telangana, India – 501203 (<span style="font-weight:600;">“Company” / “we” / “our” / “us”</span>).`,
|
|
10
|
+
`This Teacher Privacy Policy (<span style="font-weight:600;">“Policy”</span>) outlines how we collect, process, use, and protect the personal data of teacher(s) (<span style="font-weight:600;">“you” / “your” / “yourself” / “Teacher”</span>) who are employed or engaged by the school or educational institute who have availed/subscribed to our services (<span style="font-weight:600;">“School”</span>) and are granted access to our website, <a href="https://coschool.ai/" target="_blank" rel="noopener noreferrer">coschool.ai</a> (“Website”). `,
|
|
11
|
+
`The School is our customer and manages Teacher accounts on the Website through their administrator dashboard. We are dedicated to protecting your privacy and ensuring a secure teaching environment where teachers can engage with their Students and educational content safely on the Website. This Policy outlines our data collection, usage, and protection practices to maintain a trusted and transparent learning ecosystem.`,
|
|
12
|
+
`This Policy shall be deemed to be incorporated into the <a href="${TEACHER_TERMS}" target="_blank" rel="noopener noreferrer">Teacher Terms of Use</a> and shall be read in addition to the <a href="${TEACHER_TERMS}" target="_blank" rel="noopener noreferrer">Teacher Terms of Use</a> and any other policy available on the Website. In the event of any conflict between this Policy and the <a href="${TEACHER_TERMS}" target="_blank" rel="noopener noreferrer">Teacher Terms of Use</a>, the interpretation placed by the Company shall be final and binding on you.`,
|
|
13
|
+
`This Policy is being framed in view of the Information Technology Act, 2000 read with Regulation 4 of the Information Technology (Reasonable Security Practices and Procedures and Sensitive Personal Data or Information) Rules, 2011 and Regulation 3(1) of the Information Technology (Intermediaries Guidelines and Digital Media Ethics Code) Rules, 2021 and the Digital Personal Data Protection Act, 2023.`,
|
|
14
|
+
`By accessing, browsing or otherwise using the Website and/or by giving the Company your information and/or by explicitly giving your consent (as indicated and recorded on the Website), you expressly agree to be bound by the terms of this Policy. If you do not agree with the terms mentioned herein, please exit this Website and restrict your access. By accepting this Policy, you understand and agree to the collection, use, sharing and processing of personal information as described herein. If you provide the Company with personal information about someone else, you confirm that (a) such information is accurate and up-to-date; (b) such person is aware that you have provided their information; and (c) they consent to both the disclosure and the use/processing of their information in accordance with this Policy. This Policy applies to all current and former visitors, who access this Website. `,
|
|
15
|
+
`If you are unwilling or unable to be legally bound by this Policy, please do not use the Website. You cannot accept this Policy if: (a) you are not lawfully entitled to use the Website; or (b) if you are not of legal age to form a binding agreement with the Company in accordance with the applicable laws.`
|
|
16
|
+
],
|
|
17
|
+
sections: [
|
|
18
|
+
{
|
|
19
|
+
title: "INTRODUCTION",
|
|
20
|
+
content: [
|
|
21
|
+
`This Policy governs the use of data collected by us to provide Services through our Website.`,
|
|
22
|
+
`The aim of this Privacy Policy is to ensure that you understand what Information (as defined below) we collect about you, the reasons for collection and use, and the entities we may share it with. By providing your consent to this Policy, you agree to the collection, use and transfer of your Information as set out in this Policy. If you do not agree, please refrain from using the Website. You can contact us anytime with queries about this Policy at support@coschool.ai.`,
|
|
23
|
+
`We ensure compliance with all applicable laws, including the Digital Personal Data Protection Act, 2023.`,
|
|
24
|
+
]
|
|
25
|
+
},
|
|
26
|
+
{
|
|
27
|
+
title: "DEFINITIONS",
|
|
28
|
+
content: [
|
|
29
|
+
`<span style="font-weight:600;">“Large Language Models” or “LLMs”</span> refer to advanced artificial intelligence models designed to process and analyse natural language data on a vast scale. These models possess significant computational power and have been trained on extensive datasets to understand and generate human-like language patterns, responses, and context.`,
|
|
30
|
+
`<span style="font-weight:600;">“Student”</span> means a student who is enrolled with the School.`,
|
|
31
|
+
]
|
|
32
|
+
},
|
|
33
|
+
{
|
|
34
|
+
title: "SCOPE OF THE POLICY",
|
|
35
|
+
content: [
|
|
36
|
+
`By accessing or using the Website or otherwise giving us your information, you undertake that you have the capacity to enter into a legally binding contract vide this Policy, which constitutes a legally binding document between you and the Company under the applicable laws, in particular, the Indian Contract Act, 1872 and Digital Personal Data Protection Act, 2023. The Company will collect and process your personal and third-party data carefully, only for the purposes described in this Policy and only to the extent necessary as defined herein and within the scope of the applicable legal regulations. This Policy seeks to ensure that any personal information or third-party information handled by the Company is managed in a way that is ethical, compliant and adheres to best industry practices. `,
|
|
37
|
+
`Please read the terms and conditions of this Policy carefully, before accessing or using this Website. By accessing or using the Website including its intermediary services, you agree to the terms of this Policy. If you are accepting this Policy on behalf of another person or company or other legal entity, you represent and warrant that you have full authority to bind such person, company or legal entity to these terms. `,
|
|
38
|
+
`This Policy describes the types of information the Company collects, why and how the Company uses the information, with whom the Company shares it, and the choices you can make about the Company’s use of the information. This Policy also describes the measures the Company takes to protect the security of the information and how you can contact the Company about its privacy practices. `,
|
|
39
|
+
`This Policy describes the Company’s current data protection policies and practices and may be amended/updated from time to time. Any changes to this Policy will become effective upon posting of the revised Policy on the Website. It is recommended that you regularly check this Policy to apprise yourself of any updates. Your continued use of Website or provision of data or information thereafter will imply your unconditional acceptance of such updates to this Policy.`,
|
|
40
|
+
]
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
title: "EDUCATIONAL ENGAGEMENT WITH STUDENT",
|
|
44
|
+
isList: false,
|
|
45
|
+
content: [
|
|
46
|
+
`Our Website and services are designed to support Teachers in providing educational resources and tools to their classroom Students. Teachers may facilitate Student learning through features such as assignments, question banks, curiosity triggers, and other learning activities. All such activities conducted through the Website occur within an educational setting under the School’s supervision, and we process Student data solely on behalf of the School. When a School subscribes to our Services, it grants access to Teachers and authorizes them to use the Website for creating and managing educational materials for Students. Teachers are expected to use the Services in compliance with applicable laws, School policies, and this Privacy Policy. Any unauthorized use of Student data beyond the scope of educational purposes is strictly prohibited. The School remains responsible for ensuring that Teachers’ use of the Website aligns with its policies and applicable regulations.`,
|
|
47
|
+
]
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
title: "COMPLIANCE",
|
|
51
|
+
content: [
|
|
52
|
+
`We collect minimal information from you and only use the Information collected for the purposes explicitly called out in the below Clause 7 of this Policy. `,
|
|
53
|
+
`The data collected is stored securely in a third-party cloud storage service provider, i.e., Amazon Web Services (AWS) servers in India as per industry standards. All details with regard to the nature of the data collected and the purpose for collecting it can be found in this Privacy Policy. `
|
|
54
|
+
]
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
title: "CONSENT",
|
|
58
|
+
content: [
|
|
59
|
+
`By mere use of the Website, you expressly consent to the Company’s use, access, processing and disclosure of your Information and third-party information in accordance with this Policy. If you do not agree with the terms of this Policy, please do not use this Website. `,
|
|
60
|
+
`To access and use the services provided on the Website, you will be required to log in using your School-provided employee id and password, as set by you (“Login Credentials”), as outlined in the <a href="${TEACHER_TERMS}" target="_blank" rel="noopener noreferrer">Teacher Terms of Use</a>. Your account will be created using the information provided by the School, including your full name, email address, and mobile number. By using your Login Credentials, you acknowledge and agree that your access and usage shall be governed by the <a href="${TEACHER_TERMS}" target="_blank" rel="noopener noreferrer">Teacher Terms of Use</a>, this Policy, and any other applicable agreements with the Company. You should not share your Login Credentials, OTP, or other security information with anyone. Any instructions received using your Login Credentials will be considered authorized by you.`,
|
|
61
|
+
`Your acceptance of this Policy signifies your acceptance and consent to the processing of your Information by the Company and forms a valid and binding agreement between you and the Website/Company for Information processing by the Teacher as per the terms of this Policy (as per Section 6 (1) of the Digital Personal Data Protection Act, 2023).`,
|
|
62
|
+
]
|
|
63
|
+
},
|
|
64
|
+
{
|
|
65
|
+
title: "TYPES OF INFORMATION PROCESSED BY THE COMPANY",
|
|
66
|
+
content: [
|
|
67
|
+
`<span style="font-weight:600;">Personal Information:</span> Personal Information refers to any data that can be used to identify a natural person, including but not limited to first and last names, teacher/employee ID, email address, and registered mobile number. The Company collects only the Personal Information necessary for providing the Services in accordance with this Policy. `,
|
|
68
|
+
`<span style="font-weight:600;">Teaching and Course-Related Information:</span> This includes data related to the subjects taught, lesson plans, feedback provided to Students, and educational engagement with Students on the Website. The Company collects this information solely to enhance its teaching tools, improve Website features, and optimize the overall teaching experience.`,
|
|
69
|
+
`<span style="font-weight:600;">Non-Personal Information:</span> Non-personal information means information that does not specifically identify an individual or business, but includes information from you, such as your browser type, your internet service provider (ISP), operating system & version and your internet protocol (IP) address, device location, information about your mobile device including hardware model, preferred language, unique device identifier, your profession, field of work, information you provide us when you contact Us for help; information you enter into our system when using the Website, such as while asking doubts, participating in discussions and taking tests and any other information you may give on and through the Website. The Company may gather any non-personal information regarding how many people visit the Website, the pages you visit, how long you visited our Website, and the date and time you used the Website. The Company may also collect Non-Personal Information that you voluntarily provide, such as information included in response to a questionnaire, or a survey conducted by the Company. `,
|
|
70
|
+
`<span style="font-weight:600;">Usage Information:</span> Usage Information includes without limitation all data and information collected automatically through the Website (or through the third party analytics service providers), by use and access of the Website in the nature of system administrative data, statistical and demographical data, and operational information and data generated by or characterizing use of the Website including without limitation, Non-Personal Information, cookies, your search queries, comments, search results selected, number of clicks, pages viewed and the order of those pages, error logs, Website traffic, time spent on the Website, number of visits to the Website and other similar information and behaviour indicating the mode and manner of use of the Website. `,
|
|
71
|
+
`Personal Information, Teaching and Course-Related Information, Non-Personal Information and Usage Information hereinafter shall be referred to as “Information”. The Company limits the collection of Information which is necessary for its intended purpose.`,
|
|
72
|
+
`We collect Personal Information from all Teachers whose accounts are created by the School on the Website. We only collect the data that is necessary for providing the service. At all times, we endeavour to minimise the data that we collect from you.`,
|
|
73
|
+
`You represent that the Information you provide from time to time is and shall be correct, current and updated, and you have all the rights, permissions and consents to provide the same. Your providing Information and our consequent storage, collection, usage, transfer, access or processing of the same shall not be in violation of any third-party agreements, laws, judgments, orders or decrees. `,
|
|
74
|
+
`Please note that you will be required to provide Personal Information as specified above only if the School administrator maps you as a Teacher for the School. Those who simply browse the Website without availing any services are not required to provide any Personal Information. We advise you to exercise strict caution while submitting any Personal Information about yourself or your family members.`,
|
|
75
|
+
]
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
title: "DATA COLLECTION AND PROCESSING",
|
|
79
|
+
content: [
|
|
80
|
+
{
|
|
81
|
+
"children": {
|
|
82
|
+
title: `We use the data collected to provide the services to Teachers and personalise their experience as outlined in this Policy and the <a href="${TEACHER_TERMS}" target="_blank" rel="noopener noreferrer">Teacher Terms of Use</a> of the Website. The data collected is used for the following purposes:`,
|
|
83
|
+
data: [
|
|
84
|
+
`Enable Teachers to create, retrieve, view, and edit teaching plans, assessment plans, question banks, and homework assignments.`,
|
|
85
|
+
`Allow Teachers to access and utilise various features such as lesson planning, engagement tools, Student progress tracking, and other teaching resources.`,
|
|
86
|
+
`Send notifications about activities, updates, and relevant information related to the Teacher’s account.`,
|
|
87
|
+
`Analyse usage data to enhance security, prevent unauthorized activities, and detect potential violations of applicable laws or regulations.`,
|
|
88
|
+
`Use aggregated and anonymised data to improve teaching tools, enhance Teacher experience, and develop new features.`,
|
|
89
|
+
`Provide customer support to Teachers for any issues or queries related to the services.`
|
|
90
|
+
]
|
|
91
|
+
}
|
|
92
|
+
},
|
|
93
|
+
]
|
|
94
|
+
},
|
|
95
|
+
{
|
|
96
|
+
title: "WHAT IS THE DATA NOT COLLECTED FOR?",
|
|
97
|
+
content: [
|
|
98
|
+
`We do not allow advertising of data or sharing data for advertising on Website.`,
|
|
99
|
+
`We do not display advertisements, share data for the purpose of displaying advertisements, or allow data collection by advertisers or data brokers. `,
|
|
100
|
+
`We do not sell data to any third-party for any purpose. `,
|
|
101
|
+
`We do not allow for the profiling of Teachers for targeted online advertisements. `,
|
|
102
|
+
]
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
title: "DUTIES OF TEACHERS",
|
|
106
|
+
content: [
|
|
107
|
+
{
|
|
108
|
+
"children": {
|
|
109
|
+
title: `Each of the users of the Website is bound by certain obligations while sharing their Information as per the provisions of the Digital Personal Data Protection Act, 2023 and such obligations include (apart from the obligations prescribed under the <a href="${TEACHER_TERMS}" target="_blank" rel="noopener noreferrer">Teacher Terms of Use</a> of the Website):`,
|
|
110
|
+
data: [
|
|
111
|
+
`comply with the provisions of all applicable laws for the time being in force while exercising rights under the provisions of the Digital Personal Data Protection Act, 2023;`,
|
|
112
|
+
`to ensure not to impersonate another person while providing their own personal data/Information for a specified purpose; `,
|
|
113
|
+
`to ensure not to suppress any material information while providing their personal data/Information for any document, unique identifier, proof of identity or proof of address issued by the State or any of its instrumentalities; `,
|
|
114
|
+
`to ensure not to register a false or frivolous grievance or complaint with the Company or the Data Protection Board of India; and `,
|
|
115
|
+
`to furnish only such information as is verifiably authentic, while exercising the right to correction or erasure under the provisions of Digital Personal Data Protection Act, 2023.`
|
|
116
|
+
]
|
|
117
|
+
}
|
|
118
|
+
},
|
|
119
|
+
]
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
title: "DATA RETENTION",
|
|
123
|
+
content: [
|
|
124
|
+
`We will store your data only for as long as it is required for providing the service or as mandated by law or required by third parties as detailed in Clause 12 below. `,
|
|
125
|
+
]
|
|
126
|
+
},
|
|
127
|
+
{
|
|
128
|
+
title: "THIRD PARTIES AND SHARING OF DATA",
|
|
129
|
+
content: [
|
|
130
|
+
`The Company may engage third party vendors and/or contractors to perform certain support services for the Company, including, without limitation, fulfilment of your requests, software maintenance services, advertising and marketing services, web hosting services and such other related services which are required by the Company to provide its services efficiently. These third parties may have limited access to Information. If they do, this limited access is provided so that they may perform these tasks for the Company, and they are not authorized by the Company to otherwise use or disclose Information, except to the extent required by law. The Company does not make any representations concerning the privacy practices or policies or terms of use/service of such websites/third parties, nor does it control or guarantee the accuracy, integrity, or quality of the information, data, text, software, music, sound, photographs, graphics, videos, messages or other materials available on and with such websites/third parties. `,
|
|
131
|
+
`The Website may contain links and interactive functionality interacting with the websites of third parties or third parties including without limitation the payment gateways, advertisements, social media Websites. The Company is not responsible for and has no liability for the functionality, actions, inactions, privacy settings, privacy policies, terms, or content of any such websites or third parties. Before enabling any sharing functions to communicate with any such websites or otherwise visiting any such websites, the Company strongly recommends that you review and understand the terms and conditions, privacy policies, settings, and information-sharing functions of each such third-party website.`,
|
|
132
|
+
]
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
title: "THIRD PARTY ANALYTICS",
|
|
136
|
+
content: [
|
|
137
|
+
`In order to improve your experience on our Website, we collect and use aggregate data about usage patterns of how you use our Website. For example, how a Teacher interacts with various features on a page, the options selected by the Teacher, the amount of time that the Teacher spends on a specific page, etc. This is done to streamline the existing Teacher experience and to provide Teachers with a better experience of using the service.`,
|
|
138
|
+
`We use a small number of third party services to collect and analyse this data. These services are contractually obligated only to use data about your usage of services to provide analytics-related services to us and are prohibited from sharing it or using it for other purposes.`,
|
|
139
|
+
]
|
|
140
|
+
},
|
|
141
|
+
{
|
|
142
|
+
title: "DATA SECURITY",
|
|
143
|
+
content: [
|
|
144
|
+
`We implement industry-standard security measures to protect the confidentiality and integrity of the data we collect and process. Access to the LLMs is restricted to authorized personnel only, and we follow the principle of least privilege.`,
|
|
145
|
+
`We securely store your Personal Information only as long as required for lawful purposes or as mandated by law. `,
|
|
146
|
+
]
|
|
147
|
+
},
|
|
148
|
+
{
|
|
149
|
+
title: "COSCHOOL’S USE OF ARTIFICIAL INTELLIGENCE ",
|
|
150
|
+
isList: false,
|
|
151
|
+
content: [
|
|
152
|
+
`Our use of AI in our service does not showcase any kind of bias or discrimination in generating its results.`,
|
|
153
|
+
]
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
title: "COOKIE POLICY",
|
|
157
|
+
content: [
|
|
158
|
+
`When you visit the Website, it may store or retrieve information on your browser, mostly in the form of cookies. The information that is stored might be about you, your preferences or your device and is mostly used to make the Website work as you expect it to. While the information does not directly identify you, it can provide you with a more personalized web experience. As we respect your right to privacy, you can choose not to allow some types of cookies through your browser settings. However, blocking some types of cookies may impact your experience of the site and the services we are able to offer. `,
|
|
159
|
+
`All browsers are different, so visit the “help” section of your browser to learn about cookie preferences and other privacy settings that may be available. Please note that if you choose to remove or reject cookies or clear local storage this could affect the features, availability, and functionality of our service.`,
|
|
160
|
+
]
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
title: "HOW TO REVIEW AND DELETE PERSONAL INFORMATION",
|
|
164
|
+
isList: false,
|
|
165
|
+
content: [
|
|
166
|
+
`A School may review, update, or delete a Teacher’s Personal Information in accordance with applicable law through its administrator dashboard. If you are a Teacher and wish to access, update, or request the deletion of your Personal Information, please contact your School. The School is responsible for managing Teacher accounts and may take steps to limit or revoke a Teacher’s access to the Website by modifying account permissions, deleting the Teacher’s profile, or restricting access to certain features.`,
|
|
167
|
+
]
|
|
168
|
+
},
|
|
169
|
+
{
|
|
170
|
+
title: "DATA PROTECTION PRACTICES",
|
|
171
|
+
content: [
|
|
172
|
+
`We follow the latest, industry standards to protect your data. Some measures that are in place include the use of highly secure, access-controlled data centres, data encryption in transit, and encryption data at rest etc. Despite these measures, in the event of a security breach, we will notify the affected Teachers within the amount of time as required by the applicable law.`,
|
|
173
|
+
`Please be advised that, while the Company strives to protect Information and privacy, the Company cannot guarantee or warranty its absolute security when Information is transmitted over the internet into the Website. The Company will annually evaluate this necessity considering your privacy and our relation while keeping the applicable legislation in mind.`,
|
|
174
|
+
`Access to your online account on the Website is via your Login Credentials which is password protected and this helps to secure your account information. You are solely responsible for maintaining the confidentiality of your Login Credentials. To ensure safety of your Information, you are advised against sharing your Login Credentials with anyone. If you suspect any unauthorized use of your account, you must immediately notify the Company by sending an email to <a href="mailto:helpdesk@coschool.ai">helpdesk@coschool.ai</a>. You shall be liable to indemnify the Company for any loss suffered by the Company due to such unauthorized use of your account.`,
|
|
175
|
+
`For any loss or theft of Information, due to unauthorized access to your device through which you use the Website or other reasons solely attributable to you, the Company shall not be held liable or responsible under any circumstance whatsoever. Further, the Company shall not be responsible for any breach of security or for any actions of any third parties/vendors or events that are beyond the Company’s reasonable control including but not limited to acts of government, computer hacking, unauthorised access to computer data and storage device, computer crashes, breach of security and encryption, poor quality of internet service or telephone service of the user, etc. `,
|
|
176
|
+
]
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
title: "CHANGES TO THE PRIVACY POLICY",
|
|
180
|
+
isList: false,
|
|
181
|
+
content: [
|
|
182
|
+
`We may make changes to this Policy from time to time to account for changes to our practices or as required by applicable laws. We will notify you of any such changes by posting the revised Policy with an updated date of revision on our Website. If we change this Policy in a way that we believe will materially affect your rights, we will notify you of such changes via an SMS or WhatsApp and publish the updated Policy on our website. If you continue to use our service after you receive notice of changes to this Policy, we will assume that you have accepted these changes. For previous versions of the Policy, please reach out to us at <a href="mailto:helpdesk@coschool.ai">helpdesk@coschool.ai</a>.`,
|
|
183
|
+
]
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
title: "LIMITATION OF LIABILITY",
|
|
187
|
+
content: [
|
|
188
|
+
`The Company shall not be liable to you for any loss of profit, anticipated savings, goodwill, reputation or business opportunities or any type of direct or indirect, incidental, economic, compensatory, punitive, exemplary or consequential losses arising out of performance or non-performance of its obligations under this Policy.`,
|
|
189
|
+
`The Company is not responsible for any actions or inactions of any third parties, that receives your Personal Information.`,
|
|
190
|
+
`Notwithstanding anything contained in this Policy or elsewhere, the Company shall not be held responsible for any loss, damage or misuse of your Personal Information, if such loss, damage or misuse is attributable to a Force Majeure Event and/or any third party. The term <span style="font-weight:600;">“Force Majeure Event”</span> shall mean any event that is beyond the reasonable control of the Company and shall include, without limitation, sabotage, fire, flood, explosion, acts of God, civil commotion, strikes, lockouts or industrial action of any kind, riots, insurrection, war, acts of government, computer hacking, civil disturbances, unauthorised access to computer data and storage device, computer crashes, breach of security and encryption, epidemic, pandemic or national/state lockdown due to any reason and any other similar events not within the control of the Company and which the Company is not able to overcome.`,
|
|
191
|
+
]
|
|
192
|
+
},
|
|
193
|
+
{
|
|
194
|
+
title: "GOVERNING LAW",
|
|
195
|
+
isList: false,
|
|
196
|
+
content: [
|
|
197
|
+
`Without reference to any conflict of laws principles this Policy shall be governed by and interpreted and construed in accordance with the laws of India. The place of jurisdiction shall exclusively be in Hyderabad, Telangana, India. In the event of any dispute arising out of this Policy, the same shall be settled by binding arbitration conducted by a sole arbitrator, appointed jointly by both parties and governed by the Arbitration and Conciliation Act, 1996. The seat and venue of arbitration shall be Hyderabad, Telangana, India.`
|
|
198
|
+
]
|
|
199
|
+
},
|
|
200
|
+
{
|
|
201
|
+
title: "GRIEVANCE REDRESSAL MECHANISM",
|
|
202
|
+
content: [
|
|
203
|
+
`In accordance with the Information Technology Act, 2000 and Rules made thereunder along with Section 13 of the Digital Personal Data Protection Act, 2023, you have the right to readily available means of grievance redressal in relation to your Information collected by the Website. Therefore, the Website/Company respects your rights and is hereby furnishing the name and contact details of the Grievance Officer, as provided below:
|
|
204
|
+
<table style="margin-top:8px">
|
|
205
|
+
<tr>
|
|
206
|
+
<td style="width: 64px">Name</td>
|
|
207
|
+
<td style="width:calc(100% - 64px)">Vishwa Talati</td>
|
|
208
|
+
</tr>
|
|
209
|
+
<tr>
|
|
210
|
+
<td style="width: 64px">Address</td>
|
|
211
|
+
<td style="width:calc(100% - 64px)">Corporate Office: Villa 10, Urban Sanctuary, Shankarpalle, Shankarpalli, K.V. Rangareddy, Rangareddy, Telangana, India – 501203 </td>
|
|
212
|
+
</tr>
|
|
213
|
+
<tr>
|
|
214
|
+
<td style="width: 64px">Email</td>
|
|
215
|
+
<td style="width:calc(100% - 64px)">helpdesk@coschool.ai</td>
|
|
216
|
+
</tr>
|
|
217
|
+
</table>`,
|
|
218
|
+
`In case your grievance was not handled in compliance of the applicable laws by the Company, you have the right to file appropriate complaints (as per the prescribed rules) with the Data Protection Board of India under the provisions of the Digital Personal Data Protection Act, 2023.`
|
|
219
|
+
]
|
|
220
|
+
},
|
|
221
|
+
{
|
|
222
|
+
title: "CONTACT INFORMATION",
|
|
223
|
+
isList: false,
|
|
224
|
+
content: [
|
|
225
|
+
`If you have any questions about this Policy, please feel free to write to us at: <a href="mailto:helpdesk@coschool.ai">helpdesk@coschool.ai</a> and we will reach out to you as soon as possible.`
|
|
226
|
+
]
|
|
227
|
+
}
|
|
228
|
+
]
|
|
229
|
+
};
|
|
230
|
+
exports.teacherTermsInfo = {
|
|
231
|
+
info: [
|
|
232
|
+
`<span style="font-weight:600;">THIS DOCUMENT IS AN ELECTRONIC RECORD IN TERMS OF THE INFORMATION TECHNOLOGY ACT, 2000 AND RULES MADE THEREUNDER. THIS ELECTRONIC RECORD IS GENERATED BY A COMPUTER SYSTEM AND DOES NOT REQUIRE ANY PHYSICAL OR DIGITAL SIGNATURES.</span>`,
|
|
233
|
+
`<span style="font-weight:600;">THIS DOCUMENT IS PUBLISHED IN ACCORDANCE WITH THE PROVISIONS OF RULE 3(1) OF THE INFORMATION TECHNOLOGY (INTERMEDIARY GUIDELINES AND DIGITAL MEDIA ETHICS CODE) RULES, 2021 AND CONSUMER PROTECTION (E-COMMERCE) RULES, 2020 THAT REQUIRES PUBLISHING THE RULES AND REGULATIONS, PRIVACY POLICY AND TERMS AND CONDITIONS FOR ACCESS OR USAGE OF THIS WEBSITE.</span>`,
|
|
234
|
+
`Welcome to Coschool.ai (hereinafter referred to as the <span style="font-weight:600;">“Website” or “Coschool”</span>), owned by <span style="font-weight:600;">People Combine Basics Private Limited</span>, a company incorporated under the Companies Act, 2013 (bearing company identification number U80904TS2020PTC179943) (hereinafter referred to as the <span style="font-weight:600;">“Company” “we” “us” and “our”</span>), having its registered office at Villa No.10, Urban Sanctuary, Donthanapally, Shankarpalle, Shankarpalli, K.V. Rangareddy, Rangareddy, Telangana, India – 501203. `,
|
|
235
|
+
`This Website provides an interactive and user-friendly environment where Teachers, after being mapped by their School administration, can create and manage educational content, assign and evaluate coursework, track student progress, and facilitate learning in a seamless and paperless manner. Teachers use this Website as part of their teaching services to students enrolled with the School.`,
|
|
236
|
+
`For the purpose of these Terms, <span style="font-weight:600;">“School”</span> refers to an educational institution that has subscribed to the Website’s Services and employs the Teacher.`,
|
|
237
|
+
`Please read these Teacher Terms of Use (<span style="font-weight:600;">“Terms”</span>) carefully. By accessing, browsing, or otherwise using the Website, or any other websites or applications of the Company that link to these Terms, and/or by accessing, using, or availing any of the services and/or the content, including information, reports, journals, data, lesson plans, question banks, graphics, audio, and videos (<span style="font-weight:600;">“Material”</span>) provided or made available on and through the Website (collectively, <span style="font-weight:600;">“Service(s)”</span>), you (<span style="font-weight:600;">“you” “Teacher” “your” “yourself”</span>) represent that you have read and understood the Terms and expressly agree to be bound by them. If you do not agree with the Terms mentioned herein, please exit this Website and restrict your access.`,
|
|
238
|
+
`The Company reserves the right, at its sole discretion, to change, modify, add or remove portions of these Terms at any time without any prior notice to you and may notify you whenever there is a change in the Terms, by email or post a conspicuous notice on the Website in the event of any revisions to these Terms. Your continued use of the Website following the changes and/or revisions shall be deemed to mean that you accept and agree to the revised Terms. As long as you comply with these Terms, the Company grants you a personal, non-exclusive, non-transferable, revocable, non-assignable, limited right to access and use the Website. `,
|
|
239
|
+
`You should read these Terms and access and read all further linked information, if any, referred to in these Terms, as such information contains further terms and conditions that apply to you as a Teacher. Such linked information including but not limited to the Company’s privacy policy (<span style="font-weight:600;">“Privacy Policy”</span>) is hereby incorporated by reference into these Terms. `,
|
|
240
|
+
`These Terms read with any agreement that you may enter into with the Company shall define our relationship and mutual expectations while you use the Website. In order to use the Website, it shall be your responsibility to comply with both these Terms and any other agreement(s) that you may enter into with the Company. In case of conflict between these Terms and such agreement that you may enter into with the Company, the interpretation placed by the Company shall be final and binding on you.`
|
|
241
|
+
],
|
|
242
|
+
sections: [
|
|
243
|
+
{
|
|
244
|
+
title: "MEMBERSHIP ELIGIBILITY",
|
|
245
|
+
content: [
|
|
246
|
+
`Use and access to the Website is available only to individuals and entities capable of entering into legally binding contracts under the Indian Contract Act, 1872.`,
|
|
247
|
+
`If you are acting on behalf of an entity, organization, or any other legal person, you represent and warrant that you have the authority to bind that entity, organization, or legal person to these Terms.`,
|
|
248
|
+
`Individuals who are undischarged insolvents or who have been declared of unsound mind are prohibited from using the Website. Undischarged insolvents are those declared insolvent by a court and have not been discharged from their debts, while persons of unsound mind are those declared legally incompetent to manage their own affairs due to mental incapacity. If you fall into either of these categories, you are hereby notified that your use of the Website is prohibited. The Company reserves the right to verify user eligibility and may take appropriate actions to enforce this prohibition.`,
|
|
249
|
+
`By using the Website, you acknowledge and warrant that you are not an undischarged insolvent or a person of unsound mind and that you meet the eligibility criteria outlined in these Terms. Any breach of this warranty may result in the termination of your access to Coschool.`,
|
|
250
|
+
`The Company reserves the right, at any time, to terminate a user’s registration and/or deny access to the Website if it is discovered or brought to the Company’s attention that the user does not meet the eligibility criteria.`,
|
|
251
|
+
`Teachers who access the Website from outside India are responsible for ensuring compliance with local laws, where applicable. The Company provides services exclusively within India (<span style="font-weight:600;">“Territory”</span>) and shall not be obligated to perform any services outside this Territory.`
|
|
252
|
+
]
|
|
253
|
+
},
|
|
254
|
+
{
|
|
255
|
+
title: "ACCEPTANCE OF THE TERMS",
|
|
256
|
+
content: [
|
|
257
|
+
`To confirm acceptance of these Terms, the Teacher shall be required to check a tick-box confirming that it has read and agrees to the Terms before completing the registration process or accessing Services of the Website. By checking the tick-box, the Teacher represents that it understands and agrees to be bound by these Terms.`,
|
|
258
|
+
`In addition to accepting the Terms by checking the tick-box, the Teacher acknowledges that continued use of the Website constitutes acceptance of these Terms, whether or not the Teacher has explicitly provided consent through any other means. If the Teacher accesses or uses the Website in any capacity, it will be deemed to have accepted these Terms`
|
|
259
|
+
]
|
|
260
|
+
},
|
|
261
|
+
{
|
|
262
|
+
title: "REGISTRATION & TEACHER ACCOUNT MANAGEMENT",
|
|
263
|
+
content: [
|
|
264
|
+
`<b>Eligibility</b>: The Services are available solely to individuals who have the legal capacity to enter into binding contracts under the Indian Contract Act, 1872. By registering on the Website, the Teacher represents and warrants that they are currently employed by the School, have been authorised by the School to access and use the Services, and have the necessary authority to enter into these Terms.`,
|
|
265
|
+
`<b>Registration Data:</b>To access the Services, the Teacher agrees to provide all necessary information as required by the Company to the School (<span style="font-weight:600;">“Registration Data”</span>). The Teacher represents and warrants that all Registration Data submitted is true, current, and complete, and agrees to update it as necessary to maintain its accuracy.`,
|
|
266
|
+
{
|
|
267
|
+
"children": {
|
|
268
|
+
title: `<b>Teacher Account Creation:</b>`,
|
|
269
|
+
data: [
|
|
270
|
+
`A Teacher can register on the Website only after the School administration adds them to the School’s account using the details maintained by the School.`,
|
|
271
|
+
`Once added, the Teacher will receive a registration link on their School provided email ID, mobile registered by School admin. By following the link, the Teacher can complete their account setup by creating a password. After registration, the Teacher can log in using their School-provided email ID/employee ID and password to access and use the Services (<span style="font-weight:600;">“Teacher Account”</span>).`
|
|
272
|
+
]
|
|
273
|
+
}
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
"children": {
|
|
277
|
+
title: `<b>Teacher Account Responsibility:</b>`,
|
|
278
|
+
data: [
|
|
279
|
+
`The Teacher is responsible for maintaining the confidentiality of their login credentials and ensuring that the Teacher Account is used solely for educational purposes in accordance with these Terms.`,
|
|
280
|
+
`The Teacher shall not share their login credentials with any unauthorized person or allow any other individual to access their account. Any activity conducted through the Teacher Account shall be deemed to be performed by the Teacher.`,
|
|
281
|
+
`The Teacher is responsible for ensuring that all information provided to the School during registration and account use remains accurate and up to date. If there are any changes to the information, the Teacher must update it promptly or notify the school to make necessary corrections.`,
|
|
282
|
+
`If the Teacher suspects any unauthorised access or security breach related to their Teacher Account, they must immediately notify the school and take appropriate steps to secure their account.`,
|
|
283
|
+
`The Company shall not be liable for any loss, damage, or unauthorized access resulting from the Teacher’s failure to comply with these responsibilities.`
|
|
284
|
+
]
|
|
285
|
+
}
|
|
286
|
+
},
|
|
287
|
+
]
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
title: "TEACHER CODE OF CONDUCT",
|
|
291
|
+
content: [
|
|
292
|
+
{
|
|
293
|
+
"children": {
|
|
294
|
+
title: `The Teacher agrees, undertakes and covenants that, during the use of the Website, the Services and/or the Materials, the Teacher shall not host, display, upload, modify, publish, transmit, store, update or share any information that:`,
|
|
295
|
+
data: [
|
|
296
|
+
`belongs to another person or entity and to which the Teacher does not have any right;`,
|
|
297
|
+
`belongs to another person or entity to which the Teacher has no right;`,
|
|
298
|
+
`is defamatory, obscene, pornographic, sexually explicit, invasive of privacy, hateful, harassing, racially or ethnically objectionable, or otherwise unlawful;`,
|
|
299
|
+
`contains content harmful to minors;`,
|
|
300
|
+
`misleads or deceives in any way;`,
|
|
301
|
+
`involves spam, junk mail, or unauthorised solicitations;`,
|
|
302
|
+
`infringes any third-party intellectual property or proprietary rights, including patents, trademarks, copyrights, or privacy rights;`,
|
|
303
|
+
`promotes discrimination, hate speech, or controversial political or social issues for commercial purposes;`,
|
|
304
|
+
`impersonates another entity, or provides instructions for illegal activities, including hacking, fraud, or privacy violations;`,
|
|
305
|
+
`promotes or provides information on illegal, unsafe, or inappropriate products, including tobacco, drugs, or other restricted substances;`,
|
|
306
|
+
`attempts unauthorised access to the Website, other user accounts, or restricted areas of the Website;`,
|
|
307
|
+
`engages in commercial activities, such as advertising, without prior written consent from the Company;`,
|
|
308
|
+
`interferes with another Teacher’s use of the Website;`,
|
|
309
|
+
`spreads false or misleading information, including fake news;`,
|
|
310
|
+
`contains malware, viruses, or any malicious software designed to harm, disrupt, or compromise security;`,
|
|
311
|
+
`threatens the unity, integrity, security, or sovereignty of India, incites offenses, or violates public order;`,
|
|
312
|
+
`is patently false and published with the intent to mislead or cause harm; and/or`,
|
|
313
|
+
`violates any applicable laws or regulations.`
|
|
314
|
+
]
|
|
315
|
+
}
|
|
316
|
+
},
|
|
317
|
+
`The Teacher agrees and acknowledges that (a) the Teacher shall not use the Website for any illegal or unauthorised purpose; and (b) the Teacher’s use of any information or Materials on the Website is entirely at the Teacher’s own risk, for which the Company shall not be liable. The Teacher agrees to comply with all laws, rules, and regulations applicable to the use of the Website. `,
|
|
318
|
+
`The Teacher shall not allow unauthorised use of Teacher Account, and the Company shall not be liable for any claims arising from such use.`,
|
|
319
|
+
`The Company shall have the right, but not the obligation, to monitor the access or use of the Website to ensure Teacher’s compliance with these Terms or applicable laws or other legal requirements, at its sole discretion. `,
|
|
320
|
+
`The Teacher shall not assign, mortgage, charge any of its rights or sub-contract or otherwise delegate any of its obligations under these Terms, except with the written consent of the Company.`
|
|
321
|
+
]
|
|
322
|
+
},
|
|
323
|
+
{
|
|
324
|
+
title: "USER DATA",
|
|
325
|
+
content: [
|
|
326
|
+
`<span style="font-weight:600;">General. “Teacher Data”</span> refers to any information that personally identifies a Teacher, including but not limited to their full name, email ID, employee ID, phone number and password. The Company collects and processes Teacher Data solely for the purpose of providing Services, fulfilling its obligations, and improving the user experience.`,
|
|
327
|
+
`Company collects and processes Teacher Data in accordance with its Teacher Privacy Policy. By using the Website, you acknowledge that your School is responsible for obtaining necessary consents for the disclosure of your data to the Company.`,
|
|
328
|
+
]
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
title: "RIGHT TO ACCESS WEBSITE",
|
|
332
|
+
content: [
|
|
333
|
+
{
|
|
334
|
+
children: {
|
|
335
|
+
title: `Subject to the Teacher’s compliance with these Terms and/or payment of applicable service fees, if any, the Company grants the Teacher a non-transferable, and revocable right to access and use the Website and Services for educational purposes. The following actions are prohibited unless expressly authorized in writing by the Company:`,
|
|
336
|
+
data: [
|
|
337
|
+
`Downloading (other than for page caching) or modifying any portion of the Website.`, `Using the Website or its content for resale or commercial purposes.`,
|
|
338
|
+
`Copying or aggregating Service listings, descriptions, or pricing data.`,
|
|
339
|
+
`Extracting or scraping/crawling data using automated tools, bots, or similar techniques.`
|
|
340
|
+
]
|
|
341
|
+
}
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
children: {
|
|
345
|
+
title: `The Website and Services (including proprietary content, copyrighted materials, trademarks, and other intellectual property) may not be:`,
|
|
346
|
+
data: [
|
|
347
|
+
`Reproduced, duplicated, copied, resold, or distributed for commercial purposes.`,
|
|
348
|
+
`Framed or embedded in another website without express written consent.`,
|
|
349
|
+
`Used in a way that misrepresents or damages the Company’s reputation.`
|
|
350
|
+
]
|
|
351
|
+
}
|
|
352
|
+
},
|
|
353
|
+
`The Teacher is granted a limited, revocable, and non-exclusive right to create a hyperlink to the Website’s homepage, provided that the link does not misrepresent or damage the Company. The use of Company logos, trademarks, or graphics in links requires express written consent. Any unauthorised use of the Website or violation of these terms may result in immediate suspension or termination of access.`
|
|
354
|
+
]
|
|
355
|
+
},
|
|
356
|
+
{
|
|
357
|
+
title: "CONTENT AND INTELLECTUAL PROPERTY RIGHTS",
|
|
358
|
+
content: [
|
|
359
|
+
`The Teacher hereby agrees and understands that the intellectual property and proprietary rights in the Website, the Services including the Material provided and made available through and on the Website shall vest with the Company solely and exclusively. The Company owns all proprietary rights, title, interest in the Website, Material and all the Services provided on and through the Website including but not limited to copyrights, trademarks, text, graphics, audio clip, video clip, digital downloads, service marks, logos, trade names, and other intellectual and proprietary rights associated with the Website or the Company’s Services provided on the Website and contents and is protected under Indian law and international author rights laws and the Teacher is hereby granted a limited license to access and use the Materials (as may be applicable to a Teacher) for the purpose of utilizing the Services for personal use only.`,
|
|
360
|
+
`The Company reserves the right to change or modify the Services and/or the Materials (as the case may be) on the Website from time to time at its sole discretion.`,
|
|
361
|
+
`You hereby acknowledges and agrees that the Website and/or the Services constitutes original works and have been developed, compiled, prepared, revised, selected, and arranged by the Company and others through the application of methods and standards of judgment developed and applied through the expenditure of substantial time, effort, and money and constitute valuable intellectual property of the Company and such others. The Teacher thereby agrees to protect the proprietary rights of the Company during and after the tenure of these Terms. The Teacher shall not selectively download portions of the Website and/or the Materials without retaining the copyright notices. `,
|
|
362
|
+
`You shall not display, print or download extracts from the Website, whether for your personal or non-personal use, and you shall not commercialise any intellectual property belonging to the Company in any manner.`,
|
|
363
|
+
`You shall not (whether directly or indirectly including through the use of any program) create a database in an electronic or other form by downloading and storing all or any part of the pages from the Website.`,
|
|
364
|
+
`Without obtaining our prior written permission, no part of the Website shall be reproduced or transmitted to or stored in any other website or mobile application, nor shall any of its pages or part thereof be disseminated in any electronic or non-electronic form.`,
|
|
365
|
+
`Nothing on the Website or your use of the Services shall be construed as conferring on you or any party, any licence or other rights under the intellectual property or other proprietary rights of the Company, its affiliates or any third party, whether implied or otherwise.`,
|
|
366
|
+
`The Company bears no responsibility for claims relating to infringement of any intellectual property rights in relation to the Services and/or their content.`,
|
|
367
|
+
`As between you and Company, you own the information you provide to us, and you may request its deletion at any time. Any information you submit to us is at your own risk. By providing information to us, you represent and warrant that you are entitled to submit such information and the same is not confidential and not in violation of any law, contractual restrictions or other third-party rights (including any intellectual property rights).`,
|
|
368
|
+
`Any infringement shall lead to appropriate legal proceedings against the Teacher at appropriate forum for seeking all available remedies under applicable laws of the country.`
|
|
369
|
+
]
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
title: "INTELLECTUAL PROPERTY CLAIMS",
|
|
373
|
+
content: [`Company respects the intellectual property of others. If you believe that your intellectual property rights have been used in any way that gives rise to concerns of infringement, please write to us at <a href="mailto:helpdesk@coschool.ai">helpdesk@coschool.ai</a>.`]
|
|
374
|
+
},
|
|
375
|
+
{
|
|
376
|
+
title: "TERMINATION OF ACCESS TO SERVICES",
|
|
377
|
+
content: [
|
|
378
|
+
{
|
|
379
|
+
children: {
|
|
380
|
+
title: `A Teacher Account may be terminated at any time by`,
|
|
381
|
+
data: [
|
|
382
|
+
`The Teacher, by discontinuing access to or use of the Website.`,
|
|
383
|
+
`The School administration, by disabling the Teacher’s account, including in cases where the Teacher is no longer employed by the School.`,
|
|
384
|
+
`The Company, at its sole discretion, with or without cause, including but not limited to the Teacher’s violation of these Terms, prolonged inactivity, or termination of the Company’s agreement with the School.`,
|
|
385
|
+
]
|
|
386
|
+
}
|
|
387
|
+
},
|
|
388
|
+
`The Teacher acknowledges that the termination of Services may come into effect without any prior notice, and the Company shall thereafter, immediately deactivate or delete the Teacher Account and all related information and/or bar any further access to the Teacher Account or the Services, subject to applicable law. `,
|
|
389
|
+
`The disclaimer of warranties, the limitation of liability, Clauses in the Terms that by their nature should survive termination of your usage of the Website, and the governing law provisions shall survive any termination of these Terms. `
|
|
390
|
+
]
|
|
391
|
+
},
|
|
392
|
+
{
|
|
393
|
+
title: "FORCE MAJEURE EVENTS",
|
|
394
|
+
content: [
|
|
395
|
+
`For the purpose of these Terms, the term <span style="font-weight:600;">“Force Majeure Event”</span> shall mean any event that is beyond the reasonable control of the Company and shall include, without limitation, sabotage, fire, flood, explosion, acts of God, civil commotion, strikes, lockouts or industrial action of any kind, riots, insurrection, war, acts of government, foreign or governmental order including orders of lock-down, quarantine, an outbreak of an epidemic, pandemic or other communicable diseases, computer hacking, civil disturbances, unauthorised access to computer data and storage device, computer crashes, breach of security and encryption, and any other similar events not within the control of the Company and which the Company and is not able to overcome. The Company shall solely determine what would constitute as a Force Majeure Event and the same shall be final and binding upon the Teacher.`,
|
|
396
|
+
`The Company shall not be liable to the Teacher for Website’s failure to perform or for delay in the performance of the Website including any unavailability, non-availability or partial availability of the Website, downtime, maintenance of the Website, slow-down of the Website, any disruption, defects, deficiency or delay in the Services arising from the acts/omissions of the Teacher, non-responsiveness of the Teacher, to the extent such failure or delay results from causes beyond Company’s reasonable control including Force Majeure Events.`,
|
|
397
|
+
]
|
|
398
|
+
},
|
|
399
|
+
{
|
|
400
|
+
title: "LINKS TO THIRD PARTY",
|
|
401
|
+
isList: false,
|
|
402
|
+
content: [
|
|
403
|
+
`The Website may contain links and interactive functionality interacting with the websites, services, tools or features of third parties. The Company shall not be responsible for and has no liability for the functionality, actions, inactions, privacy settings, privacy policies, terms, or content of any such third party links and integrations. Before enabling any sharing functions to communicate with any such third parties or otherwise visiting any such third parties, the Company strongly recommends that the Teacher reviews and understands the terms and conditions, privacy policies, settings, and information-sharing functions of each such third-party links and integrations.`,
|
|
404
|
+
]
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
title: "REPRESENTATIONS",
|
|
408
|
+
isList: false,
|
|
409
|
+
content: [
|
|
410
|
+
`The Teacher hereby represents and warrants that the Teacher has validly entered into these Terms and has the legal power to do so. The Teacher further represents and warrants that the Teacher shall be solely responsible for the due compliance with these Terms.`,
|
|
411
|
+
]
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
title: "LIMITATION OF LIABILITY",
|
|
415
|
+
content: [
|
|
416
|
+
`The Teacher hereby agrees and acknowledges that the Company shall not be held liable to the Teacher for any direct, indirect, special, consequential, incidental, exemplary or punitive damages, or loss of profit, business, data or revenues. The Company shall also not be liable under any circumstance for damages arising out or related in any way to the Teacher’s inability to access, or the Teacher’s difficulty in accessing the Website, any bugs, viruses, trojan horses, or the like, which may be transmitted to or through the Website by any third party, any loss of the Teacher’s data or content from the Website, the Teacher’s failure to keep the Teacher’s login credentials secure and confidential. `,
|
|
417
|
+
`The Company shall not be liable under any circumstances for damages arising out of or in any way related to content and Services provided via the Website and/or any information or the integrated services offered or provided by any third-party through the Website.`,
|
|
418
|
+
`To the fullest extent permitted by law, the aggregate liability of Company to you for all claims arising out of or relating to the use or any inability to use any portion of the Website or otherwise under these Terms, whether in contract, tort, or otherwise, is limited to INR 100 (Indian Rupees One Hundred Only).`,
|
|
419
|
+
]
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
title: "DISCLAIMER OF WARRANTIES",
|
|
423
|
+
isList: false,
|
|
424
|
+
content: [
|
|
425
|
+
`THE WEBSITE AND ALL INFORMATION, CONTENT, MATERIALS AND SERVICES INCLUDED ON OR OTHERWISE MADE AVAILABLE TO THE TEACHER THROUGH THE WEBSITE ARE PROVIDED BY THE COMPANY ON AN “AS IS,” “AS AVAILABLE” BASIS, WITHOUT REPRESENTATIONS OR WARRANTIES OF ANY KIND. THE COMPANY MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED, AS TO THE OPERATION OF THE WEBSITE, THE ACCURACY OR COMPLETENESS OF THE CONTENTS OR THE INFORMATION OR THE SERVICES PROVIDED ON THE WEBSITE AND/OR THAT THE PERFORMANCE OF THE WEBSITE AND/OR THE SERVICES WILL BE UNINTERRUPTED, TIMELY, SECURE, ACCURATE OR ERROR FREE AND/OR THAT THE RESULTS THAT MAY BE OBTAINED OR EXPECTED TO BE OBTAINED FROM THE USE OF WEBSITE WILL BE ACCURATE OR RELIABLE. THE COMPANY SHALL HAVE NO RESPONSIBILITY FOR ANY DAMAGE TO THE TEACHER’S COMPUTER SYSTEM OR LOSS OF DATA THAT RESULTS FROM THE DOWNLOAD OF ANY CONTENT, MATERIALS, DOCUMENT OR INFORMATION THROUGH THE WEBSITE. THE TEACHER EXPRESSLY AGREES THAT THE USE OF THE WEBSITE IS AT THE TEACHER’S SOLE RISK. THE COMPANY WILL NOT BE LIABLE FOR ANY DAMAGES OF ANY KIND ARISING FROM THE USE OF THE WEBSITE OR THE CONTENTS INCLUDING, WITHOUT LIMITATION, DIRECT, INDIRECT, CONSEQUENTIAL, PUNITIVE, AND CONSEQUENTIAL LOSE AND/OR DAMAGES. TO THE FULL EXTENT PERMITTED BY LAW, THE COMPANY DISCLAIMS ANY AND ALL REPRESENTATIONS AND WARRANTIES WITH RESPECT TO THE WEBSITE AND ITS CONTENTS, WHETHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES OF TITLE, MERCHANTABILITY, AND FITNESS FOR A PARTICULAR PURPOSE OR USE. `,
|
|
426
|
+
`THE TEACHER FURTHER ACKNOWLEDGES AND AGREES THAT COMPANY DOES NOT WARRANT THAT THE ACCESS TO THE SERVICES THROUGH THE WEBSITE OR VARIOUS NETWORK CHANNELS OF THIRD-PARTY SERVICE PROVIDERS INCLUDING THE INFRASTRUCTURE MAINTAINED BY THE TEACHER, ALL OF WHICH ARE BEYOND THE COMPANY’S CONTROL, WILL BE UNINTERRUPTED, TIMELY, ERROR-FREE. THE SERVICES WILL ACCORDINGLY NOT BE CONSIDERED UNAVAILABLE FOR ANY OUTAGES DUE TO: (I) ACTS OR OMISSIONS OF THE TEACHERS; (II) FAILURES OF EQUIPMENT OF THE TEACHER, NETWORK UNAVAILABILITY OR BANDWIDTH LIMITATIONS ON HOSTING SERVERS SUBSCRIBED TO BY THE COMPANY AND/OR THE TEACHER; OR (III) ISSUES ARISING FROM BUGS OR OTHER PROBLEMS IN THE WEBSITE, SOFTWARE, FIRMWARE OR HARDWARE OF THE COMPANY, TEACHER AND/OR ANY THIRD-PARTY SERVICE PROVIDER. PLEASE NOTE THAT INFORMATION PROVIDED ON THE WEBSITE HAS NOT BEEN EVALUATED AND/OR APPROVED BY ANY STATUTORY BODY OR AUTHORITY IN INDIA.`,
|
|
427
|
+
`THE TEACHER ACKNOWLEDGES AND AGREES THAT THE COMPANY PROVIDES THE WEBSITE AND SERVICES SOLELY AS A FACILITATION TOOL TO SUPPORT TEACHING, ACADEMIC ENGAGEMENT, AND OPERATIONAL EFFICIENCY. THE COMPANY MAKES NO REPRESENTATIONS, WARRANTIES, OR GUARANTEES THAT: (A) THE TEACHER’S ACADEMIC PERFORMANCE OR TEACHING EFFECTIVENESS WILL IMPROVE AS A RESULT OF USING THE SERVICES; AND/OR (B) THE TEACHER’S OPERATIONAL EFFICIENCY OR MANAGEMENT CAPABILITIES WILL BE ENHANCED. THE TEACHER FURTHER ACKNOWLEDGES THAT THE COMPANY DOES NOT GUARANTEE THE ACCURACY, COMPLETENESS, OR ADEQUACY OF THE SERVICES AND THAT RELIANCE ON ANY FEATURES OR FUNCTIONALITIES OF THE WEBSITE IS AT THE TEACHER’S SOLE DISCRETION. THE COMPANY SHALL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING FROM THE TEACHER’S USE OF THE SERVICES.`,
|
|
428
|
+
`THE TEACHER FURTHER AGREES THAT THE SERVICES HEREIN IS MERE SUPPLEMENTAL AND NOT A SUBSTITUTION TO THE REAL AND TRADITIONAL EDUCATION SYSTEM. THE COMPANY MAKES NO GUARANTEES WITH RESPECT TO THE AVAILABILITY OR UPTIME OF ANY OF THE SERVICES. IN THE EVENT OF DEGRADATION OR INSTABILITY OF COMPANY’S SYSTEM OR AN EMERGENCY, THE COMPANY MAY, IN ITS SOLE DISCRETION, TEMPORARILY SUSPEND TEACHER’S ACCESS TO THE SERVICES UNDER THIS AGREEMENT PROVIDED HOWEVER AS SOON AS REASONABLY PRACTICAL, THE COMPANY SHALL PROVIDE REASON FOR THE SUSPENSION TO ENABLE THE TEACHER TO TAKE REMEDIAL MEASURES IN ORDER TO ENABLE THE COMPANY TO RESTORE THE SERVICES.`,
|
|
429
|
+
`THE SERVICES PROVIDED ON THIS WEBSITE, INCLUDING AI ASSISTANT, AI TUTOR, SCHOOL AI AND VIN, OR SUCH OTHER TOOLS/FEATURES, UTILIZE ADVANCED ARTIFICIAL INTELLIGENCE (“AI”) TECHNOLOGY TO ENHANCE THE LEARNING EXPERIENCE. HOWEVER, THE COMPANY MAKES NO REPRESENTATIONS OR GUARANTEES REGARDING THE ACCURACY, COMPLETENESS, OR RELIABILITY OF THE RESPONSES AND INFORMATION GENERATED BY THESE AI DRIVEN SERVICES. TEACHERS SHOULD BE AWARE THAT NOT ALL QUERIES ASKED TO AI ASSISTANT, AI TUTOR, SCHOOL AI, VIN OR SUCH OTHER TOOLS/FEATURE AVAILABLE ON THE WEBSITE WILL RECEIVE ACCURATE OR COMPLETE ANSWERS. THE COMPANY RECOMMENDS THAT TEACHERS INDEPENDENTLY VERIFY ANY INFORMATION OR ADVICE OBTAINED FROM THESE SERVICES BEFORE RELYING ON IT FOR EDUCATIONAL OR DECISION-MAKING PURPOSES. THE COMPANY SHALL NOT BE LIABLE FOR ANY ERRORS, OMISSIONS, OR INACCURACIES IN THE INFORMATION PROVIDED BY THESE AI SERVICES OR FOR ANY RELIANCE PLACED ON SUCH INFORMATION BY THE TEACHER.`
|
|
430
|
+
]
|
|
431
|
+
},
|
|
432
|
+
{
|
|
433
|
+
title: "INDEMNIFICATION",
|
|
434
|
+
isList: false,
|
|
435
|
+
content: [
|
|
436
|
+
`The Teacher shall indemnify and hold harmless the Company, affiliates, subsidiaries, group companies (as applicable) and their respective officers, directors, agents, and employees, from any and all claims or demands, or actions including reasonable attorneys’ fees, made by any third party or penalty imposed due to or arising out of the Teacher’s breach of these Terms, Privacy Policy and other policies, or the Teacher’s violation of any law, rules or regulations or the rights (including infringement of any intellectual property rights) of a third party.`,
|
|
437
|
+
]
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
title: "PRIVACY POLICY",
|
|
441
|
+
content: [
|
|
442
|
+
`As elaborated under the Privacy Policy, the Company will keep all confidential information confidential and shall not disclose it to anyone except as required by law, and shall ensure that such confidential information is protected with security measures and a degree of care that it would apply to its own confidential information. `,
|
|
443
|
+
`The Company acknowledges that its employees, directors, agents and contractors shall use the confidential information only for the intended purpose for which it is provided. The Company shall use all reasonable endeavours to ensure that its employees, directors, agents and contractors acknowledge and comply with the provisions of these terms of confidentiality as if such person was subject to these terms of confidentiality. If the Teacher objects to the Teacher’s information being transferred or used, the Teacher is advised not to use the Website.`,
|
|
444
|
+
]
|
|
445
|
+
},
|
|
446
|
+
{
|
|
447
|
+
title: "ASSIGNMENT",
|
|
448
|
+
isList: false,
|
|
449
|
+
content: [
|
|
450
|
+
`It is expressly agreed by the Teacher that the Company may assign all or part of its rights or duties under these Terms without such assignment being considered a change to these Terms and without notice to the Teacher, except to the extent provided by law. `,
|
|
451
|
+
]
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
title: "GOVERNING LAW",
|
|
455
|
+
isList: false,
|
|
456
|
+
content: [
|
|
457
|
+
`These Terms shall be governed by and interpreted and construed in accordance with the laws of India. The place of jurisdiction shall exclusively be in Hyderabad, Telangana, India. In the event of any dispute arising out of these Terms the same shall be settled by a binding arbitration conducted by a sole arbitrator, appointed jointly by both the Company and the Teacher and such arbitration shall be governed by the Arbitration and Conciliation Act, 1996. The seat and venue of arbitration shall be Hyderabad, Telangana, India. The award of the arbitrator shall be valid and binding on both the Teacher and the Company.`,
|
|
458
|
+
]
|
|
459
|
+
},
|
|
460
|
+
{
|
|
461
|
+
title: "GRIEVANCE REDRESSAL MECHANISM",
|
|
462
|
+
isList: false,
|
|
463
|
+
content: [
|
|
464
|
+
`In accordance with the Information Technology Act, 2000, the Digital Data Protection Act, 2023 and Rules made thereunder, the name and contact details of the Grievance Officer are provided below:
|
|
465
|
+
<table style="margin-top:8px">
|
|
466
|
+
<tr>
|
|
467
|
+
<td style="width: 64px">Name</td>
|
|
468
|
+
<td style="width:calc(100% - 64px)">Vishwa Talati</td>
|
|
469
|
+
</tr>
|
|
470
|
+
<tr>
|
|
471
|
+
<td style="width: 64px">Address</td>
|
|
472
|
+
<td style="width:calc(100% - 64px)">Corporate Office: Villa 10, Urban Sanctuary, Shankarpalle, Shankarpalli, K.V. Rangareddy, Rangareddy, Telangana, India – 501203 </td>
|
|
473
|
+
</tr>
|
|
474
|
+
<tr>
|
|
475
|
+
<td style="width: 64px">Email</td>
|
|
476
|
+
<td style="width:calc(100% - 64px)">helpdesk@coschool.ai</td>
|
|
477
|
+
</tr>
|
|
478
|
+
</table>`
|
|
479
|
+
]
|
|
480
|
+
},
|
|
481
|
+
{
|
|
482
|
+
title: "CONTACT INFORMATION",
|
|
483
|
+
isList: false,
|
|
484
|
+
content: [
|
|
485
|
+
`If you have any questions about these Teacher Terms of Use, please feel free to write to us at: <a href="mailto:helpdesk@coschool.ai">helpdesk@coschool.ai</a> and we will reach out to you as soon as possible.`,
|
|
486
|
+
]
|
|
487
|
+
},
|
|
488
|
+
]
|
|
489
|
+
};
|
|
490
|
+
//# sourceMappingURL=TeacherHelper.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"TeacherHelper.js","sourceRoot":"","sources":["../../../../../src/components/Molecules/TermsAndPrivacy/helpers/TeacherHelper.js"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import React from "react";
|
|
2
|
+
interface TimerClockProps {
|
|
3
|
+
startTimeInSeconds?: number;
|
|
4
|
+
isMobile?: boolean;
|
|
5
|
+
autoStart?: boolean;
|
|
6
|
+
isFromLearningCredits?: boolean;
|
|
7
|
+
icon?: string;
|
|
8
|
+
fontcolor?: string;
|
|
9
|
+
}
|
|
10
|
+
declare const TimerClock: React.FC<TimerClockProps>;
|
|
11
|
+
export default TimerClock;
|