@contractspec/bundle.library 3.4.2 → 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 +61 -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,940 +1,940 @@
|
|
|
1
1
|
// @bun
|
|
2
2
|
// src/components/legal/TermsTemplate.tsx
|
|
3
|
-
import {
|
|
3
|
+
import { jsx, jsxs } from "react/jsx-runtime";
|
|
4
4
|
var metadata = {
|
|
5
5
|
title: "Terms of Service | ContractSpec",
|
|
6
6
|
description: "Terms of Service for ContractSpec. Read our terms governing use of the ContractSpec website and services."
|
|
7
7
|
};
|
|
8
8
|
function TermsTemplate() {
|
|
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: "Terms of Service"
|
|
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. Definitions"
|
|
30
|
-
}
|
|
31
|
-
/* @__PURE__ */
|
|
30
|
+
}),
|
|
31
|
+
/* @__PURE__ */ jsx("p", {
|
|
32
32
|
className: "text-muted-foreground",
|
|
33
33
|
children: 'In these Terms of Service ("Terms"), the following definitions apply:'
|
|
34
|
-
}
|
|
35
|
-
/* @__PURE__ */
|
|
34
|
+
}),
|
|
35
|
+
/* @__PURE__ */ jsxs("ul", {
|
|
36
36
|
className: "text-muted-foreground list-disc space-y-2 pl-6",
|
|
37
37
|
children: [
|
|
38
|
-
/* @__PURE__ */
|
|
38
|
+
/* @__PURE__ */ jsxs("li", {
|
|
39
39
|
children: [
|
|
40
|
-
/* @__PURE__ */
|
|
40
|
+
/* @__PURE__ */ jsx("strong", {
|
|
41
41
|
className: "text-foreground",
|
|
42
42
|
children: '"ContractSpec"'
|
|
43
|
-
}
|
|
43
|
+
}),
|
|
44
44
|
",",
|
|
45
45
|
" ",
|
|
46
|
-
/* @__PURE__ */
|
|
46
|
+
/* @__PURE__ */ jsx("strong", {
|
|
47
47
|
className: "text-foreground",
|
|
48
48
|
children: '"we"'
|
|
49
|
-
}
|
|
49
|
+
}),
|
|
50
50
|
",",
|
|
51
51
|
" ",
|
|
52
|
-
/* @__PURE__ */
|
|
52
|
+
/* @__PURE__ */ jsx("strong", {
|
|
53
53
|
className: "text-foreground",
|
|
54
54
|
children: '"us"'
|
|
55
|
-
}
|
|
55
|
+
}),
|
|
56
56
|
", or",
|
|
57
57
|
" ",
|
|
58
|
-
/* @__PURE__ */
|
|
58
|
+
/* @__PURE__ */ jsx("strong", {
|
|
59
59
|
className: "text-foreground",
|
|
60
60
|
children: '"our"'
|
|
61
|
-
}
|
|
61
|
+
}),
|
|
62
62
|
" refers to CHAMAN VENTURES, SASU, operating under the ContractSpec brand."
|
|
63
63
|
]
|
|
64
|
-
}
|
|
65
|
-
/* @__PURE__ */
|
|
64
|
+
}),
|
|
65
|
+
/* @__PURE__ */ jsxs("li", {
|
|
66
66
|
children: [
|
|
67
|
-
/* @__PURE__ */
|
|
67
|
+
/* @__PURE__ */ jsx("strong", {
|
|
68
68
|
className: "text-foreground",
|
|
69
69
|
children: '"Service"'
|
|
70
|
-
}
|
|
70
|
+
}),
|
|
71
71
|
" or",
|
|
72
72
|
" ",
|
|
73
|
-
/* @__PURE__ */
|
|
73
|
+
/* @__PURE__ */ jsx("strong", {
|
|
74
74
|
className: "text-foreground",
|
|
75
75
|
children: '"Services"'
|
|
76
|
-
}
|
|
76
|
+
}),
|
|
77
77
|
" refers to the ContractSpec website, ContractSpec Studio, APIs, documentation, and any related products or features we provide."
|
|
78
78
|
]
|
|
79
|
-
}
|
|
80
|
-
/* @__PURE__ */
|
|
79
|
+
}),
|
|
80
|
+
/* @__PURE__ */ jsxs("li", {
|
|
81
81
|
children: [
|
|
82
|
-
/* @__PURE__ */
|
|
82
|
+
/* @__PURE__ */ jsx("strong", {
|
|
83
83
|
className: "text-foreground",
|
|
84
84
|
children: '"User"'
|
|
85
|
-
}
|
|
85
|
+
}),
|
|
86
86
|
",",
|
|
87
87
|
" ",
|
|
88
|
-
/* @__PURE__ */
|
|
88
|
+
/* @__PURE__ */ jsx("strong", {
|
|
89
89
|
className: "text-foreground",
|
|
90
90
|
children: '"you"'
|
|
91
|
-
}
|
|
91
|
+
}),
|
|
92
92
|
", or",
|
|
93
93
|
" ",
|
|
94
|
-
/* @__PURE__ */
|
|
94
|
+
/* @__PURE__ */ jsx("strong", {
|
|
95
95
|
className: "text-foreground",
|
|
96
96
|
children: '"your"'
|
|
97
|
-
}
|
|
97
|
+
}),
|
|
98
98
|
" refers to any individual or entity accessing or using the Services."
|
|
99
99
|
]
|
|
100
|
-
}
|
|
101
|
-
/* @__PURE__ */
|
|
100
|
+
}),
|
|
101
|
+
/* @__PURE__ */ jsxs("li", {
|
|
102
102
|
children: [
|
|
103
|
-
/* @__PURE__ */
|
|
103
|
+
/* @__PURE__ */ jsx("strong", {
|
|
104
104
|
className: "text-foreground",
|
|
105
105
|
children: '"User Content"'
|
|
106
|
-
}
|
|
106
|
+
}),
|
|
107
107
|
" ",
|
|
108
108
|
"refers to any data, specifications, configurations, or other materials you create, upload, or submit through the Services."
|
|
109
109
|
]
|
|
110
|
-
}
|
|
111
|
-
/* @__PURE__ */
|
|
110
|
+
}),
|
|
111
|
+
/* @__PURE__ */ jsxs("li", {
|
|
112
112
|
children: [
|
|
113
|
-
/* @__PURE__ */
|
|
113
|
+
/* @__PURE__ */ jsx("strong", {
|
|
114
114
|
className: "text-foreground",
|
|
115
115
|
children: '"ContractSpec Core"'
|
|
116
|
-
}
|
|
116
|
+
}),
|
|
117
117
|
" ",
|
|
118
118
|
"refers to the open-source components of ContractSpec available under their respective open-source licenses."
|
|
119
119
|
]
|
|
120
|
-
}
|
|
121
|
-
/* @__PURE__ */
|
|
120
|
+
}),
|
|
121
|
+
/* @__PURE__ */ jsxs("li", {
|
|
122
122
|
children: [
|
|
123
|
-
/* @__PURE__ */
|
|
123
|
+
/* @__PURE__ */ jsx("strong", {
|
|
124
124
|
className: "text-foreground",
|
|
125
125
|
children: '"Design Partner"'
|
|
126
|
-
}
|
|
126
|
+
}),
|
|
127
127
|
" ",
|
|
128
128
|
"refers to early users who have entered into a separate design partnership arrangement with us."
|
|
129
129
|
]
|
|
130
|
-
}
|
|
130
|
+
})
|
|
131
131
|
]
|
|
132
|
-
}
|
|
132
|
+
})
|
|
133
133
|
]
|
|
134
|
-
}
|
|
135
|
-
/* @__PURE__ */
|
|
134
|
+
}),
|
|
135
|
+
/* @__PURE__ */ jsxs("section", {
|
|
136
136
|
className: "mt-10 space-y-4",
|
|
137
137
|
children: [
|
|
138
|
-
/* @__PURE__ */
|
|
138
|
+
/* @__PURE__ */ jsx("h2", {
|
|
139
139
|
className: "text-foreground text-2xl font-bold",
|
|
140
140
|
children: "2. Who We Are"
|
|
141
|
-
}
|
|
142
|
-
/* @__PURE__ */
|
|
141
|
+
}),
|
|
142
|
+
/* @__PURE__ */ jsxs("p", {
|
|
143
143
|
className: "text-muted-foreground",
|
|
144
144
|
children: [
|
|
145
145
|
"ContractSpec is a brand of",
|
|
146
146
|
" ",
|
|
147
|
-
/* @__PURE__ */
|
|
147
|
+
/* @__PURE__ */ jsx("strong", {
|
|
148
148
|
className: "text-foreground",
|
|
149
149
|
children: "CHAMAN VENTURES"
|
|
150
|
-
}
|
|
150
|
+
}),
|
|
151
151
|
", a simplified joint-stock company (SASU) registered in France."
|
|
152
152
|
]
|
|
153
|
-
}
|
|
154
|
-
/* @__PURE__ */
|
|
153
|
+
}),
|
|
154
|
+
/* @__PURE__ */ jsx("div", {
|
|
155
155
|
className: "text-muted-foreground rounded-lg border border-white/10 bg-white/5 p-4",
|
|
156
|
-
children: /* @__PURE__ */
|
|
156
|
+
children: /* @__PURE__ */ jsxs("ul", {
|
|
157
157
|
className: "list-none space-y-1 pl-0",
|
|
158
158
|
children: [
|
|
159
|
-
/* @__PURE__ */
|
|
159
|
+
/* @__PURE__ */ jsx("li", {
|
|
160
160
|
children: "CHAMAN VENTURES, SASU"
|
|
161
|
-
}
|
|
162
|
-
/* @__PURE__ */
|
|
161
|
+
}),
|
|
162
|
+
/* @__PURE__ */ jsx("li", {
|
|
163
163
|
children: "RCS Paris \u2022 SIREN 989 498 902"
|
|
164
|
-
}
|
|
165
|
-
/* @__PURE__ */
|
|
164
|
+
}),
|
|
165
|
+
/* @__PURE__ */ jsx("li", {
|
|
166
166
|
children: "229 rue Saint-Honor\xE9, 75001 Paris, France"
|
|
167
|
-
}
|
|
168
|
-
/* @__PURE__ */
|
|
167
|
+
}),
|
|
168
|
+
/* @__PURE__ */ jsxs("li", {
|
|
169
169
|
children: [
|
|
170
170
|
"Contact:",
|
|
171
171
|
" ",
|
|
172
|
-
/* @__PURE__ */
|
|
172
|
+
/* @__PURE__ */ jsx("a", {
|
|
173
173
|
href: "mailto:legal@contractspec.io",
|
|
174
174
|
className: "text-primary hover:underline",
|
|
175
175
|
children: "legal@contractspec.io"
|
|
176
|
-
}
|
|
176
|
+
})
|
|
177
177
|
]
|
|
178
|
-
}
|
|
178
|
+
})
|
|
179
179
|
]
|
|
180
|
-
}
|
|
181
|
-
}
|
|
180
|
+
})
|
|
181
|
+
})
|
|
182
182
|
]
|
|
183
|
-
}
|
|
184
|
-
/* @__PURE__ */
|
|
183
|
+
}),
|
|
184
|
+
/* @__PURE__ */ jsxs("section", {
|
|
185
185
|
className: "mt-10 space-y-4",
|
|
186
186
|
children: [
|
|
187
|
-
/* @__PURE__ */
|
|
187
|
+
/* @__PURE__ */ jsx("h2", {
|
|
188
188
|
className: "text-foreground text-2xl font-bold",
|
|
189
189
|
children: "3. Acceptance of Terms"
|
|
190
|
-
}
|
|
191
|
-
/* @__PURE__ */
|
|
190
|
+
}),
|
|
191
|
+
/* @__PURE__ */ jsxs("p", {
|
|
192
192
|
className: "text-muted-foreground",
|
|
193
193
|
children: [
|
|
194
194
|
"By accessing or using ContractSpec, you agree to be bound by these Terms and our",
|
|
195
195
|
" ",
|
|
196
|
-
/* @__PURE__ */
|
|
196
|
+
/* @__PURE__ */ jsx("a", {
|
|
197
197
|
href: "/legal/privacy",
|
|
198
198
|
className: "text-primary hover:underline",
|
|
199
199
|
children: "Privacy Policy"
|
|
200
|
-
}
|
|
200
|
+
}),
|
|
201
201
|
". If you do not agree to these Terms, you must not use the Services."
|
|
202
202
|
]
|
|
203
|
-
}
|
|
204
|
-
/* @__PURE__ */
|
|
203
|
+
}),
|
|
204
|
+
/* @__PURE__ */ jsx("p", {
|
|
205
205
|
className: "text-muted-foreground",
|
|
206
206
|
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.'
|
|
207
|
-
}
|
|
207
|
+
})
|
|
208
208
|
]
|
|
209
|
-
}
|
|
210
|
-
/* @__PURE__ */
|
|
209
|
+
}),
|
|
210
|
+
/* @__PURE__ */ jsxs("section", {
|
|
211
211
|
className: "mt-10 space-y-4",
|
|
212
212
|
children: [
|
|
213
|
-
/* @__PURE__ */
|
|
213
|
+
/* @__PURE__ */ jsx("h2", {
|
|
214
214
|
className: "text-foreground text-2xl font-bold",
|
|
215
215
|
children: "4. Eligibility"
|
|
216
|
-
}
|
|
217
|
-
/* @__PURE__ */
|
|
216
|
+
}),
|
|
217
|
+
/* @__PURE__ */ jsx("p", {
|
|
218
218
|
className: "text-muted-foreground",
|
|
219
219
|
children: "To use the Services, you must:"
|
|
220
|
-
}
|
|
221
|
-
/* @__PURE__ */
|
|
220
|
+
}),
|
|
221
|
+
/* @__PURE__ */ jsxs("ul", {
|
|
222
222
|
className: "text-muted-foreground list-disc space-y-2 pl-6",
|
|
223
223
|
children: [
|
|
224
|
-
/* @__PURE__ */
|
|
224
|
+
/* @__PURE__ */ jsx("li", {
|
|
225
225
|
children: "Be at least 18 years old or the age of majority in your jurisdiction"
|
|
226
|
-
}
|
|
227
|
-
/* @__PURE__ */
|
|
226
|
+
}),
|
|
227
|
+
/* @__PURE__ */ jsx("li", {
|
|
228
228
|
children: "Have the legal capacity to enter into binding contracts"
|
|
229
|
-
}
|
|
230
|
-
/* @__PURE__ */
|
|
229
|
+
}),
|
|
230
|
+
/* @__PURE__ */ jsx("li", {
|
|
231
231
|
children: "Not be prohibited from using the Services under applicable laws"
|
|
232
|
-
}
|
|
233
|
-
/* @__PURE__ */
|
|
232
|
+
}),
|
|
233
|
+
/* @__PURE__ */ jsx("li", {
|
|
234
234
|
children: "If acting on behalf of an organisation, have the authority to bind that organisation to these Terms"
|
|
235
|
-
}
|
|
235
|
+
})
|
|
236
236
|
]
|
|
237
|
-
}
|
|
237
|
+
})
|
|
238
238
|
]
|
|
239
|
-
}
|
|
240
|
-
/* @__PURE__ */
|
|
239
|
+
}),
|
|
240
|
+
/* @__PURE__ */ jsxs("section", {
|
|
241
241
|
className: "mt-10 space-y-4",
|
|
242
242
|
children: [
|
|
243
|
-
/* @__PURE__ */
|
|
243
|
+
/* @__PURE__ */ jsx("h2", {
|
|
244
244
|
className: "text-foreground text-2xl font-bold",
|
|
245
245
|
children: "5. Accounts"
|
|
246
|
-
}
|
|
247
|
-
/* @__PURE__ */
|
|
246
|
+
}),
|
|
247
|
+
/* @__PURE__ */ jsxs("div", {
|
|
248
248
|
className: "text-muted-foreground rounded-lg border border-yellow-500/20 bg-yellow-500/5 p-4",
|
|
249
249
|
children: [
|
|
250
|
-
/* @__PURE__ */
|
|
250
|
+
/* @__PURE__ */ jsx("p", {
|
|
251
251
|
className: "mb-2 font-medium text-yellow-500",
|
|
252
252
|
children: "Note"
|
|
253
|
-
}
|
|
254
|
-
/* @__PURE__ */
|
|
253
|
+
}),
|
|
254
|
+
/* @__PURE__ */ jsx("p", {
|
|
255
255
|
children: "User accounts are not yet available. When accounts are introduced, the following terms will apply:"
|
|
256
|
-
}
|
|
256
|
+
})
|
|
257
257
|
]
|
|
258
|
-
}
|
|
259
|
-
/* @__PURE__ */
|
|
258
|
+
}),
|
|
259
|
+
/* @__PURE__ */ jsxs("ul", {
|
|
260
260
|
className: "text-muted-foreground mt-4 list-disc space-y-2 pl-6",
|
|
261
261
|
children: [
|
|
262
|
-
/* @__PURE__ */
|
|
262
|
+
/* @__PURE__ */ jsx("li", {
|
|
263
263
|
children: "You are responsible for maintaining the confidentiality of your account credentials"
|
|
264
|
-
}
|
|
265
|
-
/* @__PURE__ */
|
|
264
|
+
}),
|
|
265
|
+
/* @__PURE__ */ jsx("li", {
|
|
266
266
|
children: "You are responsible for all activities that occur under your account"
|
|
267
|
-
}
|
|
268
|
-
/* @__PURE__ */
|
|
267
|
+
}),
|
|
268
|
+
/* @__PURE__ */ jsx("li", {
|
|
269
269
|
children: "You must notify us immediately of any unauthorised use of your account"
|
|
270
|
-
}
|
|
271
|
-
/* @__PURE__ */
|
|
270
|
+
}),
|
|
271
|
+
/* @__PURE__ */ jsx("li", {
|
|
272
272
|
children: "We reserve the right to suspend or terminate accounts that violate these Terms"
|
|
273
|
-
}
|
|
273
|
+
})
|
|
274
274
|
]
|
|
275
|
-
}
|
|
275
|
+
})
|
|
276
276
|
]
|
|
277
|
-
}
|
|
278
|
-
/* @__PURE__ */
|
|
277
|
+
}),
|
|
278
|
+
/* @__PURE__ */ jsxs("section", {
|
|
279
279
|
className: "mt-10 space-y-4",
|
|
280
280
|
children: [
|
|
281
|
-
/* @__PURE__ */
|
|
281
|
+
/* @__PURE__ */ jsx("h2", {
|
|
282
282
|
className: "text-foreground text-2xl font-bold",
|
|
283
283
|
children: "6. License & Intellectual Property"
|
|
284
|
-
}
|
|
285
|
-
/* @__PURE__ */
|
|
284
|
+
}),
|
|
285
|
+
/* @__PURE__ */ jsx("h3", {
|
|
286
286
|
className: "text-foreground mt-6 text-xl font-semibold",
|
|
287
287
|
children: "6.1 Our Intellectual Property"
|
|
288
|
-
}
|
|
289
|
-
/* @__PURE__ */
|
|
288
|
+
}),
|
|
289
|
+
/* @__PURE__ */ jsx("p", {
|
|
290
290
|
className: "text-muted-foreground",
|
|
291
291
|
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."
|
|
292
|
-
}
|
|
293
|
-
/* @__PURE__ */
|
|
292
|
+
}),
|
|
293
|
+
/* @__PURE__ */ jsx("h3", {
|
|
294
294
|
className: "text-foreground mt-6 text-xl font-semibold",
|
|
295
295
|
children: "6.2 Open-Source Components"
|
|
296
|
-
}
|
|
297
|
-
/* @__PURE__ */
|
|
296
|
+
}),
|
|
297
|
+
/* @__PURE__ */ jsx("p", {
|
|
298
298
|
className: "text-muted-foreground",
|
|
299
299
|
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.'
|
|
300
|
-
}
|
|
301
|
-
/* @__PURE__ */
|
|
300
|
+
}),
|
|
301
|
+
/* @__PURE__ */ jsx("h3", {
|
|
302
302
|
className: "text-foreground mt-6 text-xl font-semibold",
|
|
303
303
|
children: "6.3 Your Content"
|
|
304
|
-
}
|
|
305
|
-
/* @__PURE__ */
|
|
304
|
+
}),
|
|
305
|
+
/* @__PURE__ */ jsxs("p", {
|
|
306
306
|
className: "text-muted-foreground",
|
|
307
307
|
children: [
|
|
308
|
-
/* @__PURE__ */
|
|
308
|
+
/* @__PURE__ */ jsx("strong", {
|
|
309
309
|
className: "text-foreground",
|
|
310
310
|
children: "You retain ownership"
|
|
311
|
-
}
|
|
311
|
+
}),
|
|
312
312
|
" ",
|
|
313
313
|
"of all User Content you create, upload, or submit through the Services. This includes your specifications, configurations, and any other materials you generate."
|
|
314
314
|
]
|
|
315
|
-
}
|
|
316
|
-
/* @__PURE__ */
|
|
315
|
+
}),
|
|
316
|
+
/* @__PURE__ */ jsx("p", {
|
|
317
317
|
className: "text-muted-foreground",
|
|
318
318
|
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)."
|
|
319
|
-
}
|
|
320
|
-
/* @__PURE__ */
|
|
319
|
+
}),
|
|
320
|
+
/* @__PURE__ */ jsx("h3", {
|
|
321
321
|
className: "text-foreground mt-6 text-xl font-semibold",
|
|
322
322
|
children: "6.4 Feedback"
|
|
323
|
-
}
|
|
324
|
-
/* @__PURE__ */
|
|
323
|
+
}),
|
|
324
|
+
/* @__PURE__ */ jsx("p", {
|
|
325
325
|
className: "text-muted-foreground",
|
|
326
326
|
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."
|
|
327
|
-
}
|
|
327
|
+
})
|
|
328
328
|
]
|
|
329
|
-
}
|
|
330
|
-
/* @__PURE__ */
|
|
329
|
+
}),
|
|
330
|
+
/* @__PURE__ */ jsxs("section", {
|
|
331
331
|
className: "mt-10 space-y-4",
|
|
332
332
|
children: [
|
|
333
|
-
/* @__PURE__ */
|
|
333
|
+
/* @__PURE__ */ jsx("h2", {
|
|
334
334
|
className: "text-foreground text-2xl font-bold",
|
|
335
335
|
children: "7. Acceptable Use"
|
|
336
|
-
}
|
|
337
|
-
/* @__PURE__ */
|
|
336
|
+
}),
|
|
337
|
+
/* @__PURE__ */ jsx("p", {
|
|
338
338
|
className: "text-muted-foreground",
|
|
339
339
|
children: "When using the Services, you agree not to:"
|
|
340
|
-
}
|
|
341
|
-
/* @__PURE__ */
|
|
340
|
+
}),
|
|
341
|
+
/* @__PURE__ */ jsxs("ul", {
|
|
342
342
|
className: "text-muted-foreground list-disc space-y-2 pl-6",
|
|
343
343
|
children: [
|
|
344
|
-
/* @__PURE__ */
|
|
344
|
+
/* @__PURE__ */ jsxs("li", {
|
|
345
345
|
children: [
|
|
346
|
-
/* @__PURE__ */
|
|
346
|
+
/* @__PURE__ */ jsx("strong", {
|
|
347
347
|
className: "text-foreground",
|
|
348
348
|
children: "Abuse the Services:"
|
|
349
|
-
}
|
|
349
|
+
}),
|
|
350
350
|
" ",
|
|
351
351
|
"Use the Services in a manner that disrupts, damages, or impairs our infrastructure or other users' experience"
|
|
352
352
|
]
|
|
353
|
-
}
|
|
354
|
-
/* @__PURE__ */
|
|
353
|
+
}),
|
|
354
|
+
/* @__PURE__ */ jsxs("li", {
|
|
355
355
|
children: [
|
|
356
|
-
/* @__PURE__ */
|
|
356
|
+
/* @__PURE__ */ jsx("strong", {
|
|
357
357
|
className: "text-foreground",
|
|
358
358
|
children: "Probe security:"
|
|
359
|
-
}
|
|
359
|
+
}),
|
|
360
360
|
" ",
|
|
361
361
|
"Attempt to gain unauthorised access to our systems, networks, or data; perform security testing without prior written permission"
|
|
362
362
|
]
|
|
363
|
-
}
|
|
364
|
-
/* @__PURE__ */
|
|
363
|
+
}),
|
|
364
|
+
/* @__PURE__ */ jsxs("li", {
|
|
365
365
|
children: [
|
|
366
|
-
/* @__PURE__ */
|
|
366
|
+
/* @__PURE__ */ jsx("strong", {
|
|
367
367
|
className: "text-foreground",
|
|
368
368
|
children: "Distribute harmful content:"
|
|
369
|
-
}
|
|
369
|
+
}),
|
|
370
370
|
" ",
|
|
371
371
|
"Upload, share, or distribute malware, viruses, or other malicious code"
|
|
372
372
|
]
|
|
373
|
-
}
|
|
374
|
-
/* @__PURE__ */
|
|
373
|
+
}),
|
|
374
|
+
/* @__PURE__ */ jsxs("li", {
|
|
375
375
|
children: [
|
|
376
|
-
/* @__PURE__ */
|
|
376
|
+
/* @__PURE__ */ jsx("strong", {
|
|
377
377
|
className: "text-foreground",
|
|
378
378
|
children: "Engage in illegal activity:"
|
|
379
|
-
}
|
|
379
|
+
}),
|
|
380
380
|
" ",
|
|
381
381
|
"Use the Services for any purpose that is unlawful, fraudulent, or harmful"
|
|
382
382
|
]
|
|
383
|
-
}
|
|
384
|
-
/* @__PURE__ */
|
|
383
|
+
}),
|
|
384
|
+
/* @__PURE__ */ jsxs("li", {
|
|
385
385
|
children: [
|
|
386
|
-
/* @__PURE__ */
|
|
386
|
+
/* @__PURE__ */ jsx("strong", {
|
|
387
387
|
className: "text-foreground",
|
|
388
388
|
children: "Interfere with operations:"
|
|
389
|
-
}
|
|
389
|
+
}),
|
|
390
390
|
" ",
|
|
391
391
|
"Attempt to interfere with, disrupt, or circumvent any security or access controls"
|
|
392
392
|
]
|
|
393
|
-
}
|
|
394
|
-
/* @__PURE__ */
|
|
393
|
+
}),
|
|
394
|
+
/* @__PURE__ */ jsxs("li", {
|
|
395
395
|
children: [
|
|
396
|
-
/* @__PURE__ */
|
|
396
|
+
/* @__PURE__ */ jsx("strong", {
|
|
397
397
|
className: "text-foreground",
|
|
398
398
|
children: "Violate rights:"
|
|
399
|
-
}
|
|
399
|
+
}),
|
|
400
400
|
" ",
|
|
401
401
|
"Infringe upon the intellectual property, privacy, or other rights of third parties"
|
|
402
402
|
]
|
|
403
|
-
}
|
|
404
|
-
/* @__PURE__ */
|
|
403
|
+
}),
|
|
404
|
+
/* @__PURE__ */ jsxs("li", {
|
|
405
405
|
children: [
|
|
406
|
-
/* @__PURE__ */
|
|
406
|
+
/* @__PURE__ */ jsx("strong", {
|
|
407
407
|
className: "text-foreground",
|
|
408
408
|
children: "Misrepresent identity:"
|
|
409
|
-
}
|
|
409
|
+
}),
|
|
410
410
|
" ",
|
|
411
411
|
"Impersonate any person or entity, or falsely claim affiliation with ContractSpec"
|
|
412
412
|
]
|
|
413
|
-
}
|
|
414
|
-
/* @__PURE__ */
|
|
413
|
+
}),
|
|
414
|
+
/* @__PURE__ */ jsxs("li", {
|
|
415
415
|
children: [
|
|
416
|
-
/* @__PURE__ */
|
|
416
|
+
/* @__PURE__ */ jsx("strong", {
|
|
417
417
|
className: "text-foreground",
|
|
418
418
|
children: "Circumvent limits:"
|
|
419
|
-
}
|
|
419
|
+
}),
|
|
420
420
|
" ",
|
|
421
421
|
"Attempt to bypass any usage limits, rate limits, or access restrictions"
|
|
422
422
|
]
|
|
423
|
-
}
|
|
423
|
+
})
|
|
424
424
|
]
|
|
425
|
-
}
|
|
426
|
-
/* @__PURE__ */
|
|
425
|
+
}),
|
|
426
|
+
/* @__PURE__ */ jsx("p", {
|
|
427
427
|
className: "text-muted-foreground mt-4",
|
|
428
428
|
children: "We reserve the right to investigate violations and take appropriate action, including suspension or termination of access."
|
|
429
|
-
}
|
|
429
|
+
})
|
|
430
430
|
]
|
|
431
|
-
}
|
|
432
|
-
/* @__PURE__ */
|
|
431
|
+
}),
|
|
432
|
+
/* @__PURE__ */ jsxs("section", {
|
|
433
433
|
className: "mt-10 space-y-4",
|
|
434
434
|
children: [
|
|
435
|
-
/* @__PURE__ */
|
|
435
|
+
/* @__PURE__ */ jsx("h2", {
|
|
436
436
|
className: "text-foreground text-2xl font-bold",
|
|
437
437
|
children: "8. Beta & Preview Services"
|
|
438
|
-
}
|
|
439
|
-
/* @__PURE__ */
|
|
438
|
+
}),
|
|
439
|
+
/* @__PURE__ */ jsxs("div", {
|
|
440
440
|
className: "text-muted-foreground rounded-lg border border-orange-500/20 bg-orange-500/5 p-4",
|
|
441
441
|
children: [
|
|
442
|
-
/* @__PURE__ */
|
|
442
|
+
/* @__PURE__ */ jsx("p", {
|
|
443
443
|
className: "mb-2 font-medium text-orange-400",
|
|
444
444
|
children: "\u26A0\uFE0F Important"
|
|
445
|
-
}
|
|
446
|
-
/* @__PURE__ */
|
|
445
|
+
}),
|
|
446
|
+
/* @__PURE__ */ jsx("p", {
|
|
447
447
|
children: 'ContractSpec is currently in active development. Some features may be labelled as "Beta", "Preview", "Alpha", or similar designations.'
|
|
448
|
-
}
|
|
448
|
+
})
|
|
449
449
|
]
|
|
450
|
-
}
|
|
451
|
-
/* @__PURE__ */
|
|
450
|
+
}),
|
|
451
|
+
/* @__PURE__ */ jsx("p", {
|
|
452
452
|
className: "text-muted-foreground mt-4",
|
|
453
453
|
children: "By using beta or preview features, you acknowledge:"
|
|
454
|
-
}
|
|
455
|
-
/* @__PURE__ */
|
|
454
|
+
}),
|
|
455
|
+
/* @__PURE__ */ jsxs("ul", {
|
|
456
456
|
className: "text-muted-foreground list-disc space-y-2 pl-6",
|
|
457
457
|
children: [
|
|
458
|
-
/* @__PURE__ */
|
|
458
|
+
/* @__PURE__ */ jsxs("li", {
|
|
459
459
|
children: [
|
|
460
|
-
/* @__PURE__ */
|
|
460
|
+
/* @__PURE__ */ jsx("strong", {
|
|
461
461
|
className: "text-foreground",
|
|
462
462
|
children: "Things may break:"
|
|
463
|
-
}
|
|
463
|
+
}),
|
|
464
464
|
" ",
|
|
465
465
|
"Beta features may contain bugs, errors, or unexpected behaviour"
|
|
466
466
|
]
|
|
467
|
-
}
|
|
468
|
-
/* @__PURE__ */
|
|
467
|
+
}),
|
|
468
|
+
/* @__PURE__ */ jsxs("li", {
|
|
469
469
|
children: [
|
|
470
|
-
/* @__PURE__ */
|
|
470
|
+
/* @__PURE__ */ jsx("strong", {
|
|
471
471
|
className: "text-foreground",
|
|
472
472
|
children: "No availability guarantee:"
|
|
473
|
-
}
|
|
473
|
+
}),
|
|
474
474
|
" ",
|
|
475
475
|
"We do not guarantee uptime, availability, or continuity of beta features"
|
|
476
476
|
]
|
|
477
|
-
}
|
|
478
|
-
/* @__PURE__ */
|
|
477
|
+
}),
|
|
478
|
+
/* @__PURE__ */ jsxs("li", {
|
|
479
479
|
children: [
|
|
480
|
-
/* @__PURE__ */
|
|
480
|
+
/* @__PURE__ */ jsx("strong", {
|
|
481
481
|
className: "text-foreground",
|
|
482
482
|
children: "Features may change or disappear:"
|
|
483
|
-
}
|
|
483
|
+
}),
|
|
484
484
|
" ",
|
|
485
485
|
"We may modify, suspend, or discontinue beta features at any time without notice"
|
|
486
486
|
]
|
|
487
|
-
}
|
|
488
|
-
/* @__PURE__ */
|
|
487
|
+
}),
|
|
488
|
+
/* @__PURE__ */ jsxs("li", {
|
|
489
489
|
children: [
|
|
490
|
-
/* @__PURE__ */
|
|
490
|
+
/* @__PURE__ */ jsx("strong", {
|
|
491
491
|
className: "text-foreground",
|
|
492
492
|
children: "Not for production:"
|
|
493
|
-
}
|
|
493
|
+
}),
|
|
494
494
|
" ",
|
|
495
495
|
"Beta features should not be relied upon for mission-critical or production workloads unless you accept these risks"
|
|
496
496
|
]
|
|
497
|
-
}
|
|
498
|
-
/* @__PURE__ */
|
|
497
|
+
}),
|
|
498
|
+
/* @__PURE__ */ jsxs("li", {
|
|
499
499
|
children: [
|
|
500
|
-
/* @__PURE__ */
|
|
500
|
+
/* @__PURE__ */ jsx("strong", {
|
|
501
501
|
className: "text-foreground",
|
|
502
502
|
children: "Data may be lost:"
|
|
503
|
-
}
|
|
503
|
+
}),
|
|
504
504
|
" ",
|
|
505
505
|
"We cannot guarantee the preservation of data created using beta features"
|
|
506
506
|
]
|
|
507
|
-
}
|
|
507
|
+
})
|
|
508
508
|
]
|
|
509
|
-
}
|
|
509
|
+
})
|
|
510
510
|
]
|
|
511
|
-
}
|
|
512
|
-
/* @__PURE__ */
|
|
511
|
+
}),
|
|
512
|
+
/* @__PURE__ */ jsxs("section", {
|
|
513
513
|
className: "mt-10 space-y-4",
|
|
514
514
|
children: [
|
|
515
|
-
/* @__PURE__ */
|
|
515
|
+
/* @__PURE__ */ jsx("h2", {
|
|
516
516
|
className: "text-foreground text-2xl font-bold",
|
|
517
517
|
children: "9. Design Partner Program"
|
|
518
|
-
}
|
|
519
|
-
/* @__PURE__ */
|
|
518
|
+
}),
|
|
519
|
+
/* @__PURE__ */ jsx("p", {
|
|
520
520
|
className: "text-muted-foreground",
|
|
521
521
|
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:"
|
|
522
|
-
}
|
|
523
|
-
/* @__PURE__ */
|
|
522
|
+
}),
|
|
523
|
+
/* @__PURE__ */ jsx("h3", {
|
|
524
524
|
className: "text-foreground mt-6 text-xl font-semibold",
|
|
525
525
|
children: "9.1 Scope"
|
|
526
|
-
}
|
|
527
|
-
/* @__PURE__ */
|
|
526
|
+
}),
|
|
527
|
+
/* @__PURE__ */ jsx("p", {
|
|
528
528
|
className: "text-muted-foreground",
|
|
529
529
|
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."
|
|
530
|
-
}
|
|
531
|
-
/* @__PURE__ */
|
|
530
|
+
}),
|
|
531
|
+
/* @__PURE__ */ jsx("h3", {
|
|
532
532
|
className: "text-foreground mt-6 text-xl font-semibold",
|
|
533
533
|
children: "9.2 Feedback"
|
|
534
|
-
}
|
|
535
|
-
/* @__PURE__ */
|
|
534
|
+
}),
|
|
535
|
+
/* @__PURE__ */ jsx("p", {
|
|
536
536
|
className: "text-muted-foreground",
|
|
537
537
|
children: "We value your input. Feedback you provide may be used to improve the Services. See Section 6.4 for licensing terms regarding feedback."
|
|
538
|
-
}
|
|
539
|
-
/* @__PURE__ */
|
|
538
|
+
}),
|
|
539
|
+
/* @__PURE__ */ jsx("h3", {
|
|
540
540
|
className: "text-foreground mt-6 text-xl font-semibold",
|
|
541
541
|
children: "9.3 Confidentiality"
|
|
542
|
-
}
|
|
543
|
-
/* @__PURE__ */
|
|
542
|
+
}),
|
|
543
|
+
/* @__PURE__ */ jsx("p", {
|
|
544
544
|
className: "text-muted-foreground",
|
|
545
545
|
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."
|
|
546
|
-
}
|
|
547
|
-
/* @__PURE__ */
|
|
546
|
+
}),
|
|
547
|
+
/* @__PURE__ */ jsx("h3", {
|
|
548
548
|
className: "text-foreground mt-6 text-xl font-semibold",
|
|
549
549
|
children: "9.4 Mutual Expectations"
|
|
550
|
-
}
|
|
551
|
-
/* @__PURE__ */
|
|
550
|
+
}),
|
|
551
|
+
/* @__PURE__ */ jsxs("ul", {
|
|
552
552
|
className: "text-muted-foreground list-disc space-y-2 pl-6",
|
|
553
553
|
children: [
|
|
554
|
-
/* @__PURE__ */
|
|
554
|
+
/* @__PURE__ */ jsxs("li", {
|
|
555
555
|
children: [
|
|
556
|
-
/* @__PURE__ */
|
|
556
|
+
/* @__PURE__ */ jsx("strong", {
|
|
557
557
|
className: "text-foreground",
|
|
558
558
|
children: "From us:"
|
|
559
|
-
}
|
|
559
|
+
}),
|
|
560
560
|
" Regular communications, responsiveness to feedback, and transparency about product direction"
|
|
561
561
|
]
|
|
562
|
-
}
|
|
563
|
-
/* @__PURE__ */
|
|
562
|
+
}),
|
|
563
|
+
/* @__PURE__ */ jsxs("li", {
|
|
564
564
|
children: [
|
|
565
|
-
/* @__PURE__ */
|
|
565
|
+
/* @__PURE__ */ jsx("strong", {
|
|
566
566
|
className: "text-foreground",
|
|
567
567
|
children: "From you:"
|
|
568
|
-
}
|
|
568
|
+
}),
|
|
569
569
|
" Timely and honest feedback, reasonable engagement, and adherence to these Terms"
|
|
570
570
|
]
|
|
571
|
-
}
|
|
571
|
+
})
|
|
572
572
|
]
|
|
573
|
-
}
|
|
573
|
+
})
|
|
574
574
|
]
|
|
575
|
-
}
|
|
576
|
-
/* @__PURE__ */
|
|
575
|
+
}),
|
|
576
|
+
/* @__PURE__ */ jsxs("section", {
|
|
577
577
|
className: "mt-10 space-y-4",
|
|
578
578
|
children: [
|
|
579
|
-
/* @__PURE__ */
|
|
579
|
+
/* @__PURE__ */ jsx("h2", {
|
|
580
580
|
className: "text-foreground text-2xl font-bold",
|
|
581
581
|
children: "10. Fees & Billing"
|
|
582
|
-
}
|
|
583
|
-
/* @__PURE__ */
|
|
582
|
+
}),
|
|
583
|
+
/* @__PURE__ */ jsxs("div", {
|
|
584
584
|
className: "text-muted-foreground rounded-lg border border-yellow-500/20 bg-yellow-500/5 p-4",
|
|
585
585
|
children: [
|
|
586
|
-
/* @__PURE__ */
|
|
586
|
+
/* @__PURE__ */ jsx("p", {
|
|
587
587
|
className: "mb-2 font-medium text-yellow-500",
|
|
588
588
|
children: "Note"
|
|
589
|
-
}
|
|
590
|
-
/* @__PURE__ */
|
|
589
|
+
}),
|
|
590
|
+
/* @__PURE__ */ jsx("p", {
|
|
591
591
|
children: "Paid plans are not yet available. When paid plans are introduced, the following terms will apply:"
|
|
592
|
-
}
|
|
592
|
+
})
|
|
593
593
|
]
|
|
594
|
-
}
|
|
595
|
-
/* @__PURE__ */
|
|
594
|
+
}),
|
|
595
|
+
/* @__PURE__ */ jsxs("ul", {
|
|
596
596
|
className: "text-muted-foreground mt-4 list-disc space-y-2 pl-6",
|
|
597
597
|
children: [
|
|
598
|
-
/* @__PURE__ */
|
|
598
|
+
/* @__PURE__ */ jsx("li", {
|
|
599
599
|
children: "Fees will be clearly communicated before you commit to a paid plan"
|
|
600
|
-
}
|
|
601
|
-
/* @__PURE__ */
|
|
600
|
+
}),
|
|
601
|
+
/* @__PURE__ */ jsx("li", {
|
|
602
602
|
children: "Payment terms, billing cycles, and refund policies will be specified at that time"
|
|
603
|
-
}
|
|
604
|
-
/* @__PURE__ */
|
|
603
|
+
}),
|
|
604
|
+
/* @__PURE__ */ jsx("li", {
|
|
605
605
|
children: "We reserve the right to change pricing with reasonable notice"
|
|
606
|
-
}
|
|
607
|
-
/* @__PURE__ */
|
|
606
|
+
}),
|
|
607
|
+
/* @__PURE__ */ jsx("li", {
|
|
608
608
|
children: "Failure to pay may result in suspension or termination of paid features"
|
|
609
|
-
}
|
|
609
|
+
})
|
|
610
610
|
]
|
|
611
|
-
}
|
|
611
|
+
})
|
|
612
612
|
]
|
|
613
|
-
}
|
|
614
|
-
/* @__PURE__ */
|
|
613
|
+
}),
|
|
614
|
+
/* @__PURE__ */ jsxs("section", {
|
|
615
615
|
className: "mt-10 space-y-4",
|
|
616
616
|
children: [
|
|
617
|
-
/* @__PURE__ */
|
|
617
|
+
/* @__PURE__ */ jsx("h2", {
|
|
618
618
|
className: "text-foreground text-2xl font-bold",
|
|
619
619
|
children: "11. Third-Party Services"
|
|
620
|
-
}
|
|
621
|
-
/* @__PURE__ */
|
|
620
|
+
}),
|
|
621
|
+
/* @__PURE__ */ jsx("p", {
|
|
622
622
|
className: "text-muted-foreground",
|
|
623
623
|
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."
|
|
624
|
-
}
|
|
625
|
-
/* @__PURE__ */
|
|
624
|
+
}),
|
|
625
|
+
/* @__PURE__ */ jsxs("ul", {
|
|
626
626
|
className: "text-muted-foreground list-disc space-y-2 pl-6",
|
|
627
627
|
children: [
|
|
628
|
-
/* @__PURE__ */
|
|
628
|
+
/* @__PURE__ */ jsx("li", {
|
|
629
629
|
children: "Your use of third-party services is governed by their respective terms and policies"
|
|
630
|
-
}
|
|
631
|
-
/* @__PURE__ */
|
|
630
|
+
}),
|
|
631
|
+
/* @__PURE__ */ jsx("li", {
|
|
632
632
|
children: "We make no warranties or representations about third-party services"
|
|
633
|
-
}
|
|
634
|
-
/* @__PURE__ */
|
|
633
|
+
}),
|
|
634
|
+
/* @__PURE__ */ jsx("li", {
|
|
635
635
|
children: "Links to third-party sites do not imply endorsement"
|
|
636
|
-
}
|
|
637
|
-
/* @__PURE__ */
|
|
636
|
+
}),
|
|
637
|
+
/* @__PURE__ */ jsx("li", {
|
|
638
638
|
children: "You are responsible for reviewing the terms of any third-party services you use"
|
|
639
|
-
}
|
|
639
|
+
})
|
|
640
640
|
]
|
|
641
|
-
}
|
|
641
|
+
})
|
|
642
642
|
]
|
|
643
|
-
}
|
|
644
|
-
/* @__PURE__ */
|
|
643
|
+
}),
|
|
644
|
+
/* @__PURE__ */ jsxs("section", {
|
|
645
645
|
className: "mt-10 space-y-4",
|
|
646
646
|
children: [
|
|
647
|
-
/* @__PURE__ */
|
|
647
|
+
/* @__PURE__ */ jsx("h2", {
|
|
648
648
|
className: "text-foreground text-2xl font-bold",
|
|
649
649
|
children: "12. Disclaimer of Warranties"
|
|
650
|
-
}
|
|
651
|
-
/* @__PURE__ */
|
|
650
|
+
}),
|
|
651
|
+
/* @__PURE__ */ jsx("div", {
|
|
652
652
|
className: "text-muted-foreground rounded-lg border border-white/10 bg-white/5 p-4",
|
|
653
|
-
children: /* @__PURE__ */
|
|
653
|
+
children: /* @__PURE__ */ jsx("p", {
|
|
654
654
|
className: "font-medium uppercase",
|
|
655
655
|
children: 'THE SERVICES ARE PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED.'
|
|
656
|
-
}
|
|
657
|
-
}
|
|
658
|
-
/* @__PURE__ */
|
|
656
|
+
})
|
|
657
|
+
}),
|
|
658
|
+
/* @__PURE__ */ jsx("p", {
|
|
659
659
|
className: "text-muted-foreground mt-4",
|
|
660
660
|
children: "To the fullest extent permitted by law, we disclaim:"
|
|
661
|
-
}
|
|
662
|
-
/* @__PURE__ */
|
|
661
|
+
}),
|
|
662
|
+
/* @__PURE__ */ jsxs("ul", {
|
|
663
663
|
className: "text-muted-foreground list-disc space-y-2 pl-6",
|
|
664
664
|
children: [
|
|
665
|
-
/* @__PURE__ */
|
|
665
|
+
/* @__PURE__ */ jsx("li", {
|
|
666
666
|
children: "Warranties of merchantability, fitness for a particular purpose, and non-infringement"
|
|
667
|
-
}
|
|
668
|
-
/* @__PURE__ */
|
|
667
|
+
}),
|
|
668
|
+
/* @__PURE__ */ jsx("li", {
|
|
669
669
|
children: "Any warranty that the Services will be uninterrupted, secure, or error-free"
|
|
670
|
-
}
|
|
671
|
-
/* @__PURE__ */
|
|
670
|
+
}),
|
|
671
|
+
/* @__PURE__ */ jsx("li", {
|
|
672
672
|
children: "Any warranty regarding the accuracy, reliability, or completeness of content"
|
|
673
|
-
}
|
|
674
|
-
/* @__PURE__ */
|
|
673
|
+
}),
|
|
674
|
+
/* @__PURE__ */ jsx("li", {
|
|
675
675
|
children: "Any warranty that defects will be corrected or that the Services are free of viruses or harmful components"
|
|
676
|
-
}
|
|
676
|
+
})
|
|
677
677
|
]
|
|
678
|
-
}
|
|
679
|
-
/* @__PURE__ */
|
|
678
|
+
}),
|
|
679
|
+
/* @__PURE__ */ jsx("h3", {
|
|
680
680
|
className: "text-foreground mt-6 text-xl font-semibold",
|
|
681
681
|
children: "No Professional Advice"
|
|
682
|
-
}
|
|
683
|
-
/* @__PURE__ */
|
|
682
|
+
}),
|
|
683
|
+
/* @__PURE__ */ jsx("p", {
|
|
684
684
|
className: "text-muted-foreground",
|
|
685
685
|
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."
|
|
686
|
-
}
|
|
686
|
+
})
|
|
687
687
|
]
|
|
688
|
-
}
|
|
689
|
-
/* @__PURE__ */
|
|
688
|
+
}),
|
|
689
|
+
/* @__PURE__ */ jsxs("section", {
|
|
690
690
|
className: "mt-10 space-y-4",
|
|
691
691
|
children: [
|
|
692
|
-
/* @__PURE__ */
|
|
692
|
+
/* @__PURE__ */ jsx("h2", {
|
|
693
693
|
className: "text-foreground text-2xl font-bold",
|
|
694
694
|
children: "13. Limitation of Liability"
|
|
695
|
-
}
|
|
696
|
-
/* @__PURE__ */
|
|
695
|
+
}),
|
|
696
|
+
/* @__PURE__ */ jsx("p", {
|
|
697
697
|
className: "text-muted-foreground",
|
|
698
698
|
children: "To the maximum extent permitted by applicable law:"
|
|
699
|
-
}
|
|
700
|
-
/* @__PURE__ */
|
|
699
|
+
}),
|
|
700
|
+
/* @__PURE__ */ jsxs("ul", {
|
|
701
701
|
className: "text-muted-foreground list-disc space-y-2 pl-6",
|
|
702
702
|
children: [
|
|
703
|
-
/* @__PURE__ */
|
|
703
|
+
/* @__PURE__ */ jsxs("li", {
|
|
704
704
|
children: [
|
|
705
|
-
/* @__PURE__ */
|
|
705
|
+
/* @__PURE__ */ jsx("strong", {
|
|
706
706
|
className: "text-foreground",
|
|
707
707
|
children: "No indirect damages:"
|
|
708
|
-
}
|
|
708
|
+
}),
|
|
709
709
|
" ",
|
|
710
710
|
"We shall not be liable for any indirect, incidental, special, consequential, or punitive damages, including loss of profits, data, goodwill, or other intangible losses"
|
|
711
711
|
]
|
|
712
|
-
}
|
|
713
|
-
/* @__PURE__ */
|
|
712
|
+
}),
|
|
713
|
+
/* @__PURE__ */ jsxs("li", {
|
|
714
714
|
children: [
|
|
715
|
-
/* @__PURE__ */
|
|
715
|
+
/* @__PURE__ */ jsx("strong", {
|
|
716
716
|
className: "text-foreground",
|
|
717
717
|
children: "Limited direct liability:"
|
|
718
|
-
}
|
|
718
|
+
}),
|
|
719
719
|
" ",
|
|
720
720
|
"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"
|
|
721
721
|
]
|
|
722
|
-
}
|
|
723
|
-
/* @__PURE__ */
|
|
722
|
+
}),
|
|
723
|
+
/* @__PURE__ */ jsxs("li", {
|
|
724
724
|
children: [
|
|
725
|
-
/* @__PURE__ */
|
|
725
|
+
/* @__PURE__ */ jsx("strong", {
|
|
726
726
|
className: "text-foreground",
|
|
727
727
|
children: "Exceptions:"
|
|
728
|
-
}
|
|
728
|
+
}),
|
|
729
729
|
" These limitations do not apply to liability that cannot be excluded under applicable law, including liability for fraud or wilful misconduct"
|
|
730
730
|
]
|
|
731
|
-
}
|
|
731
|
+
})
|
|
732
732
|
]
|
|
733
|
-
}
|
|
734
|
-
/* @__PURE__ */
|
|
733
|
+
}),
|
|
734
|
+
/* @__PURE__ */ jsx("p", {
|
|
735
735
|
className: "text-muted-foreground mt-4",
|
|
736
736
|
children: "You acknowledge that these limitations reflect a reasonable allocation of risk and are a fundamental basis of the agreement between us."
|
|
737
|
-
}
|
|
737
|
+
})
|
|
738
738
|
]
|
|
739
|
-
}
|
|
740
|
-
/* @__PURE__ */
|
|
739
|
+
}),
|
|
740
|
+
/* @__PURE__ */ jsxs("section", {
|
|
741
741
|
className: "mt-10 space-y-4",
|
|
742
742
|
children: [
|
|
743
|
-
/* @__PURE__ */
|
|
743
|
+
/* @__PURE__ */ jsx("h2", {
|
|
744
744
|
className: "text-foreground text-2xl font-bold",
|
|
745
745
|
children: "14. Termination"
|
|
746
|
-
}
|
|
747
|
-
/* @__PURE__ */
|
|
746
|
+
}),
|
|
747
|
+
/* @__PURE__ */ jsx("h3", {
|
|
748
748
|
className: "text-foreground mt-6 text-xl font-semibold",
|
|
749
749
|
children: "14.1 By You"
|
|
750
|
-
}
|
|
751
|
-
/* @__PURE__ */
|
|
750
|
+
}),
|
|
751
|
+
/* @__PURE__ */ jsx("p", {
|
|
752
752
|
className: "text-muted-foreground",
|
|
753
753
|
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."
|
|
754
|
-
}
|
|
755
|
-
/* @__PURE__ */
|
|
754
|
+
}),
|
|
755
|
+
/* @__PURE__ */ jsx("h3", {
|
|
756
756
|
className: "text-foreground mt-6 text-xl font-semibold",
|
|
757
757
|
children: "14.2 By Us"
|
|
758
|
-
}
|
|
759
|
-
/* @__PURE__ */
|
|
758
|
+
}),
|
|
759
|
+
/* @__PURE__ */ jsx("p", {
|
|
760
760
|
className: "text-muted-foreground",
|
|
761
761
|
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:"
|
|
762
|
-
}
|
|
763
|
-
/* @__PURE__ */
|
|
762
|
+
}),
|
|
763
|
+
/* @__PURE__ */ jsxs("ul", {
|
|
764
764
|
className: "text-muted-foreground list-disc space-y-2 pl-6",
|
|
765
765
|
children: [
|
|
766
|
-
/* @__PURE__ */
|
|
766
|
+
/* @__PURE__ */ jsx("li", {
|
|
767
767
|
children: "Violation of these Terms"
|
|
768
|
-
}
|
|
769
|
-
/* @__PURE__ */
|
|
768
|
+
}),
|
|
769
|
+
/* @__PURE__ */ jsx("li", {
|
|
770
770
|
children: "Conduct that we believe is harmful to other users or our business"
|
|
771
|
-
}
|
|
772
|
-
/* @__PURE__ */
|
|
771
|
+
}),
|
|
772
|
+
/* @__PURE__ */ jsx("li", {
|
|
773
773
|
children: "Extended inactivity"
|
|
774
|
-
}
|
|
775
|
-
/* @__PURE__ */
|
|
774
|
+
}),
|
|
775
|
+
/* @__PURE__ */ jsx("li", {
|
|
776
776
|
children: "Discontinuation of the Services"
|
|
777
|
-
}
|
|
777
|
+
})
|
|
778
778
|
]
|
|
779
|
-
}
|
|
780
|
-
/* @__PURE__ */
|
|
779
|
+
}),
|
|
780
|
+
/* @__PURE__ */ jsx("h3", {
|
|
781
781
|
className: "text-foreground mt-6 text-xl font-semibold",
|
|
782
782
|
children: "14.3 Effect of Termination"
|
|
783
|
-
}
|
|
784
|
-
/* @__PURE__ */
|
|
783
|
+
}),
|
|
784
|
+
/* @__PURE__ */ jsx("p", {
|
|
785
785
|
className: "text-muted-foreground",
|
|
786
786
|
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."
|
|
787
|
-
}
|
|
787
|
+
})
|
|
788
788
|
]
|
|
789
|
-
}
|
|
790
|
-
/* @__PURE__ */
|
|
789
|
+
}),
|
|
790
|
+
/* @__PURE__ */ jsxs("section", {
|
|
791
791
|
className: "mt-10 space-y-4",
|
|
792
792
|
children: [
|
|
793
|
-
/* @__PURE__ */
|
|
793
|
+
/* @__PURE__ */ jsx("h2", {
|
|
794
794
|
className: "text-foreground text-2xl font-bold",
|
|
795
795
|
children: "15. Governing Law & Jurisdiction"
|
|
796
|
-
}
|
|
797
|
-
/* @__PURE__ */
|
|
796
|
+
}),
|
|
797
|
+
/* @__PURE__ */ jsxs("p", {
|
|
798
798
|
className: "text-muted-foreground",
|
|
799
799
|
children: [
|
|
800
800
|
"These Terms are governed by and construed in accordance with the laws of ",
|
|
801
|
-
/* @__PURE__ */
|
|
801
|
+
/* @__PURE__ */ jsx("strong", {
|
|
802
802
|
className: "text-foreground",
|
|
803
803
|
children: "France"
|
|
804
|
-
}
|
|
804
|
+
}),
|
|
805
805
|
", without regard to conflict of law principles."
|
|
806
806
|
]
|
|
807
|
-
}
|
|
808
|
-
/* @__PURE__ */
|
|
807
|
+
}),
|
|
808
|
+
/* @__PURE__ */ jsxs("p", {
|
|
809
809
|
className: "text-muted-foreground",
|
|
810
810
|
children: [
|
|
811
811
|
"Any disputes arising from or related to these Terms or the Services shall be subject to the exclusive jurisdiction of the courts of",
|
|
812
812
|
" ",
|
|
813
|
-
/* @__PURE__ */
|
|
813
|
+
/* @__PURE__ */ jsx("strong", {
|
|
814
814
|
className: "text-foreground",
|
|
815
815
|
children: "Paris, France"
|
|
816
|
-
}
|
|
816
|
+
}),
|
|
817
817
|
"."
|
|
818
818
|
]
|
|
819
|
-
}
|
|
820
|
-
/* @__PURE__ */
|
|
819
|
+
}),
|
|
820
|
+
/* @__PURE__ */ jsx("p", {
|
|
821
821
|
className: "text-muted-foreground",
|
|
822
822
|
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."
|
|
823
|
-
}
|
|
823
|
+
})
|
|
824
824
|
]
|
|
825
|
-
}
|
|
826
|
-
/* @__PURE__ */
|
|
825
|
+
}),
|
|
826
|
+
/* @__PURE__ */ jsxs("section", {
|
|
827
827
|
className: "mt-10 space-y-4",
|
|
828
828
|
children: [
|
|
829
|
-
/* @__PURE__ */
|
|
829
|
+
/* @__PURE__ */ jsx("h2", {
|
|
830
830
|
className: "text-foreground text-2xl font-bold",
|
|
831
831
|
children: "16. Contact"
|
|
832
|
-
}
|
|
833
|
-
/* @__PURE__ */
|
|
832
|
+
}),
|
|
833
|
+
/* @__PURE__ */ jsx("p", {
|
|
834
834
|
className: "text-muted-foreground",
|
|
835
835
|
children: "If you have any questions about these Terms, please contact us:"
|
|
836
|
-
}
|
|
837
|
-
/* @__PURE__ */
|
|
836
|
+
}),
|
|
837
|
+
/* @__PURE__ */ jsxs("div", {
|
|
838
838
|
className: "text-muted-foreground rounded-lg border border-white/10 bg-white/5 p-4",
|
|
839
839
|
children: [
|
|
840
|
-
/* @__PURE__ */
|
|
840
|
+
/* @__PURE__ */ jsxs("p", {
|
|
841
841
|
children: [
|
|
842
|
-
/* @__PURE__ */
|
|
842
|
+
/* @__PURE__ */ jsx("strong", {
|
|
843
843
|
className: "text-foreground",
|
|
844
844
|
children: "Email:"
|
|
845
|
-
}
|
|
845
|
+
}),
|
|
846
846
|
" ",
|
|
847
|
-
/* @__PURE__ */
|
|
847
|
+
/* @__PURE__ */ jsx("a", {
|
|
848
848
|
href: "mailto:legal@contractspec.io",
|
|
849
849
|
className: "text-primary hover:underline",
|
|
850
850
|
children: "legal@contractspec.io"
|
|
851
|
-
}
|
|
851
|
+
})
|
|
852
852
|
]
|
|
853
|
-
}
|
|
854
|
-
/* @__PURE__ */
|
|
853
|
+
}),
|
|
854
|
+
/* @__PURE__ */ jsxs("p", {
|
|
855
855
|
className: "mt-2",
|
|
856
856
|
children: [
|
|
857
|
-
/* @__PURE__ */
|
|
857
|
+
/* @__PURE__ */ jsx("strong", {
|
|
858
858
|
className: "text-foreground",
|
|
859
859
|
children: "Address:"
|
|
860
|
-
}
|
|
860
|
+
}),
|
|
861
861
|
" CHAMAN VENTURES, 229 rue Saint-Honor\xE9, 75001 Paris, France"
|
|
862
862
|
]
|
|
863
|
-
}
|
|
863
|
+
})
|
|
864
864
|
]
|
|
865
|
-
}
|
|
865
|
+
})
|
|
866
866
|
]
|
|
867
|
-
}
|
|
868
|
-
/* @__PURE__ */
|
|
867
|
+
}),
|
|
868
|
+
/* @__PURE__ */ jsxs("section", {
|
|
869
869
|
className: "mt-10 space-y-4",
|
|
870
870
|
children: [
|
|
871
|
-
/* @__PURE__ */
|
|
871
|
+
/* @__PURE__ */ jsx("h2", {
|
|
872
872
|
className: "text-foreground text-2xl font-bold",
|
|
873
873
|
children: "17. Miscellaneous"
|
|
874
|
-
}
|
|
875
|
-
/* @__PURE__ */
|
|
874
|
+
}),
|
|
875
|
+
/* @__PURE__ */ jsxs("ul", {
|
|
876
876
|
className: "text-muted-foreground list-disc space-y-2 pl-6",
|
|
877
877
|
children: [
|
|
878
|
-
/* @__PURE__ */
|
|
878
|
+
/* @__PURE__ */ jsxs("li", {
|
|
879
879
|
children: [
|
|
880
|
-
/* @__PURE__ */
|
|
880
|
+
/* @__PURE__ */ jsx("strong", {
|
|
881
881
|
className: "text-foreground",
|
|
882
882
|
children: "Entire Agreement:"
|
|
883
|
-
}
|
|
883
|
+
}),
|
|
884
884
|
" ",
|
|
885
885
|
"These Terms, together with our Privacy Policy and any additional agreements, constitute the entire agreement between you and ContractSpec regarding the Services"
|
|
886
886
|
]
|
|
887
|
-
}
|
|
888
|
-
/* @__PURE__ */
|
|
887
|
+
}),
|
|
888
|
+
/* @__PURE__ */ jsxs("li", {
|
|
889
889
|
children: [
|
|
890
|
-
/* @__PURE__ */
|
|
890
|
+
/* @__PURE__ */ jsx("strong", {
|
|
891
891
|
className: "text-foreground",
|
|
892
892
|
children: "Severability:"
|
|
893
|
-
}
|
|
893
|
+
}),
|
|
894
894
|
" If any provision of these Terms is found unenforceable, the remaining provisions will continue in effect"
|
|
895
895
|
]
|
|
896
|
-
}
|
|
897
|
-
/* @__PURE__ */
|
|
896
|
+
}),
|
|
897
|
+
/* @__PURE__ */ jsxs("li", {
|
|
898
898
|
children: [
|
|
899
|
-
/* @__PURE__ */
|
|
899
|
+
/* @__PURE__ */ jsx("strong", {
|
|
900
900
|
className: "text-foreground",
|
|
901
901
|
children: "Waiver:"
|
|
902
|
-
}
|
|
902
|
+
}),
|
|
903
903
|
" Our failure to enforce any right or provision does not constitute a waiver of that right or provision"
|
|
904
904
|
]
|
|
905
|
-
}
|
|
906
|
-
/* @__PURE__ */
|
|
905
|
+
}),
|
|
906
|
+
/* @__PURE__ */ jsxs("li", {
|
|
907
907
|
children: [
|
|
908
|
-
/* @__PURE__ */
|
|
908
|
+
/* @__PURE__ */ jsx("strong", {
|
|
909
909
|
className: "text-foreground",
|
|
910
910
|
children: "Assignment:"
|
|
911
|
-
}
|
|
911
|
+
}),
|
|
912
912
|
" You may not assign or transfer your rights under these Terms without our consent. We may assign our rights freely"
|
|
913
913
|
]
|
|
914
|
-
}
|
|
914
|
+
})
|
|
915
915
|
]
|
|
916
|
-
}
|
|
916
|
+
})
|
|
917
917
|
]
|
|
918
|
-
}
|
|
919
|
-
/* @__PURE__ */
|
|
918
|
+
}),
|
|
919
|
+
/* @__PURE__ */ jsx("div", {
|
|
920
920
|
className: "mt-12 border-t border-white/10 pt-8",
|
|
921
|
-
children: /* @__PURE__ */
|
|
921
|
+
children: /* @__PURE__ */ jsxs("p", {
|
|
922
922
|
className: "text-muted-foreground text-sm",
|
|
923
923
|
children: [
|
|
924
924
|
"For questions about these terms, please contact us at",
|
|
925
925
|
" ",
|
|
926
|
-
/* @__PURE__ */
|
|
926
|
+
/* @__PURE__ */ jsx("a", {
|
|
927
927
|
href: "mailto:legal@contractspec.io",
|
|
928
928
|
className: "text-primary hover:underline",
|
|
929
929
|
children: "legal@contractspec.io"
|
|
930
|
-
}
|
|
930
|
+
})
|
|
931
931
|
]
|
|
932
|
-
}
|
|
933
|
-
}
|
|
932
|
+
})
|
|
933
|
+
})
|
|
934
934
|
]
|
|
935
|
-
}
|
|
936
|
-
}
|
|
937
|
-
}
|
|
935
|
+
})
|
|
936
|
+
})
|
|
937
|
+
});
|
|
938
938
|
}
|
|
939
939
|
export {
|
|
940
940
|
metadata,
|