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,569 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.parentTermsInfo = exports.parentPrivacyInfo = void 0;
|
|
4
|
+
const PARENT_PRIVACY = 'https://parent.coschool.ai/parent-privacy';
|
|
5
|
+
const PARENT_TERMS = 'https://parent.coschool.ai/parent-terms';
|
|
6
|
+
const PARENT_REFUND = 'https://parent.coschool.ai/refund-and-cancellation';
|
|
7
|
+
exports.parentPrivacyInfo = {
|
|
8
|
+
info: [
|
|
9
|
+
`<span style="font-weight:700;">THIS PARENT 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>`,
|
|
10
|
+
`<span style="font-weight:700;">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>`,
|
|
11
|
+
`We, People Combine Basics Private Limited, a company incorporated under the laws of the Republic of India, with our registered office at: Villa 10, Urban Sanctuary, Shankarpalle, Shankarpalli, K.V. Rangareddy, Rangareddy, Telangana, India – 501203 (<span style="font-weight:600;">“Company” “Coschool” “we” “our”</span> or <span style="font-weight:600;">“us”</span>), are committed to protecting the privacy of parents and legal guardians (<span style="font-weight:600;">“you” “Parent/Legal Guardian”</span> or <span style="font-weight:600;">“your”</span>) who use our website <a href="https://coschool.ai/" target="_blank" rel="noopener noreferrer">coschool.ai</a> (<span style="font-weight:600;">“Website”</span>) and access our services (“Services”).`,
|
|
12
|
+
`This Parent Privacy Policy (“Policy”) applies to the Website and all products and Services offered through it, outlining our practices regarding the collection, processing, sharing, and protection of your information. Our Services are provided to Schools where your child is enrolled as a student and that subscribe to and use the Website for its Services (“School”). As a Parent or Legal Guardian, you access our Services through the School, which manages user accounts on the Website.`,
|
|
13
|
+
`We are committed to creating a safe and secure environment where students, parents, and educators can engage in educational activities with confidence. This Policy explains how we collect, use, share, and protect your information to maintain a trusted learning environment.`,
|
|
14
|
+
`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.`,
|
|
15
|
+
`This Policy shall be deemed to be incorporated into the <a href="${PARENT_TERMS}" target="_blank" rel="noopener noreferrer">Parent Terms of Use</a> of the Website and shall be read in addition to the <a href="${PARENT_TERMS}" target="_blank" rel="noopener noreferrer">Parent Terms of Use</a>. In the event of any conflict between this Policy and the <a href="${PARENT_TERMS}" target="_blank" rel="noopener noreferrer">Parent Terms of Use</a>, the interpretation placed by the Company shall be final and binding on you.`,
|
|
16
|
+
`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. `,
|
|
17
|
+
`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.`
|
|
18
|
+
],
|
|
19
|
+
sections: [
|
|
20
|
+
{
|
|
21
|
+
title: "INTRODUCTION",
|
|
22
|
+
content: [
|
|
23
|
+
`This Policy explains how we collect, use, and protect your data when you use our Website and Services.`,
|
|
24
|
+
`Our goal is to help you understand what Information (<i>as defined below</i>) we collect, why we collect and use it, and with whom it may be shared. By consenting to this Policy, you agree to the collection, use, and transfer of your Information as described herein. If you do not agree, please do not use the Website. For any questions about this Policy, please contact us at <a href="mailto:helpdesk@coschool.ai">helpdesk@coschool.ai</a>.`,
|
|
25
|
+
`We comply with all applicable laws, including the Digital Personal Data Protection Act, 2023.`,
|
|
26
|
+
]
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
title: "DEFINITIONS",
|
|
30
|
+
content: [
|
|
31
|
+
`<b>"Child / Children"</b> refers to a student who is enrolled with the School and is under the age of 18 (eighteen) years.`,
|
|
32
|
+
`<b>"Large Language Models" or "LLMs"</b> are advanced artificial intelligence systems capable of processing and generating human-like language by analyzing large-scale natural language data. These models are trained on extensive datasets to understand, interpret, and produce contextually relevant responses.`,
|
|
33
|
+
`<b>"Messages"</b> refers to communications sent by Coschool to a Parent/Legal Guardian through SMS, WhatsApp, or any other communication channel.`
|
|
34
|
+
]
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
title: "SCOPE OF THE POLICY",
|
|
38
|
+
content: [
|
|
39
|
+
`By accessing or using the Website or by providing us with your information, you confirm that you are legally capable of entering into a binding agreement as per applicable laws, including the Indian Contract Act, 1872 and the Digital Personal Data Protection Act, 2023. The Company will collect and process your personal and third-party data solely for the purposes outlined in this Policy, and only to the extent necessary and permitted by law. We are committed to handling all personal and third-party information in an ethical, compliant, and industry-standard manner.`,
|
|
40
|
+
`Please review this Policy carefully before using the Website. By accessing or using the Website or its intermediary services, you agree to be bound by the terms of this Policy. If you are accepting this Policy on behalf of another individual or entity, you represent that you have the authority to do so.`,
|
|
41
|
+
`This Policy explains what information the Company collects, the reasons and methods for its use, with whom it may be shared, and your choices regarding your information. It also outlines the steps the Company takes to safeguard your information and how you can contact us regarding our privacy practices.`,
|
|
42
|
+
`The Company’s data protection practices and this Policy may be updated periodically. Any changes will take effect once the revised Policy is posted on the Website. We encourage you to check this Policy regularly for updates. Continued use of the Website or provision of information after changes are posted will constitute your acceptance of those changes.`
|
|
43
|
+
]
|
|
44
|
+
},
|
|
45
|
+
{
|
|
46
|
+
title: "COMPLIANCE",
|
|
47
|
+
content: [
|
|
48
|
+
`We only collect the information that is necessary to provide our Services to you, as described in Clause 7 of this Policy.`,
|
|
49
|
+
`All data collected is securely stored with a third-party cloud service provider, specifically Amazon Web Services (AWS) servers located in India, in accordance with industry standards. Further details about the types of data collected and the reasons for collection are provided throughout this Policy.`
|
|
50
|
+
]
|
|
51
|
+
},
|
|
52
|
+
{
|
|
53
|
+
title: "CONSENT",
|
|
54
|
+
content: [
|
|
55
|
+
`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.`,
|
|
56
|
+
`In case you wish to avail any or all of the Services provided on the Website, the Company shall provide a method for sign-up and login, which may include mobile number and OTP (<b>“Login Credentials”</b>) as set out in the <a href="${PARENT_TERMS}" target="_blank" rel="noopener noreferrer">Parent Terms of Use</a>. You may be required to fill in the Information on the Website including full name, email address, mobile number and/or a one-time password sent on your mobile number to set up your account on the Website. You hereby explicitly agree that your use and access of the Login Credentials shall be governed by the <a href="${PARENT_TERMS}" target="_blank" rel="noopener noreferrer">Parent Terms of Use</a> read with the terms of this Policy and any other agreement that you may enter into with the Company. You should not share your Login Credentials, one-time password or other security information for your account with anyone. If We receive instructions using your Login Credentials, we will consider that you have authorized the instructions.`,
|
|
57
|
+
`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 Parent/Legal Guardian as per the terms of this Policy (as per Section 6 (1) of the Digital Personal Data Protection Act, 2023).`
|
|
58
|
+
]
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
title: "TYPES OF INFORMATION COLLECTED BY THE COMPANY",
|
|
62
|
+
content: [
|
|
63
|
+
`<b>Personal Information:</b> Personal Information means any information that may be used to identify a natural person, including, but not limited to, first and last names, mobile number, e-mail addresses, or any other information. The Company limits the collection of Personal Information to what is necessary for its intended purpose.`,
|
|
64
|
+
`<b>Sensitive Personal Information:</b> Sensitive Personal Information includes financial data necessary for facilitating payments and processing refunds, such as partial payment instrument identifiers, transaction metadata, payment status, and, where applicable, bank account details provided by the Parent or Legal Guardian for refund purposes. The Company does not directly collect or store full credit or debit card details or payment credentials. All payment transactions are securely processed by third-party payment gateway providers, in accordance with applicable data protection laws and their respective privacy policies. In connection with refund processing, the Company may request and temporarily retain specific account details (such as account holder name, account number, and IFSC code) solely to execute an approved refund to the Parent or Legal Guardian. Such information will be used strictly for the purpose of initiating and completing the refund transaction and will be handled in accordance with this Policy and applicable laws. The Company may also maintain records of transaction history, payment confirmations, and credit balances linked to the Parent Account for operational, accounting, and legal compliance purposes.`,
|
|
65
|
+
`<b>Non-Personal Information:</b> 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, 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, 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.`,
|
|
66
|
+
`<b>Usage Information:</b> Usage Information includes, without limitation, all data and information collected automatically through the Website (or through 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.`,
|
|
67
|
+
`Personal Information, Sensitive Personal Information, Non-Personal Information, and Usage Information hereinafter shall be referred to as "Information". The Company limits the collection of Information to what is necessary for its intended purpose.`,
|
|
68
|
+
`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.`,
|
|
69
|
+
`We collect Personal Information from Parents/Legal Guardians who create an account on the Website.`,
|
|
70
|
+
`We also collect log data from all the visitors to our Website.`,
|
|
71
|
+
`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.`,
|
|
72
|
+
`Please note that you will be required to give Personal Information as specified above, only if you sign up on the Website. Therefore, there is no compulsion on those who simply browse the Website to provide any Personal Information without availing any of the Services. At all points, it is advised that you exercise strict caution while submitting any Personal Information about you or your family members.`
|
|
73
|
+
]
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
title: "WHY DO WE COLLECT THIS INFORMATION?",
|
|
77
|
+
content: [
|
|
78
|
+
{
|
|
79
|
+
"children": {
|
|
80
|
+
title: `We use the data collected for the purposes of providing the Services to the Parent/Legal Guardian and personalising their experience as laid out in this Policy and the <a href="${PARENT_TERMS}" target="_blank" rel="noopener noreferrer">Parent Terms of Use</a> of the Website. The processing of such information is necessary for the performance of our obligations to you under the Parent Terms of Use and this Privacy Policy, including payment facilitation, support services, and communication. The data collected is used for the following specific purposes:`,
|
|
81
|
+
data: [
|
|
82
|
+
`Enable Parents/Legal Guardians to track and review their Child’s academic performance and progress.`,
|
|
83
|
+
`Facilitate communication between Parents/Legal Guardians and the School regarding their Child’s learning journey.`,
|
|
84
|
+
`Allow Parent/Legal Guardian to track, review performance of their Child.`,
|
|
85
|
+
`To process payments made by Parents/Legal Guardians for the purchase of digital credits or other paid features, including enabling transaction confirmations, receipts, and handling billing-related queries or disputes.`,
|
|
86
|
+
`To securely collect and use limited bank account details provided by the Parent/Legal Guardian for processing eligible refunds, where applicable, in accordance with the <a href="${PARENT_REFUND}" target="_blank" rel="noopener noreferrer">Refund and Cancellation Policy</a> and applicable data protection laws.`,
|
|
87
|
+
`Allow Parent/Legal Guardian to access and use our various features such as learning activities, curiosity triggers, engagement tips, lesson planning, question banks etc.`,
|
|
88
|
+
`Send notifications about activities and updates on your account.`,
|
|
89
|
+
`Analyse usage information to investigate, prevent, secure and detect activities on the Website that we believe may violate the law or applicable regulations.`,
|
|
90
|
+
`Send notifications about activities and updates on the Parent/Legal Guardian’s accounts.`,
|
|
91
|
+
`We might use the data or content of the Parent/Legal Guardian for targeting their experience with specific topics or subjects.`,
|
|
92
|
+
`Provide customer support to Parents/Legal Guardians.`,
|
|
93
|
+
`Derive insights from usage trends to develop new features or to improve the existing ones.`
|
|
94
|
+
]
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
]
|
|
98
|
+
},
|
|
99
|
+
{
|
|
100
|
+
title: "WHAT IS THE DATA NOT COLLECTED FOR?",
|
|
101
|
+
content: [
|
|
102
|
+
"We do not allow advertising or the sharing of data for advertising purposes on the Website.",
|
|
103
|
+
"We do not display advertisements, share data for advertising, or permit data collection by advertisers or data brokers.",
|
|
104
|
+
"We do not sell data to any third party for any purpose.",
|
|
105
|
+
"We do not allow for the profiling of Parents/Legal Guardians for targeted online advertisements."
|
|
106
|
+
]
|
|
107
|
+
},
|
|
108
|
+
{
|
|
109
|
+
title: "DUTIES OF PARENTS/LEGAL GUARDIANS",
|
|
110
|
+
content: [
|
|
111
|
+
{
|
|
112
|
+
"children": {
|
|
113
|
+
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="${PARENT_TERMS}" target="_blank" rel="noopener noreferrer">Parent Terms of Use</a> of the Website):`,
|
|
114
|
+
data: [
|
|
115
|
+
`To ensure not to impersonate another person while providing their own personal data/Information for a specified purpose;`,
|
|
116
|
+
`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;`,
|
|
117
|
+
`To ensure not to register a false or frivolous grievance or complaint with the Company or the Data Protection Board of India;`,
|
|
118
|
+
`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.`
|
|
119
|
+
]
|
|
120
|
+
}
|
|
121
|
+
},
|
|
122
|
+
]
|
|
123
|
+
},
|
|
124
|
+
{
|
|
125
|
+
title: "DATA RETENTION",
|
|
126
|
+
content: [
|
|
127
|
+
"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. "
|
|
128
|
+
],
|
|
129
|
+
isList: false
|
|
130
|
+
},
|
|
131
|
+
{
|
|
132
|
+
title: "THIRD PARTIES AND SHARING OF DATA",
|
|
133
|
+
content: [
|
|
134
|
+
"The Company may engage third-party vendors and/or contractors to provide certain support services necessary for the efficient operation of its services. These services may include, but are not limited to, fulfilling your requests, software maintenance, marketing, web hosting, and other related functions. Such third parties may be granted limited access to your Information solely to perform these tasks on behalf of the Company, and are not permitted to use or disclose your Information for any other purpose except as required by law. The Company does not make any representations or warranties regarding the privacy practices, policies, or terms of use/service of these third parties, nor does it control or guarantee the accuracy, integrity, or quality of any information, data, content, or materials available through such third parties.",
|
|
135
|
+
"The Website may include links to, or interactive features with, third-party websites or services, such as payment gateways, advertisements, or social media platforms. The Company is not responsible for, and disclaims any liability regarding, the functionality, actions, inactions, privacy settings, privacy policies, terms, or content of any such third-party websites or services. Before using any sharing features or visiting any third-party websites, you are strongly encouraged to review and understand the applicable terms and conditions, privacy policies, settings, and information-sharing practices of each third-party website or service."
|
|
136
|
+
]
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
title: "THIRD PARTY ANALYTICS",
|
|
140
|
+
content: [
|
|
141
|
+
"To enhance your experience on our Website, we collect and use aggregate data about how Parents/Legal Guardians interact with the Website. For example, we may analyze which features are used, the options selected, and the amount of time spent on specific pages. This helps us improve and streamline the Parent/Legal Guardian experience and deliver a better Service.",
|
|
142
|
+
"We use a limited number of third-party services to collect and analyze this data. These services are contractually required to use your usage data solely to provide analytics services to us and are prohibited from sharing or using it for any other purpose."
|
|
143
|
+
]
|
|
144
|
+
},
|
|
145
|
+
{
|
|
146
|
+
title: "PAYMENT FACILITY AND THIRD-PARTY PAYMENT GATEWAYS",
|
|
147
|
+
content: [
|
|
148
|
+
"If a Parent or Legal Guardian chooses to access premium or optional paid features of the Website for their Child, all payments must be made exclusively through the online payment facility enabled by the Company. This facility is operated via integration with trusted third-party payment gateway providers.",
|
|
149
|
+
"The Company enables such payment mechanisms solely for the convenience of Parents/Legal Guardians and does not directly process, control, or store complete payment instrument data (such as full credit/debit card details or CVV codes). All transactions are processed securely through the third-party provider’s infrastructure, and by proceeding with a payment, the Parent/Legal Guardian acknowledges and agrees to be bound by the applicable terms and policies of such third-party service providers.",
|
|
150
|
+
"The Company may enable various payment methods from time to time, including but not limited to credit/debit cards, UPI, or other authorized digital modes, subject to availability and compatibility with the third-party gateway provider.",
|
|
151
|
+
"In the event of a failed, incomplete, or erroneous transaction, the Parent/Legal Guardian shall be solely responsible for taking appropriate steps to resolve the issue, including directly contacting the relevant financial institution or payment service provider. Common reasons for failure may include insufficient account balance, expired cards, incorrect credentials, or service outages beyond the Company’s control.",
|
|
152
|
+
`The Company expressly disclaims any liability for failed, delayed, or erroneous transactions, including unauthorized charges, arising from or related to the use of such third-party payment facilities. The Company does not assume responsibility for any misuse of payment credentials or technical failure of the payment gateway, and the Parent/Legal Guardian agrees that the Company is merely facilitating the transaction infrastructure for convenience and shall not be liable in any manner whatsoever.",
|
|
153
|
+
"Upon successful completion of a transaction, a confirmation or receipt may be issued by the relevant third-party provider and/or reflected in the Parent’s account on the Website. Any refunds or cancellations shall be governed by our <a href="${PARENT_REFUND}" target="_blank" rel="noopener noreferrer">Refund and Cancellation Policy</a>. Parents/Legal Guardians are advised to carefully review the said policy before initiating any payment.`,
|
|
154
|
+
"While the Company adopts reasonable technical safeguards and relies on encrypted transmission protocols to protect payment-related data, no system can guarantee absolute security. Parents/Legal Guardians are encouraged to regularly monitor their financial statements and report any suspicious or unauthorized activity to their respective financial service providers."
|
|
155
|
+
]
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
title: "DATA SECURITY",
|
|
159
|
+
content: [
|
|
160
|
+
"We employ robust, industry-standard security measures to safeguard the confidentiality and integrity of the data we collect and process. Access to Large Language Models (LLMs) and your data is strictly limited to authorized personnel, following the principle of least privilege.",
|
|
161
|
+
"Your Personal Information is securely stored only for as long as necessary to fulfill lawful purposes or as required by applicable law."
|
|
162
|
+
]
|
|
163
|
+
},
|
|
164
|
+
{
|
|
165
|
+
title: "COSCHOOL'S USE OF ARTIFICIAL INTELLIGENCE",
|
|
166
|
+
content: [
|
|
167
|
+
"Our use of AI in our Service does not showcase any kind of bias or discrimination in generating its results."
|
|
168
|
+
],
|
|
169
|
+
isList: false
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
title: "COMPLIANCE WITH LAWS FOR USERS OUTSIDE INDIA",
|
|
173
|
+
content: [
|
|
174
|
+
"We are committed to protecting the privacy and Personal Information of all our users, regardless of their location. However, our primary compliance framework is based on Indian laws and regulations.",
|
|
175
|
+
"<b>Acceptance of Policy:</b> If you are accessing or using our services from outside India, you acknowledge and agree that your use is governed by this Policy and our data practices, which are primarily designed to comply with Indian law.",
|
|
176
|
+
"<b>Data Subject Rights:</b> Users outside India may have additional rights under their local data protection laws. While we will make reasonable efforts to accommodate such rights where possible, our ability to address specific regional legal requirements may be limited. We encourage you to contact us with any requests, and we will assist you to the extent permitted by applicable law.",
|
|
177
|
+
"<b>Compliance with Local Laws:</b> We encourage users outside India to review and understand the privacy and data protection laws that apply in their jurisdiction. By using our services, you accept any risks associated with differences between Indian law and the laws of your region, and you are responsible for ensuring that your use of our services complies with local requirements."
|
|
178
|
+
]
|
|
179
|
+
},
|
|
180
|
+
{
|
|
181
|
+
title: "COOKIE POLICY",
|
|
182
|
+
content: [
|
|
183
|
+
"When you access the Website, certain information may be stored or retrieved from your browser, primarily through cookies. These cookies may contain details about your device, preferences, or interactions with the Website, and are mainly used to ensure the Website functions as intended and to enhance your browsing experience. Although this information typically does not directly identify you, it can help provide a more tailored experience. You have the option to manage or disable some types of cookies through your browser settings. Please note that restricting cookies may affect the performance and availability of certain features or services on the Website.",
|
|
184
|
+
"Browser settings for managing cookies and privacy preferences vary. For guidance, refer to the \"<b>help</b>\" section of your browser. Be aware that deleting or blocking cookies, or clearing local storage, may impact your ability to use some features or functionalities of our Service."
|
|
185
|
+
]
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
title: "HOW TO REVIEW AND DELETE PERSONAL INFORMATION",
|
|
189
|
+
content: [
|
|
190
|
+
"Your child’s School may review, update, or delete a Parent’s Personal Information in accordance with applicable law through its administrator dashboard. If you are a Parent seeking to access, correct, or request the deletion of your Personal Information, please contact your child’s School directly. The School has full authority over Parent accounts and may take necessary actions, including removing a Parent’s profile or restricting access to the Website, as per its policies and applicable regulations."
|
|
191
|
+
],
|
|
192
|
+
isList: false
|
|
193
|
+
},
|
|
194
|
+
{
|
|
195
|
+
title: "DATA PROTECTION PRACTICES",
|
|
196
|
+
content: [
|
|
197
|
+
"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 of data at rest, etc. Despite these measures, in the event of a security breach, we will notify the affected Parent/Legal Guardian within the amount of time as required by the applicable law.",
|
|
198
|
+
"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.",
|
|
199
|
+
`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.`,
|
|
200
|
+
"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."
|
|
201
|
+
]
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
title: "CHANGES TO THE PRIVACY POLICY",
|
|
205
|
+
content: [
|
|
206
|
+
`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>.`
|
|
207
|
+
],
|
|
208
|
+
isList: false
|
|
209
|
+
},
|
|
210
|
+
{
|
|
211
|
+
title: "LIMITATION OF LIABILITY",
|
|
212
|
+
content: [
|
|
213
|
+
"The Company shall not be liable for any loss of profit, anticipated savings, goodwill, reputation, business opportunities, or for any direct, indirect, incidental, economic, compensatory, punitive, exemplary, or consequential damages arising from the performance or non-performance of its obligations under this Policy.",
|
|
214
|
+
"The Company does not accept responsibility for any actions or omissions of third parties who may receive or process your Personal Information.",
|
|
215
|
+
"Regardless of anything stated in this Policy or elsewhere, the Company will not be held liable for any loss, damage, or misuse of your Personal Information if such loss, damage, or misuse results from a Force Majeure Event and/or any third party. A \"<b>Force Majeure Event</b>\" refers to any circumstance beyond the reasonable control of the Company, including but not limited to sabotage, fire, flood, explosion, acts of God, civil commotion, strikes, lockouts or other industrial actions, riots, insurrection, war, acts of government, computer hacking, civil disturbances, unauthorized access to computer data and storage devices, computer crashes, breaches of security and encryption, epidemics, pandemics, national or state lockdowns, or any other similar events outside the Company’s control and which the Company is unable to overcome."
|
|
216
|
+
]
|
|
217
|
+
},
|
|
218
|
+
{
|
|
219
|
+
title: "GOVERNING LAW",
|
|
220
|
+
content: [
|
|
221
|
+
"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."
|
|
222
|
+
],
|
|
223
|
+
isList: false
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
title: "GRIEVANCE REDRESSAL MECHANISM",
|
|
227
|
+
content: [
|
|
228
|
+
`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::
|
|
229
|
+
<table style="margin-top:8px">
|
|
230
|
+
<tr>
|
|
231
|
+
<td style="width: 64px">Name</td>
|
|
232
|
+
<td style="width:calc(100% - 64px)">Vishwa Talati</td>
|
|
233
|
+
</tr>
|
|
234
|
+
<tr>
|
|
235
|
+
<td style="width: 64px">Address</td>
|
|
236
|
+
<td style="width:calc(100% - 64px)">Corporate Office: Villa 10, Urban Sanctuary, Shankarpalle, Shankarpalli, K.V. Rangareddy, Rangareddy, Telangana, India – 501203 </td>
|
|
237
|
+
</tr>
|
|
238
|
+
<tr>
|
|
239
|
+
<td style="width: 64px">Email</td>
|
|
240
|
+
<td style="width:calc(100% - 64px)">helpdesk@coschool.ai</td>
|
|
241
|
+
</tr>
|
|
242
|
+
</table>`,
|
|
243
|
+
"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."
|
|
244
|
+
],
|
|
245
|
+
},
|
|
246
|
+
{
|
|
247
|
+
title: "CONTACT INFORMATION",
|
|
248
|
+
content: [
|
|
249
|
+
`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.`
|
|
250
|
+
],
|
|
251
|
+
isList: false
|
|
252
|
+
}
|
|
253
|
+
]
|
|
254
|
+
};
|
|
255
|
+
exports.parentTermsInfo = {
|
|
256
|
+
info: [
|
|
257
|
+
`<span style="font-weight:700;">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>`,
|
|
258
|
+
`<span style="font-weight:700;">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>`,
|
|
259
|
+
`Welcome to Coschool.ai (hereinafter referred to as the <span style="font-weight:600;">“Website”</span> or <span style="font-weight:600;">“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”</span> and <span style="font-weight:600;">“our”</span>), having its registered Corporate Office: Villa 10, Urban Sanctuary, Shankarpalle, Shankarpalli, K.V. Rangareddy, Rangareddy, Telangana, India – 501203.`,
|
|
260
|
+
`This Website is developed for School and their stakeholders, and offers Parents/Legal Guardians a convenient digital interface to stay informed about their Child’s academic progress. For the purpose of these Terms, <span style="font-weight:600;">“School”</span> means to the educational institution that has subscribed to the Website’s Services for its students, teachers, and parents, and <span style="font-weight:600;">“Child” or “Children”</span> refers to a student under the age of 18 enrolled in the School whose Parent/Legal Guardian is using the Website and its Services. Please read these Parent 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 Company that link to these Terms, and/or by accessing, using or availing any of the services and/or the contents including the information, reports, updates, journals, data, study and reading material, graphics, audio and videos (<span style="font-weight:600;">“Material”</span>) provided or made available on and through the Website (collectively, “Service(s)”), you (<span style="font-weight:600;">“you”, “Parent”, “Legal Guardian” “your”, “yourself”</span>) represent that you have read and understood the Terms and thereby expressly agree to be bound by the Terms. If you do not agree with the Terms mentioned herein, please exit this Website and restrict your access.`,
|
|
261
|
+
`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. `,
|
|
262
|
+
`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 Parent. 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.`,
|
|
263
|
+
`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.`
|
|
264
|
+
],
|
|
265
|
+
sections: [
|
|
266
|
+
{
|
|
267
|
+
title: "MEMBERSHIP ELIGIBILITY",
|
|
268
|
+
content: [
|
|
269
|
+
`Use of the Website is available only to individuals capable of entering into legally binding contracts under the Indian Contract Act, 1872`,
|
|
270
|
+
{
|
|
271
|
+
"children": {
|
|
272
|
+
title: `To access and use the Services, you must be a Parent or Legal Guardian of a Child enrolled in a School that has subscribed to the Website’s Services. By registering with the Website, you represent and warrant that:`,
|
|
273
|
+
data: [
|
|
274
|
+
`You are the legal Parent or Legal Guardian of the Child whose information you access through the Website;`,
|
|
275
|
+
`You have the legal capacity to enter into a binding agreement under applicable laws;`,
|
|
276
|
+
`The information provided during registration is accurate, complete, and up to date; and`,
|
|
277
|
+
`You have explicitly given your consent to the School sharing your Child’s/Children’s personal, academic and related information with the Company to facilitate the provision of Services through the Website.`
|
|
278
|
+
]
|
|
279
|
+
}
|
|
280
|
+
},
|
|
281
|
+
`The Company reserves the right to verify your eligibility and may restrict or terminate your access if any information provided is found to be false, misleading, or incomplete.`,
|
|
282
|
+
`Individuals who are undischarged insolvents or have been declared of unsound mind are strictly prohibited from using the Website. An undischarged insolvent is a person declared insolvent by a court and not yet discharged from their debts, while a person of unsound mind is someone legally deemed incapable of managing their own affairs due to mental incapacity. If you fall into either category, you are expressly prohibited from using the Website. The Company reserves the right to verify user eligibility and may take appropriate action to enforce this prohibition.`,
|
|
283
|
+
`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 all eligibility criteria outlined in these Terms. Any breach of this warranty may result in immediate termination of your access to Coschool.`,
|
|
284
|
+
`The Company reserves the right, at its sole discretion, to suspend or terminate a Parent’s or Legal Guardian’s access to the Website if it is discovered that the eligibility criteria are not met or if these Terms are violated.`,
|
|
285
|
+
`Parents or Legal Guardians accessing the Website from outside India must ensure compliance with all applicable local laws. The Company provides its services exclusively within India (<span style="font-weight:600;">“Territory”</span>) and is not obligated to perform or extend services outside this Territory.`
|
|
286
|
+
]
|
|
287
|
+
},
|
|
288
|
+
{
|
|
289
|
+
title: "ACCEPTANCE OF THE TERMS",
|
|
290
|
+
content: [
|
|
291
|
+
"To confirm acceptance of these Terms, the Parent/Legal Guardian 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 Parent/Legal Guardian represents that it understands and agrees to be bound by these Terms.",
|
|
292
|
+
"In addition to accepting the Terms by checking the tick-box, the Parent/Legal Guardian acknowledges that continued use of the Website constitutes acceptance of these Terms, whether or not the Parent/Legal Guardian has explicitly provided consent through any other means. If the Parent/Legal Guardian accesses or uses the Website in any capacity, it will be deemed to have accepted these Terms."
|
|
293
|
+
]
|
|
294
|
+
},
|
|
295
|
+
{
|
|
296
|
+
title: "PARENT REGISTRATION & ACCOUNT MANAGEMENT",
|
|
297
|
+
content: [
|
|
298
|
+
`<b>Eligibility:</b> Only Parents or Legal Guardians whose accounts have been mapped by the School administration are eligible to register on the Website. By registering, you represent and warrant that you have the legal authority to access your Child’s academic records and use the Services for their educational benefit.`,
|
|
299
|
+
`<b>Registration Data:</b> To access the Services, the Parent/Legal Guardian agrees to provide all necessary information as required by the School (<span style="font-weight:600;">“Registration Data”</span>). The Parent/Legal Guardian represents and warrants that all Registration Data submitted is true, current, and complete, and agrees to update it as necessary to maintain its accuracy.`,
|
|
300
|
+
{
|
|
301
|
+
"children": {
|
|
302
|
+
title: `<b>Parent Account Creation:</b>`,
|
|
303
|
+
data: [
|
|
304
|
+
`To access the Services, you must register on the Website using the mobile number provided to the School, which will be verified through a One Time Password (OTP) sent to your registered mobile number. Upon successful registration, you can log in using your registered mobile number and OTP (<span style="font-weight:600;">“Parent Account”</span>).`,
|
|
305
|
+
`Once logged in, you can create and manage a Parent Account, which allows you to:
|
|
306
|
+
|
|
307
|
+
<ol style="list-style-type: lower-alpha;margin:0px">
|
|
308
|
+
<li>manage your Child’s profile(s) linked to the School’s records;</li>
|
|
309
|
+
<li>track your Child’s academic progress including assignments, homework, and overall performance;</li>
|
|
310
|
+
<li>receive School updates, reports, notifications, and important communications; and</li>
|
|
311
|
+
<li>use other tools and features designed to enhance your Child’s learning experience and engagement with the School.</li>
|
|
312
|
+
</ol>
|
|
313
|
+
`
|
|
314
|
+
]
|
|
315
|
+
}
|
|
316
|
+
},
|
|
317
|
+
`You are solely responsible for maintaining the confidentiality of your login credentials and ensuring that your Parent Account is used only for legitimate purposes related to your Child’s education. Any unauthorised access or use shall be reported to the Company immediately. The Company shall not be liable for any loss or damage arising from unauthorised Parent Account access due to failure on the part of the Parent/Legal Guardian to maintain account security.`,
|
|
318
|
+
{
|
|
319
|
+
"children": {
|
|
320
|
+
title: `<b>Parent Account Responsibility:</b> As a Parent or Legal Guardian, you are responsible for all activities that occur under your Parent Account. By using the Website, you agree to:`,
|
|
321
|
+
data: [
|
|
322
|
+
"Ensure that your Parent Account is used only for lawful purposes related to monitoring and supporting your Child’s education.",
|
|
323
|
+
"Maintain the confidentiality of your login credentials and not share them with unauthorized individuals.",
|
|
324
|
+
"Add and manage only your Child’s profile(s) based on the information provided by the School.",
|
|
325
|
+
"Immediately notify the Company if you suspect any unauthorized access, misuse, or security breach related to your Parent Account.",
|
|
326
|
+
"Acknowledge that your Child’s personal information, academic records and related information are shared with the Company by the School, and by using the Website, you consent to such sharing for the purpose of providing the Services."
|
|
327
|
+
]
|
|
328
|
+
}
|
|
329
|
+
},
|
|
330
|
+
{
|
|
331
|
+
"children": {
|
|
332
|
+
title: `<b>Company's Right to Suspend or Terminate Accounts:</b> The Company reserves the right to review account activity and suspend or terminate any Parent/Legal Guardian access to the Services if:`,
|
|
333
|
+
data: [
|
|
334
|
+
"The Parent/Legal Guardian fails to comply with these Terms and Conditions.",
|
|
335
|
+
"The Parent/Legal Guardian submits inaccurate, false, or misleading Registration Data.",
|
|
336
|
+
"Any breach of security or unauthorized access or use of the Services occurs."
|
|
337
|
+
]
|
|
338
|
+
}
|
|
339
|
+
},
|
|
340
|
+
`By using the Services, the Parent/Legal Guardian acknowledges and agrees to abide by these Terms, ensuring responsible use and management of Parent Account.`
|
|
341
|
+
]
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
title: "CODE OF CONDUCT",
|
|
345
|
+
content: [
|
|
346
|
+
{
|
|
347
|
+
"children": {
|
|
348
|
+
title: "The Parent/Legal Guardian agrees, undertakes and covenants that, during the use of the Website, the Services and/or the Materials, the Parent/Legal Guardian shall not host, display, upload, modify, publish, transmit, store, update or share any information that:",
|
|
349
|
+
data: [
|
|
350
|
+
"belongs to another person or entity and to which the Parent/Legal Guardian does not have any right;",
|
|
351
|
+
"belongs to another person or entity to which the Parent/Legal Guardian has no right;",
|
|
352
|
+
"is defamatory, obscene, pornographic, sexually explicit, invasive of privacy, hateful, harassing, racially or ethnically objectionable, or otherwise unlawful;",
|
|
353
|
+
"contains content harmful to minors;",
|
|
354
|
+
"misleads or deceives in any way;",
|
|
355
|
+
"involves spam, junk mail, or unauthorised solicitations;",
|
|
356
|
+
"infringes any third-party intellectual property or proprietary rights, including patents, trademarks, copyrights, or privacy rights;",
|
|
357
|
+
"promotes discrimination, hate speech, or controversial political or social issues for commercial purposes;",
|
|
358
|
+
"impersonates another entity, or provides instructions for illegal activities, including hacking, fraud, or privacy violations;",
|
|
359
|
+
"promotes or provides information on illegal, unsafe, or inappropriate products, including tobacco, drugs, or other restricted substances;",
|
|
360
|
+
"attempts unauthorised access to the Website, other user accounts, or restricted areas of the Website;",
|
|
361
|
+
"engages in commercial activities, such as advertising, without prior written consent from the Company;",
|
|
362
|
+
"interferes with another Parent’s or Legal Guardian’s use of the Website;",
|
|
363
|
+
"spreads false or misleading information, including fake news;",
|
|
364
|
+
"contains malware, viruses, or any malicious software designed to harm, disrupt, or compromise security;",
|
|
365
|
+
"threatens the unity, integrity, security, or sovereignty of India, incites offenses, or violates public order;",
|
|
366
|
+
"is patently false and published with the intent to mislead or cause harm; and/or",
|
|
367
|
+
"violates any applicable laws or regulations."
|
|
368
|
+
]
|
|
369
|
+
}
|
|
370
|
+
},
|
|
371
|
+
"The Parent/Legal Guardian agrees and acknowledges that (a) the Parent/Legal Guardian shall not use the Website for any illegal or unauthorised purpose; and (b) the Parent’s or the Legal Guardian’s use of any information or Materials on the Website is entirely at the Parent’s or Legal Guardian’s own risk, for which the Company shall not be liable. The Parent/Legal Guardian agrees to comply with all laws, rules, and regulations applicable to the use of the Website.",
|
|
372
|
+
"The Company shall have the right, but not the obligation, to monitor the access or use of the Website to ensure Parent’s or Legal Guardian’s compliance with these Terms or applicable laws or other legal requirements, at its sole discretion. ",
|
|
373
|
+
"The Parent/Legal Guardian 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."
|
|
374
|
+
]
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
title: "PARENT DATA",
|
|
378
|
+
content: [
|
|
379
|
+
`"Parent Data" refers to any information that personally identifies a Parent or Legal Guardian, including but not limited to their full name, email ID, phone number, and any information provided while creating or managing their Parent Account. Parent Data may also include information related to their Child’s academic progress, attendance, assignments, and communication with teachers, as made available through the Website.`,
|
|
380
|
+
`The Company processes Parent Data in accordance with its <a href="${PARENT_PRIVACY}" target="_blank" rel="noopener noreferrer">Parent Privacy Policy</a>. By using the Website, you acknowledge that your Child’s School is responsible for obtaining the necessary consents for sharing your data with the Company for the purpose of providing the Services.`
|
|
381
|
+
]
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
title: "PAYMENT FACILITY AND POST-TRIAL USAGE",
|
|
385
|
+
content: [
|
|
386
|
+
`The Website may be made available to the Child free of charge for a limited trial period with limited free credits, the duration and availability of which shall be determined solely at the discretion of the Company. During such trial period (if applicable), the Company may provide a certain number of complimentary Learning Credits, which may be used to access certain features on the Website. The usage and validity of such Learning Credits shall be subject to the Company’s policies as applicable from time to time. Upon completion of such trial period, continued access to the full set of features of the Website, including, but not limited to, advanced learning modules, enhanced progress tracking, personalised engagement content, or other curated activities shall be subject to the purchase of credits by the Parent or Legal Guardian.`,
|
|
387
|
+
`All such payments must be made exclusively through the online payment facility provided on the Website. This facility is enabled via third-party payment gateway providers, who process such transactions on behalf of the Company.`,
|
|
388
|
+
`Available payment options may include credit/debit cards, internet banking, UPI, or other RBI-compliant digital payment modes. The Company does not guarantee the availability of any particular payment method at any given time.`,
|
|
389
|
+
`By proceeding to make a payment, the Parent/Legal Guardian expressly agrees to be bound by the terms, privacy policies, and operational conditions of the respective third-party payment service provider. `,
|
|
390
|
+
`Upon successful payment, confirmation may be issued by the payment provider or reflected within the Parent Account on the Website. The Parent/Legal Guardian must ensure that payments are made in a timely manner to avoid disruption of access to any premium or optional services that they choose to enable for their Child.`,
|
|
391
|
+
`Refunds and cancellations, where permitted, shall be governed by the <a href="${PARENT_REFUND}" target="_blank" rel="noopener noreferrer">Refund and Cancellation Policy</a> of the Website, which is deemed to be incorporated by reference into these Terms. The Parent/Legal Guardian is encouraged to read the said policy carefully before initiating any transaction.`,
|
|
392
|
+
`In the event of a failed transaction, the Parent/Legal Guardian shall be solely responsible for taking corrective action, including but not limited to contacting their bank, ensuring sufficient funds, or rectifying technical errors.`,
|
|
393
|
+
{
|
|
394
|
+
"children": {
|
|
395
|
+
title: `The Company does not provide banking or payment settlement services and is not liable for`,
|
|
396
|
+
data: [
|
|
397
|
+
`Any delay, failure, or disruption in payments;`,
|
|
398
|
+
`Lack of authorization for any transaction(s);`,
|
|
399
|
+
`Exceeding the pre-set limit mutually agreed by the Parent and between bank/s;`,
|
|
400
|
+
`Issues arising from the Parent’s non-compliance with the payment gateway’s terms or technical faults beyond the Company’s control.`
|
|
401
|
+
]
|
|
402
|
+
}
|
|
403
|
+
},
|
|
404
|
+
`The Company merely facilitates access to the payment infrastructure for the convenience of Parents/Legal Guardians and shall not be responsible for any dispute, claim, or liability arising from or in relation to such payments.`
|
|
405
|
+
]
|
|
406
|
+
},
|
|
407
|
+
{
|
|
408
|
+
title: "RIGHT TO ACCESS WEBSITE",
|
|
409
|
+
content: [
|
|
410
|
+
{
|
|
411
|
+
"children": {
|
|
412
|
+
title: "Subject to the Parent’s or Legal Guardian’s compliance with these Terms and/or payment of applicable service fees, if any, the Company grants the Parent/Legal Guardian a limited, non-transferable, and revocable right to access and use the Website and Services for educational purposes. The following actions are prohibited unless expressly authorised in writing by the Company:",
|
|
413
|
+
data: [
|
|
414
|
+
"Downloading (except for temporary page caching) or altering any part of the Website.",
|
|
415
|
+
"Utilizing the Website or its content for resale, redistribution, or other commercial exploitation.",
|
|
416
|
+
"Copying, aggregating, or compiling Service listings, descriptions, or pricing information.",
|
|
417
|
+
"Extracting, scraping, or crawling data from the Website using automated means, bots, or similar technologies."
|
|
418
|
+
]
|
|
419
|
+
}
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"children": {
|
|
423
|
+
title: "The Website and Services (including proprietary content, copyrighted materials, trademarks, and other intellectual property) may not be:",
|
|
424
|
+
data: [
|
|
425
|
+
"Reproducing, duplicating, copying, reselling, or distributing for commercial purposes.",
|
|
426
|
+
"Framing or embedding in another website without the Company's express written consent.",
|
|
427
|
+
"Using in any manner that misrepresents or harms the reputation of the Company."
|
|
428
|
+
]
|
|
429
|
+
}
|
|
430
|
+
},
|
|
431
|
+
`The Parent or Legal Guardian 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.`
|
|
432
|
+
]
|
|
433
|
+
},
|
|
434
|
+
{
|
|
435
|
+
title: "CONTENT AND INTELLECTUAL PROPERTY RIGHTS",
|
|
436
|
+
content: [
|
|
437
|
+
`The Parent/Legal Guardian 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 Parent or Legal Guardian is hereby granted a limited license to access and use the Materials (as may be applicable to a School) for the purpose of utilising the Services for personal use only.`,
|
|
438
|
+
`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.`,
|
|
439
|
+
`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 Parent/Legal Guardian thereby agrees to protect the proprietary rights of the Company during and after the tenure of these Terms. The Parent/Legal Guardian shall not selectively download portions of the Website and/or the Materials without retaining the copyright notices. `,
|
|
440
|
+
`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.`,
|
|
441
|
+
`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.`,
|
|
442
|
+
`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.`,
|
|
443
|
+
`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.`,
|
|
444
|
+
`The Company bears no responsibility for claims relating to infringement of any intellectual property rights in relation to the Services and/or their content.`,
|
|
445
|
+
`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).`,
|
|
446
|
+
`Any infringement shall lead to appropriate legal proceedings against the Parent/Legal Guardian at appropriate forum for seeking all available remedies under applicable laws of the country.`
|
|
447
|
+
]
|
|
448
|
+
},
|
|
449
|
+
{
|
|
450
|
+
title: "INTELLECTUAL PROPERTY CLAIMS",
|
|
451
|
+
content: [
|
|
452
|
+
`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>.`
|
|
453
|
+
]
|
|
454
|
+
},
|
|
455
|
+
{
|
|
456
|
+
title: "TERMINATION OF ACCESS TO SERVICES",
|
|
457
|
+
content: [
|
|
458
|
+
{
|
|
459
|
+
"children": {
|
|
460
|
+
title: "The Parent Account of the School with the Website can be terminated at any time by:",
|
|
461
|
+
data: [
|
|
462
|
+
`the Parent/Legal Guardian, by ceasing to access or use the Website; or by`,
|
|
463
|
+
`the Company in its sole discretion, for any reason or no reason, including but not limited to: (a) Violation of these Terms by the Parent/Legal Guardian; (b) Lack of use of the Services; or (c) Termination of the agreement between the Company and the School or if the Child is no longer enrolled with the School.`
|
|
464
|
+
]
|
|
465
|
+
}
|
|
466
|
+
},
|
|
467
|
+
`The Parent/Legal Guardian acknowledges that the termination of Services may come into effect without any prior notice, and the Company shall thereafter, immediately deactivate or delete the Parent Account and all related information and/or bar any further access to the Parent Account or the Services, subject to applicable law. `,
|
|
468
|
+
`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. `
|
|
469
|
+
]
|
|
470
|
+
},
|
|
471
|
+
{
|
|
472
|
+
title: "FORCE MAJEURE EVENTS",
|
|
473
|
+
content: [
|
|
474
|
+
`For the purpose of these Terms, the term “Force Majeure Event” 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 School.`,
|
|
475
|
+
`The Company shall not be liable to the Parent/Legal Guardian 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 Parent/Legal Guardian, non-responsiveness of the Parent/Legal Guardian, to the extent such failure or delay results from causes beyond Company’s reasonable control including Force Majeure Events.`
|
|
476
|
+
]
|
|
477
|
+
},
|
|
478
|
+
{
|
|
479
|
+
title: "LINKS TO THIRD PARTY",
|
|
480
|
+
isList: false,
|
|
481
|
+
content: [
|
|
482
|
+
`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 Parent/Legal Guardian reviews and understands the terms and conditions, privacy policies, settings, and information-sharing functions of each such third-party links and integrations.`
|
|
483
|
+
]
|
|
484
|
+
},
|
|
485
|
+
{
|
|
486
|
+
title: "REPRESENTATIONS",
|
|
487
|
+
isList: false,
|
|
488
|
+
content: [
|
|
489
|
+
`The Parent/Legal Guardian hereby represents and warrants that the Parent/Legal Guardian has validly entered into these Terms and has the legal power to do so. The Parent/Legal Guardian further represents and warrants that the Parent/Legal Guardian shall be solely responsible for the due compliance with these Terms.`
|
|
490
|
+
]
|
|
491
|
+
},
|
|
492
|
+
{
|
|
493
|
+
title: "LIMITATION OF LIABILITY",
|
|
494
|
+
content: [
|
|
495
|
+
`The Parent/Legal Guardian acknowledges and agrees that, to the maximum extent permitted by applicable law, the Company shall not be liable to the Parent/Legal Guardian for any direct, indirect, incidental, special, consequential, exemplary, or punitive damages, or for any loss of profits, business, data, or revenues. This includes, but is not limited to, any damages resulting from: (a) the Parent/Legal Guardian’s inability or difficulty in accessing or using the Website; (b) any bugs, viruses, trojan horses, or similar issues that may be transmitted to or through the Website by any third party; (c) any loss of data or content from the Website; or (d) the Parent/Legal Guardian’s failure to maintain the security and confidentiality of their login credentials.`,
|
|
496
|
+
`Under no circumstances shall the Company be liable for any damages arising from or related to the content or Services provided through the Website, or from any information or integrated services offered or provided by any third party via the Website.`,
|
|
497
|
+
`To the fullest extent allowed by law, the total aggregate liability of the Company to you for all claims arising from or related to your use of, or inability to use, any part of the Website or otherwise under these Terms—whether in contract, tort, or otherwise—shall not exceed INR 100 (Indian Rupees One Hundred Only).`
|
|
498
|
+
]
|
|
499
|
+
},
|
|
500
|
+
{
|
|
501
|
+
title: "DISCLAIMER OF WARRANTIES",
|
|
502
|
+
isList: false,
|
|
503
|
+
content: [
|
|
504
|
+
`THE WEBSITE AND ALL INFORMATION, CONTENT, MATERIALS AND SERVICES INCLUDED ON OR OTHERWISE MADE AVAILABLE TO THE PARENT/LEGAL GUARDIAN 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 PARENT’S OR LEGAL GUARDIAN’S COMPUTER SYSTEM OR LOSS OF DATA THAT RESULTS FROM THE DOWNLOAD OF ANY CONTENT, MATERIALS, DOCUMENT OR INFORMATION THROUGH THE WEBSITE. THE PARENT/LEGAL GUARDIAN EXPRESSLY AGREES THAT THE USE OF THE WEBSITE IS AT THE PARENT/LEGAL GUARDIAN’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. `,
|
|
505
|
+
`THE PARENT/LEGAL GUARDIAN 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 PARENT/LEGAL GUARDIAN, 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 PARENT/LEGAL GUARDIANS; (II) FAILURES OF EQUIPMENT OF THE PARENT/LEGAL GUARDIAN, NETWORK UNAVAILABILITY OR BANDWIDTH LIMITATIONS ON HOSTING SERVERS SUBSCRIBED TO BY THE COMPANY AND/OR THE PARENT/LEGAL GUARDIAN; OR (III) ISSUES ARISING FROM BUGS OR OTHER PROBLEMS IN THE WEBSITE, SOFTWARE, FIRMWARE OR HARDWARE OF THE COMPANY, PARENT/LEGAL GUARDIAN AND/OR ANY THIRD-PARTY SERVICE PROVIDER. PLEASE NOTE THAT INFORMATION PROVIDED ON THE WEBSITE HAS NOT BEEN EVALUATED AND/OR APPROVED BY ANY STATURY BODY OR AUTHORITY IN INDIA.`,
|
|
506
|
+
`THE PARENT/LEGAL GUARDIAN AGREES AND ACKNOWLEDGES THAT THE COMPANY MERELY PROVIDES A DIGITAL PLATFORM TO FACILITATE ACCESS TO EDUCATIONAL RESOURCES, MONITOR THEIR CHILD’S ACADEMIC PROGRESS, AND ENHANCE COMMUNICATION BETWEEN PARENTS AND SCHOOLS/TEACHERS. THE COMPANY MAKES NO REPRESENTATIONS OR GUARANTEES THAT THE SERVICES WILL IMPROVE THE CHILD’S ACADEMIC PERFORMANCE OR LEAD TO ANY SPECIFIC EDUCATIONAL OUTCOMES. THE PARENT/LEGAL GUARDIAN UNDERSTANDS THAT THE COMPANY DOES NOT CONTROL OR INFLUENCE THE CONTENT, ACCURACY, OR EFFECTIVENESS OF THE EDUCATIONAL MATERIALS OR INTERACTIONS FACILITATED THROUGH THE WEBSITE. THE COMPANY SHALL NOT BE LIABLE FOR ANY DAMAGES, LOSSES, OR CLAIMS ARISING FROM THE PARENT’S OR CHILD’S USE OF THE SERVICES.`,
|
|
507
|
+
`THE PARENT/LEGAL GUARDIAN 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 PARENT/LEGAL GUARDIAN’S ACCESS TO THE SERVICES UNDER THIS TERMS PROVIDED HOWEVER AS SOON AS REASONABLY PRACTICAL, THE COMPANY SHALL PROVIDE REASON FOR THE SUSPENSION TO ENABLE THE PARENT/LEGAL GUARDIAN TO TAKE REMEDIAL MEASURES IN ORDER TO ENABLE THE COMPANY TO RESTORE THE SERVICES.`,
|
|
508
|
+
`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. PARENT/LEGAL GUARDIAN 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 PARENT/LEGAL GUARDIAN 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 PARENT/LEGAL GUARDIAN.`
|
|
509
|
+
]
|
|
510
|
+
},
|
|
511
|
+
{
|
|
512
|
+
title: "INDEMNIFICATION",
|
|
513
|
+
isList: false,
|
|
514
|
+
content: [
|
|
515
|
+
`The Parent/Legal Guardian 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 Parent/Legal Guardian’s breach of these Terms, Privacy Policy and other policies, or the Parent/Legal Guardian’s violation of any law, rules or regulations or the rights (including infringement of any intellectual property rights) of a third party.`
|
|
516
|
+
]
|
|
517
|
+
},
|
|
518
|
+
{
|
|
519
|
+
title: "PRIVACY POLICY",
|
|
520
|
+
content: [
|
|
521
|
+
`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. `,
|
|
522
|
+
`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 Parent/Legal Guardian objects to the Parent/Legal Guardian’s information being transferred or used, the Parent/Legal Guardian is advised not to use the Website.`
|
|
523
|
+
]
|
|
524
|
+
},
|
|
525
|
+
{
|
|
526
|
+
title: "ASSIGNMENT",
|
|
527
|
+
isList: false,
|
|
528
|
+
content: [
|
|
529
|
+
`It is expressly agreed by the Parent/Legal Guardian 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 Parent/Legal Guardian, except to the extent provided by law. `
|
|
530
|
+
]
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
title: "GOVERNING LAW",
|
|
534
|
+
isList: false,
|
|
535
|
+
content: [
|
|
536
|
+
`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 Parent/Legal Guardian 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 Parent/Legal Guardian and the Company.`
|
|
537
|
+
]
|
|
538
|
+
},
|
|
539
|
+
{
|
|
540
|
+
title: "GRIEVANCE REDRESSAL MECHANISM",
|
|
541
|
+
isList: false,
|
|
542
|
+
content: [
|
|
543
|
+
`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::
|
|
544
|
+
<table style="margin-top:8px">
|
|
545
|
+
<tr>
|
|
546
|
+
<td style="width: 64px">Name</td>
|
|
547
|
+
<td style="width:calc(100% - 64px)">Vishwa Talati</td>
|
|
548
|
+
</tr>
|
|
549
|
+
<tr>
|
|
550
|
+
<td style="width: 64px">Address</td>
|
|
551
|
+
<td style="width:calc(100% - 64px)">Corporate Office: Villa 10, Urban Sanctuary, Shankarpalle, Shankarpalli, K.V. Rangareddy, Rangareddy, Telangana, India – 501203 </td>
|
|
552
|
+
</tr>
|
|
553
|
+
<tr>
|
|
554
|
+
<td style="width: 64px">Email</td>
|
|
555
|
+
<td style="width:calc(100% - 64px)">helpdesk@coschool.ai</td>
|
|
556
|
+
</tr>
|
|
557
|
+
</table>`
|
|
558
|
+
]
|
|
559
|
+
},
|
|
560
|
+
{
|
|
561
|
+
title: "CONTACT INFORMATION",
|
|
562
|
+
isList: false,
|
|
563
|
+
content: [
|
|
564
|
+
`If you have any questions about these Parent 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.`
|
|
565
|
+
]
|
|
566
|
+
}
|
|
567
|
+
]
|
|
568
|
+
};
|
|
569
|
+
//# sourceMappingURL=ParentHelper.js.map
|