@contractspec/bundle.library 3.9.7 → 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 +144 -140
- package/CHANGELOG.md +44 -0
- package/dist/components/docs/DocsIndexPage.js +1 -1
- 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/index.js +493 -268
- 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 +503 -278
- package/dist/node/components/docs/DocsIndexPage.js +1 -1
- 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/index.js +493 -268
- 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 +503 -278
- package/package.json +47 -23
- package/src/components/docs/docsManifest.ts +10 -0
- package/src/components/docs/getting-started/DataViewTutorialPage.tsx +40 -1
- 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/.turbo/turbo-build.log
CHANGED
|
@@ -1,209 +1,211 @@
|
|
|
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)
|
|
10
11
|
presentation/features/molecules/index.js 8.41 KB (entry point)
|
|
11
12
|
presentation/features/organisms/FeatureDetail/types.js 8 bytes (entry point)
|
|
12
|
-
presentation/features/organisms/FeatureDiscovery/types.js 8 bytes (entry point)
|
|
13
13
|
presentation/features/molecules/FeatureCard/types.js 8 bytes (entry point)
|
|
14
14
|
presentation/features/molecules/FeatureFilters/types.js 8 bytes (entry point)
|
|
15
|
+
presentation/features/atoms/index.js 1.46 KB (entry point)
|
|
15
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)
|
|
16
19
|
presentation/features/templates/FeatureOperationsTemplate/index.js 3.41 KB (entry point)
|
|
20
|
+
presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.js 3.41 KB (entry point)
|
|
17
21
|
presentation/features/templates/FeatureOverviewTemplate/index.js 3.1 KB (entry point)
|
|
18
22
|
presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.js 3.1 KB (entry point)
|
|
19
23
|
presentation/features/templates/FeaturePresentationDetailTemplate/index.js 5.15 KB (entry point)
|
|
20
24
|
presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.js 5.15 KB (entry point)
|
|
21
25
|
presentation/features/templates/FeaturePresentationDetailTemplate/types.js 8 bytes (entry point)
|
|
22
|
-
presentation/features/templates/
|
|
23
|
-
presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.js 6.0 KB (entry point)
|
|
26
|
+
presentation/features/templates/FeatureEventsTemplate/index.js 5.96 KB (entry point)
|
|
24
27
|
presentation/features/templates/FeatureFormDetailTemplate/index.js 5.45 KB (entry point)
|
|
28
|
+
presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.js 5.45 KB (entry point)
|
|
25
29
|
presentation/features/templates/FeatureFormDetailTemplate/types.js 8 bytes (entry point)
|
|
26
30
|
presentation/features/templates/FeatureFormsTemplate/index.js 5.97 KB (entry point)
|
|
27
31
|
presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.js 5.97 KB (entry point)
|
|
28
32
|
presentation/features/templates/FeatureOperationDetailTemplate/index.js 4.92 KB (entry point)
|
|
29
|
-
presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.js 4.92 KB (entry point)
|
|
30
33
|
presentation/features/templates/FeatureOperationDetailTemplate/types.js 8 bytes (entry point)
|
|
31
|
-
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)
|
|
32
37
|
presentation/features/templates/FeatureDataViewsTemplate/index.js 5.98 KB (entry point)
|
|
33
38
|
presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.js 5.98 KB (entry point)
|
|
34
39
|
presentation/features/templates/FeatureEventDetailTemplate/index.js 5.1 KB (entry point)
|
|
35
40
|
presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.js 5.1 KB (entry point)
|
|
36
41
|
presentation/features/templates/FeatureEventDetailTemplate/types.js 8 bytes (entry point)
|
|
37
|
-
presentation/features/templates/FeatureEventsTemplate/index.js 5.96 KB (entry point)
|
|
38
42
|
presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.js 5.96 KB (entry point)
|
|
39
|
-
presentation/features/
|
|
43
|
+
presentation/features/organisms/FeatureDiscovery/index.js 15.59 KB (entry point)
|
|
40
44
|
presentation/features/organisms/FeatureEventsList.js 5.33 KB (entry point)
|
|
41
45
|
presentation/features/organisms/FeatureFormsList.js 5.34 KB (entry point)
|
|
42
46
|
presentation/features/organisms/FeatureOperationsList.js 2.77 KB (entry point)
|
|
43
47
|
presentation/features/organisms/FeaturePresentationsList.js 5.35 KB (entry point)
|
|
44
|
-
presentation/features/templates/FeatureDataViewDetailTemplate/index.js 5.51 KB (entry point)
|
|
45
48
|
presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.js 5.51 KB (entry point)
|
|
46
|
-
presentation/features/templates/FeatureDataViewDetailTemplate/types.js 8 bytes (entry point)
|
|
47
49
|
presentation/features/organisms/FeatureDataViewsList.js 5.34 KB (entry point)
|
|
48
50
|
presentation/features/organisms/FeatureDetail/index.js 2.49 KB (entry point)
|
|
49
51
|
presentation/features/organisms/FeatureDetail/FeatureDetail.js 2.49 KB (entry point)
|
|
50
|
-
presentation/features/organisms/FeatureDiscovery/index.js 15.59 KB (entry point)
|
|
51
52
|
presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.js 15.59 KB (entry point)
|
|
53
|
+
presentation/features/molecules/FeatureCard/index.js 5.88 KB (entry point)
|
|
54
|
+
presentation/features/molecules/FeatureCard/FeatureCard.js 5.88 KB (entry point)
|
|
55
|
+
presentation/features/molecules/FeatureHoverPreview/index.js 3.1 KB (entry point)
|
|
56
|
+
presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.js 3.1 KB (entry point)
|
|
52
57
|
presentation/features/molecules/FeatureCategoryHeader/index.js 1.30 KB (entry point)
|
|
53
58
|
presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.js 1.30 KB (entry point)
|
|
54
59
|
presentation/features/molecules/FeatureFilters/index.js 1.64 KB (entry point)
|
|
55
60
|
presentation/features/molecules/FeatureFilters/FeatureFilters.js 1.64 KB (entry point)
|
|
61
|
+
presentation/features/atoms/FeatureIcon/index.js 1.46 KB (entry point)
|
|
56
62
|
presentation/features/hooks/index.js 6.78 KB (entry point)
|
|
57
63
|
presentation/features/hooks/useContractsRegistry.js 5.0 KB (entry point)
|
|
58
64
|
presentation/features/hooks/useFeatureFilters.js 1.47 KB (entry point)
|
|
59
65
|
presentation/features/hooks/useFeatureRegistry.js 3.0 KB (entry point)
|
|
60
66
|
presentation/features/hooks/useRelatedDocs.js 0.77 KB (entry point)
|
|
61
|
-
presentation/features/molecules/FeatureCard/index.js 5.88 KB (entry point)
|
|
62
|
-
presentation/features/molecules/FeatureCard/FeatureCard.js 5.88 KB (entry point)
|
|
63
|
-
presentation/features/molecules/FeatureHoverPreview/index.js 3.1 KB (entry point)
|
|
64
|
-
presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.js 3.1 KB (entry point)
|
|
65
67
|
libs/posthog/client.js 1.29 KB (entry point)
|
|
66
68
|
libs/posthog/native.js 0.77 KB (entry point)
|
|
67
69
|
libs/posthog/server.js 455 bytes (entry point)
|
|
68
70
|
libs/pricing-examples.js 473 bytes (entry point)
|
|
69
|
-
presentation/features/atoms/index.js 1.46 KB (entry point)
|
|
70
|
-
presentation/features/atoms/FeatureIcon/index.js 1.46 KB (entry point)
|
|
71
71
|
presentation/features/atoms/FeatureIcon/FeatureIcon.js 1.46 KB (entry point)
|
|
72
72
|
infrastructure/index.js 0.75 KB (entry point)
|
|
73
|
+
infrastructure/elysia/index.js 0.75 KB (entry point)
|
|
73
74
|
libs/email.js 15.32 KB (entry point)
|
|
75
|
+
libs/email/waitlist-application.js 7.92 KB (entry point)
|
|
74
76
|
libs/email/waitlist.js 5.35 KB (entry point)
|
|
75
77
|
libs/email/contact.js 4.0 KB (entry point)
|
|
76
78
|
libs/email/newsletter.js 4.73 KB (entry point)
|
|
77
|
-
libs/email/types.js 8 bytes (entry point)
|
|
78
|
-
libs/email/waitlist-application.js 7.92 KB (entry point)
|
|
79
|
-
libs/email/client.js 2.16 KB (entry point)
|
|
80
79
|
libs/email/utils.js 387 bytes (entry point)
|
|
81
|
-
|
|
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)
|
|
82
83
|
features/index.js 6.0 KB (entry point)
|
|
83
84
|
features/docs/index.js 0.54 KB (entry point)
|
|
85
|
+
features/docs/docs.contracts.js 0.54 KB (entry point)
|
|
84
86
|
features/registry.js 2.63 KB (entry point)
|
|
87
|
+
features/docs.feature.js 0.90 KB (entry point)
|
|
85
88
|
features/mcp.feature.js 0.86 KB (entry point)
|
|
86
89
|
features/presentations.feature.js 0.96 KB (entry point)
|
|
87
|
-
infrastructure/elysia/index.js 0.75 KB (entry point)
|
|
88
90
|
components/templates/todos/types.js 8 bytes (entry point)
|
|
89
91
|
config/index.js 2.58 KB (entry point)
|
|
90
92
|
config/contractspec-blueprint.js 2.49 KB (entry point)
|
|
91
93
|
config/contractspec-branding.js 0.86 KB (entry point)
|
|
92
94
|
config/contractspec-routes.js 0.88 KB (entry point)
|
|
93
|
-
features/docs.feature.js 0.90 KB (entry point)
|
|
94
|
-
features/docs/docs.contracts.js 0.54 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/shell/index.js 4.23 KB (entry point)
|
|
98
|
-
components/shell/WorkspaceProjectShellLayout.js 3.31 KB (entry point)
|
|
99
|
-
components/shell/WorkspaceShellRenderer.js 3.40 KB (entry point)
|
|
100
|
-
components/shell/WorkspaceHeader.js 1.72 KB (entry point)
|
|
101
|
-
components/shell/WorkspaceSidebar.js 1.1 KB (entry point)
|
|
102
|
-
components/templates/engine/index.js 0.86 KB (entry point)
|
|
103
96
|
components/templates/index.js 20.23 KB (entry point)
|
|
104
|
-
components/templates/recipes/index.js 5.35 KB (entry point)
|
|
105
|
-
components/templates/recipes/RecipeList.js 5.30 KB (entry point)
|
|
106
97
|
components/templates/todos/index.js 9.31 KB (entry point)
|
|
107
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)
|
|
108
103
|
components/templates/todos/FilterBar.js 2.17 KB (entry point)
|
|
109
104
|
components/templates/todos/TaskForm.js 3.1 KB (entry point)
|
|
110
105
|
components/templates/todos/TaskItem.js 2.18 KB (entry point)
|
|
111
106
|
components/templates/messaging/index.js 5.91 KB (entry point)
|
|
112
107
|
components/templates/messaging/MessagingWorkspace.js 5.82 KB (entry point)
|
|
108
|
+
components/templates/messaging/ConversationList.js 2.15 KB (entry point)
|
|
113
109
|
components/templates/messaging/MessageComposer.js 3.48 KB (entry point)
|
|
114
110
|
components/templates/messaging/MessageThread.js 2.24 KB (entry point)
|
|
111
|
+
components/templates/messaging/types.js 8 bytes (entry point)
|
|
115
112
|
components/templates/recipes/LanguageSwitcher.js 0.68 KB (entry point)
|
|
116
|
-
components/templates/recipes/RecipeCard.js 1.60 KB (entry point)
|
|
117
|
-
components/templates/recipes/RecipeDetail.js 1.55 KB (entry point)
|
|
118
|
-
components/templates/messaging/ConversationList.js 2.15 KB (entry point)
|
|
119
|
-
components/legal/index.js 42.84 KB (entry point)
|
|
120
|
-
components/legal/PrivacyTemplate.js 20.32 KB (entry point)
|
|
121
|
-
components/legal/TermsTemplate.js 22.77 KB (entry point)
|
|
122
113
|
components/shared/index.js 0.86 KB (entry point)
|
|
123
114
|
components/shared/FeatureGateNotice.js 0.86 KB (entry point)
|
|
124
|
-
components/
|
|
115
|
+
components/shell/index.js 4.23 KB (entry point)
|
|
116
|
+
components/shell/WorkspaceProjectShellLayout.js 3.31 KB (entry point)
|
|
117
|
+
components/shell/WorkspaceShellRenderer.js 3.40 KB (entry point)
|
|
118
|
+
components/shell/WorkspaceHeader.js 1.72 KB (entry point)
|
|
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
122
|
components/integrations/organisms/IntegrationMarketplace.js 4.1 KB (entry point)
|
|
123
|
+
components/integrations/molecules/IntegrationCard.js 1.91 KB (entry point)
|
|
127
124
|
components/integrations/organisms/IntegrationSettings.js 4.52 KB (entry point)
|
|
128
125
|
components/integrations/organisms/KnowledgeSourceList.js 2.11 KB (entry point)
|
|
129
|
-
components/
|
|
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/ops/ops-runbooks-a.docblocks.js 5.28 KB (entry point)
|
|
132
|
+
components/docs/ops/ops-runbooks-b.docblocks.js 4.96 KB (entry point)
|
|
131
133
|
components/docs/ops/ops-slo-tenant.docblocks.js 6.33 KB (entry point)
|
|
132
134
|
components/docs/ops/ops-top.docs.js 0.75 KB (entry point)
|
|
133
135
|
components/docs/product/product.docblocks.js 2.95 KB (entry point)
|
|
134
136
|
components/docs/ops/ops-lifecycle.docblocks.js 6.19 KB (entry point)
|
|
135
|
-
components/docs/
|
|
136
|
-
components/docs/ops/ops-runbooks-b.docblocks.js 4.96 KB (entry point)
|
|
137
|
-
components/docs/index.js 0.66 MB (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/StudioBYOKPage.js 0.70 KB (entry point)
|
|
140
|
+
components/docs/studio/StudioDeploymentsPage.js 0.70 KB (entry point)
|
|
139
141
|
components/docs/studio/StudioGettingStartedPage.js 0.72 KB (entry point)
|
|
140
142
|
components/docs/studio/StudioIntegrationsPage.js 0.70 KB (entry point)
|
|
141
143
|
components/docs/studio/StudioOverviewPage.js 4.21 KB (entry point)
|
|
142
144
|
components/docs/studio/StudioVisualBuilderPage.js 0.72 KB (entry point)
|
|
143
|
-
components/docs/specs/index.js
|
|
145
|
+
components/docs/specs/index.js 66.19 KB (entry point)
|
|
146
|
+
components/docs/specs/SpecsConnectPage.js 7.85 KB (entry point)
|
|
147
|
+
components/docs/specs/SpecsDataViewsPage.js 8.33 KB (entry point)
|
|
144
148
|
components/docs/specs/SpecsModuleBundlesPage.js 7.87 KB (entry point)
|
|
145
149
|
components/docs/specs/SpecsOverlaysPage.js 8.94 KB (entry point)
|
|
146
150
|
components/docs/specs/SpecsOverviewPage.js 5.42 KB (entry point)
|
|
147
151
|
components/docs/specs/SpecsPolicyPage.js 9.0 KB (entry point)
|
|
148
152
|
components/docs/specs/SpecsWorkflowsPage.js 7.79 KB (entry point)
|
|
149
|
-
components/docs/studio/StudioBYOKPage.js 0.70 KB (entry point)
|
|
150
|
-
components/docs/studio/StudioDeploymentsPage.js 0.70 KB (entry point)
|
|
151
153
|
components/docs/safety/index.js 32.59 KB (entry point)
|
|
154
|
+
components/docs/safety/SafetyPDPPage.js 6.63 KB (entry point)
|
|
155
|
+
components/docs/safety/SafetySecurityTrustPage.js 4.0 KB (entry point)
|
|
152
156
|
components/docs/safety/SafetySigningPage.js 2.1 KB (entry point)
|
|
153
157
|
components/docs/safety/SafetyTenantIsolationPage.js 1.99 KB (entry point)
|
|
154
158
|
components/docs/specs/SpecsBuilderControlPlanePage.js 8.83 KB (entry point)
|
|
155
159
|
components/docs/specs/SpecsCapabilitiesPage.js 3.95 KB (entry point)
|
|
156
|
-
components/docs/specs/SpecsConnectPage.js 7.85 KB (entry point)
|
|
157
|
-
components/docs/specs/SpecsDataViewsPage.js 7.33 KB (entry point)
|
|
158
160
|
components/docs/reference/index.js 7.76 KB (entry point)
|
|
161
|
+
components/docs/reference/DocsReferenceIndexPage.js 3.91 KB (entry point)
|
|
162
|
+
components/docs/reference/DocsReferenceIndexClient.js 2.29 KB (entry point)
|
|
159
163
|
components/docs/reference/DocsReferencePage.js 4.0 KB (entry point)
|
|
160
164
|
components/docs/safety/SafetyAuditingPage.js 8.17 KB (entry point)
|
|
161
165
|
components/docs/safety/SafetyMigrationsPage.js 8.47 KB (entry point)
|
|
162
166
|
components/docs/safety/SafetyOverviewPage.js 2.59 KB (entry point)
|
|
163
|
-
components/docs/safety/SafetyPDPPage.js 6.63 KB (entry point)
|
|
164
|
-
components/docs/safety/SafetySecurityTrustPage.js 4.0 KB (entry point)
|
|
165
167
|
components/docs/reference/DocsReferenceContent.js 3.92 KB (entry point)
|
|
166
168
|
components/docs/reference/DocsMarkdownContent.js 2.91 KB (entry point)
|
|
167
169
|
components/docs/reference/docsMarkdownParser.js 1.66 KB (entry point)
|
|
168
|
-
components/docs/
|
|
169
|
-
components/docs/
|
|
170
|
-
components/docs/libraries/
|
|
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)
|
|
171
173
|
components/docs/manifesto/ManifestoPage.js 2.79 KB (entry point)
|
|
172
174
|
components/docs/ops/index.js 4.53 KB (entry point)
|
|
173
175
|
components/docs/ops/AutoEvolutionOpsPage.js 3.28 KB (entry point)
|
|
174
176
|
components/docs/ops/DistributedTracingOpsPage.js 1.48 KB (entry point)
|
|
177
|
+
components/docs/libraries/LibrariesResiliencePage.js 2.66 KB (entry point)
|
|
178
|
+
components/docs/libraries/LibrariesRuntimePage.js 5.18 KB (entry point)
|
|
175
179
|
components/docs/libraries/LibrariesSLOPage.js 2.59 KB (entry point)
|
|
176
180
|
components/docs/libraries/LibrariesSchemaPage.js 5.0 KB (entry point)
|
|
177
181
|
components/docs/libraries/LibrariesSupportBotPage.js 2.88 KB (entry point)
|
|
178
182
|
components/docs/libraries/LibrariesTestingPage.js 3.31 KB (entry point)
|
|
179
183
|
components/docs/libraries/LibrariesUIKitPage.js 5.50 KB (entry point)
|
|
180
184
|
components/docs/libraries/LibrariesUIKitWebPage.js 4.36 KB (entry point)
|
|
181
|
-
components/docs/libraries/
|
|
182
|
-
components/docs/libraries/
|
|
185
|
+
components/docs/libraries/LibrariesGraphQLPage.js 3.98 KB (entry point)
|
|
186
|
+
components/docs/libraries/LibrariesGrowthPage.js 2.55 KB (entry point)
|
|
183
187
|
components/docs/libraries/LibrariesMultiTenancyPage.js 2.34 KB (entry point)
|
|
184
188
|
components/docs/libraries/LibrariesObservabilityPage.js 3.19 KB (entry point)
|
|
185
189
|
components/docs/libraries/LibrariesOverlayEnginePage.js 2.88 KB (entry point)
|
|
186
|
-
components/docs/libraries/LibrariesOverviewPage.js 5.
|
|
190
|
+
components/docs/libraries/LibrariesOverviewPage.js 5.21 KB (entry point)
|
|
187
191
|
components/docs/libraries/LibrariesPersonalizationPage.js 2.95 KB (entry point)
|
|
188
192
|
components/docs/libraries/LibrariesProgressiveDeliveryPage.js 3.0 KB (entry point)
|
|
189
|
-
components/docs/libraries/
|
|
190
|
-
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)
|
|
191
195
|
components/docs/libraries/LibrariesCrossPlatformUIPage.js 16.87 KB (entry point)
|
|
192
196
|
components/docs/libraries/LibrariesCrossPlatformUIPage.content.js 11.0 KB (entry point)
|
|
193
197
|
components/docs/libraries/LibrariesDataBackendPage.js 3.78 KB (entry point)
|
|
194
|
-
components/docs/libraries/LibrariesDataViewsPage.js
|
|
195
|
-
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)
|
|
196
200
|
components/docs/libraries/LibrariesEvolutionPage.js 3.68 KB (entry point)
|
|
197
|
-
components/docs/libraries/LibrariesGraphQLPage.js 3.98 KB (entry point)
|
|
198
|
-
components/docs/libraries/LibrariesGrowthPage.js 2.55 KB (entry point)
|
|
199
201
|
components/docs/knowledge/index.js 38.73 KB (entry point)
|
|
200
202
|
components/docs/knowledge/KnowledgeSpacesPage.js 7.12 KB (entry point)
|
|
201
203
|
components/docs/libraries/LibrariesAccessibilityPage.js 4.11 KB (entry point)
|
|
202
204
|
components/docs/libraries/LibrariesAiAgentPage.js 3.28 KB (entry point)
|
|
203
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)
|
|
204
208
|
components/docs/libraries/LibrariesContentGenPage.js 2.71 KB (entry point)
|
|
205
|
-
components/docs/libraries/LibrariesContractsPage.js 6.86 KB (entry point)
|
|
206
|
-
components/docs/libraries/LibrariesCostTrackingPage.js 2.48 KB (entry point)
|
|
207
209
|
components/docs/intent/index.js 34.41 KB (entry point)
|
|
208
210
|
components/docs/intent/SchemaValidationTypescriptPage.js 5.0 KB (entry point)
|
|
209
211
|
components/docs/intent/SpecDrivenDevelopmentPage.js 4.89 KB (entry point)
|
|
@@ -251,7 +253,7 @@ Bundled 321 modules in 163ms
|
|
|
251
253
|
components/docs/guides/GuideGenerateDocsClientsSchemasPage.js 4.24 KB (entry point)
|
|
252
254
|
components/docs/guides/GuideHostBuilderWorkbenchPage.js 9.39 KB (entry point)
|
|
253
255
|
components/docs/guides/GuideImportExistingCodebasesPage.js 15.55 KB (entry point)
|
|
254
|
-
components/docs/getting-started/index.js
|
|
256
|
+
components/docs/getting-started/index.js 42.31 KB (entry point)
|
|
255
257
|
components/docs/getting-started/InstallationPage.js 2.78 KB (entry point)
|
|
256
258
|
components/docs/getting-started/StartHerePage.js 2.28 KB (entry point)
|
|
257
259
|
components/docs/getting-started/TroubleshootingPage.js 2.95 KB (entry point)
|
|
@@ -264,7 +266,7 @@ Bundled 321 modules in 163ms
|
|
|
264
266
|
components/docs/generated/docs-index.generated.js 284 bytes (entry point)
|
|
265
267
|
components/docs/getting-started/CLIPage.js 5.67 KB (entry point)
|
|
266
268
|
components/docs/getting-started/CompatibilityPage.js 3.23 KB (entry point)
|
|
267
|
-
components/docs/getting-started/DataViewTutorialPage.js
|
|
269
|
+
components/docs/getting-started/DataViewTutorialPage.js 6.45 KB (entry point)
|
|
268
270
|
components/docs/getting-started/DeveloperToolsPage.js 3.85 KB (entry point)
|
|
269
271
|
components/docs/getting-started/HelloWorldPage.js 6.43 KB (entry point)
|
|
270
272
|
components/docs/ecosystem/index.js 13.44 KB (entry point)
|
|
@@ -301,8 +303,8 @@ Bundled 321 modules in 163ms
|
|
|
301
303
|
components/docs/architecture/ArchitectureAppConfigPage.js 8.1 KB (entry point)
|
|
302
304
|
bundles/index.js 1.0 KB (entry point)
|
|
303
305
|
bundles/LibraryBundle.js 1.0 KB (entry point)
|
|
304
|
-
components/docs/DocsIndexPage.js
|
|
305
|
-
components/docs/docsManifest.js 18.
|
|
306
|
+
components/docs/DocsIndexPage.js 26.1 KB (entry point)
|
|
307
|
+
components/docs/docsManifest.js 18.51 KB (entry point)
|
|
306
308
|
application/mcp/contractsMcpTypes.js 8 bytes (entry point)
|
|
307
309
|
application/mcp/docsMcp.catalog.js 6.20 KB (entry point)
|
|
308
310
|
application/index.js 49.74 KB (entry point)
|
|
@@ -326,209 +328,211 @@ Bundled 321 modules in 163ms
|
|
|
326
328
|
application/mcp/contractsMcpAdoptionTools.js 2.54 KB (entry point)
|
|
327
329
|
application/mcp/contractsMcpResources.js 3.47 KB (entry point)
|
|
328
330
|
|
|
329
|
-
[contractspec-bun-build] transpile target=node root=src entries=
|
|
330
|
-
Bundled
|
|
331
|
+
[contractspec-bun-build] transpile target=node root=src entries=323 noBundle=false
|
|
332
|
+
Bundled 323 modules in 416ms
|
|
331
333
|
|
|
332
334
|
application/context-storage/index.js 0.85 KB (entry point)
|
|
333
335
|
presentation/features/templates/types.js 0 KB (entry point)
|
|
336
|
+
presentation/features/organisms/FeatureDiscovery/types.js 0 KB (entry point)
|
|
334
337
|
presentation/features/organisms/index.js 23.0 KB (entry point)
|
|
335
338
|
presentation/features/molecules/index.js 8.41 KB (entry point)
|
|
336
339
|
presentation/features/organisms/FeatureDetail/types.js 0 KB (entry point)
|
|
337
|
-
presentation/features/organisms/FeatureDiscovery/types.js 0 KB (entry point)
|
|
338
340
|
presentation/features/molecules/FeatureCard/types.js 0 KB (entry point)
|
|
339
341
|
presentation/features/molecules/FeatureFilters/types.js 0 KB (entry point)
|
|
342
|
+
presentation/features/atoms/index.js 1.45 KB (entry point)
|
|
340
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)
|
|
341
346
|
presentation/features/templates/FeatureOperationsTemplate/index.js 3.41 KB (entry point)
|
|
347
|
+
presentation/features/templates/FeatureOperationsTemplate/FeatureOperationsTemplate.js 3.41 KB (entry point)
|
|
342
348
|
presentation/features/templates/FeatureOverviewTemplate/index.js 3.1 KB (entry point)
|
|
343
349
|
presentation/features/templates/FeatureOverviewTemplate/FeatureOverviewTemplate.js 3.1 KB (entry point)
|
|
344
350
|
presentation/features/templates/FeaturePresentationDetailTemplate/index.js 5.14 KB (entry point)
|
|
345
351
|
presentation/features/templates/FeaturePresentationDetailTemplate/FeaturePresentationDetailTemplate.js 5.14 KB (entry point)
|
|
346
352
|
presentation/features/templates/FeaturePresentationDetailTemplate/types.js 0 KB (entry point)
|
|
347
|
-
presentation/features/templates/
|
|
348
|
-
presentation/features/templates/FeaturePresentationsTemplate/FeaturePresentationsTemplate.js 6.0 KB (entry point)
|
|
353
|
+
presentation/features/templates/FeatureEventsTemplate/index.js 5.95 KB (entry point)
|
|
349
354
|
presentation/features/templates/FeatureFormDetailTemplate/index.js 5.45 KB (entry point)
|
|
355
|
+
presentation/features/templates/FeatureFormDetailTemplate/FeatureFormDetailTemplate.js 5.45 KB (entry point)
|
|
350
356
|
presentation/features/templates/FeatureFormDetailTemplate/types.js 0 KB (entry point)
|
|
351
357
|
presentation/features/templates/FeatureFormsTemplate/index.js 5.96 KB (entry point)
|
|
352
358
|
presentation/features/templates/FeatureFormsTemplate/FeatureFormsTemplate.js 5.96 KB (entry point)
|
|
353
359
|
presentation/features/templates/FeatureOperationDetailTemplate/index.js 4.92 KB (entry point)
|
|
354
|
-
presentation/features/templates/FeatureOperationDetailTemplate/FeatureOperationDetailTemplate.js 4.92 KB (entry point)
|
|
355
360
|
presentation/features/templates/FeatureOperationDetailTemplate/types.js 0 KB (entry point)
|
|
356
|
-
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)
|
|
357
364
|
presentation/features/templates/FeatureDataViewsTemplate/index.js 5.97 KB (entry point)
|
|
358
365
|
presentation/features/templates/FeatureDataViewsTemplate/FeatureDataViewsTemplate.js 5.97 KB (entry point)
|
|
359
366
|
presentation/features/templates/FeatureEventDetailTemplate/index.js 5.1 KB (entry point)
|
|
360
367
|
presentation/features/templates/FeatureEventDetailTemplate/FeatureEventDetailTemplate.js 5.1 KB (entry point)
|
|
361
368
|
presentation/features/templates/FeatureEventDetailTemplate/types.js 0 KB (entry point)
|
|
362
|
-
presentation/features/templates/FeatureEventsTemplate/index.js 5.95 KB (entry point)
|
|
363
369
|
presentation/features/templates/FeatureEventsTemplate/FeatureEventsTemplate.js 5.95 KB (entry point)
|
|
364
|
-
presentation/features/
|
|
370
|
+
presentation/features/organisms/FeatureDiscovery/index.js 15.58 KB (entry point)
|
|
365
371
|
presentation/features/organisms/FeatureEventsList.js 5.32 KB (entry point)
|
|
366
372
|
presentation/features/organisms/FeatureFormsList.js 5.33 KB (entry point)
|
|
367
373
|
presentation/features/organisms/FeatureOperationsList.js 2.76 KB (entry point)
|
|
368
374
|
presentation/features/organisms/FeaturePresentationsList.js 5.35 KB (entry point)
|
|
369
|
-
presentation/features/templates/FeatureDataViewDetailTemplate/index.js 5.50 KB (entry point)
|
|
370
375
|
presentation/features/templates/FeatureDataViewDetailTemplate/FeatureDataViewDetailTemplate.js 5.50 KB (entry point)
|
|
371
|
-
presentation/features/templates/FeatureDataViewDetailTemplate/types.js 0 KB (entry point)
|
|
372
376
|
presentation/features/organisms/FeatureDataViewsList.js 5.33 KB (entry point)
|
|
373
377
|
presentation/features/organisms/FeatureDetail/index.js 2.48 KB (entry point)
|
|
374
378
|
presentation/features/organisms/FeatureDetail/FeatureDetail.js 2.48 KB (entry point)
|
|
375
|
-
presentation/features/organisms/FeatureDiscovery/index.js 15.58 KB (entry point)
|
|
376
379
|
presentation/features/organisms/FeatureDiscovery/FeatureDiscovery.js 15.58 KB (entry point)
|
|
380
|
+
presentation/features/molecules/FeatureCard/index.js 5.87 KB (entry point)
|
|
381
|
+
presentation/features/molecules/FeatureCard/FeatureCard.js 5.87 KB (entry point)
|
|
382
|
+
presentation/features/molecules/FeatureHoverPreview/index.js 3.0 KB (entry point)
|
|
383
|
+
presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.js 3.0 KB (entry point)
|
|
377
384
|
presentation/features/molecules/FeatureCategoryHeader/index.js 1.29 KB (entry point)
|
|
378
385
|
presentation/features/molecules/FeatureCategoryHeader/FeatureCategoryHeader.js 1.29 KB (entry point)
|
|
379
386
|
presentation/features/molecules/FeatureFilters/index.js 1.63 KB (entry point)
|
|
380
387
|
presentation/features/molecules/FeatureFilters/FeatureFilters.js 1.63 KB (entry point)
|
|
388
|
+
presentation/features/atoms/FeatureIcon/index.js 1.45 KB (entry point)
|
|
381
389
|
presentation/features/hooks/index.js 6.77 KB (entry point)
|
|
382
390
|
presentation/features/hooks/useContractsRegistry.js 5.00 KB (entry point)
|
|
383
391
|
presentation/features/hooks/useFeatureFilters.js 1.46 KB (entry point)
|
|
384
392
|
presentation/features/hooks/useFeatureRegistry.js 3.0 KB (entry point)
|
|
385
393
|
presentation/features/hooks/useRelatedDocs.js 0.76 KB (entry point)
|
|
386
|
-
presentation/features/molecules/FeatureCard/index.js 5.87 KB (entry point)
|
|
387
|
-
presentation/features/molecules/FeatureCard/FeatureCard.js 5.87 KB (entry point)
|
|
388
|
-
presentation/features/molecules/FeatureHoverPreview/index.js 3.0 KB (entry point)
|
|
389
|
-
presentation/features/molecules/FeatureHoverPreview/FeatureHoverPreview.js 3.0 KB (entry point)
|
|
390
394
|
libs/posthog/client.js 1.28 KB (entry point)
|
|
391
395
|
libs/posthog/native.js 0.76 KB (entry point)
|
|
392
396
|
libs/posthog/server.js 447 bytes (entry point)
|
|
393
397
|
libs/pricing-examples.js 462 bytes (entry point)
|
|
394
|
-
presentation/features/atoms/index.js 1.45 KB (entry point)
|
|
395
|
-
presentation/features/atoms/FeatureIcon/index.js 1.45 KB (entry point)
|
|
396
398
|
presentation/features/atoms/FeatureIcon/FeatureIcon.js 1.45 KB (entry point)
|
|
397
399
|
infrastructure/index.js 0.74 KB (entry point)
|
|
400
|
+
infrastructure/elysia/index.js 0.74 KB (entry point)
|
|
398
401
|
libs/email.js 15.26 KB (entry point)
|
|
402
|
+
libs/email/waitlist-application.js 7.90 KB (entry point)
|
|
399
403
|
libs/email/waitlist.js 5.32 KB (entry point)
|
|
400
404
|
libs/email/contact.js 4.0 KB (entry point)
|
|
401
405
|
libs/email/newsletter.js 4.71 KB (entry point)
|
|
402
|
-
libs/email/types.js 0 KB (entry point)
|
|
403
|
-
libs/email/waitlist-application.js 7.90 KB (entry point)
|
|
404
|
-
libs/email/client.js 2.15 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)
|
|
408
411
|
features/docs/index.js 0.53 KB (entry point)
|
|
412
|
+
features/docs/docs.contracts.js 0.53 KB (entry point)
|
|
409
413
|
features/registry.js 2.62 KB (entry point)
|
|
414
|
+
features/docs.feature.js 0.89 KB (entry point)
|
|
410
415
|
features/mcp.feature.js 0.85 KB (entry point)
|
|
411
416
|
features/presentations.feature.js 0.95 KB (entry point)
|
|
412
|
-
infrastructure/elysia/index.js 0.74 KB (entry point)
|
|
413
417
|
components/templates/todos/types.js 0 KB (entry point)
|
|
414
418
|
config/index.js 2.57 KB (entry point)
|
|
415
419
|
config/contractspec-blueprint.js 2.48 KB (entry point)
|
|
416
420
|
config/contractspec-branding.js 0.86 KB (entry point)
|
|
417
421
|
config/contractspec-routes.js 0.87 KB (entry point)
|
|
418
|
-
features/docs.feature.js 0.89 KB (entry point)
|
|
419
|
-
features/docs/docs.contracts.js 0.53 KB (entry point)
|
|
420
422
|
components/templates/recipes/types.js 0 KB (entry point)
|
|
421
|
-
components/templates/messaging/types.js 0 KB (entry point)
|
|
422
|
-
components/shell/index.js 4.22 KB (entry point)
|
|
423
|
-
components/shell/WorkspaceProjectShellLayout.js 3.30 KB (entry point)
|
|
424
|
-
components/shell/WorkspaceShellRenderer.js 3.40 KB (entry point)
|
|
425
|
-
components/shell/WorkspaceHeader.js 1.71 KB (entry point)
|
|
426
|
-
components/shell/WorkspaceSidebar.js 1.1 KB (entry point)
|
|
427
|
-
components/templates/engine/index.js 0.85 KB (entry point)
|
|
428
423
|
components/templates/index.js 20.20 KB (entry point)
|
|
429
|
-
components/templates/recipes/index.js 5.34 KB (entry point)
|
|
430
|
-
components/templates/recipes/RecipeList.js 5.28 KB (entry point)
|
|
431
424
|
components/templates/todos/index.js 9.30 KB (entry point)
|
|
432
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)
|
|
433
430
|
components/templates/todos/FilterBar.js 2.16 KB (entry point)
|
|
434
431
|
components/templates/todos/TaskForm.js 3.1 KB (entry point)
|
|
435
432
|
components/templates/todos/TaskItem.js 2.17 KB (entry point)
|
|
436
433
|
components/templates/messaging/index.js 5.88 KB (entry point)
|
|
437
434
|
components/templates/messaging/MessagingWorkspace.js 5.80 KB (entry point)
|
|
435
|
+
components/templates/messaging/ConversationList.js 2.13 KB (entry point)
|
|
438
436
|
components/templates/messaging/MessageComposer.js 3.46 KB (entry point)
|
|
439
437
|
components/templates/messaging/MessageThread.js 2.23 KB (entry point)
|
|
438
|
+
components/templates/messaging/types.js 0 KB (entry point)
|
|
440
439
|
components/templates/recipes/LanguageSwitcher.js 0.67 KB (entry point)
|
|
441
|
-
components/templates/recipes/RecipeCard.js 1.59 KB (entry point)
|
|
442
|
-
components/templates/recipes/RecipeDetail.js 1.54 KB (entry point)
|
|
443
|
-
components/templates/messaging/ConversationList.js 2.13 KB (entry point)
|
|
444
|
-
components/legal/index.js 42.77 KB (entry point)
|
|
445
|
-
components/legal/PrivacyTemplate.js 20.27 KB (entry point)
|
|
446
|
-
components/legal/TermsTemplate.js 22.75 KB (entry point)
|
|
447
440
|
components/shared/index.js 0.85 KB (entry point)
|
|
448
441
|
components/shared/FeatureGateNotice.js 0.85 KB (entry point)
|
|
449
|
-
components/
|
|
442
|
+
components/shell/index.js 4.22 KB (entry point)
|
|
443
|
+
components/shell/WorkspaceProjectShellLayout.js 3.30 KB (entry point)
|
|
444
|
+
components/shell/WorkspaceShellRenderer.js 3.40 KB (entry point)
|
|
445
|
+
components/shell/WorkspaceHeader.js 1.71 KB (entry point)
|
|
446
|
+
components/shell/WorkspaceSidebar.js 1.1 KB (entry point)
|
|
447
|
+
components/templates/engine/index.js 0.85 KB (entry point)
|
|
450
448
|
components/integrations/index.js 10.29 KB (entry point)
|
|
451
449
|
components/integrations/organisms/IntegrationMarketplace.js 4.1 KB (entry point)
|
|
450
|
+
components/integrations/molecules/IntegrationCard.js 1.90 KB (entry point)
|
|
452
451
|
components/integrations/organisms/IntegrationSettings.js 4.51 KB (entry point)
|
|
453
452
|
components/integrations/organisms/KnowledgeSourceList.js 2.10 KB (entry point)
|
|
454
|
-
components/
|
|
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)
|
|
455
457
|
components/docs/ops/ops.docs.js 22.52 KB (entry point)
|
|
458
|
+
components/docs/ops/ops-runbooks-a.docblocks.js 5.26 KB (entry point)
|
|
459
|
+
components/docs/ops/ops-runbooks-b.docblocks.js 4.94 KB (entry point)
|
|
456
460
|
components/docs/ops/ops-slo-tenant.docblocks.js 6.32 KB (entry point)
|
|
457
461
|
components/docs/ops/ops-top.docs.js 0.75 KB (entry point)
|
|
458
462
|
components/docs/product/product.docblocks.js 2.94 KB (entry point)
|
|
459
463
|
components/docs/ops/ops-lifecycle.docblocks.js 6.18 KB (entry point)
|
|
460
|
-
components/docs/
|
|
461
|
-
components/docs/ops/ops-runbooks-b.docblocks.js 4.94 KB (entry point)
|
|
462
|
-
components/docs/index.js 0.66 MB (entry point)
|
|
464
|
+
components/docs/index.js 0.67 MB (entry point)
|
|
463
465
|
components/docs/studio/index.js 6.61 KB (entry point)
|
|
466
|
+
components/docs/studio/StudioBYOKPage.js 0.70 KB (entry point)
|
|
467
|
+
components/docs/studio/StudioDeploymentsPage.js 0.70 KB (entry point)
|
|
464
468
|
components/docs/studio/StudioGettingStartedPage.js 0.71 KB (entry point)
|
|
465
469
|
components/docs/studio/StudioIntegrationsPage.js 0.70 KB (entry point)
|
|
466
470
|
components/docs/studio/StudioOverviewPage.js 4.20 KB (entry point)
|
|
467
471
|
components/docs/studio/StudioVisualBuilderPage.js 0.71 KB (entry point)
|
|
468
|
-
components/docs/specs/index.js
|
|
472
|
+
components/docs/specs/index.js 66.0 KB (entry point)
|
|
473
|
+
components/docs/specs/SpecsConnectPage.js 7.84 KB (entry point)
|
|
474
|
+
components/docs/specs/SpecsDataViewsPage.js 8.30 KB (entry point)
|
|
469
475
|
components/docs/specs/SpecsModuleBundlesPage.js 7.86 KB (entry point)
|
|
470
476
|
components/docs/specs/SpecsOverlaysPage.js 8.87 KB (entry point)
|
|
471
477
|
components/docs/specs/SpecsOverviewPage.js 5.41 KB (entry point)
|
|
472
478
|
components/docs/specs/SpecsPolicyPage.js 8.96 KB (entry point)
|
|
473
479
|
components/docs/specs/SpecsWorkflowsPage.js 7.76 KB (entry point)
|
|
474
|
-
components/docs/studio/StudioBYOKPage.js 0.70 KB (entry point)
|
|
475
|
-
components/docs/studio/StudioDeploymentsPage.js 0.70 KB (entry point)
|
|
476
480
|
components/docs/safety/index.js 32.46 KB (entry point)
|
|
481
|
+
components/docs/safety/SafetyPDPPage.js 6.58 KB (entry point)
|
|
482
|
+
components/docs/safety/SafetySecurityTrustPage.js 4.0 KB (entry point)
|
|
477
483
|
components/docs/safety/SafetySigningPage.js 2.1 KB (entry point)
|
|
478
484
|
components/docs/safety/SafetyTenantIsolationPage.js 1.98 KB (entry point)
|
|
479
485
|
components/docs/specs/SpecsBuilderControlPlanePage.js 8.82 KB (entry point)
|
|
480
486
|
components/docs/specs/SpecsCapabilitiesPage.js 3.93 KB (entry point)
|
|
481
|
-
components/docs/specs/SpecsConnectPage.js 7.84 KB (entry point)
|
|
482
|
-
components/docs/specs/SpecsDataViewsPage.js 7.29 KB (entry point)
|
|
483
487
|
components/docs/reference/index.js 7.76 KB (entry point)
|
|
488
|
+
components/docs/reference/DocsReferenceIndexPage.js 3.92 KB (entry point)
|
|
489
|
+
components/docs/reference/DocsReferenceIndexClient.js 2.28 KB (entry point)
|
|
484
490
|
components/docs/reference/DocsReferencePage.js 4.0 KB (entry point)
|
|
485
491
|
components/docs/safety/SafetyAuditingPage.js 8.13 KB (entry point)
|
|
486
492
|
components/docs/safety/SafetyMigrationsPage.js 8.41 KB (entry point)
|
|
487
493
|
components/docs/safety/SafetyOverviewPage.js 2.58 KB (entry point)
|
|
488
|
-
components/docs/safety/SafetyPDPPage.js 6.58 KB (entry point)
|
|
489
|
-
components/docs/safety/SafetySecurityTrustPage.js 4.0 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)
|
|
493
|
-
components/docs/
|
|
494
|
-
components/docs/
|
|
495
|
-
components/docs/libraries/
|
|
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)
|
|
496
500
|
components/docs/manifesto/ManifestoPage.js 2.79 KB (entry point)
|
|
497
501
|
components/docs/ops/index.js 4.52 KB (entry point)
|
|
498
502
|
components/docs/ops/AutoEvolutionOpsPage.js 3.27 KB (entry point)
|
|
499
503
|
components/docs/ops/DistributedTracingOpsPage.js 1.47 KB (entry point)
|
|
504
|
+
components/docs/libraries/LibrariesResiliencePage.js 2.65 KB (entry point)
|
|
505
|
+
components/docs/libraries/LibrariesRuntimePage.js 5.17 KB (entry point)
|
|
500
506
|
components/docs/libraries/LibrariesSLOPage.js 2.58 KB (entry point)
|
|
501
507
|
components/docs/libraries/LibrariesSchemaPage.js 5.00 KB (entry point)
|
|
502
508
|
components/docs/libraries/LibrariesSupportBotPage.js 2.87 KB (entry point)
|
|
503
509
|
components/docs/libraries/LibrariesTestingPage.js 3.30 KB (entry point)
|
|
504
510
|
components/docs/libraries/LibrariesUIKitPage.js 5.49 KB (entry point)
|
|
505
511
|
components/docs/libraries/LibrariesUIKitWebPage.js 4.35 KB (entry point)
|
|
506
|
-
components/docs/libraries/
|
|
507
|
-
components/docs/libraries/
|
|
512
|
+
components/docs/libraries/LibrariesGraphQLPage.js 3.97 KB (entry point)
|
|
513
|
+
components/docs/libraries/LibrariesGrowthPage.js 2.55 KB (entry point)
|
|
508
514
|
components/docs/libraries/LibrariesMultiTenancyPage.js 2.33 KB (entry point)
|
|
509
515
|
components/docs/libraries/LibrariesObservabilityPage.js 3.18 KB (entry point)
|
|
510
516
|
components/docs/libraries/LibrariesOverlayEnginePage.js 2.87 KB (entry point)
|
|
511
|
-
components/docs/libraries/LibrariesOverviewPage.js 5.
|
|
517
|
+
components/docs/libraries/LibrariesOverviewPage.js 5.20 KB (entry point)
|
|
512
518
|
components/docs/libraries/LibrariesPersonalizationPage.js 2.94 KB (entry point)
|
|
513
519
|
components/docs/libraries/LibrariesProgressiveDeliveryPage.js 3.0 KB (entry point)
|
|
514
|
-
components/docs/libraries/
|
|
515
|
-
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)
|
|
516
522
|
components/docs/libraries/LibrariesCrossPlatformUIPage.js 16.85 KB (entry point)
|
|
517
523
|
components/docs/libraries/LibrariesCrossPlatformUIPage.content.js 11.0 KB (entry point)
|
|
518
524
|
components/docs/libraries/LibrariesDataBackendPage.js 3.77 KB (entry point)
|
|
519
|
-
components/docs/libraries/LibrariesDataViewsPage.js
|
|
520
|
-
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)
|
|
521
527
|
components/docs/libraries/LibrariesEvolutionPage.js 3.67 KB (entry point)
|
|
522
|
-
components/docs/libraries/LibrariesGraphQLPage.js 3.97 KB (entry point)
|
|
523
|
-
components/docs/libraries/LibrariesGrowthPage.js 2.55 KB (entry point)
|
|
524
528
|
components/docs/knowledge/index.js 38.69 KB (entry point)
|
|
525
529
|
components/docs/knowledge/KnowledgeSpacesPage.js 7.11 KB (entry point)
|
|
526
530
|
components/docs/libraries/LibrariesAccessibilityPage.js 4.10 KB (entry point)
|
|
527
531
|
components/docs/libraries/LibrariesAiAgentPage.js 3.27 KB (entry point)
|
|
528
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)
|
|
529
535
|
components/docs/libraries/LibrariesContentGenPage.js 2.70 KB (entry point)
|
|
530
|
-
components/docs/libraries/LibrariesContractsPage.js 6.86 KB (entry point)
|
|
531
|
-
components/docs/libraries/LibrariesCostTrackingPage.js 2.47 KB (entry point)
|
|
532
536
|
components/docs/intent/index.js 34.37 KB (entry point)
|
|
533
537
|
components/docs/intent/SchemaValidationTypescriptPage.js 5.0 KB (entry point)
|
|
534
538
|
components/docs/intent/SpecDrivenDevelopmentPage.js 4.88 KB (entry point)
|
|
@@ -576,7 +580,7 @@ Bundled 321 modules in 127ms
|
|
|
576
580
|
components/docs/guides/GuideGenerateDocsClientsSchemasPage.js 4.23 KB (entry point)
|
|
577
581
|
components/docs/guides/GuideHostBuilderWorkbenchPage.js 9.38 KB (entry point)
|
|
578
582
|
components/docs/guides/GuideImportExistingCodebasesPage.js 15.53 KB (entry point)
|
|
579
|
-
components/docs/getting-started/index.js
|
|
583
|
+
components/docs/getting-started/index.js 42.30 KB (entry point)
|
|
580
584
|
components/docs/getting-started/InstallationPage.js 2.77 KB (entry point)
|
|
581
585
|
components/docs/getting-started/StartHerePage.js 2.27 KB (entry point)
|
|
582
586
|
components/docs/getting-started/TroubleshootingPage.js 2.94 KB (entry point)
|
|
@@ -589,7 +593,7 @@ Bundled 321 modules in 127ms
|
|
|
589
593
|
components/docs/generated/docs-index.generated.js 276 bytes (entry point)
|
|
590
594
|
components/docs/getting-started/CLIPage.js 5.66 KB (entry point)
|
|
591
595
|
components/docs/getting-started/CompatibilityPage.js 3.22 KB (entry point)
|
|
592
|
-
components/docs/getting-started/DataViewTutorialPage.js
|
|
596
|
+
components/docs/getting-started/DataViewTutorialPage.js 6.44 KB (entry point)
|
|
593
597
|
components/docs/getting-started/DeveloperToolsPage.js 3.84 KB (entry point)
|
|
594
598
|
components/docs/getting-started/HelloWorldPage.js 6.41 KB (entry point)
|
|
595
599
|
components/docs/ecosystem/index.js 13.44 KB (entry point)
|
|
@@ -626,8 +630,8 @@ Bundled 321 modules in 127ms
|
|
|
626
630
|
components/docs/architecture/ArchitectureAppConfigPage.js 8.1 KB (entry point)
|
|
627
631
|
bundles/index.js 1.0 KB (entry point)
|
|
628
632
|
bundles/LibraryBundle.js 1.0 KB (entry point)
|
|
629
|
-
components/docs/DocsIndexPage.js
|
|
630
|
-
components/docs/docsManifest.js 18.
|
|
633
|
+
components/docs/DocsIndexPage.js 26.1 KB (entry point)
|
|
634
|
+
components/docs/docsManifest.js 18.50 KB (entry point)
|
|
631
635
|
application/mcp/contractsMcpTypes.js 0 KB (entry point)
|
|
632
636
|
application/mcp/docsMcp.catalog.js 6.19 KB (entry point)
|
|
633
637
|
application/index.js 49.74 KB (entry point)
|