@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
|
@@ -4,7 +4,7 @@ import {jsxs,jsx}from'react/jsx-runtime';const HelpCenterIcons = {
|
|
|
4
4
|
viewBox: "0 0 24 24",
|
|
5
5
|
fill: "none",
|
|
6
6
|
stroke: "currentColor",
|
|
7
|
-
strokeWidth: "
|
|
7
|
+
strokeWidth: "1.5",
|
|
8
8
|
strokeLinecap: "round",
|
|
9
9
|
strokeLinejoin: "round",
|
|
10
10
|
width: "24",
|
|
@@ -15,51 +15,51 @@ import {jsxs,jsx}from'react/jsx-runtime';const HelpCenterIcons = {
|
|
|
15
15
|
cy: "12",
|
|
16
16
|
r: "10"
|
|
17
17
|
}), jsx("path", {
|
|
18
|
-
d: "
|
|
18
|
+
d: "M12 16v-4"
|
|
19
19
|
}), jsx("path", {
|
|
20
|
-
d: "M12
|
|
20
|
+
d: "M12 8h.01"
|
|
21
21
|
})]
|
|
22
22
|
}),
|
|
23
|
-
Pro: props =>
|
|
23
|
+
Pro: props => jsx("svg", {
|
|
24
24
|
xmlns: "http://www.w3.org/2000/svg",
|
|
25
25
|
viewBox: "0 0 24 24",
|
|
26
26
|
fill: "none",
|
|
27
27
|
stroke: "currentColor",
|
|
28
|
-
strokeWidth: "
|
|
28
|
+
strokeWidth: "1.5",
|
|
29
29
|
strokeLinecap: "round",
|
|
30
30
|
strokeLinejoin: "round",
|
|
31
31
|
width: "24",
|
|
32
32
|
height: "24",
|
|
33
33
|
...props,
|
|
34
|
-
children:
|
|
35
|
-
|
|
36
|
-
})
|
|
37
|
-
d: "m16 13-3-3-3 3"
|
|
38
|
-
}), jsx("path", {
|
|
39
|
-
d: "M13 10v6"
|
|
40
|
-
})]
|
|
34
|
+
children: jsx("polygon", {
|
|
35
|
+
points: "12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2"
|
|
36
|
+
})
|
|
41
37
|
}),
|
|
42
|
-
Features: props =>
|
|
38
|
+
Features: props => jsxs("svg", {
|
|
43
39
|
xmlns: "http://www.w3.org/2000/svg",
|
|
44
40
|
viewBox: "0 0 24 24",
|
|
45
41
|
fill: "none",
|
|
46
42
|
stroke: "currentColor",
|
|
47
|
-
strokeWidth: "
|
|
43
|
+
strokeWidth: "1.5",
|
|
48
44
|
strokeLinecap: "round",
|
|
49
45
|
strokeLinejoin: "round",
|
|
50
46
|
width: "24",
|
|
51
47
|
height: "24",
|
|
52
48
|
...props,
|
|
53
|
-
children: jsx("path", {
|
|
54
|
-
d: "
|
|
55
|
-
})
|
|
49
|
+
children: [jsx("path", {
|
|
50
|
+
d: "M12 2L2 7l10 5 10-5-10-5z"
|
|
51
|
+
}), jsx("path", {
|
|
52
|
+
d: "M2 17l10 5 10-5"
|
|
53
|
+
}), jsx("path", {
|
|
54
|
+
d: "M2 12l10 5 10-5"
|
|
55
|
+
})]
|
|
56
56
|
}),
|
|
57
57
|
Subscription: props => jsxs("svg", {
|
|
58
58
|
xmlns: "http://www.w3.org/2000/svg",
|
|
59
59
|
viewBox: "0 0 24 24",
|
|
60
60
|
fill: "none",
|
|
61
61
|
stroke: "currentColor",
|
|
62
|
-
strokeWidth: "
|
|
62
|
+
strokeWidth: "1.5",
|
|
63
63
|
strokeLinecap: "round",
|
|
64
64
|
strokeLinejoin: "round",
|
|
65
65
|
width: "24",
|
|
@@ -83,16 +83,22 @@ import {jsxs,jsx}from'react/jsx-runtime';const HelpCenterIcons = {
|
|
|
83
83
|
viewBox: "0 0 24 24",
|
|
84
84
|
fill: "none",
|
|
85
85
|
stroke: "currentColor",
|
|
86
|
-
strokeWidth: "
|
|
86
|
+
strokeWidth: "1.5",
|
|
87
87
|
strokeLinecap: "round",
|
|
88
88
|
strokeLinejoin: "round",
|
|
89
89
|
width: "24",
|
|
90
90
|
height: "24",
|
|
91
91
|
...props,
|
|
92
|
-
children: [jsx("
|
|
93
|
-
|
|
92
|
+
children: [jsx("circle", {
|
|
93
|
+
cx: "11",
|
|
94
|
+
cy: "11",
|
|
95
|
+
r: "8"
|
|
94
96
|
}), jsx("path", {
|
|
95
97
|
d: "m21 21-4.3-4.3"
|
|
98
|
+
}), jsx("path", {
|
|
99
|
+
d: "M11 8v6"
|
|
100
|
+
}), jsx("path", {
|
|
101
|
+
d: "M8 11h6"
|
|
96
102
|
})]
|
|
97
103
|
}),
|
|
98
104
|
Enterprise: props => jsxs("svg", {
|
|
@@ -100,16 +106,22 @@ import {jsxs,jsx}from'react/jsx-runtime';const HelpCenterIcons = {
|
|
|
100
106
|
viewBox: "0 0 24 24",
|
|
101
107
|
fill: "none",
|
|
102
108
|
stroke: "currentColor",
|
|
103
|
-
strokeWidth: "
|
|
109
|
+
strokeWidth: "1.5",
|
|
104
110
|
strokeLinecap: "round",
|
|
105
111
|
strokeLinejoin: "round",
|
|
106
112
|
width: "24",
|
|
107
113
|
height: "24",
|
|
108
114
|
...props,
|
|
109
|
-
children: [jsx("
|
|
110
|
-
|
|
115
|
+
children: [jsx("rect", {
|
|
116
|
+
x: "2",
|
|
117
|
+
y: "7",
|
|
118
|
+
width: "20",
|
|
119
|
+
height: "14",
|
|
120
|
+
rx: "2"
|
|
111
121
|
}), jsx("path", {
|
|
112
|
-
d: "
|
|
122
|
+
d: "M16 7V5a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v2"
|
|
123
|
+
}), jsx("path", {
|
|
124
|
+
d: "M12 12h.01"
|
|
113
125
|
})]
|
|
114
126
|
}),
|
|
115
127
|
Account: props => jsxs("svg", {
|
|
@@ -117,18 +129,18 @@ import {jsxs,jsx}from'react/jsx-runtime';const HelpCenterIcons = {
|
|
|
117
129
|
viewBox: "0 0 24 24",
|
|
118
130
|
fill: "none",
|
|
119
131
|
stroke: "currentColor",
|
|
120
|
-
strokeWidth: "
|
|
132
|
+
strokeWidth: "1.5",
|
|
121
133
|
strokeLinecap: "round",
|
|
122
134
|
strokeLinejoin: "round",
|
|
123
135
|
width: "24",
|
|
124
136
|
height: "24",
|
|
125
137
|
...props,
|
|
126
|
-
children: [jsx("
|
|
127
|
-
d: "M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2"
|
|
128
|
-
}), jsx("circle", {
|
|
138
|
+
children: [jsx("circle", {
|
|
129
139
|
cx: "12",
|
|
130
|
-
cy: "
|
|
131
|
-
r: "
|
|
140
|
+
cy: "8",
|
|
141
|
+
r: "5"
|
|
142
|
+
}), jsx("path", {
|
|
143
|
+
d: "M20 21a8 8 0 1 0-16 0"
|
|
132
144
|
})]
|
|
133
145
|
}),
|
|
134
146
|
Assistant: props => jsxs("svg", {
|
|
@@ -136,20 +148,28 @@ import {jsxs,jsx}from'react/jsx-runtime';const HelpCenterIcons = {
|
|
|
136
148
|
viewBox: "0 0 24 24",
|
|
137
149
|
fill: "none",
|
|
138
150
|
stroke: "currentColor",
|
|
139
|
-
strokeWidth: "
|
|
151
|
+
strokeWidth: "1.5",
|
|
140
152
|
strokeLinecap: "round",
|
|
141
153
|
strokeLinejoin: "round",
|
|
142
154
|
width: "24",
|
|
143
155
|
height: "24",
|
|
144
156
|
...props,
|
|
145
|
-
children: [jsx("
|
|
157
|
+
children: [jsx("path", {
|
|
158
|
+
d: "M12 8V4H8"
|
|
159
|
+
}), jsx("rect", {
|
|
146
160
|
width: "16",
|
|
147
|
-
height: "
|
|
161
|
+
height: "12",
|
|
148
162
|
x: "4",
|
|
149
|
-
y: "
|
|
163
|
+
y: "8",
|
|
150
164
|
rx: "2"
|
|
151
165
|
}), jsx("path", {
|
|
152
|
-
d: "
|
|
166
|
+
d: "M2 14h2"
|
|
167
|
+
}), jsx("path", {
|
|
168
|
+
d: "M20 14h2"
|
|
169
|
+
}), jsx("path", {
|
|
170
|
+
d: "M15 13v2"
|
|
171
|
+
}), jsx("path", {
|
|
172
|
+
d: "M9 13v2"
|
|
153
173
|
})]
|
|
154
174
|
}),
|
|
155
175
|
Privacy: props => jsxs("svg", {
|
|
@@ -157,7 +177,7 @@ import {jsxs,jsx}from'react/jsx-runtime';const HelpCenterIcons = {
|
|
|
157
177
|
viewBox: "0 0 24 24",
|
|
158
178
|
fill: "none",
|
|
159
179
|
stroke: "currentColor",
|
|
160
|
-
strokeWidth: "
|
|
180
|
+
strokeWidth: "1.5",
|
|
161
181
|
strokeLinecap: "round",
|
|
162
182
|
strokeLinejoin: "round",
|
|
163
183
|
width: "24",
|
|
@@ -168,48 +188,61 @@ import {jsxs,jsx}from'react/jsx-runtime';const HelpCenterIcons = {
|
|
|
168
188
|
height: "11",
|
|
169
189
|
x: "3",
|
|
170
190
|
y: "11",
|
|
171
|
-
rx: "2"
|
|
172
|
-
ry: "2"
|
|
191
|
+
rx: "2"
|
|
173
192
|
}), jsx("path", {
|
|
174
193
|
d: "M7 11V7a5 5 0 0 1 10 0v4"
|
|
194
|
+
}), jsx("circle", {
|
|
195
|
+
cx: "12",
|
|
196
|
+
cy: "16",
|
|
197
|
+
r: "1"
|
|
175
198
|
})]
|
|
176
199
|
}),
|
|
177
|
-
Spaces: props =>
|
|
200
|
+
Spaces: props => jsxs("svg", {
|
|
178
201
|
xmlns: "http://www.w3.org/2000/svg",
|
|
179
202
|
viewBox: "0 0 24 24",
|
|
180
203
|
fill: "none",
|
|
181
204
|
stroke: "currentColor",
|
|
182
|
-
strokeWidth: "
|
|
205
|
+
strokeWidth: "1.5",
|
|
183
206
|
strokeLinecap: "round",
|
|
184
207
|
strokeLinejoin: "round",
|
|
185
208
|
width: "24",
|
|
186
209
|
height: "24",
|
|
187
210
|
...props,
|
|
188
|
-
children: jsx("path", {
|
|
211
|
+
children: [jsx("path", {
|
|
189
212
|
d: "M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20"
|
|
190
|
-
})
|
|
213
|
+
}), jsx("path", {
|
|
214
|
+
d: "M8 7h6"
|
|
215
|
+
}), jsx("path", {
|
|
216
|
+
d: "M8 11h8"
|
|
217
|
+
})]
|
|
191
218
|
}),
|
|
192
|
-
Threads: props =>
|
|
219
|
+
Threads: props => jsxs("svg", {
|
|
193
220
|
xmlns: "http://www.w3.org/2000/svg",
|
|
194
221
|
viewBox: "0 0 24 24",
|
|
195
222
|
fill: "none",
|
|
196
223
|
stroke: "currentColor",
|
|
197
|
-
strokeWidth: "
|
|
224
|
+
strokeWidth: "1.5",
|
|
198
225
|
strokeLinecap: "round",
|
|
199
226
|
strokeLinejoin: "round",
|
|
200
227
|
width: "24",
|
|
201
228
|
height: "24",
|
|
202
229
|
...props,
|
|
203
|
-
children: jsx("path", {
|
|
230
|
+
children: [jsx("path", {
|
|
204
231
|
d: "M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"
|
|
205
|
-
})
|
|
232
|
+
}), jsx("path", {
|
|
233
|
+
d: "M8 10h.01"
|
|
234
|
+
}), jsx("path", {
|
|
235
|
+
d: "M12 10h.01"
|
|
236
|
+
}), jsx("path", {
|
|
237
|
+
d: "M16 10h.01"
|
|
238
|
+
})]
|
|
206
239
|
}),
|
|
207
240
|
Troubleshooting: props => jsx("svg", {
|
|
208
241
|
xmlns: "http://www.w3.org/2000/svg",
|
|
209
242
|
viewBox: "0 0 24 24",
|
|
210
243
|
fill: "none",
|
|
211
244
|
stroke: "currentColor",
|
|
212
|
-
strokeWidth: "
|
|
245
|
+
strokeWidth: "1.5",
|
|
213
246
|
strokeLinecap: "round",
|
|
214
247
|
strokeLinejoin: "round",
|
|
215
248
|
width: "24",
|
|
@@ -224,18 +257,18 @@ import {jsxs,jsx}from'react/jsx-runtime';const HelpCenterIcons = {
|
|
|
224
257
|
viewBox: "0 0 24 24",
|
|
225
258
|
fill: "none",
|
|
226
259
|
stroke: "currentColor",
|
|
227
|
-
strokeWidth: "
|
|
260
|
+
strokeWidth: "1.5",
|
|
228
261
|
strokeLinecap: "round",
|
|
229
262
|
strokeLinejoin: "round",
|
|
230
263
|
width: "24",
|
|
231
264
|
height: "24",
|
|
232
265
|
...props,
|
|
233
266
|
children: [jsx("path", {
|
|
234
|
-
d: "
|
|
267
|
+
d: "m7 8-4 4 4 4"
|
|
235
268
|
}), jsx("path", {
|
|
236
|
-
d: "
|
|
269
|
+
d: "m17 8 4 4-4 4"
|
|
237
270
|
}), jsx("path", {
|
|
238
|
-
d: "
|
|
271
|
+
d: "m14 4-4 16"
|
|
239
272
|
})]
|
|
240
273
|
}),
|
|
241
274
|
FileUploads: props => jsxs("svg", {
|
|
@@ -243,7 +276,7 @@ import {jsxs,jsx}from'react/jsx-runtime';const HelpCenterIcons = {
|
|
|
243
276
|
viewBox: "0 0 24 24",
|
|
244
277
|
fill: "none",
|
|
245
278
|
stroke: "currentColor",
|
|
246
|
-
strokeWidth: "
|
|
279
|
+
strokeWidth: "1.5",
|
|
247
280
|
strokeLinecap: "round",
|
|
248
281
|
strokeLinejoin: "round",
|
|
249
282
|
width: "24",
|
|
@@ -264,79 +297,306 @@ import {jsxs,jsx}from'react/jsx-runtime';const HelpCenterIcons = {
|
|
|
264
297
|
viewBox: "0 0 24 24",
|
|
265
298
|
fill: "none",
|
|
266
299
|
stroke: "currentColor",
|
|
267
|
-
strokeWidth: "
|
|
300
|
+
strokeWidth: "1.5",
|
|
301
|
+
strokeLinecap: "round",
|
|
302
|
+
strokeLinejoin: "round",
|
|
303
|
+
width: "24",
|
|
304
|
+
height: "24",
|
|
305
|
+
...props,
|
|
306
|
+
children: [jsx("circle", {
|
|
307
|
+
cx: "12",
|
|
308
|
+
cy: "12",
|
|
309
|
+
r: "10"
|
|
310
|
+
}), jsx("path", {
|
|
311
|
+
d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"
|
|
312
|
+
}), jsx("path", {
|
|
313
|
+
d: "M12 17h.01"
|
|
314
|
+
})]
|
|
315
|
+
}),
|
|
316
|
+
DataPrivacy: props => jsxs("svg", {
|
|
317
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
318
|
+
viewBox: "0 0 24 24",
|
|
319
|
+
fill: "none",
|
|
320
|
+
stroke: "currentColor",
|
|
321
|
+
strokeWidth: "1.5",
|
|
322
|
+
strokeLinecap: "round",
|
|
323
|
+
strokeLinejoin: "round",
|
|
324
|
+
width: "24",
|
|
325
|
+
height: "24",
|
|
326
|
+
...props,
|
|
327
|
+
children: [jsx("path", {
|
|
328
|
+
d: "M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"
|
|
329
|
+
}), jsx("path", {
|
|
330
|
+
d: "M12 8v4"
|
|
331
|
+
}), jsx("path", {
|
|
332
|
+
d: "M12 16h.01"
|
|
333
|
+
})]
|
|
334
|
+
}),
|
|
335
|
+
GettingStarted: props => jsx("svg", {
|
|
336
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
337
|
+
viewBox: "0 0 24 24",
|
|
338
|
+
fill: "none",
|
|
339
|
+
stroke: "currentColor",
|
|
340
|
+
strokeWidth: "1.5",
|
|
341
|
+
strokeLinecap: "round",
|
|
342
|
+
strokeLinejoin: "round",
|
|
343
|
+
width: "24",
|
|
344
|
+
height: "24",
|
|
345
|
+
...props,
|
|
346
|
+
children: jsx("path", {
|
|
347
|
+
d: "M5 3l14 9-14 9V3z"
|
|
348
|
+
})
|
|
349
|
+
}),
|
|
350
|
+
StudentHub: props => jsxs("svg", {
|
|
351
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
352
|
+
viewBox: "0 0 24 24",
|
|
353
|
+
fill: "none",
|
|
354
|
+
stroke: "currentColor",
|
|
355
|
+
strokeWidth: "1.5",
|
|
356
|
+
strokeLinecap: "round",
|
|
357
|
+
strokeLinejoin: "round",
|
|
358
|
+
width: "24",
|
|
359
|
+
height: "24",
|
|
360
|
+
...props,
|
|
361
|
+
children: [jsx("path", {
|
|
362
|
+
d: "M22 10v6M2 10l10-5 10 5-10 5z"
|
|
363
|
+
}), jsx("path", {
|
|
364
|
+
d: "M6 12v5c3 3 9 3 12 0v-5"
|
|
365
|
+
})]
|
|
366
|
+
}),
|
|
367
|
+
// --- New category icons ---
|
|
368
|
+
PlatformFeatures: props => jsxs("svg", {
|
|
369
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
370
|
+
viewBox: "0 0 24 24",
|
|
371
|
+
fill: "none",
|
|
372
|
+
stroke: "currentColor",
|
|
373
|
+
strokeWidth: "1.5",
|
|
268
374
|
strokeLinecap: "round",
|
|
269
375
|
strokeLinejoin: "round",
|
|
270
376
|
width: "24",
|
|
271
377
|
height: "24",
|
|
272
378
|
...props,
|
|
273
379
|
children: [jsx("rect", {
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
380
|
+
x: "3",
|
|
381
|
+
y: "3",
|
|
382
|
+
width: "7",
|
|
383
|
+
height: "7",
|
|
384
|
+
rx: "1.5"
|
|
385
|
+
}), jsx("rect", {
|
|
386
|
+
x: "14",
|
|
387
|
+
y: "3",
|
|
388
|
+
width: "7",
|
|
389
|
+
height: "7",
|
|
390
|
+
rx: "1.5"
|
|
391
|
+
}), jsx("rect", {
|
|
392
|
+
x: "3",
|
|
393
|
+
y: "14",
|
|
394
|
+
width: "7",
|
|
395
|
+
height: "7",
|
|
396
|
+
rx: "1.5"
|
|
397
|
+
}), jsx("rect", {
|
|
398
|
+
x: "14",
|
|
399
|
+
y: "14",
|
|
400
|
+
width: "7",
|
|
401
|
+
height: "7",
|
|
402
|
+
rx: "1.5"
|
|
403
|
+
})]
|
|
404
|
+
}),
|
|
405
|
+
AiEmployees: props => jsxs("svg", {
|
|
406
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
407
|
+
viewBox: "0 0 24 24",
|
|
408
|
+
fill: "none",
|
|
409
|
+
stroke: "currentColor",
|
|
410
|
+
strokeWidth: "1.5",
|
|
411
|
+
strokeLinecap: "round",
|
|
412
|
+
strokeLinejoin: "round",
|
|
413
|
+
width: "24",
|
|
414
|
+
height: "24",
|
|
415
|
+
...props,
|
|
416
|
+
children: [jsx("rect", {
|
|
417
|
+
x: "3",
|
|
277
418
|
y: "4",
|
|
278
|
-
|
|
419
|
+
width: "18",
|
|
420
|
+
height: "16",
|
|
421
|
+
rx: "3"
|
|
422
|
+
}), jsx("circle", {
|
|
423
|
+
cx: "9",
|
|
424
|
+
cy: "10",
|
|
425
|
+
r: "1.5"
|
|
426
|
+
}), jsx("circle", {
|
|
427
|
+
cx: "15",
|
|
428
|
+
cy: "10",
|
|
429
|
+
r: "1.5"
|
|
279
430
|
}), jsx("path", {
|
|
280
|
-
d: "
|
|
431
|
+
d: "M9 15c.83.67 2.17 1 3 1s2.17-.33 3-1"
|
|
432
|
+
}), jsx("path", {
|
|
433
|
+
d: "M12 4V2"
|
|
434
|
+
})]
|
|
435
|
+
}),
|
|
436
|
+
SolutionsEngineering: props => jsxs("svg", {
|
|
437
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
438
|
+
viewBox: "0 0 24 24",
|
|
439
|
+
fill: "none",
|
|
440
|
+
stroke: "currentColor",
|
|
441
|
+
strokeWidth: "1.5",
|
|
442
|
+
strokeLinecap: "round",
|
|
443
|
+
strokeLinejoin: "round",
|
|
444
|
+
width: "24",
|
|
445
|
+
height: "24",
|
|
446
|
+
...props,
|
|
447
|
+
children: [jsx("polyline", {
|
|
448
|
+
points: "16 18 22 12 16 6"
|
|
449
|
+
}), jsx("polyline", {
|
|
450
|
+
points: "8 6 2 12 8 18"
|
|
451
|
+
})]
|
|
452
|
+
}),
|
|
453
|
+
SolutionsSales: props => jsx("svg", {
|
|
454
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
455
|
+
viewBox: "0 0 24 24",
|
|
456
|
+
fill: "none",
|
|
457
|
+
stroke: "currentColor",
|
|
458
|
+
strokeWidth: "1.5",
|
|
459
|
+
strokeLinecap: "round",
|
|
460
|
+
strokeLinejoin: "round",
|
|
461
|
+
width: "24",
|
|
462
|
+
height: "24",
|
|
463
|
+
...props,
|
|
464
|
+
children: jsx("path", {
|
|
465
|
+
d: "M22 12h-4l-3 9L9 3l-3 9H2"
|
|
466
|
+
})
|
|
467
|
+
}),
|
|
468
|
+
SolutionsMarketing: props => jsx("svg", {
|
|
469
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
470
|
+
viewBox: "0 0 24 24",
|
|
471
|
+
fill: "none",
|
|
472
|
+
stroke: "currentColor",
|
|
473
|
+
strokeWidth: "1.5",
|
|
474
|
+
strokeLinecap: "round",
|
|
475
|
+
strokeLinejoin: "round",
|
|
476
|
+
width: "24",
|
|
477
|
+
height: "24",
|
|
478
|
+
...props,
|
|
479
|
+
children: jsx("path", {
|
|
480
|
+
d: "M21 11.5a8.38 8.38 0 0 1-.9 3.8 8.5 8.5 0 0 1-7.6 4.7 8.38 8.38 0 0 1-3.8-.9L3 21l1.9-5.7a8.38 8.38 0 0 1-.9-3.8 8.5 8.5 0 0 1 4.7-7.6 8.38 8.38 0 0 1 3.8-.9h.5a8.48 8.48 0 0 1 8 8v.5z"
|
|
481
|
+
})
|
|
482
|
+
}),
|
|
483
|
+
Integrations: props => jsxs("svg", {
|
|
484
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
485
|
+
viewBox: "0 0 24 24",
|
|
486
|
+
fill: "none",
|
|
487
|
+
stroke: "currentColor",
|
|
488
|
+
strokeWidth: "1.5",
|
|
489
|
+
strokeLinecap: "round",
|
|
490
|
+
strokeLinejoin: "round",
|
|
491
|
+
width: "24",
|
|
492
|
+
height: "24",
|
|
493
|
+
...props,
|
|
494
|
+
children: [jsx("path", {
|
|
495
|
+
d: "M8 12h8"
|
|
281
496
|
}), jsx("path", {
|
|
282
|
-
d: "
|
|
497
|
+
d: "M12 8v8"
|
|
498
|
+
}), jsx("rect", {
|
|
499
|
+
x: "2",
|
|
500
|
+
y: "2",
|
|
501
|
+
width: "8",
|
|
502
|
+
height: "8",
|
|
503
|
+
rx: "2"
|
|
504
|
+
}), jsx("rect", {
|
|
505
|
+
x: "14",
|
|
506
|
+
y: "14",
|
|
507
|
+
width: "8",
|
|
508
|
+
height: "8",
|
|
509
|
+
rx: "2"
|
|
283
510
|
}), jsx("path", {
|
|
284
|
-
d: "
|
|
511
|
+
d: "M14 6h2a4 4 0 0 1 4 4v2"
|
|
285
512
|
}), jsx("path", {
|
|
286
|
-
d: "
|
|
513
|
+
d: "M4 14v2a4 4 0 0 0 4 4h2"
|
|
287
514
|
})]
|
|
288
515
|
}),
|
|
289
|
-
|
|
516
|
+
SecurityCompliance: props => jsxs("svg", {
|
|
290
517
|
xmlns: "http://www.w3.org/2000/svg",
|
|
291
518
|
viewBox: "0 0 24 24",
|
|
292
519
|
fill: "none",
|
|
293
520
|
stroke: "currentColor",
|
|
294
|
-
strokeWidth: "
|
|
521
|
+
strokeWidth: "1.5",
|
|
295
522
|
strokeLinecap: "round",
|
|
296
523
|
strokeLinejoin: "round",
|
|
297
524
|
width: "24",
|
|
298
525
|
height: "24",
|
|
299
526
|
...props,
|
|
300
527
|
children: [jsx("path", {
|
|
301
|
-
d: "M12
|
|
528
|
+
d: "M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z"
|
|
302
529
|
}), jsx("path", {
|
|
303
|
-
d: "
|
|
530
|
+
d: "m9 12 2 2 4-4"
|
|
304
531
|
})]
|
|
305
532
|
}),
|
|
306
|
-
|
|
533
|
+
OpenClaw: props => jsxs("svg", {
|
|
307
534
|
xmlns: "http://www.w3.org/2000/svg",
|
|
308
535
|
viewBox: "0 0 24 24",
|
|
309
536
|
fill: "none",
|
|
310
537
|
stroke: "currentColor",
|
|
311
|
-
strokeWidth: "
|
|
538
|
+
strokeWidth: "1.5",
|
|
312
539
|
strokeLinecap: "round",
|
|
313
540
|
strokeLinejoin: "round",
|
|
314
541
|
width: "24",
|
|
315
542
|
height: "24",
|
|
316
543
|
...props,
|
|
317
|
-
children: [jsx("
|
|
318
|
-
|
|
319
|
-
cy: "12",
|
|
320
|
-
r: "10"
|
|
544
|
+
children: [jsx("path", {
|
|
545
|
+
d: "M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4"
|
|
321
546
|
}), jsx("path", {
|
|
322
|
-
d: "
|
|
547
|
+
d: "M9 18c-4.51 2-5-2-7-2"
|
|
323
548
|
})]
|
|
324
549
|
}),
|
|
325
|
-
|
|
550
|
+
UseCases: props => jsxs("svg", {
|
|
326
551
|
xmlns: "http://www.w3.org/2000/svg",
|
|
327
552
|
viewBox: "0 0 24 24",
|
|
328
553
|
fill: "none",
|
|
329
554
|
stroke: "currentColor",
|
|
330
|
-
strokeWidth: "
|
|
555
|
+
strokeWidth: "1.5",
|
|
331
556
|
strokeLinecap: "round",
|
|
332
557
|
strokeLinejoin: "round",
|
|
333
558
|
width: "24",
|
|
334
559
|
height: "24",
|
|
335
560
|
...props,
|
|
336
561
|
children: [jsx("path", {
|
|
337
|
-
d: "
|
|
338
|
-
}), jsx("
|
|
339
|
-
|
|
562
|
+
d: "M4 15s1-1 4-1 5 2 8 2 4-1 4-1V3s-1 1-4 1-5-2-8-2-4 1-4 1z"
|
|
563
|
+
}), jsx("line", {
|
|
564
|
+
x1: "4",
|
|
565
|
+
y1: "22",
|
|
566
|
+
x2: "4",
|
|
567
|
+
y2: "15"
|
|
568
|
+
})]
|
|
569
|
+
}),
|
|
570
|
+
Documentation: props => jsxs("svg", {
|
|
571
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
572
|
+
viewBox: "0 0 24 24",
|
|
573
|
+
fill: "none",
|
|
574
|
+
stroke: "currentColor",
|
|
575
|
+
strokeWidth: "1.5",
|
|
576
|
+
strokeLinecap: "round",
|
|
577
|
+
strokeLinejoin: "round",
|
|
578
|
+
width: "24",
|
|
579
|
+
height: "24",
|
|
580
|
+
...props,
|
|
581
|
+
children: [jsx("path", {
|
|
582
|
+
d: "M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"
|
|
583
|
+
}), jsx("polyline", {
|
|
584
|
+
points: "14 2 14 8 20 8"
|
|
585
|
+
}), jsx("line", {
|
|
586
|
+
x1: "16",
|
|
587
|
+
y1: "13",
|
|
588
|
+
x2: "8",
|
|
589
|
+
y2: "13"
|
|
590
|
+
}), jsx("line", {
|
|
591
|
+
x1: "16",
|
|
592
|
+
y1: "17",
|
|
593
|
+
x2: "8",
|
|
594
|
+
y2: "17"
|
|
595
|
+
}), jsx("line", {
|
|
596
|
+
x1: "10",
|
|
597
|
+
y1: "9",
|
|
598
|
+
x2: "8",
|
|
599
|
+
y2: "9"
|
|
340
600
|
})]
|
|
341
601
|
})
|
|
342
602
|
};export{HelpCenterIcons};//# sourceMappingURL=Icons.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Icons.js","sources":["../../../../src/pages/HelpCenter/components/Icons.tsx"],"sourcesContent":[null],"names":["_jsxs","_jsx"],"mappings":"yCAEa,MAAA,eAAe,GAAG;
|
|
1
|
+
{"version":3,"file":"Icons.js","sources":["../../../../src/pages/HelpCenter/components/Icons.tsx"],"sourcesContent":[null],"names":["_jsxs","_jsx"],"mappings":"yCAEa,MAAA,eAAe,GAAG;AAC3B,EAAA,UAAA,EAAU,KAAuC,IAAAA,IAC7C,CACI,KAAA,EAAA;IAgBR,KAAK,EAAC,4BAEO;AAcb,IAAA,OAAA,EAAU,WAAyC;AAkBnD,IAAA,IAAA,EAAA,MAAY;AAiBZ,IAAA,MAAA,EAAA,cAAoD;AAmBpD,IAAA,aAAa,KAAoC;AAkBjD,IAAA,aAA8C,EAAA,OAC1C;IAgBJ,cAAgD,EAAA,OAC5C;AAoBJ,IAAA,KAAA,EAAO,IAAG;AAkBV,IAAA,MAAM,EAAE,IAAqC;AAkB7C,IAAA,GAAA,KAAS;IAmBT,QAAe,EAAA,CAAAC,GAAA,CAAA,QAAyC,EAAA;AAgBxD,MAAA,EAAK,EAAC,IAAoC;AAkB1C,MAAA,EAAA,EAAA,IAAA;AAmBA,MAAA,CAAA,EAAA;AAkBA,KAAA,CAAA,EAAAA,GAAA,CAAA,MAAkD,EAAA;MAkBpC,CAAA,EAAA;KAgBJ,CAAA,EAAAA,GAAA,CAAA,MAAG,EAAA;MAiBgB,CAAA,EAAA;AAC7B,KAAA,CAAA;IAmBA;KAoBoB,EAAA,KAAA,IAAAA,GAAA,CAAA,KAAE,EAAC;IAiBvB,KAAc,EAAA,4BACV;IAeJ,OAAkB,EAAA,WAAE;IAgBpB,IAAY,EAAA,MAAA;IAqBZ,MAAkB,EAAA,cAAG;IAiBrB,WAAW,EAAA,KAAsC;AAiBjD,IAAA,aAA+C,EAAA,OAC3C;IAgBJ,cAAa,EAAG,OAAsC;IAoBxD,KAAA,EAAA,IAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PopularArticle.d.ts","sourceRoot":"","sources":["../../../../src/pages/HelpCenter/components/PopularArticle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"PopularArticle.d.ts","sourceRoot":"","sources":["../../../../src/pages/HelpCenter/components/PopularArticle.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,MAAM,WAAW,mBAAmB;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,CAAC,EAAE,MAAM,CAAC;CACtB;AAWD,eAAO,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CA+CxD,CAAC"}
|