@adminide-stack/yantra-help-browser 12.0.16-alpha.6 → 12.0.17-alpha.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/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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HelpCenterFooter.d.ts","sourceRoot":"","sources":["../../src/components/HelpCenterFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"HelpCenterFooter.d.ts","sourceRoot":"","sources":["../../src/components/HelpCenterFooter.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAMxC,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EA0KpC,CAAC"}
|
|
@@ -1,98 +1,194 @@
|
|
|
1
|
-
import {jsx
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
1
|
+
import {jsxs,jsx}from'react/jsx-runtime';import {useState}from'react';import {Link}from'@remix-run/react';import {Logo}from'./Logo.js';import {browserYantraRoutes}from'../compute.js';import {Icons}from'./Icons.js';const HelpCenterFooter = () => {
|
|
2
|
+
const currentYear = new Date().getFullYear();
|
|
3
|
+
const [email, setEmail] = useState('');
|
|
4
|
+
const [subscribed, setSubscribed] = useState(false);
|
|
5
|
+
const handleSubscribe = e => {
|
|
6
|
+
e.preventDefault();
|
|
7
|
+
if (email.trim()) {
|
|
8
|
+
setSubscribed(true);
|
|
9
|
+
setEmail('');
|
|
10
|
+
}
|
|
11
|
+
};
|
|
12
|
+
const footerLinks = [{
|
|
13
|
+
title: 'Product',
|
|
14
|
+
links: [{
|
|
15
|
+
label: 'AI Employees',
|
|
16
|
+
href: '/help-center/ai-employees'
|
|
17
|
+
}, {
|
|
18
|
+
label: 'Platform Features',
|
|
19
|
+
href: '/help-center/platform-features'
|
|
20
|
+
}, {
|
|
21
|
+
label: 'Integrations',
|
|
22
|
+
href: '/help-center/integrations'
|
|
23
|
+
}, {
|
|
24
|
+
label: 'OpenClaw',
|
|
25
|
+
href: '/help-center/openclaw'
|
|
26
|
+
}, {
|
|
27
|
+
label: 'Pricing',
|
|
28
|
+
href: '/help-center/subscription-billing/billing-overview'
|
|
29
|
+
}]
|
|
30
|
+
}, {
|
|
31
|
+
title: 'Resources',
|
|
32
|
+
links: [{
|
|
33
|
+
label: 'Help Center',
|
|
34
|
+
href: browserYantraRoutes.HELP_CENTER
|
|
35
|
+
}, {
|
|
36
|
+
label: 'API Reference',
|
|
37
|
+
href: '/help-center/scope-api'
|
|
38
|
+
}, {
|
|
39
|
+
label: 'Status Page',
|
|
40
|
+
href: browserYantraRoutes.STATUS
|
|
41
|
+
}, {
|
|
42
|
+
label: 'Release Notes',
|
|
43
|
+
href: browserYantraRoutes.RELEASE_NOTES
|
|
44
|
+
}, {
|
|
45
|
+
label: 'Community',
|
|
46
|
+
href: browserYantraRoutes.COMMUNITY
|
|
47
|
+
}]
|
|
48
|
+
}, {
|
|
49
|
+
title: 'Company',
|
|
50
|
+
links: [{
|
|
51
|
+
label: 'About',
|
|
52
|
+
href: browserYantraRoutes.ABOUT
|
|
53
|
+
}, {
|
|
54
|
+
label: 'Blog',
|
|
55
|
+
href: browserYantraRoutes.BLOG
|
|
56
|
+
}, {
|
|
57
|
+
label: 'Careers',
|
|
58
|
+
href: browserYantraRoutes.CAREERS
|
|
59
|
+
}, {
|
|
60
|
+
label: 'Contact',
|
|
61
|
+
href: browserYantraRoutes.CONTACT
|
|
62
|
+
}]
|
|
63
|
+
}, {
|
|
64
|
+
title: 'Legal',
|
|
65
|
+
links: [{
|
|
66
|
+
label: 'Privacy',
|
|
67
|
+
href: browserYantraRoutes.PRIVACY
|
|
68
|
+
}, {
|
|
69
|
+
label: 'Terms',
|
|
70
|
+
href: browserYantraRoutes.TERMS
|
|
71
|
+
}, {
|
|
72
|
+
label: 'Security',
|
|
73
|
+
href: '/help-center/security-compliance'
|
|
74
|
+
}, {
|
|
75
|
+
label: 'GDPR',
|
|
76
|
+
href: '/help-center/data-subject-privacy'
|
|
77
|
+
}]
|
|
78
|
+
}];
|
|
79
|
+
return jsxs("footer", {
|
|
80
|
+
className: "border-t border-border",
|
|
81
|
+
children: [jsx("div", {
|
|
82
|
+
className: "border-b border-border/50 bg-muted/30",
|
|
83
|
+
children: jsx("div", {
|
|
84
|
+
className: "container mx-auto max-w-7xl px-6 py-10 lg:px-16",
|
|
85
|
+
children: jsxs("div", {
|
|
86
|
+
className: "flex flex-col items-center justify-between gap-6 md:flex-row",
|
|
87
|
+
children: [jsxs("div", {
|
|
88
|
+
children: [jsx("h3", {
|
|
89
|
+
className: "text-lg font-bold text-foreground",
|
|
90
|
+
children: "Stay in the loop"
|
|
91
|
+
}), jsx("p", {
|
|
92
|
+
className: "mt-1 text-sm text-muted-foreground",
|
|
93
|
+
children: "Get product updates, new features, and tips delivered to your inbox."
|
|
94
|
+
})]
|
|
95
|
+
}), subscribed ? jsxs("div", {
|
|
96
|
+
className: "inline-flex items-center gap-2 rounded-xl border border-emerald-500/20 bg-emerald-500/10 px-5 py-3 text-sm font-medium text-emerald-600",
|
|
97
|
+
children: [jsx(Icons.MdCheckIcon, {
|
|
98
|
+
className: "h-4 w-4 text-emerald-600"
|
|
99
|
+
}), "You're subscribed!"]
|
|
100
|
+
}) : jsxs("form", {
|
|
101
|
+
onSubmit: handleSubscribe,
|
|
102
|
+
className: "flex w-full max-w-md",
|
|
103
|
+
children: [jsx("input", {
|
|
104
|
+
type: "email",
|
|
105
|
+
placeholder: "Enter your email",
|
|
106
|
+
value: email,
|
|
107
|
+
onChange: e => setEmail(e.target.value),
|
|
108
|
+
className: "h-11 flex-1 rounded-l-xl border border-border bg-background px-4 text-sm text-foreground placeholder-muted-foreground outline-none focus:border-primary focus:ring-1 focus:ring-primary",
|
|
109
|
+
required: true
|
|
110
|
+
}), jsx("button", {
|
|
111
|
+
type: "submit",
|
|
112
|
+
className: "rounded-r-xl bg-gradient-to-r from-cyan-500 to-blue-600 px-5 text-sm font-semibold text-white transition-all hover:from-cyan-400 hover:to-blue-500 hover:shadow-lg hover:shadow-cyan-500/20",
|
|
113
|
+
children: "Subscribe"
|
|
114
|
+
})]
|
|
58
115
|
})]
|
|
59
|
-
})
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
116
|
+
})
|
|
117
|
+
})
|
|
118
|
+
}), jsxs("div", {
|
|
119
|
+
className: "container mx-auto max-w-7xl px-6 py-14 lg:px-16",
|
|
120
|
+
children: [jsxs("div", {
|
|
121
|
+
className: "grid gap-10 sm:grid-cols-2 lg:grid-cols-6",
|
|
122
|
+
children: [jsxs("div", {
|
|
123
|
+
className: "lg:col-span-2",
|
|
124
|
+
children: [jsx("div", {
|
|
125
|
+
style: {
|
|
126
|
+
justifySelf: 'left',
|
|
127
|
+
display: 'flex'
|
|
128
|
+
},
|
|
129
|
+
children: jsx(Logo, {})
|
|
130
|
+
}), jsx("p", {
|
|
131
|
+
className: "mt-2 max-w-xs text-sm leading-relaxed text-muted-foreground",
|
|
132
|
+
children: "AI employees that work alongside your team \u2014 handling tasks, monitoring systems, and escalating intelligently."
|
|
133
|
+
}), jsx("div", {
|
|
134
|
+
className: "mt-6 flex items-center gap-2.5",
|
|
135
|
+
children: [{
|
|
136
|
+
name: 'Twitter',
|
|
137
|
+
href: '#'
|
|
138
|
+
}, {
|
|
139
|
+
name: 'GitHub',
|
|
140
|
+
href: '#'
|
|
141
|
+
}, {
|
|
142
|
+
name: 'LinkedIn',
|
|
143
|
+
href: 'https://www.linkedin.com/company/yantra-app'
|
|
144
|
+
}, {
|
|
145
|
+
name: 'YouTube',
|
|
146
|
+
href: '#'
|
|
147
|
+
}].map(social => {
|
|
148
|
+
const SocialIcon = social.name === 'Twitter' ? Icons.FaTwitterIcon : social.name === 'GitHub' ? Icons.FaGithubIcon : social.name === 'LinkedIn' ? Icons.FaLinkedinIcon : Icons.FaYoutubeIcon;
|
|
149
|
+
return jsxs("a", {
|
|
150
|
+
href: social.href,
|
|
151
|
+
target: social.href !== '#' ? '_blank' : undefined,
|
|
152
|
+
rel: social.href !== '#' ? 'noopener noreferrer' : undefined,
|
|
153
|
+
className: "flex h-9 w-9 items-center justify-center rounded-xl border border-border/50 text-muted-foreground transition-all duration-200 hover:border-border hover:text-foreground hover:bg-muted/50 hover:-translate-y-0.5",
|
|
154
|
+
children: [jsx("span", {
|
|
155
|
+
className: "sr-only",
|
|
156
|
+
children: social.name
|
|
157
|
+
}), jsx(SocialIcon, {
|
|
158
|
+
className: "h-4 w-4",
|
|
159
|
+
"aria-hidden": "true"
|
|
160
|
+
})]
|
|
161
|
+
}, social.name);
|
|
72
162
|
})
|
|
73
163
|
})]
|
|
74
|
-
}), jsxs("
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
d: "M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0112 6.844c.85.004 1.705.115 2.504.337 1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0022 12.017C22 6.484 17.522 2 12 2z",
|
|
88
|
-
clipRule: "evenodd"
|
|
89
|
-
})
|
|
164
|
+
}), footerLinks.map(section => jsxs("div", {
|
|
165
|
+
children: [jsx("h4", {
|
|
166
|
+
className: "text-[11px] font-bold uppercase tracking-[0.15em] text-muted-foreground/60",
|
|
167
|
+
children: section.title
|
|
168
|
+
}), jsx("ul", {
|
|
169
|
+
className: "mt-4 space-y-2.5",
|
|
170
|
+
children: section.links.map(link => jsx("li", {
|
|
171
|
+
children: jsx(Link, {
|
|
172
|
+
to: link.href,
|
|
173
|
+
className: "text-sm text-muted-foreground transition-colors duration-200 hover:text-foreground",
|
|
174
|
+
children: link.label
|
|
175
|
+
})
|
|
176
|
+
}, link.label))
|
|
90
177
|
})]
|
|
91
|
-
})]
|
|
178
|
+
}, section.title))]
|
|
92
179
|
}), jsxs("div", {
|
|
93
|
-
className: "
|
|
94
|
-
children: ["
|
|
180
|
+
className: "mt-14 flex flex-col items-center justify-between gap-4 border-t border-border/50 pt-8 sm:flex-row",
|
|
181
|
+
children: [jsxs("p", {
|
|
182
|
+
className: "text-[12px] text-muted-foreground/60",
|
|
183
|
+
children: ["\u00A9 ", currentYear, " Yantra Inc. All rights reserved."]
|
|
184
|
+
}), jsxs("p", {
|
|
185
|
+
className: "text-[12px] text-muted-foreground/60",
|
|
186
|
+
children: ["Built with ", jsx("span", {
|
|
187
|
+
className: "text-red-500",
|
|
188
|
+
children: "\u2665"
|
|
189
|
+
}), " for teams that ship fast"]
|
|
190
|
+
})]
|
|
95
191
|
})]
|
|
96
|
-
})
|
|
192
|
+
})]
|
|
97
193
|
});
|
|
98
194
|
};export{HelpCenterFooter};//# sourceMappingURL=HelpCenterFooter.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HelpCenterFooter.js","sources":["../../src/components/HelpCenterFooter.tsx"],"sourcesContent":[null],"names":[
|
|
1
|
+
{"version":3,"file":"HelpCenterFooter.js","sources":["../../src/components/HelpCenterFooter.tsx"],"sourcesContent":[null],"names":[],"mappings":"sNAMO,MAAM,gBAAgB,GAAa,MAAK;QACrC,WAAA,OAAkB,IAAA,EAAI,YAAG,EAAW;QACpC,CAAA,KAAM,EAAA,QAAU,CAAA,WAAY,CAAA,EAAC,CAAE;QAC/B,CAAA,UAAW,EAAA,aAAe,CAAA,WAAY,CAAA,KAAM,CAAA;AAElD,EAAA,MAAA,eAAqB,GAAA,CAAA;oBACD,EAAA;AAChB,IAAA,IAAA,KAAS,CAAA,IAAC,EAAI,EAAA;mBACG,CAAA,IAAA,CAAA;cACL,CAAA,EAAA,CAAA;;AAEhB,GAAA;AAEA,EAAA,MAAA,cAAoB,CAAA;AAChB,IAAA,KAAA,EAAA,SAAA;AACI,IAAA,KAAA,EAAA,CAAA;AACA,MAAA,KAAA,EAAA,cAAO;AACH,MAAA,IAAA,EAAA;AACA,KAAA,EAAA;AACA,MAAA,KAAA,EAAA,mBAAS;AACT,MAAA,IAAA,EAAA;AACA,KAAA,EAAA;AACH,MAAA,KAAA,EAAA,cAAA;AACJ,MAAA,IAAA,EAAA;AACD,KAAA,EAAA;AACI,MAAA,KAAA,EAAA,UAAkB;AAClB,MAAA,IAAA,EAAA;;AAEI,MAAA,KAAA,EAAA;;;;AAIH,IAAA,KAAA,EAAA,WAAA;AACJ,IAAA,KAAA,EAAA,CAAA;AACD,MAAA,KAAA,EAAA,aAAA;AACI,MAAA,IAAA,EAAA,mBAAgB,CAAA;AAChB,KAAA,EAAA;4BACoB;;;0BAGE;AACrB,MAAA,IAAA,EAAA,mBAAA,CAAA;AACJ,KAAA,EAAA;AACD,MAAA,KAAA,EAAA,eAAA;AACI,MAAA,IAAA,EAAA,mBAAc,CAAA;AACd,KAAA,EAAA;;+BAEoB,CAAA;AAChB,KAAA;AACA,GAAA,EAAA;AACH,IAAA,KAAA,EAAA,SAAA;AACJ,IAAA,KAAA,EAAA,CAAA;MACH,KAAA,EAAA,OAAA;AAEF,MAAA,IAAA,EACI,mBAAQ,CAAA;AAoDgB,KAAA,EAAA;AACA,MAAA,KAAA,EAAA,MAAA;AACA,MAAA,IAAA,EAAA,mBAAA,CAAA;AACA,KAAA,EAAA;AACH,MAAA,KAAA,EAAA,SAAA;AACG,MAAA,IAAA,EAAA,mBAAA,CAAA;;AAGQ,MAAA,KAAA,EAAA,SAAA;;AAEA,KAAA;;AAEA,IAAA,KAAA,EAAA,OAAA;AACR,IAAA,KAAA,EAAA,CAAA;;AAkDhC,MAAE,IAAA,EAAA,mBAAA,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,7 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
|
|
3
|
-
onSearch?: (query: string) => void;
|
|
4
|
-
}
|
|
5
|
-
export declare const HelpCenterHeader: React.FC<HelpCenterHeaderProps>;
|
|
6
|
-
export {};
|
|
2
|
+
export declare const HelpCenterHeader: React.FC<any>;
|
|
7
3
|
//# sourceMappingURL=HelpCenterHeader.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HelpCenterHeader.d.ts","sourceRoot":"","sources":["../../src/components/HelpCenterHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"HelpCenterHeader.d.ts","sourceRoot":"","sources":["../../src/components/HelpCenterHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,eAAO,MAAM,gBAAgB,EAAE,KAAK,CAAC,EAAE,CAAC,GAAG,CA+I1C,CAAC"}
|
|
@@ -1,80 +1,134 @@
|
|
|
1
|
-
import {jsxs,jsx}from'react/jsx-runtime';import {
|
|
2
|
-
|
|
3
|
-
}) => {
|
|
4
|
-
const [searchQuery, setSearchQuery] = useState('');
|
|
5
|
-
const handleSearch = e => {
|
|
6
|
-
e.preventDefault();
|
|
7
|
-
if (onSearch && searchQuery.trim()) {
|
|
8
|
-
onSearch(searchQuery);
|
|
9
|
-
}
|
|
10
|
-
};
|
|
1
|
+
import {jsxs,jsx}from'react/jsx-runtime';import {SearchBar}from'./SearchBar.js';import {Icons}from'./Icons.js';const CUSTOMER_LOGOS = ['Stripe', 'Shopify', 'Notion', 'Vercel', 'Linear', 'Figma'];
|
|
2
|
+
const HelpCenterHeader = props => {
|
|
11
3
|
return jsxs("div", {
|
|
12
|
-
className: "relative overflow-hidden w-full
|
|
13
|
-
children: [
|
|
14
|
-
className: "absolute inset-0 bg-[#
|
|
15
|
-
children:
|
|
16
|
-
className: "absolute inset-0
|
|
4
|
+
className: "relative overflow-hidden w-full",
|
|
5
|
+
children: [jsxs("div", {
|
|
6
|
+
className: "absolute inset-0 bg-[#060b18]",
|
|
7
|
+
children: [jsxs("div", {
|
|
8
|
+
className: "absolute inset-0",
|
|
9
|
+
children: [jsx("div", {
|
|
10
|
+
className: "absolute top-[-20%] left-[10%] h-[600px] w-[600px] rounded-full opacity-20 blur-[120px]",
|
|
11
|
+
style: {
|
|
12
|
+
background: 'radial-gradient(circle, #06b6d4, transparent 70%)',
|
|
13
|
+
animation: 'float1 8s ease-in-out infinite'
|
|
14
|
+
}
|
|
15
|
+
}), jsx("div", {
|
|
16
|
+
className: "absolute top-[10%] right-[5%] h-[500px] w-[500px] rounded-full opacity-15 blur-[120px]",
|
|
17
|
+
style: {
|
|
18
|
+
background: 'radial-gradient(circle, #8b5cf6, transparent 70%)',
|
|
19
|
+
animation: 'float2 10s ease-in-out infinite'
|
|
20
|
+
}
|
|
21
|
+
}), jsx("div", {
|
|
22
|
+
className: "absolute bottom-[-10%] left-[40%] h-[400px] w-[400px] rounded-full opacity-10 blur-[100px]",
|
|
23
|
+
style: {
|
|
24
|
+
background: 'radial-gradient(circle, #ec4899, transparent 70%)',
|
|
25
|
+
animation: 'float3 12s ease-in-out infinite'
|
|
26
|
+
}
|
|
27
|
+
})]
|
|
28
|
+
}), jsx("div", {
|
|
29
|
+
className: "absolute inset-0 opacity-[0.03]",
|
|
17
30
|
style: {
|
|
18
|
-
backgroundImage:
|
|
19
|
-
backgroundSize: '
|
|
31
|
+
backgroundImage: 'radial-gradient(rgba(255,255,255,0.8) 1px, transparent 1px)',
|
|
32
|
+
backgroundSize: '24px 24px'
|
|
20
33
|
}
|
|
21
|
-
})
|
|
34
|
+
}), jsx("div", {
|
|
35
|
+
className: "absolute top-20 left-[15%] h-3 w-3 rounded-full border border-cyan-500/30",
|
|
36
|
+
style: {
|
|
37
|
+
animation: 'floatShape 6s ease-in-out infinite'
|
|
38
|
+
}
|
|
39
|
+
}), jsx("div", {
|
|
40
|
+
className: "absolute top-40 right-[20%] h-2 w-2 bg-violet-500/40 rotate-45",
|
|
41
|
+
style: {
|
|
42
|
+
animation: 'floatShape 8s ease-in-out infinite 1s'
|
|
43
|
+
}
|
|
44
|
+
}), jsx("div", {
|
|
45
|
+
className: "absolute bottom-32 left-[25%] h-4 w-4 rounded-full border border-pink-500/20",
|
|
46
|
+
style: {
|
|
47
|
+
animation: 'floatShape 7s ease-in-out infinite 2s'
|
|
48
|
+
}
|
|
49
|
+
}), jsx("div", {
|
|
50
|
+
className: "absolute top-32 right-[35%] h-2.5 w-2.5 bg-cyan-500/30 rounded-sm rotate-12",
|
|
51
|
+
style: {
|
|
52
|
+
animation: 'floatShape 9s ease-in-out infinite 0.5s'
|
|
53
|
+
}
|
|
54
|
+
}), jsx("div", {
|
|
55
|
+
className: "absolute bottom-40 right-[15%] h-3 w-3 border border-emerald-500/25 rounded-full",
|
|
56
|
+
style: {
|
|
57
|
+
animation: 'floatShape 7s ease-in-out infinite 3s'
|
|
58
|
+
}
|
|
59
|
+
})]
|
|
60
|
+
}), jsx("style", {
|
|
61
|
+
dangerouslySetInnerHTML: {
|
|
62
|
+
__html: `
|
|
63
|
+
@keyframes float1 { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(30px, -30px); } }
|
|
64
|
+
@keyframes float2 { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(-20px, 20px); } }
|
|
65
|
+
@keyframes float3 { 0%, 100% { transform: translate(0, 0); } 50% { transform: translate(25px, -15px); } }
|
|
66
|
+
@keyframes floatShape { 0%, 100% { transform: translateY(0) rotate(0deg); opacity: 0.3; } 50% { transform: translateY(-12px) rotate(180deg); opacity: 0.7; } }
|
|
67
|
+
@keyframes shimmer { 0% { background-position: -200% center; } 100% { background-position: 200% center; } }
|
|
68
|
+
@keyframes pulseGlow { 0%, 100% { opacity: 0.5; } 50% { opacity: 1; } }
|
|
69
|
+
@keyframes fadeInUp { 0% { opacity: 0; transform: translateY(16px); } 100% { opacity: 1; transform: translateY(0); } }
|
|
70
|
+
`
|
|
71
|
+
}
|
|
22
72
|
}), jsx("div", {
|
|
23
|
-
className: "relative z-10 mx-auto flex min-h-[
|
|
73
|
+
className: "relative z-10 mx-auto flex min-h-[560px] max-w-7xl flex-col items-center justify-center px-6 pt-24 pb-16 text-center lg:px-16",
|
|
24
74
|
children: jsxs("div", {
|
|
25
|
-
className: "max-w-4xl",
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
className: "mb-
|
|
31
|
-
children: "
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
children: [jsx("div", {
|
|
40
|
-
className: "pointer-events-none absolute inset-y-0 left-0 flex items-center pl-6",
|
|
41
|
-
children: jsx("svg", {
|
|
42
|
-
className: "h-6 w-6 text-gray-400",
|
|
43
|
-
fill: "none",
|
|
44
|
-
viewBox: "0 0 24 24",
|
|
45
|
-
stroke: "currentColor",
|
|
46
|
-
children: jsx("path", {
|
|
47
|
-
strokeLinecap: "round",
|
|
48
|
-
strokeLinejoin: "round",
|
|
49
|
-
strokeWidth: 2,
|
|
50
|
-
d: "M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"
|
|
51
|
-
})
|
|
52
|
-
})
|
|
53
|
-
}), jsx("input", {
|
|
54
|
-
type: "text",
|
|
55
|
-
className: "h-16 w-full bg-transparent py-6 pl-16 pr-6 text-lg text-gray-900 placeholder-gray-500 outline-none",
|
|
56
|
-
placeholder: "Search help center...",
|
|
57
|
-
value: searchQuery,
|
|
58
|
-
onChange: e => setSearchQuery(e.target.value)
|
|
75
|
+
className: "max-w-4xl w-full",
|
|
76
|
+
style: {
|
|
77
|
+
overflow: 'visible'
|
|
78
|
+
},
|
|
79
|
+
children: [jsxs("div", {
|
|
80
|
+
className: "mb-6 flex flex-wrap items-center justify-center gap-3",
|
|
81
|
+
children: [jsxs("div", {
|
|
82
|
+
className: "inline-flex items-center gap-2 rounded-full border border-emerald-500/20 bg-emerald-500/[0.08] px-3.5 py-1.5 text-[12px] font-medium text-emerald-400 backdrop-blur-md",
|
|
83
|
+
children: [jsxs("span", {
|
|
84
|
+
className: "relative flex h-1.5 w-1.5",
|
|
85
|
+
children: [jsx("span", {
|
|
86
|
+
className: "absolute inline-flex h-full w-full animate-ping rounded-full bg-emerald-400 opacity-75"
|
|
87
|
+
}), jsx("span", {
|
|
88
|
+
className: "relative inline-flex h-1.5 w-1.5 rounded-full bg-emerald-500"
|
|
59
89
|
})]
|
|
60
|
-
}),
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
90
|
+
}), "All systems operational"]
|
|
91
|
+
}), jsxs("div", {
|
|
92
|
+
className: "inline-flex items-center gap-1.5 rounded-full border border-white/[0.06] bg-white/[0.03] px-3.5 py-1.5 text-[12px] font-medium text-white/40 backdrop-blur-md",
|
|
93
|
+
children: [jsx(Icons.StarIcon, {
|
|
94
|
+
className: "h-3.5 w-3.5 text-amber-500"
|
|
95
|
+
}), "Trusted by 10,000+ teams"]
|
|
96
|
+
})]
|
|
97
|
+
}), jsxs("h1", {
|
|
98
|
+
className: "mb-5 text-4xl font-extrabold leading-[1.08] tracking-tight text-white sm:text-5xl lg:text-[64px]",
|
|
99
|
+
children: ["Find answers", ' ', jsx("span", {
|
|
100
|
+
className: "bg-clip-text text-transparent",
|
|
101
|
+
style: {
|
|
102
|
+
backgroundImage: 'linear-gradient(135deg, #06b6d4, #3b82f6, #8b5cf6, #ec4899)',
|
|
103
|
+
backgroundSize: '200% auto',
|
|
104
|
+
animation: 'shimmer 4s linear infinite'
|
|
105
|
+
},
|
|
106
|
+
children: "instantly"
|
|
107
|
+
})]
|
|
108
|
+
}), jsx("p", {
|
|
109
|
+
className: "mx-auto mb-10 max-w-xl text-base font-normal leading-relaxed text-white/45 lg:text-[17px]",
|
|
110
|
+
children: "Browse 117+ articles, step-by-step guides, and video tutorials. Everything you need to master Yantra AI employees."
|
|
111
|
+
}), jsx(SearchBar, {}), jsxs("div", {
|
|
112
|
+
className: "mt-14",
|
|
113
|
+
children: [jsx("p", {
|
|
114
|
+
className: "mb-4 text-[11px] font-medium uppercase tracking-[0.2em] text-white/20",
|
|
115
|
+
children: "Powering teams at"
|
|
116
|
+
}), jsx("div", {
|
|
117
|
+
className: "flex flex-wrap items-center justify-center gap-8",
|
|
118
|
+
children: CUSTOMER_LOGOS.map(name => jsx("span", {
|
|
119
|
+
className: "text-[15px] font-semibold tracking-wide text-white/[0.15] transition-colors duration-300 hover:text-white/40",
|
|
120
|
+
children: name
|
|
121
|
+
}, name))
|
|
122
|
+
})]
|
|
76
123
|
})]
|
|
77
124
|
})
|
|
125
|
+
}), jsxs("div", {
|
|
126
|
+
className: "relative z-10",
|
|
127
|
+
children: [jsx("div", {
|
|
128
|
+
className: "h-px bg-gradient-to-r from-transparent via-cyan-500/20 to-transparent"
|
|
129
|
+
}), jsx("div", {
|
|
130
|
+
className: "h-20 bg-gradient-to-b from-[#060b18] to-background"
|
|
131
|
+
})]
|
|
78
132
|
})]
|
|
79
133
|
});
|
|
80
134
|
};export{HelpCenterHeader};//# sourceMappingURL=HelpCenterHeader.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HelpCenterHeader.js","sources":["../../src/components/HelpCenterHeader.tsx"],"sourcesContent":[null],"names":["_jsxs","_jsx"],"mappings":"
|
|
1
|
+
{"version":3,"file":"HelpCenterHeader.js","sources":["../../src/components/HelpCenterHeader.tsx"],"sourcesContent":[null],"names":["_jsxs","_jsx"],"mappings":"+GAIA,MAAM,cAAc,GAAG,CAAC,QAAQ,EAAE,SAAS,EAAE,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,OAAO,CAAC;AAEtE,MAAA,gBAAgB,GAAkB,KAAC,IAAS;SAC9CA;AASiB,IAAA,SAAA,EAAA,iCAAY;AACZ,IAAA,QAAA,EAAA,CAAAA,IAAA,CAAA,KAAA,EAAA;AACH,MAAA,SAAA,EAAA,+BAGD;AAEI,MAAA,QAAA,EAAA,CAAAA,IAAA,CAAA,KAAA,EAAA;AACA,QAAA,SAAA,EAAA,kBAAA;AACH,QAAA,QAAA,EAAA,CAAAC,GAAA,CAAA,KAAA,EAAA;AAKG,UAAA,SAAA,EAAA,yFAA+D;AAC/D,UAAA,KAAA,EAAA;2EAOmC;AAEvC,YAAA,SAAA,EAAA;AACA;AACH,SAAA,CAAA,EAAAA,GAAA,CAAA,KAAA,EAAA;AA6BD,UAAA,SAAA,EAAA,wFAAQ;;;;;;;;AAQf,YAAA,UAAA,EAAA,mDAAA;AACI,YAAA,WAIA;AAuBe;AACA,SAAA,CAAA;AACA,OAAA,CAAA,EAAAA,GAAA,CAAA,KAAA,EAAA;AACH,QAAA,SAAA,EAAA,iCAAA;AAuC7B,QAAE,KAAA,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export declare const Icons: {
|
|
3
|
+
GettingStarted: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
AccountManagement: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
Billing: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
ProductFeatures: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
Troubleshooting: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
Api: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
Security: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
10
|
+
Feedback: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
Contact: (props: React.SVGProps<SVGSVGElement>) => import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
StripeIcon: import("@react-icons/all-files/lib").IconType;
|
|
13
|
+
ShopifyIcon: import("@react-icons/all-files/lib").IconType;
|
|
14
|
+
NotionIcon: import("@react-icons/all-files/lib").IconType;
|
|
15
|
+
VercelIcon: import("@react-icons/all-files/lib").IconType;
|
|
16
|
+
LinearIcon: import("@react-icons/all-files/lib").IconType;
|
|
17
|
+
FigmaIcon: import("@react-icons/all-files/lib").IconType;
|
|
18
|
+
StarIcon: import("@react-icons/all-files/lib").IconType;
|
|
19
|
+
ArrowRightIcon: import("@react-icons/all-files/lib").IconType;
|
|
20
|
+
ArrowLeftIcon: import("@react-icons/all-files/lib").IconType;
|
|
21
|
+
ArrowUpIcon: import("@react-icons/all-files/lib").IconType;
|
|
22
|
+
ArrowDownIcon: import("@react-icons/all-files/lib").IconType;
|
|
23
|
+
KeyboardArrowRightIcon: import("@react-icons/all-files/lib").IconType;
|
|
24
|
+
KeyboardArrowLeftIcon: import("@react-icons/all-files/lib").IconType;
|
|
25
|
+
KeyboardArrowUpIcon: import("@react-icons/all-files/lib").IconType;
|
|
26
|
+
KeyboardArrowDownIcon: import("@react-icons/all-files/lib").IconType;
|
|
27
|
+
MdInfoIcon: import("@react-icons/all-files/lib").IconType;
|
|
28
|
+
MdWorkIcon: import("@react-icons/all-files/lib").IconType;
|
|
29
|
+
MdContactMailIcon: import("@react-icons/all-files/lib").IconType;
|
|
30
|
+
MdLockIcon: import("@react-icons/all-files/lib").IconType;
|
|
31
|
+
MdDescriptionIcon: import("@react-icons/all-files/lib").IconType;
|
|
32
|
+
MdNewReleasesIcon: import("@react-icons/all-files/lib").IconType;
|
|
33
|
+
MdGroupIcon: import("@react-icons/all-files/lib").IconType;
|
|
34
|
+
MdCheckCircleIcon: import("@react-icons/all-files/lib").IconType;
|
|
35
|
+
MdCheckIcon: import("@react-icons/all-files/lib").IconType;
|
|
36
|
+
MdMenuIcon: import("@react-icons/all-files/lib").IconType;
|
|
37
|
+
MdCloseIcon: import("@react-icons/all-files/lib").IconType;
|
|
38
|
+
MdBrightness5Icon: import("@react-icons/all-files/lib").IconType;
|
|
39
|
+
MdBrightness2Icon: import("@react-icons/all-files/lib").IconType;
|
|
40
|
+
MdChevronRightIcon: import("@react-icons/all-files/lib").IconType;
|
|
41
|
+
MdArrowBackIcon: import("@react-icons/all-files/lib").IconType;
|
|
42
|
+
MdSearchIcon: import("@react-icons/all-files/lib").IconType;
|
|
43
|
+
MdScheduleIcon: import("@react-icons/all-files/lib").IconType;
|
|
44
|
+
MdMoodBadIcon: import("@react-icons/all-files/lib").IconType;
|
|
45
|
+
MdViewListIcon: import("@react-icons/all-files/lib").IconType;
|
|
46
|
+
MdForumIcon: import("@react-icons/all-files/lib").IconType;
|
|
47
|
+
MdMailIcon: import("@react-icons/all-files/lib").IconType;
|
|
48
|
+
FaGithubIcon: import("@react-icons/all-files/lib").IconType;
|
|
49
|
+
FaTwitterIcon: import("@react-icons/all-files/lib").IconType;
|
|
50
|
+
FaLinkedinIcon: import("@react-icons/all-files/lib").IconType;
|
|
51
|
+
FaYoutubeIcon: import("@react-icons/all-files/lib").IconType;
|
|
52
|
+
FiSearchIcon: import("@react-icons/all-files/lib").IconType;
|
|
53
|
+
HiOutlineSparklesIcon: import("@react-icons/all-files/lib").IconType;
|
|
54
|
+
};
|
|
55
|
+
//# sourceMappingURL=Icons.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Icons.d.ts","sourceRoot":"","sources":["../../src/components/Icons.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AA4C1B,eAAO,MAAM,KAAK;4BACU,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;+BAgB1B,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;qBAevC,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;6BAerB,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;6BAc7B,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;iBAgBzC,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;sBAexB,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;sBAc7B,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;qBAc9B,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyDjD,CAAC"}
|