@adminide-stack/yantra-help-browser 12.0.16-alpha.6 → 12.0.16
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/lib/components/HelpCenterFooter.d.ts.map +1 -1
- package/lib/components/HelpCenterFooter.js +186 -90
- package/lib/components/HelpCenterFooter.js.map +1 -1
- package/lib/components/HelpCenterHeader.d.ts +1 -5
- package/lib/components/HelpCenterHeader.d.ts.map +1 -1
- package/lib/components/HelpCenterHeader.js +123 -69
- package/lib/components/HelpCenterHeader.js.map +1 -1
- package/lib/components/Icons.d.ts +55 -0
- package/lib/components/Icons.d.ts.map +1 -0
- package/lib/components/Icons.js +186 -0
- package/lib/components/Icons.js.map +1 -0
- package/lib/components/Logo.d.ts +1 -2
- package/lib/components/Logo.d.ts.map +1 -1
- package/lib/components/Logo.js +5 -8
- package/lib/components/Logo.js.map +1 -1
- package/lib/components/PageHero.d.ts +9 -0
- package/lib/components/PageHero.d.ts.map +1 -0
- package/lib/components/PageHero.js +47 -0
- package/lib/components/PageHero.js.map +1 -0
- package/lib/components/SearchBar.d.ts +8 -0
- package/lib/components/SearchBar.d.ts.map +1 -0
- package/lib/components/SearchBar.js +262 -0
- package/lib/components/SearchBar.js.map +1 -0
- package/lib/components/SidebarSearch.d.ts +8 -0
- package/lib/components/SidebarSearch.d.ts.map +1 -0
- package/lib/components/SidebarSearch.js +114 -0
- package/lib/components/SidebarSearch.js.map +1 -0
- package/lib/components/navbar/index.d.ts.map +1 -1
- package/lib/components/navbar/index.js +32 -36
- package/lib/components/navbar/index.js.map +1 -1
- package/lib/compute.d.ts +17 -0
- package/lib/compute.d.ts.map +1 -1
- package/lib/compute.js +111 -3
- package/lib/compute.js.map +1 -1
- package/lib/pages/About/index.d.ts +3 -0
- package/lib/pages/About/index.d.ts.map +1 -0
- package/lib/pages/About/index.js +69 -0
- package/lib/pages/About/index.js.map +1 -0
- package/lib/pages/Blog/index.d.ts +3 -0
- package/lib/pages/Blog/index.d.ts.map +1 -0
- package/lib/pages/Blog/index.js +172 -0
- package/lib/pages/Blog/index.js.map +1 -0
- package/lib/pages/BlogPost/index.d.ts +3 -0
- package/lib/pages/BlogPost/index.d.ts.map +1 -0
- package/lib/pages/BlogPost/index.js +209 -0
- package/lib/pages/BlogPost/index.js.map +1 -0
- package/lib/pages/Careers/index.d.ts +3 -0
- package/lib/pages/Careers/index.d.ts.map +1 -0
- package/lib/pages/Careers/index.js +78 -0
- package/lib/pages/Careers/index.js.map +1 -0
- package/lib/pages/CategoryCollection/index.d.ts.map +1 -1
- package/lib/pages/CategoryCollection/index.js +86 -80
- package/lib/pages/CategoryCollection/index.js.map +1 -1
- package/lib/pages/Community/index.d.ts +3 -0
- package/lib/pages/Community/index.d.ts.map +1 -0
- package/lib/pages/Community/index.js +72 -0
- package/lib/pages/Community/index.js.map +1 -0
- package/lib/pages/Contact/index.d.ts +3 -0
- package/lib/pages/Contact/index.d.ts.map +1 -0
- package/lib/pages/Contact/index.js +128 -0
- package/lib/pages/Contact/index.js.map +1 -0
- package/lib/pages/GetStarted/components/ExampleCard.d.ts.map +1 -1
- package/lib/pages/GetStarted/components/GetStartedHero.d.ts.map +1 -1
- package/lib/pages/GetStarted/components/InfoSection.d.ts.map +1 -1
- package/lib/pages/GetStarted/components/TipCard.d.ts.map +1 -1
- package/lib/pages/GetStarted/components/UseCase.d.ts.map +1 -1
- package/lib/pages/GetStarted/index.d.ts.map +1 -1
- package/lib/pages/GetStarted/index.js +333 -713
- package/lib/pages/GetStarted/index.js.map +1 -1
- package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts +2 -0
- package/lib/pages/HelpCenter/components/HelpCategoryCard.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/HelpCategoryCard.js +154 -68
- package/lib/pages/HelpCenter/components/HelpCategoryCard.js.map +1 -1
- package/lib/pages/HelpCenter/components/Icons.d.ts +10 -0
- package/lib/pages/HelpCenter/components/Icons.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/Icons.js +338 -78
- package/lib/pages/HelpCenter/components/Icons.js.map +1 -1
- package/lib/pages/HelpCenter/components/PopularArticle.d.ts +3 -0
- package/lib/pages/HelpCenter/components/PopularArticle.d.ts.map +1 -1
- package/lib/pages/HelpCenter/components/PopularArticle.js +22 -37
- package/lib/pages/HelpCenter/components/PopularArticle.js.map +1 -1
- package/lib/pages/HelpCenter/index.d.ts.map +1 -1
- package/lib/pages/HelpCenter/index.js +261 -44
- package/lib/pages/HelpCenter/index.js.map +1 -1
- package/lib/pages/HelpCenter/mockData.d.ts +16 -0
- package/lib/pages/HelpCenter/mockData.d.ts.map +1 -1
- package/lib/pages/HelpCenter/mockData.js +83 -12
- package/lib/pages/HelpCenter/mockData.js.map +1 -1
- package/lib/pages/LandingPage/components/ArticleCard.d.ts +2 -2
- package/lib/pages/LandingPage/components/ArticleCard.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/ArticleCard.js +31 -20
- package/lib/pages/LandingPage/components/ArticleCard.js.map +1 -1
- package/lib/pages/LandingPage/components/Assets.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/CategoriesSection.d.ts +2 -1
- package/lib/pages/LandingPage/components/CategoriesSection.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/CategoriesSection.js +33 -23
- package/lib/pages/LandingPage/components/CategoriesSection.js.map +1 -1
- package/lib/pages/LandingPage/components/CategoryCard.d.ts +1 -1
- package/lib/pages/LandingPage/components/CategoryCard.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/CategoryCard.js +35 -13
- package/lib/pages/LandingPage/components/CategoryCard.js.map +1 -1
- package/lib/pages/LandingPage/components/FeaturedSection.d.ts +2 -1
- package/lib/pages/LandingPage/components/FeaturedSection.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/FeaturedSection.js +24 -9
- package/lib/pages/LandingPage/components/FeaturedSection.js.map +1 -1
- package/lib/pages/LandingPage/components/HeroSection.d.ts +1 -7
- package/lib/pages/LandingPage/components/HeroSection.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/HeroSection.js +108 -40
- package/lib/pages/LandingPage/components/HeroSection.js.map +1 -1
- package/lib/pages/LandingPage/components/ResourceCard.d.ts +1 -1
- package/lib/pages/LandingPage/components/ResourceCard.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/ResourceCard.js +24 -19
- package/lib/pages/LandingPage/components/ResourceCard.js.map +1 -1
- package/lib/pages/LandingPage/components/ResourcesSection.d.ts +2 -2
- package/lib/pages/LandingPage/components/ResourcesSection.d.ts.map +1 -1
- package/lib/pages/LandingPage/components/ResourcesSection.js +28 -14
- package/lib/pages/LandingPage/components/ResourcesSection.js.map +1 -1
- package/lib/pages/LandingPage/index.d.ts.map +1 -1
- package/lib/pages/LandingPage/index.js +189 -130
- package/lib/pages/LandingPage/index.js.map +1 -1
- package/lib/pages/Markdown/MarkdownPageLayout.d.ts +3 -0
- package/lib/pages/Markdown/MarkdownPageLayout.d.ts.map +1 -0
- package/lib/pages/Markdown/MarkdownPageLayout.js +318 -0
- package/lib/pages/Markdown/MarkdownPageLayout.js.map +1 -0
- package/lib/pages/Markdown/MarkdownPageWithParams.d.ts +9 -0
- package/lib/pages/Markdown/MarkdownPageWithParams.d.ts.map +1 -0
- package/lib/pages/Markdown/MarkdownPageWithParams.js +65 -0
- package/lib/pages/Markdown/MarkdownPageWithParams.js.map +1 -0
- package/lib/pages/Markdown/index.d.ts +3 -0
- package/lib/pages/Markdown/index.d.ts.map +1 -0
- package/lib/pages/Markdown/index.js +5 -0
- package/lib/pages/Markdown/index.js.map +1 -0
- package/lib/pages/Privacy/index.d.ts +3 -0
- package/lib/pages/Privacy/index.d.ts.map +1 -0
- package/lib/pages/Privacy/index.js +449 -0
- package/lib/pages/Privacy/index.js.map +1 -0
- package/lib/pages/ReleaseNotes/index.d.ts +3 -0
- package/lib/pages/ReleaseNotes/index.d.ts.map +1 -0
- package/lib/pages/ReleaseNotes/index.js +61 -0
- package/lib/pages/ReleaseNotes/index.js.map +1 -0
- package/lib/pages/StatusPage/index.d.ts +3 -0
- package/lib/pages/StatusPage/index.d.ts.map +1 -0
- package/lib/pages/StatusPage/index.js +85 -0
- package/lib/pages/StatusPage/index.js.map +1 -0
- package/lib/pages/Terms/index.d.ts +3 -0
- package/lib/pages/Terms/index.d.ts.map +1 -0
- package/lib/pages/Terms/index.js +60 -0
- package/lib/pages/Terms/index.js.map +1 -0
- package/lib/routes.json +138 -1
- package/lib/templates/content/account-management/account-setup.md +83 -0
- package/lib/templates/content/account-management/delete-account.md +81 -0
- package/lib/templates/content/account-management/preferences.md +98 -0
- package/lib/templates/content/account-management/privacy-settings.md +94 -0
- package/lib/templates/content/account-management/profile-settings.md +78 -0
- package/lib/templates/content/ai-employees/ai-employees-overview.md +97 -0
- package/lib/templates/content/ai-employees/getting-started-ai-employees.md +119 -0
- package/lib/templates/content/ai-employees/how-ai-employees-work.md +123 -0
- package/lib/templates/content/ai-employees/supervised-mode.md +141 -0
- package/lib/templates/content/blog/how-yantra-browser-automates-workflows.md +120 -0
- package/lib/templates/content/blog/introducing-yantra-browser.md +90 -0
- package/lib/templates/content/blog/yantra-browser-productivity-tips.md +98 -0
- package/lib/templates/content/browser-extension/browser-extension-overview.md +60 -0
- package/lib/templates/content/browser-extension/extension-security.md +126 -0
- package/lib/templates/content/browser-extension/getting-started-extension.md +96 -0
- package/lib/templates/content/browser-extension/how-it-works.md +112 -0
- package/lib/templates/content/browser-extension/troubleshooting-extension.md +138 -0
- package/lib/templates/content/browser-extension/use-cases-workflows.md +123 -0
- package/lib/templates/content/content-manifest.json +6245 -0
- package/lib/templates/content/data-privacy/data-collection.md +78 -0
- package/lib/templates/content/data-privacy/privacy-policy.md +100 -0
- package/lib/templates/content/data-subject-privacy/data-access.md +90 -0
- package/lib/templates/content/data-subject-privacy/data-portability.md +97 -0
- package/lib/templates/content/data-subject-privacy/privacy-requests.md +95 -0
- package/lib/templates/content/file-uploads/file-upload-overview.md +93 -0
- package/lib/templates/content/getting-started/getting-started-guide.md +88 -0
- package/lib/templates/content/integrations/crm-integrations.md +130 -0
- package/lib/templates/content/integrations/github-integration.md +95 -0
- package/lib/templates/content/integrations/integrations-overview.md +142 -0
- package/lib/templates/content/integrations/monitoring-integrations.md +109 -0
- package/lib/templates/content/integrations/productivity-integrations.md +129 -0
- package/lib/templates/content/integrations/slack-integration.md +79 -0
- package/lib/templates/content/openclaw/openclaw-architecture.md +202 -0
- package/lib/templates/content/openclaw/openclaw-contribution.md +107 -0
- package/lib/templates/content/openclaw/openclaw-overview.md +152 -0
- package/lib/templates/content/platform-features/always-watching.md +63 -0
- package/lib/templates/content/platform-features/instant-context.md +67 -0
- package/lib/templates/content/platform-features/instant-onboarding.md +80 -0
- package/lib/templates/content/platform-features/platform-overview.md +58 -0
- package/lib/templates/content/platform-features/proactive-alerts.md +88 -0
- package/lib/templates/content/platform-features/smart-escalation.md +93 -0
- package/lib/templates/content/product-features/ai-models.md +89 -0
- package/lib/templates/content/product-features/collaboration-tools.md +88 -0
- package/lib/templates/content/product-features/conversation-features.md +76 -0
- package/lib/templates/content/product-features/export-features.md +87 -0
- package/lib/templates/content/product-features/follow-up-questions.md +82 -0
- package/lib/templates/content/product-features/real-time-search.md +84 -0
- package/lib/templates/content/product-features/saved-searches.md +75 -0
- package/lib/templates/content/product-features/search-features.md +82 -0
- package/lib/templates/content/product-features/search-history.md +86 -0
- package/lib/templates/content/product-features/source-citations.md +100 -0
- package/lib/templates/content/scope-api/api-overview.md +104 -0
- package/lib/templates/content/search-modes/deep-research.md +109 -0
- package/lib/templates/content/search-modes/labs-features.md +81 -0
- package/lib/templates/content/search-modes/pro-search.md +75 -0
- package/lib/templates/content/search-modes/regular-search.md +86 -0
- package/lib/templates/content/security-compliance/audit-trail.md +112 -0
- package/lib/templates/content/security-compliance/compliance.md +120 -0
- package/lib/templates/content/security-compliance/data-encryption.md +94 -0
- package/lib/templates/content/security-compliance/security-overview.md +186 -0
- package/lib/templates/content/security-compliance/vm-isolation.md +126 -0
- package/lib/templates/content/solutions-engineering/bug-tracking-context.md +126 -0
- package/lib/templates/content/solutions-engineering/engineering-overview.md +107 -0
- package/lib/templates/content/solutions-engineering/error-monitoring.md +120 -0
- package/lib/templates/content/solutions-engineering/institutional-memory.md +120 -0
- package/lib/templates/content/solutions-marketing/brand-monitoring.md +135 -0
- package/lib/templates/content/solutions-marketing/content-automation.md +111 -0
- package/lib/templates/content/solutions-marketing/marketing-overview.md +108 -0
- package/lib/templates/content/solutions-marketing/social-media-management.md +108 -0
- package/lib/templates/content/solutions-sales/call-preparation.md +106 -0
- package/lib/templates/content/solutions-sales/crm-automation.md +119 -0
- package/lib/templates/content/solutions-sales/lead-management.md +108 -0
- package/lib/templates/content/solutions-sales/sales-overview.md +120 -0
- package/lib/templates/content/spaces-library/spaces-overview.md +89 -0
- package/lib/templates/content/student-hub/academic-research.md +106 -0
- package/lib/templates/content/student-hub/student-discounts.md +78 -0
- package/lib/templates/content/student-hub/student-overview.md +86 -0
- package/lib/templates/content/student-hub/study-tools.md +121 -0
- package/lib/templates/content/subscription-billing/billing-cycle.md +71 -0
- package/lib/templates/content/subscription-billing/billing-overview.md +72 -0
- package/lib/templates/content/subscription-billing/billing-support.md +74 -0
- package/lib/templates/content/subscription-billing/currency-support.md +57 -0
- package/lib/templates/content/subscription-billing/enterprise-pricing.md +74 -0
- package/lib/templates/content/subscription-billing/invoice-management.md +86 -0
- package/lib/templates/content/subscription-billing/payment-methods.md +77 -0
- package/lib/templates/content/subscription-billing/promotional-offers.md +81 -0
- package/lib/templates/content/subscription-billing/refund-policy.md +80 -0
- package/lib/templates/content/subscription-billing/student-discounts.md +88 -0
- package/lib/templates/content/subscription-billing/tax-information.md +86 -0
- package/lib/templates/content/technical-questions/ai-models-technical.md +87 -0
- package/lib/templates/content/technical-questions/api-technical.md +158 -0
- package/lib/templates/content/technical-questions/data-processing.md +102 -0
- package/lib/templates/content/technical-questions/database-architecture.md +120 -0
- package/lib/templates/content/technical-questions/infrastructure.md +132 -0
- package/lib/templates/content/technical-questions/performance-optimization.md +105 -0
- package/lib/templates/content/technical-questions/search-algorithms.md +105 -0
- package/lib/templates/content/technical-questions/technical-overview.md +107 -0
- package/lib/templates/content/threads/conversation-management.md +103 -0
- package/lib/templates/content/threads/threads-overview.md +92 -0
- package/lib/templates/content/troubleshooting/common-issues.md +115 -0
- package/lib/templates/content/use-cases/engineering-use-cases.md +123 -0
- package/lib/templates/content/use-cases/marketing-use-cases.md +128 -0
- package/lib/templates/content/use-cases/sales-use-cases.md +123 -0
- package/lib/templates/content/use-cases/support-use-cases.md +120 -0
- package/lib/templates/content/use-cases/use-cases-overview.md +115 -0
- package/lib/templates/content/what-is-yantra/getting-started-yantra.md +85 -0
- package/lib/{content → templates/content}/what-is-yantra/how-yantra-works.md +1 -1
- package/lib/{content → templates/content}/what-is-yantra/practical-tips-yantra.md +2 -1
- package/lib/{content → templates/content}/what-is-yantra/what-is-yantra-intro.md +1 -1
- package/lib/{content → templates/content}/what-is-yantra/yantra-discord-community.md +4 -1
- package/lib/{content → templates/content}/yantra-assistant/android-app.md +10 -0
- package/lib/{content → templates/content}/yantra-assistant/ios-app.md +10 -0
- package/lib/{content → templates/content}/yantra-assistant/mobile-app-overview.md +8 -0
- package/lib/{content → templates/content}/yantra-assistant/voice-assistant.md +10 -0
- package/lib/{content → templates/content}/yantra-enterprise/admin-dashboard.md +10 -0
- package/lib/{content → templates/content}/yantra-enterprise/custom-branding.md +10 -0
- package/lib/{content → templates/content}/yantra-enterprise/dedicated-support.md +10 -0
- package/lib/{content → templates/content}/yantra-enterprise/enterprise-overview.md +8 -0
- package/lib/{content → templates/content}/yantra-enterprise/sso-integration.md +10 -0
- package/lib/{content → templates/content}/yantra-enterprise/user-management.md +10 -0
- package/lib/{content → templates/content}/yantra-pro-max/billing-management.md +13 -0
- package/lib/{content → templates/content}/yantra-pro-max/cancellation-refund.md +13 -0
- package/lib/{content → templates/content}/yantra-pro-max/pro-pricing.md +13 -9
- package/lib/{content → templates/content}/yantra-pro-max/subscription-benefits.md +8 -0
- package/lib/{content → templates/content}/yantra-pro-max/upgrade-process.md +13 -0
- package/lib/{content → templates/content}/yantra-pro-max/yantra-max-features.md +8 -8
- package/lib/{content → templates/content}/yantra-pro-max/yantra-pro-overview.md +8 -8
- package/lib/utils/docsNavigation.d.ts +10 -0
- package/lib/utils/docsNavigation.d.ts.map +1 -0
- package/lib/utils/docsNavigation.js +209 -0
- package/lib/utils/docsNavigation.js.map +1 -0
- package/lib/utils/helpCenterUtils.d.ts.map +1 -1
- package/lib/utils/markdownLoader.d.ts +12 -4
- package/lib/utils/markdownLoader.d.ts.map +1 -1
- package/lib/utils/markdownLoader.js +362 -1163
- package/lib/utils/markdownLoader.js.map +1 -1
- package/package.json +23 -6
- package/lib/content/account-management/account-setup.md +0 -74
- package/lib/content/account-management/delete-account.md +0 -74
- package/lib/content/account-management/preferences.md +0 -73
- package/lib/content/account-management/privacy-settings.md +0 -73
- package/lib/content/account-management/profile-settings.md +0 -59
- package/lib/content/data-privacy/data-collection.md +0 -65
- package/lib/content/data-privacy/privacy-policy.md +0 -73
- package/lib/content/data-subject-privacy/data-access.md +0 -88
- package/lib/content/data-subject-privacy/data-portability.md +0 -108
- package/lib/content/data-subject-privacy/privacy-requests.md +0 -80
- package/lib/content/file-uploads/file-upload-overview.md +0 -65
- package/lib/content/getting-started/getting-started-guide.md +0 -65
- package/lib/content/product-features/ai-models.md +0 -84
- package/lib/content/product-features/collaboration-tools.md +0 -59
- package/lib/content/product-features/conversation-features.md +0 -45
- package/lib/content/product-features/export-features.md +0 -59
- package/lib/content/product-features/follow-up-questions.md +0 -59
- package/lib/content/product-features/real-time-search.md +0 -59
- package/lib/content/product-features/saved-searches.md +0 -59
- package/lib/content/product-features/search-features.md +0 -64
- package/lib/content/product-features/search-history.md +0 -59
- package/lib/content/product-features/source-citations.md +0 -59
- package/lib/content/scope-api/api-overview.md +0 -59
- package/lib/content/search-modes/deep-research.md +0 -60
- package/lib/content/search-modes/labs-features.md +0 -73
- package/lib/content/search-modes/pro-search.md +0 -59
- package/lib/content/search-modes/regular-search.md +0 -60
- package/lib/content/spaces-library/spaces-overview.md +0 -60
- package/lib/content/student-hub/academic-research.md +0 -61
- package/lib/content/student-hub/student-discounts.md +0 -74
- package/lib/content/student-hub/student-overview.md +0 -59
- package/lib/content/student-hub/study-tools.md +0 -59
- package/lib/content/subscription-billing/billing-cycle.md +0 -61
- package/lib/content/subscription-billing/billing-overview.md +0 -45
- package/lib/content/subscription-billing/billing-support.md +0 -59
- package/lib/content/subscription-billing/currency-support.md +0 -73
- package/lib/content/subscription-billing/enterprise-pricing.md +0 -60
- package/lib/content/subscription-billing/invoice-management.md +0 -59
- package/lib/content/subscription-billing/payment-methods.md +0 -67
- package/lib/content/subscription-billing/promotional-offers.md +0 -61
- package/lib/content/subscription-billing/refund-policy.md +0 -75
- package/lib/content/subscription-billing/student-discounts.md +0 -74
- package/lib/content/subscription-billing/tax-information.md +0 -59
- package/lib/content/technical-questions/ai-models-technical.md +0 -73
- package/lib/content/technical-questions/api-technical.md +0 -73
- package/lib/content/technical-questions/data-processing.md +0 -73
- package/lib/content/technical-questions/database-architecture.md +0 -73
- package/lib/content/technical-questions/infrastructure.md +0 -73
- package/lib/content/technical-questions/performance-optimization.md +0 -73
- package/lib/content/technical-questions/search-algorithms.md +0 -73
- package/lib/content/technical-questions/technical-overview.md +0 -73
- package/lib/content/threads/conversation-management.md +0 -59
- package/lib/content/threads/threads-overview.md +0 -60
- package/lib/content/troubleshooting/common-issues.md +0 -59
- package/lib/content/what-is-yantra/getting-started-yantra.md +0 -84
- package/lib/pages/ArticlePage/index.d.ts +0 -4
- package/lib/pages/ArticlePage/index.d.ts.map +0 -1
- package/lib/pages/ArticlePage/index.js +0 -190
- package/lib/pages/ArticlePage/index.js.map +0 -1
- package/lib/pages/HelpCenter/components/BookStack.js +0 -36
- package/lib/pages/HelpCenter/components/BookStack.js.map +0 -1
- package/lib/pages/LandingPage/components/Assets.js +0 -14
- package/lib/pages/LandingPage/components/Assets.js.map +0 -1
- package/lib/pages/LandingPage/components/Icons.d.ts +0 -14
- package/lib/pages/LandingPage/components/Icons.d.ts.map +0 -1
- package/lib/pages/LandingPage/components/Icons.js +0 -174
- package/lib/pages/LandingPage/components/Icons.js.map +0 -1
- package/lib/pages/LandingPage/components/SearchBar.d.ts +0 -8
- package/lib/pages/LandingPage/components/SearchBar.d.ts.map +0 -1
- package/lib/pages/LandingPage/components/SearchBar.js +0 -58
- package/lib/pages/LandingPage/components/SearchBar.js.map +0 -1
|
@@ -0,0 +1,449 @@
|
|
|
1
|
+
import {jsxs,jsx}from'react/jsx-runtime';import {PageHero}from'../../components/PageHero.js';import {Icons}from'../../components/Icons.js';function PrivacyPage() {
|
|
2
|
+
return jsxs("div", {
|
|
3
|
+
className: "min-h-screen bg-background",
|
|
4
|
+
children: [jsx(PageHero, {
|
|
5
|
+
title: "Privacy Policy",
|
|
6
|
+
description: "How we collect, use, and protect your data.",
|
|
7
|
+
icon: jsx(Icons.MdLockIcon, {
|
|
8
|
+
className: "h-7 w-7"
|
|
9
|
+
})
|
|
10
|
+
}), jsx("section", {
|
|
11
|
+
className: "py-16",
|
|
12
|
+
children: jsxs("div", {
|
|
13
|
+
className: "container mx-auto max-w-3xl px-6 lg:px-16",
|
|
14
|
+
children: [jsx("p", {
|
|
15
|
+
className: "mb-2 text-sm text-muted-foreground",
|
|
16
|
+
children: "Updated and Effective: March 21, 2026"
|
|
17
|
+
}), jsx("p", {
|
|
18
|
+
className: "mb-4 text-foreground",
|
|
19
|
+
children: "This Privacy Policy (\"Policy\") applies to the Yantra platform, including the Yantra web application, Yantra Browser Chrome extension, and related services (together, the \"Platform\"), owned and operated by CDEBase, Inc. d/b/a Yantra (\"Yantra,\" \"we,\" or \"us\"). This Policy describes how we collect, use, and disclose your personal information."
|
|
20
|
+
}), jsx("p", {
|
|
21
|
+
className: "mb-8 text-foreground",
|
|
22
|
+
children: "By using the Platform, you consent to our Policy, Terms of Use, and any additional applicable policies and terms we post."
|
|
23
|
+
}), jsxs("nav", {
|
|
24
|
+
className: "mb-10 rounded-lg border border-border/60 bg-muted/50 p-6",
|
|
25
|
+
children: [jsx("h2", {
|
|
26
|
+
className: "mb-3 text-lg font-semibold text-foreground",
|
|
27
|
+
children: "Table of Contents"
|
|
28
|
+
}), jsxs("ol", {
|
|
29
|
+
className: "list-inside list-decimal space-y-1 text-sm text-primary",
|
|
30
|
+
children: [jsx("li", {
|
|
31
|
+
children: jsx("a", {
|
|
32
|
+
href: "#collect",
|
|
33
|
+
children: "What Information Does the Platform Collect?"
|
|
34
|
+
})
|
|
35
|
+
}), jsx("li", {
|
|
36
|
+
children: jsx("a", {
|
|
37
|
+
href: "#use",
|
|
38
|
+
children: "How Does the Platform Use the Information It Collects?"
|
|
39
|
+
})
|
|
40
|
+
}), jsx("li", {
|
|
41
|
+
children: jsx("a", {
|
|
42
|
+
href: "#share",
|
|
43
|
+
children: "Under What Circumstances Does the Platform Share or Disclose Information?"
|
|
44
|
+
})
|
|
45
|
+
}), jsx("li", {
|
|
46
|
+
children: jsx("a", {
|
|
47
|
+
href: "#third-party",
|
|
48
|
+
children: "Third Party Content and Links"
|
|
49
|
+
})
|
|
50
|
+
}), jsx("li", {
|
|
51
|
+
children: jsx("a", {
|
|
52
|
+
href: "#audience",
|
|
53
|
+
children: "General Audience Platform"
|
|
54
|
+
})
|
|
55
|
+
}), jsx("li", {
|
|
56
|
+
children: jsx("a", {
|
|
57
|
+
href: "#security",
|
|
58
|
+
children: "How We Handle Data Security"
|
|
59
|
+
})
|
|
60
|
+
}), jsx("li", {
|
|
61
|
+
children: jsx("a", {
|
|
62
|
+
href: "#choices",
|
|
63
|
+
children: "Your Choices About the Information We Collect"
|
|
64
|
+
})
|
|
65
|
+
}), jsx("li", {
|
|
66
|
+
children: jsx("a", {
|
|
67
|
+
href: "#transfer",
|
|
68
|
+
children: "Consent to International Transfer of Your Information"
|
|
69
|
+
})
|
|
70
|
+
}), jsx("li", {
|
|
71
|
+
children: jsx("a", {
|
|
72
|
+
href: "#changes",
|
|
73
|
+
children: "Changes to This Privacy Policy"
|
|
74
|
+
})
|
|
75
|
+
}), jsx("li", {
|
|
76
|
+
children: jsx("a", {
|
|
77
|
+
href: "#contact",
|
|
78
|
+
children: "Contact Us"
|
|
79
|
+
})
|
|
80
|
+
}), jsx("li", {
|
|
81
|
+
children: jsx("a", {
|
|
82
|
+
href: "#california",
|
|
83
|
+
children: "Notice to California Residents"
|
|
84
|
+
})
|
|
85
|
+
}), jsx("li", {
|
|
86
|
+
children: jsx("a", {
|
|
87
|
+
href: "#nevada",
|
|
88
|
+
children: "Notice to Nevada Residents"
|
|
89
|
+
})
|
|
90
|
+
})]
|
|
91
|
+
})]
|
|
92
|
+
}), jsxs("section", {
|
|
93
|
+
id: "collect",
|
|
94
|
+
className: "mb-10",
|
|
95
|
+
children: [jsx("h2", {
|
|
96
|
+
className: "mb-4 text-2xl font-semibold text-foreground",
|
|
97
|
+
children: "1. What Information Does the Platform Collect?"
|
|
98
|
+
}), jsx("p", {
|
|
99
|
+
className: "mb-4 text-muted-foreground",
|
|
100
|
+
children: "We may collect information from you directly, automatically when you use the Platform, and from your interactions with websites you choose to automate. Some of this information may be considered \"personal information\" under various applicable laws. We consider information that identifies you as a specific, identified individual (such as your name, email address, or account credentials) to be personal information."
|
|
101
|
+
}), jsx("p", {
|
|
102
|
+
className: "mb-4 text-muted-foreground",
|
|
103
|
+
children: "Note that we may de-identify personal information so that it is non-personal, such as aggregating or converting it to a code, sometimes using a function commonly known as a \"hash.\" We will treat de-identified information as non-personal to the fullest extent allowed by applicable law."
|
|
104
|
+
}), jsx("h3", {
|
|
105
|
+
className: "mb-2 mt-6 text-lg font-medium text-foreground",
|
|
106
|
+
children: "Information You Provide Directly"
|
|
107
|
+
}), jsxs("ul", {
|
|
108
|
+
className: "mb-4 list-inside list-disc space-y-2 text-sm text-muted-foreground",
|
|
109
|
+
children: [jsxs("li", {
|
|
110
|
+
children: [jsx("strong", {
|
|
111
|
+
className: "text-foreground",
|
|
112
|
+
children: "Account Information:"
|
|
113
|
+
}), " When you create an account or sign in, we collect your name, email address, and user ID. When using the Chrome extension, we access your existing web application session to authenticate you."]
|
|
114
|
+
}), jsxs("li", {
|
|
115
|
+
children: [jsx("strong", {
|
|
116
|
+
className: "text-foreground",
|
|
117
|
+
children: "Configuration Settings:"
|
|
118
|
+
}), " You may provide server configuration details, preferences, and settings through the Platform. These are stored locally in your browser or in your account."]
|
|
119
|
+
}), jsxs("li", {
|
|
120
|
+
children: [jsx("strong", {
|
|
121
|
+
className: "text-foreground",
|
|
122
|
+
children: "Search Queries:"
|
|
123
|
+
}), " Queries you enter into the Yantra search and AI assistant to receive results and perform tasks."]
|
|
124
|
+
}), jsxs("li", {
|
|
125
|
+
children: [jsx("strong", {
|
|
126
|
+
className: "text-foreground",
|
|
127
|
+
children: "Communications:"
|
|
128
|
+
}), " Information you provide when contacting our support team or providing feedback."]
|
|
129
|
+
})]
|
|
130
|
+
}), jsx("h3", {
|
|
131
|
+
className: "mb-2 mt-6 text-lg font-medium text-foreground",
|
|
132
|
+
children: "Information We Collect Automatically"
|
|
133
|
+
}), jsxs("ul", {
|
|
134
|
+
className: "mb-4 list-inside list-disc space-y-2 text-sm text-muted-foreground",
|
|
135
|
+
children: [jsxs("li", {
|
|
136
|
+
children: [jsx("strong", {
|
|
137
|
+
className: "text-foreground",
|
|
138
|
+
children: "Authentication Tokens:"
|
|
139
|
+
}), " The Platform reads session cookies and authentication tokens from Yantra web application domains to authenticate API requests to our backend services."]
|
|
140
|
+
}), jsxs("li", {
|
|
141
|
+
children: [jsx("strong", {
|
|
142
|
+
className: "text-foreground",
|
|
143
|
+
children: "Usage Information:"
|
|
144
|
+
}), " We collect information about how you interact with the Platform, including features used, pages visited, and search queries performed."]
|
|
145
|
+
}), jsxs("li", {
|
|
146
|
+
children: [jsx("strong", {
|
|
147
|
+
className: "text-foreground",
|
|
148
|
+
children: "Device Information:"
|
|
149
|
+
}), " Browser type, operating system, device type, and screen resolution."]
|
|
150
|
+
}), jsxs("li", {
|
|
151
|
+
children: [jsx("strong", {
|
|
152
|
+
className: "text-foreground",
|
|
153
|
+
children: "Tab Metadata (Extension):"
|
|
154
|
+
}), " When using the Chrome extension, we access browser tab information including tab IDs, page URLs, page titles, and window identifiers to route automation commands to the correct browser tabs."]
|
|
155
|
+
}), jsxs("li", {
|
|
156
|
+
children: [jsx("strong", {
|
|
157
|
+
className: "text-foreground",
|
|
158
|
+
children: "Page Content (Extension):"
|
|
159
|
+
}), " When you activate browser automation on a tab, the extension captures page content through Chrome DevTools Protocol (CDP), including DOM snapshots, accessibility tree data, page screenshots, and JavaScript execution results."]
|
|
160
|
+
}), jsxs("li", {
|
|
161
|
+
children: [jsx("strong", {
|
|
162
|
+
className: "text-foreground",
|
|
163
|
+
children: "Navigation Events (Extension):"
|
|
164
|
+
}), " The extension monitors page navigation events on relay-attached tabs to maintain automation state."]
|
|
165
|
+
})]
|
|
166
|
+
}), jsx("h3", {
|
|
167
|
+
className: "mb-2 mt-6 text-lg font-medium text-foreground",
|
|
168
|
+
children: "Information We Do Not Collect"
|
|
169
|
+
}), jsx("p", {
|
|
170
|
+
className: "mb-2 text-sm text-muted-foreground",
|
|
171
|
+
children: "The Platform does not collect:"
|
|
172
|
+
}), jsxs("ul", {
|
|
173
|
+
className: "list-inside list-disc space-y-1 text-sm text-muted-foreground",
|
|
174
|
+
children: [jsx("li", {
|
|
175
|
+
children: "Browsing history of tabs not actively attached to the relay"
|
|
176
|
+
}), jsx("li", {
|
|
177
|
+
children: "Keystrokes or form input on non-automated tabs"
|
|
178
|
+
}), jsx("li", {
|
|
179
|
+
children: "Personal files from your device"
|
|
180
|
+
}), jsx("li", {
|
|
181
|
+
children: "Location data (GPS or IP-based)"
|
|
182
|
+
}), jsx("li", {
|
|
183
|
+
children: "Financial or payment information (beyond what is processed by our payment provider)"
|
|
184
|
+
}), jsx("li", {
|
|
185
|
+
children: "Health information"
|
|
186
|
+
}), jsx("li", {
|
|
187
|
+
children: "Microphone or camera data"
|
|
188
|
+
})]
|
|
189
|
+
})]
|
|
190
|
+
}), jsxs("section", {
|
|
191
|
+
id: "use",
|
|
192
|
+
className: "mb-10",
|
|
193
|
+
children: [jsx("h2", {
|
|
194
|
+
className: "mb-4 text-2xl font-semibold text-foreground",
|
|
195
|
+
children: "2. How Does the Platform Use the Information It Collects?"
|
|
196
|
+
}), jsx("p", {
|
|
197
|
+
className: "mb-4 text-muted-foreground",
|
|
198
|
+
children: "We use information collected from or about you, including personal information, as disclosed in this Policy, including to:"
|
|
199
|
+
}), jsxs("ul", {
|
|
200
|
+
className: "list-inside list-disc space-y-2 text-sm text-muted-foreground",
|
|
201
|
+
children: [jsxs("li", {
|
|
202
|
+
children: [jsx("strong", {
|
|
203
|
+
className: "text-foreground",
|
|
204
|
+
children: "Enable AI Search and Automation:"
|
|
205
|
+
}), " Provide search results, AI-driven browser automation, and task completion services."]
|
|
206
|
+
}), jsxs("li", {
|
|
207
|
+
children: [jsx("strong", {
|
|
208
|
+
className: "text-foreground",
|
|
209
|
+
children: "Authenticate Your Session:"
|
|
210
|
+
}), " Verify your identity and maintain secure connections between the Platform and our backend services."]
|
|
211
|
+
}), jsxs("li", {
|
|
212
|
+
children: [jsx("strong", {
|
|
213
|
+
className: "text-foreground",
|
|
214
|
+
children: "Personalize Your Experience:"
|
|
215
|
+
}), " Customize search results, recommendations, and interface preferences based on your usage patterns."]
|
|
216
|
+
}), jsxs("li", {
|
|
217
|
+
children: [jsx("strong", {
|
|
218
|
+
className: "text-foreground",
|
|
219
|
+
children: "Maintain Relay Connections:"
|
|
220
|
+
}), " Manage WebSocket connections to the relay server, monitor connection health, and automatically reconnect when connections are interrupted."]
|
|
221
|
+
}), jsxs("li", {
|
|
222
|
+
children: [jsx("strong", {
|
|
223
|
+
className: "text-foreground",
|
|
224
|
+
children: "Communicate With You:"
|
|
225
|
+
}), " Respond to your questions, send important notices, and provide customer support."]
|
|
226
|
+
}), jsxs("li", {
|
|
227
|
+
children: [jsx("strong", {
|
|
228
|
+
className: "text-foreground",
|
|
229
|
+
children: "Improve the Platform:"
|
|
230
|
+
}), " Diagnose technical issues, analyze usage patterns, and improve reliability and performance."]
|
|
231
|
+
}), jsxs("li", {
|
|
232
|
+
children: [jsx("strong", {
|
|
233
|
+
className: "text-foreground",
|
|
234
|
+
children: "Comply with Legal Requirements:"
|
|
235
|
+
}), " Fulfill legal obligations and enforce our terms and policies."]
|
|
236
|
+
})]
|
|
237
|
+
})]
|
|
238
|
+
}), jsxs("section", {
|
|
239
|
+
id: "share",
|
|
240
|
+
className: "mb-10",
|
|
241
|
+
children: [jsx("h2", {
|
|
242
|
+
className: "mb-4 text-2xl font-semibold text-foreground",
|
|
243
|
+
children: "3. Under What Circumstances Does the Platform Share or Disclose Information?"
|
|
244
|
+
}), jsx("p", {
|
|
245
|
+
className: "mb-4 text-muted-foreground",
|
|
246
|
+
children: "We do not sell your personal information to third parties. We do not share your personal information with third parties for those third parties' own direct marketing purposes. We may share information in the following circumstances:"
|
|
247
|
+
}), jsx("h3", {
|
|
248
|
+
className: "mb-2 mt-4 text-lg font-medium text-foreground",
|
|
249
|
+
children: "AI Backend Services"
|
|
250
|
+
}), jsx("p", {
|
|
251
|
+
className: "mb-4 text-sm text-muted-foreground",
|
|
252
|
+
children: "Search queries, page content, accessibility data, screenshots, and tab metadata from relay-attached tabs are transmitted to the Yantra AI backend via secure connections. This data is processed to execute your requested tasks and is not used for advertising or marketing purposes."
|
|
253
|
+
}), jsx("h3", {
|
|
254
|
+
className: "mb-2 mt-4 text-lg font-medium text-foreground",
|
|
255
|
+
children: "Service Providers"
|
|
256
|
+
}), jsx("p", {
|
|
257
|
+
className: "mb-4 text-sm text-muted-foreground",
|
|
258
|
+
children: "We use third-party service providers to provide services to us or on our behalf, such as cloud hosting, payment processing, and analytics. We give these providers access to your information so they can provide these services."
|
|
259
|
+
}), jsx("h3", {
|
|
260
|
+
className: "mb-2 mt-4 text-lg font-medium text-foreground",
|
|
261
|
+
children: "Business, Tax, and Legal Purposes"
|
|
262
|
+
}), jsx("p", {
|
|
263
|
+
className: "mb-4 text-sm text-muted-foreground",
|
|
264
|
+
children: "To the extent permitted by law, we may disclose your information to third parties to protect the integrity of the Platform, enforce our Terms of Use, or comply with lawfully authorized government requests such as subpoenas or court orders."
|
|
265
|
+
}), jsx("h3", {
|
|
266
|
+
className: "mb-2 mt-4 text-lg font-medium text-foreground",
|
|
267
|
+
children: "Business Transfers and Transitions"
|
|
268
|
+
}), jsx("p", {
|
|
269
|
+
className: "mb-4 text-sm text-muted-foreground",
|
|
270
|
+
children: "We may, in evaluating or engaging in a sale of assets, merger, or other corporate transaction, transfer or assign your personal information, which you agree that we may do without your further consent."
|
|
271
|
+
}), jsx("h3", {
|
|
272
|
+
className: "mb-2 mt-4 text-lg font-medium text-foreground",
|
|
273
|
+
children: "With Your Consent"
|
|
274
|
+
}), jsx("p", {
|
|
275
|
+
className: "text-sm text-muted-foreground",
|
|
276
|
+
children: "We may share information when you direct us to do so."
|
|
277
|
+
})]
|
|
278
|
+
}), jsxs("section", {
|
|
279
|
+
id: "third-party",
|
|
280
|
+
className: "mb-10",
|
|
281
|
+
children: [jsx("h2", {
|
|
282
|
+
className: "mb-4 text-2xl font-semibold text-foreground",
|
|
283
|
+
children: "4. Third Party Content and Links"
|
|
284
|
+
}), jsx("p", {
|
|
285
|
+
className: "mb-4 text-sm text-muted-foreground",
|
|
286
|
+
children: "This Policy does not apply to the practices of third parties that we do not own or control, including any third-party websites and services that may be linked to or from the Platform. The Platform may interact with websites at your direction, and those websites are governed by their own privacy policies and terms of service. We encourage you to review the privacy policies of any websites you interact with through the Platform."
|
|
287
|
+
}), jsx("p", {
|
|
288
|
+
className: "text-sm text-muted-foreground",
|
|
289
|
+
children: "The Chrome extension accesses the following first-party domains for authentication and configuration purposes only: *.yantra.app, *.cdebase.dev, *.cdebase.io, and dev-cdebase.auth0.com."
|
|
290
|
+
})]
|
|
291
|
+
}), jsxs("section", {
|
|
292
|
+
id: "audience",
|
|
293
|
+
className: "mb-10",
|
|
294
|
+
children: [jsx("h2", {
|
|
295
|
+
className: "mb-4 text-2xl font-semibold text-foreground",
|
|
296
|
+
children: "5. General Audience Platform"
|
|
297
|
+
}), jsx("p", {
|
|
298
|
+
className: "text-sm text-muted-foreground",
|
|
299
|
+
children: "The Platform is not intended for individuals younger than the age of eighteen (18), and we request that these individuals do not use the Platform. We do not knowingly collect information from individuals younger than eighteen (18)."
|
|
300
|
+
})]
|
|
301
|
+
}), jsxs("section", {
|
|
302
|
+
id: "security",
|
|
303
|
+
className: "mb-10",
|
|
304
|
+
children: [jsx("h2", {
|
|
305
|
+
className: "mb-4 text-2xl font-semibold text-foreground",
|
|
306
|
+
children: "6. How We Handle Data Security"
|
|
307
|
+
}), jsx("p", {
|
|
308
|
+
className: "mb-4 text-sm text-muted-foreground",
|
|
309
|
+
children: "We use commercially reasonable security measures to protect against loss, misuse, and alteration of your personal information under our control, including:"
|
|
310
|
+
}), jsxs("ul", {
|
|
311
|
+
className: "mb-4 list-inside list-disc space-y-2 text-sm text-muted-foreground",
|
|
312
|
+
children: [jsxs("li", {
|
|
313
|
+
children: [jsx("strong", {
|
|
314
|
+
className: "text-foreground",
|
|
315
|
+
children: "Encrypted Connections:"
|
|
316
|
+
}), " All communication between the Platform and our backend services uses secure WebSocket (WSS) and HTTPS connections."]
|
|
317
|
+
}), jsxs("li", {
|
|
318
|
+
children: [jsx("strong", {
|
|
319
|
+
className: "text-foreground",
|
|
320
|
+
children: "Token-Based Authentication:"
|
|
321
|
+
}), " Authentication tokens are derived using HMAC-SHA256 and are scoped to specific sessions."]
|
|
322
|
+
}), jsxs("li", {
|
|
323
|
+
children: [jsx("strong", {
|
|
324
|
+
className: "text-foreground",
|
|
325
|
+
children: "Local Storage Isolation:"
|
|
326
|
+
}), " Configuration and session data stored in your browser uses Chrome's built-in storage APIs, which are isolated per-extension."]
|
|
327
|
+
}), jsxs("li", {
|
|
328
|
+
children: [jsx("strong", {
|
|
329
|
+
className: "text-foreground",
|
|
330
|
+
children: "No Persistent Server Storage of Page Content:"
|
|
331
|
+
}), ' ', "Page content, screenshots, and DOM data transmitted during automation sessions are processed in real-time and are not permanently stored on our servers after the automation task is completed."]
|
|
332
|
+
}), jsxs("li", {
|
|
333
|
+
children: [jsx("strong", {
|
|
334
|
+
className: "text-foreground",
|
|
335
|
+
children: "Access Controls:"
|
|
336
|
+
}), " Strict access controls and authentication requirements for all backend services."]
|
|
337
|
+
})]
|
|
338
|
+
}), jsx("p", {
|
|
339
|
+
className: "text-sm text-muted-foreground",
|
|
340
|
+
children: "However, no system can be 100% secure. While we strive to safeguard your personal information, we cannot guarantee or warrant the security of any information you disclose or transmit to us. You use the Platform and provide us with information at your own initiative and risk."
|
|
341
|
+
})]
|
|
342
|
+
}), jsxs("section", {
|
|
343
|
+
id: "choices",
|
|
344
|
+
className: "mb-10",
|
|
345
|
+
children: [jsx("h2", {
|
|
346
|
+
className: "mb-4 text-2xl font-semibold text-foreground",
|
|
347
|
+
children: "7. Your Choices About the Information We Collect"
|
|
348
|
+
}), jsx("h3", {
|
|
349
|
+
className: "mb-2 mt-4 text-lg font-medium text-foreground",
|
|
350
|
+
children: "Extension Controls"
|
|
351
|
+
}), jsx("p", {
|
|
352
|
+
className: "mb-4 text-sm text-muted-foreground",
|
|
353
|
+
children: "You can disconnect the Chrome extension from the relay server at any time using the popup interface. You can detach individual tabs from automation. When disconnected, no page content or tab data is transmitted to our servers."
|
|
354
|
+
}), jsx("h3", {
|
|
355
|
+
className: "mb-2 mt-4 text-lg font-medium text-foreground",
|
|
356
|
+
children: "Uninstall"
|
|
357
|
+
}), jsx("p", {
|
|
358
|
+
className: "mb-4 text-sm text-muted-foreground",
|
|
359
|
+
children: "You may uninstall the Chrome extension at any time through Chrome's extension management page. Uninstalling removes all locally stored data, including configuration settings, session state, and authentication tokens."
|
|
360
|
+
}), jsx("h3", {
|
|
361
|
+
className: "mb-2 mt-4 text-lg font-medium text-foreground",
|
|
362
|
+
children: "Clear Data"
|
|
363
|
+
}), jsx("p", {
|
|
364
|
+
className: "mb-4 text-sm text-muted-foreground",
|
|
365
|
+
children: "You can reset the extension's configuration to defaults using the \"Reset to Defaults\" button on the options page, which clears all stored configuration and authentication data."
|
|
366
|
+
}), jsx("h3", {
|
|
367
|
+
className: "mb-2 mt-4 text-lg font-medium text-foreground",
|
|
368
|
+
children: "Account Deletion"
|
|
369
|
+
}), jsxs("p", {
|
|
370
|
+
className: "text-sm text-muted-foreground",
|
|
371
|
+
children: ["You may request deletion of your Yantra account and associated data by contacting us at", ' ', jsx("a", {
|
|
372
|
+
href: "mailto:support@yantra.app",
|
|
373
|
+
className: "text-primary underline",
|
|
374
|
+
children: "support@yantra.app"
|
|
375
|
+
}), "."]
|
|
376
|
+
})]
|
|
377
|
+
}), jsxs("section", {
|
|
378
|
+
id: "transfer",
|
|
379
|
+
className: "mb-10",
|
|
380
|
+
children: [jsx("h2", {
|
|
381
|
+
className: "mb-4 text-2xl font-semibold text-foreground",
|
|
382
|
+
children: "8. Consent to International Transfer of Your Information"
|
|
383
|
+
}), jsx("p", {
|
|
384
|
+
className: "text-sm text-muted-foreground",
|
|
385
|
+
children: "We are a US-based company. If you are located outside of the United States, please be aware that the information that we collect from you will be transferred to, and stored at, a destination outside of your country. By using the Platform or providing us with any information, you fully understand and unambiguously consent to this transfer to, and processing, usage, sharing, and storage of your information in the United States and other jurisdictions, which may have different or less protective privacy laws than those in your country."
|
|
386
|
+
})]
|
|
387
|
+
}), jsxs("section", {
|
|
388
|
+
id: "changes",
|
|
389
|
+
className: "mb-10",
|
|
390
|
+
children: [jsx("h2", {
|
|
391
|
+
className: "mb-4 text-2xl font-semibold text-foreground",
|
|
392
|
+
children: "9. Changes to This Privacy Policy"
|
|
393
|
+
}), jsx("p", {
|
|
394
|
+
className: "text-sm text-muted-foreground",
|
|
395
|
+
children: "To the extent allowed by applicable law, we reserve the right to change this Policy at any time without prior notice. If we make material changes to this Policy, we will revise the \"Updated and Effective\" date at the top of this Policy. We may also provide notice through the Platform or via the Chrome Web Store listing. Your continued use of the Platform following these changes constitutes acceptance of the revised Policy."
|
|
396
|
+
})]
|
|
397
|
+
}), jsxs("section", {
|
|
398
|
+
id: "contact",
|
|
399
|
+
className: "mb-10",
|
|
400
|
+
children: [jsx("h2", {
|
|
401
|
+
className: "mb-4 text-2xl font-semibold text-foreground",
|
|
402
|
+
children: "10. Contact Us"
|
|
403
|
+
}), jsxs("p", {
|
|
404
|
+
className: "text-sm text-muted-foreground",
|
|
405
|
+
children: ["If you have any questions, comments, or concerns regarding our Policy and/or practices, please send an email to:", ' ', jsx("a", {
|
|
406
|
+
href: "mailto:support@yantra.app",
|
|
407
|
+
className: "text-primary underline",
|
|
408
|
+
children: "support@yantra.app"
|
|
409
|
+
})]
|
|
410
|
+
}), jsxs("p", {
|
|
411
|
+
className: "mt-4 text-sm text-muted-foreground",
|
|
412
|
+
children: ["CDEBase, Inc.", jsx("br", {}), "d/b/a Yantra"]
|
|
413
|
+
})]
|
|
414
|
+
}), jsxs("section", {
|
|
415
|
+
id: "california",
|
|
416
|
+
className: "mb-10",
|
|
417
|
+
children: [jsx("h2", {
|
|
418
|
+
className: "mb-4 text-2xl font-semibold text-foreground",
|
|
419
|
+
children: "11. Notice to California Residents"
|
|
420
|
+
}), jsx("p", {
|
|
421
|
+
className: "text-sm text-muted-foreground",
|
|
422
|
+
children: "California Civil Code Section 1798.83 permits residents of California to request certain details about how their personal information has been shared during the calendar year with third parties for those third parties' own direct marketing purposes. We do not share personal information about you with third parties for their own direct marketing purposes."
|
|
423
|
+
}), jsxs("p", {
|
|
424
|
+
className: "mt-4 text-sm text-muted-foreground",
|
|
425
|
+
children: ["If you are a California resident and have questions about our practices, please send your request via email to", ' ', jsx("a", {
|
|
426
|
+
href: "mailto:support@yantra.app",
|
|
427
|
+
className: "text-primary underline",
|
|
428
|
+
children: "support@yantra.app"
|
|
429
|
+
}), ' ', "with \"Your California Privacy Rights\" in the subject field. You must include your name, street address, city, state, and zip code."]
|
|
430
|
+
})]
|
|
431
|
+
}), jsxs("section", {
|
|
432
|
+
id: "nevada",
|
|
433
|
+
className: "mb-10",
|
|
434
|
+
children: [jsx("h2", {
|
|
435
|
+
className: "mb-4 text-2xl font-semibold text-foreground",
|
|
436
|
+
children: "12. Notice to Nevada Residents"
|
|
437
|
+
}), jsxs("p", {
|
|
438
|
+
className: "text-sm text-muted-foreground",
|
|
439
|
+
children: ["Nevada S.B. 220 provides consumers with the ability to opt out of the sale of their personal information. We do not sell your personal information as defined in S.B. 220. However, you may still submit an opt-out request, and if our practices were to change in the future, we would honor your request. If you are a Nevada resident and would like to opt out, please contact us at", ' ', jsx("a", {
|
|
440
|
+
href: "mailto:support@yantra.app",
|
|
441
|
+
className: "text-primary underline",
|
|
442
|
+
children: "support@yantra.app"
|
|
443
|
+
}), "."]
|
|
444
|
+
})]
|
|
445
|
+
})]
|
|
446
|
+
})
|
|
447
|
+
})]
|
|
448
|
+
});
|
|
449
|
+
}export{PrivacyPage as default};//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../src/pages/Privacy/index.tsx"],"sourcesContent":[null],"names":["_jsxs","_jsx"],"mappings":"2IAIA,SAAS,WAAW,GAAA;SACTA;AAicX,IAAC,SAAA,EAAA,4BAAA;AAED,IAAA,QAAA,EAAA,CAAeC,YAAY,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/pages/ReleaseNotes/index.tsx"],"names":[],"mappings":"AAqBA,QAAA,MAAM,gBAAgB,+CAqCrB,CAAC;AAEF,eAAe,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import {jsxs,jsx}from'react/jsx-runtime';import {PageHero}from'../../components/PageHero.js';import {Card,CardHeader,CardTitle,CardContent}from'@admin-layout/tailwind-ui/shardui/card.js';import {Badge}from'@admin-layout/tailwind-ui/shardui/badge.js';import {Icons}from'../../components/Icons.js';const RELEASES = [{
|
|
2
|
+
version: '2.4.0',
|
|
3
|
+
date: 'Mar 1, 2025',
|
|
4
|
+
highlights: ['Improved AI employee latency', 'New Slack integration', 'Enhanced analytics dashboard']
|
|
5
|
+
}, {
|
|
6
|
+
version: '2.3.2',
|
|
7
|
+
date: 'Feb 15, 2025',
|
|
8
|
+
highlights: ['Bug fixes for API webhooks', 'Performance optimizations']
|
|
9
|
+
}, {
|
|
10
|
+
version: '2.3.0',
|
|
11
|
+
date: 'Feb 1, 2025',
|
|
12
|
+
highlights: ['Pro Search improvements', 'New document analysis features', 'Custom workflows beta']
|
|
13
|
+
}, {
|
|
14
|
+
version: '2.2.1',
|
|
15
|
+
date: 'Jan 20, 2025',
|
|
16
|
+
highlights: ['Security updates', 'Mobile UI improvements']
|
|
17
|
+
}];
|
|
18
|
+
const ReleaseNotesPage = () => {
|
|
19
|
+
return jsxs("div", {
|
|
20
|
+
className: "min-h-screen bg-background",
|
|
21
|
+
children: [jsx(PageHero, {
|
|
22
|
+
title: "Release Notes",
|
|
23
|
+
description: "Latest updates and improvements to the Yantra platform.",
|
|
24
|
+
icon: jsx(Icons.MdNewReleasesIcon, {
|
|
25
|
+
className: "h-7 w-7"
|
|
26
|
+
})
|
|
27
|
+
}), jsx("section", {
|
|
28
|
+
className: "py-16",
|
|
29
|
+
children: jsx("div", {
|
|
30
|
+
className: "container mx-auto max-w-4xl px-6 lg:px-16",
|
|
31
|
+
children: jsx("div", {
|
|
32
|
+
className: "space-y-6",
|
|
33
|
+
children: RELEASES.map(release => jsxs(Card, {
|
|
34
|
+
className: "border-border/60",
|
|
35
|
+
children: [jsxs(CardHeader, {
|
|
36
|
+
className: "flex flex-row items-center justify-between space-y-0 pb-2",
|
|
37
|
+
children: [jsxs(CardTitle, {
|
|
38
|
+
className: "text-foreground",
|
|
39
|
+
children: ["v", release.version]
|
|
40
|
+
}), jsx(Badge, {
|
|
41
|
+
variant: "secondary",
|
|
42
|
+
className: "text-muted-foreground",
|
|
43
|
+
children: release.date
|
|
44
|
+
})]
|
|
45
|
+
}), jsx(CardContent, {
|
|
46
|
+
children: jsx("ul", {
|
|
47
|
+
className: "space-y-1.5 text-muted-foreground",
|
|
48
|
+
children: release.highlights.map(item => jsxs("li", {
|
|
49
|
+
className: "flex items-start gap-2",
|
|
50
|
+
children: [jsx(Icons.ArrowRightIcon, {
|
|
51
|
+
className: "mt-0.5 h-4 w-4 shrink-0 text-cyan-500"
|
|
52
|
+
}), item]
|
|
53
|
+
}, item))
|
|
54
|
+
})
|
|
55
|
+
})]
|
|
56
|
+
}, release.version))
|
|
57
|
+
})
|
|
58
|
+
})
|
|
59
|
+
})]
|
|
60
|
+
});
|
|
61
|
+
};export{ReleaseNotesPage as default};//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../src/pages/ReleaseNotes/index.tsx"],"sourcesContent":[null],"names":[],"mappings":"wSAMA,MAAM,QAAQ,GAAG,CAAA;AACb,EAAA,OAAA,EAAA,OAAA;AACI,EAAA,IAAA,EAAA,aAAgB;AAChB,EAAA,UAAI,EAAE,CAAa,8BAAA,EAAA,uBAAA,EAAA,8BAAA;AACnB,CAAA,EAAA;AACH,EAAA,OAAA,EAAA,OAAA;AACD,EAAA,IAAE,EAAO,cAAS;AAClB,EAAA,UAAA,EAAA,CAAA,4BAAA,EAAA,2BAAA;AACI,CAAA,EAAA;AACA,EAAA,OAAA,EAAA,OAAmB;AACnB,EAAA,IAAA,EAAA,aAAa;AAChB,EAAA,UAAA,EAAA,CAAA,yBAAA,EAAA,gCAAA,EAAA,uBAAA;AACD,CAAA,EAAA;EACF,OAAA,EAAA,OAAA;AAEF,EAAM,IAAA,EAAA,cAAgB;AAClB,EAAA,UACI,EAAA,CAAA,kBAAc,EAAA;AAmCtB,CAAC,CAAC;AAEF,MAAA,yBAA+B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/pages/StatusPage/index.tsx"],"names":[],"mappings":"AAcA,QAAA,MAAM,UAAU,+CA8Cf,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import {jsxs,jsx}from'react/jsx-runtime';import {PageHero}from'../../components/PageHero.js';import {Card,CardContent}from'@admin-layout/tailwind-ui/shardui/card.js';import {Badge}from'@admin-layout/tailwind-ui/shardui/badge.js';import {Icons}from'../../components/Icons.js';const SYSTEMS = [{
|
|
2
|
+
name: 'API',
|
|
3
|
+
status: 'operational',
|
|
4
|
+
uptime: '99.99%'
|
|
5
|
+
}, {
|
|
6
|
+
name: 'Dashboard',
|
|
7
|
+
status: 'operational',
|
|
8
|
+
uptime: '99.99%'
|
|
9
|
+
}, {
|
|
10
|
+
name: 'AI Inference',
|
|
11
|
+
status: 'operational',
|
|
12
|
+
uptime: '99.95%'
|
|
13
|
+
}, {
|
|
14
|
+
name: 'Webhooks',
|
|
15
|
+
status: 'operational',
|
|
16
|
+
uptime: '99.98%'
|
|
17
|
+
}, {
|
|
18
|
+
name: 'Authentication',
|
|
19
|
+
status: 'operational',
|
|
20
|
+
uptime: '100%'
|
|
21
|
+
}];
|
|
22
|
+
const StatusPage = () => {
|
|
23
|
+
return jsxs("div", {
|
|
24
|
+
className: "min-h-screen bg-background",
|
|
25
|
+
children: [jsx(PageHero, {
|
|
26
|
+
title: "Status Page",
|
|
27
|
+
description: "Real-time status of Yantra services and infrastructure.",
|
|
28
|
+
icon: jsx(Icons.MdCheckCircleIcon, {
|
|
29
|
+
className: "h-7 w-7"
|
|
30
|
+
})
|
|
31
|
+
}), jsx("section", {
|
|
32
|
+
className: "py-16",
|
|
33
|
+
children: jsxs("div", {
|
|
34
|
+
className: "container mx-auto max-w-4xl px-6 lg:px-16",
|
|
35
|
+
children: [jsx(Card, {
|
|
36
|
+
className: "mb-8 border-border/60 border-emerald-500/20 bg-emerald-500/5",
|
|
37
|
+
children: jsxs(CardContent, {
|
|
38
|
+
className: "flex items-center gap-4 py-6",
|
|
39
|
+
children: [jsx(Icons.MdCheckCircleIcon, {
|
|
40
|
+
className: "h-10 w-10 shrink-0 text-emerald-500"
|
|
41
|
+
}), jsxs("div", {
|
|
42
|
+
children: [jsx("div", {
|
|
43
|
+
className: "font-semibold text-foreground",
|
|
44
|
+
children: "All Systems Operational"
|
|
45
|
+
}), jsx("div", {
|
|
46
|
+
className: "text-sm text-muted-foreground",
|
|
47
|
+
children: "All services are running normally. Last incident: None in the past 90 days."
|
|
48
|
+
})]
|
|
49
|
+
})]
|
|
50
|
+
})
|
|
51
|
+
}), jsx("h2", {
|
|
52
|
+
className: "mb-6 text-lg font-semibold text-foreground",
|
|
53
|
+
children: "System Status"
|
|
54
|
+
}), jsx("div", {
|
|
55
|
+
className: "space-y-4",
|
|
56
|
+
children: SYSTEMS.map(system => jsx(Card, {
|
|
57
|
+
className: "border-border/60",
|
|
58
|
+
children: jsxs(CardContent, {
|
|
59
|
+
className: "flex items-center justify-between py-4",
|
|
60
|
+
children: [jsxs("div", {
|
|
61
|
+
className: "flex items-center gap-3",
|
|
62
|
+
children: [jsx(Icons.MdCheckCircleIcon, {
|
|
63
|
+
className: "h-5 w-5 text-emerald-500"
|
|
64
|
+
}), jsx("span", {
|
|
65
|
+
className: "font-medium text-foreground",
|
|
66
|
+
children: system.name
|
|
67
|
+
})]
|
|
68
|
+
}), jsxs("div", {
|
|
69
|
+
className: "flex items-center gap-4",
|
|
70
|
+
children: [jsxs("span", {
|
|
71
|
+
className: "text-sm text-muted-foreground",
|
|
72
|
+
children: [system.uptime, " uptime"]
|
|
73
|
+
}), jsx(Badge, {
|
|
74
|
+
variant: "secondary",
|
|
75
|
+
className: "bg-emerald-500/10 text-emerald-600",
|
|
76
|
+
children: system.status
|
|
77
|
+
})]
|
|
78
|
+
})]
|
|
79
|
+
})
|
|
80
|
+
}, system.name))
|
|
81
|
+
})]
|
|
82
|
+
})
|
|
83
|
+
})]
|
|
84
|
+
});
|
|
85
|
+
};export{StatusPage as default};//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../src/pages/StatusPage/index.tsx"],"sourcesContent":[null],"names":[],"mappings":"mRAMA,MAAM,OAAO,GAAG,CAAA;MACV,EAAA,KAAM;QACN,EAAI,aAAa;QACjB,EAAI;;MAEJ,EAAA,WAAM;EACV,MAAA,EAAA,aAAA;AAEF,EAAM,MAAA,EAAA;AACF,CAAA,EAAA;AA6CJ,EAAE,IAAA,EAAA,cAAA;AAEF,EAAA,MAAA,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/pages/Terms/index.tsx"],"names":[],"mappings":"AAKA,QAAA,MAAM,SAAS,+CAoDd,CAAC;AAEF,eAAe,SAAS,CAAC"}
|