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