@contractspec/bundle.library 3.9.6 → 3.9.8
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 +238 -230
- package/CHANGELOG.md +88 -0
- package/dist/components/docs/DocsIndexPage.js +2 -2
- package/dist/components/docs/docsManifest.js +1 -1
- package/dist/components/docs/getting-started/DataViewTutorialPage.js +40 -4
- package/dist/components/docs/getting-started/index.js +46 -10
- package/dist/components/docs/guides/GuideContractDrivenFormsPage.content.d.ts +3 -0
- package/dist/components/docs/guides/GuideContractDrivenFormsPage.content.js +95 -0
- package/dist/components/docs/guides/GuideContractDrivenFormsPage.d.ts +1 -0
- package/dist/components/docs/guides/GuideContractDrivenFormsPage.js +95 -0
- package/dist/components/docs/guides/GuideSpecValidationTypingPage.js +1 -1
- package/dist/components/docs/guides/GuidesIndexPage.js +2 -2
- package/dist/components/docs/guides/guides.docblocks.js +3 -1
- package/dist/components/docs/guides/index.d.ts +1 -0
- package/dist/components/docs/guides/index.js +139 -44
- package/dist/components/docs/index.js +586 -266
- package/dist/components/docs/libraries/LibrariesApplicationShellPage.content.d.ts +16 -0
- package/dist/components/docs/libraries/LibrariesApplicationShellPage.content.js +148 -0
- package/dist/components/docs/libraries/LibrariesApplicationShellPage.d.ts +1 -0
- package/dist/components/docs/libraries/LibrariesApplicationShellPage.js +148 -0
- package/dist/components/docs/libraries/LibrariesDataViewsPage.js +13 -6
- package/dist/components/docs/libraries/LibrariesDesignSystemPage.js +3 -3
- package/dist/components/docs/libraries/LibrariesOverviewPage.js +1 -1
- package/dist/components/docs/libraries/index.d.ts +1 -0
- package/dist/components/docs/libraries/index.js +217 -64
- package/dist/components/docs/specs/SpecsDataViewsPage.js +37 -1
- package/dist/components/docs/specs/index.js +37 -1
- package/dist/index.js +597 -277
- package/dist/libs/posthog/client.js +1 -1
- package/dist/node/components/docs/DocsIndexPage.js +2 -2
- package/dist/node/components/docs/docsManifest.js +1 -1
- package/dist/node/components/docs/getting-started/DataViewTutorialPage.js +40 -4
- package/dist/node/components/docs/getting-started/index.js +46 -10
- package/dist/node/components/docs/guides/GuideContractDrivenFormsPage.content.js +94 -0
- package/dist/node/components/docs/guides/GuideContractDrivenFormsPage.js +94 -0
- package/dist/node/components/docs/guides/GuideSpecValidationTypingPage.js +1 -1
- package/dist/node/components/docs/guides/GuidesIndexPage.js +2 -2
- package/dist/node/components/docs/guides/guides.docblocks.js +3 -1
- package/dist/node/components/docs/guides/index.js +139 -44
- package/dist/node/components/docs/index.js +586 -266
- package/dist/node/components/docs/libraries/LibrariesApplicationShellPage.content.js +147 -0
- package/dist/node/components/docs/libraries/LibrariesApplicationShellPage.js +147 -0
- package/dist/node/components/docs/libraries/LibrariesDataViewsPage.js +13 -6
- package/dist/node/components/docs/libraries/LibrariesDesignSystemPage.js +3 -3
- package/dist/node/components/docs/libraries/LibrariesOverviewPage.js +1 -1
- package/dist/node/components/docs/libraries/index.js +217 -64
- package/dist/node/components/docs/specs/SpecsDataViewsPage.js +37 -1
- package/dist/node/components/docs/specs/index.js +37 -1
- package/dist/node/index.js +597 -277
- package/dist/node/libs/posthog/client.js +1 -1
- package/package.json +71 -23
- package/src/components/docs/docsManifest.ts +22 -0
- package/src/components/docs/generated/docs-index._common.json +2008 -1699
- package/src/components/docs/generated/docs-index.agent-console.json +377 -377
- package/src/components/docs/generated/docs-index.ai-chat-assistant.json +17 -17
- package/src/components/docs/generated/docs-index.ai-chat.json +105 -105
- package/src/components/docs/generated/docs-index.ai-support-bot.json +9 -9
- package/src/components/docs/generated/docs-index.analytics-dashboard.json +169 -169
- package/src/components/docs/generated/docs-index.app-config.json +137 -137
- package/src/components/docs/generated/docs-index.artisan-knowledge-product.json +17 -17
- package/src/components/docs/generated/docs-index.artisan-payments-stripe.json +33 -33
- package/src/components/docs/generated/docs-index.audit-trail.json +49 -49
- package/src/components/docs/generated/docs-index.calendar-google.json +9 -9
- package/src/components/docs/generated/docs-index.content-generation.json +9 -9
- package/src/components/docs/generated/docs-index.control-plane.json +17 -17
- package/src/components/docs/generated/docs-index.crm-pipeline.json +161 -161
- package/src/components/docs/generated/docs-index.data-grid-showcase.json +25 -25
- package/src/components/docs/generated/docs-index.defineExample.json +9 -9
- package/src/components/docs/generated/docs-index.email-gmail.json +9 -9
- package/src/components/docs/generated/docs-index.feature-flags.json +217 -217
- package/src/components/docs/generated/docs-index.files.json +177 -177
- package/src/components/docs/generated/docs-index.generated.ts +20 -20
- package/src/components/docs/generated/docs-index.harness-lab.json +9 -9
- package/src/components/docs/generated/docs-index.health.json +97 -97
- package/src/components/docs/generated/docs-index.identity-rbac.json +313 -313
- package/src/components/docs/generated/docs-index.in-app-docs.json +9 -9
- package/src/components/docs/generated/docs-index.integration-hub.json +265 -265
- package/src/components/docs/generated/docs-index.integration-posthog.json +9 -9
- package/src/components/docs/generated/docs-index.integration-stripe.json +9 -9
- package/src/components/docs/generated/docs-index.integration-supabase.json +9 -9
- package/src/components/docs/generated/docs-index.jobs.json +137 -137
- package/src/components/docs/generated/docs-index.kb-update-pipeline.json +129 -129
- package/src/components/docs/generated/docs-index.knowledge-canon.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-ambient-coach.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-crm-onboarding.json +49 -49
- package/src/components/docs/generated/docs-index.learning-journey-duo-drills.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-platform-tour.json +49 -49
- package/src/components/docs/generated/docs-index.learning-journey-quest-challenges.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-registry.json +33 -33
- package/src/components/docs/generated/docs-index.learning-journey-studio-onboarding.json +49 -49
- package/src/components/docs/generated/docs-index.learning-journey-ui-coaching.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-ui-gamified.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-ui-onboarding.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey-ui-shared.json +9 -9
- package/src/components/docs/generated/docs-index.learning-journey.json +241 -241
- package/src/components/docs/generated/docs-index.learning-patterns.json +9 -9
- package/src/components/docs/generated/docs-index.lifecycle-cli.json +9 -9
- package/src/components/docs/generated/docs-index.lifecycle-dashboard.json +9 -9
- package/src/components/docs/generated/docs-index.locale-jurisdiction-gate.json +65 -65
- package/src/components/docs/generated/docs-index.marketplace.json +337 -337
- package/src/components/docs/generated/docs-index.meeting-recorder-providers.json +9 -9
- package/src/components/docs/generated/docs-index.meeting-recorder.json +49 -49
- package/src/components/docs/generated/docs-index.messaging-agent-actions.json +17 -17
- package/src/components/docs/generated/docs-index.metrics.json +201 -201
- package/src/components/docs/generated/docs-index.minimal.json +17 -17
- package/src/components/docs/generated/docs-index.mobile-demo-landing.json +41 -41
- package/src/components/docs/generated/docs-index.notifications.json +65 -65
- package/src/components/docs/generated/docs-index.openbanking-powens.json +9 -9
- package/src/components/docs/generated/docs-index.openbanking.json +65 -65
- package/src/components/docs/generated/docs-index.opencode-cli.json +17 -17
- package/src/components/docs/generated/docs-index.personalization.json +9 -9
- package/src/components/docs/generated/docs-index.platform-acp.json +137 -137
- package/src/components/docs/generated/docs-index.platform-agent.json +201 -201
- package/src/components/docs/generated/docs-index.platform-context.json +121 -121
- package/src/components/docs/generated/docs-index.platform-control-plane.json +321 -321
- package/src/components/docs/generated/docs-index.platform-database.json +89 -89
- package/src/components/docs/generated/docs-index.platform-docs.json +161 -161
- package/src/components/docs/generated/docs-index.platform-harness.json +177 -177
- package/src/components/docs/generated/docs-index.platform-integrations.json +329 -329
- package/src/components/docs/generated/docs-index.platform-knowledge.json +57 -57
- package/src/components/docs/generated/docs-index.platform-provider-ranking.json +217 -217
- package/src/components/docs/generated/docs-index.pocket-family-office.json +129 -129
- package/src/components/docs/generated/docs-index.policy-safe-knowledge-assistant.json +9 -9
- package/src/components/docs/generated/docs-index.product-intent.json +9 -9
- package/src/components/docs/generated/docs-index.project-management-sync.json +9 -9
- package/src/components/docs/generated/docs-index.saas-boilerplate.json +209 -209
- package/src/components/docs/generated/docs-index.service-business-os.json +193 -193
- package/src/components/docs/generated/docs-index.team-hub.json +185 -185
- package/src/components/docs/generated/docs-index.unknown.json +521 -521
- package/src/components/docs/generated/docs-index.versioned-knowledge-base.json +81 -81
- package/src/components/docs/generated/docs-index.video-api-showcase.json +33 -33
- package/src/components/docs/generated/docs-index.video-docs-terminal.json +9 -9
- package/src/components/docs/generated/docs-index.video-marketing-clip.json +9 -9
- package/src/components/docs/generated/docs-index.visualization-showcase.json +17 -17
- package/src/components/docs/generated/docs-index.voice-providers.json +9 -9
- package/src/components/docs/generated/docs-index.wealth-snapshot.json +153 -153
- package/src/components/docs/generated/docs-index.workflow-system.json +433 -433
- package/src/components/docs/generated/docs-index.workspace-cli.json +9 -9
- package/src/components/docs/getting-started/DataViewTutorialPage.tsx +40 -1
- package/src/components/docs/guides/GuideContractDrivenFormsPage.content.ts +98 -0
- package/src/components/docs/guides/GuideContractDrivenFormsPage.tsx +143 -0
- package/src/components/docs/guides/GuideSpecValidationTypingPage.tsx +2 -2
- package/src/components/docs/guides/GuidesIndexPage.tsx +7 -0
- package/src/components/docs/guides/guides.docblocks.ts +12 -0
- package/src/components/docs/guides/index.ts +1 -0
- package/src/components/docs/libraries/LibrariesApplicationShellPage.content.ts +170 -0
- package/src/components/docs/libraries/LibrariesApplicationShellPage.tsx +112 -0
- package/src/components/docs/libraries/LibrariesDataViewsPage.tsx +26 -5
- package/src/components/docs/libraries/LibrariesDesignSystemPage.tsx +9 -0
- package/src/components/docs/libraries/LibrariesOverviewPage.tsx +6 -0
- package/src/components/docs/libraries/index.ts +1 -0
- package/src/components/docs/specs/SpecsDataViewsPage.tsx +39 -3
- package/src/libs/posthog/client.ts +11 -9
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,255 +1,259 @@
|
|
|
1
1
|
$ contractspec-bun-build prebuild
|
|
2
2
|
$ bun run build:bundle && bun run build:types
|
|
3
3
|
$ contractspec-bun-build transpile
|
|
4
|
-
[contractspec-bun-build] transpile target=bun root=src entries=
|
|
5
|
-
Bundled
|
|
4
|
+
[contractspec-bun-build] transpile target=bun root=src entries=323 noBundle=false
|
|
5
|
+
Bundled 323 modules in 474ms
|
|
6
6
|
|
|
7
7
|
application/context-storage/index.js 0.85 KB (entry point)
|
|
8
8
|
presentation/features/templates/types.js 8 bytes (entry point)
|
|
9
|
+
presentation/features/organisms/FeatureDiscovery/types.js 8 bytes (entry point)
|
|
9
10
|
presentation/features/organisms/index.js 23.0 KB (entry point)
|
|
11
|
+
presentation/features/molecules/index.js 8.41 KB (entry point)
|
|
10
12
|
presentation/features/organisms/FeatureDetail/types.js 8 bytes (entry point)
|
|
11
|
-
presentation/features/
|
|
13
|
+
presentation/features/molecules/FeatureCard/types.js 8 bytes (entry point)
|
|
12
14
|
presentation/features/molecules/FeatureFilters/types.js 8 bytes (entry point)
|
|
13
|
-
presentation/features/
|
|
15
|
+
presentation/features/atoms/index.js 1.46 KB (entry point)
|
|
14
16
|
presentation/features/index.js 50.56 KB (entry point)
|
|
17
|
+
presentation/features/templates/FeaturePresentationsTemplate/index.js 6.0 KB (entry point)
|
|
18
|
+
presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.js 6.0 KB (entry point)
|
|
19
|
+
presentation/features/templates/FeatureOperationsTemplate/index.js 3.41 KB (entry point)
|
|
20
|
+
presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.js 3.41 KB (entry point)
|
|
15
21
|
presentation/features/templates/FeatureOverviewTemplate/index.js 3.1 KB (entry point)
|
|
22
|
+
presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.js 3.1 KB (entry point)
|
|
16
23
|
presentation/features/templates/FeaturePresentationDetailTemplate/index.js 5.15 KB (entry point)
|
|
17
24
|
presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.js 5.15 KB (entry point)
|
|
18
25
|
presentation/features/templates/FeaturePresentationDetailTemplate/types.js 8 bytes (entry point)
|
|
19
|
-
presentation/features/templates/
|
|
20
|
-
presentation/features/templates/
|
|
26
|
+
presentation/features/templates/FeatureEventsTemplate/index.js 5.96 KB (entry point)
|
|
27
|
+
presentation/features/templates/FeatureFormDetailTemplate/index.js 5.45 KB (entry point)
|
|
28
|
+
presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.js 5.45 KB (entry point)
|
|
29
|
+
presentation/features/templates/FeatureFormDetailTemplate/types.js 8 bytes (entry point)
|
|
21
30
|
presentation/features/templates/FeatureFormsTemplate/index.js 5.97 KB (entry point)
|
|
22
31
|
presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.js 5.97 KB (entry point)
|
|
23
32
|
presentation/features/templates/FeatureOperationDetailTemplate/index.js 4.92 KB (entry point)
|
|
24
|
-
presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.js 4.92 KB (entry point)
|
|
25
33
|
presentation/features/templates/FeatureOperationDetailTemplate/types.js 8 bytes (entry point)
|
|
26
|
-
presentation/features/templates/
|
|
27
|
-
presentation/features/templates/
|
|
28
|
-
presentation/features/templates/
|
|
34
|
+
presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.js 4.92 KB (entry point)
|
|
35
|
+
presentation/features/templates/FeatureDataViewDetailTemplate/index.js 5.51 KB (entry point)
|
|
36
|
+
presentation/features/templates/FeatureDataViewDetailTemplate/types.js 8 bytes (entry point)
|
|
37
|
+
presentation/features/templates/FeatureDataViewsTemplate/index.js 5.98 KB (entry point)
|
|
38
|
+
presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.js 5.98 KB (entry point)
|
|
29
39
|
presentation/features/templates/FeatureEventDetailTemplate/index.js 5.1 KB (entry point)
|
|
30
40
|
presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.js 5.1 KB (entry point)
|
|
31
41
|
presentation/features/templates/FeatureEventDetailTemplate/types.js 8 bytes (entry point)
|
|
32
|
-
presentation/features/templates/FeatureEventsTemplate/index.js 5.96 KB (entry point)
|
|
33
42
|
presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.js 5.96 KB (entry point)
|
|
34
|
-
presentation/features/
|
|
35
|
-
presentation/features/
|
|
36
|
-
presentation/features/
|
|
43
|
+
presentation/features/organisms/FeatureDiscovery/index.js 15.59 KB (entry point)
|
|
44
|
+
presentation/features/organisms/FeatureEventsList.js 5.33 KB (entry point)
|
|
45
|
+
presentation/features/organisms/FeatureFormsList.js 5.34 KB (entry point)
|
|
37
46
|
presentation/features/organisms/FeatureOperationsList.js 2.77 KB (entry point)
|
|
38
47
|
presentation/features/organisms/FeaturePresentationsList.js 5.35 KB (entry point)
|
|
39
|
-
presentation/features/templates/FeatureDataViewDetailTemplate/index.js 5.51 KB (entry point)
|
|
40
48
|
presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.js 5.51 KB (entry point)
|
|
41
|
-
presentation/features/
|
|
42
|
-
presentation/features/templates/FeatureDataViewsTemplate/index.js 5.98 KB (entry point)
|
|
43
|
-
presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.js 5.98 KB (entry point)
|
|
49
|
+
presentation/features/organisms/FeatureDataViewsList.js 5.34 KB (entry point)
|
|
44
50
|
presentation/features/organisms/FeatureDetail/index.js 2.49 KB (entry point)
|
|
45
51
|
presentation/features/organisms/FeatureDetail/FeatureDetail.js 2.49 KB (entry point)
|
|
46
|
-
presentation/features/organisms/FeatureDiscovery/index.js 15.59 KB (entry point)
|
|
47
52
|
presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.js 15.59 KB (entry point)
|
|
48
|
-
presentation/features/organisms/FeatureEventsList.js 5.33 KB (entry point)
|
|
49
|
-
presentation/features/organisms/FeatureFormsList.js 5.34 KB (entry point)
|
|
50
|
-
presentation/features/molecules/FeatureCategoryHeader/index.js 1.30 KB (entry point)
|
|
51
|
-
presentation/features/molecules/FeatureFilters/index.js 1.64 KB (entry point)
|
|
52
|
-
presentation/features/molecules/FeatureFilters/FeatureFilters.js 1.64 KB (entry point)
|
|
53
|
-
presentation/features/organisms/FeatureDataViewsList.js 5.34 KB (entry point)
|
|
54
|
-
presentation/features/hooks/useRelatedDocs.js 0.77 KB (entry point)
|
|
55
53
|
presentation/features/molecules/FeatureCard/index.js 5.88 KB (entry point)
|
|
56
54
|
presentation/features/molecules/FeatureCard/FeatureCard.js 5.88 KB (entry point)
|
|
57
55
|
presentation/features/molecules/FeatureHoverPreview/index.js 3.1 KB (entry point)
|
|
58
56
|
presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.js 3.1 KB (entry point)
|
|
59
|
-
presentation/features/molecules/
|
|
57
|
+
presentation/features/molecules/FeatureCategoryHeader/index.js 1.30 KB (entry point)
|
|
60
58
|
presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.js 1.30 KB (entry point)
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
libs/pricing-examples.js 473 bytes (entry point)
|
|
64
|
-
presentation/features/atoms/index.js 1.46 KB (entry point)
|
|
59
|
+
presentation/features/molecules/FeatureFilters/index.js 1.64 KB (entry point)
|
|
60
|
+
presentation/features/molecules/FeatureFilters/FeatureFilters.js 1.64 KB (entry point)
|
|
65
61
|
presentation/features/atoms/FeatureIcon/index.js 1.46 KB (entry point)
|
|
66
|
-
presentation/features/atoms/FeatureIcon/FeatureIcon.js 1.46 KB (entry point)
|
|
67
62
|
presentation/features/hooks/index.js 6.78 KB (entry point)
|
|
63
|
+
presentation/features/hooks/useContractsRegistry.js 5.0 KB (entry point)
|
|
68
64
|
presentation/features/hooks/useFeatureFilters.js 1.47 KB (entry point)
|
|
69
65
|
presentation/features/hooks/useFeatureRegistry.js 3.0 KB (entry point)
|
|
70
|
-
presentation/features/hooks/
|
|
71
|
-
libs/
|
|
72
|
-
libs/posthog/
|
|
73
|
-
|
|
66
|
+
presentation/features/hooks/useRelatedDocs.js 0.77 KB (entry point)
|
|
67
|
+
libs/posthog/client.js 1.29 KB (entry point)
|
|
68
|
+
libs/posthog/native.js 0.77 KB (entry point)
|
|
69
|
+
libs/posthog/server.js 455 bytes (entry point)
|
|
70
|
+
libs/pricing-examples.js 473 bytes (entry point)
|
|
71
|
+
presentation/features/atoms/FeatureIcon/FeatureIcon.js 1.46 KB (entry point)
|
|
74
72
|
infrastructure/index.js 0.75 KB (entry point)
|
|
75
73
|
infrastructure/elysia/index.js 0.75 KB (entry point)
|
|
76
74
|
libs/email.js 15.32 KB (entry point)
|
|
77
|
-
libs/email/contact.js 4.0 KB (entry point)
|
|
78
|
-
libs/email/newsletter.js 4.73 KB (entry point)
|
|
79
75
|
libs/email/waitlist-application.js 7.92 KB (entry point)
|
|
80
76
|
libs/email/waitlist.js 5.35 KB (entry point)
|
|
81
|
-
libs/email/
|
|
77
|
+
libs/email/contact.js 4.0 KB (entry point)
|
|
78
|
+
libs/email/newsletter.js 4.73 KB (entry point)
|
|
82
79
|
libs/email/utils.js 387 bytes (entry point)
|
|
83
|
-
|
|
80
|
+
libs/email/client.js 2.16 KB (entry point)
|
|
81
|
+
libs/email/types.js 8 bytes (entry point)
|
|
82
|
+
./index.js 0.76 MB (entry point)
|
|
84
83
|
features/index.js 6.0 KB (entry point)
|
|
84
|
+
features/docs/index.js 0.54 KB (entry point)
|
|
85
|
+
features/docs/docs.contracts.js 0.54 KB (entry point)
|
|
85
86
|
features/registry.js 2.63 KB (entry point)
|
|
87
|
+
features/docs.feature.js 0.90 KB (entry point)
|
|
86
88
|
features/mcp.feature.js 0.86 KB (entry point)
|
|
87
89
|
features/presentations.feature.js 0.96 KB (entry point)
|
|
88
|
-
features/docs.feature.js 0.90 KB (entry point)
|
|
89
|
-
features/docs/index.js 0.54 KB (entry point)
|
|
90
|
-
features/docs/docs.contracts.js 0.54 KB (entry point)
|
|
91
|
-
components/templates/recipes/types.js 8 bytes (entry point)
|
|
92
90
|
components/templates/todos/types.js 8 bytes (entry point)
|
|
91
|
+
config/index.js 2.58 KB (entry point)
|
|
93
92
|
config/contractspec-blueprint.js 2.49 KB (entry point)
|
|
94
93
|
config/contractspec-branding.js 0.86 KB (entry point)
|
|
95
94
|
config/contractspec-routes.js 0.88 KB (entry point)
|
|
96
|
-
components/templates/
|
|
97
|
-
components/shell/index.js 4.23 KB (entry point)
|
|
98
|
-
components/shell/WorkspaceShellRenderer.js 3.40 KB (entry point)
|
|
99
|
-
components/templates/engine/index.js 0.86 KB (entry point)
|
|
95
|
+
components/templates/recipes/types.js 8 bytes (entry point)
|
|
100
96
|
components/templates/index.js 20.23 KB (entry point)
|
|
101
97
|
components/templates/todos/index.js 9.31 KB (entry point)
|
|
102
98
|
components/templates/todos/TaskList.js 9.27 KB (entry point)
|
|
99
|
+
components/templates/recipes/index.js 5.35 KB (entry point)
|
|
100
|
+
components/templates/recipes/RecipeList.js 5.30 KB (entry point)
|
|
101
|
+
components/templates/recipes/RecipeCard.js 1.60 KB (entry point)
|
|
102
|
+
components/templates/recipes/RecipeDetail.js 1.55 KB (entry point)
|
|
103
103
|
components/templates/todos/FilterBar.js 2.17 KB (entry point)
|
|
104
104
|
components/templates/todos/TaskForm.js 3.1 KB (entry point)
|
|
105
105
|
components/templates/todos/TaskItem.js 2.18 KB (entry point)
|
|
106
106
|
components/templates/messaging/index.js 5.91 KB (entry point)
|
|
107
107
|
components/templates/messaging/MessagingWorkspace.js 5.82 KB (entry point)
|
|
108
|
-
components/templates/recipes/index.js 5.35 KB (entry point)
|
|
109
|
-
components/templates/recipes/RecipeList.js 5.30 KB (entry point)
|
|
110
|
-
components/templates/recipes/LanguageSwitcher.js 0.68 KB (entry point)
|
|
111
|
-
components/templates/recipes/RecipeCard.js 1.60 KB (entry point)
|
|
112
|
-
components/templates/recipes/RecipeDetail.js 1.55 KB (entry point)
|
|
113
108
|
components/templates/messaging/ConversationList.js 2.15 KB (entry point)
|
|
114
109
|
components/templates/messaging/MessageComposer.js 3.48 KB (entry point)
|
|
115
110
|
components/templates/messaging/MessageThread.js 2.24 KB (entry point)
|
|
116
|
-
components/
|
|
117
|
-
components/
|
|
118
|
-
components/legal/TermsTemplate.js 22.77 KB (entry point)
|
|
111
|
+
components/templates/messaging/types.js 8 bytes (entry point)
|
|
112
|
+
components/templates/recipes/LanguageSwitcher.js 0.68 KB (entry point)
|
|
119
113
|
components/shared/index.js 0.86 KB (entry point)
|
|
120
114
|
components/shared/FeatureGateNotice.js 0.86 KB (entry point)
|
|
115
|
+
components/shell/index.js 4.23 KB (entry point)
|
|
121
116
|
components/shell/WorkspaceProjectShellLayout.js 3.31 KB (entry point)
|
|
122
|
-
components/shell/
|
|
117
|
+
components/shell/WorkspaceShellRenderer.js 3.40 KB (entry point)
|
|
123
118
|
components/shell/WorkspaceHeader.js 1.72 KB (entry point)
|
|
124
|
-
components/
|
|
119
|
+
components/shell/WorkspaceSidebar.js 1.1 KB (entry point)
|
|
120
|
+
components/templates/engine/index.js 0.86 KB (entry point)
|
|
125
121
|
components/integrations/index.js 10.29 KB (entry point)
|
|
126
|
-
components/integrations/organisms/KnowledgeSourceList.js 2.11 KB (entry point)
|
|
127
122
|
components/integrations/organisms/IntegrationMarketplace.js 4.1 KB (entry point)
|
|
128
123
|
components/integrations/molecules/IntegrationCard.js 1.91 KB (entry point)
|
|
129
124
|
components/integrations/organisms/IntegrationSettings.js 4.52 KB (entry point)
|
|
125
|
+
components/integrations/organisms/KnowledgeSourceList.js 2.11 KB (entry point)
|
|
126
|
+
components/legal/index.js 42.84 KB (entry point)
|
|
127
|
+
components/legal/PrivacyTemplate.js 20.32 KB (entry point)
|
|
128
|
+
components/legal/TermsTemplate.js 22.77 KB (entry point)
|
|
129
|
+
components/docs/tech/contracts/tech-docs.docblocks.js 0.73 KB (entry point)
|
|
130
130
|
components/docs/ops/ops.docs.js 22.56 KB (entry point)
|
|
131
|
-
components/docs/product/product.docblocks.js 2.95 KB (entry point)
|
|
132
|
-
components/docs/ops/ops-lifecycle.docblocks.js 6.19 KB (entry point)
|
|
133
131
|
components/docs/ops/ops-runbooks-a.docblocks.js 5.28 KB (entry point)
|
|
134
132
|
components/docs/ops/ops-runbooks-b.docblocks.js 4.96 KB (entry point)
|
|
135
133
|
components/docs/ops/ops-slo-tenant.docblocks.js 6.33 KB (entry point)
|
|
136
134
|
components/docs/ops/ops-top.docs.js 0.75 KB (entry point)
|
|
137
|
-
components/docs/
|
|
135
|
+
components/docs/product/product.docblocks.js 2.95 KB (entry point)
|
|
136
|
+
components/docs/ops/ops-lifecycle.docblocks.js 6.19 KB (entry point)
|
|
137
|
+
components/docs/index.js 0.67 MB (entry point)
|
|
138
138
|
components/docs/studio/index.js 6.62 KB (entry point)
|
|
139
|
-
components/docs/studio/StudioOverviewPage.js 4.21 KB (entry point)
|
|
140
|
-
components/docs/studio/StudioVisualBuilderPage.js 0.72 KB (entry point)
|
|
141
|
-
components/docs/specs/index.js 65.19 KB (entry point)
|
|
142
|
-
components/docs/specs/SpecsOverviewPage.js 5.42 KB (entry point)
|
|
143
|
-
components/docs/specs/SpecsPolicyPage.js 9.0 KB (entry point)
|
|
144
|
-
components/docs/specs/SpecsWorkflowsPage.js 7.79 KB (entry point)
|
|
145
139
|
components/docs/studio/StudioBYOKPage.js 0.70 KB (entry point)
|
|
146
140
|
components/docs/studio/StudioDeploymentsPage.js 0.70 KB (entry point)
|
|
147
141
|
components/docs/studio/StudioGettingStartedPage.js 0.72 KB (entry point)
|
|
148
142
|
components/docs/studio/StudioIntegrationsPage.js 0.70 KB (entry point)
|
|
149
|
-
components/docs/
|
|
150
|
-
components/docs/
|
|
151
|
-
components/docs/specs/
|
|
143
|
+
components/docs/studio/StudioOverviewPage.js 4.21 KB (entry point)
|
|
144
|
+
components/docs/studio/StudioVisualBuilderPage.js 0.72 KB (entry point)
|
|
145
|
+
components/docs/specs/index.js 66.19 KB (entry point)
|
|
152
146
|
components/docs/specs/SpecsConnectPage.js 7.85 KB (entry point)
|
|
153
|
-
components/docs/specs/SpecsDataViewsPage.js
|
|
147
|
+
components/docs/specs/SpecsDataViewsPage.js 8.33 KB (entry point)
|
|
154
148
|
components/docs/specs/SpecsModuleBundlesPage.js 7.87 KB (entry point)
|
|
155
149
|
components/docs/specs/SpecsOverlaysPage.js 8.94 KB (entry point)
|
|
156
|
-
components/docs/
|
|
157
|
-
components/docs/
|
|
158
|
-
components/docs/
|
|
159
|
-
components/docs/safety/
|
|
150
|
+
components/docs/specs/SpecsOverviewPage.js 5.42 KB (entry point)
|
|
151
|
+
components/docs/specs/SpecsPolicyPage.js 9.0 KB (entry point)
|
|
152
|
+
components/docs/specs/SpecsWorkflowsPage.js 7.79 KB (entry point)
|
|
153
|
+
components/docs/safety/index.js 32.59 KB (entry point)
|
|
160
154
|
components/docs/safety/SafetyPDPPage.js 6.63 KB (entry point)
|
|
161
155
|
components/docs/safety/SafetySecurityTrustPage.js 4.0 KB (entry point)
|
|
162
156
|
components/docs/safety/SafetySigningPage.js 2.1 KB (entry point)
|
|
163
157
|
components/docs/safety/SafetyTenantIsolationPage.js 1.99 KB (entry point)
|
|
158
|
+
components/docs/specs/SpecsBuilderControlPlanePage.js 8.83 KB (entry point)
|
|
159
|
+
components/docs/specs/SpecsCapabilitiesPage.js 3.95 KB (entry point)
|
|
160
|
+
components/docs/reference/index.js 7.76 KB (entry point)
|
|
164
161
|
components/docs/reference/DocsReferenceIndexPage.js 3.91 KB (entry point)
|
|
165
162
|
components/docs/reference/DocsReferenceIndexClient.js 2.29 KB (entry point)
|
|
166
163
|
components/docs/reference/DocsReferencePage.js 4.0 KB (entry point)
|
|
164
|
+
components/docs/safety/SafetyAuditingPage.js 8.17 KB (entry point)
|
|
165
|
+
components/docs/safety/SafetyMigrationsPage.js 8.47 KB (entry point)
|
|
166
|
+
components/docs/safety/SafetyOverviewPage.js 2.59 KB (entry point)
|
|
167
167
|
components/docs/reference/DocsReferenceContent.js 3.92 KB (entry point)
|
|
168
168
|
components/docs/reference/DocsMarkdownContent.js 2.91 KB (entry point)
|
|
169
169
|
components/docs/reference/docsMarkdownParser.js 1.66 KB (entry point)
|
|
170
|
+
components/docs/libraries/index.js 127.80 KB (entry point)
|
|
171
|
+
components/docs/libraries/LibrariesWorkflowComposerPage.js 2.1 KB (entry point)
|
|
172
|
+
components/docs/libraries/LibrariesWorkflowsPage.js 3.72 KB (entry point)
|
|
173
|
+
components/docs/manifesto/ManifestoPage.js 2.79 KB (entry point)
|
|
170
174
|
components/docs/ops/index.js 4.53 KB (entry point)
|
|
171
175
|
components/docs/ops/AutoEvolutionOpsPage.js 3.28 KB (entry point)
|
|
172
176
|
components/docs/ops/DistributedTracingOpsPage.js 1.48 KB (entry point)
|
|
173
|
-
components/docs/libraries/
|
|
177
|
+
components/docs/libraries/LibrariesResiliencePage.js 2.66 KB (entry point)
|
|
178
|
+
components/docs/libraries/LibrariesRuntimePage.js 5.18 KB (entry point)
|
|
179
|
+
components/docs/libraries/LibrariesSLOPage.js 2.59 KB (entry point)
|
|
180
|
+
components/docs/libraries/LibrariesSchemaPage.js 5.0 KB (entry point)
|
|
174
181
|
components/docs/libraries/LibrariesSupportBotPage.js 2.88 KB (entry point)
|
|
175
182
|
components/docs/libraries/LibrariesTestingPage.js 3.31 KB (entry point)
|
|
176
183
|
components/docs/libraries/LibrariesUIKitPage.js 5.50 KB (entry point)
|
|
177
184
|
components/docs/libraries/LibrariesUIKitWebPage.js 4.36 KB (entry point)
|
|
178
|
-
components/docs/libraries/
|
|
179
|
-
components/docs/libraries/
|
|
180
|
-
components/docs/
|
|
185
|
+
components/docs/libraries/LibrariesGraphQLPage.js 3.98 KB (entry point)
|
|
186
|
+
components/docs/libraries/LibrariesGrowthPage.js 2.55 KB (entry point)
|
|
187
|
+
components/docs/libraries/LibrariesMultiTenancyPage.js 2.34 KB (entry point)
|
|
188
|
+
components/docs/libraries/LibrariesObservabilityPage.js 3.19 KB (entry point)
|
|
181
189
|
components/docs/libraries/LibrariesOverlayEnginePage.js 2.88 KB (entry point)
|
|
182
|
-
components/docs/libraries/LibrariesOverviewPage.js 5.
|
|
190
|
+
components/docs/libraries/LibrariesOverviewPage.js 5.21 KB (entry point)
|
|
183
191
|
components/docs/libraries/LibrariesPersonalizationPage.js 2.95 KB (entry point)
|
|
184
192
|
components/docs/libraries/LibrariesProgressiveDeliveryPage.js 3.0 KB (entry point)
|
|
185
|
-
components/docs/libraries/
|
|
186
|
-
components/docs/libraries/
|
|
187
|
-
components/docs/libraries/
|
|
188
|
-
components/docs/libraries/
|
|
193
|
+
components/docs/libraries/LibrariesContractsPage.js 6.86 KB (entry point)
|
|
194
|
+
components/docs/libraries/LibrariesCostTrackingPage.js 2.48 KB (entry point)
|
|
195
|
+
components/docs/libraries/LibrariesCrossPlatformUIPage.js 16.87 KB (entry point)
|
|
196
|
+
components/docs/libraries/LibrariesCrossPlatformUIPage.content.js 11.0 KB (entry point)
|
|
189
197
|
components/docs/libraries/LibrariesDataBackendPage.js 3.78 KB (entry point)
|
|
190
|
-
components/docs/libraries/LibrariesDataViewsPage.js
|
|
191
|
-
components/docs/libraries/LibrariesDesignSystemPage.js 8.
|
|
198
|
+
components/docs/libraries/LibrariesDataViewsPage.js 4.55 KB (entry point)
|
|
199
|
+
components/docs/libraries/LibrariesDesignSystemPage.js 8.85 KB (entry point)
|
|
192
200
|
components/docs/libraries/LibrariesEvolutionPage.js 3.68 KB (entry point)
|
|
193
|
-
components/docs/
|
|
194
|
-
components/docs/
|
|
195
|
-
components/docs/libraries/LibrariesMultiTenancyPage.js 2.34 KB (entry point)
|
|
196
|
-
components/docs/libraries/LibrariesObservabilityPage.js 3.19 KB (entry point)
|
|
201
|
+
components/docs/knowledge/index.js 38.73 KB (entry point)
|
|
202
|
+
components/docs/knowledge/KnowledgeSpacesPage.js 7.12 KB (entry point)
|
|
197
203
|
components/docs/libraries/LibrariesAccessibilityPage.js 4.11 KB (entry point)
|
|
198
204
|
components/docs/libraries/LibrariesAiAgentPage.js 3.28 KB (entry point)
|
|
199
205
|
components/docs/libraries/LibrariesAnalyticsPage.js 2.28 KB (entry point)
|
|
206
|
+
components/docs/libraries/LibrariesApplicationShellPage.js 10.94 KB (entry point)
|
|
207
|
+
components/docs/libraries/LibrariesApplicationShellPage.content.js 7.74 KB (entry point)
|
|
200
208
|
components/docs/libraries/LibrariesContentGenPage.js 2.71 KB (entry point)
|
|
201
|
-
components/docs/libraries/LibrariesContractsPage.js 6.86 KB (entry point)
|
|
202
|
-
components/docs/libraries/LibrariesCostTrackingPage.js 2.48 KB (entry point)
|
|
203
|
-
components/docs/libraries/LibrariesCrossPlatformUIPage.js 16.87 KB (entry point)
|
|
204
|
-
components/docs/libraries/LibrariesCrossPlatformUIPage.content.js 11.0 KB (entry point)
|
|
205
209
|
components/docs/intent/index.js 34.41 KB (entry point)
|
|
210
|
+
components/docs/intent/SchemaValidationTypescriptPage.js 5.0 KB (entry point)
|
|
211
|
+
components/docs/intent/SpecDrivenDevelopmentPage.js 4.89 KB (entry point)
|
|
206
212
|
components/docs/intent/intent-pages.docblocks.js 5.0 KB (entry point)
|
|
207
|
-
components/docs/knowledge/index.js 38.73 KB (entry point)
|
|
208
213
|
components/docs/knowledge/KnowledgeCategoriesPage.js 13.56 KB (entry point)
|
|
209
214
|
components/docs/knowledge/KnowledgeExamplesPage.js 7.69 KB (entry point)
|
|
210
215
|
components/docs/knowledge/KnowledgeOverviewPage.js 2.60 KB (entry point)
|
|
211
216
|
components/docs/knowledge/KnowledgeSourcesPage.js 8.67 KB (entry point)
|
|
212
|
-
components/docs/knowledge/KnowledgeSpacesPage.js 7.12 KB (entry point)
|
|
213
217
|
components/docs/integrations/index.js 74.22 KB (entry point)
|
|
218
|
+
components/docs/integrations/IntegrationsTwilioPage.js 2.75 KB (entry point)
|
|
219
|
+
components/docs/integrations/IntegrationsWhatsappMetaPage.js 2.98 KB (entry point)
|
|
214
220
|
components/docs/integrations/IntegrationsWhatsappTwilioPage.js 3.1 KB (entry point)
|
|
215
221
|
components/docs/intent/ContractFirstApiPage.js 3.43 KB (entry point)
|
|
216
222
|
components/docs/intent/DeterministicCodegenPage.js 3.98 KB (entry point)
|
|
217
223
|
components/docs/intent/GenerateClientFromSchemaPage.js 8.95 KB (entry point)
|
|
218
224
|
components/docs/intent/OpenapiAlternativePage.js 4.72 KB (entry point)
|
|
219
|
-
components/docs/
|
|
220
|
-
components/docs/
|
|
225
|
+
components/docs/integrations/IntegrationsPostmarkPage.js 4.95 KB (entry point)
|
|
226
|
+
components/docs/integrations/IntegrationsPowensPage.js 7.33 KB (entry point)
|
|
221
227
|
components/docs/integrations/IntegrationsQdrantPage.js 3.47 KB (entry point)
|
|
222
228
|
components/docs/integrations/IntegrationsResendPage.js 2.31 KB (entry point)
|
|
223
229
|
components/docs/integrations/IntegrationsS3Page.js 3.1 KB (entry point)
|
|
224
230
|
components/docs/integrations/IntegrationsSlackPage.js 3.19 KB (entry point)
|
|
225
231
|
components/docs/integrations/IntegrationsSpecModelPage.js 10.89 KB (entry point)
|
|
226
232
|
components/docs/integrations/IntegrationsStripePage.js 8.1 KB (entry point)
|
|
227
|
-
components/docs/integrations/
|
|
228
|
-
components/docs/integrations/
|
|
233
|
+
components/docs/integrations/IntegrationsElevenLabsPage.js 2.30 KB (entry point)
|
|
234
|
+
components/docs/integrations/IntegrationsGithubPage.js 3.1 KB (entry point)
|
|
229
235
|
components/docs/integrations/IntegrationsGmailPage.js 2.61 KB (entry point)
|
|
230
236
|
components/docs/integrations/IntegrationsGoogleCalendarPage.js 1.99 KB (entry point)
|
|
231
237
|
components/docs/integrations/IntegrationsHealthRoutingPage.js 3.61 KB (entry point)
|
|
232
238
|
components/docs/integrations/IntegrationsMistralPage.js 3.89 KB (entry point)
|
|
233
239
|
components/docs/integrations/IntegrationsOpenAIPage.js 3.62 KB (entry point)
|
|
234
240
|
components/docs/integrations/IntegrationsOverviewPage.js 3.80 KB (entry point)
|
|
235
|
-
components/docs/
|
|
236
|
-
components/docs/
|
|
237
|
-
components/docs/guides/
|
|
238
|
-
components/docs/guides/GuideSpecValidationTypingPage.js 5.
|
|
239
|
-
components/docs/guides/GuidesIndexPage.js 4.
|
|
240
|
-
components/docs/guides/guides.docblocks.js 3.
|
|
241
|
+
components/docs/guides/index.js 94.35 KB (entry point)
|
|
242
|
+
components/docs/guides/GuideNextjsOneEndpointPage.js 6.44 KB (entry point)
|
|
243
|
+
components/docs/guides/GuideReleaseCapsulesPage.js 5.0 KB (entry point)
|
|
244
|
+
components/docs/guides/GuideSpecValidationTypingPage.js 5.58 KB (entry point)
|
|
245
|
+
components/docs/guides/GuidesIndexPage.js 4.80 KB (entry point)
|
|
246
|
+
components/docs/guides/guides.docblocks.js 3.43 KB (entry point)
|
|
241
247
|
components/docs/integrations/IntegrationsCircuitBreakersPage.js 1.38 KB (entry point)
|
|
242
|
-
components/docs/
|
|
243
|
-
components/docs/
|
|
248
|
+
components/docs/guides/GuideContractDrivenFormsPage.js 8.15 KB (entry point)
|
|
249
|
+
components/docs/guides/GuideContractDrivenFormsPage.content.js 3.58 KB (entry point)
|
|
244
250
|
components/docs/guides/GuideContractTypesPage.js 16.11 KB (entry point)
|
|
245
251
|
components/docs/guides/GuideDocsPipelinePage.js 4.40 KB (entry point)
|
|
246
252
|
components/docs/guides/GuideFirstModuleBundlePage.js 6.48 KB (entry point)
|
|
247
253
|
components/docs/guides/GuideGenerateDocsClientsSchemasPage.js 4.24 KB (entry point)
|
|
248
254
|
components/docs/guides/GuideHostBuilderWorkbenchPage.js 9.39 KB (entry point)
|
|
249
255
|
components/docs/guides/GuideImportExistingCodebasesPage.js 15.55 KB (entry point)
|
|
250
|
-
components/docs/
|
|
251
|
-
components/docs/guides/GuideReleaseCapsulesPage.js 5.0 KB (entry point)
|
|
252
|
-
components/docs/getting-started/index.js 41.32 KB (entry point)
|
|
256
|
+
components/docs/getting-started/index.js 42.31 KB (entry point)
|
|
253
257
|
components/docs/getting-started/InstallationPage.js 2.78 KB (entry point)
|
|
254
258
|
components/docs/getting-started/StartHerePage.js 2.28 KB (entry point)
|
|
255
259
|
components/docs/getting-started/TroubleshootingPage.js 2.95 KB (entry point)
|
|
@@ -262,7 +266,7 @@ Bundled 319 modules in 408ms
|
|
|
262
266
|
components/docs/generated/docs-index.generated.js 284 bytes (entry point)
|
|
263
267
|
components/docs/getting-started/CLIPage.js 5.67 KB (entry point)
|
|
264
268
|
components/docs/getting-started/CompatibilityPage.js 3.23 KB (entry point)
|
|
265
|
-
components/docs/getting-started/DataViewTutorialPage.js
|
|
269
|
+
components/docs/getting-started/DataViewTutorialPage.js 6.45 KB (entry point)
|
|
266
270
|
components/docs/getting-started/DeveloperToolsPage.js 3.85 KB (entry point)
|
|
267
271
|
components/docs/getting-started/HelloWorldPage.js 6.43 KB (entry point)
|
|
268
272
|
components/docs/ecosystem/index.js 13.44 KB (entry point)
|
|
@@ -299,8 +303,8 @@ Bundled 319 modules in 408ms
|
|
|
299
303
|
components/docs/architecture/ArchitectureAppConfigPage.js 8.1 KB (entry point)
|
|
300
304
|
bundles/index.js 1.0 KB (entry point)
|
|
301
305
|
bundles/LibraryBundle.js 1.0 KB (entry point)
|
|
302
|
-
components/docs/DocsIndexPage.js
|
|
303
|
-
components/docs/docsManifest.js
|
|
306
|
+
components/docs/DocsIndexPage.js 26.1 KB (entry point)
|
|
307
|
+
components/docs/docsManifest.js 18.51 KB (entry point)
|
|
304
308
|
application/mcp/contractsMcpTypes.js 8 bytes (entry point)
|
|
305
309
|
application/mcp/docsMcp.catalog.js 6.20 KB (entry point)
|
|
306
310
|
application/index.js 49.74 KB (entry point)
|
|
@@ -324,255 +328,259 @@ Bundled 319 modules in 408ms
|
|
|
324
328
|
application/mcp/contractsMcpAdoptionTools.js 2.54 KB (entry point)
|
|
325
329
|
application/mcp/contractsMcpResources.js 3.47 KB (entry point)
|
|
326
330
|
|
|
327
|
-
[contractspec-bun-build] transpile target=node root=src entries=
|
|
328
|
-
Bundled
|
|
331
|
+
[contractspec-bun-build] transpile target=node root=src entries=323 noBundle=false
|
|
332
|
+
Bundled 323 modules in 416ms
|
|
329
333
|
|
|
330
334
|
application/context-storage/index.js 0.85 KB (entry point)
|
|
331
335
|
presentation/features/templates/types.js 0 KB (entry point)
|
|
336
|
+
presentation/features/organisms/FeatureDiscovery/types.js 0 KB (entry point)
|
|
332
337
|
presentation/features/organisms/index.js 23.0 KB (entry point)
|
|
338
|
+
presentation/features/molecules/index.js 8.41 KB (entry point)
|
|
333
339
|
presentation/features/organisms/FeatureDetail/types.js 0 KB (entry point)
|
|
334
|
-
presentation/features/
|
|
340
|
+
presentation/features/molecules/FeatureCard/types.js 0 KB (entry point)
|
|
335
341
|
presentation/features/molecules/FeatureFilters/types.js 0 KB (entry point)
|
|
336
|
-
presentation/features/
|
|
342
|
+
presentation/features/atoms/index.js 1.45 KB (entry point)
|
|
337
343
|
presentation/features/index.js 50.55 KB (entry point)
|
|
344
|
+
presentation/features/templates/FeaturePresentationsTemplate/index.js 6.0 KB (entry point)
|
|
345
|
+
presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.js 6.0 KB (entry point)
|
|
346
|
+
presentation/features/templates/FeatureOperationsTemplate/index.js 3.41 KB (entry point)
|
|
347
|
+
presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.js 3.41 KB (entry point)
|
|
338
348
|
presentation/features/templates/FeatureOverviewTemplate/index.js 3.1 KB (entry point)
|
|
349
|
+
presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.js 3.1 KB (entry point)
|
|
339
350
|
presentation/features/templates/FeaturePresentationDetailTemplate/index.js 5.14 KB (entry point)
|
|
340
351
|
presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.js 5.14 KB (entry point)
|
|
341
352
|
presentation/features/templates/FeaturePresentationDetailTemplate/types.js 0 KB (entry point)
|
|
342
|
-
presentation/features/templates/
|
|
343
|
-
presentation/features/templates/
|
|
353
|
+
presentation/features/templates/FeatureEventsTemplate/index.js 5.95 KB (entry point)
|
|
354
|
+
presentation/features/templates/FeatureFormDetailTemplate/index.js 5.45 KB (entry point)
|
|
355
|
+
presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.js 5.45 KB (entry point)
|
|
356
|
+
presentation/features/templates/FeatureFormDetailTemplate/types.js 0 KB (entry point)
|
|
344
357
|
presentation/features/templates/FeatureFormsTemplate/index.js 5.96 KB (entry point)
|
|
345
358
|
presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.js 5.96 KB (entry point)
|
|
346
359
|
presentation/features/templates/FeatureOperationDetailTemplate/index.js 4.92 KB (entry point)
|
|
347
|
-
presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.js 4.92 KB (entry point)
|
|
348
360
|
presentation/features/templates/FeatureOperationDetailTemplate/types.js 0 KB (entry point)
|
|
349
|
-
presentation/features/templates/
|
|
350
|
-
presentation/features/templates/
|
|
351
|
-
presentation/features/templates/
|
|
361
|
+
presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.js 4.92 KB (entry point)
|
|
362
|
+
presentation/features/templates/FeatureDataViewDetailTemplate/index.js 5.50 KB (entry point)
|
|
363
|
+
presentation/features/templates/FeatureDataViewDetailTemplate/types.js 0 KB (entry point)
|
|
364
|
+
presentation/features/templates/FeatureDataViewsTemplate/index.js 5.97 KB (entry point)
|
|
365
|
+
presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.js 5.97 KB (entry point)
|
|
352
366
|
presentation/features/templates/FeatureEventDetailTemplate/index.js 5.1 KB (entry point)
|
|
353
367
|
presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.js 5.1 KB (entry point)
|
|
354
368
|
presentation/features/templates/FeatureEventDetailTemplate/types.js 0 KB (entry point)
|
|
355
|
-
presentation/features/templates/FeatureEventsTemplate/index.js 5.95 KB (entry point)
|
|
356
369
|
presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.js 5.95 KB (entry point)
|
|
357
|
-
presentation/features/
|
|
358
|
-
presentation/features/
|
|
359
|
-
presentation/features/
|
|
370
|
+
presentation/features/organisms/FeatureDiscovery/index.js 15.58 KB (entry point)
|
|
371
|
+
presentation/features/organisms/FeatureEventsList.js 5.32 KB (entry point)
|
|
372
|
+
presentation/features/organisms/FeatureFormsList.js 5.33 KB (entry point)
|
|
360
373
|
presentation/features/organisms/FeatureOperationsList.js 2.76 KB (entry point)
|
|
361
374
|
presentation/features/organisms/FeaturePresentationsList.js 5.35 KB (entry point)
|
|
362
|
-
presentation/features/templates/FeatureDataViewDetailTemplate/index.js 5.50 KB (entry point)
|
|
363
375
|
presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.js 5.50 KB (entry point)
|
|
364
|
-
presentation/features/
|
|
365
|
-
presentation/features/templates/FeatureDataViewsTemplate/index.js 5.97 KB (entry point)
|
|
366
|
-
presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.js 5.97 KB (entry point)
|
|
376
|
+
presentation/features/organisms/FeatureDataViewsList.js 5.33 KB (entry point)
|
|
367
377
|
presentation/features/organisms/FeatureDetail/index.js 2.48 KB (entry point)
|
|
368
378
|
presentation/features/organisms/FeatureDetail/FeatureDetail.js 2.48 KB (entry point)
|
|
369
|
-
presentation/features/organisms/FeatureDiscovery/index.js 15.58 KB (entry point)
|
|
370
379
|
presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.js 15.58 KB (entry point)
|
|
371
|
-
presentation/features/organisms/FeatureEventsList.js 5.32 KB (entry point)
|
|
372
|
-
presentation/features/organisms/FeatureFormsList.js 5.33 KB (entry point)
|
|
373
|
-
presentation/features/molecules/FeatureCategoryHeader/index.js 1.29 KB (entry point)
|
|
374
|
-
presentation/features/molecules/FeatureFilters/index.js 1.63 KB (entry point)
|
|
375
|
-
presentation/features/molecules/FeatureFilters/FeatureFilters.js 1.63 KB (entry point)
|
|
376
|
-
presentation/features/organisms/FeatureDataViewsList.js 5.33 KB (entry point)
|
|
377
|
-
presentation/features/hooks/useRelatedDocs.js 0.76 KB (entry point)
|
|
378
380
|
presentation/features/molecules/FeatureCard/index.js 5.87 KB (entry point)
|
|
379
381
|
presentation/features/molecules/FeatureCard/FeatureCard.js 5.87 KB (entry point)
|
|
380
382
|
presentation/features/molecules/FeatureHoverPreview/index.js 3.0 KB (entry point)
|
|
381
383
|
presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.js 3.0 KB (entry point)
|
|
382
|
-
presentation/features/molecules/
|
|
384
|
+
presentation/features/molecules/FeatureCategoryHeader/index.js 1.29 KB (entry point)
|
|
383
385
|
presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.js 1.29 KB (entry point)
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
libs/pricing-examples.js 462 bytes (entry point)
|
|
387
|
-
presentation/features/atoms/index.js 1.45 KB (entry point)
|
|
386
|
+
presentation/features/molecules/FeatureFilters/index.js 1.63 KB (entry point)
|
|
387
|
+
presentation/features/molecules/FeatureFilters/FeatureFilters.js 1.63 KB (entry point)
|
|
388
388
|
presentation/features/atoms/FeatureIcon/index.js 1.45 KB (entry point)
|
|
389
|
-
presentation/features/atoms/FeatureIcon/FeatureIcon.js 1.45 KB (entry point)
|
|
390
389
|
presentation/features/hooks/index.js 6.77 KB (entry point)
|
|
390
|
+
presentation/features/hooks/useContractsRegistry.js 5.00 KB (entry point)
|
|
391
391
|
presentation/features/hooks/useFeatureFilters.js 1.46 KB (entry point)
|
|
392
392
|
presentation/features/hooks/useFeatureRegistry.js 3.0 KB (entry point)
|
|
393
|
-
presentation/features/hooks/
|
|
394
|
-
libs/
|
|
395
|
-
libs/posthog/
|
|
396
|
-
|
|
393
|
+
presentation/features/hooks/useRelatedDocs.js 0.76 KB (entry point)
|
|
394
|
+
libs/posthog/client.js 1.28 KB (entry point)
|
|
395
|
+
libs/posthog/native.js 0.76 KB (entry point)
|
|
396
|
+
libs/posthog/server.js 447 bytes (entry point)
|
|
397
|
+
libs/pricing-examples.js 462 bytes (entry point)
|
|
398
|
+
presentation/features/atoms/FeatureIcon/FeatureIcon.js 1.45 KB (entry point)
|
|
397
399
|
infrastructure/index.js 0.74 KB (entry point)
|
|
398
400
|
infrastructure/elysia/index.js 0.74 KB (entry point)
|
|
399
401
|
libs/email.js 15.26 KB (entry point)
|
|
400
|
-
libs/email/contact.js 4.0 KB (entry point)
|
|
401
|
-
libs/email/newsletter.js 4.71 KB (entry point)
|
|
402
402
|
libs/email/waitlist-application.js 7.90 KB (entry point)
|
|
403
403
|
libs/email/waitlist.js 5.32 KB (entry point)
|
|
404
|
-
libs/email/
|
|
404
|
+
libs/email/contact.js 4.0 KB (entry point)
|
|
405
|
+
libs/email/newsletter.js 4.71 KB (entry point)
|
|
405
406
|
libs/email/utils.js 379 bytes (entry point)
|
|
406
|
-
|
|
407
|
+
libs/email/client.js 2.15 KB (entry point)
|
|
408
|
+
libs/email/types.js 0 KB (entry point)
|
|
409
|
+
./index.js 0.76 MB (entry point)
|
|
407
410
|
features/index.js 6.0 KB (entry point)
|
|
411
|
+
features/docs/index.js 0.53 KB (entry point)
|
|
412
|
+
features/docs/docs.contracts.js 0.53 KB (entry point)
|
|
408
413
|
features/registry.js 2.62 KB (entry point)
|
|
414
|
+
features/docs.feature.js 0.89 KB (entry point)
|
|
409
415
|
features/mcp.feature.js 0.85 KB (entry point)
|
|
410
416
|
features/presentations.feature.js 0.95 KB (entry point)
|
|
411
|
-
features/docs.feature.js 0.89 KB (entry point)
|
|
412
|
-
features/docs/index.js 0.53 KB (entry point)
|
|
413
|
-
features/docs/docs.contracts.js 0.53 KB (entry point)
|
|
414
|
-
components/templates/recipes/types.js 0 KB (entry point)
|
|
415
417
|
components/templates/todos/types.js 0 KB (entry point)
|
|
418
|
+
config/index.js 2.57 KB (entry point)
|
|
416
419
|
config/contractspec-blueprint.js 2.48 KB (entry point)
|
|
417
420
|
config/contractspec-branding.js 0.86 KB (entry point)
|
|
418
421
|
config/contractspec-routes.js 0.87 KB (entry point)
|
|
419
|
-
components/templates/
|
|
420
|
-
components/shell/index.js 4.22 KB (entry point)
|
|
421
|
-
components/shell/WorkspaceShellRenderer.js 3.40 KB (entry point)
|
|
422
|
-
components/templates/engine/index.js 0.85 KB (entry point)
|
|
422
|
+
components/templates/recipes/types.js 0 KB (entry point)
|
|
423
423
|
components/templates/index.js 20.20 KB (entry point)
|
|
424
424
|
components/templates/todos/index.js 9.30 KB (entry point)
|
|
425
425
|
components/templates/todos/TaskList.js 9.26 KB (entry point)
|
|
426
|
+
components/templates/recipes/index.js 5.34 KB (entry point)
|
|
427
|
+
components/templates/recipes/RecipeList.js 5.28 KB (entry point)
|
|
428
|
+
components/templates/recipes/RecipeCard.js 1.59 KB (entry point)
|
|
429
|
+
components/templates/recipes/RecipeDetail.js 1.54 KB (entry point)
|
|
426
430
|
components/templates/todos/FilterBar.js 2.16 KB (entry point)
|
|
427
431
|
components/templates/todos/TaskForm.js 3.1 KB (entry point)
|
|
428
432
|
components/templates/todos/TaskItem.js 2.17 KB (entry point)
|
|
429
433
|
components/templates/messaging/index.js 5.88 KB (entry point)
|
|
430
434
|
components/templates/messaging/MessagingWorkspace.js 5.80 KB (entry point)
|
|
431
|
-
components/templates/recipes/index.js 5.34 KB (entry point)
|
|
432
|
-
components/templates/recipes/RecipeList.js 5.28 KB (entry point)
|
|
433
|
-
components/templates/recipes/LanguageSwitcher.js 0.67 KB (entry point)
|
|
434
|
-
components/templates/recipes/RecipeCard.js 1.59 KB (entry point)
|
|
435
|
-
components/templates/recipes/RecipeDetail.js 1.54 KB (entry point)
|
|
436
435
|
components/templates/messaging/ConversationList.js 2.13 KB (entry point)
|
|
437
436
|
components/templates/messaging/MessageComposer.js 3.46 KB (entry point)
|
|
438
437
|
components/templates/messaging/MessageThread.js 2.23 KB (entry point)
|
|
439
|
-
components/
|
|
440
|
-
components/
|
|
441
|
-
components/legal/TermsTemplate.js 22.75 KB (entry point)
|
|
438
|
+
components/templates/messaging/types.js 0 KB (entry point)
|
|
439
|
+
components/templates/recipes/LanguageSwitcher.js 0.67 KB (entry point)
|
|
442
440
|
components/shared/index.js 0.85 KB (entry point)
|
|
443
441
|
components/shared/FeatureGateNotice.js 0.85 KB (entry point)
|
|
442
|
+
components/shell/index.js 4.22 KB (entry point)
|
|
444
443
|
components/shell/WorkspaceProjectShellLayout.js 3.30 KB (entry point)
|
|
445
|
-
components/shell/
|
|
444
|
+
components/shell/WorkspaceShellRenderer.js 3.40 KB (entry point)
|
|
446
445
|
components/shell/WorkspaceHeader.js 1.71 KB (entry point)
|
|
447
|
-
components/
|
|
446
|
+
components/shell/WorkspaceSidebar.js 1.1 KB (entry point)
|
|
447
|
+
components/templates/engine/index.js 0.85 KB (entry point)
|
|
448
448
|
components/integrations/index.js 10.29 KB (entry point)
|
|
449
|
-
components/integrations/organisms/KnowledgeSourceList.js 2.10 KB (entry point)
|
|
450
449
|
components/integrations/organisms/IntegrationMarketplace.js 4.1 KB (entry point)
|
|
451
450
|
components/integrations/molecules/IntegrationCard.js 1.90 KB (entry point)
|
|
452
451
|
components/integrations/organisms/IntegrationSettings.js 4.51 KB (entry point)
|
|
452
|
+
components/integrations/organisms/KnowledgeSourceList.js 2.10 KB (entry point)
|
|
453
|
+
components/legal/index.js 42.77 KB (entry point)
|
|
454
|
+
components/legal/PrivacyTemplate.js 20.27 KB (entry point)
|
|
455
|
+
components/legal/TermsTemplate.js 22.75 KB (entry point)
|
|
456
|
+
components/docs/tech/contracts/tech-docs.docblocks.js 0.72 KB (entry point)
|
|
453
457
|
components/docs/ops/ops.docs.js 22.52 KB (entry point)
|
|
454
|
-
components/docs/product/product.docblocks.js 2.94 KB (entry point)
|
|
455
|
-
components/docs/ops/ops-lifecycle.docblocks.js 6.18 KB (entry point)
|
|
456
458
|
components/docs/ops/ops-runbooks-a.docblocks.js 5.26 KB (entry point)
|
|
457
459
|
components/docs/ops/ops-runbooks-b.docblocks.js 4.94 KB (entry point)
|
|
458
460
|
components/docs/ops/ops-slo-tenant.docblocks.js 6.32 KB (entry point)
|
|
459
461
|
components/docs/ops/ops-top.docs.js 0.75 KB (entry point)
|
|
460
|
-
components/docs/
|
|
462
|
+
components/docs/product/product.docblocks.js 2.94 KB (entry point)
|
|
463
|
+
components/docs/ops/ops-lifecycle.docblocks.js 6.18 KB (entry point)
|
|
464
|
+
components/docs/index.js 0.67 MB (entry point)
|
|
461
465
|
components/docs/studio/index.js 6.61 KB (entry point)
|
|
462
|
-
components/docs/studio/StudioOverviewPage.js 4.20 KB (entry point)
|
|
463
|
-
components/docs/studio/StudioVisualBuilderPage.js 0.71 KB (entry point)
|
|
464
|
-
components/docs/specs/index.js 65.0 KB (entry point)
|
|
465
|
-
components/docs/specs/SpecsOverviewPage.js 5.41 KB (entry point)
|
|
466
|
-
components/docs/specs/SpecsPolicyPage.js 8.96 KB (entry point)
|
|
467
|
-
components/docs/specs/SpecsWorkflowsPage.js 7.76 KB (entry point)
|
|
468
466
|
components/docs/studio/StudioBYOKPage.js 0.70 KB (entry point)
|
|
469
467
|
components/docs/studio/StudioDeploymentsPage.js 0.70 KB (entry point)
|
|
470
468
|
components/docs/studio/StudioGettingStartedPage.js 0.71 KB (entry point)
|
|
471
469
|
components/docs/studio/StudioIntegrationsPage.js 0.70 KB (entry point)
|
|
472
|
-
components/docs/
|
|
473
|
-
components/docs/
|
|
474
|
-
components/docs/specs/
|
|
470
|
+
components/docs/studio/StudioOverviewPage.js 4.20 KB (entry point)
|
|
471
|
+
components/docs/studio/StudioVisualBuilderPage.js 0.71 KB (entry point)
|
|
472
|
+
components/docs/specs/index.js 66.0 KB (entry point)
|
|
475
473
|
components/docs/specs/SpecsConnectPage.js 7.84 KB (entry point)
|
|
476
|
-
components/docs/specs/SpecsDataViewsPage.js
|
|
474
|
+
components/docs/specs/SpecsDataViewsPage.js 8.30 KB (entry point)
|
|
477
475
|
components/docs/specs/SpecsModuleBundlesPage.js 7.86 KB (entry point)
|
|
478
476
|
components/docs/specs/SpecsOverlaysPage.js 8.87 KB (entry point)
|
|
479
|
-
components/docs/
|
|
480
|
-
components/docs/
|
|
481
|
-
components/docs/
|
|
482
|
-
components/docs/safety/
|
|
477
|
+
components/docs/specs/SpecsOverviewPage.js 5.41 KB (entry point)
|
|
478
|
+
components/docs/specs/SpecsPolicyPage.js 8.96 KB (entry point)
|
|
479
|
+
components/docs/specs/SpecsWorkflowsPage.js 7.76 KB (entry point)
|
|
480
|
+
components/docs/safety/index.js 32.46 KB (entry point)
|
|
483
481
|
components/docs/safety/SafetyPDPPage.js 6.58 KB (entry point)
|
|
484
482
|
components/docs/safety/SafetySecurityTrustPage.js 4.0 KB (entry point)
|
|
485
483
|
components/docs/safety/SafetySigningPage.js 2.1 KB (entry point)
|
|
486
484
|
components/docs/safety/SafetyTenantIsolationPage.js 1.98 KB (entry point)
|
|
485
|
+
components/docs/specs/SpecsBuilderControlPlanePage.js 8.82 KB (entry point)
|
|
486
|
+
components/docs/specs/SpecsCapabilitiesPage.js 3.93 KB (entry point)
|
|
487
|
+
components/docs/reference/index.js 7.76 KB (entry point)
|
|
487
488
|
components/docs/reference/DocsReferenceIndexPage.js 3.92 KB (entry point)
|
|
488
489
|
components/docs/reference/DocsReferenceIndexClient.js 2.28 KB (entry point)
|
|
489
490
|
components/docs/reference/DocsReferencePage.js 4.0 KB (entry point)
|
|
491
|
+
components/docs/safety/SafetyAuditingPage.js 8.13 KB (entry point)
|
|
492
|
+
components/docs/safety/SafetyMigrationsPage.js 8.41 KB (entry point)
|
|
493
|
+
components/docs/safety/SafetyOverviewPage.js 2.58 KB (entry point)
|
|
490
494
|
components/docs/reference/DocsReferenceContent.js 3.91 KB (entry point)
|
|
491
495
|
components/docs/reference/DocsMarkdownContent.js 2.90 KB (entry point)
|
|
492
496
|
components/docs/reference/docsMarkdownParser.js 1.65 KB (entry point)
|
|
497
|
+
components/docs/libraries/index.js 127.77 KB (entry point)
|
|
498
|
+
components/docs/libraries/LibrariesWorkflowComposerPage.js 2.1 KB (entry point)
|
|
499
|
+
components/docs/libraries/LibrariesWorkflowsPage.js 3.72 KB (entry point)
|
|
500
|
+
components/docs/manifesto/ManifestoPage.js 2.79 KB (entry point)
|
|
493
501
|
components/docs/ops/index.js 4.52 KB (entry point)
|
|
494
502
|
components/docs/ops/AutoEvolutionOpsPage.js 3.27 KB (entry point)
|
|
495
503
|
components/docs/ops/DistributedTracingOpsPage.js 1.47 KB (entry point)
|
|
496
|
-
components/docs/libraries/
|
|
504
|
+
components/docs/libraries/LibrariesResiliencePage.js 2.65 KB (entry point)
|
|
505
|
+
components/docs/libraries/LibrariesRuntimePage.js 5.17 KB (entry point)
|
|
506
|
+
components/docs/libraries/LibrariesSLOPage.js 2.58 KB (entry point)
|
|
507
|
+
components/docs/libraries/LibrariesSchemaPage.js 5.00 KB (entry point)
|
|
497
508
|
components/docs/libraries/LibrariesSupportBotPage.js 2.87 KB (entry point)
|
|
498
509
|
components/docs/libraries/LibrariesTestingPage.js 3.30 KB (entry point)
|
|
499
510
|
components/docs/libraries/LibrariesUIKitPage.js 5.49 KB (entry point)
|
|
500
511
|
components/docs/libraries/LibrariesUIKitWebPage.js 4.35 KB (entry point)
|
|
501
|
-
components/docs/libraries/
|
|
502
|
-
components/docs/libraries/
|
|
503
|
-
components/docs/
|
|
512
|
+
components/docs/libraries/LibrariesGraphQLPage.js 3.97 KB (entry point)
|
|
513
|
+
components/docs/libraries/LibrariesGrowthPage.js 2.55 KB (entry point)
|
|
514
|
+
components/docs/libraries/LibrariesMultiTenancyPage.js 2.33 KB (entry point)
|
|
515
|
+
components/docs/libraries/LibrariesObservabilityPage.js 3.18 KB (entry point)
|
|
504
516
|
components/docs/libraries/LibrariesOverlayEnginePage.js 2.87 KB (entry point)
|
|
505
|
-
components/docs/libraries/LibrariesOverviewPage.js 5.
|
|
517
|
+
components/docs/libraries/LibrariesOverviewPage.js 5.20 KB (entry point)
|
|
506
518
|
components/docs/libraries/LibrariesPersonalizationPage.js 2.94 KB (entry point)
|
|
507
519
|
components/docs/libraries/LibrariesProgressiveDeliveryPage.js 3.0 KB (entry point)
|
|
508
|
-
components/docs/libraries/
|
|
509
|
-
components/docs/libraries/
|
|
510
|
-
components/docs/libraries/
|
|
511
|
-
components/docs/libraries/
|
|
520
|
+
components/docs/libraries/LibrariesContractsPage.js 6.86 KB (entry point)
|
|
521
|
+
components/docs/libraries/LibrariesCostTrackingPage.js 2.47 KB (entry point)
|
|
522
|
+
components/docs/libraries/LibrariesCrossPlatformUIPage.js 16.85 KB (entry point)
|
|
523
|
+
components/docs/libraries/LibrariesCrossPlatformUIPage.content.js 11.0 KB (entry point)
|
|
512
524
|
components/docs/libraries/LibrariesDataBackendPage.js 3.77 KB (entry point)
|
|
513
|
-
components/docs/libraries/LibrariesDataViewsPage.js
|
|
514
|
-
components/docs/libraries/LibrariesDesignSystemPage.js 8.
|
|
525
|
+
components/docs/libraries/LibrariesDataViewsPage.js 4.54 KB (entry point)
|
|
526
|
+
components/docs/libraries/LibrariesDesignSystemPage.js 8.84 KB (entry point)
|
|
515
527
|
components/docs/libraries/LibrariesEvolutionPage.js 3.67 KB (entry point)
|
|
516
|
-
components/docs/
|
|
517
|
-
components/docs/
|
|
518
|
-
components/docs/libraries/LibrariesMultiTenancyPage.js 2.33 KB (entry point)
|
|
519
|
-
components/docs/libraries/LibrariesObservabilityPage.js 3.18 KB (entry point)
|
|
528
|
+
components/docs/knowledge/index.js 38.69 KB (entry point)
|
|
529
|
+
components/docs/knowledge/KnowledgeSpacesPage.js 7.11 KB (entry point)
|
|
520
530
|
components/docs/libraries/LibrariesAccessibilityPage.js 4.10 KB (entry point)
|
|
521
531
|
components/docs/libraries/LibrariesAiAgentPage.js 3.27 KB (entry point)
|
|
522
532
|
components/docs/libraries/LibrariesAnalyticsPage.js 2.27 KB (entry point)
|
|
533
|
+
components/docs/libraries/LibrariesApplicationShellPage.js 10.93 KB (entry point)
|
|
534
|
+
components/docs/libraries/LibrariesApplicationShellPage.content.js 7.73 KB (entry point)
|
|
523
535
|
components/docs/libraries/LibrariesContentGenPage.js 2.70 KB (entry point)
|
|
524
|
-
components/docs/libraries/LibrariesContractsPage.js 6.86 KB (entry point)
|
|
525
|
-
components/docs/libraries/LibrariesCostTrackingPage.js 2.47 KB (entry point)
|
|
526
|
-
components/docs/libraries/LibrariesCrossPlatformUIPage.js 16.85 KB (entry point)
|
|
527
|
-
components/docs/libraries/LibrariesCrossPlatformUIPage.content.js 11.0 KB (entry point)
|
|
528
536
|
components/docs/intent/index.js 34.37 KB (entry point)
|
|
537
|
+
components/docs/intent/SchemaValidationTypescriptPage.js 5.0 KB (entry point)
|
|
538
|
+
components/docs/intent/SpecDrivenDevelopmentPage.js 4.88 KB (entry point)
|
|
529
539
|
components/docs/intent/intent-pages.docblocks.js 5.0 KB (entry point)
|
|
530
|
-
components/docs/knowledge/index.js 38.69 KB (entry point)
|
|
531
540
|
components/docs/knowledge/KnowledgeCategoriesPage.js 13.52 KB (entry point)
|
|
532
541
|
components/docs/knowledge/KnowledgeExamplesPage.js 7.68 KB (entry point)
|
|
533
542
|
components/docs/knowledge/KnowledgeOverviewPage.js 2.59 KB (entry point)
|
|
534
543
|
components/docs/knowledge/KnowledgeSourcesPage.js 8.66 KB (entry point)
|
|
535
|
-
components/docs/knowledge/KnowledgeSpacesPage.js 7.11 KB (entry point)
|
|
536
544
|
components/docs/integrations/index.js 74.19 KB (entry point)
|
|
545
|
+
components/docs/integrations/IntegrationsTwilioPage.js 2.75 KB (entry point)
|
|
546
|
+
components/docs/integrations/IntegrationsWhatsappMetaPage.js 2.98 KB (entry point)
|
|
537
547
|
components/docs/integrations/IntegrationsWhatsappTwilioPage.js 3.1 KB (entry point)
|
|
538
548
|
components/docs/intent/ContractFirstApiPage.js 3.43 KB (entry point)
|
|
539
549
|
components/docs/intent/DeterministicCodegenPage.js 3.97 KB (entry point)
|
|
540
550
|
components/docs/intent/GenerateClientFromSchemaPage.js 8.95 KB (entry point)
|
|
541
551
|
components/docs/intent/OpenapiAlternativePage.js 4.68 KB (entry point)
|
|
542
|
-
components/docs/
|
|
543
|
-
components/docs/
|
|
552
|
+
components/docs/integrations/IntegrationsPostmarkPage.js 4.93 KB (entry point)
|
|
553
|
+
components/docs/integrations/IntegrationsPowensPage.js 7.32 KB (entry point)
|
|
544
554
|
components/docs/integrations/IntegrationsQdrantPage.js 3.46 KB (entry point)
|
|
545
555
|
components/docs/integrations/IntegrationsResendPage.js 2.30 KB (entry point)
|
|
546
556
|
components/docs/integrations/IntegrationsS3Page.js 3.1 KB (entry point)
|
|
547
557
|
components/docs/integrations/IntegrationsSlackPage.js 3.18 KB (entry point)
|
|
548
558
|
components/docs/integrations/IntegrationsSpecModelPage.js 10.88 KB (entry point)
|
|
549
559
|
components/docs/integrations/IntegrationsStripePage.js 8.1 KB (entry point)
|
|
550
|
-
components/docs/integrations/
|
|
551
|
-
components/docs/integrations/
|
|
560
|
+
components/docs/integrations/IntegrationsElevenLabsPage.js 2.29 KB (entry point)
|
|
561
|
+
components/docs/integrations/IntegrationsGithubPage.js 3.1 KB (entry point)
|
|
552
562
|
components/docs/integrations/IntegrationsGmailPage.js 2.60 KB (entry point)
|
|
553
563
|
components/docs/integrations/IntegrationsGoogleCalendarPage.js 1.99 KB (entry point)
|
|
554
564
|
components/docs/integrations/IntegrationsHealthRoutingPage.js 3.60 KB (entry point)
|
|
555
565
|
components/docs/integrations/IntegrationsMistralPage.js 3.88 KB (entry point)
|
|
556
566
|
components/docs/integrations/IntegrationsOpenAIPage.js 3.61 KB (entry point)
|
|
557
567
|
components/docs/integrations/IntegrationsOverviewPage.js 3.79 KB (entry point)
|
|
558
|
-
components/docs/
|
|
559
|
-
components/docs/
|
|
560
|
-
components/docs/guides/
|
|
561
|
-
components/docs/guides/GuideSpecValidationTypingPage.js 5.
|
|
562
|
-
components/docs/guides/GuidesIndexPage.js 4.
|
|
563
|
-
components/docs/guides/guides.docblocks.js 3.
|
|
568
|
+
components/docs/guides/index.js 94.33 KB (entry point)
|
|
569
|
+
components/docs/guides/GuideNextjsOneEndpointPage.js 6.43 KB (entry point)
|
|
570
|
+
components/docs/guides/GuideReleaseCapsulesPage.js 4.99 KB (entry point)
|
|
571
|
+
components/docs/guides/GuideSpecValidationTypingPage.js 5.58 KB (entry point)
|
|
572
|
+
components/docs/guides/GuidesIndexPage.js 4.79 KB (entry point)
|
|
573
|
+
components/docs/guides/guides.docblocks.js 3.42 KB (entry point)
|
|
564
574
|
components/docs/integrations/IntegrationsCircuitBreakersPage.js 1.37 KB (entry point)
|
|
565
|
-
components/docs/
|
|
566
|
-
components/docs/
|
|
575
|
+
components/docs/guides/GuideContractDrivenFormsPage.js 8.14 KB (entry point)
|
|
576
|
+
components/docs/guides/GuideContractDrivenFormsPage.content.js 3.57 KB (entry point)
|
|
567
577
|
components/docs/guides/GuideContractTypesPage.js 16.11 KB (entry point)
|
|
568
578
|
components/docs/guides/GuideDocsPipelinePage.js 4.39 KB (entry point)
|
|
569
579
|
components/docs/guides/GuideFirstModuleBundlePage.js 6.47 KB (entry point)
|
|
570
580
|
components/docs/guides/GuideGenerateDocsClientsSchemasPage.js 4.23 KB (entry point)
|
|
571
581
|
components/docs/guides/GuideHostBuilderWorkbenchPage.js 9.38 KB (entry point)
|
|
572
582
|
components/docs/guides/GuideImportExistingCodebasesPage.js 15.53 KB (entry point)
|
|
573
|
-
components/docs/
|
|
574
|
-
components/docs/guides/GuideReleaseCapsulesPage.js 4.99 KB (entry point)
|
|
575
|
-
components/docs/getting-started/index.js 41.31 KB (entry point)
|
|
583
|
+
components/docs/getting-started/index.js 42.30 KB (entry point)
|
|
576
584
|
components/docs/getting-started/InstallationPage.js 2.77 KB (entry point)
|
|
577
585
|
components/docs/getting-started/StartHerePage.js 2.27 KB (entry point)
|
|
578
586
|
components/docs/getting-started/TroubleshootingPage.js 2.94 KB (entry point)
|
|
@@ -585,7 +593,7 @@ Bundled 319 modules in 392ms
|
|
|
585
593
|
components/docs/generated/docs-index.generated.js 276 bytes (entry point)
|
|
586
594
|
components/docs/getting-started/CLIPage.js 5.66 KB (entry point)
|
|
587
595
|
components/docs/getting-started/CompatibilityPage.js 3.22 KB (entry point)
|
|
588
|
-
components/docs/getting-started/DataViewTutorialPage.js
|
|
596
|
+
components/docs/getting-started/DataViewTutorialPage.js 6.44 KB (entry point)
|
|
589
597
|
components/docs/getting-started/DeveloperToolsPage.js 3.84 KB (entry point)
|
|
590
598
|
components/docs/getting-started/HelloWorldPage.js 6.41 KB (entry point)
|
|
591
599
|
components/docs/ecosystem/index.js 13.44 KB (entry point)
|
|
@@ -622,8 +630,8 @@ Bundled 319 modules in 392ms
|
|
|
622
630
|
components/docs/architecture/ArchitectureAppConfigPage.js 8.1 KB (entry point)
|
|
623
631
|
bundles/index.js 1.0 KB (entry point)
|
|
624
632
|
bundles/LibraryBundle.js 1.0 KB (entry point)
|
|
625
|
-
components/docs/DocsIndexPage.js
|
|
626
|
-
components/docs/docsManifest.js
|
|
633
|
+
components/docs/DocsIndexPage.js 26.1 KB (entry point)
|
|
634
|
+
components/docs/docsManifest.js 18.50 KB (entry point)
|
|
627
635
|
application/mcp/contractsMcpTypes.js 0 KB (entry point)
|
|
628
636
|
application/mcp/docsMcp.catalog.js 6.19 KB (entry point)
|
|
629
637
|
application/index.js 49.74 KB (entry point)
|