@contractspec/bundle.library 3.9.0 → 3.9.3
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 +612 -608
- package/CHANGELOG.md +89 -0
- package/README.md +2 -1
- package/dist/__tests__/mocks/prisma.d.ts +5 -5
- package/dist/application/context-storage/index.js +1 -1
- package/dist/application/index.js +6 -6
- package/dist/application/mcp/cliMcp.js +2 -2
- package/dist/application/mcp/cliMcp.onboarding.js +1 -1
- package/dist/application/mcp/common.js +1 -1
- package/dist/application/mcp/contractsMcp.js +2 -2
- package/dist/application/mcp/contractsMcpAdoptionTools.js +1 -1
- package/dist/application/mcp/contractsMcpResources.js +2 -2
- package/dist/application/mcp/contractsMcpTools.js +1 -1
- package/dist/application/mcp/docsMcp.catalog.js +2 -2
- package/dist/application/mcp/docsMcp.data.js +1 -1
- package/dist/application/mcp/docsMcp.js +3 -3
- package/dist/application/mcp/docsMcp.prompts.js +3 -3
- package/dist/application/mcp/docsMcp.reference.js +2 -2
- package/dist/application/mcp/docsMcp.resources.js +2 -2
- package/dist/application/mcp/docsMcp.tools.js +2 -2
- package/dist/application/mcp/index.js +6 -6
- package/dist/application/mcp/internalMcp.js +2 -2
- package/dist/application/mcp/normalizeMcpRequest.js +1 -1
- package/dist/application/mcp/providerRankingMcp.js +1 -1
- package/dist/bundles/LibraryBundle.d.ts +19 -111
- package/dist/bundles/LibraryBundle.js +1 -1
- package/dist/bundles/index.js +1 -1
- package/dist/components/docs/DocsIndexPage.js +2 -2
- package/dist/components/docs/advanced/AdvancedMCPPage.js +3 -3
- package/dist/components/docs/advanced/AdvancedOverlayEditorPage.js +1 -1
- package/dist/components/docs/advanced/AdvancedRenderersPage.js +2 -2
- package/dist/components/docs/advanced/AdvancedSpecExperimentsPage.js +4 -4
- package/dist/components/docs/advanced/AdvancedTelemetryPage.js +2 -2
- package/dist/components/docs/advanced/AdvancedWorkflowMonitoringPage.js +2 -2
- package/dist/components/docs/advanced/index.js +9 -9
- package/dist/components/docs/architecture/ArchitectureAppConfigPage.js +6 -6
- package/dist/components/docs/architecture/ArchitectureControlPlanePage.js +3 -3
- package/dist/components/docs/architecture/ArchitectureIntegrationBindingPage.js +7 -7
- package/dist/components/docs/architecture/ArchitectureKnowledgeBindingPage.js +6 -6
- package/dist/components/docs/architecture/ArchitectureMultiTenancyPage.js +2 -2
- package/dist/components/docs/architecture/ArchitectureOverviewPage.js +1 -1
- package/dist/components/docs/architecture/index.js +20 -20
- package/dist/components/docs/comparison/ComparisonAutomationPlatformsPage.js +1 -1
- package/dist/components/docs/comparison/ComparisonEnterprisePlatformsPage.js +1 -1
- package/dist/components/docs/comparison/ComparisonInternalToolBuildersPage.js +1 -1
- package/dist/components/docs/comparison/ComparisonOverviewPage.js +1 -1
- package/dist/components/docs/comparison/ComparisonWindmillPage.js +1 -1
- package/dist/components/docs/comparison/ComparisonWorkflowEnginesPage.js +1 -1
- package/dist/components/docs/comparison/index.js +1 -1
- package/dist/components/docs/docsManifest.js +1 -1
- package/dist/components/docs/ecosystem/IntegrationsPage.js +2 -2
- package/dist/components/docs/ecosystem/PluginsPage.js +4 -4
- package/dist/components/docs/ecosystem/RegistryPage.js +4 -4
- package/dist/components/docs/ecosystem/TemplatesPage.js +3 -3
- package/dist/components/docs/ecosystem/index.js +11 -11
- package/dist/components/docs/examples/DocsExamplesPage.js +1 -1
- package/dist/components/docs/examples/ExampleShowcasePage.js +2 -2
- package/dist/components/docs/examples/exampleShowcaseData.js +2 -2
- package/dist/components/docs/examples/index.js +2 -2
- package/dist/components/docs/generated/docs-index.generated.js +1 -1
- package/dist/components/docs/generated/index.d.ts +7 -1
- package/dist/components/docs/generated/index.js +1 -1
- package/dist/components/docs/generated/loader.js +1 -1
- package/dist/components/docs/getting-started/CLIPage.js +4 -4
- package/dist/components/docs/getting-started/CompatibilityPage.js +1 -1
- package/dist/components/docs/getting-started/DataViewTutorialPage.js +4 -4
- package/dist/components/docs/getting-started/DeveloperToolsPage.js +1 -1
- package/dist/components/docs/getting-started/HelloWorldPage.js +5 -5
- package/dist/components/docs/getting-started/InstallationPage.js +3 -3
- package/dist/components/docs/getting-started/StartHerePage.js +3 -3
- package/dist/components/docs/getting-started/TroubleshootingPage.js +2 -2
- package/dist/components/docs/getting-started/VSCodeExtensionPage.js +1 -1
- package/dist/components/docs/getting-started/getting-started.docblocks.js +2 -2
- package/dist/components/docs/getting-started/index.js +17 -17
- package/dist/components/docs/guides/GuideCIDiffGatingPage.js +2 -2
- package/dist/components/docs/guides/GuideConnectInRepoPage.js +6 -6
- package/dist/components/docs/guides/GuideContractTypesPage.js +6 -6
- package/dist/components/docs/guides/GuideDocsPipelinePage.js +3 -3
- package/dist/components/docs/guides/GuideFirstModuleBundlePage.js +4 -4
- package/dist/components/docs/guides/GuideGenerateDocsClientsSchemasPage.js +2 -2
- package/dist/components/docs/guides/GuideHostBuilderWorkbenchPage.js +7 -7
- package/dist/components/docs/guides/GuideImportExistingCodebasesPage.js +8 -8
- package/dist/components/docs/guides/GuideNextjsOneEndpointPage.js +6 -6
- package/dist/components/docs/guides/GuideReleaseCapsulesPage.js +3 -3
- package/dist/components/docs/guides/GuideSpecValidationTypingPage.js +4 -4
- package/dist/components/docs/guides/GuidesIndexPage.js +2 -2
- package/dist/components/docs/guides/index.js +43 -43
- package/dist/components/docs/index.js +375 -255
- package/dist/components/docs/integrations/IntegrationsCircuitBreakersPage.js +2 -2
- package/dist/components/docs/integrations/IntegrationsElevenLabsPage.js +3 -3
- package/dist/components/docs/integrations/IntegrationsGithubPage.js +2 -2
- package/dist/components/docs/integrations/IntegrationsGmailPage.js +3 -3
- package/dist/components/docs/integrations/IntegrationsGoogleCalendarPage.js +3 -3
- package/dist/components/docs/integrations/IntegrationsHealthRoutingPage.js +2 -2
- package/dist/components/docs/integrations/IntegrationsMistralPage.js +2 -2
- package/dist/components/docs/integrations/IntegrationsOpenAIPage.js +2 -2
- package/dist/components/docs/integrations/IntegrationsOverviewPage.js +1 -1
- package/dist/components/docs/integrations/IntegrationsPostmarkPage.js +2 -2
- package/dist/components/docs/integrations/IntegrationsPowensPage.js +2 -2
- package/dist/components/docs/integrations/IntegrationsQdrantPage.js +5 -5
- package/dist/components/docs/integrations/IntegrationsResendPage.js +3 -3
- package/dist/components/docs/integrations/IntegrationsS3Page.js +4 -4
- package/dist/components/docs/integrations/IntegrationsSlackPage.js +2 -2
- package/dist/components/docs/integrations/IntegrationsSpecModelPage.js +2 -2
- package/dist/components/docs/integrations/IntegrationsStripePage.js +2 -2
- package/dist/components/docs/integrations/IntegrationsTwilioPage.js +3 -3
- package/dist/components/docs/integrations/IntegrationsWhatsappMetaPage.js +2 -2
- package/dist/components/docs/integrations/IntegrationsWhatsappTwilioPage.js +2 -2
- package/dist/components/docs/integrations/index.js +39 -39
- package/dist/components/docs/intent/ContractFirstApiPage.js +2 -2
- package/dist/components/docs/intent/DeterministicCodegenPage.js +2 -2
- package/dist/components/docs/intent/GenerateClientFromSchemaPage.js +7 -7
- package/dist/components/docs/intent/OpenapiAlternativePage.js +3 -3
- package/dist/components/docs/intent/SchemaValidationTypescriptPage.js +4 -4
- package/dist/components/docs/intent/SpecDrivenDevelopmentPage.js +2 -2
- package/dist/components/docs/intent/index.js +15 -15
- package/dist/components/docs/intent/intent-pages.docblocks.js +1 -1
- package/dist/components/docs/knowledge/KnowledgeCategoriesPage.js +2 -2
- package/dist/components/docs/knowledge/KnowledgeExamplesPage.js +2 -2
- package/dist/components/docs/knowledge/KnowledgeOverviewPage.js +1 -1
- package/dist/components/docs/knowledge/KnowledgeSourcesPage.js +2 -2
- package/dist/components/docs/knowledge/KnowledgeSpacesPage.js +2 -2
- package/dist/components/docs/knowledge/index.js +5 -5
- package/dist/components/docs/libraries/LibrariesAccessibilityPage.js +3 -3
- package/dist/components/docs/libraries/LibrariesAiAgentPage.js +3 -3
- package/dist/components/docs/libraries/LibrariesAnalyticsPage.js +4 -4
- package/dist/components/docs/libraries/LibrariesContentGenPage.js +2 -2
- package/dist/components/docs/libraries/LibrariesContractsPage.js +2 -2
- package/dist/components/docs/libraries/LibrariesCostTrackingPage.js +3 -3
- package/dist/components/docs/libraries/LibrariesCrossPlatformUIPage.content.d.ts +67 -0
- package/dist/components/docs/libraries/LibrariesCrossPlatformUIPage.content.js +86 -0
- package/dist/components/docs/libraries/LibrariesCrossPlatformUIPage.d.ts +1 -0
- package/dist/components/docs/libraries/LibrariesCrossPlatformUIPage.js +86 -0
- package/dist/components/docs/libraries/LibrariesDataBackendPage.js +2 -2
- package/dist/components/docs/libraries/LibrariesDataViewsPage.js +3 -3
- package/dist/components/docs/libraries/LibrariesDesignSystemPage.js +38 -2
- package/dist/components/docs/libraries/LibrariesEvolutionPage.js +4 -4
- package/dist/components/docs/libraries/LibrariesGraphQLPage.js +2 -2
- package/dist/components/docs/libraries/LibrariesGrowthPage.js +3 -3
- package/dist/components/docs/libraries/LibrariesMultiTenancyPage.js +3 -3
- package/dist/components/docs/libraries/LibrariesObservabilityPage.js +5 -5
- package/dist/components/docs/libraries/LibrariesOverlayEnginePage.js +4 -4
- package/dist/components/docs/libraries/LibrariesOverviewPage.js +1 -1
- package/dist/components/docs/libraries/LibrariesPersonalizationPage.js +4 -4
- package/dist/components/docs/libraries/LibrariesProgressiveDeliveryPage.js +3 -3
- package/dist/components/docs/libraries/LibrariesResiliencePage.js +4 -4
- package/dist/components/docs/libraries/LibrariesRuntimePage.js +2 -2
- package/dist/components/docs/libraries/LibrariesSLOPage.js +3 -3
- package/dist/components/docs/libraries/LibrariesSchemaPage.js +3 -3
- package/dist/components/docs/libraries/LibrariesSupportBotPage.js +3 -3
- package/dist/components/docs/libraries/LibrariesTestingPage.js +3 -3
- package/dist/components/docs/libraries/LibrariesUIKitPage.js +2 -2
- package/dist/components/docs/libraries/LibrariesUIKitWebPage.js +2 -2
- package/dist/components/docs/libraries/LibrariesWorkflowComposerPage.js +3 -3
- package/dist/components/docs/libraries/LibrariesWorkflowsPage.js +2 -2
- package/dist/components/docs/libraries/index.d.ts +1 -0
- package/dist/components/docs/libraries/index.js +173 -53
- package/dist/components/docs/manifesto/ManifestoPage.js +1 -1
- package/dist/components/docs/ops/AutoEvolutionOpsPage.js +2 -2
- package/dist/components/docs/ops/DistributedTracingOpsPage.js +2 -2
- package/dist/components/docs/ops/index.js +3 -3
- package/dist/components/docs/ops/ops-lifecycle.docblocks.js +2 -2
- package/dist/components/docs/ops/ops-runbooks-a.docblocks.js +2 -2
- package/dist/components/docs/ops/ops-runbooks-b.docblocks.js +2 -2
- package/dist/components/docs/ops/ops-slo-tenant.docblocks.js +2 -2
- package/dist/components/docs/ops/ops-top.docs.js +2 -2
- package/dist/components/docs/ops/ops.docs.js +6 -6
- package/dist/components/docs/product/product.docblocks.js +2 -2
- package/dist/components/docs/reference/DocsMarkdownContent.js +2 -2
- package/dist/components/docs/reference/DocsReferenceContent.js +3 -3
- package/dist/components/docs/reference/DocsReferenceIndexClient.js +2 -2
- package/dist/components/docs/reference/DocsReferenceIndexPage.js +2 -2
- package/dist/components/docs/reference/DocsReferencePage.js +3 -3
- package/dist/components/docs/reference/docsMarkdownParser.js +2 -2
- package/dist/components/docs/reference/index.js +4 -4
- package/dist/components/docs/safety/SafetyAuditingPage.js +2 -2
- package/dist/components/docs/safety/SafetyMigrationsPage.js +2 -2
- package/dist/components/docs/safety/SafetyOverviewPage.js +1 -1
- package/dist/components/docs/safety/SafetyPDPPage.js +2 -2
- package/dist/components/docs/safety/SafetySecurityTrustPage.js +1 -1
- package/dist/components/docs/safety/SafetySigningPage.js +3 -3
- package/dist/components/docs/safety/SafetyTenantIsolationPage.js +2 -2
- package/dist/components/docs/safety/index.js +7 -7
- package/dist/components/docs/shared/StudioPrompt.js +1 -1
- package/dist/components/docs/specs/SpecsBuilderControlPlanePage.js +4 -4
- package/dist/components/docs/specs/SpecsCapabilitiesPage.js +2 -2
- package/dist/components/docs/specs/SpecsConnectPage.js +2 -2
- package/dist/components/docs/specs/SpecsDataViewsPage.js +2 -2
- package/dist/components/docs/specs/SpecsModuleBundlesPage.js +3 -3
- package/dist/components/docs/specs/SpecsOverlaysPage.js +2 -2
- package/dist/components/docs/specs/SpecsOverviewPage.js +1 -1
- package/dist/components/docs/specs/SpecsPolicyPage.js +3 -3
- package/dist/components/docs/specs/SpecsWorkflowsPage.js +2 -2
- package/dist/components/docs/specs/index.js +13 -13
- package/dist/components/docs/studio/StudioBYOKPage.js +1 -1
- package/dist/components/docs/studio/StudioDeploymentsPage.js +1 -1
- package/dist/components/docs/studio/StudioGettingStartedPage.js +1 -1
- package/dist/components/docs/studio/StudioIntegrationsPage.js +1 -1
- package/dist/components/docs/studio/StudioOverviewPage.js +1 -1
- package/dist/components/docs/studio/StudioVisualBuilderPage.js +1 -1
- package/dist/components/docs/studio/index.js +1 -1
- package/dist/components/docs/tech/contracts/tech-docs.docblocks.js +2 -2
- package/dist/components/integrations/index.js +2 -2
- package/dist/components/integrations/molecules/IntegrationCard.js +1 -1
- package/dist/components/integrations/organisms/IntegrationMarketplace.js +1 -1
- package/dist/components/integrations/organisms/IntegrationSettings.js +2 -2
- package/dist/components/integrations/organisms/KnowledgeSourceList.js +1 -1
- package/dist/components/legal/PrivacyTemplate.js +1 -1
- package/dist/components/legal/TermsTemplate.js +1 -1
- package/dist/components/legal/index.js +1 -1
- package/dist/components/shared/FeatureGateNotice.js +1 -1
- package/dist/components/shared/index.js +1 -1
- package/dist/components/shell/WorkspaceHeader.js +1 -1
- package/dist/components/shell/WorkspaceProjectShellLayout.js +1 -1
- package/dist/components/shell/WorkspaceShellRenderer.js +1 -1
- package/dist/components/shell/WorkspaceSidebar.js +1 -1
- package/dist/components/shell/index.js +1 -1
- package/dist/components/templates/engine/index.js +1 -1
- package/dist/components/templates/index.js +11 -11
- package/dist/components/templates/messaging/ConversationList.js +2 -2
- package/dist/components/templates/messaging/MessageComposer.js +4 -4
- package/dist/components/templates/messaging/MessageThread.js +3 -3
- package/dist/components/templates/messaging/MessagingWorkspace.js +5 -5
- package/dist/components/templates/messaging/index.js +5 -5
- package/dist/components/templates/recipes/LanguageSwitcher.js +1 -1
- package/dist/components/templates/recipes/RecipeCard.js +1 -1
- package/dist/components/templates/recipes/RecipeDetail.js +1 -1
- package/dist/components/templates/recipes/RecipeList.js +3 -3
- package/dist/components/templates/recipes/index.js +3 -3
- package/dist/components/templates/todos/FilterBar.js +1 -1
- package/dist/components/templates/todos/TaskForm.js +2 -2
- package/dist/components/templates/todos/TaskItem.js +1 -1
- package/dist/components/templates/todos/TaskList.js +5 -5
- package/dist/components/templates/todos/index.js +5 -5
- package/dist/config/contractspec-blueprint.js +1 -1
- package/dist/config/contractspec-branding.js +1 -1
- package/dist/config/contractspec-routes.js +1 -1
- package/dist/config/index.js +1 -1
- package/dist/features/contracts-registry.js +1 -1
- package/dist/features/docs/docs.contracts.js +1 -1
- package/dist/features/docs/index.js +1 -1
- package/dist/features/docs.feature.js +1 -1
- package/dist/features/index.js +1 -1
- package/dist/features/mcp.feature.js +1 -1
- package/dist/features/presentations.feature.js +1 -1
- package/dist/features/registry.js +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +382 -262
- package/dist/infrastructure/elysia/index.js +1 -1
- package/dist/infrastructure/elysia/logger.js +1 -1
- package/dist/infrastructure/index.js +1 -1
- package/dist/libs/email/client.js +1 -1
- package/dist/libs/email/contact.js +3 -3
- package/dist/libs/email/newsletter.js +3 -3
- package/dist/libs/email/utils.js +2 -2
- package/dist/libs/email/waitlist-application.js +3 -3
- package/dist/libs/email/waitlist.js +3 -3
- package/dist/libs/email.js +6 -6
- package/dist/libs/posthog/client.js +1 -1
- package/dist/libs/posthog/native.js +1 -1
- package/dist/libs/posthog/server.js +1 -1
- package/dist/libs/pricing-examples.js +1 -1
- package/dist/node/application/context-storage/index.js +1 -1
- package/dist/node/application/index.js +6 -6
- package/dist/node/application/mcp/cliMcp.js +2 -2
- package/dist/node/application/mcp/cliMcp.onboarding.js +1 -1
- package/dist/node/application/mcp/common.js +1 -1
- package/dist/node/application/mcp/contractsMcp.js +2 -2
- package/dist/node/application/mcp/contractsMcpAdoptionTools.js +1 -1
- package/dist/node/application/mcp/contractsMcpResources.js +2 -2
- package/dist/node/application/mcp/contractsMcpTools.js +1 -1
- package/dist/node/application/mcp/docsMcp.catalog.js +2 -2
- package/dist/node/application/mcp/docsMcp.data.js +1 -1
- package/dist/node/application/mcp/docsMcp.js +3 -3
- package/dist/node/application/mcp/docsMcp.prompts.js +3 -3
- package/dist/node/application/mcp/docsMcp.reference.js +2 -2
- package/dist/node/application/mcp/docsMcp.resources.js +2 -2
- package/dist/node/application/mcp/docsMcp.tools.js +2 -2
- package/dist/node/application/mcp/index.js +6 -6
- package/dist/node/application/mcp/internalMcp.js +2 -2
- package/dist/node/application/mcp/normalizeMcpRequest.js +1 -1
- package/dist/node/application/mcp/providerRankingMcp.js +1 -1
- package/dist/node/bundles/LibraryBundle.js +1 -1
- package/dist/node/bundles/index.js +1 -1
- package/dist/node/components/docs/DocsIndexPage.js +2 -2
- package/dist/node/components/docs/advanced/AdvancedMCPPage.js +3 -3
- package/dist/node/components/docs/advanced/AdvancedOverlayEditorPage.js +1 -1
- package/dist/node/components/docs/advanced/AdvancedRenderersPage.js +2 -2
- package/dist/node/components/docs/advanced/AdvancedSpecExperimentsPage.js +4 -4
- package/dist/node/components/docs/advanced/AdvancedTelemetryPage.js +2 -2
- package/dist/node/components/docs/advanced/AdvancedWorkflowMonitoringPage.js +2 -2
- package/dist/node/components/docs/advanced/index.js +9 -9
- package/dist/node/components/docs/architecture/ArchitectureAppConfigPage.js +6 -6
- package/dist/node/components/docs/architecture/ArchitectureControlPlanePage.js +3 -3
- package/dist/node/components/docs/architecture/ArchitectureIntegrationBindingPage.js +7 -7
- package/dist/node/components/docs/architecture/ArchitectureKnowledgeBindingPage.js +6 -6
- package/dist/node/components/docs/architecture/ArchitectureMultiTenancyPage.js +2 -2
- package/dist/node/components/docs/architecture/ArchitectureOverviewPage.js +1 -1
- package/dist/node/components/docs/architecture/index.js +20 -20
- package/dist/node/components/docs/comparison/ComparisonAutomationPlatformsPage.js +1 -1
- package/dist/node/components/docs/comparison/ComparisonEnterprisePlatformsPage.js +1 -1
- package/dist/node/components/docs/comparison/ComparisonInternalToolBuildersPage.js +1 -1
- package/dist/node/components/docs/comparison/ComparisonOverviewPage.js +1 -1
- package/dist/node/components/docs/comparison/ComparisonWindmillPage.js +1 -1
- package/dist/node/components/docs/comparison/ComparisonWorkflowEnginesPage.js +1 -1
- package/dist/node/components/docs/comparison/index.js +1 -1
- package/dist/node/components/docs/docsManifest.js +1 -1
- package/dist/node/components/docs/ecosystem/IntegrationsPage.js +2 -2
- package/dist/node/components/docs/ecosystem/PluginsPage.js +4 -4
- package/dist/node/components/docs/ecosystem/RegistryPage.js +4 -4
- package/dist/node/components/docs/ecosystem/TemplatesPage.js +3 -3
- package/dist/node/components/docs/ecosystem/index.js +11 -11
- package/dist/node/components/docs/examples/DocsExamplesPage.js +1 -1
- package/dist/node/components/docs/examples/ExampleShowcasePage.js +2 -2
- package/dist/node/components/docs/examples/exampleShowcaseData.js +2 -2
- package/dist/node/components/docs/examples/index.js +2 -2
- package/dist/node/components/docs/generated/docs-index.generated.js +1 -1
- package/dist/node/components/docs/generated/index.js +1 -1
- package/dist/node/components/docs/generated/loader.js +1 -1
- package/dist/node/components/docs/getting-started/CLIPage.js +4 -4
- package/dist/node/components/docs/getting-started/CompatibilityPage.js +1 -1
- package/dist/node/components/docs/getting-started/DataViewTutorialPage.js +4 -4
- package/dist/node/components/docs/getting-started/DeveloperToolsPage.js +1 -1
- package/dist/node/components/docs/getting-started/HelloWorldPage.js +5 -5
- package/dist/node/components/docs/getting-started/InstallationPage.js +3 -3
- package/dist/node/components/docs/getting-started/StartHerePage.js +3 -3
- package/dist/node/components/docs/getting-started/TroubleshootingPage.js +2 -2
- package/dist/node/components/docs/getting-started/VSCodeExtensionPage.js +1 -1
- package/dist/node/components/docs/getting-started/getting-started.docblocks.js +2 -2
- package/dist/node/components/docs/getting-started/index.js +17 -17
- package/dist/node/components/docs/guides/GuideCIDiffGatingPage.js +2 -2
- package/dist/node/components/docs/guides/GuideConnectInRepoPage.js +6 -6
- package/dist/node/components/docs/guides/GuideContractTypesPage.js +6 -6
- package/dist/node/components/docs/guides/GuideDocsPipelinePage.js +3 -3
- package/dist/node/components/docs/guides/GuideFirstModuleBundlePage.js +4 -4
- package/dist/node/components/docs/guides/GuideGenerateDocsClientsSchemasPage.js +2 -2
- package/dist/node/components/docs/guides/GuideHostBuilderWorkbenchPage.js +7 -7
- package/dist/node/components/docs/guides/GuideImportExistingCodebasesPage.js +8 -8
- package/dist/node/components/docs/guides/GuideNextjsOneEndpointPage.js +6 -6
- package/dist/node/components/docs/guides/GuideReleaseCapsulesPage.js +3 -3
- package/dist/node/components/docs/guides/GuideSpecValidationTypingPage.js +4 -4
- package/dist/node/components/docs/guides/GuidesIndexPage.js +2 -2
- package/dist/node/components/docs/guides/index.js +43 -43
- package/dist/node/components/docs/index.js +375 -255
- package/dist/node/components/docs/integrations/IntegrationsCircuitBreakersPage.js +2 -2
- package/dist/node/components/docs/integrations/IntegrationsElevenLabsPage.js +3 -3
- package/dist/node/components/docs/integrations/IntegrationsGithubPage.js +2 -2
- package/dist/node/components/docs/integrations/IntegrationsGmailPage.js +3 -3
- package/dist/node/components/docs/integrations/IntegrationsGoogleCalendarPage.js +3 -3
- package/dist/node/components/docs/integrations/IntegrationsHealthRoutingPage.js +2 -2
- package/dist/node/components/docs/integrations/IntegrationsMistralPage.js +2 -2
- package/dist/node/components/docs/integrations/IntegrationsOpenAIPage.js +2 -2
- package/dist/node/components/docs/integrations/IntegrationsOverviewPage.js +1 -1
- package/dist/node/components/docs/integrations/IntegrationsPostmarkPage.js +2 -2
- package/dist/node/components/docs/integrations/IntegrationsPowensPage.js +2 -2
- package/dist/node/components/docs/integrations/IntegrationsQdrantPage.js +5 -5
- package/dist/node/components/docs/integrations/IntegrationsResendPage.js +3 -3
- package/dist/node/components/docs/integrations/IntegrationsS3Page.js +4 -4
- package/dist/node/components/docs/integrations/IntegrationsSlackPage.js +2 -2
- package/dist/node/components/docs/integrations/IntegrationsSpecModelPage.js +2 -2
- package/dist/node/components/docs/integrations/IntegrationsStripePage.js +2 -2
- package/dist/node/components/docs/integrations/IntegrationsTwilioPage.js +3 -3
- package/dist/node/components/docs/integrations/IntegrationsWhatsappMetaPage.js +2 -2
- package/dist/node/components/docs/integrations/IntegrationsWhatsappTwilioPage.js +2 -2
- package/dist/node/components/docs/integrations/index.js +39 -39
- package/dist/node/components/docs/intent/ContractFirstApiPage.js +2 -2
- package/dist/node/components/docs/intent/DeterministicCodegenPage.js +2 -2
- package/dist/node/components/docs/intent/GenerateClientFromSchemaPage.js +7 -7
- package/dist/node/components/docs/intent/OpenapiAlternativePage.js +3 -3
- package/dist/node/components/docs/intent/SchemaValidationTypescriptPage.js +4 -4
- package/dist/node/components/docs/intent/SpecDrivenDevelopmentPage.js +2 -2
- package/dist/node/components/docs/intent/index.js +15 -15
- package/dist/node/components/docs/intent/intent-pages.docblocks.js +1 -1
- package/dist/node/components/docs/knowledge/KnowledgeCategoriesPage.js +2 -2
- package/dist/node/components/docs/knowledge/KnowledgeExamplesPage.js +2 -2
- package/dist/node/components/docs/knowledge/KnowledgeOverviewPage.js +1 -1
- package/dist/node/components/docs/knowledge/KnowledgeSourcesPage.js +2 -2
- package/dist/node/components/docs/knowledge/KnowledgeSpacesPage.js +2 -2
- package/dist/node/components/docs/knowledge/index.js +5 -5
- package/dist/node/components/docs/libraries/LibrariesAccessibilityPage.js +3 -3
- package/dist/node/components/docs/libraries/LibrariesAiAgentPage.js +3 -3
- package/dist/node/components/docs/libraries/LibrariesAnalyticsPage.js +4 -4
- package/dist/node/components/docs/libraries/LibrariesContentGenPage.js +2 -2
- package/dist/node/components/docs/libraries/LibrariesContractsPage.js +2 -2
- package/dist/node/components/docs/libraries/LibrariesCostTrackingPage.js +3 -3
- package/dist/node/components/docs/libraries/LibrariesCrossPlatformUIPage.content.js +85 -0
- package/dist/node/components/docs/libraries/LibrariesCrossPlatformUIPage.js +85 -0
- package/dist/node/components/docs/libraries/LibrariesDataBackendPage.js +2 -2
- package/dist/node/components/docs/libraries/LibrariesDataViewsPage.js +3 -3
- package/dist/node/components/docs/libraries/LibrariesDesignSystemPage.js +38 -2
- package/dist/node/components/docs/libraries/LibrariesEvolutionPage.js +4 -4
- package/dist/node/components/docs/libraries/LibrariesGraphQLPage.js +2 -2
- package/dist/node/components/docs/libraries/LibrariesGrowthPage.js +3 -3
- package/dist/node/components/docs/libraries/LibrariesMultiTenancyPage.js +3 -3
- package/dist/node/components/docs/libraries/LibrariesObservabilityPage.js +5 -5
- package/dist/node/components/docs/libraries/LibrariesOverlayEnginePage.js +4 -4
- package/dist/node/components/docs/libraries/LibrariesOverviewPage.js +1 -1
- package/dist/node/components/docs/libraries/LibrariesPersonalizationPage.js +4 -4
- package/dist/node/components/docs/libraries/LibrariesProgressiveDeliveryPage.js +3 -3
- package/dist/node/components/docs/libraries/LibrariesResiliencePage.js +4 -4
- package/dist/node/components/docs/libraries/LibrariesRuntimePage.js +2 -2
- package/dist/node/components/docs/libraries/LibrariesSLOPage.js +3 -3
- package/dist/node/components/docs/libraries/LibrariesSchemaPage.js +3 -3
- package/dist/node/components/docs/libraries/LibrariesSupportBotPage.js +3 -3
- package/dist/node/components/docs/libraries/LibrariesTestingPage.js +3 -3
- package/dist/node/components/docs/libraries/LibrariesUIKitPage.js +2 -2
- package/dist/node/components/docs/libraries/LibrariesUIKitWebPage.js +2 -2
- package/dist/node/components/docs/libraries/LibrariesWorkflowComposerPage.js +3 -3
- package/dist/node/components/docs/libraries/LibrariesWorkflowsPage.js +2 -2
- package/dist/node/components/docs/libraries/index.js +173 -53
- package/dist/node/components/docs/manifesto/ManifestoPage.js +1 -1
- package/dist/node/components/docs/ops/AutoEvolutionOpsPage.js +2 -2
- package/dist/node/components/docs/ops/DistributedTracingOpsPage.js +2 -2
- package/dist/node/components/docs/ops/index.js +3 -3
- package/dist/node/components/docs/ops/ops-lifecycle.docblocks.js +2 -2
- package/dist/node/components/docs/ops/ops-runbooks-a.docblocks.js +2 -2
- package/dist/node/components/docs/ops/ops-runbooks-b.docblocks.js +2 -2
- package/dist/node/components/docs/ops/ops-slo-tenant.docblocks.js +2 -2
- package/dist/node/components/docs/ops/ops-top.docs.js +2 -2
- package/dist/node/components/docs/ops/ops.docs.js +6 -6
- package/dist/node/components/docs/product/product.docblocks.js +2 -2
- package/dist/node/components/docs/reference/DocsMarkdownContent.js +2 -2
- package/dist/node/components/docs/reference/DocsReferenceContent.js +3 -3
- package/dist/node/components/docs/reference/DocsReferenceIndexClient.js +2 -2
- package/dist/node/components/docs/reference/DocsReferenceIndexPage.js +2 -2
- package/dist/node/components/docs/reference/DocsReferencePage.js +3 -3
- package/dist/node/components/docs/reference/docsMarkdownParser.js +2 -2
- package/dist/node/components/docs/reference/index.js +4 -4
- package/dist/node/components/docs/safety/SafetyAuditingPage.js +2 -2
- package/dist/node/components/docs/safety/SafetyMigrationsPage.js +2 -2
- package/dist/node/components/docs/safety/SafetyOverviewPage.js +1 -1
- package/dist/node/components/docs/safety/SafetyPDPPage.js +2 -2
- package/dist/node/components/docs/safety/SafetySecurityTrustPage.js +1 -1
- package/dist/node/components/docs/safety/SafetySigningPage.js +3 -3
- package/dist/node/components/docs/safety/SafetyTenantIsolationPage.js +2 -2
- package/dist/node/components/docs/safety/index.js +7 -7
- package/dist/node/components/docs/shared/StudioPrompt.js +1 -1
- package/dist/node/components/docs/specs/SpecsBuilderControlPlanePage.js +4 -4
- package/dist/node/components/docs/specs/SpecsCapabilitiesPage.js +2 -2
- package/dist/node/components/docs/specs/SpecsConnectPage.js +2 -2
- package/dist/node/components/docs/specs/SpecsDataViewsPage.js +2 -2
- package/dist/node/components/docs/specs/SpecsModuleBundlesPage.js +3 -3
- package/dist/node/components/docs/specs/SpecsOverlaysPage.js +2 -2
- package/dist/node/components/docs/specs/SpecsOverviewPage.js +1 -1
- package/dist/node/components/docs/specs/SpecsPolicyPage.js +3 -3
- package/dist/node/components/docs/specs/SpecsWorkflowsPage.js +2 -2
- package/dist/node/components/docs/specs/index.js +13 -13
- package/dist/node/components/docs/studio/StudioBYOKPage.js +1 -1
- package/dist/node/components/docs/studio/StudioDeploymentsPage.js +1 -1
- package/dist/node/components/docs/studio/StudioGettingStartedPage.js +1 -1
- package/dist/node/components/docs/studio/StudioIntegrationsPage.js +1 -1
- package/dist/node/components/docs/studio/StudioOverviewPage.js +1 -1
- package/dist/node/components/docs/studio/StudioVisualBuilderPage.js +1 -1
- package/dist/node/components/docs/studio/index.js +1 -1
- package/dist/node/components/docs/tech/contracts/tech-docs.docblocks.js +2 -2
- package/dist/node/components/integrations/index.js +2 -2
- package/dist/node/components/integrations/molecules/IntegrationCard.js +1 -1
- package/dist/node/components/integrations/organisms/IntegrationMarketplace.js +1 -1
- package/dist/node/components/integrations/organisms/IntegrationSettings.js +2 -2
- package/dist/node/components/integrations/organisms/KnowledgeSourceList.js +1 -1
- package/dist/node/components/legal/PrivacyTemplate.js +1 -1
- package/dist/node/components/legal/TermsTemplate.js +1 -1
- package/dist/node/components/legal/index.js +1 -1
- package/dist/node/components/shared/FeatureGateNotice.js +1 -1
- package/dist/node/components/shared/index.js +1 -1
- package/dist/node/components/shell/WorkspaceHeader.js +1 -1
- package/dist/node/components/shell/WorkspaceProjectShellLayout.js +1 -1
- package/dist/node/components/shell/WorkspaceShellRenderer.js +1 -1
- package/dist/node/components/shell/WorkspaceSidebar.js +1 -1
- package/dist/node/components/shell/index.js +1 -1
- package/dist/node/components/templates/engine/index.js +1 -1
- package/dist/node/components/templates/index.js +11 -11
- package/dist/node/components/templates/messaging/ConversationList.js +2 -2
- package/dist/node/components/templates/messaging/MessageComposer.js +4 -4
- package/dist/node/components/templates/messaging/MessageThread.js +3 -3
- package/dist/node/components/templates/messaging/MessagingWorkspace.js +5 -5
- package/dist/node/components/templates/messaging/index.js +5 -5
- package/dist/node/components/templates/recipes/LanguageSwitcher.js +1 -1
- package/dist/node/components/templates/recipes/RecipeCard.js +1 -1
- package/dist/node/components/templates/recipes/RecipeDetail.js +1 -1
- package/dist/node/components/templates/recipes/RecipeList.js +3 -3
- package/dist/node/components/templates/recipes/index.js +3 -3
- package/dist/node/components/templates/todos/FilterBar.js +1 -1
- package/dist/node/components/templates/todos/TaskForm.js +2 -2
- package/dist/node/components/templates/todos/TaskItem.js +1 -1
- package/dist/node/components/templates/todos/TaskList.js +5 -5
- package/dist/node/components/templates/todos/index.js +5 -5
- package/dist/node/config/contractspec-blueprint.js +1 -1
- package/dist/node/config/contractspec-branding.js +1 -1
- package/dist/node/config/contractspec-routes.js +1 -1
- package/dist/node/config/index.js +1 -1
- package/dist/node/features/contracts-registry.js +1 -1
- package/dist/node/features/docs/docs.contracts.js +1 -1
- package/dist/node/features/docs/index.js +1 -1
- package/dist/node/features/docs.feature.js +1 -1
- package/dist/node/features/index.js +1 -1
- package/dist/node/features/mcp.feature.js +1 -1
- package/dist/node/features/presentations.feature.js +1 -1
- package/dist/node/features/registry.js +1 -1
- package/dist/node/index.js +382 -262
- package/dist/node/infrastructure/elysia/index.js +1 -1
- package/dist/node/infrastructure/elysia/logger.js +1 -1
- package/dist/node/infrastructure/index.js +1 -1
- package/dist/node/libs/email/client.js +1 -1
- package/dist/node/libs/email/contact.js +3 -3
- package/dist/node/libs/email/newsletter.js +3 -3
- package/dist/node/libs/email/utils.js +2 -2
- package/dist/node/libs/email/waitlist-application.js +3 -3
- package/dist/node/libs/email/waitlist.js +3 -3
- package/dist/node/libs/email.js +6 -6
- package/dist/node/libs/posthog/client.js +1 -1
- package/dist/node/libs/posthog/native.js +1 -1
- package/dist/node/libs/posthog/server.js +1 -1
- package/dist/node/libs/pricing-examples.js +1 -1
- package/dist/node/presentation/features/atoms/FeatureIcon/FeatureIcon.js +1 -1
- package/dist/node/presentation/features/atoms/FeatureIcon/index.js +1 -1
- package/dist/node/presentation/features/atoms/index.js +1 -1
- package/dist/node/presentation/features/hooks/index.js +1 -1
- package/dist/node/presentation/features/hooks/useContractsRegistry.js +1 -1
- package/dist/node/presentation/features/hooks/useFeatureFilters.js +1 -1
- package/dist/node/presentation/features/hooks/useFeatureRegistry.js +1 -1
- package/dist/node/presentation/features/hooks/useRelatedDocs.js +1 -1
- package/dist/node/presentation/features/index.js +1 -1
- package/dist/node/presentation/features/molecules/FeatureCard/FeatureCard.js +1 -1
- package/dist/node/presentation/features/molecules/FeatureCard/index.js +1 -1
- package/dist/node/presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.js +1 -1
- package/dist/node/presentation/features/molecules/FeatureCategoryHeader/index.js +1 -1
- package/dist/node/presentation/features/molecules/FeatureFilters/FeatureFilters.js +1 -1
- package/dist/node/presentation/features/molecules/FeatureFilters/index.js +1 -1
- package/dist/node/presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.js +1 -1
- package/dist/node/presentation/features/molecules/FeatureHoverPreview/index.js +1 -1
- package/dist/node/presentation/features/molecules/index.js +1 -1
- package/dist/node/presentation/features/organisms/FeatureDataViewsList.js +1 -1
- package/dist/node/presentation/features/organisms/FeatureDetail/FeatureDetail.js +1 -1
- package/dist/node/presentation/features/organisms/FeatureDetail/index.js +1 -1
- package/dist/node/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.js +1 -1
- package/dist/node/presentation/features/organisms/FeatureDiscovery/index.js +1 -1
- package/dist/node/presentation/features/organisms/FeatureEventsList.js +1 -1
- package/dist/node/presentation/features/organisms/FeatureFormsList.js +1 -1
- package/dist/node/presentation/features/organisms/FeatureOperationsList.js +1 -1
- package/dist/node/presentation/features/organisms/FeaturePresentationsList.js +1 -1
- package/dist/node/presentation/features/organisms/index.js +1 -1
- package/dist/node/presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.js +1 -1
- package/dist/node/presentation/features/templates/FeatureDataViewDetailTemplate/index.js +1 -1
- package/dist/node/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.js +1 -1
- package/dist/node/presentation/features/templates/FeatureDataViewsTemplate/index.js +1 -1
- package/dist/node/presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.js +1 -1
- package/dist/node/presentation/features/templates/FeatureEventDetailTemplate/index.js +1 -1
- package/dist/node/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.js +1 -1
- package/dist/node/presentation/features/templates/FeatureEventsTemplate/index.js +1 -1
- package/dist/node/presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.js +1 -1
- package/dist/node/presentation/features/templates/FeatureFormDetailTemplate/index.js +1 -1
- package/dist/node/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.js +1 -1
- package/dist/node/presentation/features/templates/FeatureFormsTemplate/index.js +1 -1
- package/dist/node/presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.js +1 -1
- package/dist/node/presentation/features/templates/FeatureOperationDetailTemplate/index.js +1 -1
- package/dist/node/presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.js +1 -1
- package/dist/node/presentation/features/templates/FeatureOperationsTemplate/index.js +1 -1
- package/dist/node/presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.js +1 -1
- package/dist/node/presentation/features/templates/FeatureOverviewTemplate/index.js +1 -1
- package/dist/node/presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.js +1 -1
- package/dist/node/presentation/features/templates/FeaturePresentationDetailTemplate/index.js +1 -1
- package/dist/node/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.js +1 -1
- package/dist/node/presentation/features/templates/FeaturePresentationsTemplate/index.js +1 -1
- package/dist/presentation/features/atoms/FeatureIcon/FeatureIcon.js +1 -1
- package/dist/presentation/features/atoms/FeatureIcon/index.js +1 -1
- package/dist/presentation/features/atoms/index.js +1 -1
- package/dist/presentation/features/hooks/index.js +1 -1
- package/dist/presentation/features/hooks/useContractsRegistry.js +1 -1
- package/dist/presentation/features/hooks/useFeatureFilters.js +1 -1
- package/dist/presentation/features/hooks/useFeatureRegistry.js +1 -1
- package/dist/presentation/features/hooks/useRelatedDocs.js +1 -1
- package/dist/presentation/features/index.js +1 -1
- package/dist/presentation/features/molecules/FeatureCard/FeatureCard.js +1 -1
- package/dist/presentation/features/molecules/FeatureCard/index.js +1 -1
- package/dist/presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.js +1 -1
- package/dist/presentation/features/molecules/FeatureCategoryHeader/index.js +1 -1
- package/dist/presentation/features/molecules/FeatureFilters/FeatureFilters.js +1 -1
- package/dist/presentation/features/molecules/FeatureFilters/index.js +1 -1
- package/dist/presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.js +1 -1
- package/dist/presentation/features/molecules/FeatureHoverPreview/index.js +1 -1
- package/dist/presentation/features/molecules/index.js +1 -1
- package/dist/presentation/features/organisms/FeatureDataViewsList.js +1 -1
- package/dist/presentation/features/organisms/FeatureDetail/FeatureDetail.js +1 -1
- package/dist/presentation/features/organisms/FeatureDetail/index.js +1 -1
- package/dist/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.js +1 -1
- package/dist/presentation/features/organisms/FeatureDiscovery/index.js +1 -1
- package/dist/presentation/features/organisms/FeatureEventsList.js +1 -1
- package/dist/presentation/features/organisms/FeatureFormsList.js +1 -1
- package/dist/presentation/features/organisms/FeatureOperationsList.js +1 -1
- package/dist/presentation/features/organisms/FeaturePresentationsList.js +1 -1
- package/dist/presentation/features/organisms/index.js +1 -1
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.js +1 -1
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/index.js +1 -1
- package/dist/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.js +1 -1
- package/dist/presentation/features/templates/FeatureDataViewsTemplate/index.js +1 -1
- package/dist/presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.js +1 -1
- package/dist/presentation/features/templates/FeatureEventDetailTemplate/index.js +1 -1
- package/dist/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.js +1 -1
- package/dist/presentation/features/templates/FeatureEventsTemplate/index.js +1 -1
- package/dist/presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.js +1 -1
- package/dist/presentation/features/templates/FeatureFormDetailTemplate/index.js +1 -1
- package/dist/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.js +1 -1
- package/dist/presentation/features/templates/FeatureFormsTemplate/index.js +1 -1
- package/dist/presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.js +1 -1
- package/dist/presentation/features/templates/FeatureOperationDetailTemplate/index.js +1 -1
- package/dist/presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.js +1 -1
- package/dist/presentation/features/templates/FeatureOperationsTemplate/index.js +1 -1
- package/dist/presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.js +1 -1
- package/dist/presentation/features/templates/FeatureOverviewTemplate/index.js +1 -1
- package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.js +1 -1
- package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/index.js +1 -1
- package/dist/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.js +1 -1
- package/dist/presentation/features/templates/FeaturePresentationsTemplate/index.js +1 -1
- package/package.json +49 -24
- package/src/application/mcp/internalMcp.ts +1 -1
- package/src/bundles/LibraryBundle.ts +19 -130
- package/src/components/docs/docsManifest.test.ts +14 -0
- package/src/components/docs/docsManifest.ts +10 -0
- package/src/components/docs/examples/DocsExamplesPage.tsx +3 -3
- package/src/components/docs/examples/ExampleShowcasePage.tsx +1 -1
- package/src/components/docs/examples/exampleShowcaseData.test.ts +5 -3
- package/src/components/docs/examples/exampleShowcaseData.ts +3 -3
- package/src/components/docs/generated/docs-index._common.json +1699 -2008
- package/src/components/docs/generated/docs-index.agent-console.json +377 -377
- package/src/components/docs/generated/docs-index.ai-chat-assistant.json +17 -17
- package/src/components/docs/generated/docs-index.ai-chat.json +105 -105
- package/src/components/docs/generated/docs-index.ai-support-bot.json +9 -9
- package/src/components/docs/generated/docs-index.analytics-dashboard.json +169 -169
- package/src/components/docs/generated/docs-index.app-config.json +137 -137
- package/src/components/docs/generated/docs-index.artisan-knowledge-product.json +17 -17
- package/src/components/docs/generated/docs-index.artisan-payments-stripe.json +33 -33
- package/src/components/docs/generated/docs-index.audit-trail.json +49 -49
- package/src/components/docs/generated/docs-index.calendar-google.json +9 -9
- package/src/components/docs/generated/docs-index.content-generation.json +9 -9
- package/src/components/docs/generated/docs-index.control-plane.json +17 -17
- package/src/components/docs/generated/docs-index.crm-pipeline.json +161 -161
- package/src/components/docs/generated/docs-index.data-grid-showcase.json +25 -25
- package/src/components/docs/generated/docs-index.defineExample.json +9 -9
- package/src/components/docs/generated/docs-index.email-gmail.json +9 -9
- package/src/components/docs/generated/docs-index.feature-flags.json +217 -217
- package/src/components/docs/generated/docs-index.files.json +177 -177
- package/src/components/docs/generated/docs-index.generated.ts +20 -20
- package/src/components/docs/generated/docs-index.harness-lab.json +9 -9
- package/src/components/docs/generated/docs-index.health.json +97 -97
- package/src/components/docs/generated/docs-index.identity-rbac.json +313 -313
- package/src/components/docs/generated/docs-index.in-app-docs.json +9 -9
- package/src/components/docs/generated/docs-index.integration-hub.json +265 -265
- package/src/components/docs/generated/docs-index.integration-posthog.json +9 -9
- package/src/components/docs/generated/docs-index.integration-stripe.json +9 -9
- package/src/components/docs/generated/docs-index.integration-supabase.json +9 -9
- package/src/components/docs/generated/docs-index.jobs.json +137 -137
- package/src/components/docs/generated/docs-index.kb-update-pipeline.json +129 -129
- package/src/components/docs/generated/docs-index.knowledge-canon.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-ambient-coach.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-crm-onboarding.json +49 -49
- package/src/components/docs/generated/docs-index.learning-journey-duo-drills.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-platform-tour.json +49 -49
- package/src/components/docs/generated/docs-index.learning-journey-quest-challenges.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-registry.json +33 -33
- package/src/components/docs/generated/docs-index.learning-journey-studio-onboarding.json +49 -49
- package/src/components/docs/generated/docs-index.learning-journey-ui-coaching.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-ui-gamified.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-ui-onboarding.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-ui-shared.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey.json +241 -241
- package/src/components/docs/generated/docs-index.learning-patterns.json +9 -9
- package/src/components/docs/generated/docs-index.lifecycle-cli.json +9 -9
- package/src/components/docs/generated/docs-index.lifecycle-dashboard.json +9 -9
- package/src/components/docs/generated/docs-index.locale-jurisdiction-gate.json +65 -65
- package/src/components/docs/generated/docs-index.manifest.json +432 -432
- package/src/components/docs/generated/docs-index.marketplace.json +337 -337
- package/src/components/docs/generated/docs-index.meeting-recorder-providers.json +9 -9
- package/src/components/docs/generated/docs-index.meeting-recorder.json +49 -49
- package/src/components/docs/generated/docs-index.messaging-agent-actions.json +17 -17
- package/src/components/docs/generated/docs-index.metrics.json +201 -201
- package/src/components/docs/generated/docs-index.minimal.json +17 -17
- package/src/components/docs/generated/docs-index.mobile-demo-landing.json +42 -0
- package/src/components/docs/generated/docs-index.notifications.json +65 -65
- package/src/components/docs/generated/docs-index.openbanking-powens.json +9 -9
- package/src/components/docs/generated/docs-index.openbanking.json +65 -65
- package/src/components/docs/generated/docs-index.opencode-cli.json +17 -17
- package/src/components/docs/generated/docs-index.personalization.json +9 -9
- package/src/components/docs/generated/docs-index.platform-acp.json +137 -137
- package/src/components/docs/generated/docs-index.platform-agent.json +201 -201
- package/src/components/docs/generated/docs-index.platform-context.json +121 -121
- package/src/components/docs/generated/docs-index.platform-control-plane.json +321 -321
- package/src/components/docs/generated/docs-index.platform-database.json +89 -89
- package/src/components/docs/generated/docs-index.platform-docs.json +161 -161
- package/src/components/docs/generated/docs-index.platform-harness.json +177 -177
- package/src/components/docs/generated/docs-index.platform-integrations.json +329 -329
- package/src/components/docs/generated/docs-index.platform-knowledge.json +57 -57
- package/src/components/docs/generated/docs-index.platform-provider-ranking.json +217 -217
- package/src/components/docs/generated/docs-index.pocket-family-office.json +129 -129
- package/src/components/docs/generated/docs-index.policy-safe-knowledge-assistant.json +9 -9
- package/src/components/docs/generated/docs-index.product-intent.json +9 -9
- package/src/components/docs/generated/docs-index.project-management-sync.json +9 -9
- package/src/components/docs/generated/docs-index.saas-boilerplate.json +209 -209
- package/src/components/docs/generated/docs-index.service-business-os.json +193 -193
- package/src/components/docs/generated/docs-index.team-hub.json +185 -185
- package/src/components/docs/generated/docs-index.unknown.json +521 -521
- package/src/components/docs/generated/docs-index.versioned-knowledge-base.json +81 -81
- package/src/components/docs/generated/docs-index.video-api-showcase.json +33 -33
- package/src/components/docs/generated/docs-index.video-docs-terminal.json +9 -9
- package/src/components/docs/generated/docs-index.video-marketing-clip.json +9 -9
- package/src/components/docs/generated/docs-index.visualization-showcase.json +17 -17
- package/src/components/docs/generated/docs-index.voice-providers.json +9 -9
- package/src/components/docs/generated/docs-index.wealth-snapshot.json +153 -153
- package/src/components/docs/generated/docs-index.workflow-system.json +433 -433
- package/src/components/docs/generated/docs-index.workspace-cli.json +9 -9
- package/src/components/docs/generated/index.ts +20 -5
- package/src/components/docs/generated/loader.ts +15 -8
- package/src/components/docs/getting-started/CompatibilityPage.tsx +14 -0
- package/src/components/docs/libraries/LibrariesCrossPlatformUIPage.content.ts +252 -0
- package/src/components/docs/libraries/LibrariesCrossPlatformUIPage.tsx +232 -0
- package/src/components/docs/libraries/LibrariesDesignSystemPage.tsx +79 -0
- package/src/components/docs/libraries/LibrariesOverviewPage.tsx +6 -0
- package/src/components/docs/libraries/LibrariesRuntimePage.tsx +15 -0
- package/src/components/docs/libraries/LibrariesUIKitPage.tsx +15 -0
- package/src/components/docs/libraries/LibrariesUIKitWebPage.tsx +14 -0
- package/src/components/docs/libraries/index.ts +1 -0
- package/src/components/docs/reference/DocsReferenceIndexPage.tsx +1 -1
- package/src/index.ts +1 -1
- package/src/components/docs/generated/docs-index.mobile-demo-tasks.json +0 -34
package/dist/presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// @bun
|
|
2
|
-
import{StatCard as O,StatCardGroup as
|
|
2
|
+
var _=Object.defineProperty;var $=(y)=>y;function G(y,D){this[y]=$.bind(null,D)}var w=(y,D)=>{for(var E in D)_(y,E,{get:D[E],enumerable:!0,configurable:!0,set:G.bind(D,E)})};var H=(y,D)=>()=>(y&&(D=y(y=0)),D);import{StatCard as O,StatCardGroup as R,StatusChip as F}from"@contractspec/lib.design-system";import{Box as M,HStack as J,VStack as T}from"@contractspec/lib.ui-kit-web/ui/stack";import{cn as v}from"@contractspec/lib.ui-kit-web/ui/utils";import P from"next/link";import{jsx as z,jsxs as I}from"react/jsx-runtime";var V={stable:"success",beta:"warning",experimental:"info",deprecated:"danger"};function Q({feature:y,className:D}){let{meta:E,operations:W,events:X,presentations:Y,capabilities:K}=y,Z=V[E.stability]??"neutral";return I(T,{gap:"lg",className:v("w-full",D),children:[I(J,{gap:"sm",children:[z(F,{tone:Z,label:E.stability??"unknown"}),z(F,{tone:"neutral",label:E.key,size:"sm"}),z(F,{tone:"neutral",label:`v${E.version}`,size:"sm"})]}),I(R,{children:[z(P,{href:`./${y.meta.key}/operations`,children:z(O,{label:"Operations",value:W?.length??0})}),z(P,{href:`./${y.meta.key}/events`,children:z(O,{label:"Events",value:X?.length??0})}),z(P,{href:`./${y.meta.key}/presentations`,children:z(O,{label:"Presentations",value:Y?.length??0})})]}),K?.provides?.length?I(M,{className:"flex-col rounded-lg border p-4",gap:"sm",align:"start",children:[z("span",{className:"font-semibold",children:"Provides Capabilities"}),z(J,{gap:"xs",wrap:"wrap",children:K.provides.map((A)=>z(F,{tone:"success",label:`${A.key} v${A.version}`,size:"sm"},`${A.key}-${A.version}`))})]}):null,K?.requires?.length?I(M,{className:"flex-col rounded-lg border p-4",gap:"sm",align:"start",children:[z("span",{className:"font-semibold",children:"Requires Capabilities"}),z(J,{gap:"xs",wrap:"wrap",children:K.requires.map((A)=>z(F,{tone:"info",label:`${A.key}${A.version?` v${A.version}`:""}${A.optional?" (optional)":""}`,size:"sm"},A.key))})]}):null,E.tags?.length?I(M,{className:"flex-col rounded-lg border p-4",gap:"sm",align:"start",children:[z("span",{className:"font-semibold",children:"Tags"}),z(J,{gap:"xs",wrap:"wrap",children:E.tags.map((A)=>z(F,{tone:"neutral",label:`#${A}`,size:"sm"},A))})]}):null,E.owners?.length?I(M,{className:"flex-col rounded-lg border p-4",gap:"sm",align:"start",children:[z("span",{className:"font-semibold",children:"Owners"}),z(J,{gap:"xs",wrap:"wrap",children:E.owners.map((A)=>z(F,{tone:"neutral",label:A,size:"sm"},A))})]}):null]})}import{Breadcrumbs as L,PageHeaderResponsive as N}from"@contractspec/lib.design-system";import{VStack as B}from"@contractspec/lib.ui-kit-web/ui/stack";import{cn as d}from"@contractspec/lib.ui-kit-web/ui/utils";import{jsx as U,jsxs as g}from"react/jsx-runtime";function j({feature:y,className:D}){return g(B,{gap:"lg",className:d("mx-auto w-full max-w-5xl p-6",D),children:[U(N,{title:y.meta.title||y.meta.key,subtitle:y.meta.description||"Feature overview",breadcrumb:U(L,{items:[{label:"Features",href:"/features"},{label:y.meta.title||y.meta.key}]})}),U(Q,{feature:y})]})}export{j as FeatureOverviewTemplate};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// @bun
|
|
2
|
-
import{StatCard as O,StatCardGroup as
|
|
2
|
+
var _=Object.defineProperty;var $=(y)=>y;function G(y,D){this[y]=$.bind(null,D)}var w=(y,D)=>{for(var E in D)_(y,E,{get:D[E],enumerable:!0,configurable:!0,set:G.bind(D,E)})};var H=(y,D)=>()=>(y&&(D=y(y=0)),D);import{StatCard as O,StatCardGroup as R,StatusChip as F}from"@contractspec/lib.design-system";import{Box as M,HStack as J,VStack as T}from"@contractspec/lib.ui-kit-web/ui/stack";import{cn as v}from"@contractspec/lib.ui-kit-web/ui/utils";import P from"next/link";import{jsx as z,jsxs as I}from"react/jsx-runtime";var V={stable:"success",beta:"warning",experimental:"info",deprecated:"danger"};function Q({feature:y,className:D}){let{meta:E,operations:W,events:X,presentations:Y,capabilities:K}=y,Z=V[E.stability]??"neutral";return I(T,{gap:"lg",className:v("w-full",D),children:[I(J,{gap:"sm",children:[z(F,{tone:Z,label:E.stability??"unknown"}),z(F,{tone:"neutral",label:E.key,size:"sm"}),z(F,{tone:"neutral",label:`v${E.version}`,size:"sm"})]}),I(R,{children:[z(P,{href:`./${y.meta.key}/operations`,children:z(O,{label:"Operations",value:W?.length??0})}),z(P,{href:`./${y.meta.key}/events`,children:z(O,{label:"Events",value:X?.length??0})}),z(P,{href:`./${y.meta.key}/presentations`,children:z(O,{label:"Presentations",value:Y?.length??0})})]}),K?.provides?.length?I(M,{className:"flex-col rounded-lg border p-4",gap:"sm",align:"start",children:[z("span",{className:"font-semibold",children:"Provides Capabilities"}),z(J,{gap:"xs",wrap:"wrap",children:K.provides.map((A)=>z(F,{tone:"success",label:`${A.key} v${A.version}`,size:"sm"},`${A.key}-${A.version}`))})]}):null,K?.requires?.length?I(M,{className:"flex-col rounded-lg border p-4",gap:"sm",align:"start",children:[z("span",{className:"font-semibold",children:"Requires Capabilities"}),z(J,{gap:"xs",wrap:"wrap",children:K.requires.map((A)=>z(F,{tone:"info",label:`${A.key}${A.version?` v${A.version}`:""}${A.optional?" (optional)":""}`,size:"sm"},A.key))})]}):null,E.tags?.length?I(M,{className:"flex-col rounded-lg border p-4",gap:"sm",align:"start",children:[z("span",{className:"font-semibold",children:"Tags"}),z(J,{gap:"xs",wrap:"wrap",children:E.tags.map((A)=>z(F,{tone:"neutral",label:`#${A}`,size:"sm"},A))})]}):null,E.owners?.length?I(M,{className:"flex-col rounded-lg border p-4",gap:"sm",align:"start",children:[z("span",{className:"font-semibold",children:"Owners"}),z(J,{gap:"xs",wrap:"wrap",children:E.owners.map((A)=>z(F,{tone:"neutral",label:A,size:"sm"},A))})]}):null]})}import{Breadcrumbs as L,PageHeaderResponsive as N}from"@contractspec/lib.design-system";import{VStack as B}from"@contractspec/lib.ui-kit-web/ui/stack";import{cn as d}from"@contractspec/lib.ui-kit-web/ui/utils";import{jsx as U,jsxs as g}from"react/jsx-runtime";function j({feature:y,className:D}){return g(B,{gap:"lg",className:d("mx-auto w-full max-w-5xl p-6",D),children:[U(N,{title:y.meta.title||y.meta.key,subtitle:y.meta.description||"Feature overview",breadcrumb:U(L,{items:[{label:"Features",href:"/features"},{label:y.meta.title||y.meta.key}]})}),U(Q,{feature:y})]})}export{j as FeatureOverviewTemplate};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// @bun
|
|
2
|
-
import{defaultDocRegistry as
|
|
2
|
+
var L=Object.defineProperty;var M=(z)=>z;function N(z,F){this[z]=M.bind(null,F)}var C=(z,F)=>{for(var U in F)L(z,U,{get:F[U],enumerable:!0,configurable:!0,set:N.bind(F,U)})};var R=(z,F)=>()=>(z&&(F=z(z=0)),F);import{defaultDocRegistry as B}from"@contractspec/lib.contracts-spec/docs";import{useMemo as D}from"react";function _(z,F){return D(()=>{try{return B.list().filter(({block:Q})=>{let I=Q.id.toLowerCase().includes(z.toLowerCase())||Q.title.toLowerCase().includes(z.toLowerCase()),W=F?.some((J)=>Q.tags?.some((P)=>P.toLowerCase().includes(J.toLowerCase())));return I||W}).map(({block:Q,route:I})=>({id:Q.id,title:Q.title,summary:Q.summary,route:I}))}catch(G){return console.error("Failed to fetch related docs:",G),[]}},[z,F])}import{Breadcrumbs as $,CodeBlock as w,EmptyState as H,PageHeaderResponsive as E,StatusChip as X}from"@contractspec/lib.design-system";import{Card as Z}from"@contractspec/lib.ui-kit-web/ui/card";import{Box as K,HStack as Y,VStack as T}from"@contractspec/lib.ui-kit-web/ui/stack";import{cn as O}from"@contractspec/lib.ui-kit-web/ui/utils";import{BookOpen as h,Code as V,Database as g,Layout as v}from"lucide-react";import m from"next/link";import{jsx as q,jsxs as A}from"react/jsx-runtime";function j({feature:z,presentationKey:F,presentation:U,spec:G,className:Q}){let I=U??z.presentations?.find((J)=>J.key===F),W=_(I?.key||"",G?.meta?.tags);if(!I)return A(T,{gap:"lg",className:O("mx-auto w-full max-w-5xl p-6",Q),children:[q(E,{title:"Presentation Not Found",subtitle:`Presentation ${F} not found in feature ${z.meta.key}`,breadcrumb:q($,{items:[{label:"Features",href:"/features"},{label:z.meta.title||z.meta.key,href:`/features/${z.meta.key}`},{label:"Presentations",href:`/features/${z.meta.key}/presentation`}]})}),q(H,{title:"Presentation not found",description:`The presentation '${F}' could not be found in this feature.`,icon:q(v,{className:"h-12 w-12 text-muted-foreground"})})]});return A(T,{gap:"lg",className:O("mx-auto w-full max-w-5xl p-6",Q),children:[q(E,{title:I.key,subtitle:`Presentation defined in ${z.meta.title??z.meta.key}`,breadcrumb:q($,{items:[{label:"Features",href:"/features"},{label:z.meta.title||z.meta.key,href:`/features/${z.meta.key}`},{label:"Presentations",href:`/features/${z.meta.key}#presentations`},{label:I.key}]})}),A(Y,{gap:"sm",children:[q(X,{tone:"neutral",label:I.key,size:"sm",icon:q(v,{className:"h-3 w-3"})}),q(X,{tone:"neutral",label:`v${I.version}`,size:"sm"}),G?.meta?.stability?q(X,{tone:G.meta.stability==="stable"?"success":"warning",label:G.meta.stability,size:"sm"}):null]}),A("div",{className:"grid grid-cols-1 gap-6 lg:grid-cols-3",children:[q("div",{className:"space-y-6 lg:col-span-2",children:q(Z,{className:"p-6",children:A(T,{gap:"md",children:[A(Y,{className:"items-center gap-2 border-b pb-2",children:[q(V,{className:"h-5 w-5 text-muted-foreground"}),q("h3",{className:"font-semibold text-lg",children:"Component Definition"})]}),G?A(T,{gap:"lg",children:[G.meta.description&&q("p",{className:"text-muted-foreground",children:G.meta.description}),A(K,{className:"flex-col gap-2",children:[q("span",{className:"font-medium text-muted-foreground text-sm uppercase tracking-wider",children:"Spec Details"}),q(w,{code:JSON.stringify(G,null,2),language:"json"})]})]}):A(T,{gap:"md",children:[q("p",{className:"text-muted-foreground",children:"Full component details are not available for this presentation reference."}),q(w,{code:JSON.stringify(I,null,2),language:"json"})]})]})})}),q("div",{className:"space-y-6",children:q(Z,{className:"p-6",children:A(T,{gap:"md",children:[A(Y,{className:"items-center gap-2 border-b pb-2",children:[q(g,{className:"h-5 w-5 text-muted-foreground"}),q("h3",{className:"font-semibold text-lg",children:"Metadata"})]}),A("dl",{className:"grid grid-cols-1 gap-4 text-sm",children:[A("div",{children:[q("dt",{className:"text-muted-foreground",children:"Key"}),q("dd",{className:"truncate font-medium",children:I.key})]}),A("div",{children:[q("dt",{className:"text-muted-foreground",children:"Version"}),q("dd",{className:"font-medium",children:I.version})]}),G?.meta?.owners&&A("div",{children:[q("dt",{className:"text-muted-foreground",children:"Owners"}),q("dd",{className:"flex flex-wrap gap-1 font-medium",children:G.meta.owners.map((J)=>q(X,{label:J,size:"sm",tone:"neutral"},J))})]})]})]})})}),W?.length?q("div",{className:"lg:col-span-3",children:q(Z,{className:"p-6",children:A(T,{gap:"md",children:[A(Y,{className:"items-center gap-2 border-b pb-2",children:[q(h,{className:"h-5 w-5 text-muted-foreground"}),q("h3",{className:"font-semibold text-lg",children:"Related Documentation"})]}),q("div",{className:"grid grid-cols-1 gap-4 md:grid-cols-2 lg:grid-cols-3",children:W.map((J)=>q(m,{href:J.route||`/docs/${J.id}`,className:"group block",children:A("div",{className:"h-full rounded-lg border p-4 transition-colors hover:border-primary",children:[q("h4",{className:"mb-1 font-semibold group-hover:text-primary",children:J.title}),J.summary&&q("p",{className:"line-clamp-2 text-muted-foreground text-sm",children:J.summary})]})},J.id))})]})})}):null]})]})}export{j as FeaturePresentationDetailTemplate};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// @bun
|
|
2
|
-
import{defaultDocRegistry as
|
|
2
|
+
var O=Object.defineProperty;var L=(P)=>P;function N(P,q){this[P]=L.bind(null,q)}var n=(P,q)=>{for(var T in q)O(P,T,{get:q[T],enumerable:!0,configurable:!0,set:N.bind(q,T)})};var V=(P,q)=>()=>(P&&(q=P(P=0)),q);import{defaultDocRegistry as i}from"@contractspec/lib.contracts-spec/docs";import{useMemo as m}from"react";function Z(P,q){return m(()=>{try{return i.list().filter(({block:J})=>{let G=J.id.toLowerCase().includes(P.toLowerCase())||J.title.toLowerCase().includes(P.toLowerCase()),U=q?.some((I)=>J.tags?.some((M)=>M.toLowerCase().includes(I.toLowerCase())));return G||U}).map(({block:J,route:G})=>({id:J.id,title:J.title,summary:J.summary,route:G}))}catch(A){return console.error("Failed to fetch related docs:",A),[]}},[P,q])}import{Breadcrumbs as _,CodeBlock as $,EmptyState as B,PageHeaderResponsive as v,StatusChip as W}from"@contractspec/lib.design-system";import{Card as Y}from"@contractspec/lib.ui-kit-web/ui/card";import{Box as K,HStack as X,VStack as Q}from"@contractspec/lib.ui-kit-web/ui/stack";import{cn as w}from"@contractspec/lib.ui-kit-web/ui/utils";import{BookOpen as g,Code as D,Database as H,Layout as E}from"lucide-react";import h from"next/link";import{jsx as z,jsxs as F}from"react/jsx-runtime";function u({feature:P,presentationKey:q,presentation:T,spec:A,className:J}){let G=T??P.presentations?.find((I)=>I.key===q),U=Z(G?.key||"",A?.meta?.tags);if(!G)return F(Q,{gap:"lg",className:w("mx-auto w-full max-w-5xl p-6",J),children:[z(v,{title:"Presentation Not Found",subtitle:`Presentation ${q} not found in feature ${P.meta.key}`,breadcrumb:z(_,{items:[{label:"Features",href:"/features"},{label:P.meta.title||P.meta.key,href:`/features/${P.meta.key}`},{label:"Presentations",href:`/features/${P.meta.key}/presentation`}]})}),z(B,{title:"Presentation not found",description:`The presentation '${q}' could not be found in this feature.`,icon:z(E,{className:"h-12 w-12 text-muted-foreground"})})]});return F(Q,{gap:"lg",className:w("mx-auto w-full max-w-5xl p-6",J),children:[z(v,{title:G.key,subtitle:`Presentation defined in ${P.meta.title??P.meta.key}`,breadcrumb:z(_,{items:[{label:"Features",href:"/features"},{label:P.meta.title||P.meta.key,href:`/features/${P.meta.key}`},{label:"Presentations",href:`/features/${P.meta.key}#presentations`},{label:G.key}]})}),F(X,{gap:"sm",children:[z(W,{tone:"neutral",label:G.key,size:"sm",icon:z(E,{className:"h-3 w-3"})}),z(W,{tone:"neutral",label:`v${G.version}`,size:"sm"}),A?.meta?.stability?z(W,{tone:A.meta.stability==="stable"?"success":"warning",label:A.meta.stability,size:"sm"}):null]}),F("div",{className:"grid grid-cols-1 gap-6 lg:grid-cols-3",children:[z("div",{className:"space-y-6 lg:col-span-2",children:z(Y,{className:"p-6",children:F(Q,{gap:"md",children:[F(X,{className:"items-center gap-2 border-b pb-2",children:[z(D,{className:"h-5 w-5 text-muted-foreground"}),z("h3",{className:"font-semibold text-lg",children:"Component Definition"})]}),A?F(Q,{gap:"lg",children:[A.meta.description&&z("p",{className:"text-muted-foreground",children:A.meta.description}),F(K,{className:"flex-col gap-2",children:[z("span",{className:"font-medium text-muted-foreground text-sm uppercase tracking-wider",children:"Spec Details"}),z($,{code:JSON.stringify(A,null,2),language:"json"})]})]}):F(Q,{gap:"md",children:[z("p",{className:"text-muted-foreground",children:"Full component details are not available for this presentation reference."}),z($,{code:JSON.stringify(G,null,2),language:"json"})]})]})})}),z("div",{className:"space-y-6",children:z(Y,{className:"p-6",children:F(Q,{gap:"md",children:[F(X,{className:"items-center gap-2 border-b pb-2",children:[z(H,{className:"h-5 w-5 text-muted-foreground"}),z("h3",{className:"font-semibold text-lg",children:"Metadata"})]}),F("dl",{className:"grid grid-cols-1 gap-4 text-sm",children:[F("div",{children:[z("dt",{className:"text-muted-foreground",children:"Key"}),z("dd",{className:"truncate font-medium",children:G.key})]}),F("div",{children:[z("dt",{className:"text-muted-foreground",children:"Version"}),z("dd",{className:"font-medium",children:G.version})]}),A?.meta?.owners&&F("div",{children:[z("dt",{className:"text-muted-foreground",children:"Owners"}),z("dd",{className:"flex flex-wrap gap-1 font-medium",children:A.meta.owners.map((I)=>z(W,{label:I,size:"sm",tone:"neutral"},I))})]})]})]})})}),U?.length?z("div",{className:"lg:col-span-3",children:z(Y,{className:"p-6",children:F(Q,{gap:"md",children:[F(X,{className:"items-center gap-2 border-b pb-2",children:[z(g,{className:"h-5 w-5 text-muted-foreground"}),z("h3",{className:"font-semibold text-lg",children:"Related Documentation"})]}),z("div",{className:"grid grid-cols-1 gap-4 md:grid-cols-2 lg:grid-cols-3",children:U.map((I)=>z(h,{href:I.route||`/docs/${I.id}`,className:"group block",children:F("div",{className:"h-full rounded-lg border p-4 transition-colors hover:border-primary",children:[z("h4",{className:"mb-1 font-semibold group-hover:text-primary",children:I.title}),I.summary&&z("p",{className:"line-clamp-2 text-muted-foreground text-sm",children:I.summary})]})},I.id))})]})})}):null]})]})}export{u as FeaturePresentationDetailTemplate};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// @bun
|
|
2
|
-
import{EventRegistry as
|
|
2
|
+
var P=Object.defineProperty;var k=(D)=>D;function v(D,Q){this[D]=k.bind(null,Q)}var xD=(D,Q)=>{for(var O in Q)P(D,O,{get:Q[O],enumerable:!0,configurable:!0,set:v.bind(Q,O)})};var jD=(D,Q)=>()=>(D&&(Q=D(D=0)),Q);import{EventRegistry as g,OperationSpecRegistry as p}from"@contractspec/lib.contracts-spec";import{DataViewRegistry as f}from"@contractspec/lib.contracts-spec/data-views";import{ContractReferenceDataView as y,ContractReferenceQuery as u,DocsGenerateCommand as c,DocsGeneratedEvent as o,DocsIndexDataView as i,DocsIndexQuery as n,DocsLayoutPresentation as a,DocsPublishCommand as t,DocsPublishedEvent as s,DocsReferencePagePresentation as r,DocsSearchForm as e,ExampleCatalogDataView as DD}from"@contractspec/lib.contracts-spec/docs";import{FormRegistry as QD}from"@contractspec/lib.contracts-spec/forms";import{PresentationRegistry as OD}from"@contractspec/lib.contracts-spec/presentations";import{serializeDataViewSpec as qD,serializeEventSpec as wD,serializeFormSpec as GD,serializeOperationSpec as JD,serializePresentationSpec as KD}from"@contractspec/lib.contracts-spec/serialization";var q=null;function h(){let D=new p;return D.register(n).register(u).register(c).register(t),D}function z(){if(!q)q=h();return q}function B(D,Q){return z().get(D,Q)}var w=null;function E(){let D=new g;return D.register(o).register(s),D}function H(){if(!w)w=E();return w}function U(D,Q){return H().get(D,Q)}var G=null;function V(){let D=new OD;return D.register(a).register(r),D}function A(){if(!G)G=V();return G}function L(D,Q){return A().get(D,Q)}var J=null;function N(){let D=new f;return D.register(i).register(y).register(DD),D}function M(){if(!J)J=N();return J}function R(D,Q){return M().get(D,Q)}var K=null;function S(){let D=new QD;return D.register(e),D}function b(){if(!K)K=S();return K}function I(D,Q){return b().get(D)}function TD(D,Q){let O=B(D,Q);return JD(O)??void 0}function WD(D,Q){let O=U(D,Q);return wD(O)??void 0}function W(D,Q){let O=L(D,Q);return KD(O)??void 0}function XD(D,Q){let O=R(D,Q);return qD(O)??void 0}function YD(D,Q){let O=I(D,Q);return GD(O)??void 0}function x(){q=null}function j(){w=null}function F(){G=null}function m(){J=null}function C(){K=null}function ZD(){x(),j(),F(),m(),C()}var X={meta:{key:"contractspec.docs",version:"1.0.0",title:"Documentation",description:"Comprehensive documentation system for ContractSpec",domain:"platform",owners:["@platform.docs"],tags:["documentation","guides","api-reference"],stability:"stable"},operations:[{key:"docs_search",version:"1.0.0"},{key:"docs.navigate",version:"1.0.0"}],events:[{key:"docs.page_viewed",version:"1.0.0"},{key:"docs.search_performed",version:"1.0.0"}],presentations:[{key:"docs.landing",version:"1.0.0"},{key:"docs.getting-started",version:"1.0.0"},{key:"docs.architecture",version:"1.0.0"}],capabilities:{provides:[{key:"contracts.docs",version:"1.0.0"}],requires:[]}};import{ContractReferenceQuery as _D,DocSummaryModel as $D,DocsIndexInput as hD,DocsIndexOutput as zD,DocsIndexQuery as BD,DocsIndexQuery as ED}from"@contractspec/lib.contracts-spec/docs";var Y={meta:{key:"contractspec.mcp",version:"1.0.0",title:"MCP Integration",description:"Model Context Protocol server for AI agent integration",domain:"platform",owners:["@platform.mcp"],tags:["mcp","ai-agents","tooling"],stability:"beta"},operations:[{key:"mcp.tool.register",version:"1.0.0"},{key:"mcp.resource.register",version:"1.0.0"},{key:"mcp.prompt.register",version:"1.0.0"}],events:[{key:"mcp.tool_invoked",version:"1.0.0"},{key:"mcp.resource_accessed",version:"1.0.0"}],presentations:[],capabilities:{provides:[{key:"contracts.mcp",version:"1.0.0"}],requires:[{key:"contracts.operations",version:"1.0.0"}]}};var Z={meta:{key:"contractspec.presentations",version:"1.0.0",title:"Presentation Runtime",description:"Cross-platform rendering of contract-driven UI",domain:"platform",owners:["@platform.presentations"],tags:["presentations","ui","rendering","cross-platform"],stability:"beta"},operations:[{key:"presentation.render",version:"1.0.0"},{key:"presentation.transform",version:"1.0.0"}],events:[{key:"presentation.rendered",version:"1.0.0"},{key:"presentation.transformed",version:"1.0.0"}],presentations:[{key:"form.standard",version:"1.0.0"},{key:"list.standard",version:"1.0.0"},{key:"detail.standard",version:"1.0.0"}],capabilities:{provides:[{key:"contracts.presentations",version:"1.0.0"}],requires:[]}};import{AppConfigFeature as HD}from"@contractspec/lib.contracts-spec/app-config";import{FeatureRegistry as UD}from"@contractspec/lib.contracts-spec/features";function l(){let D=new UD;return D.register(X),D.register(Y),D.register(Z),D.register(HD),D}var T=null;function VD(){if(!T)T=l();return T}function AD(){T=null}import{FeatureRegistry as QQ}from"@contractspec/lib.contracts-spec/features";import{EntityCard as LD}from"@contractspec/lib.design-system";import{Layout as ND}from"lucide-react";import{jsx as _}from"react/jsx-runtime";function d({feature:D}){if(!D.presentations?.length)return null;return _("div",{className:"grid grid-cols-1 gap-4 md:grid-cols-2 lg:grid-cols-3",children:D.presentations.map((Q)=>{let O=W(Q.key,Q.version);return _(LD,{cardTitle:Q.key,cardSubtitle:`v${Q.version}`,footer:O?.meta.description,icon:_(ND,{className:"h-4 w-4"}),href:`/features/${D.meta.key}/presentations/${Q.key}`},Q.key)})})}import{Breadcrumbs as MD,PageHeaderResponsive as RD}from"@contractspec/lib.design-system";import{VStack as SD}from"@contractspec/lib.ui-kit-web/ui/stack";import{cn as bD}from"@contractspec/lib.ui-kit-web/ui/utils";import{jsx as $,jsxs as ID}from"react/jsx-runtime";function BQ({feature:D,className:Q}){return ID(SD,{gap:"lg",className:bD("mx-auto w-full max-w-5xl p-6",Q),children:[$(RD,{title:"Presentations",subtitle:`Presentations defined in ${D.meta.title??D.meta.key}`,breadcrumb:$(MD,{items:[{label:"Features",href:"/features"},{label:D.meta.title||D.meta.key,href:`/features/${D.meta.key}`},{label:"Presentations"}]})}),$(d,{feature:D})]})}export{BQ as FeaturePresentationsTemplate};
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
// @bun
|
|
2
|
-
import{EventRegistry as
|
|
2
|
+
var P=Object.defineProperty;var k=(D)=>D;function v(D,Q){this[D]=k.bind(null,Q)}var xD=(D,Q)=>{for(var O in Q)P(D,O,{get:Q[O],enumerable:!0,configurable:!0,set:v.bind(Q,O)})};var jD=(D,Q)=>()=>(D&&(Q=D(D=0)),Q);import{EventRegistry as g,OperationSpecRegistry as p}from"@contractspec/lib.contracts-spec";import{DataViewRegistry as f}from"@contractspec/lib.contracts-spec/data-views";import{ContractReferenceDataView as y,ContractReferenceQuery as u,DocsGenerateCommand as c,DocsGeneratedEvent as o,DocsIndexDataView as i,DocsIndexQuery as n,DocsLayoutPresentation as a,DocsPublishCommand as t,DocsPublishedEvent as s,DocsReferencePagePresentation as r,DocsSearchForm as e,ExampleCatalogDataView as DD}from"@contractspec/lib.contracts-spec/docs";import{FormRegistry as QD}from"@contractspec/lib.contracts-spec/forms";import{PresentationRegistry as OD}from"@contractspec/lib.contracts-spec/presentations";import{serializeDataViewSpec as qD,serializeEventSpec as wD,serializeFormSpec as GD,serializeOperationSpec as JD,serializePresentationSpec as KD}from"@contractspec/lib.contracts-spec/serialization";var q=null;function h(){let D=new p;return D.register(n).register(u).register(c).register(t),D}function z(){if(!q)q=h();return q}function B(D,Q){return z().get(D,Q)}var w=null;function E(){let D=new g;return D.register(o).register(s),D}function H(){if(!w)w=E();return w}function U(D,Q){return H().get(D,Q)}var G=null;function V(){let D=new OD;return D.register(a).register(r),D}function A(){if(!G)G=V();return G}function L(D,Q){return A().get(D,Q)}var J=null;function N(){let D=new f;return D.register(i).register(y).register(DD),D}function M(){if(!J)J=N();return J}function R(D,Q){return M().get(D,Q)}var K=null;function S(){let D=new QD;return D.register(e),D}function b(){if(!K)K=S();return K}function I(D,Q){return b().get(D)}function TD(D,Q){let O=B(D,Q);return JD(O)??void 0}function WD(D,Q){let O=U(D,Q);return wD(O)??void 0}function W(D,Q){let O=L(D,Q);return KD(O)??void 0}function XD(D,Q){let O=R(D,Q);return qD(O)??void 0}function YD(D,Q){let O=I(D,Q);return GD(O)??void 0}function x(){q=null}function j(){w=null}function m(){G=null}function F(){J=null}function C(){K=null}function ZD(){x(),j(),m(),F(),C()}var X={meta:{key:"contractspec.docs",version:"1.0.0",title:"Documentation",description:"Comprehensive documentation system for ContractSpec",domain:"platform",owners:["@platform.docs"],tags:["documentation","guides","api-reference"],stability:"stable"},operations:[{key:"docs_search",version:"1.0.0"},{key:"docs.navigate",version:"1.0.0"}],events:[{key:"docs.page_viewed",version:"1.0.0"},{key:"docs.search_performed",version:"1.0.0"}],presentations:[{key:"docs.landing",version:"1.0.0"},{key:"docs.getting-started",version:"1.0.0"},{key:"docs.architecture",version:"1.0.0"}],capabilities:{provides:[{key:"contracts.docs",version:"1.0.0"}],requires:[]}};import{ContractReferenceQuery as _D,DocSummaryModel as $D,DocsIndexInput as hD,DocsIndexOutput as zD,DocsIndexQuery as BD,DocsIndexQuery as ED}from"@contractspec/lib.contracts-spec/docs";var Y={meta:{key:"contractspec.mcp",version:"1.0.0",title:"MCP Integration",description:"Model Context Protocol server for AI agent integration",domain:"platform",owners:["@platform.mcp"],tags:["mcp","ai-agents","tooling"],stability:"beta"},operations:[{key:"mcp.tool.register",version:"1.0.0"},{key:"mcp.resource.register",version:"1.0.0"},{key:"mcp.prompt.register",version:"1.0.0"}],events:[{key:"mcp.tool_invoked",version:"1.0.0"},{key:"mcp.resource_accessed",version:"1.0.0"}],presentations:[],capabilities:{provides:[{key:"contracts.mcp",version:"1.0.0"}],requires:[{key:"contracts.operations",version:"1.0.0"}]}};var Z={meta:{key:"contractspec.presentations",version:"1.0.0",title:"Presentation Runtime",description:"Cross-platform rendering of contract-driven UI",domain:"platform",owners:["@platform.presentations"],tags:["presentations","ui","rendering","cross-platform"],stability:"beta"},operations:[{key:"presentation.render",version:"1.0.0"},{key:"presentation.transform",version:"1.0.0"}],events:[{key:"presentation.rendered",version:"1.0.0"},{key:"presentation.transformed",version:"1.0.0"}],presentations:[{key:"form.standard",version:"1.0.0"},{key:"list.standard",version:"1.0.0"},{key:"detail.standard",version:"1.0.0"}],capabilities:{provides:[{key:"contracts.presentations",version:"1.0.0"}],requires:[]}};import{AppConfigFeature as HD}from"@contractspec/lib.contracts-spec/app-config";import{FeatureRegistry as UD}from"@contractspec/lib.contracts-spec/features";function l(){let D=new UD;return D.register(X),D.register(Y),D.register(Z),D.register(HD),D}var T=null;function VD(){if(!T)T=l();return T}function AD(){T=null}import{FeatureRegistry as QQ}from"@contractspec/lib.contracts-spec/features";import{EntityCard as LD}from"@contractspec/lib.design-system";import{Layout as ND}from"lucide-react";import{jsx as _}from"react/jsx-runtime";function d({feature:D}){if(!D.presentations?.length)return null;return _("div",{className:"grid grid-cols-1 gap-4 md:grid-cols-2 lg:grid-cols-3",children:D.presentations.map((Q)=>{let O=W(Q.key,Q.version);return _(LD,{cardTitle:Q.key,cardSubtitle:`v${Q.version}`,footer:O?.meta.description,icon:_(ND,{className:"h-4 w-4"}),href:`/features/${D.meta.key}/presentations/${Q.key}`},Q.key)})})}import{Breadcrumbs as MD,PageHeaderResponsive as RD}from"@contractspec/lib.design-system";import{VStack as SD}from"@contractspec/lib.ui-kit-web/ui/stack";import{cn as bD}from"@contractspec/lib.ui-kit-web/ui/utils";import{jsx as $,jsxs as ID}from"react/jsx-runtime";function BQ({feature:D,className:Q}){return ID(SD,{gap:"lg",className:bD("mx-auto w-full max-w-5xl p-6",Q),children:[$(RD,{title:"Presentations",subtitle:`Presentations defined in ${D.meta.title??D.meta.key}`,breadcrumb:$(MD,{items:[{label:"Features",href:"/features"},{label:D.meta.title||D.meta.key,href:`/features/${D.meta.key}`},{label:"Presentations"}]})}),$(d,{feature:D})]})}export{BQ as FeaturePresentationsTemplate};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@contractspec/bundle.library",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "rm -rf dist",
|
|
@@ -786,6 +786,18 @@
|
|
|
786
786
|
"node": "./dist/node/components/docs/libraries/LibrariesCostTrackingPage.js",
|
|
787
787
|
"default": "./dist/components/docs/libraries/LibrariesCostTrackingPage.js"
|
|
788
788
|
},
|
|
789
|
+
"./components/docs/libraries/LibrariesCrossPlatformUIPage": {
|
|
790
|
+
"types": "./dist/components/docs/libraries/LibrariesCrossPlatformUIPage.d.ts",
|
|
791
|
+
"bun": "./dist/components/docs/libraries/LibrariesCrossPlatformUIPage.js",
|
|
792
|
+
"node": "./dist/node/components/docs/libraries/LibrariesCrossPlatformUIPage.js",
|
|
793
|
+
"default": "./dist/components/docs/libraries/LibrariesCrossPlatformUIPage.js"
|
|
794
|
+
},
|
|
795
|
+
"./components/docs/libraries/LibrariesCrossPlatformUIPage.content": {
|
|
796
|
+
"types": "./dist/components/docs/libraries/LibrariesCrossPlatformUIPage.content.d.ts",
|
|
797
|
+
"bun": "./dist/components/docs/libraries/LibrariesCrossPlatformUIPage.content.js",
|
|
798
|
+
"node": "./dist/node/components/docs/libraries/LibrariesCrossPlatformUIPage.content.js",
|
|
799
|
+
"default": "./dist/components/docs/libraries/LibrariesCrossPlatformUIPage.content.js"
|
|
800
|
+
},
|
|
789
801
|
"./components/docs/libraries/LibrariesDataBackendPage": {
|
|
790
802
|
"types": "./dist/components/docs/libraries/LibrariesDataBackendPage.d.ts",
|
|
791
803
|
"bun": "./dist/components/docs/libraries/LibrariesDataBackendPage.js",
|
|
@@ -1926,26 +1938,27 @@
|
|
|
1926
1938
|
"react": "19.2.0"
|
|
1927
1939
|
},
|
|
1928
1940
|
"dependencies": {
|
|
1929
|
-
"@contractspec/bundle.workspace": "4.5.
|
|
1941
|
+
"@contractspec/bundle.workspace": "4.5.1",
|
|
1930
1942
|
"@apollo/client": "^4.1.7",
|
|
1931
1943
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
1932
|
-
"@contractspec/
|
|
1933
|
-
"@contractspec/lib.
|
|
1934
|
-
"@contractspec/lib.contracts-
|
|
1935
|
-
"@contractspec/lib.
|
|
1936
|
-
"@contractspec/lib.
|
|
1937
|
-
"@contractspec/lib.
|
|
1938
|
-
"@contractspec/lib.
|
|
1939
|
-
"@contractspec/lib.
|
|
1940
|
-
"@contractspec/lib.
|
|
1941
|
-
"@contractspec/lib.
|
|
1942
|
-
"@contractspec/lib.
|
|
1943
|
-
"@contractspec/lib.
|
|
1944
|
+
"@contractspec/example.data-grid-showcase": "3.8.15",
|
|
1945
|
+
"@contractspec/lib.ai-providers": "3.7.14",
|
|
1946
|
+
"@contractspec/lib.contracts-spec": "5.5.0",
|
|
1947
|
+
"@contractspec/lib.contracts-library": "3.7.21",
|
|
1948
|
+
"@contractspec/lib.content-gen": "3.7.21",
|
|
1949
|
+
"@contractspec/lib.contracts-runtime-server-mcp": "3.8.1",
|
|
1950
|
+
"@contractspec/lib.design-system": "3.11.1",
|
|
1951
|
+
"@contractspec/lib.surface-runtime": "0.5.21",
|
|
1952
|
+
"@contractspec/lib.provider-ranking": "0.7.14",
|
|
1953
|
+
"@contractspec/lib.example-shared-ui": "7.0.0",
|
|
1954
|
+
"@contractspec/lib.knowledge": "3.7.21",
|
|
1955
|
+
"@contractspec/lib.logger": "3.7.14",
|
|
1956
|
+
"@contractspec/lib.runtime-sandbox": "3.0.0",
|
|
1944
1957
|
"@contractspec/lib.schema": "3.7.14",
|
|
1945
|
-
"@contractspec/lib.ui-kit-web": "3.
|
|
1946
|
-
"@contractspec/lib.ui-link": "3.7.
|
|
1947
|
-
"@contractspec/module.context-storage": "0.7.
|
|
1948
|
-
"@contractspec/module.examples": "
|
|
1958
|
+
"@contractspec/lib.ui-kit-web": "3.11.0",
|
|
1959
|
+
"@contractspec/lib.ui-link": "3.7.16",
|
|
1960
|
+
"@contractspec/module.context-storage": "0.7.20",
|
|
1961
|
+
"@contractspec/module.examples": "4.0.0",
|
|
1949
1962
|
"@dnd-kit/core": "^6.1.0",
|
|
1950
1963
|
"@dnd-kit/sortable": "^10.0.0",
|
|
1951
1964
|
"@dnd-kit/utilities": "^3.2.2",
|
|
@@ -1961,17 +1974,17 @@
|
|
|
1961
1974
|
"posthog-react-native": "^4.41.1",
|
|
1962
1975
|
"react-hook-form": "^7.72.1",
|
|
1963
1976
|
"zod": "^4.3.5",
|
|
1964
|
-
"@contractspec/lib.contracts-integrations": "3.8.
|
|
1965
|
-
"@contractspec/lib.contracts-runtime-server-rest": "3.
|
|
1966
|
-
"@contractspec/lib.contracts-runtime-server-graphql": "3.
|
|
1967
|
-
"@contractspec/lib.contracts-runtime-client-react": "3.
|
|
1977
|
+
"@contractspec/lib.contracts-integrations": "3.8.13",
|
|
1978
|
+
"@contractspec/lib.contracts-runtime-server-rest": "3.8.0",
|
|
1979
|
+
"@contractspec/lib.contracts-runtime-server-graphql": "3.8.0",
|
|
1980
|
+
"@contractspec/lib.contracts-runtime-client-react": "3.10.1"
|
|
1968
1981
|
},
|
|
1969
1982
|
"devDependencies": {
|
|
1970
1983
|
"@types/react": "~19.2.14",
|
|
1971
1984
|
"@contractspec/tool.typescript": "3.7.13",
|
|
1972
1985
|
"typescript": "^5.9.3",
|
|
1973
|
-
"@types/bun": "
|
|
1974
|
-
"@contractspec/tool.bun": "3.7.
|
|
1986
|
+
"@types/bun": "^1.3.12",
|
|
1987
|
+
"@contractspec/tool.bun": "3.7.16"
|
|
1975
1988
|
},
|
|
1976
1989
|
"repository": {
|
|
1977
1990
|
"type": "git",
|
|
@@ -2750,6 +2763,18 @@
|
|
|
2750
2763
|
"node": "./dist/node/components/docs/libraries/LibrariesCostTrackingPage.js",
|
|
2751
2764
|
"default": "./dist/components/docs/libraries/LibrariesCostTrackingPage.js"
|
|
2752
2765
|
},
|
|
2766
|
+
"./components/docs/libraries/LibrariesCrossPlatformUIPage": {
|
|
2767
|
+
"types": "./dist/components/docs/libraries/LibrariesCrossPlatformUIPage.d.ts",
|
|
2768
|
+
"bun": "./dist/components/docs/libraries/LibrariesCrossPlatformUIPage.js",
|
|
2769
|
+
"node": "./dist/node/components/docs/libraries/LibrariesCrossPlatformUIPage.js",
|
|
2770
|
+
"default": "./dist/components/docs/libraries/LibrariesCrossPlatformUIPage.js"
|
|
2771
|
+
},
|
|
2772
|
+
"./components/docs/libraries/LibrariesCrossPlatformUIPage.content": {
|
|
2773
|
+
"types": "./dist/components/docs/libraries/LibrariesCrossPlatformUIPage.content.d.ts",
|
|
2774
|
+
"bun": "./dist/components/docs/libraries/LibrariesCrossPlatformUIPage.content.js",
|
|
2775
|
+
"node": "./dist/node/components/docs/libraries/LibrariesCrossPlatformUIPage.content.js",
|
|
2776
|
+
"default": "./dist/components/docs/libraries/LibrariesCrossPlatformUIPage.content.js"
|
|
2777
|
+
},
|
|
2753
2778
|
"./components/docs/libraries/LibrariesDataBackendPage": {
|
|
2754
2779
|
"types": "./dist/components/docs/libraries/LibrariesDataBackendPage.d.ts",
|
|
2755
2780
|
"bun": "./dist/components/docs/libraries/LibrariesDataBackendPage.js",
|
|
@@ -12,7 +12,7 @@ import {
|
|
|
12
12
|
getExample,
|
|
13
13
|
listExamples,
|
|
14
14
|
searchExamples,
|
|
15
|
-
} from '@contractspec/module.examples';
|
|
15
|
+
} from '@contractspec/module.examples/catalog';
|
|
16
16
|
import z from 'zod';
|
|
17
17
|
import { appLogger } from '../../infrastructure/elysia/logger';
|
|
18
18
|
import { createMcpElysiaHandler } from './common';
|
|
@@ -1,148 +1,37 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Library bundle spec for workspace shell (sandbox, docs, templates).
|
|
3
|
-
* Uses @contractspec/lib.surface-runtime for adaptive, preference-driven layouts.
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
1
|
import { defineModuleBundle } from '@contractspec/lib.surface-runtime/spec';
|
|
7
2
|
|
|
8
3
|
export const LibraryBundle = defineModuleBundle({
|
|
9
4
|
meta: {
|
|
10
|
-
key: 'library
|
|
11
|
-
version: '
|
|
12
|
-
title: 'Library
|
|
5
|
+
key: 'bundles.library',
|
|
6
|
+
version: '1.0.0',
|
|
7
|
+
title: 'Library',
|
|
13
8
|
description:
|
|
14
|
-
'
|
|
15
|
-
owners: ['team-platform'],
|
|
16
|
-
tags: ['library', 'workspace', 'docs', 'sandbox', 'templates'],
|
|
17
|
-
stability: 'experimental',
|
|
9
|
+
'ContractSpec package declaration for @contractspec/bundle.library.',
|
|
18
10
|
},
|
|
19
|
-
|
|
20
11
|
routes: [
|
|
21
12
|
{
|
|
22
|
-
routeId: '
|
|
23
|
-
path: '/
|
|
24
|
-
defaultSurface: '
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
routeId: 'docs',
|
|
28
|
-
path: '/docs',
|
|
29
|
-
defaultSurface: 'workspace-shell',
|
|
30
|
-
},
|
|
31
|
-
{
|
|
32
|
-
routeId: 'docs-slug',
|
|
33
|
-
path: '/docs/:slug',
|
|
34
|
-
defaultSurface: 'workspace-shell',
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
routeId: 'studio',
|
|
38
|
-
path: '/studio/:projectSlug',
|
|
39
|
-
defaultSurface: 'workspace-shell',
|
|
13
|
+
routeId: 'default',
|
|
14
|
+
path: '/',
|
|
15
|
+
defaultSurface: 'main',
|
|
40
16
|
},
|
|
41
17
|
],
|
|
42
|
-
|
|
43
18
|
surfaces: {
|
|
44
|
-
|
|
45
|
-
surfaceId: '
|
|
19
|
+
main: {
|
|
20
|
+
surfaceId: 'main',
|
|
46
21
|
kind: 'workbench',
|
|
47
|
-
title: '
|
|
48
|
-
slots: [
|
|
49
|
-
|
|
50
|
-
slotId: 'header',
|
|
51
|
-
role: 'header',
|
|
52
|
-
accepts: ['action-bar'],
|
|
53
|
-
cardinality: 'many',
|
|
54
|
-
},
|
|
55
|
-
{
|
|
56
|
-
slotId: 'sidebar',
|
|
57
|
-
role: 'secondary',
|
|
58
|
-
accepts: ['entity-section', 'custom-widget'],
|
|
59
|
-
cardinality: 'one',
|
|
60
|
-
},
|
|
61
|
-
{
|
|
62
|
-
slotId: 'primary',
|
|
63
|
-
role: 'primary',
|
|
64
|
-
accepts: [
|
|
65
|
-
'entity-section',
|
|
66
|
-
'rich-doc',
|
|
67
|
-
'data-view',
|
|
68
|
-
'form',
|
|
69
|
-
'custom-widget',
|
|
70
|
-
],
|
|
71
|
-
cardinality: 'many',
|
|
72
|
-
mutableByAi: true,
|
|
73
|
-
mutableByUser: true,
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
slotId: 'assistant',
|
|
77
|
-
role: 'assistant',
|
|
78
|
-
accepts: ['assistant-panel', 'chat-thread'],
|
|
79
|
-
cardinality: 'many',
|
|
80
|
-
mutableByAi: true,
|
|
81
|
-
mutableByUser: true,
|
|
82
|
-
},
|
|
83
|
-
],
|
|
84
|
-
|
|
85
|
-
layouts: [
|
|
86
|
-
{
|
|
87
|
-
layoutId: 'sidebar-main',
|
|
88
|
-
title: 'Sidebar + Main',
|
|
89
|
-
root: {
|
|
90
|
-
type: 'panel-group',
|
|
91
|
-
direction: 'horizontal',
|
|
92
|
-
persistKey: 'library.workspace.sidebar-main',
|
|
93
|
-
children: [
|
|
94
|
-
{ type: 'slot', slotId: 'sidebar' },
|
|
95
|
-
{
|
|
96
|
-
type: 'panel-group',
|
|
97
|
-
direction: 'vertical',
|
|
98
|
-
persistKey: 'library.workspace.content',
|
|
99
|
-
children: [
|
|
100
|
-
{ type: 'slot', slotId: 'header' },
|
|
101
|
-
{ type: 'slot', slotId: 'primary' },
|
|
102
|
-
],
|
|
103
|
-
},
|
|
104
|
-
],
|
|
105
|
-
},
|
|
106
|
-
},
|
|
107
|
-
{
|
|
108
|
-
layoutId: 'sidebar-main-assistant',
|
|
109
|
-
title: 'Sidebar + Main + Assistant',
|
|
110
|
-
root: {
|
|
111
|
-
type: 'panel-group',
|
|
112
|
-
direction: 'horizontal',
|
|
113
|
-
persistKey: 'library.workspace.sidebar-main-assistant',
|
|
114
|
-
children: [
|
|
115
|
-
{ type: 'slot', slotId: 'sidebar' },
|
|
116
|
-
{
|
|
117
|
-
type: 'panel-group',
|
|
118
|
-
direction: 'vertical',
|
|
119
|
-
persistKey: 'library.workspace.content',
|
|
120
|
-
children: [
|
|
121
|
-
{ type: 'slot', slotId: 'header' },
|
|
122
|
-
{ type: 'slot', slotId: 'primary' },
|
|
123
|
-
],
|
|
124
|
-
},
|
|
125
|
-
{ type: 'slot', slotId: 'assistant' },
|
|
126
|
-
],
|
|
127
|
-
},
|
|
128
|
-
},
|
|
129
|
-
],
|
|
130
|
-
|
|
22
|
+
title: 'Library',
|
|
23
|
+
slots: [],
|
|
24
|
+
layouts: [],
|
|
131
25
|
data: [],
|
|
132
|
-
|
|
133
26
|
verification: {
|
|
134
27
|
dimensions: {
|
|
135
|
-
guidance:
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
media:
|
|
143
|
-
'Supports text-first docs, visual templates, and hybrid modes.',
|
|
144
|
-
pace: 'Maps to motion tokens and confirmation behavior.',
|
|
145
|
-
narrative: 'Can order summary before or after detail sections.',
|
|
28
|
+
guidance: 'Scaffolded guidance profile for Library.',
|
|
29
|
+
density: 'Scaffolded density profile for Library.',
|
|
30
|
+
dataDepth: 'Scaffolded data-depth profile for Library.',
|
|
31
|
+
control: 'Scaffolded control profile for Library.',
|
|
32
|
+
media: 'Scaffolded media profile for Library.',
|
|
33
|
+
pace: 'Scaffolded pace profile for Library.',
|
|
34
|
+
narrative: 'Scaffolded narrative profile for Library.',
|
|
146
35
|
},
|
|
147
36
|
},
|
|
148
37
|
},
|
|
@@ -28,6 +28,19 @@ describe('docs manifest learning paths', () => {
|
|
|
28
28
|
expect(buildHrefs).toContain('/docs/guides/host-builder-workbench');
|
|
29
29
|
});
|
|
30
30
|
|
|
31
|
+
it('keeps cross-platform UI resolvable without promoting it to primary nav', () => {
|
|
32
|
+
expect(
|
|
33
|
+
getDocsPageByHref('/docs/libraries/cross-platform-ui')
|
|
34
|
+
).toBeDefined();
|
|
35
|
+
|
|
36
|
+
const buildSection = getPrimaryDocsSections().find(
|
|
37
|
+
(section) => section.key === 'build'
|
|
38
|
+
);
|
|
39
|
+
const buildHrefs = buildSection?.items.map((item) => item.href) ?? [];
|
|
40
|
+
|
|
41
|
+
expect(buildHrefs).not.toContain('/docs/libraries/cross-platform-ui');
|
|
42
|
+
});
|
|
43
|
+
|
|
31
44
|
it('orders the new guides as intended within build traversal', () => {
|
|
32
45
|
const buildSection = getPrimaryDocsSections().find(
|
|
33
46
|
(section) => section.key === 'build'
|
|
@@ -61,6 +74,7 @@ describe('docs manifest learning paths', () => {
|
|
|
61
74
|
'/docs/architecture/control-plane',
|
|
62
75
|
'/docs/specs/overlays',
|
|
63
76
|
'/docs/studio',
|
|
77
|
+
'/docs/libraries/cross-platform-ui',
|
|
64
78
|
]) {
|
|
65
79
|
expect(
|
|
66
80
|
getDocsPageByHref(href) != null || NON_MANIFEST_DOC_ROUTES.has(href)
|
|
@@ -384,6 +384,16 @@ export const DOCS_PAGES: readonly DocsPageEntry[] = [
|
|
|
384
384
|
audience: 'oss',
|
|
385
385
|
ctaMode: 'oss-next',
|
|
386
386
|
},
|
|
387
|
+
{
|
|
388
|
+
href: '/docs/libraries/cross-platform-ui',
|
|
389
|
+
title: 'Cross-platform UI',
|
|
390
|
+
description:
|
|
391
|
+
'Understand how the presentation runtimes, ui-kit-web, ui-kit, and design-system stay aligned across React and React Native.',
|
|
392
|
+
section: 'build',
|
|
393
|
+
order: 71,
|
|
394
|
+
audience: 'oss',
|
|
395
|
+
ctaMode: 'oss-next',
|
|
396
|
+
},
|
|
387
397
|
{
|
|
388
398
|
href: '/docs/architecture',
|
|
389
399
|
title: 'Architecture',
|
|
@@ -10,8 +10,8 @@ import { HStack, VStack } from '@contractspec/lib.ui-kit-web/ui/stack';
|
|
|
10
10
|
import { H1, Muted } from '@contractspec/lib.ui-kit-web/ui/typography';
|
|
11
11
|
import {
|
|
12
12
|
buildExampleDocsHref,
|
|
13
|
-
|
|
14
|
-
} from '@contractspec/module.examples';
|
|
13
|
+
listDiscoverableExamples,
|
|
14
|
+
} from '@contractspec/module.examples/catalog';
|
|
15
15
|
|
|
16
16
|
interface ExampleItem extends Record<string, unknown> {
|
|
17
17
|
id: string;
|
|
@@ -23,7 +23,7 @@ interface ExampleItem extends Record<string, unknown> {
|
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
export function DocsExamplesPage() {
|
|
26
|
-
const items: ExampleItem[] =
|
|
26
|
+
const items: ExampleItem[] = listDiscoverableExamples()
|
|
27
27
|
.map((example) => {
|
|
28
28
|
const title = example.meta.title ?? example.meta.key;
|
|
29
29
|
return {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ButtonLink, CodeBlock } from '@contractspec/lib.design-system';
|
|
2
2
|
import Link from '@contractspec/lib.ui-link';
|
|
3
|
-
import { getExample } from '@contractspec/module.examples';
|
|
3
|
+
import { getExample } from '@contractspec/module.examples/catalog';
|
|
4
4
|
import { FileCode2, Play, TerminalSquare } from 'lucide-react';
|
|
5
5
|
import { getExampleShowcaseData } from './exampleShowcaseData';
|
|
6
6
|
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { describe, expect, test } from 'bun:test';
|
|
2
|
-
import {
|
|
2
|
+
import { listDiscoverableExamples } from '@contractspec/module.examples/catalog';
|
|
3
3
|
import { getExampleShowcaseData } from './exampleShowcaseData';
|
|
4
4
|
|
|
5
5
|
describe('example showcase data', () => {
|
|
6
|
-
test('builds showcase data for every
|
|
7
|
-
for (const example of
|
|
6
|
+
test('builds showcase data for every discoverable example', () => {
|
|
7
|
+
for (const example of listDiscoverableExamples()) {
|
|
8
8
|
expect(getExampleShowcaseData(example.meta.key)).toBeDefined();
|
|
9
9
|
}
|
|
10
10
|
});
|
|
@@ -12,9 +12,11 @@ describe('example showcase data', () => {
|
|
|
12
12
|
test('preserves override copy and generic fallback links', () => {
|
|
13
13
|
const dataGrid = getExampleShowcaseData('data-grid-showcase');
|
|
14
14
|
const calendar = getExampleShowcaseData('calendar-google');
|
|
15
|
+
const opencode = getExampleShowcaseData('opencode-cli');
|
|
15
16
|
|
|
16
17
|
expect(dataGrid?.lead).toContain('Canonical table example');
|
|
17
18
|
expect(calendar?.sandboxHref).toBe('/sandbox?template=calendar-google');
|
|
19
|
+
expect(opencode?.sandboxHref).toBe('/sandbox?template=opencode-cli');
|
|
18
20
|
expect(calendar?.referenceHref).toBe(
|
|
19
21
|
'/docs/reference/calendar-google/calendar-google'
|
|
20
22
|
);
|