@contractspec/bundle.library 1.12.0 → 1.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +571 -1228
- package/.turbo/turbo-prebuild.log +1 -0
- package/CHANGELOG.md +21 -0
- package/dist/__tests__/env-setup.d.ts +2 -0
- package/dist/__tests__/env-setup.d.ts.map +1 -0
- package/dist/__tests__/mocks/prisma.d.ts +16 -0
- package/dist/__tests__/mocks/prisma.d.ts.map +1 -0
- package/dist/__tests__/setup.d.ts +2 -0
- package/dist/__tests__/setup.d.ts.map +1 -0
- package/dist/application/index.d.ts +2 -4
- package/dist/application/index.d.ts.map +1 -0
- package/dist/application/index.js +696 -5
- package/dist/application/mcp/cliMcp.d.ts +79 -85
- package/dist/application/mcp/cliMcp.d.ts.map +1 -1
- package/dist/application/mcp/cliMcp.js +329 -218
- package/dist/application/mcp/common.d.ts +90 -103
- package/dist/application/mcp/common.d.ts.map +1 -1
- package/dist/application/mcp/common.js +73 -61
- package/dist/application/mcp/docsMcp.d.ts +79 -85
- package/dist/application/mcp/docsMcp.d.ts.map +1 -1
- package/dist/application/mcp/docsMcp.js +259 -136
- package/dist/application/mcp/index.d.ts +4 -4
- package/dist/application/mcp/index.d.ts.map +1 -0
- package/dist/application/mcp/index.js +696 -4
- package/dist/application/mcp/internalMcp.d.ts +79 -85
- package/dist/application/mcp/internalMcp.d.ts.map +1 -1
- package/dist/application/mcp/internalMcp.js +285 -172
- package/dist/components/docs/DocsIndexPage.d.ts +1 -6
- package/dist/components/docs/DocsIndexPage.d.ts.map +1 -1
- package/dist/components/docs/DocsIndexPage.js +259 -211
- package/dist/components/docs/advanced/AdvancedMCPPage.d.ts +1 -6
- package/dist/components/docs/advanced/AdvancedMCPPage.d.ts.map +1 -1
- package/dist/components/docs/advanced/AdvancedMCPPage.js +269 -212
- package/dist/components/docs/advanced/AdvancedOverlayEditorPage.d.ts +1 -6
- package/dist/components/docs/advanced/AdvancedOverlayEditorPage.d.ts.map +1 -1
- package/dist/components/docs/advanced/AdvancedOverlayEditorPage.js +105 -74
- package/dist/components/docs/advanced/AdvancedRenderersPage.d.ts +1 -6
- package/dist/components/docs/advanced/AdvancedRenderersPage.d.ts.map +1 -1
- package/dist/components/docs/advanced/AdvancedRenderersPage.js +116 -86
- package/dist/components/docs/advanced/AdvancedSpecExperimentsPage.d.ts +1 -6
- package/dist/components/docs/advanced/AdvancedSpecExperimentsPage.d.ts.map +1 -1
- package/dist/components/docs/advanced/AdvancedSpecExperimentsPage.js +88 -71
- package/dist/components/docs/advanced/AdvancedTelemetryPage.d.ts +1 -6
- package/dist/components/docs/advanced/AdvancedTelemetryPage.d.ts.map +1 -1
- package/dist/components/docs/advanced/AdvancedTelemetryPage.js +371 -203
- package/dist/components/docs/advanced/AdvancedWorkflowMonitoringPage.d.ts +1 -6
- package/dist/components/docs/advanced/AdvancedWorkflowMonitoringPage.d.ts.map +1 -1
- package/dist/components/docs/advanced/AdvancedWorkflowMonitoringPage.js +97 -72
- package/dist/components/docs/advanced/index.d.ts +7 -7
- package/dist/components/docs/advanced/index.d.ts.map +1 -0
- package/dist/components/docs/advanced/index.js +1221 -8
- package/dist/components/docs/architecture/ArchitectureAppConfigPage.d.ts +1 -6
- package/dist/components/docs/architecture/ArchitectureAppConfigPage.d.ts.map +1 -1
- package/dist/components/docs/architecture/ArchitectureAppConfigPage.js +235 -171
- package/dist/components/docs/architecture/ArchitectureIntegrationBindingPage.d.ts +1 -6
- package/dist/components/docs/architecture/ArchitectureIntegrationBindingPage.d.ts.map +1 -1
- package/dist/components/docs/architecture/ArchitectureIntegrationBindingPage.js +251 -180
- package/dist/components/docs/architecture/ArchitectureKnowledgeBindingPage.d.ts +1 -6
- package/dist/components/docs/architecture/ArchitectureKnowledgeBindingPage.d.ts.map +1 -1
- package/dist/components/docs/architecture/ArchitectureKnowledgeBindingPage.js +366 -282
- package/dist/components/docs/architecture/ArchitectureMultiTenancyPage.d.ts +1 -6
- package/dist/components/docs/architecture/ArchitectureMultiTenancyPage.d.ts.map +1 -1
- package/dist/components/docs/architecture/ArchitectureMultiTenancyPage.js +162 -113
- package/dist/components/docs/architecture/ArchitectureOverviewPage.d.ts +1 -6
- package/dist/components/docs/architecture/ArchitectureOverviewPage.d.ts.map +1 -1
- package/dist/components/docs/architecture/ArchitectureOverviewPage.js +446 -321
- package/dist/components/docs/architecture/index.d.ts +6 -6
- package/dist/components/docs/architecture/index.d.ts.map +1 -0
- package/dist/components/docs/architecture/index.js +1913 -6
- package/dist/components/docs/comparison/ComparisonAutomationPlatformsPage.d.ts +1 -6
- package/dist/components/docs/comparison/ComparisonAutomationPlatformsPage.d.ts.map +1 -1
- package/dist/components/docs/comparison/ComparisonAutomationPlatformsPage.js +244 -198
- package/dist/components/docs/comparison/ComparisonEnterprisePlatformsPage.d.ts +1 -6
- package/dist/components/docs/comparison/ComparisonEnterprisePlatformsPage.d.ts.map +1 -1
- package/dist/components/docs/comparison/ComparisonEnterprisePlatformsPage.js +228 -168
- package/dist/components/docs/comparison/ComparisonInternalToolBuildersPage.d.ts +1 -6
- package/dist/components/docs/comparison/ComparisonInternalToolBuildersPage.d.ts.map +1 -1
- package/dist/components/docs/comparison/ComparisonInternalToolBuildersPage.js +244 -198
- package/dist/components/docs/comparison/ComparisonOverviewPage.d.ts +1 -6
- package/dist/components/docs/comparison/ComparisonOverviewPage.d.ts.map +1 -1
- package/dist/components/docs/comparison/ComparisonOverviewPage.js +201 -166
- package/dist/components/docs/comparison/ComparisonWindmillPage.d.ts +1 -6
- package/dist/components/docs/comparison/ComparisonWindmillPage.d.ts.map +1 -1
- package/dist/components/docs/comparison/ComparisonWindmillPage.js +253 -175
- package/dist/components/docs/comparison/ComparisonWorkflowEnginesPage.d.ts +1 -6
- package/dist/components/docs/comparison/ComparisonWorkflowEnginesPage.d.ts.map +1 -1
- package/dist/components/docs/comparison/ComparisonWorkflowEnginesPage.js +338 -274
- package/dist/components/docs/comparison/index.d.ts +7 -7
- package/dist/components/docs/comparison/index.d.ts.map +1 -0
- package/dist/components/docs/comparison/index.js +1511 -8
- package/dist/components/docs/ecosystem/IntegrationsPage.d.ts +1 -6
- package/dist/components/docs/ecosystem/IntegrationsPage.d.ts.map +1 -1
- package/dist/components/docs/ecosystem/IntegrationsPage.js +96 -76
- package/dist/components/docs/ecosystem/PluginsPage.d.ts +1 -6
- package/dist/components/docs/ecosystem/PluginsPage.d.ts.map +1 -1
- package/dist/components/docs/ecosystem/PluginsPage.js +139 -114
- package/dist/components/docs/ecosystem/RegistryPage.d.ts +1 -6
- package/dist/components/docs/ecosystem/RegistryPage.d.ts.map +1 -1
- package/dist/components/docs/ecosystem/RegistryPage.js +81 -71
- package/dist/components/docs/ecosystem/TemplatesPage.d.ts +1 -6
- package/dist/components/docs/ecosystem/TemplatesPage.d.ts.map +1 -1
- package/dist/components/docs/ecosystem/TemplatesPage.js +136 -84
- package/dist/components/docs/ecosystem/ecosystem.docblocks.d.ts +2 -1
- package/dist/components/docs/ecosystem/ecosystem.docblocks.d.ts.map +1 -0
- package/dist/components/docs/ecosystem/ecosystem.docblocks.js +45 -51
- package/dist/components/docs/ecosystem/index.d.ts +6 -5
- package/dist/components/docs/ecosystem/index.d.ts.map +1 -0
- package/dist/components/docs/ecosystem/index.js +614 -6
- package/dist/components/docs/examples/DocsExamplesPage.d.ts +1 -6
- package/dist/components/docs/examples/DocsExamplesPage.d.ts.map +1 -1
- package/dist/components/docs/examples/DocsExamplesPage.js +79 -65
- package/dist/components/docs/examples/index.d.ts +2 -2
- package/dist/components/docs/examples/index.d.ts.map +1 -0
- package/dist/components/docs/examples/index.js +85 -3
- package/dist/components/docs/generated/docs-index.generated.d.ts +24 -27
- package/dist/components/docs/generated/docs-index.generated.d.ts.map +1 -1
- package/dist/components/docs/generated/docs-index.generated.js +6 -6
- package/dist/components/docs/generated/index.d.ts +3 -3
- package/dist/components/docs/generated/index.d.ts.map +1 -0
- package/dist/components/docs/generated/index.js +74 -2
- package/dist/components/docs/generated/loader.d.ts +6 -10
- package/dist/components/docs/generated/loader.d.ts.map +1 -1
- package/dist/components/docs/generated/loader.js +60 -48
- package/dist/components/docs/getting-started/CLIPage.d.ts +1 -6
- package/dist/components/docs/getting-started/CLIPage.d.ts.map +1 -1
- package/dist/components/docs/getting-started/CLIPage.js +265 -231
- package/dist/components/docs/getting-started/CompatibilityPage.d.ts +1 -6
- package/dist/components/docs/getting-started/CompatibilityPage.d.ts.map +1 -1
- package/dist/components/docs/getting-started/CompatibilityPage.js +171 -115
- package/dist/components/docs/getting-started/DataViewTutorialPage.d.ts +1 -6
- package/dist/components/docs/getting-started/DataViewTutorialPage.d.ts.map +1 -1
- package/dist/components/docs/getting-started/DataViewTutorialPage.js +128 -105
- package/dist/components/docs/getting-started/DeveloperToolsPage.d.ts +1 -6
- package/dist/components/docs/getting-started/DeveloperToolsPage.d.ts.map +1 -1
- package/dist/components/docs/getting-started/DeveloperToolsPage.js +191 -151
- package/dist/components/docs/getting-started/HelloWorldPage.d.ts +1 -6
- package/dist/components/docs/getting-started/HelloWorldPage.d.ts.map +1 -1
- package/dist/components/docs/getting-started/HelloWorldPage.js +176 -138
- package/dist/components/docs/getting-started/InstallationPage.d.ts +1 -6
- package/dist/components/docs/getting-started/InstallationPage.d.ts.map +1 -1
- package/dist/components/docs/getting-started/InstallationPage.js +149 -115
- package/dist/components/docs/getting-started/StartHerePage.d.ts +1 -6
- package/dist/components/docs/getting-started/StartHerePage.d.ts.map +1 -1
- package/dist/components/docs/getting-started/StartHerePage.js +125 -98
- package/dist/components/docs/getting-started/TroubleshootingPage.d.ts +1 -6
- package/dist/components/docs/getting-started/TroubleshootingPage.d.ts.map +1 -1
- package/dist/components/docs/getting-started/TroubleshootingPage.js +164 -111
- package/dist/components/docs/getting-started/VSCodeExtensionPage.d.ts +1 -6
- package/dist/components/docs/getting-started/VSCodeExtensionPage.d.ts.map +1 -1
- package/dist/components/docs/getting-started/VSCodeExtensionPage.js +429 -353
- package/dist/components/docs/getting-started/getting-started.docblocks.d.ts +2 -6
- package/dist/components/docs/getting-started/getting-started.docblocks.d.ts.map +1 -1
- package/dist/components/docs/getting-started/getting-started.docblocks.js +36 -37
- package/dist/components/docs/getting-started/index.d.ts +11 -11
- package/dist/components/docs/getting-started/index.d.ts.map +1 -0
- package/dist/components/docs/getting-started/index.js +2184 -12
- package/dist/components/docs/guides/GuideCIDiffGatingPage.d.ts +1 -6
- package/dist/components/docs/guides/GuideCIDiffGatingPage.d.ts.map +1 -1
- package/dist/components/docs/guides/GuideCIDiffGatingPage.js +192 -143
- package/dist/components/docs/guides/GuideContractTypesPage.d.ts +1 -6
- package/dist/components/docs/guides/GuideContractTypesPage.d.ts.map +1 -1
- package/dist/components/docs/guides/GuideContractTypesPage.js +532 -440
- package/dist/components/docs/guides/GuideDocsPipelinePage.d.ts +1 -6
- package/dist/components/docs/guides/GuideDocsPipelinePage.d.ts.map +1 -1
- package/dist/components/docs/guides/GuideDocsPipelinePage.js +202 -142
- package/dist/components/docs/guides/GuideGenerateDocsClientsSchemasPage.d.ts +1 -6
- package/dist/components/docs/guides/GuideGenerateDocsClientsSchemasPage.d.ts.map +1 -1
- package/dist/components/docs/guides/GuideGenerateDocsClientsSchemasPage.js +205 -152
- package/dist/components/docs/guides/GuideImportExistingCodebasesPage.d.ts +1 -6
- package/dist/components/docs/guides/GuideImportExistingCodebasesPage.d.ts.map +1 -1
- package/dist/components/docs/guides/GuideImportExistingCodebasesPage.js +743 -543
- package/dist/components/docs/guides/GuideNextjsOneEndpointPage.d.ts +1 -6
- package/dist/components/docs/guides/GuideNextjsOneEndpointPage.d.ts.map +1 -1
- package/dist/components/docs/guides/GuideNextjsOneEndpointPage.js +260 -199
- package/dist/components/docs/guides/GuideSpecValidationTypingPage.d.ts +1 -6
- package/dist/components/docs/guides/GuideSpecValidationTypingPage.d.ts.map +1 -1
- package/dist/components/docs/guides/GuideSpecValidationTypingPage.js +190 -139
- package/dist/components/docs/guides/GuidesIndexPage.d.ts +1 -6
- package/dist/components/docs/guides/GuidesIndexPage.d.ts.map +1 -1
- package/dist/components/docs/guides/GuidesIndexPage.js +141 -115
- package/dist/components/docs/guides/guides.docblocks.d.ts +2 -1
- package/dist/components/docs/guides/guides.docblocks.d.ts.map +1 -0
- package/dist/components/docs/guides/guides.docblocks.js +65 -87
- package/dist/components/docs/guides/index.d.ts +10 -9
- package/dist/components/docs/guides/index.d.ts.map +1 -0
- package/dist/components/docs/guides/index.js +2903 -11
- package/dist/components/docs/index.d.ts +20 -135
- package/dist/components/docs/index.d.ts.map +1 -0
- package/dist/components/docs/index.js +28182 -136
- package/dist/components/docs/integrations/IntegrationsCircuitBreakersPage.d.ts +1 -6
- package/dist/components/docs/integrations/IntegrationsCircuitBreakersPage.d.ts.map +1 -1
- package/dist/components/docs/integrations/IntegrationsCircuitBreakersPage.js +40 -33
- package/dist/components/docs/integrations/IntegrationsElevenLabsPage.d.ts +1 -6
- package/dist/components/docs/integrations/IntegrationsElevenLabsPage.d.ts.map +1 -1
- package/dist/components/docs/integrations/IntegrationsElevenLabsPage.js +103 -72
- package/dist/components/docs/integrations/IntegrationsGmailPage.d.ts +1 -6
- package/dist/components/docs/integrations/IntegrationsGmailPage.d.ts.map +1 -1
- package/dist/components/docs/integrations/IntegrationsGmailPage.js +107 -79
- package/dist/components/docs/integrations/IntegrationsGoogleCalendarPage.d.ts +1 -6
- package/dist/components/docs/integrations/IntegrationsGoogleCalendarPage.d.ts.map +1 -1
- package/dist/components/docs/integrations/IntegrationsGoogleCalendarPage.js +77 -57
- package/dist/components/docs/integrations/IntegrationsOpenAIPage.d.ts +1 -6
- package/dist/components/docs/integrations/IntegrationsOpenAIPage.d.ts.map +1 -1
- package/dist/components/docs/integrations/IntegrationsOpenAIPage.js +138 -95
- package/dist/components/docs/integrations/IntegrationsOverviewPage.d.ts +1 -6
- package/dist/components/docs/integrations/IntegrationsOverviewPage.d.ts.map +1 -1
- package/dist/components/docs/integrations/IntegrationsOverviewPage.js +598 -481
- package/dist/components/docs/integrations/IntegrationsPostmarkPage.d.ts +1 -6
- package/dist/components/docs/integrations/IntegrationsPostmarkPage.d.ts.map +1 -1
- package/dist/components/docs/integrations/IntegrationsPostmarkPage.js +217 -146
- package/dist/components/docs/integrations/IntegrationsPowensPage.d.ts +1 -6
- package/dist/components/docs/integrations/IntegrationsPowensPage.d.ts.map +1 -1
- package/dist/components/docs/integrations/IntegrationsPowensPage.js +298 -243
- package/dist/components/docs/integrations/IntegrationsQdrantPage.d.ts +1 -6
- package/dist/components/docs/integrations/IntegrationsQdrantPage.d.ts.map +1 -1
- package/dist/components/docs/integrations/IntegrationsQdrantPage.js +112 -82
- package/dist/components/docs/integrations/IntegrationsResendPage.d.ts +1 -6
- package/dist/components/docs/integrations/IntegrationsResendPage.d.ts.map +1 -1
- package/dist/components/docs/integrations/IntegrationsResendPage.js +100 -71
- package/dist/components/docs/integrations/IntegrationsS3Page.d.ts +1 -6
- package/dist/components/docs/integrations/IntegrationsS3Page.d.ts.map +1 -1
- package/dist/components/docs/integrations/IntegrationsS3Page.js +122 -84
- package/dist/components/docs/integrations/IntegrationsSpecModelPage.d.ts +1 -6
- package/dist/components/docs/integrations/IntegrationsSpecModelPage.d.ts.map +1 -1
- package/dist/components/docs/integrations/IntegrationsSpecModelPage.js +248 -167
- package/dist/components/docs/integrations/IntegrationsStripePage.d.ts +1 -6
- package/dist/components/docs/integrations/IntegrationsStripePage.d.ts.map +1 -1
- package/dist/components/docs/integrations/IntegrationsStripePage.js +332 -255
- package/dist/components/docs/integrations/IntegrationsTwilioPage.d.ts +1 -6
- package/dist/components/docs/integrations/IntegrationsTwilioPage.d.ts.map +1 -1
- package/dist/components/docs/integrations/IntegrationsTwilioPage.js +126 -87
- package/dist/components/docs/integrations/index.d.ts +15 -15
- package/dist/components/docs/integrations/index.d.ts.map +1 -0
- package/dist/components/docs/integrations/index.js +3312 -16
- package/dist/components/docs/intent/ContractFirstApiPage.d.ts +3 -9
- package/dist/components/docs/intent/ContractFirstApiPage.d.ts.map +1 -1
- package/dist/components/docs/intent/ContractFirstApiPage.js +120 -96
- package/dist/components/docs/intent/DeterministicCodegenPage.d.ts +3 -9
- package/dist/components/docs/intent/DeterministicCodegenPage.d.ts.map +1 -1
- package/dist/components/docs/intent/DeterministicCodegenPage.js +138 -117
- package/dist/components/docs/intent/GenerateClientFromSchemaPage.d.ts +3 -9
- package/dist/components/docs/intent/GenerateClientFromSchemaPage.d.ts.map +1 -1
- package/dist/components/docs/intent/GenerateClientFromSchemaPage.js +198 -168
- package/dist/components/docs/intent/OpenapiAlternativePage.d.ts +3 -9
- package/dist/components/docs/intent/OpenapiAlternativePage.d.ts.map +1 -1
- package/dist/components/docs/intent/OpenapiAlternativePage.js +196 -146
- package/dist/components/docs/intent/SchemaValidationTypescriptPage.d.ts +3 -9
- package/dist/components/docs/intent/SchemaValidationTypescriptPage.d.ts.map +1 -1
- package/dist/components/docs/intent/SchemaValidationTypescriptPage.js +138 -117
- package/dist/components/docs/intent/SpecDrivenDevelopmentPage.d.ts +3 -9
- package/dist/components/docs/intent/SpecDrivenDevelopmentPage.d.ts.map +1 -1
- package/dist/components/docs/intent/SpecDrivenDevelopmentPage.js +120 -96
- package/dist/components/docs/intent/index.d.ts +8 -7
- package/dist/components/docs/intent/index.d.ts.map +1 -0
- package/dist/components/docs/intent/index.js +1595 -8
- package/dist/components/docs/intent/intent-pages.docblocks.d.ts +7 -11
- package/dist/components/docs/intent/intent-pages.docblocks.d.ts.map +1 -1
- package/dist/components/docs/intent/intent-pages.docblocks.js +196 -173
- package/dist/components/docs/knowledge/KnowledgeCategoriesPage.d.ts +1 -6
- package/dist/components/docs/knowledge/KnowledgeCategoriesPage.d.ts.map +1 -1
- package/dist/components/docs/knowledge/KnowledgeCategoriesPage.js +748 -447
- package/dist/components/docs/knowledge/KnowledgeExamplesPage.d.ts +1 -6
- package/dist/components/docs/knowledge/KnowledgeExamplesPage.d.ts.map +1 -1
- package/dist/components/docs/knowledge/KnowledgeExamplesPage.js +189 -125
- package/dist/components/docs/knowledge/KnowledgeOverviewPage.d.ts +1 -6
- package/dist/components/docs/knowledge/KnowledgeOverviewPage.d.ts.map +1 -1
- package/dist/components/docs/knowledge/KnowledgeOverviewPage.js +405 -294
- package/dist/components/docs/knowledge/KnowledgeSourcesPage.d.ts +1 -6
- package/dist/components/docs/knowledge/KnowledgeSourcesPage.d.ts.map +1 -1
- package/dist/components/docs/knowledge/KnowledgeSourcesPage.js +389 -288
- package/dist/components/docs/knowledge/KnowledgeSpacesPage.d.ts +1 -6
- package/dist/components/docs/knowledge/KnowledgeSpacesPage.d.ts.map +1 -1
- package/dist/components/docs/knowledge/KnowledgeSpacesPage.js +300 -227
- package/dist/components/docs/knowledge/index.d.ts +6 -6
- package/dist/components/docs/knowledge/index.d.ts.map +1 -0
- package/dist/components/docs/knowledge/index.js +2444 -6
- package/dist/components/docs/libraries/LibrariesAccessibilityPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesAccessibilityPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesAccessibilityPage.js +193 -132
- package/dist/components/docs/libraries/LibrariesAiAgentPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesAiAgentPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesAiAgentPage.js +141 -89
- package/dist/components/docs/libraries/LibrariesAnalyticsPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesAnalyticsPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesAnalyticsPage.js +75 -59
- package/dist/components/docs/libraries/LibrariesContentGenPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesContentGenPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesContentGenPage.js +96 -67
- package/dist/components/docs/libraries/LibrariesContractsPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesContractsPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesContractsPage.js +277 -140
- package/dist/components/docs/libraries/LibrariesCostTrackingPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesCostTrackingPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesCostTrackingPage.js +107 -76
- package/dist/components/docs/libraries/LibrariesDataBackendPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesDataBackendPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesDataBackendPage.js +162 -106
- package/dist/components/docs/libraries/LibrariesDataViewsPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesDataViewsPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesDataViewsPage.js +181 -112
- package/dist/components/docs/libraries/LibrariesDesignSystemPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesDesignSystemPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesDesignSystemPage.js +273 -158
- package/dist/components/docs/libraries/LibrariesEvolutionPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesEvolutionPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesEvolutionPage.js +121 -91
- package/dist/components/docs/libraries/LibrariesGraphQLPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesGraphQLPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesGraphQLPage.js +169 -118
- package/dist/components/docs/libraries/LibrariesGrowthPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesGrowthPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesGrowthPage.js +83 -62
- package/dist/components/docs/libraries/LibrariesMultiTenancyPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesMultiTenancyPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesMultiTenancyPage.js +103 -84
- package/dist/components/docs/libraries/LibrariesObservabilityPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesObservabilityPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesObservabilityPage.js +123 -100
- package/dist/components/docs/libraries/LibrariesOverlayEnginePage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesOverlayEnginePage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesOverlayEnginePage.js +104 -86
- package/dist/components/docs/libraries/LibrariesOverviewPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesOverviewPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesOverviewPage.js +481 -356
- package/dist/components/docs/libraries/LibrariesPersonalizationPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesPersonalizationPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesPersonalizationPage.js +108 -93
- package/dist/components/docs/libraries/LibrariesProgressiveDeliveryPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesProgressiveDeliveryPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesProgressiveDeliveryPage.js +127 -96
- package/dist/components/docs/libraries/LibrariesResiliencePage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesResiliencePage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesResiliencePage.js +114 -97
- package/dist/components/docs/libraries/LibrariesRuntimePage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesRuntimePage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesRuntimePage.js +196 -116
- package/dist/components/docs/libraries/LibrariesSLOPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesSLOPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesSLOPage.js +111 -83
- package/dist/components/docs/libraries/LibrariesSchemaPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesSchemaPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesSchemaPage.js +268 -151
- package/dist/components/docs/libraries/LibrariesSupportBotPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesSupportBotPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesSupportBotPage.js +129 -77
- package/dist/components/docs/libraries/LibrariesTestingPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesTestingPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesTestingPage.js +121 -91
- package/dist/components/docs/libraries/LibrariesUIKitPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesUIKitPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesUIKitPage.js +226 -136
- package/dist/components/docs/libraries/LibrariesWorkflowComposerPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesWorkflowComposerPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesWorkflowComposerPage.js +83 -62
- package/dist/components/docs/libraries/LibrariesWorkflowsPage.d.ts +1 -6
- package/dist/components/docs/libraries/LibrariesWorkflowsPage.d.ts.map +1 -1
- package/dist/components/docs/libraries/LibrariesWorkflowsPage.js +177 -111
- package/dist/components/docs/libraries/index.d.ts +28 -28
- package/dist/components/docs/libraries/index.d.ts.map +1 -0
- package/dist/components/docs/libraries/index.js +5005 -29
- package/dist/components/docs/manifesto/ManifestoPage.d.ts +1 -6
- package/dist/components/docs/manifesto/ManifestoPage.d.ts.map +1 -1
- package/dist/components/docs/manifesto/ManifestoPage.js +190 -183
- package/dist/components/docs/ops/AutoEvolutionOpsPage.d.ts +1 -6
- package/dist/components/docs/ops/AutoEvolutionOpsPage.d.ts.map +1 -1
- package/dist/components/docs/ops/AutoEvolutionOpsPage.js +130 -92
- package/dist/components/docs/ops/DistributedTracingOpsPage.d.ts +1 -6
- package/dist/components/docs/ops/DistributedTracingOpsPage.d.ts.map +1 -1
- package/dist/components/docs/ops/DistributedTracingOpsPage.js +69 -55
- package/dist/components/docs/ops/index.d.ts +3 -3
- package/dist/components/docs/ops/index.d.ts.map +1 -0
- package/dist/components/docs/ops/index.js +213 -3
- package/dist/components/docs/ops/ops-lifecycle.docblocks.d.ts +2 -6
- package/dist/components/docs/ops/ops-lifecycle.docblocks.d.ts.map +1 -1
- package/dist/components/docs/ops/ops-lifecycle.docblocks.js +38 -38
- package/dist/components/docs/ops/ops-runbooks-a.docblocks.d.ts +2 -6
- package/dist/components/docs/ops/ops-runbooks-a.docblocks.d.ts.map +1 -1
- package/dist/components/docs/ops/ops-runbooks-a.docblocks.js +68 -68
- package/dist/components/docs/ops/ops-runbooks-b.docblocks.d.ts +2 -6
- package/dist/components/docs/ops/ops-runbooks-b.docblocks.d.ts.map +1 -1
- package/dist/components/docs/ops/ops-runbooks-b.docblocks.js +69 -69
- package/dist/components/docs/ops/ops-slo-tenant.docblocks.d.ts +2 -6
- package/dist/components/docs/ops/ops-slo-tenant.docblocks.d.ts.map +1 -1
- package/dist/components/docs/ops/ops-slo-tenant.docblocks.js +69 -69
- package/dist/components/docs/ops/ops-top.docs.d.ts +2 -6
- package/dist/components/docs/ops/ops-top.docs.d.ts.map +1 -1
- package/dist/components/docs/ops/ops-top.docs.js +17 -15
- package/dist/components/docs/ops/ops.docs.d.ts +2 -6
- package/dist/components/docs/ops/ops.docs.d.ts.map +1 -1
- package/dist/components/docs/ops/ops.docs.js +579 -16
- package/dist/components/docs/product/product.docblocks.d.ts +2 -6
- package/dist/components/docs/product/product.docblocks.d.ts.map +1 -1
- package/dist/components/docs/product/product.docblocks.js +66 -67
- package/dist/components/docs/reference/DocsMarkdownContent.d.ts +3 -10
- package/dist/components/docs/reference/DocsMarkdownContent.d.ts.map +1 -1
- package/dist/components/docs/reference/DocsMarkdownContent.js +188 -64
- package/dist/components/docs/reference/DocsReferenceContent.d.ts +5 -12
- package/dist/components/docs/reference/DocsReferenceContent.d.ts.map +1 -1
- package/dist/components/docs/reference/DocsReferenceContent.js +251 -45
- package/dist/components/docs/reference/DocsReferenceIndexClient.d.ts +4 -10
- package/dist/components/docs/reference/DocsReferenceIndexClient.d.ts.map +1 -1
- package/dist/components/docs/reference/DocsReferenceIndexClient.js +120 -98
- package/dist/components/docs/reference/DocsReferenceIndexPage.d.ts +1 -6
- package/dist/components/docs/reference/DocsReferenceIndexPage.d.ts.map +1 -1
- package/dist/components/docs/reference/DocsReferenceIndexPage.js +205 -9
- package/dist/components/docs/reference/DocsReferencePage.d.ts +5 -12
- package/dist/components/docs/reference/DocsReferencePage.d.ts.map +1 -1
- package/dist/components/docs/reference/DocsReferencePage.js +264 -11
- package/dist/components/docs/reference/docsMarkdownParser.d.ts +15 -18
- package/dist/components/docs/reference/docsMarkdownParser.d.ts.map +1 -1
- package/dist/components/docs/reference/docsMarkdownParser.js +87 -90
- package/dist/components/docs/reference/index.d.ts +3 -3
- package/dist/components/docs/reference/index.d.ts.map +1 -0
- package/dist/components/docs/reference/index.js +472 -3
- package/dist/components/docs/safety/SafetyAuditingPage.d.ts +1 -6
- package/dist/components/docs/safety/SafetyAuditingPage.d.ts.map +1 -1
- package/dist/components/docs/safety/SafetyAuditingPage.js +348 -210
- package/dist/components/docs/safety/SafetyMigrationsPage.d.ts +1 -6
- package/dist/components/docs/safety/SafetyMigrationsPage.d.ts.map +1 -1
- package/dist/components/docs/safety/SafetyMigrationsPage.js +357 -220
- package/dist/components/docs/safety/SafetyOverviewPage.d.ts +1 -6
- package/dist/components/docs/safety/SafetyOverviewPage.d.ts.map +1 -1
- package/dist/components/docs/safety/SafetyOverviewPage.js +236 -194
- package/dist/components/docs/safety/SafetyPDPPage.d.ts +1 -6
- package/dist/components/docs/safety/SafetyPDPPage.d.ts.map +1 -1
- package/dist/components/docs/safety/SafetyPDPPage.js +299 -201
- package/dist/components/docs/safety/SafetySecurityTrustPage.d.ts +1 -6
- package/dist/components/docs/safety/SafetySecurityTrustPage.d.ts.map +1 -1
- package/dist/components/docs/safety/SafetySecurityTrustPage.js +204 -154
- package/dist/components/docs/safety/SafetySigningPage.d.ts +1 -6
- package/dist/components/docs/safety/SafetySigningPage.d.ts.map +1 -1
- package/dist/components/docs/safety/SafetySigningPage.js +89 -66
- package/dist/components/docs/safety/SafetyTenantIsolationPage.d.ts +1 -6
- package/dist/components/docs/safety/SafetyTenantIsolationPage.d.ts.map +1 -1
- package/dist/components/docs/safety/SafetyTenantIsolationPage.js +77 -59
- package/dist/components/docs/safety/index.d.ts +8 -8
- package/dist/components/docs/safety/index.d.ts.map +1 -0
- package/dist/components/docs/safety/index.js +1698 -9
- package/dist/components/docs/shared/StudioPrompt.d.ts +6 -15
- package/dist/components/docs/shared/StudioPrompt.d.ts.map +1 -1
- package/dist/components/docs/shared/StudioPrompt.js +30 -26
- package/dist/components/docs/specs/SpecsCapabilitiesPage.d.ts +1 -6
- package/dist/components/docs/specs/SpecsCapabilitiesPage.d.ts.map +1 -1
- package/dist/components/docs/specs/SpecsCapabilitiesPage.js +156 -126
- package/dist/components/docs/specs/SpecsDataViewsPage.d.ts +1 -6
- package/dist/components/docs/specs/SpecsDataViewsPage.d.ts.map +1 -1
- package/dist/components/docs/specs/SpecsDataViewsPage.js +258 -168
- package/dist/components/docs/specs/SpecsOverlaysPage.d.ts +1 -6
- package/dist/components/docs/specs/SpecsOverlaysPage.d.ts.map +1 -1
- package/dist/components/docs/specs/SpecsOverlaysPage.js +370 -205
- package/dist/components/docs/specs/SpecsOverviewPage.d.ts +1 -6
- package/dist/components/docs/specs/SpecsOverviewPage.d.ts.map +1 -1
- package/dist/components/docs/specs/SpecsOverviewPage.js +346 -277
- package/dist/components/docs/specs/SpecsPolicyPage.d.ts +1 -6
- package/dist/components/docs/specs/SpecsPolicyPage.d.ts.map +1 -1
- package/dist/components/docs/specs/SpecsPolicyPage.js +418 -311
- package/dist/components/docs/specs/SpecsWorkflowsPage.d.ts +1 -6
- package/dist/components/docs/specs/SpecsWorkflowsPage.d.ts.map +1 -1
- package/dist/components/docs/specs/SpecsWorkflowsPage.js +310 -205
- package/dist/components/docs/specs/index.d.ts +7 -7
- package/dist/components/docs/specs/index.d.ts.map +1 -0
- package/dist/components/docs/specs/index.js +2082 -8
- package/dist/components/docs/studio/StudioBYOKPage.d.ts +1 -6
- package/dist/components/docs/studio/StudioBYOKPage.d.ts.map +1 -1
- package/dist/components/docs/studio/StudioBYOKPage.js +78 -76
- package/dist/components/docs/studio/StudioDeploymentsPage.d.ts +1 -6
- package/dist/components/docs/studio/StudioDeploymentsPage.d.ts.map +1 -1
- package/dist/components/docs/studio/StudioDeploymentsPage.js +99 -81
- package/dist/components/docs/studio/StudioGettingStartedPage.d.ts +1 -6
- package/dist/components/docs/studio/StudioGettingStartedPage.d.ts.map +1 -1
- package/dist/components/docs/studio/StudioGettingStartedPage.js +82 -80
- package/dist/components/docs/studio/StudioIntegrationsPage.d.ts +1 -6
- package/dist/components/docs/studio/StudioIntegrationsPage.d.ts.map +1 -1
- package/dist/components/docs/studio/StudioIntegrationsPage.js +70 -65
- package/dist/components/docs/studio/StudioOverviewPage.d.ts +1 -6
- package/dist/components/docs/studio/StudioOverviewPage.d.ts.map +1 -1
- package/dist/components/docs/studio/StudioOverviewPage.js +71 -66
- package/dist/components/docs/studio/StudioVisualBuilderPage.d.ts +1 -6
- package/dist/components/docs/studio/StudioVisualBuilderPage.d.ts.map +1 -1
- package/dist/components/docs/studio/StudioVisualBuilderPage.js +118 -99
- package/dist/components/docs/studio/index.d.ts +7 -7
- package/dist/components/docs/studio/index.d.ts.map +1 -0
- package/dist/components/docs/studio/index.js +538 -8
- package/dist/components/docs/tech/contracts/tech-docs.docblocks.d.ts +2 -6
- package/dist/components/docs/tech/contracts/tech-docs.docblocks.d.ts.map +1 -1
- package/dist/components/docs/tech/contracts/tech-docs.docblocks.js +17 -16
- package/dist/components/integrations/index.d.ts +5 -5
- package/dist/components/integrations/index.d.ts.map +1 -0
- package/dist/components/integrations/index.js +601 -5
- package/dist/components/integrations/molecules/IntegrationCard.d.ts +11 -26
- package/dist/components/integrations/molecules/IntegrationCard.d.ts.map +1 -1
- package/dist/components/integrations/molecules/IntegrationCard.js +98 -60
- package/dist/components/integrations/organisms/IntegrationMarketplace.d.ts +13 -22
- package/dist/components/integrations/organisms/IntegrationMarketplace.d.ts.map +1 -1
- package/dist/components/integrations/organisms/IntegrationMarketplace.js +211 -77
- package/dist/components/integrations/organisms/IntegrationSettings.d.ts +15 -27
- package/dist/components/integrations/organisms/IntegrationSettings.d.ts.map +1 -1
- package/dist/components/integrations/organisms/IntegrationSettings.js +281 -189
- package/dist/components/integrations/organisms/KnowledgeSourceList.d.ts +12 -22
- package/dist/components/integrations/organisms/KnowledgeSourceList.d.ts.map +1 -1
- package/dist/components/integrations/organisms/KnowledgeSourceList.js +102 -65
- package/dist/components/legal/PrivacyTemplate.d.ts +3 -9
- package/dist/components/legal/PrivacyTemplate.d.ts.map +1 -1
- package/dist/components/legal/PrivacyTemplate.js +1023 -842
- package/dist/components/legal/TermsTemplate.d.ts +3 -9
- package/dist/components/legal/TermsTemplate.d.ts.map +1 -1
- package/dist/components/legal/TermsTemplate.js +939 -780
- package/dist/components/legal/index.d.ts +3 -3
- package/dist/components/legal/index.d.ts.map +1 -0
- package/dist/components/legal/index.js +1963 -3
- package/dist/components/shared/FeatureGateNotice.d.ts +6 -16
- package/dist/components/shared/FeatureGateNotice.d.ts.map +1 -1
- package/dist/components/shared/FeatureGateNotice.js +37 -32
- package/dist/components/shared/index.d.ts +2 -2
- package/dist/components/shared/index.d.ts.map +1 -0
- package/dist/components/shared/index.js +39 -3
- package/dist/components/shell/WorkspaceHeader.d.ts +19 -32
- package/dist/components/shell/WorkspaceHeader.d.ts.map +1 -1
- package/dist/components/shell/WorkspaceHeader.js +97 -59
- package/dist/components/shell/WorkspaceProjectShellLayout.d.ts +9 -28
- package/dist/components/shell/WorkspaceProjectShellLayout.d.ts.map +1 -1
- package/dist/components/shell/WorkspaceProjectShellLayout.js +220 -35
- package/dist/components/shell/WorkspaceSidebar.d.ts +12 -22
- package/dist/components/shell/WorkspaceSidebar.d.ts.map +1 -1
- package/dist/components/shell/WorkspaceSidebar.js +67 -31
- package/dist/components/shell/index.d.ts +4 -4
- package/dist/components/shell/index.d.ts.map +1 -0
- package/dist/components/shell/index.js +224 -4
- package/dist/components/templates/engine/index.d.ts +18 -11
- package/dist/components/templates/engine/index.d.ts.map +1 -1
- package/dist/components/templates/engine/index.js +28 -41
- package/dist/components/templates/index.d.ts +4 -16
- package/dist/components/templates/index.d.ts.map +1 -0
- package/dist/components/templates/index.js +1067 -17
- package/dist/components/templates/messaging/ConversationList.d.ts +4 -12
- package/dist/components/templates/messaging/ConversationList.d.ts.map +1 -1
- package/dist/components/templates/messaging/ConversationList.js +79 -52
- package/dist/components/templates/messaging/MessageComposer.d.ts +5 -14
- package/dist/components/templates/messaging/MessageComposer.d.ts.map +1 -1
- package/dist/components/templates/messaging/MessageComposer.js +159 -52
- package/dist/components/templates/messaging/MessageThread.d.ts +5 -14
- package/dist/components/templates/messaging/MessageThread.d.ts.map +1 -1
- package/dist/components/templates/messaging/MessageThread.js +78 -75
- package/dist/components/templates/messaging/MessagingWorkspace.d.ts +1 -6
- package/dist/components/templates/messaging/MessagingWorkspace.d.ts.map +1 -1
- package/dist/components/templates/messaging/MessagingWorkspace.js +290 -25
- package/dist/components/templates/messaging/index.d.ts +5 -5
- package/dist/components/templates/messaging/index.d.ts.map +1 -0
- package/dist/components/templates/messaging/index.js +300 -5
- package/dist/components/templates/messaging/types.d.ts +20 -23
- package/dist/components/templates/messaging/types.d.ts.map +1 -1
- package/dist/components/templates/messaging/types.js +1 -0
- package/dist/components/templates/recipes/LanguageSwitcher.d.ts +4 -12
- package/dist/components/templates/recipes/LanguageSwitcher.d.ts.map +1 -1
- package/dist/components/templates/recipes/LanguageSwitcher.js +15 -16
- package/dist/components/templates/recipes/RecipeCard.d.ts +6 -15
- package/dist/components/templates/recipes/RecipeCard.d.ts.map +1 -1
- package/dist/components/templates/recipes/RecipeCard.js +79 -57
- package/dist/components/templates/recipes/RecipeDetail.d.ts +4 -11
- package/dist/components/templates/recipes/RecipeDetail.d.ts.map +1 -1
- package/dist/components/templates/recipes/RecipeDetail.js +72 -47
- package/dist/components/templates/recipes/RecipeList.d.ts +1 -6
- package/dist/components/templates/recipes/RecipeList.d.ts.map +1 -1
- package/dist/components/templates/recipes/RecipeList.js +236 -72
- package/dist/components/templates/recipes/index.d.ts +5 -5
- package/dist/components/templates/recipes/index.d.ts.map +1 -0
- package/dist/components/templates/recipes/index.js +282 -5
- package/dist/components/templates/recipes/types.d.ts +23 -26
- package/dist/components/templates/recipes/types.d.ts.map +1 -1
- package/dist/components/templates/recipes/types.js +1 -0
- package/dist/components/templates/todos/FilterBar.d.ts +11 -20
- package/dist/components/templates/todos/FilterBar.d.ts.map +1 -1
- package/dist/components/templates/todos/FilterBar.js +106 -95
- package/dist/components/templates/todos/TaskForm.d.ts +4 -11
- package/dist/components/templates/todos/TaskForm.d.ts.map +1 -1
- package/dist/components/templates/todos/TaskForm.js +150 -127
- package/dist/components/templates/todos/TaskItem.d.ts +6 -15
- package/dist/components/templates/todos/TaskItem.d.ts.map +1 -1
- package/dist/components/templates/todos/TaskItem.js +75 -64
- package/dist/components/templates/todos/TaskList.d.ts +1 -6
- package/dist/components/templates/todos/TaskList.d.ts.map +1 -1
- package/dist/components/templates/todos/TaskList.js +446 -102
- package/dist/components/templates/todos/index.d.ts +5 -5
- package/dist/components/templates/todos/index.d.ts.map +1 -0
- package/dist/components/templates/todos/index.js +488 -5
- package/dist/components/templates/todos/types.d.ts +14 -17
- package/dist/components/templates/todos/types.d.ts.map +1 -1
- package/dist/components/templates/todos/types.js +1 -0
- package/dist/config/contractspec-blueprint.d.ts +2 -6
- package/dist/config/contractspec-blueprint.d.ts.map +1 -1
- package/dist/config/contractspec-blueprint.js +122 -70
- package/dist/config/contractspec-branding.d.ts +3 -7
- package/dist/config/contractspec-branding.d.ts.map +1 -1
- package/dist/config/contractspec-branding.js +43 -66
- package/dist/config/contractspec-routes.d.ts +2 -6
- package/dist/config/contractspec-routes.d.ts.map +1 -1
- package/dist/config/contractspec-routes.js +24 -68
- package/dist/config/index.d.ts +5 -5
- package/dist/config/index.d.ts.map +1 -0
- package/dist/config/index.js +126 -4
- package/dist/features/contracts-registry.d.ts +39 -36
- package/dist/features/contracts-registry.d.ts.map +1 -1
- package/dist/features/contracts-registry.js +122 -85
- package/dist/features/docs/docs.contracts.d.ts +2 -2
- package/dist/features/docs/docs.contracts.d.ts.map +1 -0
- package/dist/features/docs/docs.contracts.js +18 -3
- package/dist/features/docs/index.d.ts +2 -2
- package/dist/features/docs/index.d.ts.map +1 -0
- package/dist/features/docs/index.js +18 -3
- package/dist/features/docs.feature.d.ts +2 -6
- package/dist/features/docs.feature.d.ts.map +1 -1
- package/dist/features/docs.feature.js +33 -59
- package/dist/features/index.d.ts +10 -9
- package/dist/features/index.d.ts.map +1 -0
- package/dist/features/index.js +310 -8
- package/dist/features/mcp.feature.d.ts +2 -6
- package/dist/features/mcp.feature.d.ts.map +1 -1
- package/dist/features/mcp.feature.js +30 -56
- package/dist/features/presentations.feature.d.ts +2 -6
- package/dist/features/presentations.feature.d.ts.map +1 -1
- package/dist/features/presentations.feature.js +33 -60
- package/dist/features/registry.d.ts +4 -8
- package/dist/features/registry.d.ts.map +1 -1
- package/dist/features/registry.js +109 -31
- package/dist/index.d.ts +9 -158
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +32497 -158
- package/dist/infrastructure/elysia/index.d.ts +2 -2
- package/dist/infrastructure/elysia/index.d.ts.map +1 -0
- package/dist/infrastructure/elysia/index.js +36 -3
- package/dist/infrastructure/elysia/logger.d.ts +6 -9
- package/dist/infrastructure/elysia/logger.d.ts.map +1 -1
- package/dist/infrastructure/elysia/logger.js +33 -29
- package/dist/infrastructure/index.d.ts +2 -3
- package/dist/infrastructure/index.d.ts.map +1 -0
- package/dist/infrastructure/index.js +36 -4
- package/dist/libs/email/client.d.ts +9 -12
- package/dist/libs/email/client.d.ts.map +1 -1
- package/dist/libs/email/client.js +107 -105
- package/dist/libs/email/client.test.d.ts +2 -0
- package/dist/libs/email/client.test.d.ts.map +1 -0
- package/dist/libs/email/contact.d.ts +2 -6
- package/dist/libs/email/contact.d.ts.map +1 -1
- package/dist/libs/email/contact.js +153 -41
- package/dist/libs/email/newsletter.d.ts +2 -6
- package/dist/libs/email/newsletter.d.ts.map +1 -1
- package/dist/libs/email/newsletter.js +167 -54
- package/dist/libs/email/types.d.ts +48 -52
- package/dist/libs/email/types.d.ts.map +1 -1
- package/dist/libs/email/types.js +3 -1
- package/dist/libs/email/utils.d.ts +2 -5
- package/dist/libs/email/utils.d.ts.map +1 -1
- package/dist/libs/email/utils.js +9 -7
- package/dist/libs/email/waitlist-application.d.ts +2 -6
- package/dist/libs/email/waitlist-application.d.ts.map +1 -1
- package/dist/libs/email/waitlist-application.js +187 -69
- package/dist/libs/email/waitlist.d.ts +2 -6
- package/dist/libs/email/waitlist.d.ts.map +1 -1
- package/dist/libs/email/waitlist.js +169 -56
- package/dist/libs/email.d.ts +6 -6
- package/dist/libs/email.d.ts.map +1 -0
- package/dist/libs/email.js +541 -6
- package/dist/libs/posthog/client.d.ts +15 -17
- package/dist/libs/posthog/client.d.ts.map +1 -1
- package/dist/libs/posthog/client.js +56 -44
- package/dist/libs/posthog/native.d.ts +6 -9
- package/dist/libs/posthog/native.d.ts.map +1 -1
- package/dist/libs/posthog/native.js +21 -16
- package/dist/libs/posthog/server.d.ts +3 -6
- package/dist/libs/posthog/server.d.ts.map +1 -1
- package/dist/libs/posthog/server.js +12 -12
- package/dist/libs/pricing-examples.d.ts +13 -16
- package/dist/libs/pricing-examples.d.ts.map +1 -1
- package/dist/libs/pricing-examples.js +18 -20
- package/dist/node/application/index.js +696 -0
- package/dist/node/application/mcp/cliMcp.js +341 -0
- package/dist/node/application/mcp/common.js +77 -0
- package/dist/node/application/mcp/docsMcp.js +267 -0
- package/dist/node/application/mcp/index.js +696 -0
- package/dist/node/application/mcp/internalMcp.js +294 -0
- package/dist/node/components/docs/DocsIndexPage.js +270 -0
- package/dist/node/components/docs/advanced/AdvancedMCPPage.js +337 -0
- package/dist/node/components/docs/advanced/AdvancedOverlayEditorPage.js +107 -0
- package/dist/node/components/docs/advanced/AdvancedRenderersPage.js +132 -0
- package/dist/node/components/docs/advanced/AdvancedSpecExperimentsPage.js +124 -0
- package/dist/node/components/docs/advanced/AdvancedTelemetryPage.js +417 -0
- package/dist/node/components/docs/advanced/AdvancedWorkflowMonitoringPage.js +108 -0
- package/dist/node/components/docs/advanced/index.js +1220 -0
- package/dist/node/components/docs/architecture/ArchitectureAppConfigPage.js +383 -0
- package/dist/node/components/docs/architecture/ArchitectureIntegrationBindingPage.js +386 -0
- package/dist/node/components/docs/architecture/ArchitectureKnowledgeBindingPage.js +528 -0
- package/dist/node/components/docs/architecture/ArchitectureMultiTenancyPage.js +172 -0
- package/dist/node/components/docs/architecture/ArchitectureOverviewPage.js +448 -0
- package/dist/node/components/docs/architecture/index.js +1913 -0
- package/dist/node/components/docs/comparison/ComparisonAutomationPlatformsPage.js +245 -0
- package/dist/node/components/docs/comparison/ComparisonEnterprisePlatformsPage.js +230 -0
- package/dist/node/components/docs/comparison/ComparisonInternalToolBuildersPage.js +245 -0
- package/dist/node/components/docs/comparison/ComparisonOverviewPage.js +202 -0
- package/dist/node/components/docs/comparison/ComparisonWindmillPage.js +254 -0
- package/dist/node/components/docs/comparison/ComparisonWorkflowEnginesPage.js +339 -0
- package/dist/node/components/docs/comparison/index.js +1510 -0
- package/dist/node/components/docs/ecosystem/IntegrationsPage.js +102 -0
- package/dist/node/components/docs/ecosystem/PluginsPage.js +200 -0
- package/dist/node/components/docs/ecosystem/RegistryPage.js +119 -0
- package/dist/node/components/docs/ecosystem/TemplatesPage.js +146 -0
- package/dist/node/components/docs/ecosystem/ecosystem.docblocks.js +49 -0
- package/dist/node/components/docs/ecosystem/index.js +614 -0
- package/dist/node/components/docs/examples/DocsExamplesPage.js +84 -0
- package/dist/node/components/docs/examples/index.js +84 -0
- package/dist/node/components/docs/generated/docs-index.generated.js +5 -0
- package/dist/node/components/docs/generated/index.js +74 -0
- package/dist/node/components/docs/generated/loader.js +74 -0
- package/dist/node/components/docs/getting-started/CLIPage.js +292 -0
- package/dist/node/components/docs/getting-started/CompatibilityPage.js +173 -0
- package/dist/node/components/docs/getting-started/DataViewTutorialPage.js +238 -0
- package/dist/node/components/docs/getting-started/DeveloperToolsPage.js +194 -0
- package/dist/node/components/docs/getting-started/HelloWorldPage.js +273 -0
- package/dist/node/components/docs/getting-started/InstallationPage.js +156 -0
- package/dist/node/components/docs/getting-started/StartHerePage.js +129 -0
- package/dist/node/components/docs/getting-started/TroubleshootingPage.js +169 -0
- package/dist/node/components/docs/getting-started/VSCodeExtensionPage.js +432 -0
- package/dist/node/components/docs/getting-started/getting-started.docblocks.js +137 -0
- package/dist/node/components/docs/getting-started/index.js +2183 -0
- package/dist/node/components/docs/guides/GuideCIDiffGatingPage.js +197 -0
- package/dist/node/components/docs/guides/GuideContractTypesPage.js +738 -0
- package/dist/node/components/docs/guides/GuideDocsPipelinePage.js +225 -0
- package/dist/node/components/docs/guides/GuideGenerateDocsClientsSchemasPage.js +211 -0
- package/dist/node/components/docs/guides/GuideImportExistingCodebasesPage.js +878 -0
- package/dist/node/components/docs/guides/GuideNextjsOneEndpointPage.js +318 -0
- package/dist/node/components/docs/guides/GuideSpecValidationTypingPage.js +255 -0
- package/dist/node/components/docs/guides/GuidesIndexPage.js +149 -0
- package/dist/node/components/docs/guides/guides.docblocks.js +111 -0
- package/dist/node/components/docs/guides/index.js +2902 -0
- package/dist/node/components/docs/index.js +28181 -0
- package/dist/node/components/docs/integrations/IntegrationsCircuitBreakersPage.js +51 -0
- package/dist/node/components/docs/integrations/IntegrationsElevenLabsPage.js +123 -0
- package/dist/node/components/docs/integrations/IntegrationsGmailPage.js +131 -0
- package/dist/node/components/docs/integrations/IntegrationsGoogleCalendarPage.js +104 -0
- package/dist/node/components/docs/integrations/IntegrationsOpenAIPage.js +195 -0
- package/dist/node/components/docs/integrations/IntegrationsOverviewPage.js +650 -0
- package/dist/node/components/docs/integrations/IntegrationsPostmarkPage.js +261 -0
- package/dist/node/components/docs/integrations/IntegrationsPowensPage.js +352 -0
- package/dist/node/components/docs/integrations/IntegrationsQdrantPage.js +178 -0
- package/dist/node/components/docs/integrations/IntegrationsResendPage.js +123 -0
- package/dist/node/components/docs/integrations/IntegrationsS3Page.js +163 -0
- package/dist/node/components/docs/integrations/IntegrationsSpecModelPage.js +422 -0
- package/dist/node/components/docs/integrations/IntegrationsStripePage.js +425 -0
- package/dist/node/components/docs/integrations/IntegrationsTwilioPage.js +146 -0
- package/dist/node/components/docs/integrations/index.js +3311 -0
- package/dist/node/components/docs/intent/ContractFirstApiPage.js +159 -0
- package/dist/node/components/docs/intent/DeterministicCodegenPage.js +184 -0
- package/dist/node/components/docs/intent/GenerateClientFromSchemaPage.js +398 -0
- package/dist/node/components/docs/intent/OpenapiAlternativePage.js +237 -0
- package/dist/node/components/docs/intent/SchemaValidationTypescriptPage.js +236 -0
- package/dist/node/components/docs/intent/SpecDrivenDevelopmentPage.js +197 -0
- package/dist/node/components/docs/intent/index.js +1594 -0
- package/dist/node/components/docs/intent/intent-pages.docblocks.js +201 -0
- package/dist/node/components/docs/knowledge/KnowledgeCategoriesPage.js +829 -0
- package/dist/node/components/docs/knowledge/KnowledgeExamplesPage.js +340 -0
- package/dist/node/components/docs/knowledge/KnowledgeOverviewPage.js +464 -0
- package/dist/node/components/docs/knowledge/KnowledgeSourcesPage.js +454 -0
- package/dist/node/components/docs/knowledge/KnowledgeSpacesPage.js +361 -0
- package/dist/node/components/docs/knowledge/index.js +2444 -0
- package/dist/node/components/docs/libraries/LibrariesAccessibilityPage.js +227 -0
- package/dist/node/components/docs/libraries/LibrariesAiAgentPage.js +168 -0
- package/dist/node/components/docs/libraries/LibrariesAnalyticsPage.js +96 -0
- package/dist/node/components/docs/libraries/LibrariesContentGenPage.js +119 -0
- package/dist/node/components/docs/libraries/LibrariesContractsPage.js +302 -0
- package/dist/node/components/docs/libraries/LibrariesCostTrackingPage.js +123 -0
- package/dist/node/components/docs/libraries/LibrariesDataBackendPage.js +183 -0
- package/dist/node/components/docs/libraries/LibrariesDataViewsPage.js +204 -0
- package/dist/node/components/docs/libraries/LibrariesDesignSystemPage.js +312 -0
- package/dist/node/components/docs/libraries/LibrariesEvolutionPage.js +164 -0
- package/dist/node/components/docs/libraries/LibrariesGraphQLPage.js +186 -0
- package/dist/node/components/docs/libraries/LibrariesGrowthPage.js +116 -0
- package/dist/node/components/docs/libraries/LibrariesMultiTenancyPage.js +118 -0
- package/dist/node/components/docs/libraries/LibrariesObservabilityPage.js +149 -0
- package/dist/node/components/docs/libraries/LibrariesOverlayEnginePage.js +135 -0
- package/dist/node/components/docs/libraries/LibrariesOverviewPage.js +483 -0
- package/dist/node/components/docs/libraries/LibrariesPersonalizationPage.js +129 -0
- package/dist/node/components/docs/libraries/LibrariesProgressiveDeliveryPage.js +151 -0
- package/dist/node/components/docs/libraries/LibrariesResiliencePage.js +138 -0
- package/dist/node/components/docs/libraries/LibrariesRuntimePage.js +239 -0
- package/dist/node/components/docs/libraries/LibrariesSLOPage.js +126 -0
- package/dist/node/components/docs/libraries/LibrariesSchemaPage.js +304 -0
- package/dist/node/components/docs/libraries/LibrariesSupportBotPage.js +144 -0
- package/dist/node/components/docs/libraries/LibrariesTestingPage.js +159 -0
- package/dist/node/components/docs/libraries/LibrariesUIKitPage.js +247 -0
- package/dist/node/components/docs/libraries/LibrariesWorkflowComposerPage.js +108 -0
- package/dist/node/components/docs/libraries/LibrariesWorkflowsPage.js +200 -0
- package/dist/node/components/docs/libraries/index.js +5004 -0
- package/dist/node/components/docs/manifesto/ManifestoPage.js +191 -0
- package/dist/node/components/docs/ops/AutoEvolutionOpsPage.js +141 -0
- package/dist/node/components/docs/ops/DistributedTracingOpsPage.js +73 -0
- package/dist/node/components/docs/ops/index.js +213 -0
- package/dist/node/components/docs/ops/ops-lifecycle.docblocks.js +151 -0
- package/dist/node/components/docs/ops/ops-runbooks-a.docblocks.js +123 -0
- package/dist/node/components/docs/ops/ops-runbooks-b.docblocks.js +134 -0
- package/dist/node/components/docs/ops/ops-slo-tenant.docblocks.js +146 -0
- package/dist/node/components/docs/ops/ops-top.docs.js +25 -0
- package/dist/node/components/docs/ops/ops.docs.js +580 -0
- package/dist/node/components/docs/product/product.docblocks.js +78 -0
- package/dist/node/components/docs/reference/DocsMarkdownContent.js +196 -0
- package/dist/node/components/docs/reference/DocsReferenceContent.js +257 -0
- package/dist/node/components/docs/reference/DocsReferenceIndexClient.js +128 -0
- package/dist/node/components/docs/reference/DocsReferenceIndexPage.js +207 -0
- package/dist/node/components/docs/reference/DocsReferencePage.js +266 -0
- package/dist/node/components/docs/reference/docsMarkdownParser.js +92 -0
- package/dist/node/components/docs/reference/index.js +472 -0
- package/dist/node/components/docs/safety/SafetyAuditingPage.js +380 -0
- package/dist/node/components/docs/safety/SafetyMigrationsPage.js +381 -0
- package/dist/node/components/docs/safety/SafetyOverviewPage.js +238 -0
- package/dist/node/components/docs/safety/SafetyPDPPage.js +318 -0
- package/dist/node/components/docs/safety/SafetySecurityTrustPage.js +206 -0
- package/dist/node/components/docs/safety/SafetySigningPage.js +92 -0
- package/dist/node/components/docs/safety/SafetyTenantIsolationPage.js +88 -0
- package/dist/node/components/docs/safety/index.js +1697 -0
- package/dist/node/components/docs/shared/StudioPrompt.js +31 -0
- package/dist/node/components/docs/specs/SpecsCapabilitiesPage.js +195 -0
- package/dist/node/components/docs/specs/SpecsDataViewsPage.js +299 -0
- package/dist/node/components/docs/specs/SpecsOverlaysPage.js +408 -0
- package/dist/node/components/docs/specs/SpecsOverviewPage.js +348 -0
- package/dist/node/components/docs/specs/SpecsPolicyPage.js +473 -0
- package/dist/node/components/docs/specs/SpecsWorkflowsPage.js +363 -0
- package/dist/node/components/docs/specs/index.js +2081 -0
- package/dist/node/components/docs/studio/StudioBYOKPage.js +80 -0
- package/dist/node/components/docs/studio/StudioDeploymentsPage.js +101 -0
- package/dist/node/components/docs/studio/StudioGettingStartedPage.js +94 -0
- package/dist/node/components/docs/studio/StudioIntegrationsPage.js +72 -0
- package/dist/node/components/docs/studio/StudioOverviewPage.js +74 -0
- package/dist/node/components/docs/studio/StudioVisualBuilderPage.js +121 -0
- package/dist/node/components/docs/studio/index.js +537 -0
- package/dist/node/components/docs/tech/contracts/tech-docs.docblocks.js +20 -0
- package/dist/node/components/integrations/index.js +601 -0
- package/dist/node/components/integrations/molecules/IntegrationCard.js +100 -0
- package/dist/node/components/integrations/organisms/IntegrationMarketplace.js +214 -0
- package/dist/node/components/integrations/organisms/IntegrationSettings.js +285 -0
- package/dist/node/components/integrations/organisms/KnowledgeSourceList.js +103 -0
- package/dist/node/components/legal/PrivacyTemplate.js +1025 -0
- package/dist/node/components/legal/TermsTemplate.js +941 -0
- package/dist/node/components/legal/index.js +1963 -0
- package/dist/node/components/shared/FeatureGateNotice.js +38 -0
- package/dist/node/components/shared/index.js +38 -0
- package/dist/node/components/shell/WorkspaceHeader.js +100 -0
- package/dist/node/components/shell/WorkspaceProjectShellLayout.js +222 -0
- package/dist/node/components/shell/WorkspaceSidebar.js +68 -0
- package/dist/node/components/shell/index.js +224 -0
- package/dist/node/components/templates/engine/index.js +39 -0
- package/dist/node/components/templates/index.js +1066 -0
- package/dist/node/components/templates/messaging/ConversationList.js +96 -0
- package/dist/node/components/templates/messaging/MessageComposer.js +168 -0
- package/dist/node/components/templates/messaging/MessageThread.js +96 -0
- package/dist/node/components/templates/messaging/MessagingWorkspace.js +296 -0
- package/dist/node/components/templates/messaging/index.js +300 -0
- package/dist/node/components/templates/messaging/types.js +0 -0
- package/dist/node/components/templates/recipes/LanguageSwitcher.js +16 -0
- package/dist/node/components/templates/recipes/RecipeCard.js +80 -0
- package/dist/node/components/templates/recipes/RecipeDetail.js +74 -0
- package/dist/node/components/templates/recipes/RecipeList.js +279 -0
- package/dist/node/components/templates/recipes/index.js +282 -0
- package/dist/node/components/templates/recipes/types.js +0 -0
- package/dist/node/components/templates/todos/FilterBar.js +107 -0
- package/dist/node/components/templates/todos/TaskForm.js +164 -0
- package/dist/node/components/templates/todos/TaskItem.js +77 -0
- package/dist/node/components/templates/todos/TaskList.js +485 -0
- package/dist/node/components/templates/todos/index.js +488 -0
- package/dist/node/components/templates/todos/types.js +0 -0
- package/dist/node/config/contractspec-blueprint.js +123 -0
- package/dist/node/config/contractspec-branding.js +44 -0
- package/dist/node/config/contractspec-routes.js +24 -0
- package/dist/node/config/index.js +126 -0
- package/dist/node/features/contracts-registry.js +174 -0
- package/dist/node/features/docs/docs.contracts.js +17 -0
- package/dist/node/features/docs/index.js +17 -0
- package/dist/node/features/docs.feature.js +33 -0
- package/dist/node/features/index.js +311 -0
- package/dist/node/features/mcp.feature.js +30 -0
- package/dist/node/features/presentations.feature.js +33 -0
- package/dist/node/features/registry.js +116 -0
- package/dist/node/index.js +32496 -0
- package/dist/node/infrastructure/elysia/index.js +35 -0
- package/dist/node/infrastructure/elysia/logger.js +35 -0
- package/dist/node/infrastructure/index.js +35 -0
- package/dist/node/libs/email/client.js +114 -0
- package/dist/node/libs/email/contact.js +182 -0
- package/dist/node/libs/email/newsletter.js +207 -0
- package/dist/node/libs/email/types.js +2 -0
- package/dist/node/libs/email/utils.js +8 -0
- package/dist/node/libs/email/waitlist-application.js +281 -0
- package/dist/node/libs/email/waitlist.js +217 -0
- package/dist/node/libs/email.js +542 -0
- package/dist/node/libs/posthog/client.js +63 -0
- package/dist/node/libs/posthog/native.js +23 -0
- package/dist/node/libs/posthog/server.js +13 -0
- package/dist/node/libs/pricing-examples.js +18 -0
- package/dist/node/presentation/features/atoms/FeatureIcon/FeatureIcon.js +97 -0
- package/dist/node/presentation/features/atoms/FeatureIcon/index.js +97 -0
- package/dist/node/presentation/features/atoms/index.js +97 -0
- package/dist/node/presentation/features/hooks/index.js +393 -0
- package/dist/node/presentation/features/hooks/useContractsRegistry.js +285 -0
- package/dist/node/presentation/features/hooks/useFeatureFilters.js +75 -0
- package/dist/node/presentation/features/hooks/useFeatureRegistry.js +147 -0
- package/dist/node/presentation/features/hooks/useRelatedDocs.js +28 -0
- package/dist/node/presentation/features/index.js +3059 -0
- package/dist/node/presentation/features/molecules/FeatureCard/FeatureCard.js +366 -0
- package/dist/node/presentation/features/molecules/FeatureCard/index.js +366 -0
- package/dist/node/presentation/features/molecules/FeatureCard/types.js +0 -0
- package/dist/node/presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.js +50 -0
- package/dist/node/presentation/features/molecules/FeatureCategoryHeader/index.js +50 -0
- package/dist/node/presentation/features/molecules/FeatureFilters/FeatureFilters.js +92 -0
- package/dist/node/presentation/features/molecules/FeatureFilters/index.js +92 -0
- package/dist/node/presentation/features/molecules/FeatureFilters/types.js +0 -0
- package/dist/node/presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.js +176 -0
- package/dist/node/presentation/features/molecules/FeatureHoverPreview/index.js +176 -0
- package/dist/node/presentation/features/molecules/index.js +505 -0
- package/dist/node/presentation/features/organisms/FeatureDataViewsList.js +300 -0
- package/dist/node/presentation/features/organisms/FeatureDetail/FeatureDetail.js +154 -0
- package/dist/node/presentation/features/organisms/FeatureDetail/index.js +154 -0
- package/dist/node/presentation/features/organisms/FeatureDetail/types.js +0 -0
- package/dist/node/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.js +909 -0
- package/dist/node/presentation/features/organisms/FeatureDiscovery/index.js +909 -0
- package/dist/node/presentation/features/organisms/FeatureDiscovery/types.js +0 -0
- package/dist/node/presentation/features/organisms/FeatureEventsList.js +298 -0
- package/dist/node/presentation/features/organisms/FeatureFormsList.js +298 -0
- package/dist/node/presentation/features/organisms/FeatureOperationsList.js +176 -0
- package/dist/node/presentation/features/organisms/FeaturePresentationsList.js +300 -0
- package/dist/node/presentation/features/organisms/index.js +1355 -0
- package/dist/node/presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.js +332 -0
- package/dist/node/presentation/features/templates/FeatureDataViewDetailTemplate/index.js +332 -0
- package/dist/node/presentation/features/templates/FeatureDataViewDetailTemplate/types.js +0 -0
- package/dist/node/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.js +338 -0
- package/dist/node/presentation/features/templates/FeatureDataViewsTemplate/index.js +338 -0
- package/dist/node/presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.js +303 -0
- package/dist/node/presentation/features/templates/FeatureEventDetailTemplate/index.js +303 -0
- package/dist/node/presentation/features/templates/FeatureEventDetailTemplate/types.js +0 -0
- package/dist/node/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.js +336 -0
- package/dist/node/presentation/features/templates/FeatureEventsTemplate/index.js +336 -0
- package/dist/node/presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.js +329 -0
- package/dist/node/presentation/features/templates/FeatureFormDetailTemplate/index.js +329 -0
- package/dist/node/presentation/features/templates/FeatureFormDetailTemplate/types.js +0 -0
- package/dist/node/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.js +336 -0
- package/dist/node/presentation/features/templates/FeatureFormsTemplate/index.js +336 -0
- package/dist/node/presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.js +302 -0
- package/dist/node/presentation/features/templates/FeatureOperationDetailTemplate/index.js +302 -0
- package/dist/node/presentation/features/templates/FeatureOperationDetailTemplate/types.js +0 -0
- package/dist/node/presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.js +214 -0
- package/dist/node/presentation/features/templates/FeatureOperationsTemplate/index.js +214 -0
- package/dist/node/presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.js +187 -0
- package/dist/node/presentation/features/templates/FeatureOverviewTemplate/index.js +187 -0
- package/dist/node/presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.js +306 -0
- package/dist/node/presentation/features/templates/FeaturePresentationDetailTemplate/index.js +306 -0
- package/dist/node/presentation/features/templates/FeaturePresentationDetailTemplate/types.js +0 -0
- package/dist/node/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.js +338 -0
- package/dist/node/presentation/features/templates/FeaturePresentationsTemplate/index.js +338 -0
- package/dist/node/presentation/features/templates/types.js +0 -0
- package/dist/presentation/features/atoms/FeatureIcon/FeatureIcon.d.ts +16 -28
- package/dist/presentation/features/atoms/FeatureIcon/FeatureIcon.d.ts.map +1 -1
- package/dist/presentation/features/atoms/FeatureIcon/FeatureIcon.js +89 -78
- package/dist/presentation/features/atoms/FeatureIcon/index.d.ts +2 -2
- package/dist/presentation/features/atoms/FeatureIcon/index.d.ts.map +1 -0
- package/dist/presentation/features/atoms/FeatureIcon/index.js +98 -3
- package/dist/presentation/features/atoms/index.d.ts +2 -3
- package/dist/presentation/features/atoms/index.d.ts.map +1 -0
- package/dist/presentation/features/atoms/index.js +98 -4
- package/dist/presentation/features/hooks/index.d.ts +4 -4
- package/dist/presentation/features/hooks/index.d.ts.map +1 -0
- package/dist/presentation/features/hooks/index.js +393 -4
- package/dist/presentation/features/hooks/useContractsRegistry.d.ts +10 -14
- package/dist/presentation/features/hooks/useContractsRegistry.d.ts.map +1 -1
- package/dist/presentation/features/hooks/useContractsRegistry.js +282 -19
- package/dist/presentation/features/hooks/useFeatureFilters.d.ts +24 -28
- package/dist/presentation/features/hooks/useFeatureFilters.d.ts.map +1 -1
- package/dist/presentation/features/hooks/useFeatureFilters.js +73 -74
- package/dist/presentation/features/hooks/useFeatureRegistry.d.ts +17 -21
- package/dist/presentation/features/hooks/useFeatureRegistry.d.ts.map +1 -1
- package/dist/presentation/features/hooks/useFeatureRegistry.js +144 -33
- package/dist/presentation/features/hooks/useRelatedDocs.d.ts +5 -8
- package/dist/presentation/features/hooks/useRelatedDocs.d.ts.map +1 -1
- package/dist/presentation/features/hooks/useRelatedDocs.js +25 -28
- package/dist/presentation/features/index.d.ts +27 -57
- package/dist/presentation/features/index.d.ts.map +1 -0
- package/dist/presentation/features/index.js +3060 -48
- package/dist/presentation/features/molecules/FeatureCard/FeatureCard.d.ts +2 -11
- package/dist/presentation/features/molecules/FeatureCard/FeatureCard.d.ts.map +1 -1
- package/dist/presentation/features/molecules/FeatureCard/FeatureCard.js +364 -80
- package/dist/presentation/features/molecules/FeatureCard/index.d.ts +3 -3
- package/dist/presentation/features/molecules/FeatureCard/index.d.ts.map +1 -0
- package/dist/presentation/features/molecules/FeatureCard/index.js +367 -3
- package/dist/presentation/features/molecules/FeatureCard/types.d.ts +8 -12
- package/dist/presentation/features/molecules/FeatureCard/types.d.ts.map +1 -1
- package/dist/presentation/features/molecules/FeatureCard/types.js +1 -0
- package/dist/presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.d.ts +15 -27
- package/dist/presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.d.ts.map +1 -1
- package/dist/presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.js +48 -40
- package/dist/presentation/features/molecules/FeatureCategoryHeader/index.d.ts +2 -2
- package/dist/presentation/features/molecules/FeatureCategoryHeader/index.d.ts.map +1 -0
- package/dist/presentation/features/molecules/FeatureCategoryHeader/index.js +51 -3
- package/dist/presentation/features/molecules/FeatureFilters/FeatureFilters.d.ts +2 -17
- package/dist/presentation/features/molecules/FeatureFilters/FeatureFilters.d.ts.map +1 -1
- package/dist/presentation/features/molecules/FeatureFilters/FeatureFilters.js +90 -77
- package/dist/presentation/features/molecules/FeatureFilters/index.d.ts +3 -3
- package/dist/presentation/features/molecules/FeatureFilters/index.d.ts.map +1 -0
- package/dist/presentation/features/molecules/FeatureFilters/index.js +93 -3
- package/dist/presentation/features/molecules/FeatureFilters/types.d.ts +20 -24
- package/dist/presentation/features/molecules/FeatureFilters/types.d.ts.map +1 -1
- package/dist/presentation/features/molecules/FeatureFilters/types.js +1 -0
- package/dist/presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.d.ts +5 -12
- package/dist/presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.d.ts.map +1 -1
- package/dist/presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.js +173 -136
- package/dist/presentation/features/molecules/FeatureHoverPreview/index.d.ts +2 -2
- package/dist/presentation/features/molecules/FeatureHoverPreview/index.d.ts.map +1 -0
- package/dist/presentation/features/molecules/FeatureHoverPreview/index.js +177 -3
- package/dist/presentation/features/molecules/index.d.ts +5 -11
- package/dist/presentation/features/molecules/index.d.ts.map +1 -0
- package/dist/presentation/features/molecules/index.js +506 -10
- package/dist/presentation/features/organisms/FeatureDataViewsList.d.ts +4 -11
- package/dist/presentation/features/organisms/FeatureDataViewsList.d.ts.map +1 -1
- package/dist/presentation/features/organisms/FeatureDataViewsList.js +297 -25
- package/dist/presentation/features/organisms/FeatureDetail/FeatureDetail.d.ts +2 -10
- package/dist/presentation/features/organisms/FeatureDetail/FeatureDetail.d.ts.map +1 -1
- package/dist/presentation/features/organisms/FeatureDetail/FeatureDetail.js +150 -138
- package/dist/presentation/features/organisms/FeatureDetail/index.d.ts +3 -3
- package/dist/presentation/features/organisms/FeatureDetail/index.d.ts.map +1 -0
- package/dist/presentation/features/organisms/FeatureDetail/index.js +155 -3
- package/dist/presentation/features/organisms/FeatureDetail/types.d.ts +6 -10
- package/dist/presentation/features/organisms/FeatureDetail/types.d.ts.map +1 -1
- package/dist/presentation/features/organisms/FeatureDetail/types.js +1 -0
- package/dist/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.d.ts +2 -13
- package/dist/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.d.ts.map +1 -1
- package/dist/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.js +901 -154
- package/dist/presentation/features/organisms/FeatureDiscovery/index.d.ts +3 -3
- package/dist/presentation/features/organisms/FeatureDiscovery/index.d.ts.map +1 -0
- package/dist/presentation/features/organisms/FeatureDiscovery/index.js +909 -2
- package/dist/presentation/features/organisms/FeatureDiscovery/types.d.ts +14 -18
- package/dist/presentation/features/organisms/FeatureDiscovery/types.d.ts.map +1 -1
- package/dist/presentation/features/organisms/FeatureDiscovery/types.js +1 -0
- package/dist/presentation/features/organisms/FeatureEventsList.d.ts +4 -11
- package/dist/presentation/features/organisms/FeatureEventsList.d.ts.map +1 -1
- package/dist/presentation/features/organisms/FeatureEventsList.js +295 -25
- package/dist/presentation/features/organisms/FeatureFormsList.d.ts +4 -11
- package/dist/presentation/features/organisms/FeatureFormsList.d.ts.map +1 -1
- package/dist/presentation/features/organisms/FeatureFormsList.js +295 -25
- package/dist/presentation/features/organisms/FeatureOperationsList.d.ts +4 -11
- package/dist/presentation/features/organisms/FeatureOperationsList.d.ts.map +1 -1
- package/dist/presentation/features/organisms/FeatureOperationsList.js +174 -25
- package/dist/presentation/features/organisms/FeaturePresentationsList.d.ts +4 -11
- package/dist/presentation/features/organisms/FeaturePresentationsList.d.ts.map +1 -1
- package/dist/presentation/features/organisms/FeaturePresentationsList.js +297 -25
- package/dist/presentation/features/organisms/index.d.ts +8 -12
- package/dist/presentation/features/organisms/index.d.ts.map +1 -0
- package/dist/presentation/features/organisms/index.js +1356 -11
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.d.ts +2 -13
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.d.ts.map +1 -1
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.js +329 -231
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/index.d.ts +3 -3
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/index.d.ts.map +1 -0
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/index.js +332 -2
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/types.d.ts +8 -12
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/types.d.ts.map +1 -1
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/types.js +1 -0
- package/dist/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.d.ts +2 -10
- package/dist/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.d.ts.map +1 -1
- package/dist/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.js +335 -30
- package/dist/presentation/features/templates/FeatureDataViewsTemplate/index.d.ts +2 -2
- package/dist/presentation/features/templates/FeatureDataViewsTemplate/index.d.ts.map +1 -0
- package/dist/presentation/features/templates/FeatureDataViewsTemplate/index.js +338 -2
- package/dist/presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.d.ts +2 -13
- package/dist/presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.d.ts.map +1 -1
- package/dist/presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.js +300 -210
- package/dist/presentation/features/templates/FeatureEventDetailTemplate/index.d.ts +3 -3
- package/dist/presentation/features/templates/FeatureEventDetailTemplate/index.d.ts.map +1 -0
- package/dist/presentation/features/templates/FeatureEventDetailTemplate/index.js +303 -2
- package/dist/presentation/features/templates/FeatureEventDetailTemplate/types.d.ts +8 -12
- package/dist/presentation/features/templates/FeatureEventDetailTemplate/types.d.ts.map +1 -1
- package/dist/presentation/features/templates/FeatureEventDetailTemplate/types.js +1 -0
- package/dist/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.d.ts +2 -10
- package/dist/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.d.ts.map +1 -1
- package/dist/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.js +333 -30
- package/dist/presentation/features/templates/FeatureEventsTemplate/index.d.ts +2 -2
- package/dist/presentation/features/templates/FeatureEventsTemplate/index.d.ts.map +1 -0
- package/dist/presentation/features/templates/FeatureEventsTemplate/index.js +336 -2
- package/dist/presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.d.ts +2 -13
- package/dist/presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.d.ts.map +1 -1
- package/dist/presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.js +326 -231
- package/dist/presentation/features/templates/FeatureFormDetailTemplate/index.d.ts +3 -3
- package/dist/presentation/features/templates/FeatureFormDetailTemplate/index.d.ts.map +1 -0
- package/dist/presentation/features/templates/FeatureFormDetailTemplate/index.js +329 -2
- package/dist/presentation/features/templates/FeatureFormDetailTemplate/types.d.ts +8 -12
- package/dist/presentation/features/templates/FeatureFormDetailTemplate/types.d.ts.map +1 -1
- package/dist/presentation/features/templates/FeatureFormDetailTemplate/types.js +1 -0
- package/dist/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.d.ts +2 -10
- package/dist/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.d.ts.map +1 -1
- package/dist/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.js +333 -30
- package/dist/presentation/features/templates/FeatureFormsTemplate/index.d.ts +2 -2
- package/dist/presentation/features/templates/FeatureFormsTemplate/index.d.ts.map +1 -0
- package/dist/presentation/features/templates/FeatureFormsTemplate/index.js +336 -2
- package/dist/presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.d.ts +2 -13
- package/dist/presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.d.ts.map +1 -1
- package/dist/presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.js +300 -205
- package/dist/presentation/features/templates/FeatureOperationDetailTemplate/index.d.ts +3 -3
- package/dist/presentation/features/templates/FeatureOperationDetailTemplate/index.d.ts.map +1 -0
- package/dist/presentation/features/templates/FeatureOperationDetailTemplate/index.js +302 -2
- package/dist/presentation/features/templates/FeatureOperationDetailTemplate/types.d.ts +8 -12
- package/dist/presentation/features/templates/FeatureOperationDetailTemplate/types.d.ts.map +1 -1
- package/dist/presentation/features/templates/FeatureOperationDetailTemplate/types.js +1 -0
- package/dist/presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.d.ts +2 -10
- package/dist/presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.d.ts.map +1 -1
- package/dist/presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.js +212 -31
- package/dist/presentation/features/templates/FeatureOperationsTemplate/index.d.ts +2 -2
- package/dist/presentation/features/templates/FeatureOperationsTemplate/index.d.ts.map +1 -0
- package/dist/presentation/features/templates/FeatureOperationsTemplate/index.js +214 -2
- package/dist/presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.d.ts +5 -13
- package/dist/presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.d.ts.map +1 -1
- package/dist/presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.js +186 -26
- package/dist/presentation/features/templates/FeatureOverviewTemplate/index.d.ts +2 -2
- package/dist/presentation/features/templates/FeatureOverviewTemplate/index.d.ts.map +1 -0
- package/dist/presentation/features/templates/FeatureOverviewTemplate/index.js +188 -3
- package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.d.ts +2 -13
- package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.d.ts.map +1 -1
- package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.js +303 -210
- package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/index.d.ts +3 -3
- package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/index.d.ts.map +1 -0
- package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/index.js +306 -2
- package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/types.d.ts +9 -13
- package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/types.d.ts.map +1 -1
- package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/types.js +1 -0
- package/dist/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.d.ts +2 -10
- package/dist/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.d.ts.map +1 -1
- package/dist/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.js +335 -30
- package/dist/presentation/features/templates/FeaturePresentationsTemplate/index.d.ts +2 -2
- package/dist/presentation/features/templates/FeaturePresentationsTemplate/index.d.ts.map +1 -0
- package/dist/presentation/features/templates/FeaturePresentationsTemplate/index.js +338 -2
- package/dist/presentation/features/templates/types.d.ts +4 -8
- package/dist/presentation/features/templates/types.d.ts.map +1 -1
- package/dist/presentation/features/templates/types.js +1 -0
- package/package.json +2107 -303
- package/src/components/docs/generated/docs-index.manifest.json +1 -1
- package/src/components/docs/generated/docs-index.platform-integrations.json +1 -1
- package/tsdown.config.js +1 -2
- package/.turbo/turbo-build$colon$bundle.log +0 -1230
- package/dist/application/mcp/cliMcp.js.map +0 -1
- package/dist/application/mcp/common.js.map +0 -1
- package/dist/application/mcp/docsMcp.js.map +0 -1
- package/dist/application/mcp/internalMcp.js.map +0 -1
- package/dist/components/docs/DocsIndexPage.js.map +0 -1
- package/dist/components/docs/advanced/AdvancedMCPPage.js.map +0 -1
- package/dist/components/docs/advanced/AdvancedOverlayEditorPage.js.map +0 -1
- package/dist/components/docs/advanced/AdvancedRenderersPage.js.map +0 -1
- package/dist/components/docs/advanced/AdvancedSpecExperimentsPage.js.map +0 -1
- package/dist/components/docs/advanced/AdvancedTelemetryPage.js.map +0 -1
- package/dist/components/docs/advanced/AdvancedWorkflowMonitoringPage.js.map +0 -1
- package/dist/components/docs/architecture/ArchitectureAppConfigPage.js.map +0 -1
- package/dist/components/docs/architecture/ArchitectureIntegrationBindingPage.js.map +0 -1
- package/dist/components/docs/architecture/ArchitectureKnowledgeBindingPage.js.map +0 -1
- package/dist/components/docs/architecture/ArchitectureMultiTenancyPage.js.map +0 -1
- package/dist/components/docs/architecture/ArchitectureOverviewPage.js.map +0 -1
- package/dist/components/docs/comparison/ComparisonAutomationPlatformsPage.js.map +0 -1
- package/dist/components/docs/comparison/ComparisonEnterprisePlatformsPage.js.map +0 -1
- package/dist/components/docs/comparison/ComparisonInternalToolBuildersPage.js.map +0 -1
- package/dist/components/docs/comparison/ComparisonOverviewPage.js.map +0 -1
- package/dist/components/docs/comparison/ComparisonWindmillPage.js.map +0 -1
- package/dist/components/docs/comparison/ComparisonWorkflowEnginesPage.js.map +0 -1
- package/dist/components/docs/ecosystem/IntegrationsPage.js.map +0 -1
- package/dist/components/docs/ecosystem/PluginsPage.js.map +0 -1
- package/dist/components/docs/ecosystem/RegistryPage.js.map +0 -1
- package/dist/components/docs/ecosystem/TemplatesPage.js.map +0 -1
- package/dist/components/docs/ecosystem/ecosystem.docblocks.js.map +0 -1
- package/dist/components/docs/examples/DocsExamplesPage.js.map +0 -1
- package/dist/components/docs/generated/docs-index.generated.js.map +0 -1
- package/dist/components/docs/generated/loader.js.map +0 -1
- package/dist/components/docs/getting-started/CLIPage.js.map +0 -1
- package/dist/components/docs/getting-started/CompatibilityPage.js.map +0 -1
- package/dist/components/docs/getting-started/DataViewTutorialPage.js.map +0 -1
- package/dist/components/docs/getting-started/DeveloperToolsPage.js.map +0 -1
- package/dist/components/docs/getting-started/HelloWorldPage.js.map +0 -1
- package/dist/components/docs/getting-started/InstallationPage.js.map +0 -1
- package/dist/components/docs/getting-started/StartHerePage.js.map +0 -1
- package/dist/components/docs/getting-started/TroubleshootingPage.js.map +0 -1
- package/dist/components/docs/getting-started/VSCodeExtensionPage.js.map +0 -1
- package/dist/components/docs/getting-started/getting-started.docblocks.js.map +0 -1
- package/dist/components/docs/guides/GuideCIDiffGatingPage.js.map +0 -1
- package/dist/components/docs/guides/GuideContractTypesPage.js.map +0 -1
- package/dist/components/docs/guides/GuideDocsPipelinePage.js.map +0 -1
- package/dist/components/docs/guides/GuideGenerateDocsClientsSchemasPage.js.map +0 -1
- package/dist/components/docs/guides/GuideImportExistingCodebasesPage.js.map +0 -1
- package/dist/components/docs/guides/GuideNextjsOneEndpointPage.js.map +0 -1
- package/dist/components/docs/guides/GuideSpecValidationTypingPage.js.map +0 -1
- package/dist/components/docs/guides/GuidesIndexPage.js.map +0 -1
- package/dist/components/docs/guides/guides.docblocks.js.map +0 -1
- package/dist/components/docs/integrations/IntegrationsCircuitBreakersPage.js.map +0 -1
- package/dist/components/docs/integrations/IntegrationsElevenLabsPage.js.map +0 -1
- package/dist/components/docs/integrations/IntegrationsGmailPage.js.map +0 -1
- package/dist/components/docs/integrations/IntegrationsGoogleCalendarPage.js.map +0 -1
- package/dist/components/docs/integrations/IntegrationsOpenAIPage.js.map +0 -1
- package/dist/components/docs/integrations/IntegrationsOverviewPage.js.map +0 -1
- package/dist/components/docs/integrations/IntegrationsPostmarkPage.js.map +0 -1
- package/dist/components/docs/integrations/IntegrationsPowensPage.js.map +0 -1
- package/dist/components/docs/integrations/IntegrationsQdrantPage.js.map +0 -1
- package/dist/components/docs/integrations/IntegrationsResendPage.js.map +0 -1
- package/dist/components/docs/integrations/IntegrationsS3Page.js.map +0 -1
- package/dist/components/docs/integrations/IntegrationsSpecModelPage.js.map +0 -1
- package/dist/components/docs/integrations/IntegrationsStripePage.js.map +0 -1
- package/dist/components/docs/integrations/IntegrationsTwilioPage.js.map +0 -1
- package/dist/components/docs/intent/ContractFirstApiPage.js.map +0 -1
- package/dist/components/docs/intent/DeterministicCodegenPage.js.map +0 -1
- package/dist/components/docs/intent/GenerateClientFromSchemaPage.js.map +0 -1
- package/dist/components/docs/intent/OpenapiAlternativePage.js.map +0 -1
- package/dist/components/docs/intent/SchemaValidationTypescriptPage.js.map +0 -1
- package/dist/components/docs/intent/SpecDrivenDevelopmentPage.js.map +0 -1
- package/dist/components/docs/intent/intent-pages.docblocks.js.map +0 -1
- package/dist/components/docs/knowledge/KnowledgeCategoriesPage.js.map +0 -1
- package/dist/components/docs/knowledge/KnowledgeExamplesPage.js.map +0 -1
- package/dist/components/docs/knowledge/KnowledgeOverviewPage.js.map +0 -1
- package/dist/components/docs/knowledge/KnowledgeSourcesPage.js.map +0 -1
- package/dist/components/docs/knowledge/KnowledgeSpacesPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesAccessibilityPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesAiAgentPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesAnalyticsPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesContentGenPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesContractsPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesCostTrackingPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesDataBackendPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesDataViewsPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesDesignSystemPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesEvolutionPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesGraphQLPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesGrowthPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesMultiTenancyPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesObservabilityPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesOverlayEnginePage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesOverviewPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesPersonalizationPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesProgressiveDeliveryPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesResiliencePage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesRuntimePage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesSLOPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesSchemaPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesSupportBotPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesTestingPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesUIKitPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesWorkflowComposerPage.js.map +0 -1
- package/dist/components/docs/libraries/LibrariesWorkflowsPage.js.map +0 -1
- package/dist/components/docs/manifesto/ManifestoPage.js.map +0 -1
- package/dist/components/docs/ops/AutoEvolutionOpsPage.js.map +0 -1
- package/dist/components/docs/ops/DistributedTracingOpsPage.js.map +0 -1
- package/dist/components/docs/ops/ops-lifecycle.docblocks.js.map +0 -1
- package/dist/components/docs/ops/ops-runbooks-a.docblocks.js.map +0 -1
- package/dist/components/docs/ops/ops-runbooks-b.docblocks.js.map +0 -1
- package/dist/components/docs/ops/ops-slo-tenant.docblocks.js.map +0 -1
- package/dist/components/docs/ops/ops-top.docs.js.map +0 -1
- package/dist/components/docs/ops/ops.docs.js.map +0 -1
- package/dist/components/docs/product/product.docblocks.js.map +0 -1
- package/dist/components/docs/reference/DocsMarkdownContent.js.map +0 -1
- package/dist/components/docs/reference/DocsReferenceContent.js.map +0 -1
- package/dist/components/docs/reference/DocsReferenceIndexClient.js.map +0 -1
- package/dist/components/docs/reference/DocsReferenceIndexPage.js.map +0 -1
- package/dist/components/docs/reference/DocsReferencePage.js.map +0 -1
- package/dist/components/docs/reference/docsMarkdownParser.js.map +0 -1
- package/dist/components/docs/safety/SafetyAuditingPage.js.map +0 -1
- package/dist/components/docs/safety/SafetyMigrationsPage.js.map +0 -1
- package/dist/components/docs/safety/SafetyOverviewPage.js.map +0 -1
- package/dist/components/docs/safety/SafetyPDPPage.js.map +0 -1
- package/dist/components/docs/safety/SafetySecurityTrustPage.js.map +0 -1
- package/dist/components/docs/safety/SafetySigningPage.js.map +0 -1
- package/dist/components/docs/safety/SafetyTenantIsolationPage.js.map +0 -1
- package/dist/components/docs/shared/StudioPrompt.js.map +0 -1
- package/dist/components/docs/specs/SpecsCapabilitiesPage.js.map +0 -1
- package/dist/components/docs/specs/SpecsDataViewsPage.js.map +0 -1
- package/dist/components/docs/specs/SpecsOverlaysPage.js.map +0 -1
- package/dist/components/docs/specs/SpecsOverviewPage.js.map +0 -1
- package/dist/components/docs/specs/SpecsPolicyPage.js.map +0 -1
- package/dist/components/docs/specs/SpecsWorkflowsPage.js.map +0 -1
- package/dist/components/docs/studio/StudioBYOKPage.js.map +0 -1
- package/dist/components/docs/studio/StudioDeploymentsPage.js.map +0 -1
- package/dist/components/docs/studio/StudioGettingStartedPage.js.map +0 -1
- package/dist/components/docs/studio/StudioIntegrationsPage.js.map +0 -1
- package/dist/components/docs/studio/StudioOverviewPage.js.map +0 -1
- package/dist/components/docs/studio/StudioVisualBuilderPage.js.map +0 -1
- package/dist/components/docs/tech/contracts/tech-docs.docblocks.js.map +0 -1
- package/dist/components/integrations/molecules/IntegrationCard.js.map +0 -1
- package/dist/components/integrations/organisms/IntegrationMarketplace.js.map +0 -1
- package/dist/components/integrations/organisms/IntegrationSettings.js.map +0 -1
- package/dist/components/integrations/organisms/KnowledgeSourceList.js.map +0 -1
- package/dist/components/legal/PrivacyTemplate.js.map +0 -1
- package/dist/components/legal/TermsTemplate.js.map +0 -1
- package/dist/components/shared/FeatureGateNotice.js.map +0 -1
- package/dist/components/shell/WorkspaceHeader.js.map +0 -1
- package/dist/components/shell/WorkspaceProjectShellLayout.js.map +0 -1
- package/dist/components/shell/WorkspaceSidebar.js.map +0 -1
- package/dist/components/templates/engine/index.js.map +0 -1
- package/dist/components/templates/messaging/ConversationList.js.map +0 -1
- package/dist/components/templates/messaging/MessageComposer.js.map +0 -1
- package/dist/components/templates/messaging/MessageThread.js.map +0 -1
- package/dist/components/templates/messaging/MessagingWorkspace.js.map +0 -1
- package/dist/components/templates/recipes/LanguageSwitcher.js.map +0 -1
- package/dist/components/templates/recipes/RecipeCard.js.map +0 -1
- package/dist/components/templates/recipes/RecipeDetail.js.map +0 -1
- package/dist/components/templates/recipes/RecipeList.js.map +0 -1
- package/dist/components/templates/todos/FilterBar.js.map +0 -1
- package/dist/components/templates/todos/TaskForm.js.map +0 -1
- package/dist/components/templates/todos/TaskItem.js.map +0 -1
- package/dist/components/templates/todos/TaskList.js.map +0 -1
- package/dist/config/contractspec-blueprint.js.map +0 -1
- package/dist/config/contractspec-branding.js.map +0 -1
- package/dist/config/contractspec-routes.js.map +0 -1
- package/dist/features/contracts-registry.js.map +0 -1
- package/dist/features/docs.feature.js.map +0 -1
- package/dist/features/mcp.feature.js.map +0 -1
- package/dist/features/presentations.feature.js.map +0 -1
- package/dist/features/registry.js.map +0 -1
- package/dist/infrastructure/elysia/logger.js.map +0 -1
- package/dist/libs/email/client.js.map +0 -1
- package/dist/libs/email/contact.js.map +0 -1
- package/dist/libs/email/newsletter.js.map +0 -1
- package/dist/libs/email/utils.js.map +0 -1
- package/dist/libs/email/waitlist-application.js.map +0 -1
- package/dist/libs/email/waitlist.js.map +0 -1
- package/dist/libs/posthog/client.js.map +0 -1
- package/dist/libs/posthog/native.js.map +0 -1
- package/dist/libs/posthog/server.js.map +0 -1
- package/dist/libs/pricing-examples.js.map +0 -1
- package/dist/node_modules/next/dist/build/adapter/build-complete.d.ts +0 -3
- package/dist/node_modules/next/dist/build/analysis/get-page-static-info.d.ts +0 -15
- package/dist/node_modules/next/dist/build/analysis/get-page-static-info.d.ts.map +0 -1
- package/dist/node_modules/next/dist/build/build-context.d.ts +0 -3
- package/dist/node_modules/next/dist/build/index.d.ts +0 -19
- package/dist/node_modules/next/dist/build/index.d.ts.map +0 -1
- package/dist/node_modules/next/dist/build/load-jsconfig.d.ts +0 -1
- package/dist/node_modules/next/dist/build/segment-config/app/app-segments.d.ts +0 -3
- package/dist/node_modules/next/dist/build/static-paths/types.d.ts +0 -2
- package/dist/node_modules/next/dist/build/swc/generated-native.d.ts +0 -1
- package/dist/node_modules/next/dist/build/swc/types.d.ts +0 -2
- package/dist/node_modules/next/dist/build/templates/app-page.d.ts +0 -1
- package/dist/node_modules/next/dist/build/templates/app-route.d.ts +0 -3
- package/dist/node_modules/next/dist/build/utils.d.ts +0 -8
- package/dist/node_modules/next/dist/build/webpack/loaders/get-module-build-info.d.ts +0 -2
- package/dist/node_modules/next/dist/build/webpack/loaders/next-app-loader/index.d.ts +0 -1
- package/dist/node_modules/next/dist/build/webpack/plugins/middleware-plugin.d.ts +0 -3
- package/dist/node_modules/next/dist/build/webpack/plugins/subresource-integrity-plugin.d.ts +0 -7
- package/dist/node_modules/next/dist/build/webpack/plugins/subresource-integrity-plugin.d.ts.map +0 -1
- package/dist/node_modules/next/dist/build/webpack-config.d.ts +0 -5
- package/dist/node_modules/next/dist/build/worker.d.ts +0 -2
- package/dist/node_modules/next/dist/cli/next-test.d.ts +0 -6
- package/dist/node_modules/next/dist/cli/next-test.d.ts.map +0 -1
- package/dist/node_modules/next/dist/client/components/app-router-headers.d.ts +0 -5
- package/dist/node_modules/next/dist/client/components/app-router-headers.d.ts.map +0 -1
- package/dist/node_modules/next/dist/client/components/client-page.d.ts +0 -3
- package/dist/node_modules/next/dist/client/components/client-segment.d.ts +0 -2
- package/dist/node_modules/next/dist/client/components/error-boundary.d.ts +0 -1
- package/dist/node_modules/next/dist/client/components/http-access-fallback/error-boundary.d.ts +0 -2
- package/dist/node_modules/next/dist/client/components/layout-router.d.ts +0 -2
- package/dist/node_modules/next/dist/client/components/render-from-template-context.d.ts +0 -1
- package/dist/node_modules/next/dist/client/components/router-reducer/fetch-server-response.d.ts +0 -2
- package/dist/node_modules/next/dist/client/components/router-reducer/ppr-navigations.d.ts +0 -1
- package/dist/node_modules/next/dist/client/components/router-reducer/router-reducer-types.d.ts +0 -3
- package/dist/node_modules/next/dist/client/components/segment-cache/navigation.d.ts +0 -3
- package/dist/node_modules/next/dist/client/flight-data-helpers.d.ts +0 -1
- package/dist/node_modules/next/dist/client/page-loader.d.ts +0 -16
- package/dist/node_modules/next/dist/client/page-loader.d.ts.map +0 -1
- package/dist/node_modules/next/dist/client/route-loader.d.ts +0 -22
- package/dist/node_modules/next/dist/client/route-loader.d.ts.map +0 -1
- package/dist/node_modules/next/dist/client/router.d.ts +0 -2
- package/dist/node_modules/next/dist/client/with-router.d.ts +0 -3
- package/dist/node_modules/next/dist/export/types.d.ts +0 -8
- package/dist/node_modules/next/dist/export/worker.d.ts +0 -1
- package/dist/node_modules/next/dist/lib/constants.d.ts +0 -1
- package/dist/node_modules/next/dist/lib/framework/boundary-components.d.ts +0 -1
- package/dist/node_modules/next/dist/lib/load-custom-routes.d.ts +0 -47
- package/dist/node_modules/next/dist/lib/load-custom-routes.d.ts.map +0 -1
- package/dist/node_modules/next/dist/lib/metadata/metadata.d.ts +0 -6
- package/dist/node_modules/next/dist/lib/metadata/resolve-metadata.d.ts +0 -4
- package/dist/node_modules/next/dist/lib/metadata/types/alternative-urls-types.d.ts +0 -22
- package/dist/node_modules/next/dist/lib/metadata/types/alternative-urls-types.d.ts.map +0 -1
- package/dist/node_modules/next/dist/lib/metadata/types/extra-types.d.ts +0 -79
- package/dist/node_modules/next/dist/lib/metadata/types/extra-types.d.ts.map +0 -1
- package/dist/node_modules/next/dist/lib/metadata/types/metadata-interface.d.ts +0 -479
- package/dist/node_modules/next/dist/lib/metadata/types/metadata-interface.d.ts.map +0 -1
- package/dist/node_modules/next/dist/lib/metadata/types/metadata-types.d.ts +0 -97
- package/dist/node_modules/next/dist/lib/metadata/types/metadata-types.d.ts.map +0 -1
- package/dist/node_modules/next/dist/lib/metadata/types/opengraph-types.d.ts +0 -134
- package/dist/node_modules/next/dist/lib/metadata/types/opengraph-types.d.ts.map +0 -1
- package/dist/node_modules/next/dist/lib/metadata/types/twitter-types.d.ts +0 -58
- package/dist/node_modules/next/dist/lib/metadata/types/twitter-types.d.ts.map +0 -1
- package/dist/node_modules/next/dist/next-devtools/dev-overlay/container/runtime-error/render-error.d.ts +0 -3
- package/dist/node_modules/next/dist/next-devtools/dev-overlay/shared.d.ts +0 -2
- package/dist/node_modules/next/dist/next-devtools/dev-overlay/utils/get-error-by-type.d.ts +0 -1
- package/dist/node_modules/next/dist/next-devtools/userspace/app/segment-explorer-node.d.ts +0 -2
- package/dist/node_modules/next/dist/next-devtools/userspace/pages/pages-dev-overlay-setup.d.ts +0 -2
- package/dist/node_modules/next/dist/server/after/after-context.d.ts +0 -1
- package/dist/node_modules/next/dist/server/api-utils/index.d.ts +0 -2
- package/dist/node_modules/next/dist/server/app-render/app-render.d.ts +0 -11
- package/dist/node_modules/next/dist/server/app-render/collect-segment-data.d.ts +0 -2
- package/dist/node_modules/next/dist/server/app-render/create-error-handler.d.ts +0 -7
- package/dist/node_modules/next/dist/server/app-render/create-error-handler.d.ts.map +0 -1
- package/dist/node_modules/next/dist/server/app-render/dynamic-rendering.d.ts +0 -2
- package/dist/node_modules/next/dist/server/app-render/entry-base.d.ts +0 -22
- package/dist/node_modules/next/dist/server/app-render/entry-base.d.ts.map +0 -1
- package/dist/node_modules/next/dist/server/app-render/rsc/postpone.d.ts +0 -1
- package/dist/node_modules/next/dist/server/app-render/types.d.ts +0 -11
- package/dist/node_modules/next/dist/server/app-render/work-async-storage-instance.d.ts +0 -1
- package/dist/node_modules/next/dist/server/app-render/work-async-storage.external.d.ts +0 -5
- package/dist/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.d.ts +0 -1
- package/dist/node_modules/next/dist/server/app-render/work-unit-async-storage.external.d.ts +0 -9
- package/dist/node_modules/next/dist/server/async-storage/draft-mode-provider.d.ts +0 -3
- package/dist/node_modules/next/dist/server/async-storage/work-store.d.ts +0 -5
- package/dist/node_modules/next/dist/server/base-http/index.d.ts +0 -2
- package/dist/node_modules/next/dist/server/base-http/node.d.ts +0 -3
- package/dist/node_modules/next/dist/server/base-server.d.ts +0 -21
- package/dist/node_modules/next/dist/server/config-shared.d.ts +0 -1128
- package/dist/node_modules/next/dist/server/config-shared.d.ts.map +0 -1
- package/dist/node_modules/next/dist/server/dev/debug-channel.d.ts +0 -1
- package/dist/node_modules/next/dist/server/dev/hot-reloader-types.d.ts +0 -5
- package/dist/node_modules/next/dist/server/dev/next-dev-server.d.ts +0 -17
- package/dist/node_modules/next/dist/server/dev/static-paths-worker.d.ts +0 -3
- package/dist/node_modules/next/dist/server/image-optimizer.d.ts +0 -3
- package/dist/node_modules/next/dist/server/lib/app-dir-module.d.ts +0 -1
- package/dist/node_modules/next/dist/server/lib/dev-bundler-service.d.ts +0 -2
- package/dist/node_modules/next/dist/server/lib/experimental/ppr.d.ts +0 -12
- package/dist/node_modules/next/dist/server/lib/experimental/ppr.d.ts.map +0 -1
- package/dist/node_modules/next/dist/server/lib/i18n-provider.d.ts +0 -2
- package/dist/node_modules/next/dist/server/lib/implicit-tags.d.ts +0 -1
- package/dist/node_modules/next/dist/server/lib/incremental-cache/index.d.ts +0 -3
- package/dist/node_modules/next/dist/server/lib/render-server.d.ts +0 -6
- package/dist/node_modules/next/dist/server/lib/router-server.d.ts +0 -1
- package/dist/node_modules/next/dist/server/lib/router-utils/filesystem.d.ts +0 -3
- package/dist/node_modules/next/dist/server/lib/router-utils/router-server-context.d.ts +0 -2
- package/dist/node_modules/next/dist/server/lib/router-utils/setup-dev-bundler.d.ts +0 -7
- package/dist/node_modules/next/dist/server/load-components.d.ts +0 -3
- package/dist/node_modules/next/dist/server/load-default-error-components.d.ts +0 -2
- package/dist/node_modules/next/dist/server/next-server.d.ts +0 -19
- package/dist/node_modules/next/dist/server/next.d.ts +0 -4
- package/dist/node_modules/next/dist/server/normalizers/locale-route-normalizer.d.ts +0 -1
- package/dist/node_modules/next/dist/server/render-result.d.ts +0 -3
- package/dist/node_modules/next/dist/server/render.d.ts +0 -9
- package/dist/node_modules/next/dist/server/request/fallback-params.d.ts +0 -3
- package/dist/node_modules/next/dist/server/request/params.d.ts +0 -1
- package/dist/node_modules/next/dist/server/request/search-params.d.ts +0 -1
- package/dist/node_modules/next/dist/server/request-meta.d.ts +0 -21
- package/dist/node_modules/next/dist/server/request-meta.d.ts.map +0 -1
- package/dist/node_modules/next/dist/server/response-cache/index.d.ts +0 -1
- package/dist/node_modules/next/dist/server/response-cache/types.d.ts +0 -1
- package/dist/node_modules/next/dist/server/resume-data-cache/cache-store.d.ts +0 -1
- package/dist/node_modules/next/dist/server/resume-data-cache/resume-data-cache.d.ts +0 -1
- package/dist/node_modules/next/dist/server/route-matcher-managers/route-matcher-manager.d.ts +0 -3
- package/dist/node_modules/next/dist/server/route-matcher-providers/route-matcher-provider.d.ts +0 -1
- package/dist/node_modules/next/dist/server/route-matchers/route-matcher.d.ts +0 -2
- package/dist/node_modules/next/dist/server/route-matches/pages-api-route-match.d.ts +0 -1
- package/dist/node_modules/next/dist/server/route-matches/route-match.d.ts +0 -1
- package/dist/node_modules/next/dist/server/route-modules/app-page/module.d.ts +0 -15
- package/dist/node_modules/next/dist/server/route-modules/app-page/vendored/contexts/entrypoints.d.ts +0 -6
- package/dist/node_modules/next/dist/server/route-modules/app-page/vendored/rsc/entrypoints.d.ts +0 -2
- package/dist/node_modules/next/dist/server/route-modules/app-page/vendored/ssr/entrypoints.d.ts +0 -2
- package/dist/node_modules/next/dist/server/route-modules/app-route/module.compiled.d.ts +0 -1
- package/dist/node_modules/next/dist/server/route-modules/app-route/module.d.ts +0 -11
- package/dist/node_modules/next/dist/server/route-modules/app-route/shared-modules.d.ts +0 -1
- package/dist/node_modules/next/dist/server/route-modules/pages/builtin/_error.d.ts +0 -1
- package/dist/node_modules/next/dist/server/route-modules/pages/module.d.ts +0 -7
- package/dist/node_modules/next/dist/server/route-modules/pages/vendored/contexts/entrypoints.d.ts +0 -9
- package/dist/node_modules/next/dist/server/route-modules/route-module.d.ts +0 -11
- package/dist/node_modules/next/dist/server/web/adapter.d.ts +0 -4
- package/dist/node_modules/next/dist/server/web/next-url.d.ts +0 -2
- package/dist/node_modules/next/dist/server/web/spec-extension/fetch-event.d.ts +0 -1
- package/dist/node_modules/next/dist/server/web/spec-extension/request.d.ts +0 -2
- package/dist/node_modules/next/dist/server/web/spec-extension/response.d.ts +0 -2
- package/dist/node_modules/next/dist/server/web/types.d.ts +0 -5
- package/dist/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.d.ts +0 -4
- package/dist/node_modules/next/dist/shared/lib/app-router-types.d.ts +0 -1
- package/dist/node_modules/next/dist/shared/lib/constants.d.ts +0 -9
- package/dist/node_modules/next/dist/shared/lib/constants.d.ts.map +0 -1
- package/dist/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.d.ts +0 -1
- package/dist/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.d.ts +0 -2
- package/dist/node_modules/next/dist/shared/lib/html-context.shared-runtime.d.ts +0 -3
- package/dist/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.d.ts +0 -1
- package/dist/node_modules/next/dist/shared/lib/image-config.d.ts +0 -78
- package/dist/node_modules/next/dist/shared/lib/image-config.d.ts.map +0 -1
- package/dist/node_modules/next/dist/shared/lib/loadable-context.shared-runtime.d.ts +0 -1
- package/dist/node_modules/next/dist/shared/lib/loadable.shared-runtime.d.ts +0 -9
- package/dist/node_modules/next/dist/shared/lib/loadable.shared-runtime.d.ts.map +0 -1
- package/dist/node_modules/next/dist/shared/lib/router/router.d.ts +0 -13
- package/dist/node_modules/next/dist/shared/lib/router/router.d.ts.map +0 -1
- package/dist/node_modules/next/dist/shared/lib/router/utils/middleware-route-matcher.d.ts +0 -3
- package/dist/node_modules/next/dist/shared/lib/router/utils/route-matcher.d.ts +0 -1
- package/dist/node_modules/next/dist/shared/lib/router-context.shared-runtime.d.ts +0 -2
- package/dist/node_modules/next/dist/shared/lib/segment-cache/segment-value-encoding.d.ts +0 -1
- package/dist/node_modules/next/dist/shared/lib/server-inserted-html.shared-runtime.d.ts +0 -1
- package/dist/node_modules/next/dist/shared/lib/size-limit.d.ts +0 -1
- package/dist/node_modules/next/dist/shared/lib/utils.d.ts +0 -45
- package/dist/node_modules/next/dist/shared/lib/utils.d.ts.map +0 -1
- package/dist/node_modules/next/dist/types.d.ts +0 -39
- package/dist/node_modules/next/dist/types.d.ts.map +0 -1
- package/dist/node_modules/next/index.d.ts +0 -20
- package/dist/node_modules/next/types.d.ts +0 -3
- package/dist/packages/libs/content-gen/dist/seo/optimizer.js +0 -49
- package/dist/packages/libs/content-gen/dist/seo/optimizer.js.map +0 -1
- package/dist/packages/libs/content-gen/dist/types.d.ts +0 -27
- package/dist/packages/libs/content-gen/dist/types.d.ts.map +0 -1
- package/dist/presentation/features/atoms/FeatureIcon/FeatureIcon.js.map +0 -1
- package/dist/presentation/features/hooks/useContractsRegistry.js.map +0 -1
- package/dist/presentation/features/hooks/useFeatureFilters.js.map +0 -1
- package/dist/presentation/features/hooks/useFeatureRegistry.js.map +0 -1
- package/dist/presentation/features/hooks/useRelatedDocs.js.map +0 -1
- package/dist/presentation/features/molecules/FeatureCard/FeatureCard.js.map +0 -1
- package/dist/presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.js.map +0 -1
- package/dist/presentation/features/molecules/FeatureFilters/FeatureFilters.js.map +0 -1
- package/dist/presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.js.map +0 -1
- package/dist/presentation/features/organisms/FeatureDataViewsList.js.map +0 -1
- package/dist/presentation/features/organisms/FeatureDetail/FeatureDetail.js.map +0 -1
- package/dist/presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.js.map +0 -1
- package/dist/presentation/features/organisms/FeatureEventsList.js.map +0 -1
- package/dist/presentation/features/organisms/FeatureFormsList.js.map +0 -1
- package/dist/presentation/features/organisms/FeatureOperationsList.js.map +0 -1
- package/dist/presentation/features/organisms/FeaturePresentationsList.js.map +0 -1
- package/dist/presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.js.map +0 -1
- package/dist/presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.js.map +0 -1
- package/dist/presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.js.map +0 -1
- package/dist/presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.js.map +0 -1
- package/dist/presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.js.map +0 -1
- package/dist/presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.js.map +0 -1
- package/dist/presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.js.map +0 -1
- package/dist/presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.js.map +0 -1
- package/dist/presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.js.map +0 -1
- package/dist/presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.js.map +0 -1
- package/dist/presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.js.map +0 -1
- package/tsconfig.tsbuildinfo +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"FilterBar.js","names":[],"sources":["../../../../src/components/templates/todos/FilterBar.tsx"],"sourcesContent":["import { type TaskPriority, type TaskCategory } from './types';\n\nexport interface FilterState {\n status: 'all' | 'active' | 'completed';\n priority: TaskPriority | 'all';\n categoryId: string | 'all';\n search: string;\n}\n\nexport interface FilterBarProps {\n value: FilterState;\n onChange: (next: FilterState) => void;\n categories: TaskCategory[];\n}\n\nexport function FilterBar({ value, onChange, categories }: FilterBarProps) {\n const handleChange = <\n TKey extends keyof FilterState,\n TValue extends FilterState[TKey],\n >(\n key: TKey,\n nextValue: TValue\n ) => {\n onChange({ ...value, [key]: nextValue });\n };\n\n return (\n <div className=\"border-border bg-card grid gap-3 rounded-2xl border p-4 md:grid-cols-4\">\n <label className=\"text-muted-foreground flex flex-col text-xs tracking-wide uppercase\">\n Status\n <select\n className=\"border-border bg-background text-foreground mt-1 rounded-md border px-3 py-2 text-sm\"\n value={value.status}\n onChange={(event) =>\n handleChange('status', event.target.value as FilterState['status'])\n }\n >\n <option value=\"all\">All tasks</option>\n <option value=\"active\">Active</option>\n <option value=\"completed\">Completed</option>\n </select>\n </label>\n\n <label className=\"text-muted-foreground flex flex-col text-xs tracking-wide uppercase\">\n Priority\n <select\n className=\"border-border bg-background text-foreground mt-1 rounded-md border px-3 py-2 text-sm\"\n value={value.priority}\n onChange={(event) =>\n handleChange(\n 'priority',\n event.target.value as FilterState['priority']\n )\n }\n >\n <option value=\"all\">All</option>\n <option value=\"LOW\">Low</option>\n <option value=\"MEDIUM\">Medium</option>\n <option value=\"HIGH\">High</option>\n <option value=\"URGENT\">Urgent</option>\n </select>\n </label>\n\n <label className=\"text-muted-foreground flex flex-col text-xs tracking-wide uppercase\">\n Category\n <select\n className=\"border-border bg-background text-foreground mt-1 rounded-md border px-3 py-2 text-sm\"\n value={value.categoryId}\n onChange={(event) =>\n handleChange(\n 'categoryId',\n event.target.value as FilterState['categoryId']\n )\n }\n >\n <option value=\"all\">All categories</option>\n {categories.map((category) => (\n <option key={category.id} value={category.id}>\n {category.name}\n </option>\n ))}\n </select>\n </label>\n\n <label className=\"text-muted-foreground flex flex-col text-xs tracking-wide uppercase\">\n Search\n <input\n type=\"search\"\n className=\"border-border bg-background text-foreground mt-1 rounded-md border px-3 py-2 text-sm\"\n placeholder=\"Search by title\"\n value={value.search}\n onChange={(event) => handleChange('search', event.target.value)}\n />\n </label>\n </div>\n );\n}\n"],"mappings":";;;AAeA,SAAgB,UAAU,EAAE,OAAO,UAAU,cAA8B;CACzE,MAAM,gBAIJ,KACA,cACG;AACH,WAAS;GAAE,GAAG;IAAQ,MAAM;GAAW,CAAC;;AAG1C,QACE,qBAAC;EAAI,WAAU;;GACb,qBAAC;IAAM,WAAU;eAAsE,UAErF,qBAAC;KACC,WAAU;KACV,OAAO,MAAM;KACb,WAAW,UACT,aAAa,UAAU,MAAM,OAAO,MAA+B;;MAGrE,oBAAC;OAAO,OAAM;iBAAM;QAAkB;MACtC,oBAAC;OAAO,OAAM;iBAAS;QAAe;MACtC,oBAAC;OAAO,OAAM;iBAAY;QAAkB;;MACrC;KACH;GAER,qBAAC;IAAM,WAAU;eAAsE,YAErF,qBAAC;KACC,WAAU;KACV,OAAO,MAAM;KACb,WAAW,UACT,aACE,YACA,MAAM,OAAO,MACd;;MAGH,oBAAC;OAAO,OAAM;iBAAM;QAAY;MAChC,oBAAC;OAAO,OAAM;iBAAM;QAAY;MAChC,oBAAC;OAAO,OAAM;iBAAS;QAAe;MACtC,oBAAC;OAAO,OAAM;iBAAO;QAAa;MAClC,oBAAC;OAAO,OAAM;iBAAS;QAAe;;MAC/B;KACH;GAER,qBAAC;IAAM,WAAU;eAAsE,YAErF,qBAAC;KACC,WAAU;KACV,OAAO,MAAM;KACb,WAAW,UACT,aACE,cACA,MAAM,OAAO,MACd;gBAGH,oBAAC;MAAO,OAAM;gBAAM;OAAuB,EAC1C,WAAW,KAAK,aACf,oBAAC;MAAyB,OAAO,SAAS;gBACvC,SAAS;QADC,SAAS,GAEb,CACT;MACK;KACH;GAER,qBAAC;IAAM,WAAU;eAAsE,UAErF,oBAAC;KACC,MAAK;KACL,WAAU;KACV,aAAY;KACZ,OAAO,MAAM;KACb,WAAW,UAAU,aAAa,UAAU,MAAM,OAAO,MAAM;MAC/D;KACI;;GACJ"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TaskForm.js","names":[],"sources":["../../../../src/components/templates/todos/TaskForm.tsx"],"sourcesContent":["'use client';\n\nimport { useState } from 'react';\nimport { useMutation } from '@apollo/client/react';\nimport { gql } from '@apollo/client';\n\nimport { useTemplateRuntime } from '@contractspec/lib.example-shared-ui';\nimport { type TaskCategory, type TaskPriority } from './types';\n\nconst CREATE_TASK = gql`\n mutation CreateTask($input: CreateTaskInput!) {\n createTask(input: $input) {\n id\n title\n }\n }\n`;\n\nexport interface TaskFormProps {\n categories: TaskCategory[];\n}\n\nexport function TaskForm({ categories }: TaskFormProps) {\n const { projectId } = useTemplateRuntime();\n const [title, setTitle] = useState('');\n const [description, setDescription] = useState('');\n const [priority, setPriority] = useState<TaskPriority>('MEDIUM');\n const [categoryId, setCategoryId] = useState<string | 'none'>('none');\n const [tagsInput, setTagsInput] = useState('');\n const [createTask, { loading }] = useMutation(CREATE_TASK);\n\n const handleSubmit = async (event: React.FormEvent) => {\n event.preventDefault();\n if (!title.trim()) return;\n await createTask({\n variables: {\n input: {\n projectId,\n title: title.trim(),\n description: description.trim() || undefined,\n priority,\n categoryId: categoryId === 'none' ? undefined : categoryId,\n tags: parseTags(tagsInput),\n },\n },\n refetchQueries: ['Tasks'],\n awaitRefetchQueries: true,\n });\n setTitle('');\n setDescription('');\n setPriority('MEDIUM');\n setCategoryId('none');\n setTagsInput('');\n // onCreated?.();\n };\n\n return (\n <form\n onSubmit={handleSubmit}\n className=\"border-border bg-background/60 space-y-3 rounded-2xl border p-4\"\n >\n <div>\n <label className=\"text-muted-foreground text-xs font-semibold uppercase\">\n Title\n <input\n type=\"text\"\n className=\"border-border bg-card mt-1 w-full rounded-md border px-3 py-2 text-sm\"\n placeholder=\"What needs to get done?\"\n value={title}\n onChange={(event) => setTitle(event.target.value)}\n required\n />\n </label>\n </div>\n\n <div>\n <label className=\"text-muted-foreground text-xs font-semibold uppercase\">\n Description\n <textarea\n className=\"border-border bg-card mt-1 w-full rounded-md border px-3 py-2 text-sm\"\n rows={3}\n placeholder=\"Add context or policy notes\"\n value={description}\n onChange={(event) => setDescription(event.target.value)}\n />\n </label>\n </div>\n\n <div className=\"grid gap-3 md:grid-cols-3\">\n <label className=\"text-muted-foreground text-xs font-semibold uppercase\">\n Priority\n <select\n className=\"border-border bg-card mt-1 w-full rounded-md border px-3 py-2 text-sm\"\n value={priority}\n onChange={(event) =>\n setPriority(event.target.value as TaskPriority)\n }\n >\n <option value=\"LOW\">Low</option>\n <option value=\"MEDIUM\">Medium</option>\n <option value=\"HIGH\">High</option>\n <option value=\"URGENT\">Urgent</option>\n </select>\n </label>\n\n <label className=\"text-muted-foreground text-xs font-semibold uppercase\">\n Category\n <select\n className=\"border-border bg-card mt-1 w-full rounded-md border px-3 py-2 text-sm\"\n value={categoryId}\n onChange={(event) => setCategoryId(event.target.value as string)}\n >\n <option value=\"none\">None</option>\n {categories.map((category) => (\n <option key={category.id} value={category.id}>\n {category.name}\n </option>\n ))}\n </select>\n </label>\n\n <label className=\"text-muted-foreground text-xs font-semibold uppercase\">\n Tags\n <input\n className=\"border-border bg-card mt-1 w-full rounded-md border px-3 py-2 text-sm\"\n placeholder=\"Comma separated (optional)\"\n value={tagsInput}\n onChange={(event) => setTagsInput(event.target.value)}\n />\n </label>\n </div>\n\n <button\n type=\"submit\"\n className=\"btn-primary w-full py-2 text-sm font-semibold\"\n disabled={loading}\n >\n {loading ? 'Saving...' : 'Add task'}\n </button>\n </form>\n );\n}\n\nfunction parseTags(input: string): string[] {\n return input\n .split(',')\n .map((tag) => tag.trim())\n .filter(Boolean);\n}\n"],"mappings":";;;;;;;;;AASA,MAAM,cAAc,GAAG;;;;;;;;AAavB,SAAgB,SAAS,EAAE,cAA6B;CACtD,MAAM,EAAE,cAAc,oBAAoB;CAC1C,MAAM,CAAC,OAAO,YAAY,SAAS,GAAG;CACtC,MAAM,CAAC,aAAa,kBAAkB,SAAS,GAAG;CAClD,MAAM,CAAC,UAAU,eAAe,SAAuB,SAAS;CAChE,MAAM,CAAC,YAAY,iBAAiB,SAA0B,OAAO;CACrE,MAAM,CAAC,WAAW,gBAAgB,SAAS,GAAG;CAC9C,MAAM,CAAC,YAAY,EAAE,aAAa,YAAY,YAAY;CAE1D,MAAM,eAAe,OAAO,UAA2B;AACrD,QAAM,gBAAgB;AACtB,MAAI,CAAC,MAAM,MAAM,CAAE;AACnB,QAAM,WAAW;GACf,WAAW,EACT,OAAO;IACL;IACA,OAAO,MAAM,MAAM;IACnB,aAAa,YAAY,MAAM,IAAI;IACnC;IACA,YAAY,eAAe,SAAS,SAAY;IAChD,MAAM,UAAU,UAAU;IAC3B,EACF;GACD,gBAAgB,CAAC,QAAQ;GACzB,qBAAqB;GACtB,CAAC;AACF,WAAS,GAAG;AACZ,iBAAe,GAAG;AAClB,cAAY,SAAS;AACrB,gBAAc,OAAO;AACrB,eAAa,GAAG;;AAIlB,QACE,qBAAC;EACC,UAAU;EACV,WAAU;;GAEV,oBAAC,mBACC,qBAAC;IAAM,WAAU;eAAwD,SAEvE,oBAAC;KACC,MAAK;KACL,WAAU;KACV,aAAY;KACZ,OAAO;KACP,WAAW,UAAU,SAAS,MAAM,OAAO,MAAM;KACjD;MACA;KACI,GACJ;GAEN,oBAAC,mBACC,qBAAC;IAAM,WAAU;eAAwD,eAEvE,oBAAC;KACC,WAAU;KACV,MAAM;KACN,aAAY;KACZ,OAAO;KACP,WAAW,UAAU,eAAe,MAAM,OAAO,MAAM;MACvD;KACI,GACJ;GAEN,qBAAC;IAAI,WAAU;;KACb,qBAAC;MAAM,WAAU;iBAAwD,YAEvE,qBAAC;OACC,WAAU;OACV,OAAO;OACP,WAAW,UACT,YAAY,MAAM,OAAO,MAAsB;;QAGjD,oBAAC;SAAO,OAAM;mBAAM;UAAY;QAChC,oBAAC;SAAO,OAAM;mBAAS;UAAe;QACtC,oBAAC;SAAO,OAAM;mBAAO;UAAa;QAClC,oBAAC;SAAO,OAAM;mBAAS;UAAe;;QAC/B;OACH;KAER,qBAAC;MAAM,WAAU;iBAAwD,YAEvE,qBAAC;OACC,WAAU;OACV,OAAO;OACP,WAAW,UAAU,cAAc,MAAM,OAAO,MAAgB;kBAEhE,oBAAC;QAAO,OAAM;kBAAO;SAAa,EACjC,WAAW,KAAK,aACf,oBAAC;QAAyB,OAAO,SAAS;kBACvC,SAAS;UADC,SAAS,GAEb,CACT;QACK;OACH;KAER,qBAAC;MAAM,WAAU;iBAAwD,QAEvE,oBAAC;OACC,WAAU;OACV,aAAY;OACZ,OAAO;OACP,WAAW,UAAU,aAAa,MAAM,OAAO,MAAM;QACrD;OACI;;KACJ;GAEN,oBAAC;IACC,MAAK;IACL,WAAU;IACV,UAAU;cAET,UAAU,cAAc;KAClB;;GACJ;;AAIX,SAAS,UAAU,OAAyB;AAC1C,QAAO,MACJ,MAAM,IAAI,CACV,KAAK,QAAQ,IAAI,MAAM,CAAC,CACxB,OAAO,QAAQ"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TaskItem.js","names":[],"sources":["../../../../src/components/templates/todos/TaskItem.tsx"],"sourcesContent":["import { Check, Circle, Trash2 } from 'lucide-react';\n\nimport { type Task } from './types';\n\nexport interface TaskItemProps {\n task: Task;\n onToggle?: (task: Task) => void;\n onDelete?: (task: Task) => void;\n}\n\nexport function TaskItem({ task, onToggle, onDelete }: TaskItemProps) {\n const badgeColor =\n task.priority === 'URGENT'\n ? 'text-red-200 bg-red-500/10 border-red-500/40'\n : task.priority === 'HIGH'\n ? 'text-amber-200 bg-amber-500/10 border-amber-500/40'\n : task.priority === 'LOW'\n ? 'text-emerald-200 bg-emerald-500/10 border-emerald-500/40'\n : 'text-violet-200 bg-violet-500/10 border-violet-500/40';\n\n return (\n <div className=\"border-border/70 bg-card/60 hover:border-border flex items-start gap-4 rounded-2xl border p-4 transition\">\n <button\n type=\"button\"\n className=\"border-border text-muted-foreground hover:bg-muted/40 rounded-full border p-2\"\n aria-pressed={task.completed}\n onClick={() => onToggle?.(task)}\n >\n {task.completed ? (\n <Check className=\"h-4 w-4 text-emerald-400\" />\n ) : (\n <Circle className=\"h-4 w-4\" />\n )}\n </button>\n\n <div className=\"flex-1 space-y-2\">\n <div className=\"flex flex-wrap items-center gap-2\">\n <p\n className={`font-medium ${\n task.completed\n ? 'text-muted-foreground line-through'\n : 'text-foreground'\n }`}\n >\n {task.title}\n </p>\n <span\n className={`rounded-full border px-2 py-0.5 text-xs ${badgeColor}`}\n >\n {task.priority.charAt(0) + task.priority.slice(1).toLowerCase()}\n </span>\n {task.category ? (\n <span className=\"bg-muted/40 text-muted-foreground rounded-full px-2 py-0.5 text-xs\">\n {task.category.name}\n </span>\n ) : null}\n {task.dueDate ? (\n <span className=\"text-muted-foreground text-xs\">\n Due {new Date(task.dueDate).toLocaleDateString()}\n </span>\n ) : null}\n </div>\n\n {task.description ? (\n <p className=\"text-muted-foreground text-sm\">{task.description}</p>\n ) : null}\n\n {task.tags.length ? (\n <div className=\"flex flex-wrap gap-1\">\n {task.tags.map((tag) => (\n <span\n key={tag}\n className=\"bg-muted/40 text-muted-foreground rounded-full px-2 py-0.5 text-xs\"\n >\n #{tag}\n </span>\n ))}\n </div>\n ) : null}\n </div>\n\n <button\n type=\"button\"\n className=\"text-muted-foreground hover:text-destructive\"\n aria-label={`Delete ${task.title}`}\n onClick={() => onDelete?.(task)}\n >\n <Trash2 className=\"h-4 w-4\" />\n </button>\n </div>\n );\n}\n"],"mappings":";;;;AAUA,SAAgB,SAAS,EAAE,MAAM,UAAU,YAA2B;CACpE,MAAM,aACJ,KAAK,aAAa,WACd,iDACA,KAAK,aAAa,SAChB,uDACA,KAAK,aAAa,QAChB,6DACA;AAEV,QACE,qBAAC;EAAI,WAAU;;GACb,oBAAC;IACC,MAAK;IACL,WAAU;IACV,gBAAc,KAAK;IACnB,eAAe,WAAW,KAAK;cAE9B,KAAK,YACJ,oBAAC,SAAM,WAAU,6BAA6B,GAE9C,oBAAC,UAAO,WAAU,YAAY;KAEzB;GAET,qBAAC;IAAI,WAAU;;KACb,qBAAC;MAAI,WAAU;;OACb,oBAAC;QACC,WAAW,eACT,KAAK,YACD,uCACA;kBAGL,KAAK;SACJ;OACJ,oBAAC;QACC,WAAW,2CAA2C;kBAErD,KAAK,SAAS,OAAO,EAAE,GAAG,KAAK,SAAS,MAAM,EAAE,CAAC,aAAa;SAC1D;OACN,KAAK,WACJ,oBAAC;QAAK,WAAU;kBACb,KAAK,SAAS;SACV,GACL;OACH,KAAK,UACJ,qBAAC;QAAK,WAAU;mBAAgC,QACzC,IAAI,KAAK,KAAK,QAAQ,CAAC,oBAAoB;SAC3C,GACL;;OACA;KAEL,KAAK,cACJ,oBAAC;MAAE,WAAU;gBAAiC,KAAK;OAAgB,GACjE;KAEH,KAAK,KAAK,SACT,oBAAC;MAAI,WAAU;gBACZ,KAAK,KAAK,KAAK,QACd,qBAAC;OAEC,WAAU;kBACX,KACG;SAHG,IAIA,CACP;OACE,GACJ;;KACA;GAEN,oBAAC;IACC,MAAK;IACL,WAAU;IACV,cAAY,UAAU,KAAK;IAC3B,eAAe,WAAW,KAAK;cAE/B,oBAAC,UAAO,WAAU,YAAY;KACvB;;GACL"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"TaskList.js","names":[],"sources":["../../../../src/components/templates/todos/TaskList.tsx"],"sourcesContent":["'use client';\n\nimport { useMemo, useState } from 'react';\nimport { useMutation, useQuery } from '@apollo/client/react';\nimport { gql } from '@apollo/client';\n\nimport {\n registerTemplateComponents,\n useTemplateRuntime,\n} from '@contractspec/lib.example-shared-ui';\nimport { FilterBar, type FilterState } from './FilterBar';\nimport { TaskForm } from './TaskForm';\nimport { TaskItem } from './TaskItem';\nimport { type Task, type TaskCategory } from './types';\n\nconst TASKS_QUERY = gql`\n query Tasks($projectId: ID!) {\n taskCategories(projectId: $projectId) {\n id\n name\n color\n }\n tasks(projectId: $projectId) {\n id\n title\n description\n completed\n priority\n dueDate\n tags\n category {\n id\n name\n color\n }\n }\n }\n`;\n\nconst TOGGLE_TASK = gql`\n mutation ToggleTask($id: ID!, $completed: Boolean!) {\n toggleTask(id: $id, completed: $completed) {\n id\n completed\n }\n }\n`;\n\nconst DELETE_TASK = gql`\n mutation DeleteTask($id: ID!) {\n deleteTask(id: $id)\n }\n`;\n\nexport function TaskList() {\n const { projectId } = useTemplateRuntime();\n const [filters, setFilters] = useState<FilterState>({\n status: 'all',\n priority: 'all',\n categoryId: 'all',\n search: '',\n });\n const { data, loading } = useQuery<{\n tasks: Task[];\n taskCategories: TaskCategory[];\n }>(TASKS_QUERY, {\n variables: { projectId },\n fetchPolicy: 'cache-and-network',\n });\n const [toggleTask] = useMutation(TOGGLE_TASK);\n const [deleteTask] = useMutation(DELETE_TASK);\n\n const categories: TaskCategory[] = data?.taskCategories ?? [];\n const tasks: Task[] = data?.tasks ?? [];\n\n const filtered = useMemo(() => {\n return tasks.filter((task) => {\n if (filters.status === 'active' && task.completed) return false;\n if (filters.status === 'completed' && !task.completed) return false;\n if (filters.priority !== 'all' && task.priority !== filters.priority)\n return false;\n if (\n filters.categoryId !== 'all' &&\n task.category?.id !== filters.categoryId\n )\n return false;\n if (\n filters.search &&\n !task.title.toLowerCase().includes(filters.search.toLowerCase())\n )\n return false;\n return true;\n });\n }, [tasks, filters]);\n\n const handleToggle = async (task: Task) => {\n await toggleTask({\n variables: { id: task.id, completed: !task.completed },\n optimisticResponse: {\n toggleTask: {\n __typename: 'Task',\n id: task.id,\n completed: !task.completed,\n },\n },\n update(cache) {\n cache.modify({\n fields: {\n tasks(existing = []) {\n return existing.map(\n (ref: { __ref?: string; completed?: boolean }) =>\n ref.__ref?.endsWith(task.id)\n ? { ...ref, completed: !task.completed }\n : ref\n );\n },\n },\n });\n },\n });\n };\n\n const handleDelete = async (task: Task) => {\n await deleteTask({\n variables: { id: task.id },\n refetchQueries: [{ query: TASKS_QUERY, variables: { projectId } }],\n });\n };\n\n return (\n <div className=\"space-y-6\">\n <FilterBar\n value={filters}\n onChange={setFilters}\n categories={categories}\n />\n <TaskForm categories={categories} />\n\n {loading ? (\n <p className=\"text-muted-foreground text-sm\">Loading tasks…</p>\n ) : filtered.length ? (\n <div className=\"space-y-3\">\n {filtered.map((task) => (\n <TaskItem\n key={task.id}\n task={task}\n onToggle={handleToggle}\n onDelete={handleDelete}\n />\n ))}\n </div>\n ) : (\n <div className=\"border-border rounded-2xl border border-dashed p-8 text-center\">\n <p className=\"text-muted-foreground\">\n No tasks match your filters. Create one above.\n </p>\n </div>\n )}\n </div>\n );\n}\n\nregisterTemplateComponents('todos-app', {\n list: TaskList,\n detail: TaskList,\n form: TaskForm,\n});\n"],"mappings":";;;;;;;;;;;;AAeA,MAAM,cAAc,GAAG;;;;;;;;;;;;;;;;;;;;;;;AAwBvB,MAAM,cAAc,GAAG;;;;;;;;AASvB,MAAM,cAAc,GAAG;;;;;AAMvB,SAAgB,WAAW;CACzB,MAAM,EAAE,cAAc,oBAAoB;CAC1C,MAAM,CAAC,SAAS,cAAc,SAAsB;EAClD,QAAQ;EACR,UAAU;EACV,YAAY;EACZ,QAAQ;EACT,CAAC;CACF,MAAM,EAAE,MAAM,YAAY,SAGvB,aAAa;EACd,WAAW,EAAE,WAAW;EACxB,aAAa;EACd,CAAC;CACF,MAAM,CAAC,cAAc,YAAY,YAAY;CAC7C,MAAM,CAAC,cAAc,YAAY,YAAY;CAE7C,MAAM,aAA6B,MAAM,kBAAkB,EAAE;CAC7D,MAAM,QAAgB,MAAM,SAAS,EAAE;CAEvC,MAAM,WAAW,cAAc;AAC7B,SAAO,MAAM,QAAQ,SAAS;AAC5B,OAAI,QAAQ,WAAW,YAAY,KAAK,UAAW,QAAO;AAC1D,OAAI,QAAQ,WAAW,eAAe,CAAC,KAAK,UAAW,QAAO;AAC9D,OAAI,QAAQ,aAAa,SAAS,KAAK,aAAa,QAAQ,SAC1D,QAAO;AACT,OACE,QAAQ,eAAe,SACvB,KAAK,UAAU,OAAO,QAAQ,WAE9B,QAAO;AACT,OACE,QAAQ,UACR,CAAC,KAAK,MAAM,aAAa,CAAC,SAAS,QAAQ,OAAO,aAAa,CAAC,CAEhE,QAAO;AACT,UAAO;IACP;IACD,CAAC,OAAO,QAAQ,CAAC;CAEpB,MAAM,eAAe,OAAO,SAAe;AACzC,QAAM,WAAW;GACf,WAAW;IAAE,IAAI,KAAK;IAAI,WAAW,CAAC,KAAK;IAAW;GACtD,oBAAoB,EAClB,YAAY;IACV,YAAY;IACZ,IAAI,KAAK;IACT,WAAW,CAAC,KAAK;IAClB,EACF;GACD,OAAO,OAAO;AACZ,UAAM,OAAO,EACX,QAAQ,EACN,MAAM,WAAW,EAAE,EAAE;AACnB,YAAO,SAAS,KACb,QACC,IAAI,OAAO,SAAS,KAAK,GAAG,GACxB;MAAE,GAAG;MAAK,WAAW,CAAC,KAAK;MAAW,GACtC,IACP;OAEJ,EACF,CAAC;;GAEL,CAAC;;CAGJ,MAAM,eAAe,OAAO,SAAe;AACzC,QAAM,WAAW;GACf,WAAW,EAAE,IAAI,KAAK,IAAI;GAC1B,gBAAgB,CAAC;IAAE,OAAO;IAAa,WAAW,EAAE,WAAW;IAAE,CAAC;GACnE,CAAC;;AAGJ,QACE,qBAAC;EAAI,WAAU;;GACb,oBAAC;IACC,OAAO;IACP,UAAU;IACE;KACZ;GACF,oBAAC,YAAqB,aAAc;GAEnC,UACC,oBAAC;IAAE,WAAU;cAAgC;KAAkB,GAC7D,SAAS,SACX,oBAAC;IAAI,WAAU;cACZ,SAAS,KAAK,SACb,oBAAC;KAEO;KACN,UAAU;KACV,UAAU;OAHL,KAAK,GAIV,CACF;KACE,GAEN,oBAAC;IAAI,WAAU;cACb,oBAAC;KAAE,WAAU;eAAwB;MAEjC;KACA;;GAEJ;;AAIV,2BAA2B,aAAa;CACtC,MAAM;CACN,QAAQ;CACR,MAAM;CACP,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"contractspec-blueprint.js","names":[],"sources":["../../src/config/contractspec-blueprint.ts"],"sourcesContent":["import type {\n AppBlueprintSpec,\n FeatureFlagState,\n} from '@contractspec/lib.contracts/app-config';\nimport type { CapabilityRef } from '@contractspec/lib.contracts/capabilities';\nimport type { FeatureRef } from '@contractspec/lib.contracts/features';\nimport { contractspecBrandingDefaults } from './contractspec-branding';\nimport { contractspecRoutes } from './contractspec-routes';\n\nconst cap = (key: string, version: string): CapabilityRef => ({ key, version });\nconst feat = (key: string): FeatureRef => ({ key });\n\n/**\n * ContractSpec application blueprint.\n * Defines the canonical spec for the ContractSpec platform itself.\n */\nexport const contractspecBlueprint: AppBlueprintSpec = {\n meta: {\n key: 'contractspec.app',\n version: '1.0.0',\n appId: 'contractspec',\n title: 'ContractSpec',\n description: 'The deterministic, spec-first compiler for AI-coded systems',\n domain: 'platform',\n owners: ['@platform.core'],\n tags: ['contracts', 'specs', 'ai-safety', 'code-generation'],\n stability: 'beta',\n },\n capabilities: {\n enabled: [\n cap('contracts.operations', '1.0.0'),\n cap('contracts.presentations', '1.0.0'),\n cap('contracts.mcp', '1.0.0'),\n cap('contracts.docs', '1.0.0'),\n ],\n },\n features: {\n include: [\n feat('contractspec.docs'),\n feat('contractspec.mcp'),\n feat('contractspec.presentations'),\n feat('app-config'),\n ],\n },\n branding: contractspecBrandingDefaults,\n featureFlags: [\n {\n key: 'feature-discovery-ui',\n enabled: true,\n description: 'Show feature discovery UI',\n },\n {\n key: 'dark-mode',\n enabled: true,\n description: 'Enable dark mode theming',\n },\n {\n key: 'ai-assistant',\n enabled: false,\n description: 'AI-powered assistant integration',\n },\n {\n key: 'sandbox-enabled',\n enabled: true,\n description: 'Enable sandbox playground',\n },\n ] satisfies FeatureFlagState[],\n routes: contractspecRoutes,\n notes:\n \"ContractSpec platform blueprint - defines the app's capabilities, features, and configuration.\",\n};\n"],"mappings":";;;;AASA,MAAM,OAAO,KAAa,aAAoC;CAAE;CAAK;CAAS;AAC9E,MAAM,QAAQ,SAA6B,EAAE,KAAK;;;;;AAMlD,MAAa,wBAA0C;CACrD,MAAM;EACJ,KAAK;EACL,SAAS;EACT,OAAO;EACP,OAAO;EACP,aAAa;EACb,QAAQ;EACR,QAAQ,CAAC,iBAAiB;EAC1B,MAAM;GAAC;GAAa;GAAS;GAAa;GAAkB;EAC5D,WAAW;EACZ;CACD,cAAc,EACZ,SAAS;EACP,IAAI,wBAAwB,QAAQ;EACpC,IAAI,2BAA2B,QAAQ;EACvC,IAAI,iBAAiB,QAAQ;EAC7B,IAAI,kBAAkB,QAAQ;EAC/B,EACF;CACD,UAAU,EACR,SAAS;EACP,KAAK,oBAAoB;EACzB,KAAK,mBAAmB;EACxB,KAAK,6BAA6B;EAClC,KAAK,aAAa;EACnB,EACF;CACD,UAAU;CACV,cAAc;EACZ;GACE,KAAK;GACL,SAAS;GACT,aAAa;GACd;EACD;GACE,KAAK;GACL,SAAS;GACT,aAAa;GACd;EACD;GACE,KAAK;GACL,SAAS;GACT,aAAa;GACd;EACD;GACE,KAAK;GACL,SAAS;GACT,aAAa;GACd;EACF;CACD,QAAQ;CACR,OACE;CACH"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"contractspec-branding.js","names":[],"sources":["../../src/config/contractspec-branding.ts"],"sourcesContent":["import type {\n BrandingDefaults,\n ResolvedBranding,\n} from '@contractspec/lib.contracts/app-config';\n\n/**\n * Default branding configuration for ContractSpec.\n * Used as blueprint defaults before tenant overrides.\n */\nexport const contractspecBrandingDefaults: BrandingDefaults = {\n appNameKey: 'ContractSpec',\n assets: [\n { type: 'logo', url: '/logo.svg', dimensions: { width: 180, height: 40 } },\n {\n type: 'logo-dark',\n url: '/logo-dark.svg',\n dimensions: { width: 180, height: 40 },\n },\n {\n type: 'favicon',\n url: '/favicon.ico',\n dimensions: { width: 32, height: 32 },\n },\n {\n type: 'og-image',\n url: '/og-image.png',\n dimensions: { width: 1200, height: 630 },\n },\n ],\n colorTokens: {\n primary: '#0ea5e9',\n secondary: '#6366f1',\n },\n};\n\n/**\n * Pre-resolved branding for ContractSpec.\n * Ready-to-use branding values with all defaults applied.\n */\nexport const contractspecResolvedBranding: ResolvedBranding = {\n appName: 'ContractSpec',\n assets: {\n logo: '/logo.svg',\n logoDark: '/logo-dark.svg',\n favicon: '/favicon.ico',\n ogImage: '/og-image.png',\n },\n colors: {\n primary: '#0ea5e9',\n secondary: '#6366f1',\n },\n domain: 'contractspec.io',\n};\n"],"mappings":";;;;;AASA,MAAa,+BAAiD;CAC5D,YAAY;CACZ,QAAQ;EACN;GAAE,MAAM;GAAQ,KAAK;GAAa,YAAY;IAAE,OAAO;IAAK,QAAQ;IAAI;GAAE;EAC1E;GACE,MAAM;GACN,KAAK;GACL,YAAY;IAAE,OAAO;IAAK,QAAQ;IAAI;GACvC;EACD;GACE,MAAM;GACN,KAAK;GACL,YAAY;IAAE,OAAO;IAAI,QAAQ;IAAI;GACtC;EACD;GACE,MAAM;GACN,KAAK;GACL,YAAY;IAAE,OAAO;IAAM,QAAQ;IAAK;GACzC;EACF;CACD,aAAa;EACX,SAAS;EACT,WAAW;EACZ;CACF;;;;;AAMD,MAAa,+BAAiD;CAC5D,SAAS;CACT,QAAQ;EACN,MAAM;EACN,UAAU;EACV,SAAS;EACT,SAAS;EACV;CACD,QAAQ;EACN,SAAS;EACT,WAAW;EACZ;CACD,QAAQ;CACT"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"contractspec-routes.js","names":[],"sources":["../../src/config/contractspec-routes.ts"],"sourcesContent":["import type { AppRouteConfig } from '@contractspec/lib.contracts/app-config';\n\n/**\n * Route configuration for the ContractSpec application.\n * Defines all navigable routes with optional feature flags and guards.\n */\nexport const contractspecRoutes: AppRouteConfig[] = [\n // Landing/Marketing\n { path: '/', label: 'Home' },\n { path: '/product', label: 'Product' },\n { path: '/pricing', label: 'Pricing' },\n { path: '/changelog', label: 'Changelog' },\n { path: '/contact', label: 'Contact' },\n\n // Documentation\n { path: '/docs', label: 'Documentation' },\n { path: '/docs/getting-started', label: 'Getting Started' },\n { path: '/docs/architecture', label: 'Architecture' },\n { path: '/docs/specs', label: 'Specs' },\n { path: '/docs/integrations', label: 'Integrations' },\n { path: '/docs/libraries', label: 'Libraries' },\n { path: '/docs/advanced', label: 'Advanced' },\n\n // Features\n {\n path: '/features',\n label: 'Feature Discovery',\n featureFlag: 'feature-discovery-ui',\n },\n\n // Sandbox\n { path: '/sandbox', label: 'Sandbox', featureFlag: 'sandbox-enabled' },\n];\n"],"mappings":";;;;;AAMA,MAAa,qBAAuC;CAElD;EAAE,MAAM;EAAK,OAAO;EAAQ;CAC5B;EAAE,MAAM;EAAY,OAAO;EAAW;CACtC;EAAE,MAAM;EAAY,OAAO;EAAW;CACtC;EAAE,MAAM;EAAc,OAAO;EAAa;CAC1C;EAAE,MAAM;EAAY,OAAO;EAAW;CAGtC;EAAE,MAAM;EAAS,OAAO;EAAiB;CACzC;EAAE,MAAM;EAAyB,OAAO;EAAmB;CAC3D;EAAE,MAAM;EAAsB,OAAO;EAAgB;CACrD;EAAE,MAAM;EAAe,OAAO;EAAS;CACvC;EAAE,MAAM;EAAsB,OAAO;EAAgB;CACrD;EAAE,MAAM;EAAmB,OAAO;EAAa;CAC/C;EAAE,MAAM;EAAkB,OAAO;EAAY;CAG7C;EACE,MAAM;EACN,OAAO;EACP,aAAa;EACd;CAGD;EAAE,MAAM;EAAY,OAAO;EAAW,aAAa;EAAmB;CACvE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"contracts-registry.js","names":["PresentationRegistry"],"sources":["../../src/features/contracts-registry.ts"],"sourcesContent":["/**\n * Central contracts registry for ContractSpec.\n *\n * This registry holds all operation, event, presentation, data view, and form specs\n * so they can be resolved by key for the feature discovery system.\n * Unlike the MCP's OperationSpecRegistry (which also binds handlers),\n * this is a spec-only registry for documentation and discovery purposes.\n */\n\nimport {\n OperationSpecRegistry,\n type AnyOperationSpec,\n EventRegistry,\n type AnyEventSpec,\n type PresentationSpec,\n type DataViewSpec,\n type FormSpec,\n} from '@contractspec/lib.contracts';\nimport { PresentationRegistry } from '@contractspec/lib.contracts/presentations';\nimport { DataViewRegistry } from '@contractspec/lib.contracts/data-views';\nimport { FormRegistry } from '@contractspec/lib.contracts/forms';\nimport {\n serializeOperationSpec,\n serializeEventSpec,\n serializePresentationSpec,\n serializeDataViewSpec,\n serializeFormSpec,\n} from '@contractspec/lib.contracts/serialization';\nimport {\n ContractReferenceDataView,\n ContractReferenceQuery,\n DocsGeneratedEvent,\n DocsGenerateCommand,\n DocsIndexDataView,\n DocsIndexQuery,\n DocsLayoutPresentation,\n DocsPublishedEvent,\n DocsPublishCommand,\n DocsReferencePagePresentation,\n DocsSearchForm,\n ExampleCatalogDataView,\n} from '@contractspec/lib.contracts/docs';\n\n// Re-export serialization types from lib.contracts for convenience\nexport type {\n SerializedSchemaModel,\n SerializedFieldConfig,\n SerializedOperationSpec,\n SerializedEventSpec,\n SerializedPresentationSpec,\n SerializedDataViewSpec,\n SerializedFormSpec,\n} from '@contractspec/lib.contracts/serialization';\n\n// ============================================================================\n// Operation Registry\n// ============================================================================\n\nlet operationRegistry: OperationSpecRegistry | null = null;\n\nexport function createContractSpecOperationRegistry(): OperationSpecRegistry {\n const registry = new OperationSpecRegistry();\n registry\n .register(DocsIndexQuery)\n .register(ContractReferenceQuery)\n .register(DocsGenerateCommand)\n .register(DocsPublishCommand);\n return registry;\n}\n\nexport function getContractSpecOperationRegistry(): OperationSpecRegistry {\n if (!operationRegistry) {\n operationRegistry = createContractSpecOperationRegistry();\n }\n return operationRegistry;\n}\n\nexport function resolveOperationSpec(\n key: string,\n version?: string\n): AnyOperationSpec | undefined {\n return getContractSpecOperationRegistry().get(key, version);\n}\n\n// ============================================================================\n// Event Registry\n// ============================================================================\n\nlet eventRegistry: EventRegistry | null = null;\n\nexport function createContractSpecEventRegistry(): EventRegistry {\n const registry = new EventRegistry();\n registry.register(DocsGeneratedEvent).register(DocsPublishedEvent);\n return registry;\n}\n\nexport function getContractSpecEventRegistry(): EventRegistry {\n if (!eventRegistry) {\n eventRegistry = createContractSpecEventRegistry();\n }\n return eventRegistry;\n}\n\nexport function resolveEventSpec(\n key: string,\n version?: string\n): AnyEventSpec | undefined {\n return getContractSpecEventRegistry().get(key, version);\n}\n\n// ============================================================================\n// Presentation Registry\n// ============================================================================\n\nlet presentationRegistry: PresentationRegistry | null = null;\n\nexport function createContractSpecPresentationRegistry(): PresentationRegistry {\n const registry = new PresentationRegistry();\n registry\n .register(DocsLayoutPresentation)\n .register(DocsReferencePagePresentation);\n return registry;\n}\n\nexport function getContractSpecPresentationRegistry(): PresentationRegistry {\n if (!presentationRegistry) {\n presentationRegistry = createContractSpecPresentationRegistry();\n }\n return presentationRegistry;\n}\n\nexport function resolvePresentationSpec(\n key: string,\n version?: string\n): PresentationSpec | undefined {\n return getContractSpecPresentationRegistry().get(key, version);\n}\n\n// ============================================================================\n// DataView Registry\n// ============================================================================\n\nlet dataViewRegistry: DataViewRegistry | null = null;\n\nexport function createContractSpecDataViewRegistry(): DataViewRegistry {\n const registry = new DataViewRegistry();\n registry\n .register(DocsIndexDataView)\n .register(ContractReferenceDataView)\n .register(ExampleCatalogDataView);\n return registry;\n}\n\nexport function getContractSpecDataViewRegistry(): DataViewRegistry {\n if (!dataViewRegistry) {\n dataViewRegistry = createContractSpecDataViewRegistry();\n }\n return dataViewRegistry;\n}\n\nexport function resolveDataViewSpec(\n key: string,\n version?: string\n): DataViewSpec | undefined {\n return getContractSpecDataViewRegistry().get(key, version);\n}\n\n// ============================================================================\n// Form Registry\n// ============================================================================\n\nlet formRegistry: FormRegistry | null = null;\n\nexport function createContractSpecFormRegistry(): FormRegistry {\n const registry = new FormRegistry();\n registry.register(DocsSearchForm);\n return registry;\n}\n\nexport function getContractSpecFormRegistry(): FormRegistry {\n if (!formRegistry) {\n formRegistry = createContractSpecFormRegistry();\n }\n return formRegistry;\n}\n\nexport function resolveFormSpec(\n key: string,\n _version?: string\n): FormSpec | undefined {\n return getContractSpecFormRegistry().get(key);\n}\n\n// ============================================================================\n// Serialized Spec Resolution (for Server -> Client Component transfer)\n// ============================================================================\n\n/**\n * Resolve and serialize an operation spec for passing to client components.\n * Returns a plain JSON-serializable object.\n */\nexport function resolveSerializedOperationSpec(key: string, version?: string) {\n const spec = resolveOperationSpec(key, version);\n return serializeOperationSpec(spec) ?? undefined;\n}\n\n/**\n * Resolve and serialize an event spec for passing to client components.\n */\nexport function resolveSerializedEventSpec(key: string, version?: string) {\n const spec = resolveEventSpec(key, version);\n return serializeEventSpec(spec) ?? undefined;\n}\n\n/**\n * Resolve and serialize a presentation spec for passing to client components.\n */\nexport function resolveSerializedPresentationSpec(\n key: string,\n version?: string\n) {\n const spec = resolvePresentationSpec(key, version);\n return serializePresentationSpec(spec) ?? undefined;\n}\n\n/**\n * Resolve and serialize a data view spec for passing to client components.\n */\nexport function resolveSerializedDataViewSpec(key: string, version?: string) {\n const spec = resolveDataViewSpec(key, version);\n return serializeDataViewSpec(spec) ?? undefined;\n}\n\n/**\n * Resolve and serialize a form spec for passing to client components.\n */\nexport function resolveSerializedFormSpec(key: string, version?: string) {\n const spec = resolveFormSpec(key, version);\n return serializeFormSpec(spec) ?? undefined;\n}\n\n// ============================================================================\n// Reset all registries (for testing)\n// ============================================================================\n\nexport function resetContractSpecOperationRegistry(): void {\n operationRegistry = null;\n}\n\nexport function resetContractSpecEventRegistry(): void {\n eventRegistry = null;\n}\n\nexport function resetContractSpecPresentationRegistry(): void {\n presentationRegistry = null;\n}\n\nexport function resetContractSpecDataViewRegistry(): void {\n dataViewRegistry = null;\n}\n\nexport function resetContractSpecFormRegistry(): void {\n formRegistry = null;\n}\n\nexport function resetAllContractSpecRegistries(): void {\n resetContractSpecOperationRegistry();\n resetContractSpecEventRegistry();\n resetContractSpecPresentationRegistry();\n resetContractSpecDataViewRegistry();\n resetContractSpecFormRegistry();\n}\n"],"mappings":";;;;;;;;;;;;;;;;AA0DA,IAAI,oBAAkD;AAEtD,SAAgB,sCAA6D;CAC3E,MAAM,WAAW,IAAI,uBAAuB;AAC5C,UACG,SAAS,eAAe,CACxB,SAAS,uBAAuB,CAChC,SAAS,oBAAoB,CAC7B,SAAS,mBAAmB;AAC/B,QAAO;;AAGT,SAAgB,mCAA0D;AACxE,KAAI,CAAC,kBACH,qBAAoB,qCAAqC;AAE3D,QAAO;;AAGT,SAAgB,qBACd,KACA,SAC8B;AAC9B,QAAO,kCAAkC,CAAC,IAAI,KAAK,QAAQ;;AAO7D,IAAI,gBAAsC;AAE1C,SAAgB,kCAAiD;CAC/D,MAAM,WAAW,IAAI,eAAe;AACpC,UAAS,SAAS,mBAAmB,CAAC,SAAS,mBAAmB;AAClE,QAAO;;AAGT,SAAgB,+BAA8C;AAC5D,KAAI,CAAC,cACH,iBAAgB,iCAAiC;AAEnD,QAAO;;AAGT,SAAgB,iBACd,KACA,SAC0B;AAC1B,QAAO,8BAA8B,CAAC,IAAI,KAAK,QAAQ;;AAOzD,IAAI,uBAAoD;AAExD,SAAgB,yCAA+D;CAC7E,MAAM,WAAW,IAAIA,wBAAsB;AAC3C,UACG,SAAS,uBAAuB,CAChC,SAAS,8BAA8B;AAC1C,QAAO;;AAGT,SAAgB,sCAA4D;AAC1E,KAAI,CAAC,qBACH,wBAAuB,wCAAwC;AAEjE,QAAO;;AAGT,SAAgB,wBACd,KACA,SAC8B;AAC9B,QAAO,qCAAqC,CAAC,IAAI,KAAK,QAAQ;;AAOhE,IAAI,mBAA4C;AAEhD,SAAgB,qCAAuD;CACrE,MAAM,WAAW,IAAI,kBAAkB;AACvC,UACG,SAAS,kBAAkB,CAC3B,SAAS,0BAA0B,CACnC,SAAS,uBAAuB;AACnC,QAAO;;AAGT,SAAgB,kCAAoD;AAClE,KAAI,CAAC,iBACH,oBAAmB,oCAAoC;AAEzD,QAAO;;AAGT,SAAgB,oBACd,KACA,SAC0B;AAC1B,QAAO,iCAAiC,CAAC,IAAI,KAAK,QAAQ;;AAO5D,IAAI,eAAoC;AAExC,SAAgB,iCAA+C;CAC7D,MAAM,WAAW,IAAI,cAAc;AACnC,UAAS,SAAS,eAAe;AACjC,QAAO;;AAGT,SAAgB,8BAA4C;AAC1D,KAAI,CAAC,aACH,gBAAe,gCAAgC;AAEjD,QAAO;;AAGT,SAAgB,gBACd,KACA,UACsB;AACtB,QAAO,6BAA6B,CAAC,IAAI,IAAI;;;;;;AAW/C,SAAgB,+BAA+B,KAAa,SAAkB;AAE5E,QAAO,uBADM,qBAAqB,KAAK,QAAQ,CACZ,IAAI;;;;;AAMzC,SAAgB,2BAA2B,KAAa,SAAkB;AAExE,QAAO,mBADM,iBAAiB,KAAK,QAAQ,CACZ,IAAI;;;;;AAMrC,SAAgB,kCACd,KACA,SACA;AAEA,QAAO,0BADM,wBAAwB,KAAK,QAAQ,CACZ,IAAI;;;;;AAM5C,SAAgB,8BAA8B,KAAa,SAAkB;AAE3E,QAAO,sBADM,oBAAoB,KAAK,QAAQ,CACZ,IAAI;;;;;AAMxC,SAAgB,0BAA0B,KAAa,SAAkB;AAEvE,QAAO,kBADM,gBAAgB,KAAK,QAAQ,CACZ,IAAI;;AAOpC,SAAgB,qCAA2C;AACzD,qBAAoB;;AAGtB,SAAgB,iCAAuC;AACrD,iBAAgB;;AAGlB,SAAgB,wCAA8C;AAC5D,wBAAuB;;AAGzB,SAAgB,oCAA0C;AACxD,oBAAmB;;AAGrB,SAAgB,gCAAsC;AACpD,gBAAe;;AAGjB,SAAgB,iCAAuC;AACrD,qCAAoC;AACpC,iCAAgC;AAChC,wCAAuC;AACvC,oCAAmC;AACnC,gCAA+B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"docs.feature.js","names":[],"sources":["../../src/features/docs.feature.ts"],"sourcesContent":["import type { FeatureModuleSpec } from '@contractspec/lib.contracts/features';\n\n/**\n * Documentation feature for ContractSpec.\n * Provides comprehensive documentation system including search and navigation.\n */\nexport const DocsFeature: FeatureModuleSpec = {\n meta: {\n key: 'contractspec.docs',\n version: '1.0.0',\n title: 'Documentation',\n description: 'Comprehensive documentation system for ContractSpec',\n domain: 'platform',\n owners: ['@platform.docs'],\n tags: ['documentation', 'guides', 'api-reference'],\n stability: 'stable',\n },\n operations: [\n { key: 'docs.search', version: '1.0.0' },\n { key: 'docs.navigate', version: '1.0.0' },\n ],\n events: [\n { key: 'docs.page_viewed', version: '1.0.0' },\n { key: 'docs.search_performed', version: '1.0.0' },\n ],\n presentations: [\n { key: 'docs.landing', version: '1.0.0' },\n { key: 'docs.getting-started', version: '1.0.0' },\n { key: 'docs.architecture', version: '1.0.0' },\n ],\n capabilities: {\n provides: [{ key: 'contracts.docs', version: '1.0.0' }],\n requires: [],\n },\n};\n"],"mappings":";;;;;AAMA,MAAa,cAAiC;CAC5C,MAAM;EACJ,KAAK;EACL,SAAS;EACT,OAAO;EACP,aAAa;EACb,QAAQ;EACR,QAAQ,CAAC,iBAAiB;EAC1B,MAAM;GAAC;GAAiB;GAAU;GAAgB;EAClD,WAAW;EACZ;CACD,YAAY,CACV;EAAE,KAAK;EAAe,SAAS;EAAS,EACxC;EAAE,KAAK;EAAiB,SAAS;EAAS,CAC3C;CACD,QAAQ,CACN;EAAE,KAAK;EAAoB,SAAS;EAAS,EAC7C;EAAE,KAAK;EAAyB,SAAS;EAAS,CACnD;CACD,eAAe;EACb;GAAE,KAAK;GAAgB,SAAS;GAAS;EACzC;GAAE,KAAK;GAAwB,SAAS;GAAS;EACjD;GAAE,KAAK;GAAqB,SAAS;GAAS;EAC/C;CACD,cAAc;EACZ,UAAU,CAAC;GAAE,KAAK;GAAkB,SAAS;GAAS,CAAC;EACvD,UAAU,EAAE;EACb;CACF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mcp.feature.js","names":[],"sources":["../../src/features/mcp.feature.ts"],"sourcesContent":["import type { FeatureModuleSpec } from '@contractspec/lib.contracts/features';\n\n/**\n * MCP (Model Context Protocol) integration feature for ContractSpec.\n * Enables AI agent integration through MCP tools, resources, and prompts.\n */\nexport const MCPFeature: FeatureModuleSpec = {\n meta: {\n key: 'contractspec.mcp',\n version: '1.0.0',\n title: 'MCP Integration',\n description: 'Model Context Protocol server for AI agent integration',\n domain: 'platform',\n owners: ['@platform.mcp'],\n tags: ['mcp', 'ai-agents', 'tooling'],\n stability: 'beta',\n },\n operations: [\n { key: 'mcp.tool.register', version: '1.0.0' },\n { key: 'mcp.resource.register', version: '1.0.0' },\n { key: 'mcp.prompt.register', version: '1.0.0' },\n ],\n events: [\n { key: 'mcp.tool_invoked', version: '1.0.0' },\n { key: 'mcp.resource_accessed', version: '1.0.0' },\n ],\n presentations: [],\n capabilities: {\n provides: [{ key: 'contracts.mcp', version: '1.0.0' }],\n requires: [{ key: 'contracts.operations', version: '1.0.0' }],\n },\n};\n"],"mappings":";;;;;AAMA,MAAa,aAAgC;CAC3C,MAAM;EACJ,KAAK;EACL,SAAS;EACT,OAAO;EACP,aAAa;EACb,QAAQ;EACR,QAAQ,CAAC,gBAAgB;EACzB,MAAM;GAAC;GAAO;GAAa;GAAU;EACrC,WAAW;EACZ;CACD,YAAY;EACV;GAAE,KAAK;GAAqB,SAAS;GAAS;EAC9C;GAAE,KAAK;GAAyB,SAAS;GAAS;EAClD;GAAE,KAAK;GAAuB,SAAS;GAAS;EACjD;CACD,QAAQ,CACN;EAAE,KAAK;EAAoB,SAAS;EAAS,EAC7C;EAAE,KAAK;EAAyB,SAAS;EAAS,CACnD;CACD,eAAe,EAAE;CACjB,cAAc;EACZ,UAAU,CAAC;GAAE,KAAK;GAAiB,SAAS;GAAS,CAAC;EACtD,UAAU,CAAC;GAAE,KAAK;GAAwB,SAAS;GAAS,CAAC;EAC9D;CACF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"presentations.feature.js","names":[],"sources":["../../src/features/presentations.feature.ts"],"sourcesContent":["import type { FeatureModuleSpec } from '@contractspec/lib.contracts/features';\n\n/**\n * Presentations feature for ContractSpec.\n * Provides cross-platform rendering of contract-driven UI.\n */\nexport const PresentationsFeature: FeatureModuleSpec = {\n meta: {\n key: 'contractspec.presentations',\n version: '1.0.0',\n title: 'Presentation Runtime',\n description: 'Cross-platform rendering of contract-driven UI',\n domain: 'platform',\n owners: ['@platform.presentations'],\n tags: ['presentations', 'ui', 'rendering', 'cross-platform'],\n stability: 'beta',\n },\n operations: [\n { key: 'presentation.render', version: '1.0.0' },\n { key: 'presentation.transform', version: '1.0.0' },\n ],\n events: [\n { key: 'presentation.rendered', version: '1.0.0' },\n { key: 'presentation.transformed', version: '1.0.0' },\n ],\n presentations: [\n { key: 'form.standard', version: '1.0.0' },\n { key: 'list.standard', version: '1.0.0' },\n { key: 'detail.standard', version: '1.0.0' },\n ],\n capabilities: {\n provides: [{ key: 'contracts.presentations', version: '1.0.0' }],\n requires: [],\n },\n};\n"],"mappings":";;;;;AAMA,MAAa,uBAA0C;CACrD,MAAM;EACJ,KAAK;EACL,SAAS;EACT,OAAO;EACP,aAAa;EACb,QAAQ;EACR,QAAQ,CAAC,0BAA0B;EACnC,MAAM;GAAC;GAAiB;GAAM;GAAa;GAAiB;EAC5D,WAAW;EACZ;CACD,YAAY,CACV;EAAE,KAAK;EAAuB,SAAS;EAAS,EAChD;EAAE,KAAK;EAA0B,SAAS;EAAS,CACpD;CACD,QAAQ,CACN;EAAE,KAAK;EAAyB,SAAS;EAAS,EAClD;EAAE,KAAK;EAA4B,SAAS;EAAS,CACtD;CACD,eAAe;EACb;GAAE,KAAK;GAAiB,SAAS;GAAS;EAC1C;GAAE,KAAK;GAAiB,SAAS;GAAS;EAC1C;GAAE,KAAK;GAAmB,SAAS;GAAS;EAC7C;CACD,cAAc;EACZ,UAAU,CAAC;GAAE,KAAK;GAA2B,SAAS;GAAS,CAAC;EAChE,UAAU,EAAE;EACb;CACF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"registry.js","names":[],"sources":["../../src/features/registry.ts"],"sourcesContent":["import { FeatureRegistry } from '@contractspec/lib.contracts/features';\nimport { AppConfigFeature } from '@contractspec/lib.contracts/app-config';\nimport { DocsFeature } from './docs.feature';\nimport { MCPFeature } from './mcp.feature';\nimport { PresentationsFeature } from './presentations.feature';\n\n/**\n * Create and initialize the ContractSpec feature registry.\n * Registers all ContractSpec features without validation (ops/presentations not registered).\n */\nexport function createContractSpecFeatureRegistry(): FeatureRegistry {\n const features = new FeatureRegistry();\n\n // Register ContractSpec-specific features\n features.register(DocsFeature);\n features.register(MCPFeature);\n features.register(PresentationsFeature);\n\n // Register lib.contracts features\n features.register(AppConfigFeature);\n\n return features;\n}\n\n/** Singleton instance of the feature registry. */\nlet registryInstance: FeatureRegistry | null = null;\n\n/**\n * Get the singleton ContractSpec feature registry.\n * Creates the registry on first call, returns cached instance thereafter.\n */\nexport function getContractSpecFeatureRegistry(): FeatureRegistry {\n if (!registryInstance) {\n registryInstance = createContractSpecFeatureRegistry();\n }\n return registryInstance;\n}\n\n/**\n * Reset the feature registry singleton (for testing).\n */\nexport function resetContractSpecFeatureRegistry(): void {\n registryInstance = null;\n}\n"],"mappings":";;;;;;;;;;;AAUA,SAAgB,oCAAqD;CACnE,MAAM,WAAW,IAAI,iBAAiB;AAGtC,UAAS,SAAS,YAAY;AAC9B,UAAS,SAAS,WAAW;AAC7B,UAAS,SAAS,qBAAqB;AAGvC,UAAS,SAAS,iBAAiB;AAEnC,QAAO;;;AAIT,IAAI,mBAA2C;;;;;AAM/C,SAAgB,iCAAkD;AAChE,KAAI,CAAC,iBACH,oBAAmB,mCAAmC;AAExD,QAAO;;;;;AAMT,SAAgB,mCAAyC;AACvD,oBAAmB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"logger.js","names":[],"sources":["../../../src/infrastructure/elysia/logger.ts"],"sourcesContent":["import { Logger, LogLevel } from '@contractspec/lib.logger';\n\n// Centralized logger configuration for the API\nexport const createAppLogger = () =>\n new Logger({\n level:\n process.env.NODE_ENV === 'production' ? LogLevel.INFO : LogLevel.DEBUG,\n environment: process.env.NODE_ENV || 'development',\n enableTracing: true,\n enableTiming: true,\n enableContext: true,\n enableColors: process.env.NODE_ENV !== 'production',\n });\n\n// Default logger instance for the application\nexport const appLogger = createAppLogger();\n\n// Logger specifically for database operations\nexport const dbLogger = new Logger({\n level: process.env.NODE_ENV === 'production' ? LogLevel.WARN : LogLevel.DEBUG,\n environment: process.env.NODE_ENV || 'development',\n enableTracing: true,\n enableTiming: true,\n enableContext: true,\n enableColors: process.env.NODE_ENV !== 'production',\n});\n\n// Logger for authentication operations\nexport const authLogger = new Logger({\n level: LogLevel.INFO, // Always log auth events\n environment: process.env.NODE_ENV || 'development',\n enableTracing: true,\n enableTiming: true,\n enableContext: true,\n enableColors: process.env.NODE_ENV !== 'production',\n});\n\nexport { Logger, LogLevel };\n"],"mappings":";;;AAGA,MAAa,wBACX,IAAI,OAAO;CACT,OACE,QAAQ,IAAI,aAAa,eAAe,SAAS,OAAO,SAAS;CACnE,aAAa,QAAQ,IAAI,YAAY;CACrC,eAAe;CACf,cAAc;CACd,eAAe;CACf,cAAc,QAAQ,IAAI,aAAa;CACxC,CAAC;AAGJ,MAAa,YAAY,iBAAiB;AAG1C,MAAa,WAAW,IAAI,OAAO;CACjC,OAAO,QAAQ,IAAI,aAAa,eAAe,SAAS,OAAO,SAAS;CACxE,aAAa,QAAQ,IAAI,YAAY;CACrC,eAAe;CACf,cAAc;CACd,eAAe;CACf,cAAc,QAAQ,IAAI,aAAa;CACxC,CAAC;AAGF,MAAa,aAAa,IAAI,OAAO;CACnC,OAAO,SAAS;CAChB,aAAa,QAAQ,IAAI,YAAY;CACrC,eAAe;CACf,cAAc;CACd,eAAe;CACf,cAAc,QAAQ,IAAI,aAAa;CACxC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"client.js","names":[],"sources":["../../../src/libs/email/client.ts"],"sourcesContent":["import { createClient, Temv1alpha1 } from '@scaleway/sdk';\nimport type { Region } from '@scaleway/sdk-client';\nimport { Logger } from '@contractspec/lib.logger';\nimport type {\n EmailAddress,\n EmailConfigResult,\n EmailSendOutcome,\n EmailServiceConfig,\n SendEmailRequest,\n} from './types';\n\nconst DEFAULT_FROM: EmailAddress = {\n email: 'noreply@transactional.contractspec.io',\n name: 'ContractSpec',\n};\n\nconst DEFAULT_TEAM_INBOX: EmailAddress = {\n email: 'contact@contractspec.io',\n name: 'ContractSpec Team',\n};\n\nconst DEFAULT_REGION: Region = 'fr-par';\n\ntype EmailApi = Pick<Temv1alpha1.API, 'createEmail'>;\n\nlet cachedConfig: EmailServiceConfig | null = null;\nlet cachedClient: EmailApi | null = null;\nlet apiFactory: (client: ReturnType<typeof createClient>) => EmailApi = (\n client\n) => new Temv1alpha1.API(client);\n\nconst mapRegion = (value?: string | null): Region => {\n const normalized = value?.trim().toLowerCase();\n if (normalized === 'par' || normalized === 'fr-par') return 'fr-par';\n if (normalized === 'ams' || normalized === 'nl-ams') return 'nl-ams';\n if (normalized === 'waw' || normalized === 'pl-waw') return 'pl-waw';\n return DEFAULT_REGION;\n};\n\nexport const getEmailConfig = (): EmailConfigResult => {\n if (cachedConfig) {\n return { ok: true, config: cachedConfig };\n }\n\n const accessKey =\n process.env.SCALEWAY_ACCESS_KEY || process.env.SCALEWAY_ACCESS_KEY_QUEUE;\n const secretKey =\n process.env.SCALEWAY_SECRET_KEY || process.env.SCALEWAY_SECRET_KEY_QUEUE;\n const projectId = process.env.SCALEWAY_PROJECT_ID;\n\n if (!accessKey || !secretKey || !projectId) {\n return {\n ok: false,\n errorMessage:\n 'Email service is not configured. Please contact us directly at contact@contractspec.io.',\n };\n }\n\n const region = mapRegion(process.env.SCALEWAY_REGION);\n\n cachedConfig = {\n accessKey,\n secretKey,\n projectId,\n region,\n defaultZone: `${region}-1`,\n from: {\n email: process.env.SCALEWAY_EMAIL_FROM_EMAIL ?? DEFAULT_FROM.email,\n name: process.env.SCALEWAY_EMAIL_FROM_NAME ?? DEFAULT_FROM.name,\n },\n teamInbox: {\n email: process.env.SCALEWAY_EMAIL_TEAM_EMAIL ?? DEFAULT_TEAM_INBOX.email,\n name: process.env.SCALEWAY_EMAIL_TEAM_NAME ?? DEFAULT_TEAM_INBOX.name,\n },\n };\n\n return { ok: true, config: cachedConfig };\n};\n\nconst getTemClient = (config: EmailServiceConfig): EmailApi => {\n if (cachedClient) {\n return cachedClient;\n }\n\n const client = createClient({\n accessKey: config.accessKey,\n secretKey: config.secretKey,\n defaultProjectId: config.projectId,\n defaultRegion: config.region,\n defaultZone: config.defaultZone,\n });\n\n cachedClient = apiFactory(client);\n return cachedClient;\n};\n\nexport const sendEmail = async (\n config: EmailServiceConfig,\n request: SendEmailRequest\n): Promise<EmailSendOutcome> => {\n try {\n const client = getTemClient(config);\n\n await client.createEmail({\n region: config.region,\n projectId: config.projectId,\n from: config.from,\n to: request.to,\n subject: request.subject,\n text: request.text,\n html: request.html || request.text,\n additionalHeaders: request.replyTo\n ? [{ key: 'Reply-To', value: request.replyTo }]\n : undefined,\n });\n\n return { success: true };\n } catch (error) {\n new Logger().error('scaleway_tem_email_send_failed', {\n context: request.context ?? 'email',\n error: error instanceof Error ? error.message : error,\n });\n return {\n success: false,\n error,\n errorMessage: 'Failed to send email via Scaleway.',\n };\n }\n};\n\nexport const __internal = {\n resetCaches() {\n cachedClient = null;\n cachedConfig = null;\n apiFactory = (client: ReturnType<typeof createClient>) =>\n new Temv1alpha1.API(client);\n },\n setApiFactory(\n factory: (client: ReturnType<typeof createClient>) => EmailApi\n ) {\n apiFactory = factory;\n },\n setClient(client: EmailApi) {\n cachedClient = client;\n },\n};\n"],"mappings":";;;;AAWA,MAAM,eAA6B;CACjC,OAAO;CACP,MAAM;CACP;AAED,MAAM,qBAAmC;CACvC,OAAO;CACP,MAAM;CACP;AAED,MAAM,iBAAyB;AAI/B,IAAI,eAA0C;AAC9C,IAAI,eAAgC;AACpC,IAAI,cACF,WACG,IAAI,YAAY,IAAI,OAAO;AAEhC,MAAM,aAAa,UAAkC;CACnD,MAAM,aAAa,OAAO,MAAM,CAAC,aAAa;AAC9C,KAAI,eAAe,SAAS,eAAe,SAAU,QAAO;AAC5D,KAAI,eAAe,SAAS,eAAe,SAAU,QAAO;AAC5D,KAAI,eAAe,SAAS,eAAe,SAAU,QAAO;AAC5D,QAAO;;AAGT,MAAa,uBAA0C;AACrD,KAAI,aACF,QAAO;EAAE,IAAI;EAAM,QAAQ;EAAc;CAG3C,MAAM,YACJ,QAAQ,IAAI,uBAAuB,QAAQ,IAAI;CACjD,MAAM,YACJ,QAAQ,IAAI,uBAAuB,QAAQ,IAAI;CACjD,MAAM,YAAY,QAAQ,IAAI;AAE9B,KAAI,CAAC,aAAa,CAAC,aAAa,CAAC,UAC/B,QAAO;EACL,IAAI;EACJ,cACE;EACH;CAGH,MAAM,SAAS,UAAU,QAAQ,IAAI,gBAAgB;AAErD,gBAAe;EACb;EACA;EACA;EACA;EACA,aAAa,GAAG,OAAO;EACvB,MAAM;GACJ,OAAO,QAAQ,IAAI,6BAA6B,aAAa;GAC7D,MAAM,QAAQ,IAAI,4BAA4B,aAAa;GAC5D;EACD,WAAW;GACT,OAAO,QAAQ,IAAI,6BAA6B,mBAAmB;GACnE,MAAM,QAAQ,IAAI,4BAA4B,mBAAmB;GAClE;EACF;AAED,QAAO;EAAE,IAAI;EAAM,QAAQ;EAAc;;AAG3C,MAAM,gBAAgB,WAAyC;AAC7D,KAAI,aACF,QAAO;CAGT,MAAM,SAAS,aAAa;EAC1B,WAAW,OAAO;EAClB,WAAW,OAAO;EAClB,kBAAkB,OAAO;EACzB,eAAe,OAAO;EACtB,aAAa,OAAO;EACrB,CAAC;AAEF,gBAAe,WAAW,OAAO;AACjC,QAAO;;AAGT,MAAa,YAAY,OACvB,QACA,YAC8B;AAC9B,KAAI;AAGF,QAFe,aAAa,OAAO,CAEtB,YAAY;GACvB,QAAQ,OAAO;GACf,WAAW,OAAO;GAClB,MAAM,OAAO;GACb,IAAI,QAAQ;GACZ,SAAS,QAAQ;GACjB,MAAM,QAAQ;GACd,MAAM,QAAQ,QAAQ,QAAQ;GAC9B,mBAAmB,QAAQ,UACvB,CAAC;IAAE,KAAK;IAAY,OAAO,QAAQ;IAAS,CAAC,GAC7C;GACL,CAAC;AAEF,SAAO,EAAE,SAAS,MAAM;UACjB,OAAO;AACd,MAAI,QAAQ,CAAC,MAAM,kCAAkC;GACnD,SAAS,QAAQ,WAAW;GAC5B,OAAO,iBAAiB,QAAQ,MAAM,UAAU;GACjD,CAAC;AACF,SAAO;GACL,SAAS;GACT;GACA,cAAc;GACf;;;AAIL,MAAa,aAAa;CACxB,cAAc;AACZ,iBAAe;AACf,iBAAe;AACf,gBAAc,WACZ,IAAI,YAAY,IAAI,OAAO;;CAE/B,cACE,SACA;AACA,eAAa;;CAEf,UAAU,QAAkB;AAC1B,iBAAe;;CAElB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"contact.js","names":[],"sources":["../../../src/libs/email/contact.ts"],"sourcesContent":["'use server';\n\nimport { getEmailConfig, sendEmail } from './client';\nimport { escapeHtml, formatMultilineHtml } from './utils';\nimport type { SubmitContactFormResult } from './types';\n\nconst CONTACT_MISSING_CONFIG =\n 'Email service is not configured. Please contact us directly at contact@contractspec.io.';\nconst CONTACT_SEND_ERROR =\n 'Failed to send message. Please contact us directly at contact@contractspec.io.';\n\nexport const submitContactForm = async (\n formData: FormData\n): Promise<SubmitContactFormResult> => {\n const name = (formData.get('name') ?? '').toString().trim();\n const email = (formData.get('email') ?? '').toString().trim();\n const message = (formData.get('message') ?? '').toString().trim();\n\n if (!email) {\n return {\n success: false,\n text: 'Please fill in all required fields.',\n };\n }\n\n const configResult = getEmailConfig();\n if (!configResult.ok || !configResult.config) {\n return {\n success: false,\n text: configResult.errorMessage ?? CONTACT_MISSING_CONFIG,\n };\n }\n\n const senderName = name || email;\n const emailContentText = `\nNew contact form submission from ${senderName}\n\nContact Information:\n- Name: ${name || 'Not provided'}\n- Email: ${email}\n\nMessage:\n${message || 'No message provided'}\n\n---\nSubmitted via ContractSpec contact form\n `.trim();\n\n const emailContentHtml = `\n <div style=\"font-family: sans-serif; max-width: 640px; margin: 0 auto;\">\n <h1 style=\"color: #8b5cf6; margin-bottom: 12px;\">New contact form submission</h1>\n <p style=\"margin: 0 0 12px;\">From ${escapeHtml(senderName)}</p>\n <h2 style=\"color: #8b5cf6; margin: 16px 0 8px;\">Contact Information</h2>\n <ul style=\"padding-left: 16px; line-height: 1.6; margin: 0 0 16px;\">\n <li>Name: ${escapeHtml(name || 'Not provided')}</li>\n <li>Email: ${escapeHtml(email)}</li>\n </ul>\n <h2 style=\"color: #8b5cf6; margin: 16px 0 8px;\">Message</h2>\n <div style=\"border: 1px solid #e5e7eb; border-radius: 8px; padding: 12px; background: #f9fafb; white-space: pre-wrap; line-height: 1.6;\">\n ${message ? formatMultilineHtml(message) : 'No message provided'}\n </div>\n <p style=\"color: #6b7280; font-size: 12px; margin-top: 20px;\">Submitted via ContractSpec contact form</p>\n </div>\n `;\n\n const sendResult = await sendEmail(configResult.config, {\n to: [configResult.config.teamInbox],\n subject: `New Contact Form Message from ${senderName}`,\n text: emailContentText,\n html: emailContentHtml,\n replyTo: email,\n context: 'contact-form',\n });\n\n if (!sendResult.success) {\n return { success: false, text: CONTACT_SEND_ERROR };\n }\n\n return { success: true, text: 'Message sent successfully!' };\n};\n"],"mappings":";;;;;;AAMA,MAAM,yBACJ;AACF,MAAM,qBACJ;AAEF,MAAa,oBAAoB,OAC/B,aACqC;CACrC,MAAM,QAAQ,SAAS,IAAI,OAAO,IAAI,IAAI,UAAU,CAAC,MAAM;CAC3D,MAAM,SAAS,SAAS,IAAI,QAAQ,IAAI,IAAI,UAAU,CAAC,MAAM;CAC7D,MAAM,WAAW,SAAS,IAAI,UAAU,IAAI,IAAI,UAAU,CAAC,MAAM;AAEjE,KAAI,CAAC,MACH,QAAO;EACL,SAAS;EACT,MAAM;EACP;CAGH,MAAM,eAAe,gBAAgB;AACrC,KAAI,CAAC,aAAa,MAAM,CAAC,aAAa,OACpC,QAAO;EACL,SAAS;EACT,MAAM,aAAa,gBAAgB;EACpC;CAGH,MAAM,aAAa,QAAQ;CAC3B,MAAM,mBAAmB;mCACQ,WAAW;;;UAGpC,QAAQ,eAAe;WACtB,MAAM;;;EAGf,WAAW,sBAAsB;;;;IAI/B,MAAM;CAER,MAAM,mBAAmB;;;0CAGe,WAAW,WAAW,CAAC;;;oBAG7C,WAAW,QAAQ,eAAe,CAAC;qBAClC,WAAW,MAAM,CAAC;;;;UAI7B,UAAU,oBAAoB,QAAQ,GAAG,sBAAsB;;;;;AAevE,KAAI,EATe,MAAM,UAAU,aAAa,QAAQ;EACtD,IAAI,CAAC,aAAa,OAAO,UAAU;EACnC,SAAS,iCAAiC;EAC1C,MAAM;EACN,MAAM;EACN,SAAS;EACT,SAAS;EACV,CAAC,EAEc,QACd,QAAO;EAAE,SAAS;EAAO,MAAM;EAAoB;AAGrD,QAAO;EAAE,SAAS;EAAM,MAAM;EAA8B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"newsletter.js","names":[],"sources":["../../../src/libs/email/newsletter.ts"],"sourcesContent":["'use server';\n\nimport { getEmailConfig, sendEmail } from './client';\nimport { formatMultilineHtml } from './utils';\nimport type { SubmitNewsletterResult } from './types';\n\nconst NEWSLETTER_MISSING_CONFIG =\n 'Newsletter service is not configured. Please try again later.';\nconst NEWSLETTER_SEND_ERROR =\n 'Failed to subscribe. Please try again later or contact us directly.';\n\nexport const subscribeToNewsletter = async (\n formData: FormData\n): Promise<SubmitNewsletterResult> => {\n const email = (formData.get('email') ?? '').toString().trim();\n\n if (!email || !email.includes('@')) {\n return {\n success: false,\n text: 'Please enter a valid email address.',\n };\n }\n\n const configResult = getEmailConfig();\n if (!configResult.ok || !configResult.config) {\n return {\n success: false,\n text: configResult.errorMessage ?? NEWSLETTER_MISSING_CONFIG,\n };\n }\n\n const welcomeText = `\nWelcome to ContractSpec!\n\nThanks for subscribing to our newsletter. You'll receive updates on:\n\n• New integrations (Stripe, OpenAI, Qdrant, and more)\n• Product features and improvements\n• New templates and examples\n• Architecture insights and best practices\n• Documentation updates\n\nStay tuned for exciting updates!\n\n---\nContractSpec Team\nhttps://contractspec.io\n\nUnsubscribe: Reply to this email with \"unsubscribe\"\n `.trim();\n\n const welcomeHtml = `\n <div style=\"font-family: sans-serif; max-width: 640px; margin: 0 auto;\">\n <h1 style=\"color: #8b5cf6;\">Welcome to ContractSpec!</h1>\n <p>Thanks for subscribing to our newsletter. You'll receive updates on:</p>\n <ul style=\"line-height: 1.8;\">\n <li>New integrations (Stripe, OpenAI, Qdrant, and more)</li>\n <li>Product features and improvements</li>\n <li>New templates and examples</li>\n <li>Architecture insights and best practices</li>\n <li>Documentation updates</li>\n </ul>\n <p>Stay tuned for exciting updates!</p>\n <hr style=\"margin: 30px 0; border: none; border-top: 1px solid #e5e7eb;\" />\n <p style=\"color: #6b7280; font-size: 14px;\">\n ContractSpec Team<br />\n <a href=\"https://contractspec.io\" style=\"color: #8b5cf6;\">contractspec.io</a>\n </p>\n <p style=\"color: #9ca3af; font-size: 12px;\">\n To unsubscribe, reply to this email with \"unsubscribe\"\n </p>\n </div>\n `;\n\n const userSend = await sendEmail(configResult.config, {\n to: [{ email }],\n subject: 'Welcome to ContractSpec Newsletter',\n text: welcomeText,\n html: welcomeHtml,\n context: 'newsletter-welcome',\n });\n\n if (!userSend.success) {\n return { success: false, text: NEWSLETTER_SEND_ERROR };\n }\n\n const teamNotificationText = `New newsletter subscription from: ${email}`;\n const teamNotificationHtml = `\n <div style=\"font-family: sans-serif; max-width: 640px; margin: 0 auto;\">\n <p style=\"margin: 0 0 8px;\">New newsletter subscription</p>\n <p style=\"margin: 0;\"><strong>Email:</strong> ${formatMultilineHtml(email)}</p>\n </div>\n `;\n\n const teamSend = await sendEmail(configResult.config, {\n to: [configResult.config.teamInbox],\n subject: `New Newsletter Subscription: ${email}`,\n text: teamNotificationText,\n html: teamNotificationHtml,\n context: 'newsletter-team-notification',\n });\n\n if (!teamSend.success) {\n return { success: false, text: NEWSLETTER_SEND_ERROR };\n }\n\n return { success: true, text: 'Successfully subscribed!' };\n};\n"],"mappings":";;;;;;AAMA,MAAM,4BACJ;AACF,MAAM,wBACJ;AAEF,MAAa,wBAAwB,OACnC,aACoC;CACpC,MAAM,SAAS,SAAS,IAAI,QAAQ,IAAI,IAAI,UAAU,CAAC,MAAM;AAE7D,KAAI,CAAC,SAAS,CAAC,MAAM,SAAS,IAAI,CAChC,QAAO;EACL,SAAS;EACT,MAAM;EACP;CAGH,MAAM,eAAe,gBAAgB;AACrC,KAAI,CAAC,aAAa,MAAM,CAAC,aAAa,OACpC,QAAO;EACL,SAAS;EACT,MAAM,aAAa,gBAAgB;EACpC;CAGH,MAAM,cAAc;;;;;;;;;;;;;;;;;;IAkBlB,MAAM;AAiCR,KAAI,EARa,MAAM,UAAU,aAAa,QAAQ;EACpD,IAAI,CAAC,EAAE,OAAO,CAAC;EACf,SAAS;EACT,MAAM;EACN,MA3BkB;;;;;;;;;;;;;;;;;;;;;;EA4BlB,SAAS;EACV,CAAC,EAEY,QACZ,QAAO;EAAE,SAAS;EAAO,MAAM;EAAuB;CAGxD,MAAM,uBAAuB,qCAAqC;CAClE,MAAM,uBAAuB;;;sDAGuB,oBAAoB,MAAM,CAAC;;;AAY/E,KAAI,EARa,MAAM,UAAU,aAAa,QAAQ;EACpD,IAAI,CAAC,aAAa,OAAO,UAAU;EACnC,SAAS,gCAAgC;EACzC,MAAM;EACN,MAAM;EACN,SAAS;EACV,CAAC,EAEY,QACZ,QAAO;EAAE,SAAS;EAAO,MAAM;EAAuB;AAGxD,QAAO;EAAE,SAAS;EAAM,MAAM;EAA4B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utils.js","names":[],"sources":["../../../src/libs/email/utils.ts"],"sourcesContent":["export const escapeHtml = (value: string): string =>\n value\n .replaceAll('&', '&')\n .replaceAll('<', '<')\n .replaceAll('>', '>');\n\nexport const formatMultilineHtml = (value: string): string =>\n escapeHtml(value).replaceAll('\\n', '<br />');\n"],"mappings":";AAAA,MAAa,cAAc,UACzB,MACG,WAAW,KAAK,QAAQ,CACxB,WAAW,KAAK,OAAO,CACvB,WAAW,KAAK,OAAO;AAE5B,MAAa,uBAAuB,UAClC,WAAW,MAAM,CAAC,WAAW,MAAM,SAAS"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"waitlist-application.js","names":[],"sources":["../../../src/libs/email/waitlist-application.ts"],"sourcesContent":["'use server';\n\nimport { getEmailConfig, sendEmail } from './client';\nimport { escapeHtml, formatMultilineHtml } from './utils';\nimport type { SubmitWaitlistApplicationResult } from './types';\n\nconst APPLICATION_MISSING_CONFIG =\n 'Waitlist application service is not configured. Please try again later.';\nconst APPLICATION_SEND_ERROR =\n 'Failed to submit application. Please try again later or contact us directly.';\n\nexport const submitWaitlistApplication = async (\n formData: FormData\n): Promise<SubmitWaitlistApplicationResult> => {\n const email = (formData.get('email') ?? '').toString().trim();\n const name = (formData.get('name') ?? '').toString().trim();\n const company = (formData.get('company') ?? '').toString().trim();\n const role = (formData.get('role') ?? '').toString().trim();\n const whatBuilding = (formData.get('whatBuilding') ?? '').toString().trim();\n const whatSolving = (formData.get('whatSolving') ?? '').toString().trim();\n const teamSize = (formData.get('teamSize') ?? '').toString().trim();\n const timeline = (formData.get('timeline') ?? '').toString().trim();\n const openToSessions = formData.get('openToSessions') === 'on';\n const okayWithCaseStudies = formData.get('okayWithCaseStudies') === 'on';\n\n if (!email || !email.includes('@')) {\n return {\n success: false,\n text: 'Please enter a valid email address.',\n };\n }\n\n if (!name || !whatBuilding || !whatSolving) {\n return {\n success: false,\n text: 'Please fill in all required fields.',\n };\n }\n\n const configResult = getEmailConfig();\n if (!configResult.ok || !configResult.config) {\n return {\n success: false,\n text: configResult.errorMessage ?? APPLICATION_MISSING_CONFIG,\n };\n }\n\n const applicantText = `\nYou're on the list.\n\nThanks for applying to the ContractSpec design partner program. We're slowly onboarding design partners in waves. If your use case is a good fit, we'll reach out personally.\n\nWhat happens next:\n• We review applications weekly\n• If selected, we'll reach out via email to schedule an intro call\n• During early access, you'll get hands-on support and influence over the roadmap\n\nIn the meantime:\n• Check out our docs: https://contractspec.io/docs\n• Book a demo call: https://contractspec.io/contact\n\nWe're excited about the possibility of working together!\n\n---\nContractSpec Team\nhttps://contractspec.io\n `.trim();\n\n const applicantHtml = `\n <div style=\"font-family: sans-serif; max-width: 640px; margin: 0 auto;\">\n <h1 style=\"color: #8b5cf6;\">You're on the list.</h1>\n <p>Thanks for applying to the ContractSpec design partner program. We're slowly onboarding design partners in waves. If your use case is a good fit, we'll reach out personally.</p>\n <h2 style=\"color: #8b5cf6; margin-top: 24px;\">What happens next:</h2>\n <ul style=\"line-height: 1.8;\">\n <li>We review applications weekly</li>\n <li>If selected, we'll reach out via email to schedule an intro call</li>\n <li>During early access, you'll get hands-on support and influence over the roadmap</li>\n </ul>\n <h2 style=\"color: #8b5cf6; margin-top: 24px;\">In the meantime:</h2>\n <ul style=\"line-height: 1.8;\">\n <li>Check out our <a href=\"https://contractspec.io/docs\" style=\"color: #8b5cf6;\">docs</a></li>\n <li>Book a demo call: <a href=\"https://contractspec.io/contact\" style=\"color: #8b5cf6;\">contractspec.io/contact</a></li>\n </ul>\n <p>We're excited about the possibility of working together!</p>\n <hr style=\"margin: 30px 0; border: none; border-top: 1px solid #e5e7eb;\" />\n <p style=\"color: #6b7280; font-size: 14px;\">\n ContractSpec Team<br />\n <a href=\"https://contractspec.io\" style=\"color: #8b5cf6;\">contractspec.io</a>\n </p>\n </div>\n `;\n\n const applicantSend = await sendEmail(configResult.config, {\n to: [{ email }],\n subject: \"You're on the ContractSpec design partner waitlist!\",\n text: applicantText,\n html: applicantHtml,\n context: 'waitlist-application-welcome',\n });\n\n if (!applicantSend.success) {\n return { success: false, text: APPLICATION_SEND_ERROR };\n }\n\n const preferencesText = `\nOpen to 1:1 product/design sessions: ${openToSessions ? 'Yes' : 'No'}\nOkay with anonymized case studies: ${okayWithCaseStudies ? 'Yes' : 'No'}\n `.trim();\n\n const teamEmailText = `\nNew Design Partner Waitlist Application\n\nContact Information:\n- Name: ${name}\n- Email: ${email}\n${company ? `- Company/Project: ${company}` : ''}\n${role ? `- Role: ${role}` : ''}\n\nApplication Details:\n- What are you building with AI today?\n${whatBuilding}\n\n- What do you hope ContractSpec will solve for you?\n${whatSolving}\n\n- Team Size: ${teamSize || 'Not specified'}\n- Timeline: ${timeline || 'Not specified'}\n\nPreferences:\n- Open to 1:1 product/design sessions: ${openToSessions ? 'Yes' : 'No'}\n- Okay with anonymized case studies: ${okayWithCaseStudies ? 'Yes' : 'No'}\n\n---\nSubmitted via ContractSpec waitlist application form\n `.trim();\n\n const teamEmailHtml = `\n <div style=\"font-family: sans-serif; max-width: 720px; margin: 0 auto;\">\n <h1 style=\"color: #8b5cf6;\">New Design Partner Waitlist Application</h1>\n <h2 style=\"color: #8b5cf6; margin: 16px 0 8px;\">Contact Information</h2>\n <ul style=\"padding-left: 16px; line-height: 1.6; margin: 0 0 16px;\">\n <li>Name: ${escapeHtml(name)}</li>\n <li>Email: ${escapeHtml(email)}</li>\n ${company ? `<li>Company/Project: ${escapeHtml(company)}</li>` : ''}\n ${role ? `<li>Role: ${escapeHtml(role)}</li>` : ''}\n </ul>\n <h2 style=\"color: #8b5cf6; margin: 16px 0 8px;\">Application Details</h2>\n <p style=\"margin: 0 0 8px; font-weight: 600;\">What are you building with AI today?</p>\n <div style=\"border: 1px solid #e5e7eb; border-radius: 8px; padding: 12px; background: #f9fafb; white-space: pre-wrap; line-height: 1.6;\">\n ${formatMultilineHtml(whatBuilding)}\n </div>\n <p style=\"margin: 16px 0 8px; font-weight: 600;\">What do you hope ContractSpec will solve for you?</p>\n <div style=\"border: 1px solid #e5e7eb; border-radius: 8px; padding: 12px; background: #f9fafb; white-space: pre-wrap; line-height: 1.6;\">\n ${formatMultilineHtml(whatSolving)}\n </div>\n <ul style=\"padding-left: 16px; line-height: 1.6; margin: 16px 0;\">\n <li>Team Size: ${escapeHtml(teamSize || 'Not specified')}</li>\n <li>Timeline: ${escapeHtml(timeline || 'Not specified')}</li>\n </ul>\n <h2 style=\"color: #8b5cf6; margin: 16px 0 8px;\">Preferences</h2>\n <div style=\"border: 1px solid #e5e7eb; border-radius: 8px; padding: 12px; background: #f9fafb; line-height: 1.6;\">\n ${formatMultilineHtml(preferencesText)}\n </div>\n <p style=\"color: #6b7280; font-size: 12px; margin-top: 20px;\">Submitted via ContractSpec waitlist application form</p>\n </div>\n `;\n\n const teamSend = await sendEmail(configResult.config, {\n to: [configResult.config.teamInbox],\n subject: `New Design Partner Application: ${name} (${email})`,\n text: teamEmailText,\n html: teamEmailHtml,\n replyTo: email,\n context: 'waitlist-application-team-notification',\n });\n\n if (!teamSend.success) {\n return { success: false, text: APPLICATION_SEND_ERROR };\n }\n\n return {\n success: true,\n text: 'Application submitted successfully!',\n };\n};\n"],"mappings":";;;;;;AAMA,MAAM,6BACJ;AACF,MAAM,yBACJ;AAEF,MAAa,4BAA4B,OACvC,aAC6C;CAC7C,MAAM,SAAS,SAAS,IAAI,QAAQ,IAAI,IAAI,UAAU,CAAC,MAAM;CAC7D,MAAM,QAAQ,SAAS,IAAI,OAAO,IAAI,IAAI,UAAU,CAAC,MAAM;CAC3D,MAAM,WAAW,SAAS,IAAI,UAAU,IAAI,IAAI,UAAU,CAAC,MAAM;CACjE,MAAM,QAAQ,SAAS,IAAI,OAAO,IAAI,IAAI,UAAU,CAAC,MAAM;CAC3D,MAAM,gBAAgB,SAAS,IAAI,eAAe,IAAI,IAAI,UAAU,CAAC,MAAM;CAC3E,MAAM,eAAe,SAAS,IAAI,cAAc,IAAI,IAAI,UAAU,CAAC,MAAM;CACzE,MAAM,YAAY,SAAS,IAAI,WAAW,IAAI,IAAI,UAAU,CAAC,MAAM;CACnE,MAAM,YAAY,SAAS,IAAI,WAAW,IAAI,IAAI,UAAU,CAAC,MAAM;CACnE,MAAM,iBAAiB,SAAS,IAAI,iBAAiB,KAAK;CAC1D,MAAM,sBAAsB,SAAS,IAAI,sBAAsB,KAAK;AAEpE,KAAI,CAAC,SAAS,CAAC,MAAM,SAAS,IAAI,CAChC,QAAO;EACL,SAAS;EACT,MAAM;EACP;AAGH,KAAI,CAAC,QAAQ,CAAC,gBAAgB,CAAC,YAC7B,QAAO;EACL,SAAS;EACT,MAAM;EACP;CAGH,MAAM,eAAe,gBAAgB;AACrC,KAAI,CAAC,aAAa,MAAM,CAAC,aAAa,OACpC,QAAO;EACL,SAAS;EACT,MAAM,aAAa,gBAAgB;EACpC;CAGH,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;IAmBpB,MAAM;AAkCR,KAAI,EARkB,MAAM,UAAU,aAAa,QAAQ;EACzD,IAAI,CAAC,EAAE,OAAO,CAAC;EACf,SAAS;EACT,MAAM;EACN,MA5BoB;;;;;;;;;;;;;;;;;;;;;;;EA6BpB,SAAS;EACV,CAAC,EAEiB,QACjB,QAAO;EAAE,SAAS;EAAO,MAAM;EAAwB;CAGzD,MAAM,kBAAkB;uCACa,iBAAiB,QAAQ,KAAK;qCAChC,sBAAsB,QAAQ,KAAK;IACpE,MAAM;CAER,MAAM,gBAAgB;;;;UAId,KAAK;WACJ,MAAM;EACf,UAAU,sBAAsB,YAAY,GAAG;EAC/C,OAAO,WAAW,SAAS,GAAG;;;;EAI9B,aAAa;;;EAGb,YAAY;;eAEC,YAAY,gBAAgB;cAC7B,YAAY,gBAAgB;;;yCAGD,iBAAiB,QAAQ,KAAK;uCAChC,sBAAsB,QAAQ,KAAK;;;;IAItE,MAAM;CAER,MAAM,gBAAgB;;;;;oBAKJ,WAAW,KAAK,CAAC;qBAChB,WAAW,MAAM,CAAC;UAC7B,UAAU,wBAAwB,WAAW,QAAQ,CAAC,SAAS,GAAG;UAClE,OAAO,aAAa,WAAW,KAAK,CAAC,SAAS,GAAG;;;;;UAKjD,oBAAoB,aAAa,CAAC;;;;UAIlC,oBAAoB,YAAY,CAAC;;;yBAGlB,WAAW,YAAY,gBAAgB,CAAC;wBACzC,WAAW,YAAY,gBAAgB,CAAC;;;;UAItD,oBAAoB,gBAAgB,CAAC;;;;;AAe7C,KAAI,EATa,MAAM,UAAU,aAAa,QAAQ;EACpD,IAAI,CAAC,aAAa,OAAO,UAAU;EACnC,SAAS,mCAAmC,KAAK,IAAI,MAAM;EAC3D,MAAM;EACN,MAAM;EACN,SAAS;EACT,SAAS;EACV,CAAC,EAEY,QACZ,QAAO;EAAE,SAAS;EAAO,MAAM;EAAwB;AAGzD,QAAO;EACL,SAAS;EACT,MAAM;EACP"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"waitlist.js","names":[],"sources":["../../../src/libs/email/waitlist.ts"],"sourcesContent":["'use server';\n\nimport { getEmailConfig, sendEmail } from './client';\nimport { formatMultilineHtml } from './utils';\nimport type { SubmitWaitlistResult } from './types';\n\nconst WAITLIST_MISSING_CONFIG =\n 'Waitlist service is not configured. Please try again later.';\nconst WAITLIST_SEND_ERROR =\n 'Failed to join waitlist. Please try again later or contact us directly.';\n\nexport const joinWaitlist = async (\n formData: FormData\n): Promise<SubmitWaitlistResult> => {\n const email = (formData.get('email') ?? '').toString().trim();\n\n if (!email || !email.includes('@')) {\n return {\n success: false,\n text: 'Please enter a valid email address.',\n };\n }\n\n const configResult = getEmailConfig();\n if (!configResult.ok || !configResult.config) {\n return {\n success: false,\n text: configResult.errorMessage ?? WAITLIST_MISSING_CONFIG,\n };\n }\n\n const waitlistText = `\nYou're on the waitlist!\n\nThanks for joining the ContractSpec waitlist. You're now in line for early access to:\n\n• Stabilize your AI-generated code with ContractSpec\n• Multi-surface consistency (API, DB, UI, events)\n• Safe regeneration without breaking changes\n• AI governance and contract enforcement\n\nWe'll notify you as soon as early access is available. In the meantime, you can:\n\n• Check out our docs: https://contractspec.io/docs\n• Follow our progress on GitHub\n• Book a demo call to see ContractSpec in action\n\nWe're excited to have you on board!\n\n---\nContractSpec Team\nhttps://contractspec.io\n\nTo remove yourself from the waitlist, reply to this email with \"remove\"\n `.trim();\n\n const waitlistHtml = `\n <div style=\"font-family: sans-serif; max-width: 640px; margin: 0 auto;\">\n <h1 style=\"color: #8b5cf6;\">You're on the waitlist!</h1>\n <p>Thanks for joining the ContractSpec waitlist. You're now in line for early access to:</p>\n <ul style=\"line-height: 1.8;\">\n <li>Stabilize your AI-generated code with ContractSpec</li>\n <li>Multi-surface consistency (API, DB, UI, events)</li>\n <li>Safe regeneration without breaking changes</li>\n <li>AI governance and contract enforcement</li>\n </ul>\n <p>We'll notify you as soon as early access is available. In the meantime, you can:</p>\n <ul style=\"line-height: 1.8;\">\n <li>Check out our <a href=\"https://contractspec.io/docs\" style=\"color: #8b5cf6;\">docs</a></li>\n <li>Follow our progress on GitHub</li>\n <li>Book a demo call to see ContractSpec in action</li>\n </ul>\n <p>We're excited to have you on board!</p>\n <hr style=\"margin: 30px 0; border: none; border-top: 1px solid #e5e7eb;\" />\n <p style=\"color: #6b7280; font-size: 14px;\">\n ContractSpec Team<br />\n <a href=\"https://contractspec.io\" style=\"color: #8b5cf6;\">contractspec.io</a>\n </p>\n <p style=\"color: #9ca3af; font-size: 12px;\">\n To remove yourself from the waitlist, reply to this email with \"remove\"\n </p>\n </div>\n `;\n\n const userSend = await sendEmail(configResult.config, {\n to: [{ email }],\n subject: \"You're on the ContractSpec waitlist!\",\n text: waitlistText,\n html: waitlistHtml,\n context: 'waitlist-welcome',\n });\n\n if (!userSend.success) {\n return { success: false, text: WAITLIST_SEND_ERROR };\n }\n\n const teamNotificationText = `New waitlist signup from: ${email}`;\n const teamNotificationHtml = `\n <div style=\"font-family: sans-serif; max-width: 640px; margin: 0 auto;\">\n <p style=\"margin: 0 0 8px;\">New waitlist signup</p>\n <p style=\"margin: 0;\"><strong>Email:</strong> ${formatMultilineHtml(email)}</p>\n </div>\n `;\n\n const teamSend = await sendEmail(configResult.config, {\n to: [configResult.config.teamInbox],\n subject: `New Waitlist Signup: ${email}`,\n text: teamNotificationText,\n html: teamNotificationHtml,\n context: 'waitlist-team-notification',\n });\n\n if (!teamSend.success) {\n return { success: false, text: WAITLIST_SEND_ERROR };\n }\n\n return { success: true, text: 'Successfully joined waitlist!' };\n};\n"],"mappings":";;;;;;AAMA,MAAM,0BACJ;AACF,MAAM,sBACJ;AAEF,MAAa,eAAe,OAC1B,aACkC;CAClC,MAAM,SAAS,SAAS,IAAI,QAAQ,IAAI,IAAI,UAAU,CAAC,MAAM;AAE7D,KAAI,CAAC,SAAS,CAAC,MAAM,SAAS,IAAI,CAChC,QAAO;EACL,SAAS;EACT,MAAM;EACP;CAGH,MAAM,eAAe,gBAAgB;AACrC,KAAI,CAAC,aAAa,MAAM,CAAC,aAAa,OACpC,QAAO;EACL,SAAS;EACT,MAAM,aAAa,gBAAgB;EACpC;CAGH,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;IAuBnB,MAAM;AAsCR,KAAI,EARa,MAAM,UAAU,aAAa,QAAQ;EACpD,IAAI,CAAC,EAAE,OAAO,CAAC;EACf,SAAS;EACT,MAAM;EACN,MAhCmB;;;;;;;;;;;;;;;;;;;;;;;;;;;EAiCnB,SAAS;EACV,CAAC,EAEY,QACZ,QAAO;EAAE,SAAS;EAAO,MAAM;EAAqB;CAGtD,MAAM,uBAAuB,6BAA6B;CAC1D,MAAM,uBAAuB;;;sDAGuB,oBAAoB,MAAM,CAAC;;;AAY/E,KAAI,EARa,MAAM,UAAU,aAAa,QAAQ;EACpD,IAAI,CAAC,aAAa,OAAO,UAAU;EACnC,SAAS,wBAAwB;EACjC,MAAM;EACN,MAAM;EACN,SAAS;EACV,CAAC,EAEY,QACZ,QAAO;EAAE,SAAS;EAAO,MAAM;EAAqB;AAGtD,QAAO;EAAE,SAAS;EAAM,MAAM;EAAiC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"client.js","names":[],"sources":["../../../src/libs/posthog/client.ts"],"sourcesContent":["import posthog from 'posthog-js';\n\nexport type PostHogInstance = typeof posthog;\n\nexport const analyticsEventNames = {\n CTA_INSTALL_CLICK: 'cta_install_click',\n CTA_STUDIO_CLICK: 'cta_studio_click',\n DOCS_QUICKSTART_VIEW: 'docs_quickstart_view',\n COPY_COMMAND_CLICK: 'copy_command_click',\n EXAMPLE_REPO_OPEN: 'example_repo_open',\n} as const;\n\nexport type AnalyticsEventName =\n (typeof analyticsEventNames)[keyof typeof analyticsEventNames];\n\nexport const posthogKey = process.env.NEXT_PUBLIC_CONTRACTSPEC_POSTHOG_KEY;\nexport const posthogHost =\n process.env.NEXT_PUBLIC_POSTHOG_HOST || 'https://eu.posthog.com';\n\nconst shouldCaptureAnalytics = () => {\n if (typeof window === 'undefined') return false;\n const nav = window.navigator as Navigator & {\n msDoNotTrack?: string;\n };\n const dntWindow = window as Window & {\n doNotTrack?: string;\n };\n const dnt = nav.doNotTrack ?? nav.msDoNotTrack ?? dntWindow.doNotTrack;\n return dnt !== '1' && dnt !== 'yes';\n};\n\nexport function initPosthog() {\n if (typeof window === 'undefined') return;\n if (!posthogKey) {\n console.warn('[PostHog] NEXT_PUBLIC_CONTRACTSPEC_POSTHOG_KEY is missing');\n return;\n }\n if (!shouldCaptureAnalytics()) return;\n\n const isDev = process.env.NODE_ENV === 'development';\n\n posthog.init(posthogKey, {\n api_host: posthogHost,\n autocapture: !isDev,\n capture_dead_clicks: !isDev,\n capture_performance: !isDev,\n capture_pageview: !isDev,\n capture_heatmaps: !isDev,\n capture_exceptions: !isDev,\n debug: process.env.NODE_ENV === 'development',\n });\n}\n\nexport function captureAnalyticsEvent(\n event: AnalyticsEventName,\n properties?: Record<string, unknown>\n) {\n if (!posthogKey) return;\n if (!shouldCaptureAnalytics()) return;\n try {\n const globalPosthog = (globalThis as { posthog?: PostHogInstance }).posthog;\n const instance = globalPosthog ?? posthog;\n instance?.capture?.(event, properties);\n } catch {\n return;\n }\n}\n\nexport { posthog };\nexport default posthog;\n"],"mappings":";;;AAIA,MAAa,sBAAsB;CACjC,mBAAmB;CACnB,kBAAkB;CAClB,sBAAsB;CACtB,oBAAoB;CACpB,mBAAmB;CACpB;AAKD,MAAa,aAAa,QAAQ,IAAI;AACtC,MAAa,cACX,QAAQ,IAAI,4BAA4B;AAE1C,MAAM,+BAA+B;AACnC,KAAI,OAAO,WAAW,YAAa,QAAO;CAC1C,MAAM,MAAM,OAAO;CAGnB,MAAM,YAAY;CAGlB,MAAM,MAAM,IAAI,cAAc,IAAI,gBAAgB,UAAU;AAC5D,QAAO,QAAQ,OAAO,QAAQ;;AAGhC,SAAgB,cAAc;AAC5B,KAAI,OAAO,WAAW,YAAa;AACnC,KAAI,CAAC,YAAY;AACf,UAAQ,KAAK,4DAA4D;AACzE;;AAEF,KAAI,CAAC,wBAAwB,CAAE;CAE/B,MAAM,QAAQ,QAAQ,IAAI,aAAa;AAEvC,SAAQ,KAAK,YAAY;EACvB,UAAU;EACV,aAAa,CAAC;EACd,qBAAqB,CAAC;EACtB,qBAAqB,CAAC;EACtB,kBAAkB,CAAC;EACnB,kBAAkB,CAAC;EACnB,oBAAoB,CAAC;EACrB,OAAO,QAAQ,IAAI,aAAa;EACjC,CAAC;;AAGJ,SAAgB,sBACd,OACA,YACA;AACA,KAAI,CAAC,WAAY;AACjB,KAAI,CAAC,wBAAwB,CAAE;AAC/B,KAAI;AAGF,GAFuB,WAA6C,WAClC,UACxB,UAAU,OAAO,WAAW;SAChC;AACN;;;AAKJ,qBAAe"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"native.js","names":[],"sources":["../../../src/libs/posthog/native.ts"],"sourcesContent":["import { PostHog } from 'posthog-react-native';\n\nexport type PostHogInstance = typeof PostHog;\n\nexport const posthogKey = process.env.NEXT_PUBLIC_CONTRACTSPEC_POSTHOG_KEY;\nexport const posthogHost =\n process.env.NEXT_PUBLIC_POSTHOG_HOST || 'https://eu.posthog.com';\n\nexport function initPosthog() {\n const posthogKey = process.env.NEXT_PUBLIC_CONTRACTSPEC_POSTHOG_KEY;\n const posthogHost =\n process.env.NEXT_PUBLIC_POSTHOG_HOST || 'https://eu.posthog.com';\n\n if (!posthogKey) {\n console.warn('[PostHog] NEXT_PUBLIC_CONTRACTSPEC_POSTHOG_KEY is missing');\n throw new Error('NEXT_PUBLIC_CONTRACTSPEC_POSTHOG_KEY is missing');\n }\n\n const posthog = new PostHog(posthogKey, {\n host: posthogHost,\n // autocapture: !isDev,\n // capture_dead_clicks: !isDev,\n // capture_performance: !isDev,\n // capture_pageview: !isDev,\n // capture_heatmaps: !isDev,\n // capture_exceptions: !isDev,\n // debug: process.env.NODE_ENV === 'development',\n });\n\n return posthog;\n}\n\nconst posthog = initPosthog();\nexport { posthog };\n"],"mappings":";;;AAIA,MAAa,aAAa,QAAQ,IAAI;AACtC,MAAa,cACX,QAAQ,IAAI,4BAA4B;AAE1C,SAAgB,cAAc;CAC5B,MAAM,aAAa,QAAQ,IAAI;CAC/B,MAAM,cACJ,QAAQ,IAAI,4BAA4B;AAE1C,KAAI,CAAC,YAAY;AACf,UAAQ,KAAK,4DAA4D;AACzE,QAAM,IAAI,MAAM,kDAAkD;;AAcpE,QAXgB,IAAI,QAAQ,YAAY,EACtC,MAAM,aAQP,CAAC;;AAKJ,MAAM,UAAU,aAAa"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"server.js","names":[],"sources":["../../../src/libs/posthog/server.ts"],"sourcesContent":["import { PostHog } from 'posthog-node';\n\nconst posthogKey = process.env.NEXT_PUBLIC_CONTRACTSPEC_POSTHOG_KEY;\nconst posthogHost =\n process.env.NEXT_PUBLIC_POSTHOG_HOST || 'https://eu.posthog.com';\n\nconst posthogServer = posthogKey\n ? new PostHog(posthogKey, {\n host: posthogHost,\n flushAt: 1,\n flushInterval: 0,\n })\n : null;\n\nexport default posthogServer;\nexport type PostHogServerInstance = PostHog;\n"],"mappings":";;;AAEA,MAAM,aAAa,QAAQ,IAAI;AAC/B,MAAM,cACJ,QAAQ,IAAI,4BAA4B;AAE1C,MAAM,gBAAgB,aAClB,IAAI,QAAQ,YAAY;CACtB,MAAM;CACN,SAAS;CACT,eAAe;CAChB,CAAC,GACF"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"pricing-examples.js","names":[],"sources":["../../src/libs/pricing-examples.ts"],"sourcesContent":["/**\n * Tentative pricing example values for UI display.\n * These are examples only and subject to change based on learnings from design partners.\n */\n\nexport const PRICING_EXAMPLES = {\n free: {\n regenerationsPerMonth: 200,\n aiActionsPerMonth: 100,\n projects: 1,\n },\n builder: {\n regenerationsPerMonthHint: '1,000–2,000+',\n aiActionsPerMonthHint: '1,000+',\n },\n team: {\n description: 'Higher limits + cheaper per-regen at scale',\n },\n} as const;\n"],"mappings":";;;;;AAKA,MAAa,mBAAmB;CAC9B,MAAM;EACJ,uBAAuB;EACvB,mBAAmB;EACnB,UAAU;EACX;CACD,SAAS;EACP,2BAA2B;EAC3B,uBAAuB;EACxB;CACD,MAAM,EACJ,aAAa,8CACd;CACF"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { RouteHas } from "../../lib/load-custom-routes.js";
|
|
2
|
-
import "../webpack/loaders/get-module-build-info.js";
|
|
3
|
-
import "../../server/config-shared.js";
|
|
4
|
-
|
|
5
|
-
//#region ../../../node_modules/next/dist/build/analysis/get-page-static-info.d.ts
|
|
6
|
-
type ProxyMatcher = {
|
|
7
|
-
regexp: string;
|
|
8
|
-
locale?: false;
|
|
9
|
-
has?: RouteHas[];
|
|
10
|
-
missing?: RouteHas[];
|
|
11
|
-
originalSource: string;
|
|
12
|
-
};
|
|
13
|
-
//#endregion
|
|
14
|
-
export { ProxyMatcher };
|
|
15
|
-
//# sourceMappingURL=get-page-static-info.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"get-page-static-info.d.ts","names":["NextConfig","RouteHas","RSCMeta","PAGE_TYPES","AppSegmentConfig","PagesSegmentConfig","PagesSegmentConfigConfig","ProxyMatcher","regexp","locale","has","missing","originalSource","ProxyConfig","matchers","regions","unstable_allowDynamic","AppPageStaticInfo","APP","RSCModuleType","Omit","type","ssg","ssr","rsc","generateStaticParams","generateSitemaps","generateImageMetadata","middleware","config","runtime","preferredRegion","maxDuration","hadUnsupportedValue","PagesPageStaticInfo","PAGES","getStaticProps","getServerSideProps","PageStaticInfo","getRSCModuleInformation","source","isReactServerLayer","GetPageStaticInfoParams","Partial","pageFilePath","nextConfig","isDev","page","pageType","getAppPageStaticInfo","Promise","getPagesPageStaticInfo","getPageStaticInfo","params"],"sources":["../../../../../../../../../node_modules/next/dist/build/analysis/get-page-static-info.d.ts"],"x_google_ignoreList":[0],"mappings":";;;;;KAMYO,YAAAA;EACRC,MAAAA;EACAC,MAAAA;EACAC,GAAAA,GAAMT,QAAAA;EACNU,OAAAA,GAAUV,QAAAA;EACVW,cAAAA;AAAAA"}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import "../server/api-utils/index.js";
|
|
2
|
-
import "../lib/constants.js";
|
|
3
|
-
import "./static-paths/types.js";
|
|
4
|
-
import "./utils.js";
|
|
5
|
-
import "./worker.js";
|
|
6
|
-
import { NextConfigRuntime } from "../server/config-shared.js";
|
|
7
|
-
|
|
8
|
-
//#region ../../../node_modules/next/dist/build/index.d.ts
|
|
9
|
-
interface RequiredServerFilesManifest {
|
|
10
|
-
version: number;
|
|
11
|
-
config: NextConfigRuntime;
|
|
12
|
-
appDir: string;
|
|
13
|
-
relativeAppDir: string;
|
|
14
|
-
files: string[];
|
|
15
|
-
ignore: string[];
|
|
16
|
-
}
|
|
17
|
-
//#endregion
|
|
18
|
-
export { RequiredServerFilesManifest };
|
|
19
|
-
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","names":["NextConfigComplete","NextConfigRuntime","Revalidate","Worker","RSC_SUFFIX","RSC_SEGMENTS_DIR_SUFFIX","RSC_SEGMENT_SUFFIX","Header","Redirect","Rewrite","RouteHas","Bundler","__ApiPreviewProps","DynamicManifestRoute","FallbackRouteParam","NEXT_ROUTER_PREFETCH_HEADER","RSC_HEADER","RSC_CONTENT_TYPE_HEADER","NEXT_DID_POSTPONE_HEADER","NEXT_ROUTER_SEGMENT_PREFETCH_HEADER","NEXT_REWRITTEN_PATH_HEADER","NEXT_REWRITTEN_QUERY_HEADER","RenderingMode","PrefetchSegmentDataRoute","Fallback","PrerenderManifestRoute","Record","dataRoute","experimentalBypassFor","initialHeaders","initialStatus","initialRevalidateSeconds","initialExpireSeconds","prefetchDataRoute","srcRoute","experimentalPPR","renderingMode","allowHeader","DynamicPrerenderManifestRoute","dataRouteRegex","fallback","fallbackRevalidate","fallbackExpire","fallbackHeaders","fallbackStatus","fallbackRootParams","fallbackRouteParams","fallbackSourceRoute","prefetchDataRouteRegex","routeRegex","PrerenderManifest","version","routes","route","dynamicRoutes","notFoundRoutes","preview","ManifestBuiltRoute","regex","ManifestRewriteRoute","ManifestRedirectRoute","ManifestHeaderRoute","ManifestRoute","page","namedRegex","routeKeys","key","hasFallbackRootParams","prefetchSegmentDataRoutes","skipInternalRouting","ManifestDataRoute","namedDataRouteRegex","RoutesManifest","Array","ReadonlyArray","pages404","appType","basePath","redirects","rewrites","beforeFiles","afterFiles","headers","staticRoutes","dataRoutes","i18n","domains","http","domain","locales","defaultLocale","localeDetection","rsc","header","didPostponeHeader","contentTypeHeader","varyHeader","prefetchHeader","suffix","prefetchSegmentHeader","prefetchSegmentDirSuffix","prefetchSegmentSuffix","clientParamParsing","clientParamParsingOrigins","dynamicRSCPrerender","rewriteHeaders","pathHeader","queryHeader","skipProxyUrlNormalize","caseSensitive","ppr","chain","FunctionsConfigManifest","functions","maxDuration","runtime","regions","matchers","regexp","originalSource","has","missing","RequiredServerFilesManifest","config","appDir","relativeAppDir","files","ignore","StaticWorker","__worker0","createStaticWorker","numberOfWorkers","debuggerPortOffset","progress","run","clear","options","build","Promise","dir","experimentalAnalyze","reactProductionProfiling","debugOutput","debugPrerender","noMangling","appDirOnly","bundler","experimentalBuildMode","traceUploadUrl","debugBuildAppPaths","debugBuildPagePaths","default"],"sources":["../../../../../../../../node_modules/next/dist/build/index.d.ts"],"x_google_ignoreList":[0],"mappings":";;;;;;;;UA8PiB0H,2BAAAA;EACbvE,OAAAA;EACAwE,MAAAA,EAAQ1H,iBAAAA;EACR2H,MAAAA;EACAC,cAAAA;EACAC,KAAAA;EACAC,MAAAA;AAAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "../server/config-shared.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "./types.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "../../server/app-render/entry-base.js";
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import "./webpack/plugins/middleware-plugin.js";
|
|
2
|
-
import "../lib/constants.js";
|
|
3
|
-
import "./static-paths/types.js";
|
|
4
|
-
import "./swc/types.js";
|
|
5
|
-
import "./segment-config/app/app-segments.js";
|
|
6
|
-
import "./index.js";
|
|
7
|
-
import "../server/config-shared.js";
|
|
8
|
-
import "../types.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "../../../../server/config-shared.js";
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { webpack } from "next/dist/compiled/webpack/webpack";
|
|
2
|
-
|
|
3
|
-
//#region ../../../node_modules/next/dist/build/webpack/plugins/subresource-integrity-plugin.d.ts
|
|
4
|
-
type SubresourceIntegrityAlgorithm = 'sha256' | 'sha384' | 'sha512';
|
|
5
|
-
//#endregion
|
|
6
|
-
export { SubresourceIntegrityAlgorithm };
|
|
7
|
-
//# sourceMappingURL=subresource-integrity-plugin.d.ts.map
|
package/dist/node_modules/next/dist/build/webpack/plugins/subresource-integrity-plugin.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"subresource-integrity-plugin.d.ts","names":["webpack","SubresourceIntegrityAlgorithm","SubresourceIntegrityPlugin","Compiler","algorithm","constructor","apply","compiler"],"sources":["../../../../../../../../../../node_modules/next/dist/build/webpack/plugins/subresource-integrity-plugin.d.ts"],"x_google_ignoreList":[0],"mappings":";;;KACYC,6BAAAA"}
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
//#region ../../../node_modules/next/dist/cli/next-test.d.ts
|
|
2
|
-
declare const SUPPORTED_TEST_RUNNERS_LIST: readonly ["playwright"];
|
|
3
|
-
type SupportedTestRunners = (typeof SUPPORTED_TEST_RUNNERS_LIST)[number];
|
|
4
|
-
//#endregion
|
|
5
|
-
export { SupportedTestRunners };
|
|
6
|
-
//# sourceMappingURL=next-test.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"next-test.d.ts","names":["NextTestOptions","testRunner","SUPPORTED_TEST_RUNNERS_LIST","SupportedTestRunners","nextTest","Promise","directory","testRunnerArgs","options"],"sources":["../../../../../../../../node_modules/next/dist/cli/next-test.d.ts"],"x_google_ignoreList":[0],"mappings":";cAGqBE,2BAAAA;AAAAA,KACTC,oBAAAA,WAA+BD,2BAAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"app-router-headers.d.ts","names":["RSC_HEADER","ACTION_HEADER","NEXT_ROUTER_STATE_TREE_HEADER","NEXT_ROUTER_PREFETCH_HEADER","NEXT_ROUTER_SEGMENT_PREFETCH_HEADER","NEXT_HMR_REFRESH_HEADER","NEXT_HMR_REFRESH_HASH_COOKIE","NEXT_URL","RSC_CONTENT_TYPE_HEADER","FLIGHT_HEADERS","NEXT_RSC_UNION_QUERY","NEXT_ROUTER_STALE_TIME_HEADER","NEXT_DID_POSTPONE_HEADER","NEXT_REWRITTEN_PATH_HEADER","NEXT_REWRITTEN_QUERY_HEADER","NEXT_IS_PRERENDER_HEADER","NEXT_ACTION_NOT_FOUND_HEADER","NEXT_REQUEST_ID_HEADER","NEXT_HTML_REQUEST_ID_HEADER","NEXT_ACTION_REVALIDATED_HEADER"],"sources":["../../../../../../../../../node_modules/next/dist/client/components/app-router-headers.d.ts"],"x_google_ignoreList":[0],"mappings":";cAUqBU,oBAAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "react";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "react";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "../../../shared/lib/app-router-types.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "../shared/lib/app-router-types.js";
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
import { ProxyMatcher } from "../build/analysis/get-page-static-info.js";
|
|
2
|
-
import "./route-loader.js";
|
|
3
|
-
import "react";
|
|
4
|
-
|
|
5
|
-
//#region ../../../node_modules/next/dist/client/page-loader.d.ts
|
|
6
|
-
declare global {
|
|
7
|
-
interface Window {
|
|
8
|
-
__DEV_MIDDLEWARE_MATCHERS?: ProxyMatcher[];
|
|
9
|
-
__DEV_PAGES_MANIFEST?: {
|
|
10
|
-
pages: string[];
|
|
11
|
-
};
|
|
12
|
-
__SSG_MANIFEST_CB?: () => void;
|
|
13
|
-
__SSG_MANIFEST?: Set<string>;
|
|
14
|
-
}
|
|
15
|
-
}
|
|
16
|
-
//# sourceMappingURL=page-loader.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"page-loader.d.ts","names":["ComponentType","RouteLoader","ProxyMatcher","_0","Set","global","Window","__DEV_MIDDLEWARE_MATCHERS","__DEV_PAGES_MANIFEST","pages","__SSG_MANIFEST_CB","__SSG_MANIFEST","sideEffect","StyleSheetTuple","href","text","GoodPageCache","page","mod","styleSheets","PageLoader","Promise","buildId","assetPrefix","promisedSsgManifest","promisedDevPagesManifest","promisedMiddlewareMatchers","routeLoader","constructor","getPageList","getMiddleware","getDataHref","asPath","locale","skipInterpolation","params","_isSsg","route","loadPage","prefetch","default"],"sources":["../../../../../../../../node_modules/next/dist/client/page-loader.d.ts"],"x_google_ignoreList":[0],"mappings":";;;;;QAGQK,MAAAA;EAAAA,UACMC,MAAAA;IACNC,yBAAAA,GAA4BL,YAAAA;IAC5BM,oBAAAA;MACIC,KAAAA;IAAAA;IAEJC,iBAAAA;IACAC,cAAAA,GAAiBP,GAAAA;EAAAA;AAAAA"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { ProxyMatcher } from "../build/analysis/get-page-static-info.js";
|
|
2
|
-
import { RequiredServerFilesManifest } from "../build/index.js";
|
|
3
|
-
import "react";
|
|
4
|
-
|
|
5
|
-
//#region ../../../node_modules/next/dist/client/route-loader.d.ts
|
|
6
|
-
declare global {
|
|
7
|
-
interface Window {
|
|
8
|
-
__BUILD_MANIFEST?: Record<string, string[]>;
|
|
9
|
-
__BUILD_MANIFEST_CB?: Function;
|
|
10
|
-
__SERVER_FILES_MANIFEST?: RequiredServerFilesManifest;
|
|
11
|
-
__MIDDLEWARE_MATCHERS?: ProxyMatcher[];
|
|
12
|
-
__MIDDLEWARE_MANIFEST_CB?: Function;
|
|
13
|
-
__REACT_LOADABLE_MANIFEST?: any;
|
|
14
|
-
__DYNAMIC_CSS_MANIFEST?: any;
|
|
15
|
-
__RSC_MANIFEST?: any;
|
|
16
|
-
__RSC_SERVER_MANIFEST?: any;
|
|
17
|
-
__NEXT_FONT_MANIFEST?: any;
|
|
18
|
-
__SUBRESOURCE_INTEGRITY_MANIFEST?: string;
|
|
19
|
-
__INTERCEPTION_ROUTE_REWRITE_MANIFEST?: string;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
//# sourceMappingURL=route-loader.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"route-loader.d.ts","names":["ComponentType","ProxyMatcher","RequiredServerFilesManifest","_0","Record","Function","global","Window","__BUILD_MANIFEST","__BUILD_MANIFEST_CB","__SERVER_FILES_MANIFEST","__MIDDLEWARE_MATCHERS","__MIDDLEWARE_MANIFEST_CB","__REACT_LOADABLE_MANIFEST","__DYNAMIC_CSS_MANIFEST","__RSC_MANIFEST","__RSC_SERVER_MANIFEST","__NEXT_FONT_MANIFEST","__SUBRESOURCE_INTEGRITY_MANIFEST","__INTERCEPTION_ROUTE_REWRITE_MANIFEST","sideEffect","LoadedEntrypointSuccess","component","exports","LoadedEntrypointFailure","error","RouteEntrypoint","RouteStyleSheet","href","content","LoadedRouteSuccess","styles","LoadedRouteFailure","RouteLoaderEntry","RouteLoader","Promise","whenEntrypoint","route","onEntrypoint","execute","loadRoute","prefetch","markAssetError","Error","err","isAssetError","getClientBuildManifest","createRouteLoader","assetPrefix"],"sources":["../../../../../../../../node_modules/next/dist/client/route-loader.d.ts"],"x_google_ignoreList":[0],"mappings":";;;;;QAGQM,MAAAA;EAAAA,UACMC,MAAAA;IACNC,gBAAAA,GAAmBJ,MAAAA;IACnBK,mBAAAA,GAAsBJ,QAAAA;IACtBK,uBAAAA,GAA0BR,2BAAAA;IAC1BS,qBAAAA,GAAwBV,YAAAA;IACxBW,wBAAAA,GAA2BP,QAAAA;IAC3BQ,yBAAAA;IACAC,sBAAAA;IACAC,cAAAA;IACAC,qBAAAA;IACAC,oBAAAA;IACAC,gCAAAA;IACAC,qCAAAA;EAAAA;AAAAA"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
import "../server/base-http/index.js";
|
|
2
|
-
import "../server/resume-data-cache/resume-data-cache.js";
|
|
3
|
-
import "../server/render.js";
|
|
4
|
-
import "../server/base-server.js";
|
|
5
|
-
import "../server/load-components.js";
|
|
6
|
-
import "../server/app-render/types.js";
|
|
7
|
-
import "../build/index.js";
|
|
8
|
-
import "../server/config-shared.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "./types.js";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import "../types.js";
|