@contractspec/bundle.library 3.7.7 → 3.8.2
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 +148 -144
- package/CHANGELOG.md +56 -0
- package/dist/components/docs/examples/DocsExamplesPage.js +55 -2
- package/dist/components/docs/examples/ExampleShowcasePage.d.ts +5 -0
- package/dist/components/docs/examples/ExampleShowcasePage.js +258 -0
- package/dist/components/docs/examples/exampleShowcaseData.d.ts +10 -0
- package/dist/components/docs/examples/exampleShowcaseData.js +53 -0
- package/dist/components/docs/examples/index.d.ts +1 -0
- package/dist/components/docs/examples/index.js +261 -2
- package/dist/components/docs/index.js +4351 -4092
- package/dist/index.js +5111 -4852
- package/dist/node/components/docs/examples/DocsExamplesPage.js +55 -2
- package/dist/node/components/docs/examples/ExampleShowcasePage.js +257 -0
- package/dist/node/components/docs/examples/exampleShowcaseData.js +52 -0
- package/dist/node/components/docs/examples/index.js +261 -2
- package/dist/node/components/docs/index.js +4351 -4092
- package/dist/node/index.js +5111 -4852
- package/package.json +47 -23
- package/src/components/docs/examples/DocsExamplesPage.tsx +13 -2
- package/src/components/docs/examples/ExampleShowcasePage.tsx +122 -0
- package/src/components/docs/examples/exampleShowcaseData.ts +65 -0
- package/src/components/docs/examples/index.ts +1 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -2,264 +2,266 @@ $ contractspec-bun-build prebuild
|
|
|
2
2
|
$ bun run prebuild && bun run build:bundle && bun run build:types
|
|
3
3
|
$ contractspec-bun-build prebuild
|
|
4
4
|
$ contractspec-bun-build transpile
|
|
5
|
-
[contractspec-bun-build] transpile target=bun root=src entries=
|
|
6
|
-
Bundled
|
|
5
|
+
[contractspec-bun-build] transpile target=bun root=src entries=300 noBundle=false
|
|
6
|
+
Bundled 300 modules in 95ms
|
|
7
7
|
|
|
8
8
|
application/context-storage/index.js 1.0 KB (entry point)
|
|
9
9
|
presentation/features/templates/types.js 8 bytes (entry point)
|
|
10
10
|
presentation/features/organisms/FeatureDiscovery/types.js 8 bytes (entry point)
|
|
11
11
|
presentation/features/organisms/index.js 45.1 KB (entry point)
|
|
12
|
+
presentation/features/molecules/FeatureFilters/types.js 8 bytes (entry point)
|
|
12
13
|
presentation/features/molecules/index.js 16.33 KB (entry point)
|
|
13
14
|
presentation/features/organisms/FeatureDetail/types.js 8 bytes (entry point)
|
|
14
|
-
presentation/features/molecules/FeatureCard/types.js 8 bytes (entry point)
|
|
15
|
-
presentation/features/molecules/FeatureFilters/types.js 8 bytes (entry point)
|
|
16
|
-
presentation/features/atoms/index.js 2.20 KB (entry point)
|
|
17
15
|
presentation/features/index.js 112.92 KB (entry point)
|
|
18
16
|
presentation/features/templates/FeaturePresentationsTemplate/index.js 10.70 KB (entry point)
|
|
17
|
+
presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.js 10.70 KB (entry point)
|
|
18
|
+
presentation/features/templates/FeatureOperationDetailTemplate/index.js 11.81 KB (entry point)
|
|
19
|
+
presentation/features/templates/FeatureOperationDetailTemplate/types.js 8 bytes (entry point)
|
|
19
20
|
presentation/features/templates/FeatureOperationsTemplate/index.js 6.88 KB (entry point)
|
|
20
21
|
presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.js 6.88 KB (entry point)
|
|
21
22
|
presentation/features/templates/FeatureOverviewTemplate/index.js 5.94 KB (entry point)
|
|
22
23
|
presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.js 5.94 KB (entry point)
|
|
23
24
|
presentation/features/templates/FeaturePresentationDetailTemplate/index.js 11.93 KB (entry point)
|
|
24
|
-
presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.js 11.93 KB (entry point)
|
|
25
25
|
presentation/features/templates/FeaturePresentationDetailTemplate/types.js 8 bytes (entry point)
|
|
26
|
-
presentation/features/templates/
|
|
26
|
+
presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.js 11.93 KB (entry point)
|
|
27
|
+
presentation/features/templates/FeatureEventsTemplate/index.js 10.58 KB (entry point)
|
|
28
|
+
presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.js 10.58 KB (entry point)
|
|
27
29
|
presentation/features/templates/FeatureFormDetailTemplate/index.js 13.1 KB (entry point)
|
|
28
30
|
presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.js 13.1 KB (entry point)
|
|
29
31
|
presentation/features/templates/FeatureFormDetailTemplate/types.js 8 bytes (entry point)
|
|
30
32
|
presentation/features/templates/FeatureFormsTemplate/index.js 10.61 KB (entry point)
|
|
31
33
|
presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.js 10.61 KB (entry point)
|
|
32
|
-
presentation/features/templates/FeatureOperationDetailTemplate/index.js 11.81 KB (entry point)
|
|
33
34
|
presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.js 11.81 KB (entry point)
|
|
34
|
-
presentation/features/templates/
|
|
35
|
+
presentation/features/templates/FeatureDataViewDetailTemplate/index.js 13.17 KB (entry point)
|
|
36
|
+
presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.js 13.17 KB (entry point)
|
|
37
|
+
presentation/features/templates/FeatureDataViewDetailTemplate/types.js 8 bytes (entry point)
|
|
35
38
|
presentation/features/templates/FeatureDataViewsTemplate/index.js 10.64 KB (entry point)
|
|
36
39
|
presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.js 10.64 KB (entry point)
|
|
37
40
|
presentation/features/templates/FeatureEventDetailTemplate/index.js 11.76 KB (entry point)
|
|
38
41
|
presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.js 11.76 KB (entry point)
|
|
39
42
|
presentation/features/templates/FeatureEventDetailTemplate/types.js 8 bytes (entry point)
|
|
40
|
-
presentation/features/
|
|
41
|
-
presentation/features/
|
|
43
|
+
presentation/features/organisms/FeatureDiscovery/index.js 30.20 KB (entry point)
|
|
44
|
+
presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.js 30.20 KB (entry point)
|
|
42
45
|
presentation/features/organisms/FeatureEventsList.js 9.43 KB (entry point)
|
|
43
46
|
presentation/features/organisms/FeatureFormsList.js 9.47 KB (entry point)
|
|
44
47
|
presentation/features/organisms/FeatureOperationsList.js 5.71 KB (entry point)
|
|
45
48
|
presentation/features/organisms/FeaturePresentationsList.js 9.50 KB (entry point)
|
|
46
|
-
presentation/features/templates/FeatureDataViewDetailTemplate/index.js 13.17 KB (entry point)
|
|
47
|
-
presentation/features/templates/FeatureDataViewDetailTemplate/types.js 8 bytes (entry point)
|
|
48
|
-
presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.js 13.17 KB (entry point)
|
|
49
49
|
presentation/features/organisms/FeatureDataViewsList.js 9.47 KB (entry point)
|
|
50
50
|
presentation/features/organisms/FeatureDetail/index.js 4.85 KB (entry point)
|
|
51
51
|
presentation/features/organisms/FeatureDetail/FeatureDetail.js 4.85 KB (entry point)
|
|
52
|
-
presentation/features/organisms/FeatureDiscovery/index.js 30.20 KB (entry point)
|
|
53
|
-
presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.js 30.20 KB (entry point)
|
|
54
52
|
presentation/features/molecules/FeatureCard/index.js 11.63 KB (entry point)
|
|
53
|
+
presentation/features/molecules/FeatureCard/FeatureCard.js 11.63 KB (entry point)
|
|
54
|
+
presentation/features/molecules/FeatureHoverPreview/index.js 6.1 KB (entry point)
|
|
55
|
+
presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.js 6.1 KB (entry point)
|
|
56
|
+
presentation/features/molecules/FeatureCard/types.js 8 bytes (entry point)
|
|
55
57
|
presentation/features/molecules/FeatureCategoryHeader/index.js 1.74 KB (entry point)
|
|
56
58
|
presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.js 1.74 KB (entry point)
|
|
57
59
|
presentation/features/molecules/FeatureFilters/index.js 2.86 KB (entry point)
|
|
58
60
|
presentation/features/molecules/FeatureFilters/FeatureFilters.js 2.86 KB (entry point)
|
|
61
|
+
presentation/features/atoms/index.js 2.20 KB (entry point)
|
|
62
|
+
presentation/features/atoms/FeatureIcon/index.js 2.20 KB (entry point)
|
|
63
|
+
presentation/features/atoms/FeatureIcon/FeatureIcon.js 2.20 KB (entry point)
|
|
59
64
|
presentation/features/hooks/index.js 12.59 KB (entry point)
|
|
60
65
|
presentation/features/hooks/useContractsRegistry.js 9.0 KB (entry point)
|
|
61
66
|
presentation/features/hooks/useFeatureFilters.js 2.53 KB (entry point)
|
|
62
67
|
presentation/features/hooks/useFeatureRegistry.js 4.39 KB (entry point)
|
|
63
68
|
presentation/features/hooks/useRelatedDocs.js 0.95 KB (entry point)
|
|
64
|
-
|
|
65
|
-
presentation/features/molecules/FeatureHoverPreview/index.js 6.1 KB (entry point)
|
|
66
|
-
presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.js 6.1 KB (entry point)
|
|
69
|
+
libs/email/types.js 49 bytes (entry point)
|
|
67
70
|
libs/posthog/client.js 1.74 KB (entry point)
|
|
68
71
|
libs/posthog/native.js 0.79 KB (entry point)
|
|
69
72
|
libs/posthog/server.js 429 bytes (entry point)
|
|
70
73
|
libs/pricing-examples.js 372 bytes (entry point)
|
|
71
|
-
|
|
72
|
-
presentation/features/atoms/FeatureIcon/FeatureIcon.js 2.20 KB (entry point)
|
|
74
|
+
./index.js 1.20 MB (entry point)
|
|
73
75
|
infrastructure/index.js 0.77 KB (entry point)
|
|
76
|
+
infrastructure/elysia/index.js 0.77 KB (entry point)
|
|
74
77
|
libs/email.js 20.48 KB (entry point)
|
|
75
78
|
libs/email/waitlist-application.js 10.73 KB (entry point)
|
|
76
79
|
libs/email/waitlist.js 7.45 KB (entry point)
|
|
77
80
|
libs/email/contact.js 6.1 KB (entry point)
|
|
78
81
|
libs/email/newsletter.js 6.84 KB (entry point)
|
|
79
|
-
libs/email/client.js 3.38 KB (entry point)
|
|
80
|
-
libs/email/types.js 49 bytes (entry point)
|
|
81
82
|
libs/email/utils.js 273 bytes (entry point)
|
|
82
|
-
|
|
83
|
+
libs/email/client.js 3.38 KB (entry point)
|
|
83
84
|
features/index.js 9.79 KB (entry point)
|
|
85
|
+
features/contracts-registry.js 5.65 KB (entry point)
|
|
84
86
|
features/registry.js 3.47 KB (entry point)
|
|
87
|
+
features/docs.feature.js 0.91 KB (entry point)
|
|
85
88
|
features/mcp.feature.js 0.85 KB (entry point)
|
|
86
89
|
features/presentations.feature.js 0.99 KB (entry point)
|
|
87
|
-
infrastructure/elysia/index.js 0.77 KB (entry point)
|
|
88
90
|
components/templates/todos/types.js 8 bytes (entry point)
|
|
89
91
|
config/index.js 3.37 KB (entry point)
|
|
90
92
|
config/contractspec-blueprint.js 3.28 KB (entry point)
|
|
91
93
|
config/contractspec-branding.js 0.98 KB (entry point)
|
|
92
94
|
config/contractspec-routes.js 0.85 KB (entry point)
|
|
93
|
-
features/contracts-registry.js 5.65 KB (entry point)
|
|
94
|
-
features/docs.feature.js 0.91 KB (entry point)
|
|
95
95
|
components/templates/recipes/types.js 8 bytes (entry point)
|
|
96
|
-
components/templates/messaging/types.js 8 bytes (entry point)
|
|
97
|
-
components/shared/index.js 1.1 KB (entry point)
|
|
98
|
-
components/shell/index.js 8.11 KB (entry point)
|
|
99
|
-
components/shell/WorkspaceProjectShellLayout.js 6.59 KB (entry point)
|
|
100
|
-
components/shell/WorkspaceShellRenderer.js 6.66 KB (entry point)
|
|
101
|
-
components/shell/WorkspaceHeader.js 3.16 KB (entry point)
|
|
102
|
-
components/shell/WorkspaceSidebar.js 2.1 KB (entry point)
|
|
103
96
|
components/templates/engine/index.js 1.19 KB (entry point)
|
|
104
97
|
components/templates/index.js 36.69 KB (entry point)
|
|
105
98
|
components/templates/todos/index.js 16.98 KB (entry point)
|
|
99
|
+
components/templates/todos/TaskList.js 16.94 KB (entry point)
|
|
100
|
+
components/templates/todos/TaskItem.js 3.31 KB (entry point)
|
|
106
101
|
components/templates/recipes/index.js 9.29 KB (entry point)
|
|
107
102
|
components/templates/recipes/RecipeList.js 9.24 KB (entry point)
|
|
103
|
+
components/templates/recipes/LanguageSwitcher.js 0.71 KB (entry point)
|
|
104
|
+
components/templates/recipes/RecipeCard.js 2.77 KB (entry point)
|
|
108
105
|
components/templates/recipes/RecipeDetail.js 2.56 KB (entry point)
|
|
109
|
-
components/templates/todos/TaskList.js 16.94 KB (entry point)
|
|
110
106
|
components/templates/todos/FilterBar.js 3.86 KB (entry point)
|
|
111
107
|
components/templates/todos/TaskForm.js 5.77 KB (entry point)
|
|
112
|
-
components/templates/todos/TaskItem.js 3.31 KB (entry point)
|
|
113
108
|
components/templates/messaging/index.js 10.11 KB (entry point)
|
|
114
109
|
components/templates/messaging/MessagingWorkspace.js 10.0 KB (entry point)
|
|
115
110
|
components/templates/messaging/ConversationList.js 3.48 KB (entry point)
|
|
116
111
|
components/templates/messaging/MessageComposer.js 5.48 KB (entry point)
|
|
117
112
|
components/templates/messaging/MessageThread.js 3.26 KB (entry point)
|
|
118
|
-
components/templates/
|
|
119
|
-
components/templates/recipes/RecipeCard.js 2.77 KB (entry point)
|
|
113
|
+
components/templates/messaging/types.js 8 bytes (entry point)
|
|
120
114
|
components/legal/index.js 92.24 KB (entry point)
|
|
121
|
-
components/
|
|
122
|
-
components/legal/TermsTemplate.js 44.21 KB (entry point)
|
|
115
|
+
components/shared/index.js 1.1 KB (entry point)
|
|
123
116
|
components/shared/FeatureGateNotice.js 1.1 KB (entry point)
|
|
117
|
+
components/shell/index.js 8.11 KB (entry point)
|
|
118
|
+
components/shell/WorkspaceProjectShellLayout.js 6.59 KB (entry point)
|
|
119
|
+
components/shell/WorkspaceShellRenderer.js 6.66 KB (entry point)
|
|
120
|
+
components/shell/WorkspaceHeader.js 3.16 KB (entry point)
|
|
121
|
+
components/shell/WorkspaceSidebar.js 2.1 KB (entry point)
|
|
124
122
|
components/docs/tech/contracts/tech-docs.docblocks.js 0.70 KB (entry point)
|
|
125
123
|
components/integrations/index.js 21.67 KB (entry point)
|
|
126
124
|
components/integrations/organisms/IntegrationMarketplace.js 7.76 KB (entry point)
|
|
127
125
|
components/integrations/molecules/IntegrationCard.js 3.34 KB (entry point)
|
|
128
126
|
components/integrations/organisms/IntegrationSettings.js 9.84 KB (entry point)
|
|
129
127
|
components/integrations/organisms/KnowledgeSourceList.js 3.87 KB (entry point)
|
|
128
|
+
components/legal/PrivacyTemplate.js 47.85 KB (entry point)
|
|
129
|
+
components/legal/TermsTemplate.js 44.21 KB (entry point)
|
|
130
130
|
components/docs/ops/ops.docs.js 24.1 KB (entry point)
|
|
131
|
+
components/docs/product/product.docblocks.js 3.16 KB (entry point)
|
|
131
132
|
components/docs/ops/ops-lifecycle.docblocks.js 6.22 KB (entry point)
|
|
132
133
|
components/docs/ops/ops-runbooks-a.docblocks.js 5.48 KB (entry point)
|
|
133
134
|
components/docs/ops/ops-runbooks-b.docblocks.js 5.15 KB (entry point)
|
|
134
135
|
components/docs/ops/ops-slo-tenant.docblocks.js 6.53 KB (entry point)
|
|
135
136
|
components/docs/ops/ops-top.docs.js 0.66 KB (entry point)
|
|
136
|
-
components/docs/product/product.docblocks.js 3.16 KB (entry point)
|
|
137
137
|
components/docs/index.js 1.0 MB (entry point)
|
|
138
|
+
components/docs/specs/index.js 71.59 KB (entry point)
|
|
138
139
|
components/docs/studio/index.js 10.31 KB (entry point)
|
|
140
|
+
components/docs/studio/StudioBYOKPage.js 0.78 KB (entry point)
|
|
139
141
|
components/docs/studio/StudioDeploymentsPage.js 0.79 KB (entry point)
|
|
140
142
|
components/docs/studio/StudioGettingStartedPage.js 0.81 KB (entry point)
|
|
141
143
|
components/docs/studio/StudioIntegrationsPage.js 0.79 KB (entry point)
|
|
142
144
|
components/docs/studio/StudioOverviewPage.js 6.27 KB (entry point)
|
|
143
145
|
components/docs/studio/StudioVisualBuilderPage.js 0.81 KB (entry point)
|
|
144
|
-
components/docs/
|
|
146
|
+
components/docs/safety/index.js 60.48 KB (entry point)
|
|
145
147
|
components/docs/specs/SpecsCapabilitiesPage.js 7.0 KB (entry point)
|
|
146
148
|
components/docs/specs/SpecsDataViewsPage.js 11.19 KB (entry point)
|
|
147
149
|
components/docs/specs/SpecsOverlaysPage.js 15.14 KB (entry point)
|
|
148
150
|
components/docs/specs/SpecsOverviewPage.js 7.0 KB (entry point)
|
|
149
151
|
components/docs/specs/SpecsPolicyPage.js 17.27 KB (entry point)
|
|
150
152
|
components/docs/specs/SpecsWorkflowsPage.js 13.54 KB (entry point)
|
|
151
|
-
components/docs/
|
|
152
|
-
components/docs/safety/
|
|
153
|
+
components/docs/reference/index.js 14.11 KB (entry point)
|
|
154
|
+
components/docs/safety/SafetyAuditingPage.js 14.74 KB (entry point)
|
|
153
155
|
components/docs/safety/SafetyMigrationsPage.js 14.94 KB (entry point)
|
|
154
156
|
components/docs/safety/SafetyOverviewPage.js 3.63 KB (entry point)
|
|
155
157
|
components/docs/safety/SafetyPDPPage.js 12.69 KB (entry point)
|
|
156
158
|
components/docs/safety/SafetySecurityTrustPage.js 7.78 KB (entry point)
|
|
157
159
|
components/docs/safety/SafetySigningPage.js 3.40 KB (entry point)
|
|
158
160
|
components/docs/safety/SafetyTenantIsolationPage.js 2.98 KB (entry point)
|
|
159
|
-
components/docs/reference/index.js 14.11 KB (entry point)
|
|
160
161
|
components/docs/reference/DocsReferenceIndexPage.js 6.39 KB (entry point)
|
|
161
162
|
components/docs/reference/DocsReferenceIndexClient.js 4.0 KB (entry point)
|
|
162
163
|
components/docs/reference/DocsReferencePage.js 7.67 KB (entry point)
|
|
163
164
|
components/docs/reference/DocsReferenceContent.js 7.43 KB (entry point)
|
|
164
165
|
components/docs/reference/DocsMarkdownContent.js 5.46 KB (entry point)
|
|
165
166
|
components/docs/reference/docsMarkdownParser.js 2.83 KB (entry point)
|
|
166
|
-
components/docs/safety/SafetyAuditingPage.js 14.74 KB (entry point)
|
|
167
167
|
components/docs/ops/index.js 7.67 KB (entry point)
|
|
168
|
+
components/docs/ops/AutoEvolutionOpsPage.js 5.26 KB (entry point)
|
|
169
|
+
components/docs/ops/DistributedTracingOpsPage.js 2.39 KB (entry point)
|
|
168
170
|
components/docs/libraries/index.js 162.31 KB (entry point)
|
|
171
|
+
components/docs/libraries/LibrariesSchemaPage.js 10.75 KB (entry point)
|
|
172
|
+
components/docs/libraries/LibrariesSupportBotPage.js 4.96 KB (entry point)
|
|
169
173
|
components/docs/libraries/LibrariesTestingPage.js 4.98 KB (entry point)
|
|
170
174
|
components/docs/libraries/LibrariesUIKitPage.js 8.28 KB (entry point)
|
|
171
175
|
components/docs/libraries/LibrariesWorkflowComposerPage.js 3.19 KB (entry point)
|
|
172
176
|
components/docs/libraries/LibrariesWorkflowsPage.js 6.76 KB (entry point)
|
|
173
177
|
components/docs/manifesto/ManifestoPage.js 4.0 KB (entry point)
|
|
174
|
-
components/docs/
|
|
175
|
-
components/docs/
|
|
178
|
+
components/docs/libraries/LibrariesObservabilityPage.js 4.94 KB (entry point)
|
|
179
|
+
components/docs/libraries/LibrariesOverlayEnginePage.js 4.32 KB (entry point)
|
|
176
180
|
components/docs/libraries/LibrariesOverviewPage.js 6.76 KB (entry point)
|
|
177
181
|
components/docs/libraries/LibrariesPersonalizationPage.js 4.46 KB (entry point)
|
|
178
182
|
components/docs/libraries/LibrariesProgressiveDeliveryPage.js 4.92 KB (entry point)
|
|
179
183
|
components/docs/libraries/LibrariesResiliencePage.js 4.27 KB (entry point)
|
|
180
184
|
components/docs/libraries/LibrariesRuntimePage.js 8.34 KB (entry point)
|
|
181
185
|
components/docs/libraries/LibrariesSLOPage.js 4.14 KB (entry point)
|
|
182
|
-
components/docs/libraries/
|
|
183
|
-
components/docs/libraries/
|
|
186
|
+
components/docs/libraries/LibrariesCostTrackingPage.js 3.97 KB (entry point)
|
|
187
|
+
components/docs/libraries/LibrariesDataBackendPage.js 6.88 KB (entry point)
|
|
184
188
|
components/docs/libraries/LibrariesDataViewsPage.js 6.70 KB (entry point)
|
|
185
189
|
components/docs/libraries/LibrariesDesignSystemPage.js 10.54 KB (entry point)
|
|
186
190
|
components/docs/libraries/LibrariesEvolutionPage.js 5.36 KB (entry point)
|
|
187
191
|
components/docs/libraries/LibrariesGraphQLPage.js 6.87 KB (entry point)
|
|
188
192
|
components/docs/libraries/LibrariesGrowthPage.js 3.63 KB (entry point)
|
|
189
193
|
components/docs/libraries/LibrariesMultiTenancyPage.js 3.79 KB (entry point)
|
|
190
|
-
components/docs/libraries/LibrariesObservabilityPage.js 4.94 KB (entry point)
|
|
191
|
-
components/docs/libraries/LibrariesOverlayEnginePage.js 4.32 KB (entry point)
|
|
192
194
|
components/docs/knowledge/index.js 79.35 KB (entry point)
|
|
195
|
+
components/docs/knowledge/KnowledgeSourcesPage.js 16.77 KB (entry point)
|
|
196
|
+
components/docs/knowledge/KnowledgeSpacesPage.js 13.52 KB (entry point)
|
|
193
197
|
components/docs/libraries/LibrariesAccessibilityPage.js 7.45 KB (entry point)
|
|
194
198
|
components/docs/libraries/LibrariesAiAgentPage.js 5.43 KB (entry point)
|
|
195
199
|
components/docs/libraries/LibrariesAnalyticsPage.js 3.22 KB (entry point)
|
|
196
200
|
components/docs/libraries/LibrariesContentGenPage.js 4.1 KB (entry point)
|
|
197
201
|
components/docs/libraries/LibrariesContractsPage.js 10.41 KB (entry point)
|
|
198
|
-
components/docs/libraries/LibrariesCostTrackingPage.js 3.97 KB (entry point)
|
|
199
|
-
components/docs/libraries/LibrariesDataBackendPage.js 6.88 KB (entry point)
|
|
200
202
|
components/docs/intent/index.js 53.83 KB (entry point)
|
|
203
|
+
components/docs/intent/OpenapiAlternativePage.js 8.80 KB (entry point)
|
|
204
|
+
components/docs/intent/SchemaValidationTypescriptPage.js 7.39 KB (entry point)
|
|
201
205
|
components/docs/intent/SpecDrivenDevelopmentPage.js 6.84 KB (entry point)
|
|
202
206
|
components/docs/intent/intent-pages.docblocks.js 5.95 KB (entry point)
|
|
203
207
|
components/docs/knowledge/KnowledgeCategoriesPage.js 33.73 KB (entry point)
|
|
204
208
|
components/docs/knowledge/KnowledgeExamplesPage.js 10.77 KB (entry point)
|
|
205
209
|
components/docs/knowledge/KnowledgeOverviewPage.js 4.30 KB (entry point)
|
|
206
|
-
components/docs/knowledge/KnowledgeSourcesPage.js 16.77 KB (entry point)
|
|
207
|
-
components/docs/knowledge/KnowledgeSpacesPage.js 13.52 KB (entry point)
|
|
208
210
|
components/docs/integrations/index.js 128.66 KB (entry point)
|
|
211
|
+
components/docs/integrations/IntegrationsStripePage.js 14.27 KB (entry point)
|
|
212
|
+
components/docs/integrations/IntegrationsTwilioPage.js 4.65 KB (entry point)
|
|
209
213
|
components/docs/integrations/IntegrationsWhatsappMetaPage.js 5.28 KB (entry point)
|
|
210
214
|
components/docs/integrations/IntegrationsWhatsappTwilioPage.js 5.61 KB (entry point)
|
|
211
215
|
components/docs/intent/ContractFirstApiPage.js 5.35 KB (entry point)
|
|
212
216
|
components/docs/intent/DeterministicCodegenPage.js 6.29 KB (entry point)
|
|
213
217
|
components/docs/intent/GenerateClientFromSchemaPage.js 12.82 KB (entry point)
|
|
214
|
-
components/docs/
|
|
215
|
-
components/docs/
|
|
218
|
+
components/docs/integrations/IntegrationsOverviewPage.js 6.11 KB (entry point)
|
|
219
|
+
components/docs/integrations/IntegrationsPostmarkPage.js 8.57 KB (entry point)
|
|
216
220
|
components/docs/integrations/IntegrationsPowensPage.js 12.65 KB (entry point)
|
|
217
221
|
components/docs/integrations/IntegrationsQdrantPage.js 4.94 KB (entry point)
|
|
218
222
|
components/docs/integrations/IntegrationsResendPage.js 3.69 KB (entry point)
|
|
219
223
|
components/docs/integrations/IntegrationsS3Page.js 4.84 KB (entry point)
|
|
220
224
|
components/docs/integrations/IntegrationsSlackPage.js 5.41 KB (entry point)
|
|
221
225
|
components/docs/integrations/IntegrationsSpecModelPage.js 15.68 KB (entry point)
|
|
222
|
-
components/docs/integrations/
|
|
223
|
-
components/docs/integrations/
|
|
226
|
+
components/docs/integrations/IntegrationsCircuitBreakersPage.js 1.77 KB (entry point)
|
|
227
|
+
components/docs/integrations/IntegrationsElevenLabsPage.js 3.76 KB (entry point)
|
|
224
228
|
components/docs/integrations/IntegrationsGithubPage.js 5.26 KB (entry point)
|
|
225
229
|
components/docs/integrations/IntegrationsGmailPage.js 4.12 KB (entry point)
|
|
226
230
|
components/docs/integrations/IntegrationsGoogleCalendarPage.js 2.98 KB (entry point)
|
|
227
231
|
components/docs/integrations/IntegrationsHealthRoutingPage.js 5.92 KB (entry point)
|
|
228
232
|
components/docs/integrations/IntegrationsMistralPage.js 6.0 KB (entry point)
|
|
229
233
|
components/docs/integrations/IntegrationsOpenAIPage.js 5.63 KB (entry point)
|
|
230
|
-
components/docs/integrations/IntegrationsOverviewPage.js 6.11 KB (entry point)
|
|
231
|
-
components/docs/integrations/IntegrationsPostmarkPage.js 8.57 KB (entry point)
|
|
232
234
|
components/docs/guides/index.js 107.66 KB (entry point)
|
|
235
|
+
components/docs/guides/GuideGenerateDocsClientsSchemasPage.js 7.70 KB (entry point)
|
|
236
|
+
components/docs/guides/GuideImportExistingCodebasesPage.js 32.86 KB (entry point)
|
|
233
237
|
components/docs/guides/GuideNextjsOneEndpointPage.js 11.1 KB (entry point)
|
|
234
238
|
components/docs/guides/GuideSpecValidationTypingPage.js 8.71 KB (entry point)
|
|
235
239
|
components/docs/guides/GuidesIndexPage.js 6.24 KB (entry point)
|
|
236
240
|
components/docs/guides/guides.docblocks.js 3.45 KB (entry point)
|
|
237
|
-
components/docs/integrations/IntegrationsCircuitBreakersPage.js 1.77 KB (entry point)
|
|
238
|
-
components/docs/integrations/IntegrationsElevenLabsPage.js 3.76 KB (entry point)
|
|
239
241
|
components/docs/getting-started/index.js 76.35 KB (entry point)
|
|
242
|
+
components/docs/getting-started/StartHerePage.js 4.23 KB (entry point)
|
|
243
|
+
components/docs/getting-started/TroubleshootingPage.js 5.96 KB (entry point)
|
|
240
244
|
components/docs/getting-started/VSCodeExtensionPage.js 16.89 KB (entry point)
|
|
241
245
|
components/docs/getting-started/getting-started.docblocks.js 3.16 KB (entry point)
|
|
242
246
|
components/docs/guides/GuideCIDiffGatingPage.js 7.27 KB (entry point)
|
|
243
247
|
components/docs/guides/GuideContractTypesPage.js 28.37 KB (entry point)
|
|
244
248
|
components/docs/guides/GuideDocsPipelinePage.js 7.78 KB (entry point)
|
|
245
|
-
components/docs/
|
|
246
|
-
components/docs/
|
|
249
|
+
components/docs/generated/index.js 2.19 KB (entry point)
|
|
250
|
+
components/docs/generated/loader.js 2.19 KB (entry point)
|
|
247
251
|
components/docs/getting-started/CLIPage.js 10.24 KB (entry point)
|
|
248
252
|
components/docs/getting-started/CompatibilityPage.js 5.93 KB (entry point)
|
|
249
253
|
components/docs/getting-started/DataViewTutorialPage.js 7.24 KB (entry point)
|
|
250
254
|
components/docs/getting-started/DeveloperToolsPage.js 6.91 KB (entry point)
|
|
251
255
|
components/docs/getting-started/HelloWorldPage.js 9.75 KB (entry point)
|
|
252
256
|
components/docs/getting-started/InstallationPage.js 5.42 KB (entry point)
|
|
253
|
-
components/docs/getting-started/StartHerePage.js 4.23 KB (entry point)
|
|
254
|
-
components/docs/getting-started/TroubleshootingPage.js 5.96 KB (entry point)
|
|
255
257
|
components/docs/ecosystem/index.js 21.68 KB (entry point)
|
|
256
258
|
components/docs/ecosystem/TemplatesPage.js 5.23 KB (entry point)
|
|
257
259
|
components/docs/shared/StudioPrompt.js 1.0 KB (entry point)
|
|
258
260
|
components/docs/ecosystem/ecosystem.docblocks.js 2.24 KB (entry point)
|
|
259
|
-
components/docs/examples/index.js
|
|
260
|
-
components/docs/examples/DocsExamplesPage.js
|
|
261
|
-
components/docs/
|
|
262
|
-
components/docs/
|
|
261
|
+
components/docs/examples/index.js 13.20 KB (entry point)
|
|
262
|
+
components/docs/examples/DocsExamplesPage.js 5.34 KB (entry point)
|
|
263
|
+
components/docs/examples/ExampleShowcasePage.js 10.31 KB (entry point)
|
|
264
|
+
components/docs/examples/exampleShowcaseData.js 2.56 KB (entry point)
|
|
263
265
|
components/docs/generated/docs-index.generated.js 153 bytes (entry point)
|
|
264
266
|
components/docs/comparison/index.js 68.72 KB (entry point)
|
|
265
267
|
components/docs/comparison/ComparisonOverviewPage.js 8.89 KB (entry point)
|
|
@@ -304,264 +306,266 @@ Bundled 298 modules in 140ms
|
|
|
304
306
|
application/mcp/contractsMcpTools.js 6.74 KB (entry point)
|
|
305
307
|
application/mcp/contractsMcpTypes.js 8 bytes (entry point)
|
|
306
308
|
|
|
307
|
-
[contractspec-bun-build] transpile target=node root=src entries=
|
|
308
|
-
Bundled
|
|
309
|
+
[contractspec-bun-build] transpile target=node root=src entries=300 noBundle=false
|
|
310
|
+
Bundled 300 modules in 115ms
|
|
309
311
|
|
|
310
312
|
application/context-storage/index.js 0.99 KB (entry point)
|
|
311
313
|
presentation/features/templates/types.js 0 KB (entry point)
|
|
312
314
|
presentation/features/organisms/FeatureDiscovery/types.js 0 KB (entry point)
|
|
313
315
|
presentation/features/organisms/index.js 45.1 KB (entry point)
|
|
316
|
+
presentation/features/molecules/FeatureFilters/types.js 0 KB (entry point)
|
|
314
317
|
presentation/features/molecules/index.js 16.33 KB (entry point)
|
|
315
318
|
presentation/features/organisms/FeatureDetail/types.js 0 KB (entry point)
|
|
316
|
-
presentation/features/molecules/FeatureCard/types.js 0 KB (entry point)
|
|
317
|
-
presentation/features/molecules/FeatureFilters/types.js 0 KB (entry point)
|
|
318
|
-
presentation/features/atoms/index.js 2.19 KB (entry point)
|
|
319
319
|
presentation/features/index.js 112.91 KB (entry point)
|
|
320
320
|
presentation/features/templates/FeaturePresentationsTemplate/index.js 10.69 KB (entry point)
|
|
321
|
+
presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.js 10.69 KB (entry point)
|
|
322
|
+
presentation/features/templates/FeatureOperationDetailTemplate/index.js 11.80 KB (entry point)
|
|
323
|
+
presentation/features/templates/FeatureOperationDetailTemplate/types.js 0 KB (entry point)
|
|
321
324
|
presentation/features/templates/FeatureOperationsTemplate/index.js 6.87 KB (entry point)
|
|
322
325
|
presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.js 6.87 KB (entry point)
|
|
323
326
|
presentation/features/templates/FeatureOverviewTemplate/index.js 5.93 KB (entry point)
|
|
324
327
|
presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.js 5.93 KB (entry point)
|
|
325
328
|
presentation/features/templates/FeaturePresentationDetailTemplate/index.js 11.93 KB (entry point)
|
|
326
|
-
presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.js 11.93 KB (entry point)
|
|
327
329
|
presentation/features/templates/FeaturePresentationDetailTemplate/types.js 0 KB (entry point)
|
|
328
|
-
presentation/features/templates/
|
|
330
|
+
presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.js 11.93 KB (entry point)
|
|
331
|
+
presentation/features/templates/FeatureEventsTemplate/index.js 10.57 KB (entry point)
|
|
332
|
+
presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.js 10.57 KB (entry point)
|
|
329
333
|
presentation/features/templates/FeatureFormDetailTemplate/index.js 13.1 KB (entry point)
|
|
330
334
|
presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.js 13.1 KB (entry point)
|
|
331
335
|
presentation/features/templates/FeatureFormDetailTemplate/types.js 0 KB (entry point)
|
|
332
336
|
presentation/features/templates/FeatureFormsTemplate/index.js 10.61 KB (entry point)
|
|
333
337
|
presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.js 10.61 KB (entry point)
|
|
334
|
-
presentation/features/templates/FeatureOperationDetailTemplate/index.js 11.80 KB (entry point)
|
|
335
338
|
presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.js 11.80 KB (entry point)
|
|
336
|
-
presentation/features/templates/
|
|
339
|
+
presentation/features/templates/FeatureDataViewDetailTemplate/index.js 13.16 KB (entry point)
|
|
340
|
+
presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.js 13.16 KB (entry point)
|
|
341
|
+
presentation/features/templates/FeatureDataViewDetailTemplate/types.js 0 KB (entry point)
|
|
337
342
|
presentation/features/templates/FeatureDataViewsTemplate/index.js 10.63 KB (entry point)
|
|
338
343
|
presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.js 10.63 KB (entry point)
|
|
339
344
|
presentation/features/templates/FeatureEventDetailTemplate/index.js 11.75 KB (entry point)
|
|
340
345
|
presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.js 11.75 KB (entry point)
|
|
341
346
|
presentation/features/templates/FeatureEventDetailTemplate/types.js 0 KB (entry point)
|
|
342
|
-
presentation/features/
|
|
343
|
-
presentation/features/
|
|
347
|
+
presentation/features/organisms/FeatureDiscovery/index.js 30.19 KB (entry point)
|
|
348
|
+
presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.js 30.19 KB (entry point)
|
|
344
349
|
presentation/features/organisms/FeatureEventsList.js 9.42 KB (entry point)
|
|
345
350
|
presentation/features/organisms/FeatureFormsList.js 9.47 KB (entry point)
|
|
346
351
|
presentation/features/organisms/FeatureOperationsList.js 5.70 KB (entry point)
|
|
347
352
|
presentation/features/organisms/FeaturePresentationsList.js 9.49 KB (entry point)
|
|
348
|
-
presentation/features/templates/FeatureDataViewDetailTemplate/index.js 13.16 KB (entry point)
|
|
349
|
-
presentation/features/templates/FeatureDataViewDetailTemplate/types.js 0 KB (entry point)
|
|
350
|
-
presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.js 13.16 KB (entry point)
|
|
351
353
|
presentation/features/organisms/FeatureDataViewsList.js 9.46 KB (entry point)
|
|
352
354
|
presentation/features/organisms/FeatureDetail/index.js 4.85 KB (entry point)
|
|
353
355
|
presentation/features/organisms/FeatureDetail/FeatureDetail.js 4.85 KB (entry point)
|
|
354
|
-
presentation/features/organisms/FeatureDiscovery/index.js 30.19 KB (entry point)
|
|
355
|
-
presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.js 30.19 KB (entry point)
|
|
356
356
|
presentation/features/molecules/FeatureCard/index.js 11.62 KB (entry point)
|
|
357
|
+
presentation/features/molecules/FeatureCard/FeatureCard.js 11.62 KB (entry point)
|
|
358
|
+
presentation/features/molecules/FeatureHoverPreview/index.js 6.1 KB (entry point)
|
|
359
|
+
presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.js 6.1 KB (entry point)
|
|
360
|
+
presentation/features/molecules/FeatureCard/types.js 0 KB (entry point)
|
|
357
361
|
presentation/features/molecules/FeatureCategoryHeader/index.js 1.74 KB (entry point)
|
|
358
362
|
presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.js 1.74 KB (entry point)
|
|
359
363
|
presentation/features/molecules/FeatureFilters/index.js 2.85 KB (entry point)
|
|
360
364
|
presentation/features/molecules/FeatureFilters/FeatureFilters.js 2.85 KB (entry point)
|
|
365
|
+
presentation/features/atoms/index.js 2.19 KB (entry point)
|
|
366
|
+
presentation/features/atoms/FeatureIcon/index.js 2.19 KB (entry point)
|
|
367
|
+
presentation/features/atoms/FeatureIcon/FeatureIcon.js 2.19 KB (entry point)
|
|
361
368
|
presentation/features/hooks/index.js 12.59 KB (entry point)
|
|
362
369
|
presentation/features/hooks/useContractsRegistry.js 9.0 KB (entry point)
|
|
363
370
|
presentation/features/hooks/useFeatureFilters.js 2.52 KB (entry point)
|
|
364
371
|
presentation/features/hooks/useFeatureRegistry.js 4.39 KB (entry point)
|
|
365
372
|
presentation/features/hooks/useRelatedDocs.js 0.94 KB (entry point)
|
|
366
|
-
|
|
367
|
-
presentation/features/molecules/FeatureHoverPreview/index.js 6.1 KB (entry point)
|
|
368
|
-
presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.js 6.1 KB (entry point)
|
|
373
|
+
libs/email/types.js 41 bytes (entry point)
|
|
369
374
|
libs/posthog/client.js 1.73 KB (entry point)
|
|
370
375
|
libs/posthog/native.js 0.78 KB (entry point)
|
|
371
376
|
libs/posthog/server.js 421 bytes (entry point)
|
|
372
377
|
libs/pricing-examples.js 361 bytes (entry point)
|
|
373
|
-
|
|
374
|
-
presentation/features/atoms/FeatureIcon/FeatureIcon.js 2.19 KB (entry point)
|
|
378
|
+
./index.js 1.20 MB (entry point)
|
|
375
379
|
infrastructure/index.js 0.77 KB (entry point)
|
|
380
|
+
infrastructure/elysia/index.js 0.77 KB (entry point)
|
|
376
381
|
libs/email.js 20.42 KB (entry point)
|
|
377
382
|
libs/email/waitlist-application.js 10.71 KB (entry point)
|
|
378
383
|
libs/email/waitlist.js 7.42 KB (entry point)
|
|
379
384
|
libs/email/contact.js 6.1 KB (entry point)
|
|
380
385
|
libs/email/newsletter.js 6.82 KB (entry point)
|
|
381
|
-
libs/email/client.js 3.37 KB (entry point)
|
|
382
|
-
libs/email/types.js 41 bytes (entry point)
|
|
383
386
|
libs/email/utils.js 265 bytes (entry point)
|
|
384
|
-
|
|
387
|
+
libs/email/client.js 3.37 KB (entry point)
|
|
385
388
|
features/index.js 9.79 KB (entry point)
|
|
389
|
+
features/contracts-registry.js 5.64 KB (entry point)
|
|
386
390
|
features/registry.js 3.47 KB (entry point)
|
|
391
|
+
features/docs.feature.js 0.90 KB (entry point)
|
|
387
392
|
features/mcp.feature.js 0.84 KB (entry point)
|
|
388
393
|
features/presentations.feature.js 0.98 KB (entry point)
|
|
389
|
-
infrastructure/elysia/index.js 0.77 KB (entry point)
|
|
390
394
|
components/templates/todos/types.js 0 KB (entry point)
|
|
391
395
|
config/index.js 3.36 KB (entry point)
|
|
392
396
|
config/contractspec-blueprint.js 3.27 KB (entry point)
|
|
393
397
|
config/contractspec-branding.js 0.97 KB (entry point)
|
|
394
398
|
config/contractspec-routes.js 0.85 KB (entry point)
|
|
395
|
-
features/contracts-registry.js 5.64 KB (entry point)
|
|
396
|
-
features/docs.feature.js 0.90 KB (entry point)
|
|
397
399
|
components/templates/recipes/types.js 0 KB (entry point)
|
|
398
|
-
components/templates/messaging/types.js 0 KB (entry point)
|
|
399
|
-
components/shared/index.js 1.1 KB (entry point)
|
|
400
|
-
components/shell/index.js 8.11 KB (entry point)
|
|
401
|
-
components/shell/WorkspaceProjectShellLayout.js 6.58 KB (entry point)
|
|
402
|
-
components/shell/WorkspaceShellRenderer.js 6.65 KB (entry point)
|
|
403
|
-
components/shell/WorkspaceHeader.js 3.15 KB (entry point)
|
|
404
|
-
components/shell/WorkspaceSidebar.js 2.1 KB (entry point)
|
|
405
400
|
components/templates/engine/index.js 1.18 KB (entry point)
|
|
406
401
|
components/templates/index.js 36.65 KB (entry point)
|
|
407
402
|
components/templates/todos/index.js 16.97 KB (entry point)
|
|
403
|
+
components/templates/todos/TaskList.js 16.93 KB (entry point)
|
|
404
|
+
components/templates/todos/TaskItem.js 3.30 KB (entry point)
|
|
408
405
|
components/templates/recipes/index.js 9.28 KB (entry point)
|
|
409
406
|
components/templates/recipes/RecipeList.js 9.23 KB (entry point)
|
|
407
|
+
components/templates/recipes/LanguageSwitcher.js 0.70 KB (entry point)
|
|
408
|
+
components/templates/recipes/RecipeCard.js 2.76 KB (entry point)
|
|
410
409
|
components/templates/recipes/RecipeDetail.js 2.55 KB (entry point)
|
|
411
|
-
components/templates/todos/TaskList.js 16.93 KB (entry point)
|
|
412
410
|
components/templates/todos/FilterBar.js 3.85 KB (entry point)
|
|
413
411
|
components/templates/todos/TaskForm.js 5.77 KB (entry point)
|
|
414
|
-
components/templates/todos/TaskItem.js 3.30 KB (entry point)
|
|
415
412
|
components/templates/messaging/index.js 10.1 KB (entry point)
|
|
416
413
|
components/templates/messaging/MessagingWorkspace.js 10.0 KB (entry point)
|
|
417
414
|
components/templates/messaging/ConversationList.js 3.46 KB (entry point)
|
|
418
415
|
components/templates/messaging/MessageComposer.js 5.47 KB (entry point)
|
|
419
416
|
components/templates/messaging/MessageThread.js 3.25 KB (entry point)
|
|
420
|
-
components/templates/
|
|
421
|
-
components/templates/recipes/RecipeCard.js 2.76 KB (entry point)
|
|
417
|
+
components/templates/messaging/types.js 0 KB (entry point)
|
|
422
418
|
components/legal/index.js 92.18 KB (entry point)
|
|
423
|
-
components/
|
|
424
|
-
components/legal/TermsTemplate.js 44.19 KB (entry point)
|
|
419
|
+
components/shared/index.js 1.1 KB (entry point)
|
|
425
420
|
components/shared/FeatureGateNotice.js 1.1 KB (entry point)
|
|
421
|
+
components/shell/index.js 8.11 KB (entry point)
|
|
422
|
+
components/shell/WorkspaceProjectShellLayout.js 6.58 KB (entry point)
|
|
423
|
+
components/shell/WorkspaceShellRenderer.js 6.65 KB (entry point)
|
|
424
|
+
components/shell/WorkspaceHeader.js 3.15 KB (entry point)
|
|
425
|
+
components/shell/WorkspaceSidebar.js 2.1 KB (entry point)
|
|
426
426
|
components/docs/tech/contracts/tech-docs.docblocks.js 0.69 KB (entry point)
|
|
427
427
|
components/integrations/index.js 21.66 KB (entry point)
|
|
428
428
|
components/integrations/organisms/IntegrationMarketplace.js 7.75 KB (entry point)
|
|
429
429
|
components/integrations/molecules/IntegrationCard.js 3.33 KB (entry point)
|
|
430
430
|
components/integrations/organisms/IntegrationSettings.js 9.83 KB (entry point)
|
|
431
431
|
components/integrations/organisms/KnowledgeSourceList.js 3.87 KB (entry point)
|
|
432
|
+
components/legal/PrivacyTemplate.js 47.80 KB (entry point)
|
|
433
|
+
components/legal/TermsTemplate.js 44.19 KB (entry point)
|
|
432
434
|
components/docs/ops/ops.docs.js 24.0 KB (entry point)
|
|
435
|
+
components/docs/product/product.docblocks.js 3.15 KB (entry point)
|
|
433
436
|
components/docs/ops/ops-lifecycle.docblocks.js 6.21 KB (entry point)
|
|
434
437
|
components/docs/ops/ops-runbooks-a.docblocks.js 5.47 KB (entry point)
|
|
435
438
|
components/docs/ops/ops-runbooks-b.docblocks.js 5.13 KB (entry point)
|
|
436
439
|
components/docs/ops/ops-slo-tenant.docblocks.js 6.52 KB (entry point)
|
|
437
440
|
components/docs/ops/ops-top.docs.js 0.65 KB (entry point)
|
|
438
|
-
components/docs/product/product.docblocks.js 3.15 KB (entry point)
|
|
439
441
|
components/docs/index.js 1.0 MB (entry point)
|
|
442
|
+
components/docs/specs/index.js 71.42 KB (entry point)
|
|
440
443
|
components/docs/studio/index.js 10.30 KB (entry point)
|
|
444
|
+
components/docs/studio/StudioBYOKPage.js 0.77 KB (entry point)
|
|
441
445
|
components/docs/studio/StudioDeploymentsPage.js 0.78 KB (entry point)
|
|
442
446
|
components/docs/studio/StudioGettingStartedPage.js 0.81 KB (entry point)
|
|
443
447
|
components/docs/studio/StudioIntegrationsPage.js 0.79 KB (entry point)
|
|
444
448
|
components/docs/studio/StudioOverviewPage.js 6.26 KB (entry point)
|
|
445
449
|
components/docs/studio/StudioVisualBuilderPage.js 0.80 KB (entry point)
|
|
446
|
-
components/docs/
|
|
450
|
+
components/docs/safety/index.js 60.34 KB (entry point)
|
|
447
451
|
components/docs/specs/SpecsCapabilitiesPage.js 6.98 KB (entry point)
|
|
448
452
|
components/docs/specs/SpecsDataViewsPage.js 11.16 KB (entry point)
|
|
449
453
|
components/docs/specs/SpecsOverlaysPage.js 15.1 KB (entry point)
|
|
450
454
|
components/docs/specs/SpecsOverviewPage.js 6.99 KB (entry point)
|
|
451
455
|
components/docs/specs/SpecsPolicyPage.js 17.22 KB (entry point)
|
|
452
456
|
components/docs/specs/SpecsWorkflowsPage.js 13.52 KB (entry point)
|
|
453
|
-
components/docs/
|
|
454
|
-
components/docs/safety/
|
|
457
|
+
components/docs/reference/index.js 14.12 KB (entry point)
|
|
458
|
+
components/docs/safety/SafetyAuditingPage.js 14.69 KB (entry point)
|
|
455
459
|
components/docs/safety/SafetyMigrationsPage.js 14.88 KB (entry point)
|
|
456
460
|
components/docs/safety/SafetyOverviewPage.js 3.62 KB (entry point)
|
|
457
461
|
components/docs/safety/SafetyPDPPage.js 12.64 KB (entry point)
|
|
458
462
|
components/docs/safety/SafetySecurityTrustPage.js 7.78 KB (entry point)
|
|
459
463
|
components/docs/safety/SafetySigningPage.js 3.39 KB (entry point)
|
|
460
464
|
components/docs/safety/SafetyTenantIsolationPage.js 2.97 KB (entry point)
|
|
461
|
-
components/docs/reference/index.js 14.12 KB (entry point)
|
|
462
465
|
components/docs/reference/DocsReferenceIndexPage.js 6.40 KB (entry point)
|
|
463
466
|
components/docs/reference/DocsReferenceIndexClient.js 4.0 KB (entry point)
|
|
464
467
|
components/docs/reference/DocsReferencePage.js 7.66 KB (entry point)
|
|
465
468
|
components/docs/reference/DocsReferenceContent.js 7.42 KB (entry point)
|
|
466
469
|
components/docs/reference/DocsMarkdownContent.js 5.45 KB (entry point)
|
|
467
470
|
components/docs/reference/docsMarkdownParser.js 2.82 KB (entry point)
|
|
468
|
-
components/docs/safety/SafetyAuditingPage.js 14.69 KB (entry point)
|
|
469
471
|
components/docs/ops/index.js 7.65 KB (entry point)
|
|
472
|
+
components/docs/ops/AutoEvolutionOpsPage.js 5.25 KB (entry point)
|
|
473
|
+
components/docs/ops/DistributedTracingOpsPage.js 2.38 KB (entry point)
|
|
470
474
|
components/docs/libraries/index.js 162.29 KB (entry point)
|
|
475
|
+
components/docs/libraries/LibrariesSchemaPage.js 10.75 KB (entry point)
|
|
476
|
+
components/docs/libraries/LibrariesSupportBotPage.js 4.95 KB (entry point)
|
|
471
477
|
components/docs/libraries/LibrariesTestingPage.js 4.97 KB (entry point)
|
|
472
478
|
components/docs/libraries/LibrariesUIKitPage.js 8.27 KB (entry point)
|
|
473
479
|
components/docs/libraries/LibrariesWorkflowComposerPage.js 3.18 KB (entry point)
|
|
474
480
|
components/docs/libraries/LibrariesWorkflowsPage.js 6.76 KB (entry point)
|
|
475
481
|
components/docs/manifesto/ManifestoPage.js 4.0 KB (entry point)
|
|
476
|
-
components/docs/
|
|
477
|
-
components/docs/
|
|
482
|
+
components/docs/libraries/LibrariesObservabilityPage.js 4.94 KB (entry point)
|
|
483
|
+
components/docs/libraries/LibrariesOverlayEnginePage.js 4.31 KB (entry point)
|
|
478
484
|
components/docs/libraries/LibrariesOverviewPage.js 6.75 KB (entry point)
|
|
479
485
|
components/docs/libraries/LibrariesPersonalizationPage.js 4.45 KB (entry point)
|
|
480
486
|
components/docs/libraries/LibrariesProgressiveDeliveryPage.js 4.91 KB (entry point)
|
|
481
487
|
components/docs/libraries/LibrariesResiliencePage.js 4.26 KB (entry point)
|
|
482
488
|
components/docs/libraries/LibrariesRuntimePage.js 8.33 KB (entry point)
|
|
483
489
|
components/docs/libraries/LibrariesSLOPage.js 4.13 KB (entry point)
|
|
484
|
-
components/docs/libraries/
|
|
485
|
-
components/docs/libraries/
|
|
490
|
+
components/docs/libraries/LibrariesCostTrackingPage.js 3.97 KB (entry point)
|
|
491
|
+
components/docs/libraries/LibrariesDataBackendPage.js 6.87 KB (entry point)
|
|
486
492
|
components/docs/libraries/LibrariesDataViewsPage.js 6.69 KB (entry point)
|
|
487
493
|
components/docs/libraries/LibrariesDesignSystemPage.js 10.53 KB (entry point)
|
|
488
494
|
components/docs/libraries/LibrariesEvolutionPage.js 5.36 KB (entry point)
|
|
489
495
|
components/docs/libraries/LibrariesGraphQLPage.js 6.86 KB (entry point)
|
|
490
496
|
components/docs/libraries/LibrariesGrowthPage.js 3.62 KB (entry point)
|
|
491
497
|
components/docs/libraries/LibrariesMultiTenancyPage.js 3.78 KB (entry point)
|
|
492
|
-
components/docs/libraries/LibrariesObservabilityPage.js 4.94 KB (entry point)
|
|
493
|
-
components/docs/libraries/LibrariesOverlayEnginePage.js 4.31 KB (entry point)
|
|
494
498
|
components/docs/knowledge/index.js 79.31 KB (entry point)
|
|
499
|
+
components/docs/knowledge/KnowledgeSourcesPage.js 16.76 KB (entry point)
|
|
500
|
+
components/docs/knowledge/KnowledgeSpacesPage.js 13.51 KB (entry point)
|
|
495
501
|
components/docs/libraries/LibrariesAccessibilityPage.js 7.44 KB (entry point)
|
|
496
502
|
components/docs/libraries/LibrariesAiAgentPage.js 5.42 KB (entry point)
|
|
497
503
|
components/docs/libraries/LibrariesAnalyticsPage.js 3.21 KB (entry point)
|
|
498
504
|
components/docs/libraries/LibrariesContentGenPage.js 4.1 KB (entry point)
|
|
499
505
|
components/docs/libraries/LibrariesContractsPage.js 10.40 KB (entry point)
|
|
500
|
-
components/docs/libraries/LibrariesCostTrackingPage.js 3.97 KB (entry point)
|
|
501
|
-
components/docs/libraries/LibrariesDataBackendPage.js 6.87 KB (entry point)
|
|
502
506
|
components/docs/intent/index.js 53.80 KB (entry point)
|
|
507
|
+
components/docs/intent/OpenapiAlternativePage.js 8.76 KB (entry point)
|
|
508
|
+
components/docs/intent/SchemaValidationTypescriptPage.js 7.38 KB (entry point)
|
|
503
509
|
components/docs/intent/SpecDrivenDevelopmentPage.js 6.83 KB (entry point)
|
|
504
510
|
components/docs/intent/intent-pages.docblocks.js 5.94 KB (entry point)
|
|
505
511
|
components/docs/knowledge/KnowledgeCategoriesPage.js 33.69 KB (entry point)
|
|
506
512
|
components/docs/knowledge/KnowledgeExamplesPage.js 10.76 KB (entry point)
|
|
507
513
|
components/docs/knowledge/KnowledgeOverviewPage.js 4.29 KB (entry point)
|
|
508
|
-
components/docs/knowledge/KnowledgeSourcesPage.js 16.76 KB (entry point)
|
|
509
|
-
components/docs/knowledge/KnowledgeSpacesPage.js 13.51 KB (entry point)
|
|
510
514
|
components/docs/integrations/index.js 128.63 KB (entry point)
|
|
515
|
+
components/docs/integrations/IntegrationsStripePage.js 14.27 KB (entry point)
|
|
516
|
+
components/docs/integrations/IntegrationsTwilioPage.js 4.64 KB (entry point)
|
|
511
517
|
components/docs/integrations/IntegrationsWhatsappMetaPage.js 5.28 KB (entry point)
|
|
512
518
|
components/docs/integrations/IntegrationsWhatsappTwilioPage.js 5.60 KB (entry point)
|
|
513
519
|
components/docs/intent/ContractFirstApiPage.js 5.34 KB (entry point)
|
|
514
520
|
components/docs/intent/DeterministicCodegenPage.js 6.28 KB (entry point)
|
|
515
521
|
components/docs/intent/GenerateClientFromSchemaPage.js 12.81 KB (entry point)
|
|
516
|
-
components/docs/
|
|
517
|
-
components/docs/
|
|
522
|
+
components/docs/integrations/IntegrationsOverviewPage.js 6.1 KB (entry point)
|
|
523
|
+
components/docs/integrations/IntegrationsPostmarkPage.js 8.55 KB (entry point)
|
|
518
524
|
components/docs/integrations/IntegrationsPowensPage.js 12.64 KB (entry point)
|
|
519
525
|
components/docs/integrations/IntegrationsQdrantPage.js 4.93 KB (entry point)
|
|
520
526
|
components/docs/integrations/IntegrationsResendPage.js 3.68 KB (entry point)
|
|
521
527
|
components/docs/integrations/IntegrationsS3Page.js 4.83 KB (entry point)
|
|
522
528
|
components/docs/integrations/IntegrationsSlackPage.js 5.40 KB (entry point)
|
|
523
529
|
components/docs/integrations/IntegrationsSpecModelPage.js 15.67 KB (entry point)
|
|
524
|
-
components/docs/integrations/
|
|
525
|
-
components/docs/integrations/
|
|
530
|
+
components/docs/integrations/IntegrationsCircuitBreakersPage.js 1.77 KB (entry point)
|
|
531
|
+
components/docs/integrations/IntegrationsElevenLabsPage.js 3.75 KB (entry point)
|
|
526
532
|
components/docs/integrations/IntegrationsGithubPage.js 5.26 KB (entry point)
|
|
527
533
|
components/docs/integrations/IntegrationsGmailPage.js 4.11 KB (entry point)
|
|
528
534
|
components/docs/integrations/IntegrationsGoogleCalendarPage.js 2.97 KB (entry point)
|
|
529
535
|
components/docs/integrations/IntegrationsHealthRoutingPage.js 5.91 KB (entry point)
|
|
530
536
|
components/docs/integrations/IntegrationsMistralPage.js 6.0 KB (entry point)
|
|
531
537
|
components/docs/integrations/IntegrationsOpenAIPage.js 5.62 KB (entry point)
|
|
532
|
-
components/docs/integrations/IntegrationsOverviewPage.js 6.1 KB (entry point)
|
|
533
|
-
components/docs/integrations/IntegrationsPostmarkPage.js 8.55 KB (entry point)
|
|
534
538
|
components/docs/guides/index.js 107.64 KB (entry point)
|
|
539
|
+
components/docs/guides/GuideGenerateDocsClientsSchemasPage.js 7.69 KB (entry point)
|
|
540
|
+
components/docs/guides/GuideImportExistingCodebasesPage.js 32.84 KB (entry point)
|
|
535
541
|
components/docs/guides/GuideNextjsOneEndpointPage.js 11.0 KB (entry point)
|
|
536
542
|
components/docs/guides/GuideSpecValidationTypingPage.js 8.71 KB (entry point)
|
|
537
543
|
components/docs/guides/GuidesIndexPage.js 6.23 KB (entry point)
|
|
538
544
|
components/docs/guides/guides.docblocks.js 3.44 KB (entry point)
|
|
539
|
-
components/docs/integrations/IntegrationsCircuitBreakersPage.js 1.77 KB (entry point)
|
|
540
|
-
components/docs/integrations/IntegrationsElevenLabsPage.js 3.75 KB (entry point)
|
|
541
545
|
components/docs/getting-started/index.js 76.33 KB (entry point)
|
|
546
|
+
components/docs/getting-started/StartHerePage.js 4.23 KB (entry point)
|
|
547
|
+
components/docs/getting-started/TroubleshootingPage.js 5.95 KB (entry point)
|
|
542
548
|
components/docs/getting-started/VSCodeExtensionPage.js 16.88 KB (entry point)
|
|
543
549
|
components/docs/getting-started/getting-started.docblocks.js 3.15 KB (entry point)
|
|
544
550
|
components/docs/guides/GuideCIDiffGatingPage.js 7.26 KB (entry point)
|
|
545
551
|
components/docs/guides/GuideContractTypesPage.js 28.36 KB (entry point)
|
|
546
552
|
components/docs/guides/GuideDocsPipelinePage.js 7.77 KB (entry point)
|
|
547
|
-
components/docs/
|
|
548
|
-
components/docs/
|
|
553
|
+
components/docs/generated/index.js 2.20 KB (entry point)
|
|
554
|
+
components/docs/generated/loader.js 2.20 KB (entry point)
|
|
549
555
|
components/docs/getting-started/CLIPage.js 10.23 KB (entry point)
|
|
550
556
|
components/docs/getting-started/CompatibilityPage.js 5.92 KB (entry point)
|
|
551
557
|
components/docs/getting-started/DataViewTutorialPage.js 7.23 KB (entry point)
|
|
552
558
|
components/docs/getting-started/DeveloperToolsPage.js 6.91 KB (entry point)
|
|
553
559
|
components/docs/getting-started/HelloWorldPage.js 9.74 KB (entry point)
|
|
554
560
|
components/docs/getting-started/InstallationPage.js 5.41 KB (entry point)
|
|
555
|
-
components/docs/getting-started/StartHerePage.js 4.23 KB (entry point)
|
|
556
|
-
components/docs/getting-started/TroubleshootingPage.js 5.95 KB (entry point)
|
|
557
561
|
components/docs/ecosystem/index.js 21.67 KB (entry point)
|
|
558
562
|
components/docs/ecosystem/TemplatesPage.js 5.23 KB (entry point)
|
|
559
563
|
components/docs/shared/StudioPrompt.js 1.0 KB (entry point)
|
|
560
564
|
components/docs/ecosystem/ecosystem.docblocks.js 2.24 KB (entry point)
|
|
561
|
-
components/docs/examples/index.js
|
|
562
|
-
components/docs/examples/DocsExamplesPage.js
|
|
563
|
-
components/docs/
|
|
564
|
-
components/docs/
|
|
565
|
+
components/docs/examples/index.js 13.19 KB (entry point)
|
|
566
|
+
components/docs/examples/DocsExamplesPage.js 5.33 KB (entry point)
|
|
567
|
+
components/docs/examples/ExampleShowcasePage.js 10.30 KB (entry point)
|
|
568
|
+
components/docs/examples/exampleShowcaseData.js 2.55 KB (entry point)
|
|
565
569
|
components/docs/generated/docs-index.generated.js 145 bytes (entry point)
|
|
566
570
|
components/docs/comparison/index.js 68.66 KB (entry point)
|
|
567
571
|
components/docs/comparison/ComparisonOverviewPage.js 8.88 KB (entry point)
|