@contractspec/bundle.library 3.4.3 → 3.5.0
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/.turbo/turbo-build.log +494 -488
- package/CHANGELOG.md +36 -0
- package/dist/application/index.js +8 -8
- package/dist/application/mcp/cliMcp.js +8 -8
- package/dist/application/mcp/contractsMcp.js +8 -8
- package/dist/application/mcp/docsMcp.js +8 -8
- package/dist/application/mcp/index.js +8 -8
- package/dist/application/mcp/internalMcp.js +8 -8
- package/dist/application/mcp/providerRankingMcp.js +8 -8
- package/dist/bundles/LibraryBundle.d.ts +126 -0
- package/dist/bundles/LibraryBundle.js +139 -0
- package/dist/bundles/index.d.ts +1 -0
- package/dist/bundles/index.js +139 -0
- package/dist/components/docs/DocsIndexPage.js +91 -91
- package/dist/components/docs/advanced/AdvancedMCPPage.js +125 -125
- package/dist/components/docs/advanced/AdvancedOverlayEditorPage.js +49 -49
- package/dist/components/docs/advanced/AdvancedRenderersPage.js +51 -51
- package/dist/components/docs/advanced/AdvancedSpecExperimentsPage.js +35 -35
- package/dist/components/docs/advanced/AdvancedTelemetryPage.js +177 -177
- package/dist/components/docs/advanced/AdvancedWorkflowMonitoringPage.js +45 -45
- package/dist/components/docs/advanced/index.js +482 -482
- package/dist/components/docs/architecture/ArchitectureAppConfigPage.js +107 -107
- package/dist/components/docs/architecture/ArchitectureControlPlanePage.js +73 -73
- package/dist/components/docs/architecture/ArchitectureIntegrationBindingPage.js +117 -117
- package/dist/components/docs/architecture/ArchitectureKnowledgeBindingPage.js +175 -175
- package/dist/components/docs/architecture/ArchitectureMultiTenancyPage.js +71 -71
- package/dist/components/docs/architecture/ArchitectureOverviewPage.js +205 -205
- package/dist/components/docs/architecture/index.js +748 -748
- package/dist/components/docs/comparison/ComparisonAutomationPlatformsPage.js +117 -117
- package/dist/components/docs/comparison/ComparisonEnterprisePlatformsPage.js +111 -111
- package/dist/components/docs/comparison/ComparisonInternalToolBuildersPage.js +117 -117
- package/dist/components/docs/comparison/ComparisonOverviewPage.js +97 -97
- package/dist/components/docs/comparison/ComparisonWindmillPage.js +125 -125
- package/dist/components/docs/comparison/ComparisonWorkflowEnginesPage.js +171 -171
- package/dist/components/docs/comparison/index.js +738 -738
- package/dist/components/docs/ecosystem/IntegrationsPage.js +45 -45
- package/dist/components/docs/ecosystem/PluginsPage.js +73 -73
- package/dist/components/docs/ecosystem/RegistryPage.js +37 -37
- package/dist/components/docs/ecosystem/TemplatesPage.js +56 -56
- package/dist/components/docs/ecosystem/index.js +211 -211
- package/dist/components/docs/examples/DocsExamplesPage.js +21 -21
- package/dist/components/docs/examples/index.js +21 -21
- package/dist/components/docs/getting-started/CLIPage.js +95 -95
- package/dist/components/docs/getting-started/CompatibilityPage.js +81 -81
- package/dist/components/docs/getting-started/DataViewTutorialPage.js +57 -57
- package/dist/components/docs/getting-started/DeveloperToolsPage.js +61 -61
- package/dist/components/docs/getting-started/HelloWorldPage.js +77 -77
- package/dist/components/docs/getting-started/InstallationPage.js +65 -65
- package/dist/components/docs/getting-started/StartHerePage.js +51 -51
- package/dist/components/docs/getting-started/TroubleshootingPage.js +73 -73
- package/dist/components/docs/getting-started/VSCodeExtensionPage.js +171 -171
- package/dist/components/docs/getting-started/index.js +731 -731
- package/dist/components/docs/guides/GuideCIDiffGatingPage.js +80 -80
- package/dist/components/docs/guides/GuideContractTypesPage.js +232 -232
- package/dist/components/docs/guides/GuideDocsPipelinePage.js +82 -82
- package/dist/components/docs/guides/GuideGenerateDocsClientsSchemasPage.js +84 -84
- package/dist/components/docs/guides/GuideImportExistingCodebasesPage.js +324 -324
- package/dist/components/docs/guides/GuideNextjsOneEndpointPage.js +106 -106
- package/dist/components/docs/guides/GuideSpecValidationTypingPage.js +78 -78
- package/dist/components/docs/guides/GuidesIndexPage.js +43 -43
- package/dist/components/docs/guides/index.js +975 -975
- package/dist/components/docs/index.js +10791 -10791
- package/dist/components/docs/integrations/IntegrationsCircuitBreakersPage.js +17 -17
- package/dist/components/docs/integrations/IntegrationsElevenLabsPage.js +47 -47
- package/dist/components/docs/integrations/IntegrationsGithubPage.js +61 -61
- package/dist/components/docs/integrations/IntegrationsGmailPage.js +49 -49
- package/dist/components/docs/integrations/IntegrationsGoogleCalendarPage.js +33 -33
- package/dist/components/docs/integrations/IntegrationsHealthRoutingPage.js +65 -65
- package/dist/components/docs/integrations/IntegrationsMistralPage.js +69 -69
- package/dist/components/docs/integrations/IntegrationsOpenAIPage.js +65 -65
- package/dist/components/docs/integrations/IntegrationsOverviewPage.js +313 -313
- package/dist/components/docs/integrations/IntegrationsPostmarkPage.js +101 -101
- package/dist/components/docs/integrations/IntegrationsPowensPage.js +121 -121
- package/dist/components/docs/integrations/IntegrationsQdrantPage.js +49 -49
- package/dist/components/docs/integrations/IntegrationsResendPage.js +45 -45
- package/dist/components/docs/integrations/IntegrationsS3Page.js +57 -57
- package/dist/components/docs/integrations/IntegrationsSlackPage.js +63 -63
- package/dist/components/docs/integrations/IntegrationsSpecModelPage.js +139 -139
- package/dist/components/docs/integrations/IntegrationsStripePage.js +159 -159
- package/dist/components/docs/integrations/IntegrationsTwilioPage.js +61 -61
- package/dist/components/docs/integrations/IntegrationsWhatsappMetaPage.js +63 -63
- package/dist/components/docs/integrations/IntegrationsWhatsappTwilioPage.js +65 -65
- package/dist/components/docs/integrations/index.js +1642 -1642
- package/dist/components/docs/intent/ContractFirstApiPage.js +51 -51
- package/dist/components/docs/intent/DeterministicCodegenPage.js +59 -59
- package/dist/components/docs/intent/GenerateClientFromSchemaPage.js +85 -85
- package/dist/components/docs/intent/OpenapiAlternativePage.js +91 -91
- package/dist/components/docs/intent/SchemaValidationTypescriptPage.js +59 -59
- package/dist/components/docs/intent/SpecDrivenDevelopmentPage.js +51 -51
- package/dist/components/docs/intent/index.js +396 -396
- package/dist/components/docs/knowledge/KnowledgeCategoriesPage.js +371 -371
- package/dist/components/docs/knowledge/KnowledgeExamplesPage.js +79 -79
- package/dist/components/docs/knowledge/KnowledgeOverviewPage.js +185 -185
- package/dist/components/docs/knowledge/KnowledgeSourcesPage.js +187 -187
- package/dist/components/docs/knowledge/KnowledgeSpacesPage.js +141 -141
- package/dist/components/docs/knowledge/index.js +963 -963
- package/dist/components/docs/libraries/LibrariesAccessibilityPage.js +85 -85
- package/dist/components/docs/libraries/LibrariesAiAgentPage.js +63 -63
- package/dist/components/docs/libraries/LibrariesAnalyticsPage.js +33 -33
- package/dist/components/docs/libraries/LibrariesContentGenPage.js +43 -43
- package/dist/components/docs/libraries/LibrariesContractsPage.js +125 -125
- package/dist/components/docs/libraries/LibrariesCostTrackingPage.js +45 -45
- package/dist/components/docs/libraries/LibrariesDataBackendPage.js +69 -69
- package/dist/components/docs/libraries/LibrariesDataViewsPage.js +79 -79
- package/dist/components/docs/libraries/LibrariesDesignSystemPage.js +129 -129
- package/dist/components/docs/libraries/LibrariesEvolutionPage.js +49 -49
- package/dist/components/docs/libraries/LibrariesGraphQLPage.js +73 -73
- package/dist/components/docs/libraries/LibrariesGrowthPage.js +35 -35
- package/dist/components/docs/libraries/LibrariesMultiTenancyPage.js +43 -43
- package/dist/components/docs/libraries/LibrariesObservabilityPage.js +53 -53
- package/dist/components/docs/libraries/LibrariesOverlayEnginePage.js +45 -45
- package/dist/components/docs/libraries/LibrariesOverviewPage.js +191 -191
- package/dist/components/docs/libraries/LibrariesPersonalizationPage.js +47 -47
- package/dist/components/docs/libraries/LibrariesProgressiveDeliveryPage.js +53 -53
- package/dist/components/docs/libraries/LibrariesResiliencePage.js +49 -49
- package/dist/components/docs/libraries/LibrariesRuntimePage.js +87 -87
- package/dist/components/docs/libraries/LibrariesSLOPage.js +47 -47
- package/dist/components/docs/libraries/LibrariesSchemaPage.js +139 -139
- package/dist/components/docs/libraries/LibrariesSupportBotPage.js +57 -57
- package/dist/components/docs/libraries/LibrariesTestingPage.js +49 -49
- package/dist/components/docs/libraries/LibrariesUIKitPage.js +107 -107
- package/dist/components/docs/libraries/LibrariesWorkflowComposerPage.js +35 -35
- package/dist/components/docs/libraries/LibrariesWorkflowsPage.js +89 -89
- package/dist/components/docs/libraries/index.js +1919 -1919
- package/dist/components/docs/manifesto/ManifestoPage.js +79 -79
- package/dist/components/docs/ops/AutoEvolutionOpsPage.js +59 -59
- package/dist/components/docs/ops/DistributedTracingOpsPage.js +33 -33
- package/dist/components/docs/ops/index.js +92 -92
- package/dist/components/docs/reference/DocsMarkdownContent.js +27 -27
- package/dist/components/docs/reference/DocsReferenceContent.js +34 -34
- package/dist/components/docs/reference/DocsReferenceIndexClient.js +23 -23
- package/dist/components/docs/reference/DocsReferenceIndexPage.js +26 -26
- package/dist/components/docs/reference/DocsReferencePage.js +37 -37
- package/dist/components/docs/reference/index.js +63 -63
- package/dist/components/docs/safety/SafetyAuditingPage.js +161 -161
- package/dist/components/docs/safety/SafetyMigrationsPage.js +169 -169
- package/dist/components/docs/safety/SafetyOverviewPage.js +99 -99
- package/dist/components/docs/safety/SafetyPDPPage.js +137 -137
- package/dist/components/docs/safety/SafetySecurityTrustPage.js +95 -95
- package/dist/components/docs/safety/SafetySigningPage.js +39 -39
- package/dist/components/docs/safety/SafetyTenantIsolationPage.js +33 -33
- package/dist/components/docs/safety/index.js +733 -733
- package/dist/components/docs/shared/StudioPrompt.js +9 -9
- package/dist/components/docs/specs/SpecsCapabilitiesPage.js +61 -61
- package/dist/components/docs/specs/SpecsDataViewsPage.js +119 -119
- package/dist/components/docs/specs/SpecsOverlaysPage.js +171 -171
- package/dist/components/docs/specs/SpecsOverviewPage.js +167 -167
- package/dist/components/docs/specs/SpecsPolicyPage.js +179 -179
- package/dist/components/docs/specs/SpecsWorkflowsPage.js +141 -141
- package/dist/components/docs/specs/index.js +838 -838
- package/dist/components/docs/studio/StudioBYOKPage.js +9 -9
- package/dist/components/docs/studio/StudioDeploymentsPage.js +9 -9
- package/dist/components/docs/studio/StudioGettingStartedPage.js +9 -9
- package/dist/components/docs/studio/StudioIntegrationsPage.js +9 -9
- package/dist/components/docs/studio/StudioOverviewPage.js +33 -33
- package/dist/components/docs/studio/StudioVisualBuilderPage.js +9 -9
- package/dist/components/docs/studio/index.js +78 -78
- package/dist/components/integrations/index.js +209 -209
- package/dist/components/integrations/molecules/IntegrationCard.js +33 -33
- package/dist/components/integrations/organisms/IntegrationMarketplace.js +71 -71
- package/dist/components/integrations/organisms/IntegrationSettings.js +98 -98
- package/dist/components/integrations/organisms/KnowledgeSourceList.js +40 -40
- package/dist/components/legal/PrivacyTemplate.js +477 -477
- package/dist/components/legal/TermsTemplate.js +421 -421
- package/dist/components/legal/index.js +898 -898
- package/dist/components/shared/FeatureGateNotice.js +13 -13
- package/dist/components/shared/index.js +13 -13
- package/dist/components/shell/WorkspaceHeader.js +37 -37
- package/dist/components/shell/WorkspaceProjectShellLayout.js +77 -77
- package/dist/components/shell/WorkspaceShellRenderer.d.ts +17 -0
- package/dist/components/shell/WorkspaceShellRenderer.js +229 -0
- package/dist/components/shell/WorkspaceSidebar.js +27 -27
- package/dist/components/shell/index.d.ts +1 -0
- package/dist/components/shell/index.js +140 -77
- package/dist/components/templates/index.js +272 -272
- package/dist/components/templates/messaging/ConversationList.js +27 -27
- package/dist/components/templates/messaging/MessageComposer.js +27 -27
- package/dist/components/templates/messaging/MessageThread.js +18 -18
- package/dist/components/templates/messaging/MessagingWorkspace.js +65 -65
- package/dist/components/templates/messaging/index.js +65 -65
- package/dist/components/templates/recipes/LanguageSwitcher.js +5 -5
- package/dist/components/templates/recipes/RecipeCard.js +26 -26
- package/dist/components/templates/recipes/RecipeDetail.js +33 -33
- package/dist/components/templates/recipes/RecipeList.js +80 -80
- package/dist/components/templates/recipes/index.js +80 -80
- package/dist/components/templates/todos/FilterBar.js +39 -39
- package/dist/components/templates/todos/TaskForm.js +43 -43
- package/dist/components/templates/todos/TaskItem.js +30 -30
- package/dist/components/templates/todos/TaskList.js +127 -127
- package/dist/components/templates/todos/index.js +127 -127
- package/dist/index.js +12323 -12260
- package/dist/infrastructure/elysia/index.js +8 -8
- package/dist/infrastructure/elysia/logger.js +8 -8
- package/dist/infrastructure/index.js +8 -8
- package/dist/libs/posthog/client.js +2 -2
- package/dist/node/application/index.js +8 -8
- package/dist/node/application/mcp/cliMcp.js +8 -8
- package/dist/node/application/mcp/contractsMcp.js +8 -8
- package/dist/node/application/mcp/docsMcp.js +8 -8
- package/dist/node/application/mcp/index.js +8 -8
- package/dist/node/application/mcp/internalMcp.js +8 -8
- package/dist/node/application/mcp/providerRankingMcp.js +8 -8
- package/dist/node/bundles/LibraryBundle.js +138 -0
- package/dist/node/bundles/index.js +138 -0
- package/dist/node/components/docs/DocsIndexPage.js +91 -91
- package/dist/node/components/docs/advanced/AdvancedMCPPage.js +125 -125
- package/dist/node/components/docs/advanced/AdvancedOverlayEditorPage.js +49 -49
- package/dist/node/components/docs/advanced/AdvancedRenderersPage.js +51 -51
- package/dist/node/components/docs/advanced/AdvancedSpecExperimentsPage.js +35 -35
- package/dist/node/components/docs/advanced/AdvancedTelemetryPage.js +177 -177
- package/dist/node/components/docs/advanced/AdvancedWorkflowMonitoringPage.js +45 -45
- package/dist/node/components/docs/advanced/index.js +482 -482
- package/dist/node/components/docs/architecture/ArchitectureAppConfigPage.js +107 -107
- package/dist/node/components/docs/architecture/ArchitectureControlPlanePage.js +73 -73
- package/dist/node/components/docs/architecture/ArchitectureIntegrationBindingPage.js +117 -117
- package/dist/node/components/docs/architecture/ArchitectureKnowledgeBindingPage.js +175 -175
- package/dist/node/components/docs/architecture/ArchitectureMultiTenancyPage.js +71 -71
- package/dist/node/components/docs/architecture/ArchitectureOverviewPage.js +205 -205
- package/dist/node/components/docs/architecture/index.js +748 -748
- package/dist/node/components/docs/comparison/ComparisonAutomationPlatformsPage.js +117 -117
- package/dist/node/components/docs/comparison/ComparisonEnterprisePlatformsPage.js +111 -111
- package/dist/node/components/docs/comparison/ComparisonInternalToolBuildersPage.js +117 -117
- package/dist/node/components/docs/comparison/ComparisonOverviewPage.js +97 -97
- package/dist/node/components/docs/comparison/ComparisonWindmillPage.js +125 -125
- package/dist/node/components/docs/comparison/ComparisonWorkflowEnginesPage.js +171 -171
- package/dist/node/components/docs/comparison/index.js +738 -738
- package/dist/node/components/docs/ecosystem/IntegrationsPage.js +45 -45
- package/dist/node/components/docs/ecosystem/PluginsPage.js +73 -73
- package/dist/node/components/docs/ecosystem/RegistryPage.js +37 -37
- package/dist/node/components/docs/ecosystem/TemplatesPage.js +56 -56
- package/dist/node/components/docs/ecosystem/index.js +211 -211
- package/dist/node/components/docs/examples/DocsExamplesPage.js +21 -21
- package/dist/node/components/docs/examples/index.js +21 -21
- package/dist/node/components/docs/getting-started/CLIPage.js +95 -95
- package/dist/node/components/docs/getting-started/CompatibilityPage.js +81 -81
- package/dist/node/components/docs/getting-started/DataViewTutorialPage.js +57 -57
- package/dist/node/components/docs/getting-started/DeveloperToolsPage.js +61 -61
- package/dist/node/components/docs/getting-started/HelloWorldPage.js +77 -77
- package/dist/node/components/docs/getting-started/InstallationPage.js +65 -65
- package/dist/node/components/docs/getting-started/StartHerePage.js +51 -51
- package/dist/node/components/docs/getting-started/TroubleshootingPage.js +73 -73
- package/dist/node/components/docs/getting-started/VSCodeExtensionPage.js +171 -171
- package/dist/node/components/docs/getting-started/index.js +731 -731
- package/dist/node/components/docs/guides/GuideCIDiffGatingPage.js +80 -80
- package/dist/node/components/docs/guides/GuideContractTypesPage.js +232 -232
- package/dist/node/components/docs/guides/GuideDocsPipelinePage.js +82 -82
- package/dist/node/components/docs/guides/GuideGenerateDocsClientsSchemasPage.js +84 -84
- package/dist/node/components/docs/guides/GuideImportExistingCodebasesPage.js +324 -324
- package/dist/node/components/docs/guides/GuideNextjsOneEndpointPage.js +106 -106
- package/dist/node/components/docs/guides/GuideSpecValidationTypingPage.js +78 -78
- package/dist/node/components/docs/guides/GuidesIndexPage.js +43 -43
- package/dist/node/components/docs/guides/index.js +975 -975
- package/dist/node/components/docs/index.js +10791 -10791
- package/dist/node/components/docs/integrations/IntegrationsCircuitBreakersPage.js +17 -17
- package/dist/node/components/docs/integrations/IntegrationsElevenLabsPage.js +47 -47
- package/dist/node/components/docs/integrations/IntegrationsGithubPage.js +61 -61
- package/dist/node/components/docs/integrations/IntegrationsGmailPage.js +49 -49
- package/dist/node/components/docs/integrations/IntegrationsGoogleCalendarPage.js +33 -33
- package/dist/node/components/docs/integrations/IntegrationsHealthRoutingPage.js +65 -65
- package/dist/node/components/docs/integrations/IntegrationsMistralPage.js +69 -69
- package/dist/node/components/docs/integrations/IntegrationsOpenAIPage.js +65 -65
- package/dist/node/components/docs/integrations/IntegrationsOverviewPage.js +313 -313
- package/dist/node/components/docs/integrations/IntegrationsPostmarkPage.js +101 -101
- package/dist/node/components/docs/integrations/IntegrationsPowensPage.js +121 -121
- package/dist/node/components/docs/integrations/IntegrationsQdrantPage.js +49 -49
- package/dist/node/components/docs/integrations/IntegrationsResendPage.js +45 -45
- package/dist/node/components/docs/integrations/IntegrationsS3Page.js +57 -57
- package/dist/node/components/docs/integrations/IntegrationsSlackPage.js +63 -63
- package/dist/node/components/docs/integrations/IntegrationsSpecModelPage.js +139 -139
- package/dist/node/components/docs/integrations/IntegrationsStripePage.js +159 -159
- package/dist/node/components/docs/integrations/IntegrationsTwilioPage.js +61 -61
- package/dist/node/components/docs/integrations/IntegrationsWhatsappMetaPage.js +63 -63
- package/dist/node/components/docs/integrations/IntegrationsWhatsappTwilioPage.js +65 -65
- package/dist/node/components/docs/integrations/index.js +1642 -1642
- package/dist/node/components/docs/intent/ContractFirstApiPage.js +51 -51
- package/dist/node/components/docs/intent/DeterministicCodegenPage.js +59 -59
- package/dist/node/components/docs/intent/GenerateClientFromSchemaPage.js +85 -85
- package/dist/node/components/docs/intent/OpenapiAlternativePage.js +91 -91
- package/dist/node/components/docs/intent/SchemaValidationTypescriptPage.js +59 -59
- package/dist/node/components/docs/intent/SpecDrivenDevelopmentPage.js +51 -51
- package/dist/node/components/docs/intent/index.js +396 -396
- package/dist/node/components/docs/knowledge/KnowledgeCategoriesPage.js +371 -371
- package/dist/node/components/docs/knowledge/KnowledgeExamplesPage.js +79 -79
- package/dist/node/components/docs/knowledge/KnowledgeOverviewPage.js +185 -185
- package/dist/node/components/docs/knowledge/KnowledgeSourcesPage.js +187 -187
- package/dist/node/components/docs/knowledge/KnowledgeSpacesPage.js +141 -141
- package/dist/node/components/docs/knowledge/index.js +963 -963
- package/dist/node/components/docs/libraries/LibrariesAccessibilityPage.js +85 -85
- package/dist/node/components/docs/libraries/LibrariesAiAgentPage.js +63 -63
- package/dist/node/components/docs/libraries/LibrariesAnalyticsPage.js +33 -33
- package/dist/node/components/docs/libraries/LibrariesContentGenPage.js +43 -43
- package/dist/node/components/docs/libraries/LibrariesContractsPage.js +125 -125
- package/dist/node/components/docs/libraries/LibrariesCostTrackingPage.js +45 -45
- package/dist/node/components/docs/libraries/LibrariesDataBackendPage.js +69 -69
- package/dist/node/components/docs/libraries/LibrariesDataViewsPage.js +79 -79
- package/dist/node/components/docs/libraries/LibrariesDesignSystemPage.js +129 -129
- package/dist/node/components/docs/libraries/LibrariesEvolutionPage.js +49 -49
- package/dist/node/components/docs/libraries/LibrariesGraphQLPage.js +73 -73
- package/dist/node/components/docs/libraries/LibrariesGrowthPage.js +35 -35
- package/dist/node/components/docs/libraries/LibrariesMultiTenancyPage.js +43 -43
- package/dist/node/components/docs/libraries/LibrariesObservabilityPage.js +53 -53
- package/dist/node/components/docs/libraries/LibrariesOverlayEnginePage.js +45 -45
- package/dist/node/components/docs/libraries/LibrariesOverviewPage.js +191 -191
- package/dist/node/components/docs/libraries/LibrariesPersonalizationPage.js +47 -47
- package/dist/node/components/docs/libraries/LibrariesProgressiveDeliveryPage.js +53 -53
- package/dist/node/components/docs/libraries/LibrariesResiliencePage.js +49 -49
- package/dist/node/components/docs/libraries/LibrariesRuntimePage.js +87 -87
- package/dist/node/components/docs/libraries/LibrariesSLOPage.js +47 -47
- package/dist/node/components/docs/libraries/LibrariesSchemaPage.js +139 -139
- package/dist/node/components/docs/libraries/LibrariesSupportBotPage.js +57 -57
- package/dist/node/components/docs/libraries/LibrariesTestingPage.js +49 -49
- package/dist/node/components/docs/libraries/LibrariesUIKitPage.js +107 -107
- package/dist/node/components/docs/libraries/LibrariesWorkflowComposerPage.js +35 -35
- package/dist/node/components/docs/libraries/LibrariesWorkflowsPage.js +89 -89
- package/dist/node/components/docs/libraries/index.js +1919 -1919
- package/dist/node/components/docs/manifesto/ManifestoPage.js +79 -79
- package/dist/node/components/docs/ops/AutoEvolutionOpsPage.js +59 -59
- package/dist/node/components/docs/ops/DistributedTracingOpsPage.js +33 -33
- package/dist/node/components/docs/ops/index.js +92 -92
- package/dist/node/components/docs/reference/DocsMarkdownContent.js +27 -27
- package/dist/node/components/docs/reference/DocsReferenceContent.js +34 -34
- package/dist/node/components/docs/reference/DocsReferenceIndexClient.js +23 -23
- package/dist/node/components/docs/reference/DocsReferenceIndexPage.js +26 -26
- package/dist/node/components/docs/reference/DocsReferencePage.js +37 -37
- package/dist/node/components/docs/reference/index.js +63 -63
- package/dist/node/components/docs/safety/SafetyAuditingPage.js +161 -161
- package/dist/node/components/docs/safety/SafetyMigrationsPage.js +169 -169
- package/dist/node/components/docs/safety/SafetyOverviewPage.js +99 -99
- package/dist/node/components/docs/safety/SafetyPDPPage.js +137 -137
- package/dist/node/components/docs/safety/SafetySecurityTrustPage.js +95 -95
- package/dist/node/components/docs/safety/SafetySigningPage.js +39 -39
- package/dist/node/components/docs/safety/SafetyTenantIsolationPage.js +33 -33
- package/dist/node/components/docs/safety/index.js +733 -733
- package/dist/node/components/docs/shared/StudioPrompt.js +9 -9
- package/dist/node/components/docs/specs/SpecsCapabilitiesPage.js +61 -61
- package/dist/node/components/docs/specs/SpecsDataViewsPage.js +119 -119
- package/dist/node/components/docs/specs/SpecsOverlaysPage.js +171 -171
- package/dist/node/components/docs/specs/SpecsOverviewPage.js +167 -167
- package/dist/node/components/docs/specs/SpecsPolicyPage.js +179 -179
- package/dist/node/components/docs/specs/SpecsWorkflowsPage.js +141 -141
- package/dist/node/components/docs/specs/index.js +838 -838
- package/dist/node/components/docs/studio/StudioBYOKPage.js +9 -9
- package/dist/node/components/docs/studio/StudioDeploymentsPage.js +9 -9
- package/dist/node/components/docs/studio/StudioGettingStartedPage.js +9 -9
- package/dist/node/components/docs/studio/StudioIntegrationsPage.js +9 -9
- package/dist/node/components/docs/studio/StudioOverviewPage.js +33 -33
- package/dist/node/components/docs/studio/StudioVisualBuilderPage.js +9 -9
- package/dist/node/components/docs/studio/index.js +78 -78
- package/dist/node/components/integrations/index.js +209 -209
- package/dist/node/components/integrations/molecules/IntegrationCard.js +33 -33
- package/dist/node/components/integrations/organisms/IntegrationMarketplace.js +71 -71
- package/dist/node/components/integrations/organisms/IntegrationSettings.js +98 -98
- package/dist/node/components/integrations/organisms/KnowledgeSourceList.js +40 -40
- package/dist/node/components/legal/PrivacyTemplate.js +477 -477
- package/dist/node/components/legal/TermsTemplate.js +421 -421
- package/dist/node/components/legal/index.js +898 -898
- package/dist/node/components/shared/FeatureGateNotice.js +13 -13
- package/dist/node/components/shared/index.js +13 -13
- package/dist/node/components/shell/WorkspaceHeader.js +37 -37
- package/dist/node/components/shell/WorkspaceProjectShellLayout.js +77 -77
- package/dist/node/components/shell/WorkspaceShellRenderer.js +228 -0
- package/dist/node/components/shell/WorkspaceSidebar.js +27 -27
- package/dist/node/components/shell/index.js +140 -77
- package/dist/node/components/templates/index.js +272 -272
- package/dist/node/components/templates/messaging/ConversationList.js +27 -27
- package/dist/node/components/templates/messaging/MessageComposer.js +27 -27
- package/dist/node/components/templates/messaging/MessageThread.js +18 -18
- package/dist/node/components/templates/messaging/MessagingWorkspace.js +65 -65
- package/dist/node/components/templates/messaging/index.js +65 -65
- package/dist/node/components/templates/recipes/LanguageSwitcher.js +5 -5
- package/dist/node/components/templates/recipes/RecipeCard.js +26 -26
- package/dist/node/components/templates/recipes/RecipeDetail.js +33 -33
- package/dist/node/components/templates/recipes/RecipeList.js +80 -80
- package/dist/node/components/templates/recipes/index.js +80 -80
- package/dist/node/components/templates/todos/FilterBar.js +39 -39
- package/dist/node/components/templates/todos/TaskForm.js +43 -43
- package/dist/node/components/templates/todos/TaskItem.js +30 -30
- package/dist/node/components/templates/todos/TaskList.js +127 -127
- package/dist/node/components/templates/todos/index.js +127 -127
- package/dist/node/index.js +12323 -12260
- package/dist/node/infrastructure/elysia/index.js +8 -8
- package/dist/node/infrastructure/elysia/logger.js +8 -8
- package/dist/node/infrastructure/index.js +8 -8
- package/dist/node/libs/posthog/client.js +2 -2
- package/dist/node/presentation/features/atoms/FeatureIcon/FeatureIcon.js +3 -3
- package/dist/node/presentation/features/atoms/FeatureIcon/index.js +3 -3
- package/dist/node/presentation/features/atoms/index.js +3 -3
- package/dist/node/presentation/features/index.js +915 -915
- package/dist/node/presentation/features/molecules/FeatureCard/FeatureCard.js +101 -101
- package/dist/node/presentation/features/molecules/FeatureCard/index.js +101 -101
- package/dist/node/presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.js +15 -15
- package/dist/node/presentation/features/molecules/FeatureCategoryHeader/index.js +15 -15
- package/dist/node/presentation/features/molecules/FeatureFilters/FeatureFilters.js +23 -23
- package/dist/node/presentation/features/molecules/FeatureFilters/index.js +23 -23
- package/dist/node/presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.js +67 -67
- package/dist/node/presentation/features/molecules/FeatureHoverPreview/index.js +67 -67
- package/dist/node/presentation/features/molecules/index.js +139 -139
- package/dist/node/presentation/features/organisms/FeatureDataViewsList.js +7 -7
- package/dist/node/presentation/features/organisms/FeatureDetail/FeatureDetail.js +57 -57
- package/dist/node/presentation/features/organisms/FeatureDetail/index.js +57 -57
- package/dist/node/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.js +183 -183
- package/dist/node/presentation/features/organisms/FeatureDiscovery/index.js +183 -183
- package/dist/node/presentation/features/organisms/FeatureEventsList.js +7 -7
- package/dist/node/presentation/features/organisms/FeatureFormsList.js +7 -7
- package/dist/node/presentation/features/organisms/FeatureOperationsList.js +7 -7
- package/dist/node/presentation/features/organisms/FeaturePresentationsList.js +7 -7
- package/dist/node/presentation/features/organisms/index.js +275 -275
- package/dist/node/presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.js +126 -126
- package/dist/node/presentation/features/templates/FeatureDataViewDetailTemplate/index.js +126 -126
- package/dist/node/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.js +16 -16
- package/dist/node/presentation/features/templates/FeatureDataViewsTemplate/index.js +16 -16
- package/dist/node/presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.js +112 -112
- package/dist/node/presentation/features/templates/FeatureEventDetailTemplate/index.js +112 -112
- package/dist/node/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.js +16 -16
- package/dist/node/presentation/features/templates/FeatureEventsTemplate/index.js +16 -16
- package/dist/node/presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.js +126 -126
- package/dist/node/presentation/features/templates/FeatureFormDetailTemplate/index.js +126 -126
- package/dist/node/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.js +16 -16
- package/dist/node/presentation/features/templates/FeatureFormsTemplate/index.js +16 -16
- package/dist/node/presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.js +110 -110
- package/dist/node/presentation/features/templates/FeatureOperationDetailTemplate/index.js +110 -110
- package/dist/node/presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.js +16 -16
- package/dist/node/presentation/features/templates/FeatureOperationsTemplate/index.js +16 -16
- package/dist/node/presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.js +66 -66
- package/dist/node/presentation/features/templates/FeatureOverviewTemplate/index.js +66 -66
- package/dist/node/presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.js +112 -112
- package/dist/node/presentation/features/templates/FeaturePresentationDetailTemplate/index.js +112 -112
- package/dist/node/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.js +16 -16
- package/dist/node/presentation/features/templates/FeaturePresentationsTemplate/index.js +16 -16
- package/dist/presentation/features/atoms/FeatureIcon/FeatureIcon.js +3 -3
- package/dist/presentation/features/atoms/FeatureIcon/index.js +3 -3
- package/dist/presentation/features/atoms/index.js +3 -3
- package/dist/presentation/features/index.js +915 -915
- package/dist/presentation/features/molecules/FeatureCard/FeatureCard.js +101 -101
- package/dist/presentation/features/molecules/FeatureCard/index.js +101 -101
- package/dist/presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.js +15 -15
- package/dist/presentation/features/molecules/FeatureCategoryHeader/index.js +15 -15
- package/dist/presentation/features/molecules/FeatureFilters/FeatureFilters.js +23 -23
- package/dist/presentation/features/molecules/FeatureFilters/index.js +23 -23
- package/dist/presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.js +67 -67
- package/dist/presentation/features/molecules/FeatureHoverPreview/index.js +67 -67
- package/dist/presentation/features/molecules/index.js +139 -139
- package/dist/presentation/features/organisms/FeatureDataViewsList.js +7 -7
- package/dist/presentation/features/organisms/FeatureDetail/FeatureDetail.js +57 -57
- package/dist/presentation/features/organisms/FeatureDetail/index.js +57 -57
- package/dist/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.js +183 -183
- package/dist/presentation/features/organisms/FeatureDiscovery/index.js +183 -183
- package/dist/presentation/features/organisms/FeatureEventsList.js +7 -7
- package/dist/presentation/features/organisms/FeatureFormsList.js +7 -7
- package/dist/presentation/features/organisms/FeatureOperationsList.js +7 -7
- package/dist/presentation/features/organisms/FeaturePresentationsList.js +7 -7
- package/dist/presentation/features/organisms/index.js +275 -275
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.js +126 -126
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/index.js +126 -126
- package/dist/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.js +16 -16
- package/dist/presentation/features/templates/FeatureDataViewsTemplate/index.js +16 -16
- package/dist/presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.js +112 -112
- package/dist/presentation/features/templates/FeatureEventDetailTemplate/index.js +112 -112
- package/dist/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.js +16 -16
- package/dist/presentation/features/templates/FeatureEventsTemplate/index.js +16 -16
- package/dist/presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.js +126 -126
- package/dist/presentation/features/templates/FeatureFormDetailTemplate/index.js +126 -126
- package/dist/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.js +16 -16
- package/dist/presentation/features/templates/FeatureFormsTemplate/index.js +16 -16
- package/dist/presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.js +110 -110
- package/dist/presentation/features/templates/FeatureOperationDetailTemplate/index.js +110 -110
- package/dist/presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.js +16 -16
- package/dist/presentation/features/templates/FeatureOperationsTemplate/index.js +16 -16
- package/dist/presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.js +66 -66
- package/dist/presentation/features/templates/FeatureOverviewTemplate/index.js +66 -66
- package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.js +112 -112
- package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/index.js +112 -112
- package/dist/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.js +16 -16
- package/dist/presentation/features/templates/FeaturePresentationsTemplate/index.js +16 -16
- package/package.json +71 -22
- package/src/bundles/LibraryBundle.ts +152 -0
- package/src/bundles/index.ts +1 -0
- package/src/components/shell/WorkspaceShellRenderer.tsx +90 -0
- package/src/components/shell/index.ts +1 -0
|
@@ -1,1962 +1,1962 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
// src/components/legal/PrivacyTemplate.tsx
|
|
3
|
-
import {
|
|
3
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
4
4
|
var metadata = {
|
|
5
5
|
title: "Privacy Policy | ContractSpec",
|
|
6
6
|
description: "Learn how ContractSpec collects, uses, and protects your personal data in compliance with GDPR."
|
|
7
7
|
};
|
|
8
8
|
function PrivacyTemplate() {
|
|
9
|
-
return /* @__PURE__ */
|
|
9
|
+
return /* @__PURE__ */ jsx("main", {
|
|
10
10
|
className: "flex grow flex-col items-center justify-center pt-24",
|
|
11
|
-
children: /* @__PURE__ */
|
|
11
|
+
children: /* @__PURE__ */ jsx("section", {
|
|
12
12
|
className: "section-padding",
|
|
13
|
-
children: /* @__PURE__ */
|
|
13
|
+
children: /* @__PURE__ */ jsxs("div", {
|
|
14
14
|
className: "prose prose-invert mx-auto max-w-3xl",
|
|
15
15
|
children: [
|
|
16
|
-
/* @__PURE__ */
|
|
16
|
+
/* @__PURE__ */ jsx("h1", {
|
|
17
17
|
className: "mb-4 text-4xl font-bold",
|
|
18
18
|
children: "Privacy Policy"
|
|
19
|
-
}
|
|
20
|
-
/* @__PURE__ */
|
|
19
|
+
}),
|
|
20
|
+
/* @__PURE__ */ jsx("p", {
|
|
21
21
|
className: "text-muted-foreground mb-8",
|
|
22
22
|
children: "Last updated: December 18, 2025"
|
|
23
|
-
}
|
|
24
|
-
/* @__PURE__ */
|
|
23
|
+
}),
|
|
24
|
+
/* @__PURE__ */ jsxs("section", {
|
|
25
25
|
className: "space-y-4",
|
|
26
26
|
children: [
|
|
27
|
-
/* @__PURE__ */
|
|
27
|
+
/* @__PURE__ */ jsx("h2", {
|
|
28
28
|
className: "text-foreground text-2xl font-bold",
|
|
29
29
|
children: "1. Who We Are"
|
|
30
|
-
}
|
|
31
|
-
/* @__PURE__ */
|
|
30
|
+
}),
|
|
31
|
+
/* @__PURE__ */ jsxs("p", {
|
|
32
32
|
className: "text-muted-foreground",
|
|
33
33
|
children: [
|
|
34
|
-
/* @__PURE__ */
|
|
34
|
+
/* @__PURE__ */ jsx("strong", {
|
|
35
35
|
className: "text-foreground",
|
|
36
36
|
children: "ContractSpec"
|
|
37
|
-
}
|
|
37
|
+
}),
|
|
38
38
|
" is a brand of",
|
|
39
39
|
" ",
|
|
40
|
-
/* @__PURE__ */
|
|
40
|
+
/* @__PURE__ */ jsx("strong", {
|
|
41
41
|
className: "text-foreground",
|
|
42
42
|
children: "CHAMAN VENTURES"
|
|
43
|
-
}
|
|
43
|
+
}),
|
|
44
44
|
", a simplified joint-stock company (SASU) registered in France."
|
|
45
45
|
]
|
|
46
|
-
}
|
|
47
|
-
/* @__PURE__ */
|
|
46
|
+
}),
|
|
47
|
+
/* @__PURE__ */ jsxs("div", {
|
|
48
48
|
className: "text-muted-foreground rounded-lg border border-white/10 bg-white/5 p-4",
|
|
49
49
|
children: [
|
|
50
|
-
/* @__PURE__ */
|
|
50
|
+
/* @__PURE__ */ jsx("p", {
|
|
51
51
|
className: "mb-2",
|
|
52
|
-
children: /* @__PURE__ */
|
|
52
|
+
children: /* @__PURE__ */ jsx("strong", {
|
|
53
53
|
className: "text-foreground",
|
|
54
54
|
children: "Data Controller:"
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
/* @__PURE__ */
|
|
55
|
+
})
|
|
56
|
+
}),
|
|
57
|
+
/* @__PURE__ */ jsxs("ul", {
|
|
58
58
|
className: "list-none space-y-1 pl-0",
|
|
59
59
|
children: [
|
|
60
|
-
/* @__PURE__ */
|
|
60
|
+
/* @__PURE__ */ jsx("li", {
|
|
61
61
|
children: "CHAMAN VENTURES, SASU"
|
|
62
|
-
}
|
|
63
|
-
/* @__PURE__ */
|
|
62
|
+
}),
|
|
63
|
+
/* @__PURE__ */ jsx("li", {
|
|
64
64
|
children: "RCS Paris \u2022 SIREN 989 498 902"
|
|
65
|
-
}
|
|
66
|
-
/* @__PURE__ */
|
|
65
|
+
}),
|
|
66
|
+
/* @__PURE__ */ jsx("li", {
|
|
67
67
|
children: "229 rue Saint-Honor\xE9, 75001 Paris, France"
|
|
68
|
-
}
|
|
69
|
-
/* @__PURE__ */
|
|
68
|
+
}),
|
|
69
|
+
/* @__PURE__ */ jsxs("li", {
|
|
70
70
|
children: [
|
|
71
71
|
"Contact:",
|
|
72
72
|
" ",
|
|
73
|
-
/* @__PURE__ */
|
|
73
|
+
/* @__PURE__ */ jsx("a", {
|
|
74
74
|
href: "mailto:privacy@contractspec.io",
|
|
75
75
|
className: "text-primary hover:underline",
|
|
76
76
|
children: "privacy@contractspec.io"
|
|
77
|
-
}
|
|
77
|
+
})
|
|
78
78
|
]
|
|
79
|
-
}
|
|
79
|
+
})
|
|
80
80
|
]
|
|
81
|
-
}
|
|
81
|
+
})
|
|
82
82
|
]
|
|
83
|
-
}
|
|
84
|
-
/* @__PURE__ */
|
|
83
|
+
}),
|
|
84
|
+
/* @__PURE__ */ jsx("p", {
|
|
85
85
|
className: "text-muted-foreground",
|
|
86
86
|
children: "We are responsible for deciding how we hold and use personal data about you. We are required under data protection legislation to notify you of the information contained in this privacy policy."
|
|
87
|
-
}
|
|
87
|
+
})
|
|
88
88
|
]
|
|
89
|
-
}
|
|
90
|
-
/* @__PURE__ */
|
|
89
|
+
}),
|
|
90
|
+
/* @__PURE__ */ jsxs("section", {
|
|
91
91
|
className: "mt-10 space-y-4",
|
|
92
92
|
children: [
|
|
93
|
-
/* @__PURE__ */
|
|
93
|
+
/* @__PURE__ */ jsx("h2", {
|
|
94
94
|
className: "text-foreground text-2xl font-bold",
|
|
95
95
|
children: "2. What This Policy Covers"
|
|
96
|
-
}
|
|
97
|
-
/* @__PURE__ */
|
|
96
|
+
}),
|
|
97
|
+
/* @__PURE__ */ jsx("p", {
|
|
98
98
|
className: "text-muted-foreground",
|
|
99
99
|
children: "This privacy policy explains:"
|
|
100
|
-
}
|
|
101
|
-
/* @__PURE__ */
|
|
100
|
+
}),
|
|
101
|
+
/* @__PURE__ */ jsxs("ul", {
|
|
102
102
|
className: "text-muted-foreground list-disc space-y-2 pl-6",
|
|
103
103
|
children: [
|
|
104
|
-
/* @__PURE__ */
|
|
104
|
+
/* @__PURE__ */ jsx("li", {
|
|
105
105
|
children: "What personal data we collect through the ContractSpec website and services"
|
|
106
|
-
}
|
|
107
|
-
/* @__PURE__ */
|
|
106
|
+
}),
|
|
107
|
+
/* @__PURE__ */ jsx("li", {
|
|
108
108
|
children: "Why we collect and process your data"
|
|
109
|
-
}
|
|
110
|
-
/* @__PURE__ */
|
|
109
|
+
}),
|
|
110
|
+
/* @__PURE__ */ jsx("li", {
|
|
111
111
|
children: "How we store and protect your data"
|
|
112
|
-
}
|
|
113
|
-
/* @__PURE__ */
|
|
112
|
+
}),
|
|
113
|
+
/* @__PURE__ */ jsx("li", {
|
|
114
114
|
children: "Who we may share your data with"
|
|
115
|
-
}
|
|
116
|
-
/* @__PURE__ */
|
|
115
|
+
}),
|
|
116
|
+
/* @__PURE__ */ jsx("li", {
|
|
117
117
|
children: "Your rights under the General Data Protection Regulation (GDPR)"
|
|
118
|
-
}
|
|
118
|
+
})
|
|
119
119
|
]
|
|
120
|
-
}
|
|
121
|
-
/* @__PURE__ */
|
|
120
|
+
}),
|
|
121
|
+
/* @__PURE__ */ jsx("p", {
|
|
122
122
|
className: "text-muted-foreground",
|
|
123
123
|
children: "This policy applies to visitors of our website, users who sign up for our waitlist or contact us, and customers who use our services."
|
|
124
|
-
}
|
|
124
|
+
})
|
|
125
125
|
]
|
|
126
|
-
}
|
|
127
|
-
/* @__PURE__ */
|
|
126
|
+
}),
|
|
127
|
+
/* @__PURE__ */ jsxs("section", {
|
|
128
128
|
className: "mt-10 space-y-4",
|
|
129
129
|
children: [
|
|
130
|
-
/* @__PURE__ */
|
|
130
|
+
/* @__PURE__ */ jsx("h2", {
|
|
131
131
|
className: "text-foreground text-2xl font-bold",
|
|
132
132
|
children: "3. Data We Collect"
|
|
133
|
-
}
|
|
134
|
-
/* @__PURE__ */
|
|
133
|
+
}),
|
|
134
|
+
/* @__PURE__ */ jsx("p", {
|
|
135
135
|
className: "text-muted-foreground",
|
|
136
136
|
children: "We collect different types of data depending on how you interact with ContractSpec:"
|
|
137
|
-
}
|
|
138
|
-
/* @__PURE__ */
|
|
137
|
+
}),
|
|
138
|
+
/* @__PURE__ */ jsx("div", {
|
|
139
139
|
className: "overflow-x-auto",
|
|
140
|
-
children: /* @__PURE__ */
|
|
140
|
+
children: /* @__PURE__ */ jsxs("table", {
|
|
141
141
|
className: "text-muted-foreground w-full border-collapse text-sm",
|
|
142
142
|
children: [
|
|
143
|
-
/* @__PURE__ */
|
|
144
|
-
children: /* @__PURE__ */
|
|
143
|
+
/* @__PURE__ */ jsx("thead", {
|
|
144
|
+
children: /* @__PURE__ */ jsxs("tr", {
|
|
145
145
|
className: "border-b border-white/20",
|
|
146
146
|
children: [
|
|
147
|
-
/* @__PURE__ */
|
|
147
|
+
/* @__PURE__ */ jsx("th", {
|
|
148
148
|
className: "text-foreground py-3 pr-4 text-left font-semibold",
|
|
149
149
|
children: "Category"
|
|
150
|
-
}
|
|
151
|
-
/* @__PURE__ */
|
|
150
|
+
}),
|
|
151
|
+
/* @__PURE__ */ jsx("th", {
|
|
152
152
|
className: "text-foreground py-3 pr-4 text-left font-semibold",
|
|
153
153
|
children: "Data Collected"
|
|
154
|
-
}
|
|
155
|
-
/* @__PURE__ */
|
|
154
|
+
}),
|
|
155
|
+
/* @__PURE__ */ jsx("th", {
|
|
156
156
|
className: "text-foreground py-3 text-left font-semibold",
|
|
157
157
|
children: "When Collected"
|
|
158
|
-
}
|
|
158
|
+
})
|
|
159
159
|
]
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
/* @__PURE__ */
|
|
160
|
+
})
|
|
161
|
+
}),
|
|
162
|
+
/* @__PURE__ */ jsxs("tbody", {
|
|
163
163
|
children: [
|
|
164
|
-
/* @__PURE__ */
|
|
164
|
+
/* @__PURE__ */ jsxs("tr", {
|
|
165
165
|
className: "border-b border-white/10",
|
|
166
166
|
children: [
|
|
167
|
-
/* @__PURE__ */
|
|
167
|
+
/* @__PURE__ */ jsx("td", {
|
|
168
168
|
className: "py-3 pr-4 font-medium",
|
|
169
169
|
children: "Website Analytics"
|
|
170
|
-
}
|
|
171
|
-
/* @__PURE__ */
|
|
170
|
+
}),
|
|
171
|
+
/* @__PURE__ */ jsx("td", {
|
|
172
172
|
className: "py-3 pr-4",
|
|
173
173
|
children: "Page views, click events, device type, browser, approximate location (country level), session duration, referral source"
|
|
174
|
-
}
|
|
175
|
-
/* @__PURE__ */
|
|
174
|
+
}),
|
|
175
|
+
/* @__PURE__ */ jsx("td", {
|
|
176
176
|
className: "py-3",
|
|
177
177
|
children: "When browsing our website (with consent in EU/EEA)"
|
|
178
|
-
}
|
|
178
|
+
})
|
|
179
179
|
]
|
|
180
|
-
}
|
|
181
|
-
/* @__PURE__ */
|
|
180
|
+
}),
|
|
181
|
+
/* @__PURE__ */ jsxs("tr", {
|
|
182
182
|
className: "border-b border-white/10",
|
|
183
183
|
children: [
|
|
184
|
-
/* @__PURE__ */
|
|
184
|
+
/* @__PURE__ */ jsx("td", {
|
|
185
185
|
className: "py-3 pr-4 font-medium",
|
|
186
186
|
children: "Contact / Waitlist"
|
|
187
|
-
}
|
|
188
|
-
/* @__PURE__ */
|
|
187
|
+
}),
|
|
188
|
+
/* @__PURE__ */ jsx("td", {
|
|
189
189
|
className: "py-3 pr-4",
|
|
190
190
|
children: "Name, email address, message content"
|
|
191
|
-
}
|
|
192
|
-
/* @__PURE__ */
|
|
191
|
+
}),
|
|
192
|
+
/* @__PURE__ */ jsx("td", {
|
|
193
193
|
className: "py-3",
|
|
194
194
|
children: "When you submit a form or join our waitlist"
|
|
195
|
-
}
|
|
195
|
+
})
|
|
196
196
|
]
|
|
197
|
-
}
|
|
198
|
-
/* @__PURE__ */
|
|
197
|
+
}),
|
|
198
|
+
/* @__PURE__ */ jsxs("tr", {
|
|
199
199
|
className: "border-b border-white/10",
|
|
200
200
|
children: [
|
|
201
|
-
/* @__PURE__ */
|
|
201
|
+
/* @__PURE__ */ jsx("td", {
|
|
202
202
|
className: "py-3 pr-4 font-medium",
|
|
203
203
|
children: "Account Data"
|
|
204
|
-
}
|
|
205
|
-
/* @__PURE__ */
|
|
204
|
+
}),
|
|
205
|
+
/* @__PURE__ */ jsxs("td", {
|
|
206
206
|
className: "py-3 pr-4",
|
|
207
207
|
children: [
|
|
208
|
-
/* @__PURE__ */
|
|
208
|
+
/* @__PURE__ */ jsx("em", {
|
|
209
209
|
children: "Not yet applicable"
|
|
210
|
-
}
|
|
210
|
+
}),
|
|
211
211
|
" \u2014 We do not currently offer user accounts. This section will be updated when accounts are introduced."
|
|
212
212
|
]
|
|
213
|
-
}
|
|
214
|
-
/* @__PURE__ */
|
|
213
|
+
}),
|
|
214
|
+
/* @__PURE__ */ jsx("td", {
|
|
215
215
|
className: "py-3",
|
|
216
216
|
children: "\u2014"
|
|
217
|
-
}
|
|
217
|
+
})
|
|
218
218
|
]
|
|
219
|
-
}
|
|
220
|
-
/* @__PURE__ */
|
|
219
|
+
}),
|
|
220
|
+
/* @__PURE__ */ jsxs("tr", {
|
|
221
221
|
className: "border-b border-white/10",
|
|
222
222
|
children: [
|
|
223
|
-
/* @__PURE__ */
|
|
223
|
+
/* @__PURE__ */ jsx("td", {
|
|
224
224
|
className: "py-3 pr-4 font-medium",
|
|
225
225
|
children: "Billing Data"
|
|
226
|
-
}
|
|
227
|
-
/* @__PURE__ */
|
|
226
|
+
}),
|
|
227
|
+
/* @__PURE__ */ jsxs("td", {
|
|
228
228
|
className: "py-3 pr-4",
|
|
229
229
|
children: [
|
|
230
|
-
/* @__PURE__ */
|
|
230
|
+
/* @__PURE__ */ jsx("em", {
|
|
231
231
|
children: "Not yet applicable"
|
|
232
|
-
}
|
|
232
|
+
}),
|
|
233
233
|
" \u2014 We do not currently process payments. This section will be updated when billing is introduced."
|
|
234
234
|
]
|
|
235
|
-
}
|
|
236
|
-
/* @__PURE__ */
|
|
235
|
+
}),
|
|
236
|
+
/* @__PURE__ */ jsx("td", {
|
|
237
237
|
className: "py-3",
|
|
238
238
|
children: "\u2014"
|
|
239
|
-
}
|
|
239
|
+
})
|
|
240
240
|
]
|
|
241
|
-
}
|
|
241
|
+
})
|
|
242
242
|
]
|
|
243
|
-
}
|
|
243
|
+
})
|
|
244
244
|
]
|
|
245
|
-
}
|
|
246
|
-
}
|
|
245
|
+
})
|
|
246
|
+
})
|
|
247
247
|
]
|
|
248
|
-
}
|
|
249
|
-
/* @__PURE__ */
|
|
248
|
+
}),
|
|
249
|
+
/* @__PURE__ */ jsxs("section", {
|
|
250
250
|
className: "mt-10 space-y-4",
|
|
251
251
|
children: [
|
|
252
|
-
/* @__PURE__ */
|
|
252
|
+
/* @__PURE__ */ jsx("h2", {
|
|
253
253
|
className: "text-foreground text-2xl font-bold",
|
|
254
254
|
children: "4. Why We Process Data (Purposes & Legal Bases)"
|
|
255
|
-
}
|
|
256
|
-
/* @__PURE__ */
|
|
255
|
+
}),
|
|
256
|
+
/* @__PURE__ */ jsx("p", {
|
|
257
257
|
className: "text-muted-foreground",
|
|
258
258
|
children: "Under GDPR, we must have a lawful basis for processing your personal data. We rely on the following:"
|
|
259
|
-
}
|
|
260
|
-
/* @__PURE__ */
|
|
259
|
+
}),
|
|
260
|
+
/* @__PURE__ */ jsx("div", {
|
|
261
261
|
className: "overflow-x-auto",
|
|
262
|
-
children: /* @__PURE__ */
|
|
262
|
+
children: /* @__PURE__ */ jsxs("table", {
|
|
263
263
|
className: "text-muted-foreground w-full border-collapse text-sm",
|
|
264
264
|
children: [
|
|
265
|
-
/* @__PURE__ */
|
|
266
|
-
children: /* @__PURE__ */
|
|
265
|
+
/* @__PURE__ */ jsx("thead", {
|
|
266
|
+
children: /* @__PURE__ */ jsxs("tr", {
|
|
267
267
|
className: "border-b border-white/20",
|
|
268
268
|
children: [
|
|
269
|
-
/* @__PURE__ */
|
|
269
|
+
/* @__PURE__ */ jsx("th", {
|
|
270
270
|
className: "text-foreground py-3 pr-4 text-left font-semibold",
|
|
271
271
|
children: "Purpose"
|
|
272
|
-
}
|
|
273
|
-
/* @__PURE__ */
|
|
272
|
+
}),
|
|
273
|
+
/* @__PURE__ */ jsx("th", {
|
|
274
274
|
className: "text-foreground py-3 pr-4 text-left font-semibold",
|
|
275
275
|
children: "Legal Basis"
|
|
276
|
-
}
|
|
277
|
-
/* @__PURE__ */
|
|
276
|
+
}),
|
|
277
|
+
/* @__PURE__ */ jsx("th", {
|
|
278
278
|
className: "text-foreground py-3 text-left font-semibold",
|
|
279
279
|
children: "Details"
|
|
280
|
-
}
|
|
280
|
+
})
|
|
281
281
|
]
|
|
282
|
-
}
|
|
283
|
-
}
|
|
284
|
-
/* @__PURE__ */
|
|
282
|
+
})
|
|
283
|
+
}),
|
|
284
|
+
/* @__PURE__ */ jsxs("tbody", {
|
|
285
285
|
children: [
|
|
286
|
-
/* @__PURE__ */
|
|
286
|
+
/* @__PURE__ */ jsxs("tr", {
|
|
287
287
|
className: "border-b border-white/10",
|
|
288
288
|
children: [
|
|
289
|
-
/* @__PURE__ */
|
|
289
|
+
/* @__PURE__ */ jsx("td", {
|
|
290
290
|
className: "py-3 pr-4 font-medium",
|
|
291
291
|
children: "Website operation & security"
|
|
292
|
-
}
|
|
293
|
-
/* @__PURE__ */
|
|
292
|
+
}),
|
|
293
|
+
/* @__PURE__ */ jsx("td", {
|
|
294
294
|
className: "py-3 pr-4",
|
|
295
295
|
children: "Legitimate interest"
|
|
296
|
-
}
|
|
297
|
-
/* @__PURE__ */
|
|
296
|
+
}),
|
|
297
|
+
/* @__PURE__ */ jsx("td", {
|
|
298
298
|
className: "py-3",
|
|
299
299
|
children: "Ensuring our website functions correctly, preventing abuse, and maintaining security"
|
|
300
|
-
}
|
|
300
|
+
})
|
|
301
301
|
]
|
|
302
|
-
}
|
|
303
|
-
/* @__PURE__ */
|
|
302
|
+
}),
|
|
303
|
+
/* @__PURE__ */ jsxs("tr", {
|
|
304
304
|
className: "border-b border-white/10",
|
|
305
305
|
children: [
|
|
306
|
-
/* @__PURE__ */
|
|
306
|
+
/* @__PURE__ */ jsx("td", {
|
|
307
307
|
className: "py-3 pr-4 font-medium",
|
|
308
308
|
children: "Analytics & improvement"
|
|
309
|
-
}
|
|
310
|
-
/* @__PURE__ */
|
|
309
|
+
}),
|
|
310
|
+
/* @__PURE__ */ jsx("td", {
|
|
311
311
|
className: "py-3 pr-4",
|
|
312
312
|
children: "Consent"
|
|
313
|
-
}
|
|
314
|
-
/* @__PURE__ */
|
|
313
|
+
}),
|
|
314
|
+
/* @__PURE__ */ jsx("td", {
|
|
315
315
|
className: "py-3",
|
|
316
316
|
children: "Understanding how users interact with our site to improve our services (gated behind consent in EU/EEA)"
|
|
317
|
-
}
|
|
317
|
+
})
|
|
318
318
|
]
|
|
319
|
-
}
|
|
320
|
-
/* @__PURE__ */
|
|
319
|
+
}),
|
|
320
|
+
/* @__PURE__ */ jsxs("tr", {
|
|
321
321
|
className: "border-b border-white/10",
|
|
322
322
|
children: [
|
|
323
|
-
/* @__PURE__ */
|
|
323
|
+
/* @__PURE__ */ jsx("td", {
|
|
324
324
|
className: "py-3 pr-4 font-medium",
|
|
325
325
|
children: "Responding to enquiries"
|
|
326
|
-
}
|
|
327
|
-
/* @__PURE__ */
|
|
326
|
+
}),
|
|
327
|
+
/* @__PURE__ */ jsx("td", {
|
|
328
328
|
className: "py-3 pr-4",
|
|
329
329
|
children: "Legitimate interest / Contract"
|
|
330
|
-
}
|
|
331
|
-
/* @__PURE__ */
|
|
330
|
+
}),
|
|
331
|
+
/* @__PURE__ */ jsx("td", {
|
|
332
332
|
className: "py-3",
|
|
333
333
|
children: "Responding to your questions, processing waitlist requests, or pre-contractual discussions"
|
|
334
|
-
}
|
|
334
|
+
})
|
|
335
335
|
]
|
|
336
|
-
}
|
|
337
|
-
/* @__PURE__ */
|
|
336
|
+
}),
|
|
337
|
+
/* @__PURE__ */ jsxs("tr", {
|
|
338
338
|
className: "border-b border-white/10",
|
|
339
339
|
children: [
|
|
340
|
-
/* @__PURE__ */
|
|
340
|
+
/* @__PURE__ */ jsx("td", {
|
|
341
341
|
className: "py-3 pr-4 font-medium",
|
|
342
342
|
children: "Service delivery"
|
|
343
|
-
}
|
|
344
|
-
/* @__PURE__ */
|
|
343
|
+
}),
|
|
344
|
+
/* @__PURE__ */ jsx("td", {
|
|
345
345
|
className: "py-3 pr-4",
|
|
346
346
|
children: "Contract"
|
|
347
|
-
}
|
|
348
|
-
/* @__PURE__ */
|
|
347
|
+
}),
|
|
348
|
+
/* @__PURE__ */ jsx("td", {
|
|
349
349
|
className: "py-3",
|
|
350
350
|
children: "If/when you become a customer, processing your data is necessary to fulfil our contractual obligations"
|
|
351
|
-
}
|
|
351
|
+
})
|
|
352
352
|
]
|
|
353
|
-
}
|
|
354
|
-
/* @__PURE__ */
|
|
353
|
+
}),
|
|
354
|
+
/* @__PURE__ */ jsxs("tr", {
|
|
355
355
|
className: "border-b border-white/10",
|
|
356
356
|
children: [
|
|
357
|
-
/* @__PURE__ */
|
|
357
|
+
/* @__PURE__ */ jsx("td", {
|
|
358
358
|
className: "py-3 pr-4 font-medium",
|
|
359
359
|
children: "Legal compliance"
|
|
360
|
-
}
|
|
361
|
-
/* @__PURE__ */
|
|
360
|
+
}),
|
|
361
|
+
/* @__PURE__ */ jsx("td", {
|
|
362
362
|
className: "py-3 pr-4",
|
|
363
363
|
children: "Legal obligation"
|
|
364
|
-
}
|
|
365
|
-
/* @__PURE__ */
|
|
364
|
+
}),
|
|
365
|
+
/* @__PURE__ */ jsx("td", {
|
|
366
366
|
className: "py-3",
|
|
367
367
|
children: "Complying with applicable laws, regulations, or legal processes"
|
|
368
|
-
}
|
|
368
|
+
})
|
|
369
369
|
]
|
|
370
|
-
}
|
|
370
|
+
})
|
|
371
371
|
]
|
|
372
|
-
}
|
|
372
|
+
})
|
|
373
373
|
]
|
|
374
|
-
}
|
|
375
|
-
}
|
|
374
|
+
})
|
|
375
|
+
})
|
|
376
376
|
]
|
|
377
|
-
}
|
|
378
|
-
/* @__PURE__ */
|
|
377
|
+
}),
|
|
378
|
+
/* @__PURE__ */ jsxs("section", {
|
|
379
379
|
className: "mt-10 space-y-4",
|
|
380
380
|
children: [
|
|
381
|
-
/* @__PURE__ */
|
|
381
|
+
/* @__PURE__ */ jsx("h2", {
|
|
382
382
|
className: "text-foreground text-2xl font-bold",
|
|
383
383
|
children: "5. Cookies & Tracking"
|
|
384
|
-
}
|
|
385
|
-
/* @__PURE__ */
|
|
384
|
+
}),
|
|
385
|
+
/* @__PURE__ */ jsxs("p", {
|
|
386
386
|
className: "text-muted-foreground",
|
|
387
387
|
children: [
|
|
388
388
|
"We use ",
|
|
389
|
-
/* @__PURE__ */
|
|
389
|
+
/* @__PURE__ */ jsx("strong", {
|
|
390
390
|
className: "text-foreground",
|
|
391
391
|
children: "PostHog"
|
|
392
|
-
}
|
|
392
|
+
}),
|
|
393
393
|
" for product analytics to understand how visitors use our website. PostHog may use cookies or similar technologies to collect this information."
|
|
394
394
|
]
|
|
395
|
-
}
|
|
396
|
-
/* @__PURE__ */
|
|
395
|
+
}),
|
|
396
|
+
/* @__PURE__ */ jsx("h3", {
|
|
397
397
|
className: "text-foreground mt-6 text-xl font-semibold",
|
|
398
398
|
children: "Consent in the EU/EEA"
|
|
399
|
-
}
|
|
400
|
-
/* @__PURE__ */
|
|
399
|
+
}),
|
|
400
|
+
/* @__PURE__ */ jsx("p", {
|
|
401
401
|
className: "text-muted-foreground",
|
|
402
402
|
children: "If you are located in the European Union or European Economic Area, we gate analytics tracking behind your explicit consent. Analytics cookies will not be set until you opt-in through our cookie consent mechanism."
|
|
403
|
-
}
|
|
404
|
-
/* @__PURE__ */
|
|
403
|
+
}),
|
|
404
|
+
/* @__PURE__ */ jsx("h3", {
|
|
405
405
|
className: "text-foreground mt-6 text-xl font-semibold",
|
|
406
406
|
children: "Withdrawing Consent / Opting Out"
|
|
407
|
-
}
|
|
408
|
-
/* @__PURE__ */
|
|
407
|
+
}),
|
|
408
|
+
/* @__PURE__ */ jsx("p", {
|
|
409
409
|
className: "text-muted-foreground",
|
|
410
410
|
children: "You can withdraw consent or opt out at any time:"
|
|
411
|
-
}
|
|
412
|
-
/* @__PURE__ */
|
|
411
|
+
}),
|
|
412
|
+
/* @__PURE__ */ jsxs("ul", {
|
|
413
413
|
className: "text-muted-foreground list-disc space-y-2 pl-6",
|
|
414
414
|
children: [
|
|
415
|
-
/* @__PURE__ */
|
|
415
|
+
/* @__PURE__ */ jsxs("li", {
|
|
416
416
|
children: [
|
|
417
|
-
/* @__PURE__ */
|
|
417
|
+
/* @__PURE__ */ jsx("strong", {
|
|
418
418
|
children: "Cookie settings:"
|
|
419
|
-
}
|
|
419
|
+
}),
|
|
420
420
|
" Use the cookie preferences link in our website footer to manage your consent"
|
|
421
421
|
]
|
|
422
|
-
}
|
|
423
|
-
/* @__PURE__ */
|
|
422
|
+
}),
|
|
423
|
+
/* @__PURE__ */ jsxs("li", {
|
|
424
424
|
children: [
|
|
425
|
-
/* @__PURE__ */
|
|
425
|
+
/* @__PURE__ */ jsx("strong", {
|
|
426
426
|
children: "Browser settings:"
|
|
427
|
-
}
|
|
427
|
+
}),
|
|
428
428
|
" Configure your browser to reject cookies or alert you when cookies are being set"
|
|
429
429
|
]
|
|
430
|
-
}
|
|
431
|
-
/* @__PURE__ */
|
|
430
|
+
}),
|
|
431
|
+
/* @__PURE__ */ jsxs("li", {
|
|
432
432
|
children: [
|
|
433
|
-
/* @__PURE__ */
|
|
433
|
+
/* @__PURE__ */ jsx("strong", {
|
|
434
434
|
children: "PostHog opt-out:"
|
|
435
|
-
}
|
|
435
|
+
}),
|
|
436
436
|
' PostHog respects "Do Not Track" browser signals where applicable'
|
|
437
437
|
]
|
|
438
|
-
}
|
|
438
|
+
})
|
|
439
439
|
]
|
|
440
|
-
}
|
|
441
|
-
/* @__PURE__ */
|
|
440
|
+
}),
|
|
441
|
+
/* @__PURE__ */ jsx("p", {
|
|
442
442
|
className: "text-muted-foreground",
|
|
443
443
|
children: "Note: Rejecting analytics cookies will not affect your ability to use our website."
|
|
444
|
-
}
|
|
444
|
+
})
|
|
445
445
|
]
|
|
446
|
-
}
|
|
447
|
-
/* @__PURE__ */
|
|
446
|
+
}),
|
|
447
|
+
/* @__PURE__ */ jsxs("section", {
|
|
448
448
|
className: "mt-10 space-y-4",
|
|
449
449
|
children: [
|
|
450
|
-
/* @__PURE__ */
|
|
450
|
+
/* @__PURE__ */ jsx("h2", {
|
|
451
451
|
className: "text-foreground text-2xl font-bold",
|
|
452
452
|
children: "6. Sub-processors & Recipients"
|
|
453
|
-
}
|
|
454
|
-
/* @__PURE__ */
|
|
453
|
+
}),
|
|
454
|
+
/* @__PURE__ */ jsx("p", {
|
|
455
455
|
className: "text-muted-foreground",
|
|
456
456
|
children: "We share data with the following third-party service providers who process data on our behalf:"
|
|
457
|
-
}
|
|
458
|
-
/* @__PURE__ */
|
|
457
|
+
}),
|
|
458
|
+
/* @__PURE__ */ jsx("div", {
|
|
459
459
|
className: "overflow-x-auto",
|
|
460
|
-
children: /* @__PURE__ */
|
|
460
|
+
children: /* @__PURE__ */ jsxs("table", {
|
|
461
461
|
className: "text-muted-foreground w-full border-collapse text-sm",
|
|
462
462
|
children: [
|
|
463
|
-
/* @__PURE__ */
|
|
464
|
-
children: /* @__PURE__ */
|
|
463
|
+
/* @__PURE__ */ jsx("thead", {
|
|
464
|
+
children: /* @__PURE__ */ jsxs("tr", {
|
|
465
465
|
className: "border-b border-white/20",
|
|
466
466
|
children: [
|
|
467
|
-
/* @__PURE__ */
|
|
467
|
+
/* @__PURE__ */ jsx("th", {
|
|
468
468
|
className: "text-foreground py-3 pr-4 text-left font-semibold",
|
|
469
469
|
children: "Provider"
|
|
470
|
-
}
|
|
471
|
-
/* @__PURE__ */
|
|
470
|
+
}),
|
|
471
|
+
/* @__PURE__ */ jsx("th", {
|
|
472
472
|
className: "text-foreground py-3 pr-4 text-left font-semibold",
|
|
473
473
|
children: "Purpose"
|
|
474
|
-
}
|
|
475
|
-
/* @__PURE__ */
|
|
474
|
+
}),
|
|
475
|
+
/* @__PURE__ */ jsx("th", {
|
|
476
476
|
className: "text-foreground py-3 text-left font-semibold",
|
|
477
477
|
children: "Location"
|
|
478
|
-
}
|
|
478
|
+
})
|
|
479
479
|
]
|
|
480
|
-
}
|
|
481
|
-
}
|
|
482
|
-
/* @__PURE__ */
|
|
480
|
+
})
|
|
481
|
+
}),
|
|
482
|
+
/* @__PURE__ */ jsxs("tbody", {
|
|
483
483
|
children: [
|
|
484
|
-
/* @__PURE__ */
|
|
484
|
+
/* @__PURE__ */ jsxs("tr", {
|
|
485
485
|
className: "border-b border-white/10",
|
|
486
486
|
children: [
|
|
487
|
-
/* @__PURE__ */
|
|
487
|
+
/* @__PURE__ */ jsx("td", {
|
|
488
488
|
className: "py-3 pr-4 font-medium",
|
|
489
489
|
children: "PostHog"
|
|
490
|
-
}
|
|
491
|
-
/* @__PURE__ */
|
|
490
|
+
}),
|
|
491
|
+
/* @__PURE__ */ jsx("td", {
|
|
492
492
|
className: "py-3 pr-4",
|
|
493
493
|
children: "Product analytics"
|
|
494
|
-
}
|
|
495
|
-
/* @__PURE__ */
|
|
494
|
+
}),
|
|
495
|
+
/* @__PURE__ */ jsx("td", {
|
|
496
496
|
className: "py-3",
|
|
497
497
|
children: "EU (PostHog Cloud EU) or US"
|
|
498
|
-
}
|
|
498
|
+
})
|
|
499
499
|
]
|
|
500
|
-
}
|
|
501
|
-
/* @__PURE__ */
|
|
500
|
+
}),
|
|
501
|
+
/* @__PURE__ */ jsxs("tr", {
|
|
502
502
|
className: "border-b border-white/10",
|
|
503
503
|
children: [
|
|
504
|
-
/* @__PURE__ */
|
|
504
|
+
/* @__PURE__ */ jsx("td", {
|
|
505
505
|
className: "py-3 pr-4 font-medium",
|
|
506
506
|
children: "Vercel"
|
|
507
|
-
}
|
|
508
|
-
/* @__PURE__ */
|
|
507
|
+
}),
|
|
508
|
+
/* @__PURE__ */ jsx("td", {
|
|
509
509
|
className: "py-3 pr-4",
|
|
510
510
|
children: "Website hosting & CDN"
|
|
511
|
-
}
|
|
512
|
-
/* @__PURE__ */
|
|
511
|
+
}),
|
|
512
|
+
/* @__PURE__ */ jsx("td", {
|
|
513
513
|
className: "py-3",
|
|
514
514
|
children: "Global (including EU regions)"
|
|
515
|
-
}
|
|
515
|
+
})
|
|
516
516
|
]
|
|
517
|
-
}
|
|
518
|
-
/* @__PURE__ */
|
|
517
|
+
}),
|
|
518
|
+
/* @__PURE__ */ jsxs("tr", {
|
|
519
519
|
className: "border-b border-white/10",
|
|
520
520
|
children: [
|
|
521
|
-
/* @__PURE__ */
|
|
521
|
+
/* @__PURE__ */ jsx("td", {
|
|
522
522
|
className: "py-3 pr-4 font-medium",
|
|
523
523
|
children: "Scaleway"
|
|
524
|
-
}
|
|
525
|
-
/* @__PURE__ */
|
|
524
|
+
}),
|
|
525
|
+
/* @__PURE__ */ jsx("td", {
|
|
526
526
|
className: "py-3 pr-4",
|
|
527
527
|
children: "Cloud infrastructure"
|
|
528
|
-
}
|
|
529
|
-
/* @__PURE__ */
|
|
528
|
+
}),
|
|
529
|
+
/* @__PURE__ */ jsx("td", {
|
|
530
530
|
className: "py-3",
|
|
531
531
|
children: "France / EU"
|
|
532
|
-
}
|
|
532
|
+
})
|
|
533
533
|
]
|
|
534
|
-
}
|
|
535
|
-
/* @__PURE__ */
|
|
534
|
+
}),
|
|
535
|
+
/* @__PURE__ */ jsxs("tr", {
|
|
536
536
|
className: "border-b border-white/10",
|
|
537
537
|
children: [
|
|
538
|
-
/* @__PURE__ */
|
|
538
|
+
/* @__PURE__ */ jsxs("td", {
|
|
539
539
|
className: "py-3 pr-4 font-medium",
|
|
540
540
|
children: [
|
|
541
541
|
"Email provider ",
|
|
542
|
-
/* @__PURE__ */
|
|
542
|
+
/* @__PURE__ */ jsx("em", {
|
|
543
543
|
children: "(TBD)"
|
|
544
|
-
}
|
|
544
|
+
})
|
|
545
545
|
]
|
|
546
|
-
}
|
|
547
|
-
/* @__PURE__ */
|
|
546
|
+
}),
|
|
547
|
+
/* @__PURE__ */ jsx("td", {
|
|
548
548
|
className: "py-3 pr-4",
|
|
549
549
|
children: "Transactional & marketing emails"
|
|
550
|
-
}
|
|
551
|
-
/* @__PURE__ */
|
|
550
|
+
}),
|
|
551
|
+
/* @__PURE__ */ jsx("td", {
|
|
552
552
|
className: "py-3",
|
|
553
|
-
children: /* @__PURE__ */
|
|
553
|
+
children: /* @__PURE__ */ jsx("em", {
|
|
554
554
|
children: "To be confirmed"
|
|
555
|
-
}
|
|
556
|
-
}
|
|
555
|
+
})
|
|
556
|
+
})
|
|
557
557
|
]
|
|
558
|
-
}
|
|
559
|
-
/* @__PURE__ */
|
|
558
|
+
}),
|
|
559
|
+
/* @__PURE__ */ jsxs("tr", {
|
|
560
560
|
className: "border-b border-white/10",
|
|
561
561
|
children: [
|
|
562
|
-
/* @__PURE__ */
|
|
562
|
+
/* @__PURE__ */ jsxs("td", {
|
|
563
563
|
className: "py-3 pr-4 font-medium",
|
|
564
564
|
children: [
|
|
565
565
|
"Error tracking ",
|
|
566
|
-
/* @__PURE__ */
|
|
566
|
+
/* @__PURE__ */ jsx("em", {
|
|
567
567
|
children: "(TBD)"
|
|
568
|
-
}
|
|
568
|
+
})
|
|
569
569
|
]
|
|
570
|
-
}
|
|
571
|
-
/* @__PURE__ */
|
|
570
|
+
}),
|
|
571
|
+
/* @__PURE__ */ jsx("td", {
|
|
572
572
|
className: "py-3 pr-4",
|
|
573
573
|
children: "Application error monitoring"
|
|
574
|
-
}
|
|
575
|
-
/* @__PURE__ */
|
|
574
|
+
}),
|
|
575
|
+
/* @__PURE__ */ jsx("td", {
|
|
576
576
|
className: "py-3",
|
|
577
|
-
children: /* @__PURE__ */
|
|
577
|
+
children: /* @__PURE__ */ jsx("em", {
|
|
578
578
|
children: "To be confirmed"
|
|
579
|
-
}
|
|
580
|
-
}
|
|
579
|
+
})
|
|
580
|
+
})
|
|
581
581
|
]
|
|
582
|
-
}
|
|
583
|
-
/* @__PURE__ */
|
|
582
|
+
}),
|
|
583
|
+
/* @__PURE__ */ jsxs("tr", {
|
|
584
584
|
className: "border-b border-white/10",
|
|
585
585
|
children: [
|
|
586
|
-
/* @__PURE__ */
|
|
586
|
+
/* @__PURE__ */ jsxs("td", {
|
|
587
587
|
className: "py-3 pr-4 font-medium",
|
|
588
588
|
children: [
|
|
589
589
|
"Payment processor ",
|
|
590
|
-
/* @__PURE__ */
|
|
590
|
+
/* @__PURE__ */ jsx("em", {
|
|
591
591
|
children: "(TBD)"
|
|
592
|
-
}
|
|
592
|
+
})
|
|
593
593
|
]
|
|
594
|
-
}
|
|
595
|
-
/* @__PURE__ */
|
|
594
|
+
}),
|
|
595
|
+
/* @__PURE__ */ jsx("td", {
|
|
596
596
|
className: "py-3 pr-4",
|
|
597
597
|
children: "Billing & subscription management"
|
|
598
|
-
}
|
|
599
|
-
/* @__PURE__ */
|
|
598
|
+
}),
|
|
599
|
+
/* @__PURE__ */ jsx("td", {
|
|
600
600
|
className: "py-3",
|
|
601
|
-
children: /* @__PURE__ */
|
|
601
|
+
children: /* @__PURE__ */ jsx("em", {
|
|
602
602
|
children: "To be confirmed"
|
|
603
|
-
}
|
|
604
|
-
}
|
|
603
|
+
})
|
|
604
|
+
})
|
|
605
605
|
]
|
|
606
|
-
}
|
|
606
|
+
})
|
|
607
607
|
]
|
|
608
|
-
}
|
|
608
|
+
})
|
|
609
609
|
]
|
|
610
|
-
}
|
|
611
|
-
}
|
|
612
|
-
/* @__PURE__ */
|
|
610
|
+
})
|
|
611
|
+
}),
|
|
612
|
+
/* @__PURE__ */ jsx("p", {
|
|
613
613
|
className: "text-muted-foreground mt-4",
|
|
614
614
|
children: "We carefully select our sub-processors and require them to maintain appropriate security measures and only process data according to our instructions."
|
|
615
|
-
}
|
|
615
|
+
})
|
|
616
616
|
]
|
|
617
|
-
}
|
|
618
|
-
/* @__PURE__ */
|
|
617
|
+
}),
|
|
618
|
+
/* @__PURE__ */ jsxs("section", {
|
|
619
619
|
className: "mt-10 space-y-4",
|
|
620
620
|
children: [
|
|
621
|
-
/* @__PURE__ */
|
|
621
|
+
/* @__PURE__ */ jsx("h2", {
|
|
622
622
|
className: "text-foreground text-2xl font-bold",
|
|
623
623
|
children: "7. International Data Transfers"
|
|
624
|
-
}
|
|
625
|
-
/* @__PURE__ */
|
|
624
|
+
}),
|
|
625
|
+
/* @__PURE__ */ jsx("p", {
|
|
626
626
|
className: "text-muted-foreground",
|
|
627
627
|
children: "As a France-based company, we aim to keep your data within the European Union wherever possible."
|
|
628
|
-
}
|
|
629
|
-
/* @__PURE__ */
|
|
628
|
+
}),
|
|
629
|
+
/* @__PURE__ */ jsx("p", {
|
|
630
630
|
className: "text-muted-foreground",
|
|
631
631
|
children: "However, some of our service providers may process data outside the EU/EEA. When this occurs, we ensure appropriate safeguards are in place, such as:"
|
|
632
|
-
}
|
|
633
|
-
/* @__PURE__ */
|
|
632
|
+
}),
|
|
633
|
+
/* @__PURE__ */ jsxs("ul", {
|
|
634
634
|
className: "text-muted-foreground list-disc space-y-2 pl-6",
|
|
635
635
|
children: [
|
|
636
|
-
/* @__PURE__ */
|
|
636
|
+
/* @__PURE__ */ jsxs("li", {
|
|
637
637
|
children: [
|
|
638
|
-
/* @__PURE__ */
|
|
638
|
+
/* @__PURE__ */ jsx("strong", {
|
|
639
639
|
children: "Standard Contractual Clauses (SCCs)"
|
|
640
|
-
}
|
|
640
|
+
}),
|
|
641
641
|
" approved by the European Commission"
|
|
642
642
|
]
|
|
643
|
-
}
|
|
644
|
-
/* @__PURE__ */
|
|
643
|
+
}),
|
|
644
|
+
/* @__PURE__ */ jsxs("li", {
|
|
645
645
|
children: [
|
|
646
|
-
/* @__PURE__ */
|
|
646
|
+
/* @__PURE__ */ jsx("strong", {
|
|
647
647
|
children: "Adequacy decisions"
|
|
648
|
-
}
|
|
648
|
+
}),
|
|
649
649
|
" where the recipient country has been deemed to provide adequate protection"
|
|
650
650
|
]
|
|
651
|
-
}
|
|
652
|
-
/* @__PURE__ */
|
|
651
|
+
}),
|
|
652
|
+
/* @__PURE__ */ jsxs("li", {
|
|
653
653
|
children: [
|
|
654
|
-
/* @__PURE__ */
|
|
654
|
+
/* @__PURE__ */ jsx("strong", {
|
|
655
655
|
children: "Binding Corporate Rules"
|
|
656
|
-
}
|
|
656
|
+
}),
|
|
657
657
|
" where applicable"
|
|
658
658
|
]
|
|
659
|
-
}
|
|
659
|
+
})
|
|
660
660
|
]
|
|
661
|
-
}
|
|
662
|
-
/* @__PURE__ */
|
|
661
|
+
}),
|
|
662
|
+
/* @__PURE__ */ jsxs("p", {
|
|
663
663
|
className: "text-muted-foreground",
|
|
664
664
|
children: [
|
|
665
665
|
"You may request more information about these safeguards by contacting us at",
|
|
666
666
|
" ",
|
|
667
|
-
/* @__PURE__ */
|
|
667
|
+
/* @__PURE__ */ jsx("a", {
|
|
668
668
|
href: "mailto:privacy@contractspec.io",
|
|
669
669
|
className: "text-primary hover:underline",
|
|
670
670
|
children: "privacy@contractspec.io"
|
|
671
|
-
}
|
|
671
|
+
}),
|
|
672
672
|
"."
|
|
673
673
|
]
|
|
674
|
-
}
|
|
674
|
+
})
|
|
675
675
|
]
|
|
676
|
-
}
|
|
677
|
-
/* @__PURE__ */
|
|
676
|
+
}),
|
|
677
|
+
/* @__PURE__ */ jsxs("section", {
|
|
678
678
|
className: "mt-10 space-y-4",
|
|
679
679
|
children: [
|
|
680
|
-
/* @__PURE__ */
|
|
680
|
+
/* @__PURE__ */ jsx("h2", {
|
|
681
681
|
className: "text-foreground text-2xl font-bold",
|
|
682
682
|
children: "8. Data Retention"
|
|
683
|
-
}
|
|
684
|
-
/* @__PURE__ */
|
|
683
|
+
}),
|
|
684
|
+
/* @__PURE__ */ jsx("p", {
|
|
685
685
|
className: "text-muted-foreground",
|
|
686
686
|
children: "We retain your personal data only for as long as necessary to fulfil the purposes for which it was collected:"
|
|
687
|
-
}
|
|
688
|
-
/* @__PURE__ */
|
|
687
|
+
}),
|
|
688
|
+
/* @__PURE__ */ jsx("div", {
|
|
689
689
|
className: "overflow-x-auto",
|
|
690
|
-
children: /* @__PURE__ */
|
|
690
|
+
children: /* @__PURE__ */ jsxs("table", {
|
|
691
691
|
className: "text-muted-foreground w-full border-collapse text-sm",
|
|
692
692
|
children: [
|
|
693
|
-
/* @__PURE__ */
|
|
694
|
-
children: /* @__PURE__ */
|
|
693
|
+
/* @__PURE__ */ jsx("thead", {
|
|
694
|
+
children: /* @__PURE__ */ jsxs("tr", {
|
|
695
695
|
className: "border-b border-white/20",
|
|
696
696
|
children: [
|
|
697
|
-
/* @__PURE__ */
|
|
697
|
+
/* @__PURE__ */ jsx("th", {
|
|
698
698
|
className: "text-foreground py-3 pr-4 text-left font-semibold",
|
|
699
699
|
children: "Data Type"
|
|
700
|
-
}
|
|
701
|
-
/* @__PURE__ */
|
|
700
|
+
}),
|
|
701
|
+
/* @__PURE__ */ jsx("th", {
|
|
702
702
|
className: "text-foreground py-3 text-left font-semibold",
|
|
703
703
|
children: "Retention Period"
|
|
704
|
-
}
|
|
704
|
+
})
|
|
705
705
|
]
|
|
706
|
-
}
|
|
707
|
-
}
|
|
708
|
-
/* @__PURE__ */
|
|
706
|
+
})
|
|
707
|
+
}),
|
|
708
|
+
/* @__PURE__ */ jsxs("tbody", {
|
|
709
709
|
children: [
|
|
710
|
-
/* @__PURE__ */
|
|
710
|
+
/* @__PURE__ */ jsxs("tr", {
|
|
711
711
|
className: "border-b border-white/10",
|
|
712
712
|
children: [
|
|
713
|
-
/* @__PURE__ */
|
|
713
|
+
/* @__PURE__ */ jsx("td", {
|
|
714
714
|
className: "py-3 pr-4 font-medium",
|
|
715
715
|
children: "Analytics data"
|
|
716
|
-
}
|
|
717
|
-
/* @__PURE__ */
|
|
716
|
+
}),
|
|
717
|
+
/* @__PURE__ */ jsx("td", {
|
|
718
718
|
className: "py-3",
|
|
719
719
|
children: "24 months from collection"
|
|
720
|
-
}
|
|
720
|
+
})
|
|
721
721
|
]
|
|
722
|
-
}
|
|
723
|
-
/* @__PURE__ */
|
|
722
|
+
}),
|
|
723
|
+
/* @__PURE__ */ jsxs("tr", {
|
|
724
724
|
className: "border-b border-white/10",
|
|
725
725
|
children: [
|
|
726
|
-
/* @__PURE__ */
|
|
726
|
+
/* @__PURE__ */ jsx("td", {
|
|
727
727
|
className: "py-3 pr-4 font-medium",
|
|
728
728
|
children: "Waitlist / contact form data"
|
|
729
|
-
}
|
|
730
|
-
/* @__PURE__ */
|
|
729
|
+
}),
|
|
730
|
+
/* @__PURE__ */ jsx("td", {
|
|
731
731
|
className: "py-3",
|
|
732
732
|
children: "Until you request deletion or 24 months after last interaction"
|
|
733
|
-
}
|
|
733
|
+
})
|
|
734
734
|
]
|
|
735
|
-
}
|
|
736
|
-
/* @__PURE__ */
|
|
735
|
+
}),
|
|
736
|
+
/* @__PURE__ */ jsxs("tr", {
|
|
737
737
|
className: "border-b border-white/10",
|
|
738
738
|
children: [
|
|
739
|
-
/* @__PURE__ */
|
|
739
|
+
/* @__PURE__ */ jsx("td", {
|
|
740
740
|
className: "py-3 pr-4 font-medium",
|
|
741
741
|
children: "Account data (when applicable)"
|
|
742
|
-
}
|
|
743
|
-
/* @__PURE__ */
|
|
742
|
+
}),
|
|
743
|
+
/* @__PURE__ */ jsx("td", {
|
|
744
744
|
className: "py-3",
|
|
745
745
|
children: "Duration of account plus 12 months after closure"
|
|
746
|
-
}
|
|
746
|
+
})
|
|
747
747
|
]
|
|
748
|
-
}
|
|
749
|
-
/* @__PURE__ */
|
|
748
|
+
}),
|
|
749
|
+
/* @__PURE__ */ jsxs("tr", {
|
|
750
750
|
className: "border-b border-white/10",
|
|
751
751
|
children: [
|
|
752
|
-
/* @__PURE__ */
|
|
752
|
+
/* @__PURE__ */ jsx("td", {
|
|
753
753
|
className: "py-3 pr-4 font-medium",
|
|
754
754
|
children: "Billing records (when applicable)"
|
|
755
|
-
}
|
|
756
|
-
/* @__PURE__ */
|
|
755
|
+
}),
|
|
756
|
+
/* @__PURE__ */ jsx("td", {
|
|
757
757
|
className: "py-3",
|
|
758
758
|
children: "10 years (French legal requirement)"
|
|
759
|
-
}
|
|
759
|
+
})
|
|
760
760
|
]
|
|
761
|
-
}
|
|
761
|
+
})
|
|
762
762
|
]
|
|
763
|
-
}
|
|
763
|
+
})
|
|
764
764
|
]
|
|
765
|
-
}
|
|
766
|
-
}
|
|
767
|
-
/* @__PURE__ */
|
|
765
|
+
})
|
|
766
|
+
}),
|
|
767
|
+
/* @__PURE__ */ jsx("p", {
|
|
768
768
|
className: "text-muted-foreground mt-4",
|
|
769
769
|
children: "We may retain certain data longer if required by law or to establish, exercise, or defend legal claims."
|
|
770
|
-
}
|
|
770
|
+
})
|
|
771
771
|
]
|
|
772
|
-
}
|
|
773
|
-
/* @__PURE__ */
|
|
772
|
+
}),
|
|
773
|
+
/* @__PURE__ */ jsxs("section", {
|
|
774
774
|
className: "mt-10 space-y-4",
|
|
775
775
|
children: [
|
|
776
|
-
/* @__PURE__ */
|
|
776
|
+
/* @__PURE__ */ jsx("h2", {
|
|
777
777
|
className: "text-foreground text-2xl font-bold",
|
|
778
778
|
children: "9. Your Rights Under GDPR"
|
|
779
|
-
}
|
|
780
|
-
/* @__PURE__ */
|
|
779
|
+
}),
|
|
780
|
+
/* @__PURE__ */ jsx("p", {
|
|
781
781
|
className: "text-muted-foreground",
|
|
782
782
|
children: "As a data subject in the EU, you have the following rights:"
|
|
783
|
-
}
|
|
784
|
-
/* @__PURE__ */
|
|
783
|
+
}),
|
|
784
|
+
/* @__PURE__ */ jsxs("ul", {
|
|
785
785
|
className: "text-muted-foreground list-disc space-y-3 pl-6",
|
|
786
786
|
children: [
|
|
787
|
-
/* @__PURE__ */
|
|
787
|
+
/* @__PURE__ */ jsxs("li", {
|
|
788
788
|
children: [
|
|
789
|
-
/* @__PURE__ */
|
|
789
|
+
/* @__PURE__ */ jsx("strong", {
|
|
790
790
|
className: "text-foreground",
|
|
791
791
|
children: "Right to access"
|
|
792
|
-
}
|
|
792
|
+
}),
|
|
793
793
|
" \u2014 Request a copy of the personal data we hold about you"
|
|
794
794
|
]
|
|
795
|
-
}
|
|
796
|
-
/* @__PURE__ */
|
|
795
|
+
}),
|
|
796
|
+
/* @__PURE__ */ jsxs("li", {
|
|
797
797
|
children: [
|
|
798
|
-
/* @__PURE__ */
|
|
798
|
+
/* @__PURE__ */ jsx("strong", {
|
|
799
799
|
className: "text-foreground",
|
|
800
800
|
children: "Right to rectification"
|
|
801
|
-
}
|
|
801
|
+
}),
|
|
802
802
|
" ",
|
|
803
803
|
"\u2014 Request correction of inaccurate or incomplete data"
|
|
804
804
|
]
|
|
805
|
-
}
|
|
806
|
-
/* @__PURE__ */
|
|
805
|
+
}),
|
|
806
|
+
/* @__PURE__ */ jsxs("li", {
|
|
807
807
|
children: [
|
|
808
|
-
/* @__PURE__ */
|
|
808
|
+
/* @__PURE__ */ jsx("strong", {
|
|
809
809
|
className: "text-foreground",
|
|
810
810
|
children: 'Right to erasure ("right to be forgotten")'
|
|
811
|
-
}
|
|
811
|
+
}),
|
|
812
812
|
" ",
|
|
813
813
|
"\u2014 Request deletion of your personal data in certain circumstances"
|
|
814
814
|
]
|
|
815
|
-
}
|
|
816
|
-
/* @__PURE__ */
|
|
815
|
+
}),
|
|
816
|
+
/* @__PURE__ */ jsxs("li", {
|
|
817
817
|
children: [
|
|
818
|
-
/* @__PURE__ */
|
|
818
|
+
/* @__PURE__ */ jsx("strong", {
|
|
819
819
|
className: "text-foreground",
|
|
820
820
|
children: "Right to restriction"
|
|
821
|
-
}
|
|
821
|
+
}),
|
|
822
822
|
" ",
|
|
823
823
|
"\u2014 Request that we limit how we use your data"
|
|
824
824
|
]
|
|
825
|
-
}
|
|
826
|
-
/* @__PURE__ */
|
|
825
|
+
}),
|
|
826
|
+
/* @__PURE__ */ jsxs("li", {
|
|
827
827
|
children: [
|
|
828
|
-
/* @__PURE__ */
|
|
828
|
+
/* @__PURE__ */ jsx("strong", {
|
|
829
829
|
className: "text-foreground",
|
|
830
830
|
children: "Right to data portability"
|
|
831
|
-
}
|
|
831
|
+
}),
|
|
832
832
|
" ",
|
|
833
833
|
"\u2014 Receive your data in a structured, machine-readable format"
|
|
834
834
|
]
|
|
835
|
-
}
|
|
836
|
-
/* @__PURE__ */
|
|
835
|
+
}),
|
|
836
|
+
/* @__PURE__ */ jsxs("li", {
|
|
837
837
|
children: [
|
|
838
|
-
/* @__PURE__ */
|
|
838
|
+
/* @__PURE__ */ jsx("strong", {
|
|
839
839
|
className: "text-foreground",
|
|
840
840
|
children: "Right to object"
|
|
841
|
-
}
|
|
841
|
+
}),
|
|
842
842
|
" \u2014 Object to processing based on legitimate interests or direct marketing"
|
|
843
843
|
]
|
|
844
|
-
}
|
|
845
|
-
/* @__PURE__ */
|
|
844
|
+
}),
|
|
845
|
+
/* @__PURE__ */ jsxs("li", {
|
|
846
846
|
children: [
|
|
847
|
-
/* @__PURE__ */
|
|
847
|
+
/* @__PURE__ */ jsx("strong", {
|
|
848
848
|
className: "text-foreground",
|
|
849
849
|
children: "Right to withdraw consent"
|
|
850
|
-
}
|
|
850
|
+
}),
|
|
851
851
|
" ",
|
|
852
852
|
"\u2014 Where processing is based on consent, withdraw it at any time"
|
|
853
853
|
]
|
|
854
|
-
}
|
|
854
|
+
})
|
|
855
855
|
]
|
|
856
|
-
}
|
|
857
|
-
/* @__PURE__ */
|
|
856
|
+
}),
|
|
857
|
+
/* @__PURE__ */ jsxs("p", {
|
|
858
858
|
className: "text-muted-foreground mt-4",
|
|
859
859
|
children: [
|
|
860
860
|
"To exercise any of these rights, please contact us at",
|
|
861
861
|
" ",
|
|
862
|
-
/* @__PURE__ */
|
|
862
|
+
/* @__PURE__ */ jsx("a", {
|
|
863
863
|
href: "mailto:privacy@contractspec.io",
|
|
864
864
|
className: "text-primary hover:underline",
|
|
865
865
|
children: "privacy@contractspec.io"
|
|
866
|
-
}
|
|
866
|
+
}),
|
|
867
867
|
". We will respond within one month as required by GDPR."
|
|
868
868
|
]
|
|
869
|
-
}
|
|
869
|
+
})
|
|
870
870
|
]
|
|
871
|
-
}
|
|
872
|
-
/* @__PURE__ */
|
|
871
|
+
}),
|
|
872
|
+
/* @__PURE__ */ jsxs("section", {
|
|
873
873
|
className: "mt-10 space-y-4",
|
|
874
874
|
children: [
|
|
875
|
-
/* @__PURE__ */
|
|
875
|
+
/* @__PURE__ */ jsx("h2", {
|
|
876
876
|
className: "text-foreground text-2xl font-bold",
|
|
877
877
|
children: "10. Security"
|
|
878
|
-
}
|
|
879
|
-
/* @__PURE__ */
|
|
878
|
+
}),
|
|
879
|
+
/* @__PURE__ */ jsx("p", {
|
|
880
880
|
className: "text-muted-foreground",
|
|
881
881
|
children: "We implement appropriate technical and organisational measures to protect your personal data against unauthorised access, alteration, disclosure, or destruction. These measures include:"
|
|
882
|
-
}
|
|
883
|
-
/* @__PURE__ */
|
|
882
|
+
}),
|
|
883
|
+
/* @__PURE__ */ jsxs("ul", {
|
|
884
884
|
className: "text-muted-foreground list-disc space-y-2 pl-6",
|
|
885
885
|
children: [
|
|
886
|
-
/* @__PURE__ */
|
|
886
|
+
/* @__PURE__ */ jsx("li", {
|
|
887
887
|
children: "Encryption of data in transit (TLS/HTTPS)"
|
|
888
|
-
}
|
|
889
|
-
/* @__PURE__ */
|
|
888
|
+
}),
|
|
889
|
+
/* @__PURE__ */ jsx("li", {
|
|
890
890
|
children: "Encryption of data at rest where appropriate"
|
|
891
|
-
}
|
|
892
|
-
/* @__PURE__ */
|
|
891
|
+
}),
|
|
892
|
+
/* @__PURE__ */ jsx("li", {
|
|
893
893
|
children: "Access controls and authentication"
|
|
894
|
-
}
|
|
895
|
-
/* @__PURE__ */
|
|
894
|
+
}),
|
|
895
|
+
/* @__PURE__ */ jsx("li", {
|
|
896
896
|
children: "Regular security reviews and updates"
|
|
897
|
-
}
|
|
898
|
-
/* @__PURE__ */
|
|
897
|
+
}),
|
|
898
|
+
/* @__PURE__ */ jsx("li", {
|
|
899
899
|
children: "Careful vetting of sub-processors"
|
|
900
|
-
}
|
|
900
|
+
})
|
|
901
901
|
]
|
|
902
|
-
}
|
|
903
|
-
/* @__PURE__ */
|
|
902
|
+
}),
|
|
903
|
+
/* @__PURE__ */ jsx("p", {
|
|
904
904
|
className: "text-muted-foreground",
|
|
905
905
|
children: "While we strive to protect your data, no method of transmission over the Internet or electronic storage is 100% secure. We cannot guarantee absolute security but are committed to continuous improvement."
|
|
906
|
-
}
|
|
906
|
+
})
|
|
907
907
|
]
|
|
908
|
-
}
|
|
909
|
-
/* @__PURE__ */
|
|
908
|
+
}),
|
|
909
|
+
/* @__PURE__ */ jsxs("section", {
|
|
910
910
|
className: "mt-10 space-y-4",
|
|
911
911
|
children: [
|
|
912
|
-
/* @__PURE__ */
|
|
912
|
+
/* @__PURE__ */ jsx("h2", {
|
|
913
913
|
className: "text-foreground text-2xl font-bold",
|
|
914
914
|
children: "11. Contact & Complaints"
|
|
915
|
-
}
|
|
916
|
-
/* @__PURE__ */
|
|
915
|
+
}),
|
|
916
|
+
/* @__PURE__ */ jsx("p", {
|
|
917
917
|
className: "text-muted-foreground",
|
|
918
918
|
children: "If you have any questions, concerns, or requests regarding this privacy policy or our data practices, please contact us:"
|
|
919
|
-
}
|
|
920
|
-
/* @__PURE__ */
|
|
919
|
+
}),
|
|
920
|
+
/* @__PURE__ */ jsxs("div", {
|
|
921
921
|
className: "text-muted-foreground rounded-lg border border-white/10 bg-white/5 p-4",
|
|
922
922
|
children: [
|
|
923
|
-
/* @__PURE__ */
|
|
923
|
+
/* @__PURE__ */ jsxs("p", {
|
|
924
924
|
children: [
|
|
925
|
-
/* @__PURE__ */
|
|
925
|
+
/* @__PURE__ */ jsx("strong", {
|
|
926
926
|
className: "text-foreground",
|
|
927
927
|
children: "Email:"
|
|
928
|
-
}
|
|
928
|
+
}),
|
|
929
929
|
" ",
|
|
930
|
-
/* @__PURE__ */
|
|
930
|
+
/* @__PURE__ */ jsx("a", {
|
|
931
931
|
href: "mailto:privacy@contractspec.io",
|
|
932
932
|
className: "text-primary hover:underline",
|
|
933
933
|
children: "privacy@contractspec.io"
|
|
934
|
-
}
|
|
934
|
+
})
|
|
935
935
|
]
|
|
936
|
-
}
|
|
937
|
-
/* @__PURE__ */
|
|
936
|
+
}),
|
|
937
|
+
/* @__PURE__ */ jsxs("p", {
|
|
938
938
|
className: "mt-2",
|
|
939
939
|
children: [
|
|
940
|
-
/* @__PURE__ */
|
|
940
|
+
/* @__PURE__ */ jsx("strong", {
|
|
941
941
|
className: "text-foreground",
|
|
942
942
|
children: "Address:"
|
|
943
|
-
}
|
|
943
|
+
}),
|
|
944
944
|
" CHAMAN VENTURES, 229 rue Saint-Honor\xE9, 75001 Paris, France"
|
|
945
945
|
]
|
|
946
|
-
}
|
|
946
|
+
})
|
|
947
947
|
]
|
|
948
|
-
}
|
|
949
|
-
/* @__PURE__ */
|
|
948
|
+
}),
|
|
949
|
+
/* @__PURE__ */ jsx("h3", {
|
|
950
950
|
className: "text-foreground mt-6 text-xl font-semibold",
|
|
951
951
|
children: "Supervisory Authority"
|
|
952
|
-
}
|
|
953
|
-
/* @__PURE__ */
|
|
952
|
+
}),
|
|
953
|
+
/* @__PURE__ */ jsx("p", {
|
|
954
954
|
className: "text-muted-foreground",
|
|
955
955
|
children: "If you are not satisfied with our response or believe we are processing your data unlawfully, you have the right to lodge a complaint with a supervisory authority. In France, the relevant authority is:"
|
|
956
|
-
}
|
|
957
|
-
/* @__PURE__ */
|
|
956
|
+
}),
|
|
957
|
+
/* @__PURE__ */ jsxs("div", {
|
|
958
958
|
className: "text-muted-foreground rounded-lg border border-white/10 bg-white/5 p-4",
|
|
959
959
|
children: [
|
|
960
|
-
/* @__PURE__ */
|
|
961
|
-
children: /* @__PURE__ */
|
|
960
|
+
/* @__PURE__ */ jsx("p", {
|
|
961
|
+
children: /* @__PURE__ */ jsx("strong", {
|
|
962
962
|
className: "text-foreground",
|
|
963
963
|
children: "Commission Nationale de l'Informatique et des Libert\xE9s (CNIL)"
|
|
964
|
-
}
|
|
965
|
-
}
|
|
966
|
-
/* @__PURE__ */
|
|
964
|
+
})
|
|
965
|
+
}),
|
|
966
|
+
/* @__PURE__ */ jsx("p", {
|
|
967
967
|
children: "3 Place de Fontenoy, TSA 80715, 75334 Paris Cedex 07"
|
|
968
|
-
}
|
|
969
|
-
/* @__PURE__ */
|
|
968
|
+
}),
|
|
969
|
+
/* @__PURE__ */ jsxs("p", {
|
|
970
970
|
children: [
|
|
971
971
|
"Website:",
|
|
972
972
|
" ",
|
|
973
|
-
/* @__PURE__ */
|
|
973
|
+
/* @__PURE__ */ jsx("a", {
|
|
974
974
|
href: "https://www.cnil.fr",
|
|
975
975
|
target: "_blank",
|
|
976
976
|
rel: "noopener noreferrer",
|
|
977
977
|
className: "text-primary hover:underline",
|
|
978
978
|
children: "www.cnil.fr"
|
|
979
|
-
}
|
|
979
|
+
})
|
|
980
980
|
]
|
|
981
|
-
}
|
|
981
|
+
})
|
|
982
982
|
]
|
|
983
|
-
}
|
|
983
|
+
})
|
|
984
984
|
]
|
|
985
|
-
}
|
|
986
|
-
/* @__PURE__ */
|
|
985
|
+
}),
|
|
986
|
+
/* @__PURE__ */ jsxs("section", {
|
|
987
987
|
className: "mt-10 space-y-4",
|
|
988
988
|
children: [
|
|
989
|
-
/* @__PURE__ */
|
|
989
|
+
/* @__PURE__ */ jsx("h2", {
|
|
990
990
|
className: "text-foreground text-2xl font-bold",
|
|
991
991
|
children: "12. Changes to This Policy"
|
|
992
|
-
}
|
|
993
|
-
/* @__PURE__ */
|
|
992
|
+
}),
|
|
993
|
+
/* @__PURE__ */ jsx("p", {
|
|
994
994
|
className: "text-muted-foreground",
|
|
995
995
|
children: 'We may update this privacy policy from time to time to reflect changes in our practices, technology, legal requirements, or for other operational reasons. We will notify you of any material changes by updating the "Last updated" date at the top of this page.'
|
|
996
|
-
}
|
|
997
|
-
/* @__PURE__ */
|
|
996
|
+
}),
|
|
997
|
+
/* @__PURE__ */ jsx("p", {
|
|
998
998
|
className: "text-muted-foreground",
|
|
999
999
|
children: "We encourage you to review this policy periodically to stay informed about how we protect your data."
|
|
1000
|
-
}
|
|
1000
|
+
})
|
|
1001
1001
|
]
|
|
1002
|
-
}
|
|
1003
|
-
/* @__PURE__ */
|
|
1002
|
+
}),
|
|
1003
|
+
/* @__PURE__ */ jsx("div", {
|
|
1004
1004
|
className: "mt-12 border-t border-white/10 pt-8",
|
|
1005
|
-
children: /* @__PURE__ */
|
|
1005
|
+
children: /* @__PURE__ */ jsxs("p", {
|
|
1006
1006
|
className: "text-muted-foreground text-sm",
|
|
1007
1007
|
children: [
|
|
1008
1008
|
"For questions about this privacy policy, please contact us at",
|
|
1009
1009
|
" ",
|
|
1010
|
-
/* @__PURE__ */
|
|
1010
|
+
/* @__PURE__ */ jsx("a", {
|
|
1011
1011
|
href: "mailto:privacy@contractspec.io",
|
|
1012
1012
|
className: "text-primary hover:underline",
|
|
1013
1013
|
children: "privacy@contractspec.io"
|
|
1014
|
-
}
|
|
1014
|
+
})
|
|
1015
1015
|
]
|
|
1016
|
-
}
|
|
1017
|
-
}
|
|
1016
|
+
})
|
|
1017
|
+
})
|
|
1018
1018
|
]
|
|
1019
|
-
}
|
|
1020
|
-
}
|
|
1021
|
-
}
|
|
1019
|
+
})
|
|
1020
|
+
})
|
|
1021
|
+
});
|
|
1022
1022
|
}
|
|
1023
1023
|
|
|
1024
1024
|
// src/components/legal/TermsTemplate.tsx
|
|
1025
|
-
import {
|
|
1025
|
+
import { jsx as jsx2, jsxs as jsxs2 } from "react/jsx-runtime";
|
|
1026
1026
|
var metadata2 = {
|
|
1027
1027
|
title: "Terms of Service | ContractSpec",
|
|
1028
1028
|
description: "Terms of Service for ContractSpec. Read our terms governing use of the ContractSpec website and services."
|
|
1029
1029
|
};
|
|
1030
1030
|
function TermsTemplate() {
|
|
1031
|
-
return /* @__PURE__ */
|
|
1031
|
+
return /* @__PURE__ */ jsx2("main", {
|
|
1032
1032
|
className: "flex grow flex-col items-center justify-center pt-24",
|
|
1033
|
-
children: /* @__PURE__ */
|
|
1033
|
+
children: /* @__PURE__ */ jsx2("section", {
|
|
1034
1034
|
className: "section-padding",
|
|
1035
|
-
children: /* @__PURE__ */
|
|
1035
|
+
children: /* @__PURE__ */ jsxs2("div", {
|
|
1036
1036
|
className: "prose prose-invert mx-auto max-w-3xl",
|
|
1037
1037
|
children: [
|
|
1038
|
-
/* @__PURE__ */
|
|
1038
|
+
/* @__PURE__ */ jsx2("h1", {
|
|
1039
1039
|
className: "mb-4 text-4xl font-bold",
|
|
1040
1040
|
children: "Terms of Service"
|
|
1041
|
-
}
|
|
1042
|
-
/* @__PURE__ */
|
|
1041
|
+
}),
|
|
1042
|
+
/* @__PURE__ */ jsx2("p", {
|
|
1043
1043
|
className: "text-muted-foreground mb-8",
|
|
1044
1044
|
children: "Last updated: December 18, 2025"
|
|
1045
|
-
}
|
|
1046
|
-
/* @__PURE__ */
|
|
1045
|
+
}),
|
|
1046
|
+
/* @__PURE__ */ jsxs2("section", {
|
|
1047
1047
|
className: "space-y-4",
|
|
1048
1048
|
children: [
|
|
1049
|
-
/* @__PURE__ */
|
|
1049
|
+
/* @__PURE__ */ jsx2("h2", {
|
|
1050
1050
|
className: "text-foreground text-2xl font-bold",
|
|
1051
1051
|
children: "1. Definitions"
|
|
1052
|
-
}
|
|
1053
|
-
/* @__PURE__ */
|
|
1052
|
+
}),
|
|
1053
|
+
/* @__PURE__ */ jsx2("p", {
|
|
1054
1054
|
className: "text-muted-foreground",
|
|
1055
1055
|
children: 'In these Terms of Service ("Terms"), the following definitions apply:'
|
|
1056
|
-
}
|
|
1057
|
-
/* @__PURE__ */
|
|
1056
|
+
}),
|
|
1057
|
+
/* @__PURE__ */ jsxs2("ul", {
|
|
1058
1058
|
className: "text-muted-foreground list-disc space-y-2 pl-6",
|
|
1059
1059
|
children: [
|
|
1060
|
-
/* @__PURE__ */
|
|
1060
|
+
/* @__PURE__ */ jsxs2("li", {
|
|
1061
1061
|
children: [
|
|
1062
|
-
/* @__PURE__ */
|
|
1062
|
+
/* @__PURE__ */ jsx2("strong", {
|
|
1063
1063
|
className: "text-foreground",
|
|
1064
1064
|
children: '"ContractSpec"'
|
|
1065
|
-
}
|
|
1065
|
+
}),
|
|
1066
1066
|
",",
|
|
1067
1067
|
" ",
|
|
1068
|
-
/* @__PURE__ */
|
|
1068
|
+
/* @__PURE__ */ jsx2("strong", {
|
|
1069
1069
|
className: "text-foreground",
|
|
1070
1070
|
children: '"we"'
|
|
1071
|
-
}
|
|
1071
|
+
}),
|
|
1072
1072
|
",",
|
|
1073
1073
|
" ",
|
|
1074
|
-
/* @__PURE__ */
|
|
1074
|
+
/* @__PURE__ */ jsx2("strong", {
|
|
1075
1075
|
className: "text-foreground",
|
|
1076
1076
|
children: '"us"'
|
|
1077
|
-
}
|
|
1077
|
+
}),
|
|
1078
1078
|
", or",
|
|
1079
1079
|
" ",
|
|
1080
|
-
/* @__PURE__ */
|
|
1080
|
+
/* @__PURE__ */ jsx2("strong", {
|
|
1081
1081
|
className: "text-foreground",
|
|
1082
1082
|
children: '"our"'
|
|
1083
|
-
}
|
|
1083
|
+
}),
|
|
1084
1084
|
" refers to CHAMAN VENTURES, SASU, operating under the ContractSpec brand."
|
|
1085
1085
|
]
|
|
1086
|
-
}
|
|
1087
|
-
/* @__PURE__ */
|
|
1086
|
+
}),
|
|
1087
|
+
/* @__PURE__ */ jsxs2("li", {
|
|
1088
1088
|
children: [
|
|
1089
|
-
/* @__PURE__ */
|
|
1089
|
+
/* @__PURE__ */ jsx2("strong", {
|
|
1090
1090
|
className: "text-foreground",
|
|
1091
1091
|
children: '"Service"'
|
|
1092
|
-
}
|
|
1092
|
+
}),
|
|
1093
1093
|
" or",
|
|
1094
1094
|
" ",
|
|
1095
|
-
/* @__PURE__ */
|
|
1095
|
+
/* @__PURE__ */ jsx2("strong", {
|
|
1096
1096
|
className: "text-foreground",
|
|
1097
1097
|
children: '"Services"'
|
|
1098
|
-
}
|
|
1098
|
+
}),
|
|
1099
1099
|
" refers to the ContractSpec website, ContractSpec Studio, APIs, documentation, and any related products or features we provide."
|
|
1100
1100
|
]
|
|
1101
|
-
}
|
|
1102
|
-
/* @__PURE__ */
|
|
1101
|
+
}),
|
|
1102
|
+
/* @__PURE__ */ jsxs2("li", {
|
|
1103
1103
|
children: [
|
|
1104
|
-
/* @__PURE__ */
|
|
1104
|
+
/* @__PURE__ */ jsx2("strong", {
|
|
1105
1105
|
className: "text-foreground",
|
|
1106
1106
|
children: '"User"'
|
|
1107
|
-
}
|
|
1107
|
+
}),
|
|
1108
1108
|
",",
|
|
1109
1109
|
" ",
|
|
1110
|
-
/* @__PURE__ */
|
|
1110
|
+
/* @__PURE__ */ jsx2("strong", {
|
|
1111
1111
|
className: "text-foreground",
|
|
1112
1112
|
children: '"you"'
|
|
1113
|
-
}
|
|
1113
|
+
}),
|
|
1114
1114
|
", or",
|
|
1115
1115
|
" ",
|
|
1116
|
-
/* @__PURE__ */
|
|
1116
|
+
/* @__PURE__ */ jsx2("strong", {
|
|
1117
1117
|
className: "text-foreground",
|
|
1118
1118
|
children: '"your"'
|
|
1119
|
-
}
|
|
1119
|
+
}),
|
|
1120
1120
|
" refers to any individual or entity accessing or using the Services."
|
|
1121
1121
|
]
|
|
1122
|
-
}
|
|
1123
|
-
/* @__PURE__ */
|
|
1122
|
+
}),
|
|
1123
|
+
/* @__PURE__ */ jsxs2("li", {
|
|
1124
1124
|
children: [
|
|
1125
|
-
/* @__PURE__ */
|
|
1125
|
+
/* @__PURE__ */ jsx2("strong", {
|
|
1126
1126
|
className: "text-foreground",
|
|
1127
1127
|
children: '"User Content"'
|
|
1128
|
-
}
|
|
1128
|
+
}),
|
|
1129
1129
|
" ",
|
|
1130
1130
|
"refers to any data, specifications, configurations, or other materials you create, upload, or submit through the Services."
|
|
1131
1131
|
]
|
|
1132
|
-
}
|
|
1133
|
-
/* @__PURE__ */
|
|
1132
|
+
}),
|
|
1133
|
+
/* @__PURE__ */ jsxs2("li", {
|
|
1134
1134
|
children: [
|
|
1135
|
-
/* @__PURE__ */
|
|
1135
|
+
/* @__PURE__ */ jsx2("strong", {
|
|
1136
1136
|
className: "text-foreground",
|
|
1137
1137
|
children: '"ContractSpec Core"'
|
|
1138
|
-
}
|
|
1138
|
+
}),
|
|
1139
1139
|
" ",
|
|
1140
1140
|
"refers to the open-source components of ContractSpec available under their respective open-source licenses."
|
|
1141
1141
|
]
|
|
1142
|
-
}
|
|
1143
|
-
/* @__PURE__ */
|
|
1142
|
+
}),
|
|
1143
|
+
/* @__PURE__ */ jsxs2("li", {
|
|
1144
1144
|
children: [
|
|
1145
|
-
/* @__PURE__ */
|
|
1145
|
+
/* @__PURE__ */ jsx2("strong", {
|
|
1146
1146
|
className: "text-foreground",
|
|
1147
1147
|
children: '"Design Partner"'
|
|
1148
|
-
}
|
|
1148
|
+
}),
|
|
1149
1149
|
" ",
|
|
1150
1150
|
"refers to early users who have entered into a separate design partnership arrangement with us."
|
|
1151
1151
|
]
|
|
1152
|
-
}
|
|
1152
|
+
})
|
|
1153
1153
|
]
|
|
1154
|
-
}
|
|
1154
|
+
})
|
|
1155
1155
|
]
|
|
1156
|
-
}
|
|
1157
|
-
/* @__PURE__ */
|
|
1156
|
+
}),
|
|
1157
|
+
/* @__PURE__ */ jsxs2("section", {
|
|
1158
1158
|
className: "mt-10 space-y-4",
|
|
1159
1159
|
children: [
|
|
1160
|
-
/* @__PURE__ */
|
|
1160
|
+
/* @__PURE__ */ jsx2("h2", {
|
|
1161
1161
|
className: "text-foreground text-2xl font-bold",
|
|
1162
1162
|
children: "2. Who We Are"
|
|
1163
|
-
}
|
|
1164
|
-
/* @__PURE__ */
|
|
1163
|
+
}),
|
|
1164
|
+
/* @__PURE__ */ jsxs2("p", {
|
|
1165
1165
|
className: "text-muted-foreground",
|
|
1166
1166
|
children: [
|
|
1167
1167
|
"ContractSpec is a brand of",
|
|
1168
1168
|
" ",
|
|
1169
|
-
/* @__PURE__ */
|
|
1169
|
+
/* @__PURE__ */ jsx2("strong", {
|
|
1170
1170
|
className: "text-foreground",
|
|
1171
1171
|
children: "CHAMAN VENTURES"
|
|
1172
|
-
}
|
|
1172
|
+
}),
|
|
1173
1173
|
", a simplified joint-stock company (SASU) registered in France."
|
|
1174
1174
|
]
|
|
1175
|
-
}
|
|
1176
|
-
/* @__PURE__ */
|
|
1175
|
+
}),
|
|
1176
|
+
/* @__PURE__ */ jsx2("div", {
|
|
1177
1177
|
className: "text-muted-foreground rounded-lg border border-white/10 bg-white/5 p-4",
|
|
1178
|
-
children: /* @__PURE__ */
|
|
1178
|
+
children: /* @__PURE__ */ jsxs2("ul", {
|
|
1179
1179
|
className: "list-none space-y-1 pl-0",
|
|
1180
1180
|
children: [
|
|
1181
|
-
/* @__PURE__ */
|
|
1181
|
+
/* @__PURE__ */ jsx2("li", {
|
|
1182
1182
|
children: "CHAMAN VENTURES, SASU"
|
|
1183
|
-
}
|
|
1184
|
-
/* @__PURE__ */
|
|
1183
|
+
}),
|
|
1184
|
+
/* @__PURE__ */ jsx2("li", {
|
|
1185
1185
|
children: "RCS Paris \u2022 SIREN 989 498 902"
|
|
1186
|
-
}
|
|
1187
|
-
/* @__PURE__ */
|
|
1186
|
+
}),
|
|
1187
|
+
/* @__PURE__ */ jsx2("li", {
|
|
1188
1188
|
children: "229 rue Saint-Honor\xE9, 75001 Paris, France"
|
|
1189
|
-
}
|
|
1190
|
-
/* @__PURE__ */
|
|
1189
|
+
}),
|
|
1190
|
+
/* @__PURE__ */ jsxs2("li", {
|
|
1191
1191
|
children: [
|
|
1192
1192
|
"Contact:",
|
|
1193
1193
|
" ",
|
|
1194
|
-
/* @__PURE__ */
|
|
1194
|
+
/* @__PURE__ */ jsx2("a", {
|
|
1195
1195
|
href: "mailto:legal@contractspec.io",
|
|
1196
1196
|
className: "text-primary hover:underline",
|
|
1197
1197
|
children: "legal@contractspec.io"
|
|
1198
|
-
}
|
|
1198
|
+
})
|
|
1199
1199
|
]
|
|
1200
|
-
}
|
|
1200
|
+
})
|
|
1201
1201
|
]
|
|
1202
|
-
}
|
|
1203
|
-
}
|
|
1202
|
+
})
|
|
1203
|
+
})
|
|
1204
1204
|
]
|
|
1205
|
-
}
|
|
1206
|
-
/* @__PURE__ */
|
|
1205
|
+
}),
|
|
1206
|
+
/* @__PURE__ */ jsxs2("section", {
|
|
1207
1207
|
className: "mt-10 space-y-4",
|
|
1208
1208
|
children: [
|
|
1209
|
-
/* @__PURE__ */
|
|
1209
|
+
/* @__PURE__ */ jsx2("h2", {
|
|
1210
1210
|
className: "text-foreground text-2xl font-bold",
|
|
1211
1211
|
children: "3. Acceptance of Terms"
|
|
1212
|
-
}
|
|
1213
|
-
/* @__PURE__ */
|
|
1212
|
+
}),
|
|
1213
|
+
/* @__PURE__ */ jsxs2("p", {
|
|
1214
1214
|
className: "text-muted-foreground",
|
|
1215
1215
|
children: [
|
|
1216
1216
|
"By accessing or using ContractSpec, you agree to be bound by these Terms and our",
|
|
1217
1217
|
" ",
|
|
1218
|
-
/* @__PURE__ */
|
|
1218
|
+
/* @__PURE__ */ jsx2("a", {
|
|
1219
1219
|
href: "/legal/privacy",
|
|
1220
1220
|
className: "text-primary hover:underline",
|
|
1221
1221
|
children: "Privacy Policy"
|
|
1222
|
-
}
|
|
1222
|
+
}),
|
|
1223
1223
|
". If you do not agree to these Terms, you must not use the Services."
|
|
1224
1224
|
]
|
|
1225
|
-
}
|
|
1226
|
-
/* @__PURE__ */
|
|
1225
|
+
}),
|
|
1226
|
+
/* @__PURE__ */ jsx2("p", {
|
|
1227
1227
|
className: "text-muted-foreground",
|
|
1228
1228
|
children: 'We may update these Terms from time to time. We will notify you of material changes by updating the "Last updated" date. Continued use of the Services after changes constitutes acceptance of the updated Terms.'
|
|
1229
|
-
}
|
|
1229
|
+
})
|
|
1230
1230
|
]
|
|
1231
|
-
}
|
|
1232
|
-
/* @__PURE__ */
|
|
1231
|
+
}),
|
|
1232
|
+
/* @__PURE__ */ jsxs2("section", {
|
|
1233
1233
|
className: "mt-10 space-y-4",
|
|
1234
1234
|
children: [
|
|
1235
|
-
/* @__PURE__ */
|
|
1235
|
+
/* @__PURE__ */ jsx2("h2", {
|
|
1236
1236
|
className: "text-foreground text-2xl font-bold",
|
|
1237
1237
|
children: "4. Eligibility"
|
|
1238
|
-
}
|
|
1239
|
-
/* @__PURE__ */
|
|
1238
|
+
}),
|
|
1239
|
+
/* @__PURE__ */ jsx2("p", {
|
|
1240
1240
|
className: "text-muted-foreground",
|
|
1241
1241
|
children: "To use the Services, you must:"
|
|
1242
|
-
}
|
|
1243
|
-
/* @__PURE__ */
|
|
1242
|
+
}),
|
|
1243
|
+
/* @__PURE__ */ jsxs2("ul", {
|
|
1244
1244
|
className: "text-muted-foreground list-disc space-y-2 pl-6",
|
|
1245
1245
|
children: [
|
|
1246
|
-
/* @__PURE__ */
|
|
1246
|
+
/* @__PURE__ */ jsx2("li", {
|
|
1247
1247
|
children: "Be at least 18 years old or the age of majority in your jurisdiction"
|
|
1248
|
-
}
|
|
1249
|
-
/* @__PURE__ */
|
|
1248
|
+
}),
|
|
1249
|
+
/* @__PURE__ */ jsx2("li", {
|
|
1250
1250
|
children: "Have the legal capacity to enter into binding contracts"
|
|
1251
|
-
}
|
|
1252
|
-
/* @__PURE__ */
|
|
1251
|
+
}),
|
|
1252
|
+
/* @__PURE__ */ jsx2("li", {
|
|
1253
1253
|
children: "Not be prohibited from using the Services under applicable laws"
|
|
1254
|
-
}
|
|
1255
|
-
/* @__PURE__ */
|
|
1254
|
+
}),
|
|
1255
|
+
/* @__PURE__ */ jsx2("li", {
|
|
1256
1256
|
children: "If acting on behalf of an organisation, have the authority to bind that organisation to these Terms"
|
|
1257
|
-
}
|
|
1257
|
+
})
|
|
1258
1258
|
]
|
|
1259
|
-
}
|
|
1259
|
+
})
|
|
1260
1260
|
]
|
|
1261
|
-
}
|
|
1262
|
-
/* @__PURE__ */
|
|
1261
|
+
}),
|
|
1262
|
+
/* @__PURE__ */ jsxs2("section", {
|
|
1263
1263
|
className: "mt-10 space-y-4",
|
|
1264
1264
|
children: [
|
|
1265
|
-
/* @__PURE__ */
|
|
1265
|
+
/* @__PURE__ */ jsx2("h2", {
|
|
1266
1266
|
className: "text-foreground text-2xl font-bold",
|
|
1267
1267
|
children: "5. Accounts"
|
|
1268
|
-
}
|
|
1269
|
-
/* @__PURE__ */
|
|
1268
|
+
}),
|
|
1269
|
+
/* @__PURE__ */ jsxs2("div", {
|
|
1270
1270
|
className: "text-muted-foreground rounded-lg border border-yellow-500/20 bg-yellow-500/5 p-4",
|
|
1271
1271
|
children: [
|
|
1272
|
-
/* @__PURE__ */
|
|
1272
|
+
/* @__PURE__ */ jsx2("p", {
|
|
1273
1273
|
className: "mb-2 font-medium text-yellow-500",
|
|
1274
1274
|
children: "Note"
|
|
1275
|
-
}
|
|
1276
|
-
/* @__PURE__ */
|
|
1275
|
+
}),
|
|
1276
|
+
/* @__PURE__ */ jsx2("p", {
|
|
1277
1277
|
children: "User accounts are not yet available. When accounts are introduced, the following terms will apply:"
|
|
1278
|
-
}
|
|
1278
|
+
})
|
|
1279
1279
|
]
|
|
1280
|
-
}
|
|
1281
|
-
/* @__PURE__ */
|
|
1280
|
+
}),
|
|
1281
|
+
/* @__PURE__ */ jsxs2("ul", {
|
|
1282
1282
|
className: "text-muted-foreground mt-4 list-disc space-y-2 pl-6",
|
|
1283
1283
|
children: [
|
|
1284
|
-
/* @__PURE__ */
|
|
1284
|
+
/* @__PURE__ */ jsx2("li", {
|
|
1285
1285
|
children: "You are responsible for maintaining the confidentiality of your account credentials"
|
|
1286
|
-
}
|
|
1287
|
-
/* @__PURE__ */
|
|
1286
|
+
}),
|
|
1287
|
+
/* @__PURE__ */ jsx2("li", {
|
|
1288
1288
|
children: "You are responsible for all activities that occur under your account"
|
|
1289
|
-
}
|
|
1290
|
-
/* @__PURE__ */
|
|
1289
|
+
}),
|
|
1290
|
+
/* @__PURE__ */ jsx2("li", {
|
|
1291
1291
|
children: "You must notify us immediately of any unauthorised use of your account"
|
|
1292
|
-
}
|
|
1293
|
-
/* @__PURE__ */
|
|
1292
|
+
}),
|
|
1293
|
+
/* @__PURE__ */ jsx2("li", {
|
|
1294
1294
|
children: "We reserve the right to suspend or terminate accounts that violate these Terms"
|
|
1295
|
-
}
|
|
1295
|
+
})
|
|
1296
1296
|
]
|
|
1297
|
-
}
|
|
1297
|
+
})
|
|
1298
1298
|
]
|
|
1299
|
-
}
|
|
1300
|
-
/* @__PURE__ */
|
|
1299
|
+
}),
|
|
1300
|
+
/* @__PURE__ */ jsxs2("section", {
|
|
1301
1301
|
className: "mt-10 space-y-4",
|
|
1302
1302
|
children: [
|
|
1303
|
-
/* @__PURE__ */
|
|
1303
|
+
/* @__PURE__ */ jsx2("h2", {
|
|
1304
1304
|
className: "text-foreground text-2xl font-bold",
|
|
1305
1305
|
children: "6. License & Intellectual Property"
|
|
1306
|
-
}
|
|
1307
|
-
/* @__PURE__ */
|
|
1306
|
+
}),
|
|
1307
|
+
/* @__PURE__ */ jsx2("h3", {
|
|
1308
1308
|
className: "text-foreground mt-6 text-xl font-semibold",
|
|
1309
1309
|
children: "6.1 Our Intellectual Property"
|
|
1310
|
-
}
|
|
1311
|
-
/* @__PURE__ */
|
|
1310
|
+
}),
|
|
1311
|
+
/* @__PURE__ */ jsx2("p", {
|
|
1312
1312
|
className: "text-muted-foreground",
|
|
1313
1313
|
children: "The ContractSpec name, logo, website design, proprietary software, documentation, and all associated intellectual property rights are owned by CHAMAN VENTURES. Subject to these Terms, we grant you a limited, non-exclusive, non-transferable, revocable license to access and use the Services for their intended purpose."
|
|
1314
|
-
}
|
|
1315
|
-
/* @__PURE__ */
|
|
1314
|
+
}),
|
|
1315
|
+
/* @__PURE__ */ jsx2("h3", {
|
|
1316
1316
|
className: "text-foreground mt-6 text-xl font-semibold",
|
|
1317
1317
|
children: "6.2 Open-Source Components"
|
|
1318
|
-
}
|
|
1319
|
-
/* @__PURE__ */
|
|
1318
|
+
}),
|
|
1319
|
+
/* @__PURE__ */ jsx2("p", {
|
|
1320
1320
|
className: "text-muted-foreground",
|
|
1321
1321
|
children: 'Certain components of ContractSpec ("ContractSpec Core") are made available as open-source software under their respective licenses (e.g., MIT, Apache 2.0). Your use of open-source components is governed by those licenses, which may grant you additional rights not covered by these Terms. In case of conflict between these Terms and an open-source license, the open-source license prevails for the applicable component.'
|
|
1322
|
-
}
|
|
1323
|
-
/* @__PURE__ */
|
|
1322
|
+
}),
|
|
1323
|
+
/* @__PURE__ */ jsx2("h3", {
|
|
1324
1324
|
className: "text-foreground mt-6 text-xl font-semibold",
|
|
1325
1325
|
children: "6.3 Your Content"
|
|
1326
|
-
}
|
|
1327
|
-
/* @__PURE__ */
|
|
1326
|
+
}),
|
|
1327
|
+
/* @__PURE__ */ jsxs2("p", {
|
|
1328
1328
|
className: "text-muted-foreground",
|
|
1329
1329
|
children: [
|
|
1330
|
-
/* @__PURE__ */
|
|
1330
|
+
/* @__PURE__ */ jsx2("strong", {
|
|
1331
1331
|
className: "text-foreground",
|
|
1332
1332
|
children: "You retain ownership"
|
|
1333
|
-
}
|
|
1333
|
+
}),
|
|
1334
1334
|
" ",
|
|
1335
1335
|
"of all User Content you create, upload, or submit through the Services. This includes your specifications, configurations, and any other materials you generate."
|
|
1336
1336
|
]
|
|
1337
|
-
}
|
|
1338
|
-
/* @__PURE__ */
|
|
1337
|
+
}),
|
|
1338
|
+
/* @__PURE__ */ jsx2("p", {
|
|
1339
1339
|
className: "text-muted-foreground",
|
|
1340
1340
|
children: "By using the Services, you grant us a limited, non-exclusive, worldwide, royalty-free license to host, store, process, and display your User Content solely to the extent necessary to provide and improve the Services. This license terminates when you delete your User Content or close your account, except where retention is required by law or for legitimate business purposes (e.g., backups, legal compliance)."
|
|
1341
|
-
}
|
|
1342
|
-
/* @__PURE__ */
|
|
1341
|
+
}),
|
|
1342
|
+
/* @__PURE__ */ jsx2("h3", {
|
|
1343
1343
|
className: "text-foreground mt-6 text-xl font-semibold",
|
|
1344
1344
|
children: "6.4 Feedback"
|
|
1345
|
-
}
|
|
1346
|
-
/* @__PURE__ */
|
|
1345
|
+
}),
|
|
1346
|
+
/* @__PURE__ */ jsx2("p", {
|
|
1347
1347
|
className: "text-muted-foreground",
|
|
1348
1348
|
children: "If you provide feedback, suggestions, or ideas about the Services, you grant us a perpetual, irrevocable, royalty-free license to use, modify, and incorporate such feedback without obligation to you."
|
|
1349
|
-
}
|
|
1349
|
+
})
|
|
1350
1350
|
]
|
|
1351
|
-
}
|
|
1352
|
-
/* @__PURE__ */
|
|
1351
|
+
}),
|
|
1352
|
+
/* @__PURE__ */ jsxs2("section", {
|
|
1353
1353
|
className: "mt-10 space-y-4",
|
|
1354
1354
|
children: [
|
|
1355
|
-
/* @__PURE__ */
|
|
1355
|
+
/* @__PURE__ */ jsx2("h2", {
|
|
1356
1356
|
className: "text-foreground text-2xl font-bold",
|
|
1357
1357
|
children: "7. Acceptable Use"
|
|
1358
|
-
}
|
|
1359
|
-
/* @__PURE__ */
|
|
1358
|
+
}),
|
|
1359
|
+
/* @__PURE__ */ jsx2("p", {
|
|
1360
1360
|
className: "text-muted-foreground",
|
|
1361
1361
|
children: "When using the Services, you agree not to:"
|
|
1362
|
-
}
|
|
1363
|
-
/* @__PURE__ */
|
|
1362
|
+
}),
|
|
1363
|
+
/* @__PURE__ */ jsxs2("ul", {
|
|
1364
1364
|
className: "text-muted-foreground list-disc space-y-2 pl-6",
|
|
1365
1365
|
children: [
|
|
1366
|
-
/* @__PURE__ */
|
|
1366
|
+
/* @__PURE__ */ jsxs2("li", {
|
|
1367
1367
|
children: [
|
|
1368
|
-
/* @__PURE__ */
|
|
1368
|
+
/* @__PURE__ */ jsx2("strong", {
|
|
1369
1369
|
className: "text-foreground",
|
|
1370
1370
|
children: "Abuse the Services:"
|
|
1371
|
-
}
|
|
1371
|
+
}),
|
|
1372
1372
|
" ",
|
|
1373
1373
|
"Use the Services in a manner that disrupts, damages, or impairs our infrastructure or other users' experience"
|
|
1374
1374
|
]
|
|
1375
|
-
}
|
|
1376
|
-
/* @__PURE__ */
|
|
1375
|
+
}),
|
|
1376
|
+
/* @__PURE__ */ jsxs2("li", {
|
|
1377
1377
|
children: [
|
|
1378
|
-
/* @__PURE__ */
|
|
1378
|
+
/* @__PURE__ */ jsx2("strong", {
|
|
1379
1379
|
className: "text-foreground",
|
|
1380
1380
|
children: "Probe security:"
|
|
1381
|
-
}
|
|
1381
|
+
}),
|
|
1382
1382
|
" ",
|
|
1383
1383
|
"Attempt to gain unauthorised access to our systems, networks, or data; perform security testing without prior written permission"
|
|
1384
1384
|
]
|
|
1385
|
-
}
|
|
1386
|
-
/* @__PURE__ */
|
|
1385
|
+
}),
|
|
1386
|
+
/* @__PURE__ */ jsxs2("li", {
|
|
1387
1387
|
children: [
|
|
1388
|
-
/* @__PURE__ */
|
|
1388
|
+
/* @__PURE__ */ jsx2("strong", {
|
|
1389
1389
|
className: "text-foreground",
|
|
1390
1390
|
children: "Distribute harmful content:"
|
|
1391
|
-
}
|
|
1391
|
+
}),
|
|
1392
1392
|
" ",
|
|
1393
1393
|
"Upload, share, or distribute malware, viruses, or other malicious code"
|
|
1394
1394
|
]
|
|
1395
|
-
}
|
|
1396
|
-
/* @__PURE__ */
|
|
1395
|
+
}),
|
|
1396
|
+
/* @__PURE__ */ jsxs2("li", {
|
|
1397
1397
|
children: [
|
|
1398
|
-
/* @__PURE__ */
|
|
1398
|
+
/* @__PURE__ */ jsx2("strong", {
|
|
1399
1399
|
className: "text-foreground",
|
|
1400
1400
|
children: "Engage in illegal activity:"
|
|
1401
|
-
}
|
|
1401
|
+
}),
|
|
1402
1402
|
" ",
|
|
1403
1403
|
"Use the Services for any purpose that is unlawful, fraudulent, or harmful"
|
|
1404
1404
|
]
|
|
1405
|
-
}
|
|
1406
|
-
/* @__PURE__ */
|
|
1405
|
+
}),
|
|
1406
|
+
/* @__PURE__ */ jsxs2("li", {
|
|
1407
1407
|
children: [
|
|
1408
|
-
/* @__PURE__ */
|
|
1408
|
+
/* @__PURE__ */ jsx2("strong", {
|
|
1409
1409
|
className: "text-foreground",
|
|
1410
1410
|
children: "Interfere with operations:"
|
|
1411
|
-
}
|
|
1411
|
+
}),
|
|
1412
1412
|
" ",
|
|
1413
1413
|
"Attempt to interfere with, disrupt, or circumvent any security or access controls"
|
|
1414
1414
|
]
|
|
1415
|
-
}
|
|
1416
|
-
/* @__PURE__ */
|
|
1415
|
+
}),
|
|
1416
|
+
/* @__PURE__ */ jsxs2("li", {
|
|
1417
1417
|
children: [
|
|
1418
|
-
/* @__PURE__ */
|
|
1418
|
+
/* @__PURE__ */ jsx2("strong", {
|
|
1419
1419
|
className: "text-foreground",
|
|
1420
1420
|
children: "Violate rights:"
|
|
1421
|
-
}
|
|
1421
|
+
}),
|
|
1422
1422
|
" ",
|
|
1423
1423
|
"Infringe upon the intellectual property, privacy, or other rights of third parties"
|
|
1424
1424
|
]
|
|
1425
|
-
}
|
|
1426
|
-
/* @__PURE__ */
|
|
1425
|
+
}),
|
|
1426
|
+
/* @__PURE__ */ jsxs2("li", {
|
|
1427
1427
|
children: [
|
|
1428
|
-
/* @__PURE__ */
|
|
1428
|
+
/* @__PURE__ */ jsx2("strong", {
|
|
1429
1429
|
className: "text-foreground",
|
|
1430
1430
|
children: "Misrepresent identity:"
|
|
1431
|
-
}
|
|
1431
|
+
}),
|
|
1432
1432
|
" ",
|
|
1433
1433
|
"Impersonate any person or entity, or falsely claim affiliation with ContractSpec"
|
|
1434
1434
|
]
|
|
1435
|
-
}
|
|
1436
|
-
/* @__PURE__ */
|
|
1435
|
+
}),
|
|
1436
|
+
/* @__PURE__ */ jsxs2("li", {
|
|
1437
1437
|
children: [
|
|
1438
|
-
/* @__PURE__ */
|
|
1438
|
+
/* @__PURE__ */ jsx2("strong", {
|
|
1439
1439
|
className: "text-foreground",
|
|
1440
1440
|
children: "Circumvent limits:"
|
|
1441
|
-
}
|
|
1441
|
+
}),
|
|
1442
1442
|
" ",
|
|
1443
1443
|
"Attempt to bypass any usage limits, rate limits, or access restrictions"
|
|
1444
1444
|
]
|
|
1445
|
-
}
|
|
1445
|
+
})
|
|
1446
1446
|
]
|
|
1447
|
-
}
|
|
1448
|
-
/* @__PURE__ */
|
|
1447
|
+
}),
|
|
1448
|
+
/* @__PURE__ */ jsx2("p", {
|
|
1449
1449
|
className: "text-muted-foreground mt-4",
|
|
1450
1450
|
children: "We reserve the right to investigate violations and take appropriate action, including suspension or termination of access."
|
|
1451
|
-
}
|
|
1451
|
+
})
|
|
1452
1452
|
]
|
|
1453
|
-
}
|
|
1454
|
-
/* @__PURE__ */
|
|
1453
|
+
}),
|
|
1454
|
+
/* @__PURE__ */ jsxs2("section", {
|
|
1455
1455
|
className: "mt-10 space-y-4",
|
|
1456
1456
|
children: [
|
|
1457
|
-
/* @__PURE__ */
|
|
1457
|
+
/* @__PURE__ */ jsx2("h2", {
|
|
1458
1458
|
className: "text-foreground text-2xl font-bold",
|
|
1459
1459
|
children: "8. Beta & Preview Services"
|
|
1460
|
-
}
|
|
1461
|
-
/* @__PURE__ */
|
|
1460
|
+
}),
|
|
1461
|
+
/* @__PURE__ */ jsxs2("div", {
|
|
1462
1462
|
className: "text-muted-foreground rounded-lg border border-orange-500/20 bg-orange-500/5 p-4",
|
|
1463
1463
|
children: [
|
|
1464
|
-
/* @__PURE__ */
|
|
1464
|
+
/* @__PURE__ */ jsx2("p", {
|
|
1465
1465
|
className: "mb-2 font-medium text-orange-400",
|
|
1466
1466
|
children: "\u26A0\uFE0F Important"
|
|
1467
|
-
}
|
|
1468
|
-
/* @__PURE__ */
|
|
1467
|
+
}),
|
|
1468
|
+
/* @__PURE__ */ jsx2("p", {
|
|
1469
1469
|
children: 'ContractSpec is currently in active development. Some features may be labelled as "Beta", "Preview", "Alpha", or similar designations.'
|
|
1470
|
-
}
|
|
1470
|
+
})
|
|
1471
1471
|
]
|
|
1472
|
-
}
|
|
1473
|
-
/* @__PURE__ */
|
|
1472
|
+
}),
|
|
1473
|
+
/* @__PURE__ */ jsx2("p", {
|
|
1474
1474
|
className: "text-muted-foreground mt-4",
|
|
1475
1475
|
children: "By using beta or preview features, you acknowledge:"
|
|
1476
|
-
}
|
|
1477
|
-
/* @__PURE__ */
|
|
1476
|
+
}),
|
|
1477
|
+
/* @__PURE__ */ jsxs2("ul", {
|
|
1478
1478
|
className: "text-muted-foreground list-disc space-y-2 pl-6",
|
|
1479
1479
|
children: [
|
|
1480
|
-
/* @__PURE__ */
|
|
1480
|
+
/* @__PURE__ */ jsxs2("li", {
|
|
1481
1481
|
children: [
|
|
1482
|
-
/* @__PURE__ */
|
|
1482
|
+
/* @__PURE__ */ jsx2("strong", {
|
|
1483
1483
|
className: "text-foreground",
|
|
1484
1484
|
children: "Things may break:"
|
|
1485
|
-
}
|
|
1485
|
+
}),
|
|
1486
1486
|
" ",
|
|
1487
1487
|
"Beta features may contain bugs, errors, or unexpected behaviour"
|
|
1488
1488
|
]
|
|
1489
|
-
}
|
|
1490
|
-
/* @__PURE__ */
|
|
1489
|
+
}),
|
|
1490
|
+
/* @__PURE__ */ jsxs2("li", {
|
|
1491
1491
|
children: [
|
|
1492
|
-
/* @__PURE__ */
|
|
1492
|
+
/* @__PURE__ */ jsx2("strong", {
|
|
1493
1493
|
className: "text-foreground",
|
|
1494
1494
|
children: "No availability guarantee:"
|
|
1495
|
-
}
|
|
1495
|
+
}),
|
|
1496
1496
|
" ",
|
|
1497
1497
|
"We do not guarantee uptime, availability, or continuity of beta features"
|
|
1498
1498
|
]
|
|
1499
|
-
}
|
|
1500
|
-
/* @__PURE__ */
|
|
1499
|
+
}),
|
|
1500
|
+
/* @__PURE__ */ jsxs2("li", {
|
|
1501
1501
|
children: [
|
|
1502
|
-
/* @__PURE__ */
|
|
1502
|
+
/* @__PURE__ */ jsx2("strong", {
|
|
1503
1503
|
className: "text-foreground",
|
|
1504
1504
|
children: "Features may change or disappear:"
|
|
1505
|
-
}
|
|
1505
|
+
}),
|
|
1506
1506
|
" ",
|
|
1507
1507
|
"We may modify, suspend, or discontinue beta features at any time without notice"
|
|
1508
1508
|
]
|
|
1509
|
-
}
|
|
1510
|
-
/* @__PURE__ */
|
|
1509
|
+
}),
|
|
1510
|
+
/* @__PURE__ */ jsxs2("li", {
|
|
1511
1511
|
children: [
|
|
1512
|
-
/* @__PURE__ */
|
|
1512
|
+
/* @__PURE__ */ jsx2("strong", {
|
|
1513
1513
|
className: "text-foreground",
|
|
1514
1514
|
children: "Not for production:"
|
|
1515
|
-
}
|
|
1515
|
+
}),
|
|
1516
1516
|
" ",
|
|
1517
1517
|
"Beta features should not be relied upon for mission-critical or production workloads unless you accept these risks"
|
|
1518
1518
|
]
|
|
1519
|
-
}
|
|
1520
|
-
/* @__PURE__ */
|
|
1519
|
+
}),
|
|
1520
|
+
/* @__PURE__ */ jsxs2("li", {
|
|
1521
1521
|
children: [
|
|
1522
|
-
/* @__PURE__ */
|
|
1522
|
+
/* @__PURE__ */ jsx2("strong", {
|
|
1523
1523
|
className: "text-foreground",
|
|
1524
1524
|
children: "Data may be lost:"
|
|
1525
|
-
}
|
|
1525
|
+
}),
|
|
1526
1526
|
" ",
|
|
1527
1527
|
"We cannot guarantee the preservation of data created using beta features"
|
|
1528
1528
|
]
|
|
1529
|
-
}
|
|
1529
|
+
})
|
|
1530
1530
|
]
|
|
1531
|
-
}
|
|
1531
|
+
})
|
|
1532
1532
|
]
|
|
1533
|
-
}
|
|
1534
|
-
/* @__PURE__ */
|
|
1533
|
+
}),
|
|
1534
|
+
/* @__PURE__ */ jsxs2("section", {
|
|
1535
1535
|
className: "mt-10 space-y-4",
|
|
1536
1536
|
children: [
|
|
1537
|
-
/* @__PURE__ */
|
|
1537
|
+
/* @__PURE__ */ jsx2("h2", {
|
|
1538
1538
|
className: "text-foreground text-2xl font-bold",
|
|
1539
1539
|
children: "9. Design Partner Program"
|
|
1540
|
-
}
|
|
1541
|
-
/* @__PURE__ */
|
|
1540
|
+
}),
|
|
1541
|
+
/* @__PURE__ */ jsx2("p", {
|
|
1542
1542
|
className: "text-muted-foreground",
|
|
1543
1543
|
children: "We offer a Design Partner program for early users who wish to collaborate closely with us to shape the product. If you participate as a Design Partner:"
|
|
1544
|
-
}
|
|
1545
|
-
/* @__PURE__ */
|
|
1544
|
+
}),
|
|
1545
|
+
/* @__PURE__ */ jsx2("h3", {
|
|
1546
1546
|
className: "text-foreground mt-6 text-xl font-semibold",
|
|
1547
1547
|
children: "9.1 Scope"
|
|
1548
|
-
}
|
|
1549
|
-
/* @__PURE__ */
|
|
1548
|
+
}),
|
|
1549
|
+
/* @__PURE__ */ jsx2("p", {
|
|
1550
1550
|
className: "text-muted-foreground",
|
|
1551
1551
|
children: "Design Partners receive early access to features, provide feedback, and help validate product direction. The specific scope of your participation will be outlined in a separate agreement or communication."
|
|
1552
|
-
}
|
|
1553
|
-
/* @__PURE__ */
|
|
1552
|
+
}),
|
|
1553
|
+
/* @__PURE__ */ jsx2("h3", {
|
|
1554
1554
|
className: "text-foreground mt-6 text-xl font-semibold",
|
|
1555
1555
|
children: "9.2 Feedback"
|
|
1556
|
-
}
|
|
1557
|
-
/* @__PURE__ */
|
|
1556
|
+
}),
|
|
1557
|
+
/* @__PURE__ */ jsx2("p", {
|
|
1558
1558
|
className: "text-muted-foreground",
|
|
1559
1559
|
children: "We value your input. Feedback you provide may be used to improve the Services. See Section 6.4 for licensing terms regarding feedback."
|
|
1560
|
-
}
|
|
1561
|
-
/* @__PURE__ */
|
|
1560
|
+
}),
|
|
1561
|
+
/* @__PURE__ */ jsx2("h3", {
|
|
1562
1562
|
className: "text-foreground mt-6 text-xl font-semibold",
|
|
1563
1563
|
children: "9.3 Confidentiality"
|
|
1564
|
-
}
|
|
1565
|
-
/* @__PURE__ */
|
|
1564
|
+
}),
|
|
1565
|
+
/* @__PURE__ */ jsx2("p", {
|
|
1566
1566
|
className: "text-muted-foreground",
|
|
1567
1567
|
children: "Design Partners may receive access to confidential or pre-release information. Unless otherwise specified in a separate agreement, you agree to keep such information confidential and not share it publicly without our prior written consent."
|
|
1568
|
-
}
|
|
1569
|
-
/* @__PURE__ */
|
|
1568
|
+
}),
|
|
1569
|
+
/* @__PURE__ */ jsx2("h3", {
|
|
1570
1570
|
className: "text-foreground mt-6 text-xl font-semibold",
|
|
1571
1571
|
children: "9.4 Mutual Expectations"
|
|
1572
|
-
}
|
|
1573
|
-
/* @__PURE__ */
|
|
1572
|
+
}),
|
|
1573
|
+
/* @__PURE__ */ jsxs2("ul", {
|
|
1574
1574
|
className: "text-muted-foreground list-disc space-y-2 pl-6",
|
|
1575
1575
|
children: [
|
|
1576
|
-
/* @__PURE__ */
|
|
1576
|
+
/* @__PURE__ */ jsxs2("li", {
|
|
1577
1577
|
children: [
|
|
1578
|
-
/* @__PURE__ */
|
|
1578
|
+
/* @__PURE__ */ jsx2("strong", {
|
|
1579
1579
|
className: "text-foreground",
|
|
1580
1580
|
children: "From us:"
|
|
1581
|
-
}
|
|
1581
|
+
}),
|
|
1582
1582
|
" Regular communications, responsiveness to feedback, and transparency about product direction"
|
|
1583
1583
|
]
|
|
1584
|
-
}
|
|
1585
|
-
/* @__PURE__ */
|
|
1584
|
+
}),
|
|
1585
|
+
/* @__PURE__ */ jsxs2("li", {
|
|
1586
1586
|
children: [
|
|
1587
|
-
/* @__PURE__ */
|
|
1587
|
+
/* @__PURE__ */ jsx2("strong", {
|
|
1588
1588
|
className: "text-foreground",
|
|
1589
1589
|
children: "From you:"
|
|
1590
|
-
}
|
|
1590
|
+
}),
|
|
1591
1591
|
" Timely and honest feedback, reasonable engagement, and adherence to these Terms"
|
|
1592
1592
|
]
|
|
1593
|
-
}
|
|
1593
|
+
})
|
|
1594
1594
|
]
|
|
1595
|
-
}
|
|
1595
|
+
})
|
|
1596
1596
|
]
|
|
1597
|
-
}
|
|
1598
|
-
/* @__PURE__ */
|
|
1597
|
+
}),
|
|
1598
|
+
/* @__PURE__ */ jsxs2("section", {
|
|
1599
1599
|
className: "mt-10 space-y-4",
|
|
1600
1600
|
children: [
|
|
1601
|
-
/* @__PURE__ */
|
|
1601
|
+
/* @__PURE__ */ jsx2("h2", {
|
|
1602
1602
|
className: "text-foreground text-2xl font-bold",
|
|
1603
1603
|
children: "10. Fees & Billing"
|
|
1604
|
-
}
|
|
1605
|
-
/* @__PURE__ */
|
|
1604
|
+
}),
|
|
1605
|
+
/* @__PURE__ */ jsxs2("div", {
|
|
1606
1606
|
className: "text-muted-foreground rounded-lg border border-yellow-500/20 bg-yellow-500/5 p-4",
|
|
1607
1607
|
children: [
|
|
1608
|
-
/* @__PURE__ */
|
|
1608
|
+
/* @__PURE__ */ jsx2("p", {
|
|
1609
1609
|
className: "mb-2 font-medium text-yellow-500",
|
|
1610
1610
|
children: "Note"
|
|
1611
|
-
}
|
|
1612
|
-
/* @__PURE__ */
|
|
1611
|
+
}),
|
|
1612
|
+
/* @__PURE__ */ jsx2("p", {
|
|
1613
1613
|
children: "Paid plans are not yet available. When paid plans are introduced, the following terms will apply:"
|
|
1614
|
-
}
|
|
1614
|
+
})
|
|
1615
1615
|
]
|
|
1616
|
-
}
|
|
1617
|
-
/* @__PURE__ */
|
|
1616
|
+
}),
|
|
1617
|
+
/* @__PURE__ */ jsxs2("ul", {
|
|
1618
1618
|
className: "text-muted-foreground mt-4 list-disc space-y-2 pl-6",
|
|
1619
1619
|
children: [
|
|
1620
|
-
/* @__PURE__ */
|
|
1620
|
+
/* @__PURE__ */ jsx2("li", {
|
|
1621
1621
|
children: "Fees will be clearly communicated before you commit to a paid plan"
|
|
1622
|
-
}
|
|
1623
|
-
/* @__PURE__ */
|
|
1622
|
+
}),
|
|
1623
|
+
/* @__PURE__ */ jsx2("li", {
|
|
1624
1624
|
children: "Payment terms, billing cycles, and refund policies will be specified at that time"
|
|
1625
|
-
}
|
|
1626
|
-
/* @__PURE__ */
|
|
1625
|
+
}),
|
|
1626
|
+
/* @__PURE__ */ jsx2("li", {
|
|
1627
1627
|
children: "We reserve the right to change pricing with reasonable notice"
|
|
1628
|
-
}
|
|
1629
|
-
/* @__PURE__ */
|
|
1628
|
+
}),
|
|
1629
|
+
/* @__PURE__ */ jsx2("li", {
|
|
1630
1630
|
children: "Failure to pay may result in suspension or termination of paid features"
|
|
1631
|
-
}
|
|
1631
|
+
})
|
|
1632
1632
|
]
|
|
1633
|
-
}
|
|
1633
|
+
})
|
|
1634
1634
|
]
|
|
1635
|
-
}
|
|
1636
|
-
/* @__PURE__ */
|
|
1635
|
+
}),
|
|
1636
|
+
/* @__PURE__ */ jsxs2("section", {
|
|
1637
1637
|
className: "mt-10 space-y-4",
|
|
1638
1638
|
children: [
|
|
1639
|
-
/* @__PURE__ */
|
|
1639
|
+
/* @__PURE__ */ jsx2("h2", {
|
|
1640
1640
|
className: "text-foreground text-2xl font-bold",
|
|
1641
1641
|
children: "11. Third-Party Services"
|
|
1642
|
-
}
|
|
1643
|
-
/* @__PURE__ */
|
|
1642
|
+
}),
|
|
1643
|
+
/* @__PURE__ */ jsx2("p", {
|
|
1644
1644
|
className: "text-muted-foreground",
|
|
1645
1645
|
children: "The Services may integrate with or contain links to third-party services, websites, or content. We do not control and are not responsible for third-party services."
|
|
1646
|
-
}
|
|
1647
|
-
/* @__PURE__ */
|
|
1646
|
+
}),
|
|
1647
|
+
/* @__PURE__ */ jsxs2("ul", {
|
|
1648
1648
|
className: "text-muted-foreground list-disc space-y-2 pl-6",
|
|
1649
1649
|
children: [
|
|
1650
|
-
/* @__PURE__ */
|
|
1650
|
+
/* @__PURE__ */ jsx2("li", {
|
|
1651
1651
|
children: "Your use of third-party services is governed by their respective terms and policies"
|
|
1652
|
-
}
|
|
1653
|
-
/* @__PURE__ */
|
|
1652
|
+
}),
|
|
1653
|
+
/* @__PURE__ */ jsx2("li", {
|
|
1654
1654
|
children: "We make no warranties or representations about third-party services"
|
|
1655
|
-
}
|
|
1656
|
-
/* @__PURE__ */
|
|
1655
|
+
}),
|
|
1656
|
+
/* @__PURE__ */ jsx2("li", {
|
|
1657
1657
|
children: "Links to third-party sites do not imply endorsement"
|
|
1658
|
-
}
|
|
1659
|
-
/* @__PURE__ */
|
|
1658
|
+
}),
|
|
1659
|
+
/* @__PURE__ */ jsx2("li", {
|
|
1660
1660
|
children: "You are responsible for reviewing the terms of any third-party services you use"
|
|
1661
|
-
}
|
|
1661
|
+
})
|
|
1662
1662
|
]
|
|
1663
|
-
}
|
|
1663
|
+
})
|
|
1664
1664
|
]
|
|
1665
|
-
}
|
|
1666
|
-
/* @__PURE__ */
|
|
1665
|
+
}),
|
|
1666
|
+
/* @__PURE__ */ jsxs2("section", {
|
|
1667
1667
|
className: "mt-10 space-y-4",
|
|
1668
1668
|
children: [
|
|
1669
|
-
/* @__PURE__ */
|
|
1669
|
+
/* @__PURE__ */ jsx2("h2", {
|
|
1670
1670
|
className: "text-foreground text-2xl font-bold",
|
|
1671
1671
|
children: "12. Disclaimer of Warranties"
|
|
1672
|
-
}
|
|
1673
|
-
/* @__PURE__ */
|
|
1672
|
+
}),
|
|
1673
|
+
/* @__PURE__ */ jsx2("div", {
|
|
1674
1674
|
className: "text-muted-foreground rounded-lg border border-white/10 bg-white/5 p-4",
|
|
1675
|
-
children: /* @__PURE__ */
|
|
1675
|
+
children: /* @__PURE__ */ jsx2("p", {
|
|
1676
1676
|
className: "font-medium uppercase",
|
|
1677
1677
|
children: 'THE SERVICES ARE PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED.'
|
|
1678
|
-
}
|
|
1679
|
-
}
|
|
1680
|
-
/* @__PURE__ */
|
|
1678
|
+
})
|
|
1679
|
+
}),
|
|
1680
|
+
/* @__PURE__ */ jsx2("p", {
|
|
1681
1681
|
className: "text-muted-foreground mt-4",
|
|
1682
1682
|
children: "To the fullest extent permitted by law, we disclaim:"
|
|
1683
|
-
}
|
|
1684
|
-
/* @__PURE__ */
|
|
1683
|
+
}),
|
|
1684
|
+
/* @__PURE__ */ jsxs2("ul", {
|
|
1685
1685
|
className: "text-muted-foreground list-disc space-y-2 pl-6",
|
|
1686
1686
|
children: [
|
|
1687
|
-
/* @__PURE__ */
|
|
1687
|
+
/* @__PURE__ */ jsx2("li", {
|
|
1688
1688
|
children: "Warranties of merchantability, fitness for a particular purpose, and non-infringement"
|
|
1689
|
-
}
|
|
1690
|
-
/* @__PURE__ */
|
|
1689
|
+
}),
|
|
1690
|
+
/* @__PURE__ */ jsx2("li", {
|
|
1691
1691
|
children: "Any warranty that the Services will be uninterrupted, secure, or error-free"
|
|
1692
|
-
}
|
|
1693
|
-
/* @__PURE__ */
|
|
1692
|
+
}),
|
|
1693
|
+
/* @__PURE__ */ jsx2("li", {
|
|
1694
1694
|
children: "Any warranty regarding the accuracy, reliability, or completeness of content"
|
|
1695
|
-
}
|
|
1696
|
-
/* @__PURE__ */
|
|
1695
|
+
}),
|
|
1696
|
+
/* @__PURE__ */ jsx2("li", {
|
|
1697
1697
|
children: "Any warranty that defects will be corrected or that the Services are free of viruses or harmful components"
|
|
1698
|
-
}
|
|
1698
|
+
})
|
|
1699
1699
|
]
|
|
1700
|
-
}
|
|
1701
|
-
/* @__PURE__ */
|
|
1700
|
+
}),
|
|
1701
|
+
/* @__PURE__ */ jsx2("h3", {
|
|
1702
1702
|
className: "text-foreground mt-6 text-xl font-semibold",
|
|
1703
1703
|
children: "No Professional Advice"
|
|
1704
|
-
}
|
|
1705
|
-
/* @__PURE__ */
|
|
1704
|
+
}),
|
|
1705
|
+
/* @__PURE__ */ jsx2("p", {
|
|
1706
1706
|
className: "text-muted-foreground",
|
|
1707
1707
|
children: "The Services are tools for software development. Nothing in the Services constitutes legal, financial, technical, or other professional advice. You are solely responsible for evaluating the suitability of the Services for your needs and for any decisions you make based on the output."
|
|
1708
|
-
}
|
|
1708
|
+
})
|
|
1709
1709
|
]
|
|
1710
|
-
}
|
|
1711
|
-
/* @__PURE__ */
|
|
1710
|
+
}),
|
|
1711
|
+
/* @__PURE__ */ jsxs2("section", {
|
|
1712
1712
|
className: "mt-10 space-y-4",
|
|
1713
1713
|
children: [
|
|
1714
|
-
/* @__PURE__ */
|
|
1714
|
+
/* @__PURE__ */ jsx2("h2", {
|
|
1715
1715
|
className: "text-foreground text-2xl font-bold",
|
|
1716
1716
|
children: "13. Limitation of Liability"
|
|
1717
|
-
}
|
|
1718
|
-
/* @__PURE__ */
|
|
1717
|
+
}),
|
|
1718
|
+
/* @__PURE__ */ jsx2("p", {
|
|
1719
1719
|
className: "text-muted-foreground",
|
|
1720
1720
|
children: "To the maximum extent permitted by applicable law:"
|
|
1721
|
-
}
|
|
1722
|
-
/* @__PURE__ */
|
|
1721
|
+
}),
|
|
1722
|
+
/* @__PURE__ */ jsxs2("ul", {
|
|
1723
1723
|
className: "text-muted-foreground list-disc space-y-2 pl-6",
|
|
1724
1724
|
children: [
|
|
1725
|
-
/* @__PURE__ */
|
|
1725
|
+
/* @__PURE__ */ jsxs2("li", {
|
|
1726
1726
|
children: [
|
|
1727
|
-
/* @__PURE__ */
|
|
1727
|
+
/* @__PURE__ */ jsx2("strong", {
|
|
1728
1728
|
className: "text-foreground",
|
|
1729
1729
|
children: "No indirect damages:"
|
|
1730
|
-
}
|
|
1730
|
+
}),
|
|
1731
1731
|
" ",
|
|
1732
1732
|
"We shall not be liable for any indirect, incidental, special, consequential, or punitive damages, including loss of profits, data, goodwill, or other intangible losses"
|
|
1733
1733
|
]
|
|
1734
|
-
}
|
|
1735
|
-
/* @__PURE__ */
|
|
1734
|
+
}),
|
|
1735
|
+
/* @__PURE__ */ jsxs2("li", {
|
|
1736
1736
|
children: [
|
|
1737
|
-
/* @__PURE__ */
|
|
1737
|
+
/* @__PURE__ */ jsx2("strong", {
|
|
1738
1738
|
className: "text-foreground",
|
|
1739
1739
|
children: "Limited direct liability:"
|
|
1740
|
-
}
|
|
1740
|
+
}),
|
|
1741
1741
|
" ",
|
|
1742
1742
|
"Our total aggregate liability for any claims arising from or related to the Services shall not exceed the greater of: (a) the amount you paid us in the 12 months preceding the claim, or (b) \u20AC100"
|
|
1743
1743
|
]
|
|
1744
|
-
}
|
|
1745
|
-
/* @__PURE__ */
|
|
1744
|
+
}),
|
|
1745
|
+
/* @__PURE__ */ jsxs2("li", {
|
|
1746
1746
|
children: [
|
|
1747
|
-
/* @__PURE__ */
|
|
1747
|
+
/* @__PURE__ */ jsx2("strong", {
|
|
1748
1748
|
className: "text-foreground",
|
|
1749
1749
|
children: "Exceptions:"
|
|
1750
|
-
}
|
|
1750
|
+
}),
|
|
1751
1751
|
" These limitations do not apply to liability that cannot be excluded under applicable law, including liability for fraud or wilful misconduct"
|
|
1752
1752
|
]
|
|
1753
|
-
}
|
|
1753
|
+
})
|
|
1754
1754
|
]
|
|
1755
|
-
}
|
|
1756
|
-
/* @__PURE__ */
|
|
1755
|
+
}),
|
|
1756
|
+
/* @__PURE__ */ jsx2("p", {
|
|
1757
1757
|
className: "text-muted-foreground mt-4",
|
|
1758
1758
|
children: "You acknowledge that these limitations reflect a reasonable allocation of risk and are a fundamental basis of the agreement between us."
|
|
1759
|
-
}
|
|
1759
|
+
})
|
|
1760
1760
|
]
|
|
1761
|
-
}
|
|
1762
|
-
/* @__PURE__ */
|
|
1761
|
+
}),
|
|
1762
|
+
/* @__PURE__ */ jsxs2("section", {
|
|
1763
1763
|
className: "mt-10 space-y-4",
|
|
1764
1764
|
children: [
|
|
1765
|
-
/* @__PURE__ */
|
|
1765
|
+
/* @__PURE__ */ jsx2("h2", {
|
|
1766
1766
|
className: "text-foreground text-2xl font-bold",
|
|
1767
1767
|
children: "14. Termination"
|
|
1768
|
-
}
|
|
1769
|
-
/* @__PURE__ */
|
|
1768
|
+
}),
|
|
1769
|
+
/* @__PURE__ */ jsx2("h3", {
|
|
1770
1770
|
className: "text-foreground mt-6 text-xl font-semibold",
|
|
1771
1771
|
children: "14.1 By You"
|
|
1772
|
-
}
|
|
1773
|
-
/* @__PURE__ */
|
|
1772
|
+
}),
|
|
1773
|
+
/* @__PURE__ */ jsx2("p", {
|
|
1774
1774
|
className: "text-muted-foreground",
|
|
1775
1775
|
children: "You may stop using the Services at any time. When accounts are available, you may close your account through the account settings or by contacting us."
|
|
1776
|
-
}
|
|
1777
|
-
/* @__PURE__ */
|
|
1776
|
+
}),
|
|
1777
|
+
/* @__PURE__ */ jsx2("h3", {
|
|
1778
1778
|
className: "text-foreground mt-6 text-xl font-semibold",
|
|
1779
1779
|
children: "14.2 By Us"
|
|
1780
|
-
}
|
|
1781
|
-
/* @__PURE__ */
|
|
1780
|
+
}),
|
|
1781
|
+
/* @__PURE__ */ jsx2("p", {
|
|
1782
1782
|
className: "text-muted-foreground",
|
|
1783
1783
|
children: "We may suspend or terminate your access to the Services at any time, with or without cause, with or without notice. Reasons for termination may include:"
|
|
1784
|
-
}
|
|
1785
|
-
/* @__PURE__ */
|
|
1784
|
+
}),
|
|
1785
|
+
/* @__PURE__ */ jsxs2("ul", {
|
|
1786
1786
|
className: "text-muted-foreground list-disc space-y-2 pl-6",
|
|
1787
1787
|
children: [
|
|
1788
|
-
/* @__PURE__ */
|
|
1788
|
+
/* @__PURE__ */ jsx2("li", {
|
|
1789
1789
|
children: "Violation of these Terms"
|
|
1790
|
-
}
|
|
1791
|
-
/* @__PURE__ */
|
|
1790
|
+
}),
|
|
1791
|
+
/* @__PURE__ */ jsx2("li", {
|
|
1792
1792
|
children: "Conduct that we believe is harmful to other users or our business"
|
|
1793
|
-
}
|
|
1794
|
-
/* @__PURE__ */
|
|
1793
|
+
}),
|
|
1794
|
+
/* @__PURE__ */ jsx2("li", {
|
|
1795
1795
|
children: "Extended inactivity"
|
|
1796
|
-
}
|
|
1797
|
-
/* @__PURE__ */
|
|
1796
|
+
}),
|
|
1797
|
+
/* @__PURE__ */ jsx2("li", {
|
|
1798
1798
|
children: "Discontinuation of the Services"
|
|
1799
|
-
}
|
|
1799
|
+
})
|
|
1800
1800
|
]
|
|
1801
|
-
}
|
|
1802
|
-
/* @__PURE__ */
|
|
1801
|
+
}),
|
|
1802
|
+
/* @__PURE__ */ jsx2("h3", {
|
|
1803
1803
|
className: "text-foreground mt-6 text-xl font-semibold",
|
|
1804
1804
|
children: "14.3 Effect of Termination"
|
|
1805
|
-
}
|
|
1806
|
-
/* @__PURE__ */
|
|
1805
|
+
}),
|
|
1806
|
+
/* @__PURE__ */ jsx2("p", {
|
|
1807
1807
|
className: "text-muted-foreground",
|
|
1808
1808
|
children: "Upon termination, your right to use the Services ceases immediately. Provisions that by their nature should survive termination will survive, including intellectual property rights, disclaimers, limitations of liability, and dispute resolution."
|
|
1809
|
-
}
|
|
1809
|
+
})
|
|
1810
1810
|
]
|
|
1811
|
-
}
|
|
1812
|
-
/* @__PURE__ */
|
|
1811
|
+
}),
|
|
1812
|
+
/* @__PURE__ */ jsxs2("section", {
|
|
1813
1813
|
className: "mt-10 space-y-4",
|
|
1814
1814
|
children: [
|
|
1815
|
-
/* @__PURE__ */
|
|
1815
|
+
/* @__PURE__ */ jsx2("h2", {
|
|
1816
1816
|
className: "text-foreground text-2xl font-bold",
|
|
1817
1817
|
children: "15. Governing Law & Jurisdiction"
|
|
1818
|
-
}
|
|
1819
|
-
/* @__PURE__ */
|
|
1818
|
+
}),
|
|
1819
|
+
/* @__PURE__ */ jsxs2("p", {
|
|
1820
1820
|
className: "text-muted-foreground",
|
|
1821
1821
|
children: [
|
|
1822
1822
|
"These Terms are governed by and construed in accordance with the laws of ",
|
|
1823
|
-
/* @__PURE__ */
|
|
1823
|
+
/* @__PURE__ */ jsx2("strong", {
|
|
1824
1824
|
className: "text-foreground",
|
|
1825
1825
|
children: "France"
|
|
1826
|
-
}
|
|
1826
|
+
}),
|
|
1827
1827
|
", without regard to conflict of law principles."
|
|
1828
1828
|
]
|
|
1829
|
-
}
|
|
1830
|
-
/* @__PURE__ */
|
|
1829
|
+
}),
|
|
1830
|
+
/* @__PURE__ */ jsxs2("p", {
|
|
1831
1831
|
className: "text-muted-foreground",
|
|
1832
1832
|
children: [
|
|
1833
1833
|
"Any disputes arising from or related to these Terms or the Services shall be subject to the exclusive jurisdiction of the courts of",
|
|
1834
1834
|
" ",
|
|
1835
|
-
/* @__PURE__ */
|
|
1835
|
+
/* @__PURE__ */ jsx2("strong", {
|
|
1836
1836
|
className: "text-foreground",
|
|
1837
1837
|
children: "Paris, France"
|
|
1838
|
-
}
|
|
1838
|
+
}),
|
|
1839
1839
|
"."
|
|
1840
1840
|
]
|
|
1841
|
-
}
|
|
1842
|
-
/* @__PURE__ */
|
|
1841
|
+
}),
|
|
1842
|
+
/* @__PURE__ */ jsx2("p", {
|
|
1843
1843
|
className: "text-muted-foreground",
|
|
1844
1844
|
children: "If you are a consumer in the European Union, nothing in these Terms affects your rights under mandatory consumer protection laws of your country of residence."
|
|
1845
|
-
}
|
|
1845
|
+
})
|
|
1846
1846
|
]
|
|
1847
|
-
}
|
|
1848
|
-
/* @__PURE__ */
|
|
1847
|
+
}),
|
|
1848
|
+
/* @__PURE__ */ jsxs2("section", {
|
|
1849
1849
|
className: "mt-10 space-y-4",
|
|
1850
1850
|
children: [
|
|
1851
|
-
/* @__PURE__ */
|
|
1851
|
+
/* @__PURE__ */ jsx2("h2", {
|
|
1852
1852
|
className: "text-foreground text-2xl font-bold",
|
|
1853
1853
|
children: "16. Contact"
|
|
1854
|
-
}
|
|
1855
|
-
/* @__PURE__ */
|
|
1854
|
+
}),
|
|
1855
|
+
/* @__PURE__ */ jsx2("p", {
|
|
1856
1856
|
className: "text-muted-foreground",
|
|
1857
1857
|
children: "If you have any questions about these Terms, please contact us:"
|
|
1858
|
-
}
|
|
1859
|
-
/* @__PURE__ */
|
|
1858
|
+
}),
|
|
1859
|
+
/* @__PURE__ */ jsxs2("div", {
|
|
1860
1860
|
className: "text-muted-foreground rounded-lg border border-white/10 bg-white/5 p-4",
|
|
1861
1861
|
children: [
|
|
1862
|
-
/* @__PURE__ */
|
|
1862
|
+
/* @__PURE__ */ jsxs2("p", {
|
|
1863
1863
|
children: [
|
|
1864
|
-
/* @__PURE__ */
|
|
1864
|
+
/* @__PURE__ */ jsx2("strong", {
|
|
1865
1865
|
className: "text-foreground",
|
|
1866
1866
|
children: "Email:"
|
|
1867
|
-
}
|
|
1867
|
+
}),
|
|
1868
1868
|
" ",
|
|
1869
|
-
/* @__PURE__ */
|
|
1869
|
+
/* @__PURE__ */ jsx2("a", {
|
|
1870
1870
|
href: "mailto:legal@contractspec.io",
|
|
1871
1871
|
className: "text-primary hover:underline",
|
|
1872
1872
|
children: "legal@contractspec.io"
|
|
1873
|
-
}
|
|
1873
|
+
})
|
|
1874
1874
|
]
|
|
1875
|
-
}
|
|
1876
|
-
/* @__PURE__ */
|
|
1875
|
+
}),
|
|
1876
|
+
/* @__PURE__ */ jsxs2("p", {
|
|
1877
1877
|
className: "mt-2",
|
|
1878
1878
|
children: [
|
|
1879
|
-
/* @__PURE__ */
|
|
1879
|
+
/* @__PURE__ */ jsx2("strong", {
|
|
1880
1880
|
className: "text-foreground",
|
|
1881
1881
|
children: "Address:"
|
|
1882
|
-
}
|
|
1882
|
+
}),
|
|
1883
1883
|
" CHAMAN VENTURES, 229 rue Saint-Honor\xE9, 75001 Paris, France"
|
|
1884
1884
|
]
|
|
1885
|
-
}
|
|
1885
|
+
})
|
|
1886
1886
|
]
|
|
1887
|
-
}
|
|
1887
|
+
})
|
|
1888
1888
|
]
|
|
1889
|
-
}
|
|
1890
|
-
/* @__PURE__ */
|
|
1889
|
+
}),
|
|
1890
|
+
/* @__PURE__ */ jsxs2("section", {
|
|
1891
1891
|
className: "mt-10 space-y-4",
|
|
1892
1892
|
children: [
|
|
1893
|
-
/* @__PURE__ */
|
|
1893
|
+
/* @__PURE__ */ jsx2("h2", {
|
|
1894
1894
|
className: "text-foreground text-2xl font-bold",
|
|
1895
1895
|
children: "17. Miscellaneous"
|
|
1896
|
-
}
|
|
1897
|
-
/* @__PURE__ */
|
|
1896
|
+
}),
|
|
1897
|
+
/* @__PURE__ */ jsxs2("ul", {
|
|
1898
1898
|
className: "text-muted-foreground list-disc space-y-2 pl-6",
|
|
1899
1899
|
children: [
|
|
1900
|
-
/* @__PURE__ */
|
|
1900
|
+
/* @__PURE__ */ jsxs2("li", {
|
|
1901
1901
|
children: [
|
|
1902
|
-
/* @__PURE__ */
|
|
1902
|
+
/* @__PURE__ */ jsx2("strong", {
|
|
1903
1903
|
className: "text-foreground",
|
|
1904
1904
|
children: "Entire Agreement:"
|
|
1905
|
-
}
|
|
1905
|
+
}),
|
|
1906
1906
|
" ",
|
|
1907
1907
|
"These Terms, together with our Privacy Policy and any additional agreements, constitute the entire agreement between you and ContractSpec regarding the Services"
|
|
1908
1908
|
]
|
|
1909
|
-
}
|
|
1910
|
-
/* @__PURE__ */
|
|
1909
|
+
}),
|
|
1910
|
+
/* @__PURE__ */ jsxs2("li", {
|
|
1911
1911
|
children: [
|
|
1912
|
-
/* @__PURE__ */
|
|
1912
|
+
/* @__PURE__ */ jsx2("strong", {
|
|
1913
1913
|
className: "text-foreground",
|
|
1914
1914
|
children: "Severability:"
|
|
1915
|
-
}
|
|
1915
|
+
}),
|
|
1916
1916
|
" If any provision of these Terms is found unenforceable, the remaining provisions will continue in effect"
|
|
1917
1917
|
]
|
|
1918
|
-
}
|
|
1919
|
-
/* @__PURE__ */
|
|
1918
|
+
}),
|
|
1919
|
+
/* @__PURE__ */ jsxs2("li", {
|
|
1920
1920
|
children: [
|
|
1921
|
-
/* @__PURE__ */
|
|
1921
|
+
/* @__PURE__ */ jsx2("strong", {
|
|
1922
1922
|
className: "text-foreground",
|
|
1923
1923
|
children: "Waiver:"
|
|
1924
|
-
}
|
|
1924
|
+
}),
|
|
1925
1925
|
" Our failure to enforce any right or provision does not constitute a waiver of that right or provision"
|
|
1926
1926
|
]
|
|
1927
|
-
}
|
|
1928
|
-
/* @__PURE__ */
|
|
1927
|
+
}),
|
|
1928
|
+
/* @__PURE__ */ jsxs2("li", {
|
|
1929
1929
|
children: [
|
|
1930
|
-
/* @__PURE__ */
|
|
1930
|
+
/* @__PURE__ */ jsx2("strong", {
|
|
1931
1931
|
className: "text-foreground",
|
|
1932
1932
|
children: "Assignment:"
|
|
1933
|
-
}
|
|
1933
|
+
}),
|
|
1934
1934
|
" You may not assign or transfer your rights under these Terms without our consent. We may assign our rights freely"
|
|
1935
1935
|
]
|
|
1936
|
-
}
|
|
1936
|
+
})
|
|
1937
1937
|
]
|
|
1938
|
-
}
|
|
1938
|
+
})
|
|
1939
1939
|
]
|
|
1940
|
-
}
|
|
1941
|
-
/* @__PURE__ */
|
|
1940
|
+
}),
|
|
1941
|
+
/* @__PURE__ */ jsx2("div", {
|
|
1942
1942
|
className: "mt-12 border-t border-white/10 pt-8",
|
|
1943
|
-
children: /* @__PURE__ */
|
|
1943
|
+
children: /* @__PURE__ */ jsxs2("p", {
|
|
1944
1944
|
className: "text-muted-foreground text-sm",
|
|
1945
1945
|
children: [
|
|
1946
1946
|
"For questions about these terms, please contact us at",
|
|
1947
1947
|
" ",
|
|
1948
|
-
/* @__PURE__ */
|
|
1948
|
+
/* @__PURE__ */ jsx2("a", {
|
|
1949
1949
|
href: "mailto:legal@contractspec.io",
|
|
1950
1950
|
className: "text-primary hover:underline",
|
|
1951
1951
|
children: "legal@contractspec.io"
|
|
1952
|
-
}
|
|
1952
|
+
})
|
|
1953
1953
|
]
|
|
1954
|
-
}
|
|
1955
|
-
}
|
|
1954
|
+
})
|
|
1955
|
+
})
|
|
1956
1956
|
]
|
|
1957
|
-
}
|
|
1958
|
-
}
|
|
1959
|
-
}
|
|
1957
|
+
})
|
|
1958
|
+
})
|
|
1959
|
+
});
|
|
1960
1960
|
}
|
|
1961
1961
|
export {
|
|
1962
1962
|
TermsTemplate,
|