@contractspec/bundle.marketing 1.17.0 → 2.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +23 -23
- package/CHANGELOG.md +80 -17
- package/dist/browser/index.js +6 -6
- package/dist/browser/registry/engine.js +5 -5
- package/dist/browser/registry/factory.js +1 -1
- package/dist/browser/registry/index.js +6 -6
- package/dist/browser/registry/registry-docs.js +2 -2
- package/dist/browser/registry/registry-landing.js +2 -2
- package/dist/browser/registry/registry.js +4 -4
- package/dist/browser/registry/utils.js +6 -6
- package/dist/components/marketing/ChangelogPage.d.ts +0 -1
- package/dist/components/marketing/CofounderPage.d.ts +0 -1
- package/dist/components/marketing/ContactClient.d.ts +0 -1
- package/dist/components/marketing/ContributePage.d.ts +0 -1
- package/dist/components/marketing/DesignPartnerPage.d.ts +0 -1
- package/dist/components/marketing/LandingPage.d.ts +0 -1
- package/dist/components/marketing/PricingClient.d.ts +0 -1
- package/dist/components/marketing/ProductClientPage.d.ts +0 -1
- package/dist/components/marketing/index.d.ts +0 -1
- package/dist/components/marketing/pricing-thinking-modal.d.ts +0 -1
- package/dist/components/marketing/sections/AudienceSection.d.ts +0 -1
- package/dist/components/marketing/sections/CorePositioningSection.d.ts +0 -1
- package/dist/components/marketing/sections/CtaSection.d.ts +0 -1
- package/dist/components/marketing/sections/DevelopersSection.d.ts +0 -1
- package/dist/components/marketing/sections/FearsSection.d.ts +0 -1
- package/dist/components/marketing/sections/HeroMarketingSection.d.ts +0 -1
- package/dist/components/marketing/sections/IconGridSection.d.ts +0 -1
- package/dist/components/marketing/sections/OutputsSection.d.ts +0 -1
- package/dist/components/marketing/sections/ProblemSection.d.ts +0 -1
- package/dist/components/marketing/sections/SolutionSection.d.ts +0 -1
- package/dist/components/marketing/sections/StepsSection.d.ts +0 -1
- package/dist/components/marketing/waitlist-section.d.ts +0 -1
- package/dist/components/templates/TemplatesClientPage.d.ts +0 -1
- package/dist/components/templates/TemplatesPage.d.ts +0 -1
- package/dist/components/templates/TemplatesPreviewModal.d.ts +0 -1
- package/dist/components/templates/index.d.ts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +6 -6
- package/dist/libs/email/client.d.ts +0 -1
- package/dist/libs/email/client.test.d.ts +0 -1
- package/dist/libs/email/contact.d.ts +0 -1
- package/dist/libs/email/newsletter.d.ts +0 -1
- package/dist/libs/email/types.d.ts +0 -1
- package/dist/libs/email/utils.d.ts +0 -1
- package/dist/libs/email/waitlist-application.d.ts +0 -1
- package/dist/libs/email/waitlist.d.ts +0 -1
- package/dist/libs/pricing-examples.d.ts +0 -1
- package/dist/node/index.js +6 -6
- package/dist/node/registry/engine.js +5 -5
- package/dist/node/registry/factory.js +1 -1
- package/dist/node/registry/index.js +6 -6
- package/dist/node/registry/registry-docs.js +2 -2
- package/dist/node/registry/registry-landing.js +2 -2
- package/dist/node/registry/registry.js +4 -4
- package/dist/node/registry/utils.js +6 -6
- package/dist/registry/engine.d.ts +1 -2
- package/dist/registry/engine.js +5 -5
- package/dist/registry/factory.d.ts +2 -3
- package/dist/registry/factory.js +1 -1
- package/dist/registry/index.d.ts +0 -1
- package/dist/registry/index.js +6 -6
- package/dist/registry/registry-docs.d.ts +1 -2
- package/dist/registry/registry-docs.js +2 -2
- package/dist/registry/registry-landing.d.ts +1 -2
- package/dist/registry/registry-landing.js +2 -2
- package/dist/registry/registry.d.ts +1 -2
- package/dist/registry/registry.js +4 -4
- package/dist/registry/types.d.ts +1 -2
- package/dist/registry/utils.d.ts +1 -2
- package/dist/registry/utils.js +6 -6
- package/package.json +24 -23
- package/src/registry/engine.ts +1 -1
- package/src/registry/factory.ts +2 -2
- package/src/registry/registry-docs.ts +2 -2
- package/src/registry/registry-landing.ts +2 -2
- package/src/registry/registry.ts +2 -2
- package/src/registry/types.ts +1 -1
- package/src/registry/utils.ts +2 -2
- package/dist/components/marketing/ChangelogPage.d.ts.map +0 -1
- package/dist/components/marketing/CofounderPage.d.ts.map +0 -1
- package/dist/components/marketing/ContactClient.d.ts.map +0 -1
- package/dist/components/marketing/ContributePage.d.ts.map +0 -1
- package/dist/components/marketing/DesignPartnerPage.d.ts.map +0 -1
- package/dist/components/marketing/LandingPage.d.ts.map +0 -1
- package/dist/components/marketing/PricingClient.d.ts.map +0 -1
- package/dist/components/marketing/ProductClientPage.d.ts.map +0 -1
- package/dist/components/marketing/index.d.ts.map +0 -1
- package/dist/components/marketing/pricing-thinking-modal.d.ts.map +0 -1
- package/dist/components/marketing/sections/AudienceSection.d.ts.map +0 -1
- package/dist/components/marketing/sections/CorePositioningSection.d.ts.map +0 -1
- package/dist/components/marketing/sections/CtaSection.d.ts.map +0 -1
- package/dist/components/marketing/sections/DevelopersSection.d.ts.map +0 -1
- package/dist/components/marketing/sections/FearsSection.d.ts.map +0 -1
- package/dist/components/marketing/sections/HeroMarketingSection.d.ts.map +0 -1
- package/dist/components/marketing/sections/IconGridSection.d.ts.map +0 -1
- package/dist/components/marketing/sections/OutputsSection.d.ts.map +0 -1
- package/dist/components/marketing/sections/ProblemSection.d.ts.map +0 -1
- package/dist/components/marketing/sections/SolutionSection.d.ts.map +0 -1
- package/dist/components/marketing/sections/StepsSection.d.ts.map +0 -1
- package/dist/components/marketing/waitlist-section.d.ts.map +0 -1
- package/dist/components/templates/TemplatesClientPage.d.ts.map +0 -1
- package/dist/components/templates/TemplatesPage.d.ts.map +0 -1
- package/dist/components/templates/TemplatesPreviewModal.d.ts.map +0 -1
- package/dist/components/templates/index.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/libs/email/client.d.ts.map +0 -1
- package/dist/libs/email/client.test.d.ts.map +0 -1
- package/dist/libs/email/contact.d.ts.map +0 -1
- package/dist/libs/email/newsletter.d.ts.map +0 -1
- package/dist/libs/email/types.d.ts.map +0 -1
- package/dist/libs/email/utils.d.ts.map +0 -1
- package/dist/libs/email/waitlist-application.d.ts.map +0 -1
- package/dist/libs/email/waitlist.d.ts.map +0 -1
- package/dist/libs/pricing-examples.d.ts.map +0 -1
- package/dist/registry/engine.d.ts.map +0 -1
- package/dist/registry/factory.d.ts.map +0 -1
- package/dist/registry/index.d.ts.map +0 -1
- package/dist/registry/registry-docs.d.ts.map +0 -1
- package/dist/registry/registry-landing.d.ts.map +0 -1
- package/dist/registry/registry.d.ts.map +0 -1
- package/dist/registry/types.d.ts.map +0 -1
- package/dist/registry/utils.d.ts.map +0 -1
package/.turbo/turbo-build.log
CHANGED
|
@@ -3,17 +3,17 @@ $ bun run prebuild && bun run build:bundle && bun run build:types
|
|
|
3
3
|
$ contractspec-bun-build prebuild
|
|
4
4
|
$ contractspec-bun-build transpile
|
|
5
5
|
[contractspec-bun-build] transpile target=bun root=src entries=43
|
|
6
|
-
Bundled 43 modules in
|
|
6
|
+
Bundled 43 modules in 20ms
|
|
7
7
|
|
|
8
8
|
components/marketing/ChangelogPage.js 4.28 KB (entry point)
|
|
9
9
|
./index.js 0.31 MB (entry point)
|
|
10
|
-
registry/index.js 256.
|
|
10
|
+
registry/index.js 256.12 KB (entry point)
|
|
11
11
|
registry/types.js 8 bytes (entry point)
|
|
12
|
-
registry/utils.js 255.
|
|
13
|
-
registry/engine.js 254.
|
|
14
|
-
registry/registry.js 253.
|
|
15
|
-
registry/registry-docs.js 28.
|
|
16
|
-
registry/registry-landing.js 224.
|
|
12
|
+
registry/utils.js 255.72 KB (entry point)
|
|
13
|
+
registry/engine.js 254.17 KB (entry point)
|
|
14
|
+
registry/registry.js 253.64 KB (entry point)
|
|
15
|
+
registry/registry-docs.js 28.51 KB (entry point)
|
|
16
|
+
registry/registry-landing.js 224.97 KB (entry point)
|
|
17
17
|
registry/factory.js 1.35 KB (entry point)
|
|
18
18
|
components/templates/index.js 0.27 MB (entry point)
|
|
19
19
|
libs/email/newsletter.js 6.88 KB (entry point)
|
|
@@ -50,18 +50,18 @@ Bundled 43 modules in 28ms
|
|
|
50
50
|
components/marketing/ProductClientPage.js 26.63 KB (entry point)
|
|
51
51
|
|
|
52
52
|
[contractspec-bun-build] transpile target=node root=src entries=43
|
|
53
|
-
Bundled 43 modules in
|
|
53
|
+
Bundled 43 modules in 19ms
|
|
54
54
|
|
|
55
55
|
components/marketing/ChangelogPage.js 4.34 KB (entry point)
|
|
56
56
|
./index.js 0.31 MB (entry point)
|
|
57
|
-
registry/index.js
|
|
57
|
+
registry/index.js 256.0 KB (entry point)
|
|
58
58
|
registry/types.js 0 KB (entry point)
|
|
59
|
-
registry/utils.js 255.
|
|
60
|
-
registry/engine.js 254.
|
|
61
|
-
registry/registry.js 253.
|
|
62
|
-
registry/registry-docs.js 28.
|
|
63
|
-
registry/registry-landing.js 224.
|
|
64
|
-
registry/factory.js 1.
|
|
59
|
+
registry/utils.js 255.62 KB (entry point)
|
|
60
|
+
registry/engine.js 254.1 KB (entry point)
|
|
61
|
+
registry/registry.js 253.55 KB (entry point)
|
|
62
|
+
registry/registry-docs.js 28.58 KB (entry point)
|
|
63
|
+
registry/registry-landing.js 224.88 KB (entry point)
|
|
64
|
+
registry/factory.js 1.42 KB (entry point)
|
|
65
65
|
components/templates/index.js 0.27 MB (entry point)
|
|
66
66
|
libs/email/newsletter.js 6.93 KB (entry point)
|
|
67
67
|
libs/email/types.js 41 bytes (entry point)
|
|
@@ -97,18 +97,18 @@ Bundled 43 modules in 25ms
|
|
|
97
97
|
components/marketing/ProductClientPage.js 26.70 KB (entry point)
|
|
98
98
|
|
|
99
99
|
[contractspec-bun-build] transpile target=browser root=src entries=43
|
|
100
|
-
Bundled 43 modules in
|
|
100
|
+
Bundled 43 modules in 20ms
|
|
101
101
|
|
|
102
102
|
components/marketing/ChangelogPage.js 4.60 KB (entry point)
|
|
103
103
|
./index.js 0.31 MB (entry point)
|
|
104
|
-
registry/index.js 256.
|
|
104
|
+
registry/index.js 256.29 KB (entry point)
|
|
105
105
|
registry/types.js 0 KB (entry point)
|
|
106
|
-
registry/utils.js 255.
|
|
107
|
-
registry/engine.js 254.
|
|
108
|
-
registry/registry.js 253.
|
|
109
|
-
registry/registry-docs.js 28.
|
|
110
|
-
registry/registry-landing.js 225.
|
|
111
|
-
registry/factory.js 1.
|
|
106
|
+
registry/utils.js 255.88 KB (entry point)
|
|
107
|
+
registry/engine.js 254.34 KB (entry point)
|
|
108
|
+
registry/registry.js 253.81 KB (entry point)
|
|
109
|
+
registry/registry-docs.js 28.84 KB (entry point)
|
|
110
|
+
registry/registry-landing.js 225.14 KB (entry point)
|
|
111
|
+
registry/factory.js 1.68 KB (entry point)
|
|
112
112
|
components/templates/index.js 0.27 MB (entry point)
|
|
113
113
|
libs/email/newsletter.js 7.19 KB (entry point)
|
|
114
114
|
libs/email/types.js 41 bytes (entry point)
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,68 @@
|
|
|
1
1
|
# @contractspec/bundle.marketing
|
|
2
2
|
|
|
3
|
+
## 2.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 362fbac: feat: improve video
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [b4bfbc5]
|
|
12
|
+
- Updated dependencies [362fbac]
|
|
13
|
+
- Updated dependencies [659d15f]
|
|
14
|
+
- @contractspec/lib.contracts-spec@2.1.0
|
|
15
|
+
- @contractspec/lib.contracts-runtime-client-react@2.1.0
|
|
16
|
+
- @contractspec/example.analytics-dashboard@2.1.0
|
|
17
|
+
- @contractspec/example.saas-boilerplate@2.1.0
|
|
18
|
+
- @contractspec/example.integration-hub@2.1.0
|
|
19
|
+
- @contractspec/example.workflow-system@2.1.0
|
|
20
|
+
- @contractspec/example.agent-console@2.1.0
|
|
21
|
+
- @contractspec/lib.example-shared-ui@2.1.0
|
|
22
|
+
- @contractspec/example.crm-pipeline@2.1.0
|
|
23
|
+
- @contractspec/example.marketplace@2.1.0
|
|
24
|
+
- @contractspec/lib.runtime-sandbox@1.1.0
|
|
25
|
+
- @contractspec/lib.design-system@2.1.0
|
|
26
|
+
- @contractspec/lib.ui-kit-core@2.1.0
|
|
27
|
+
- @contractspec/module.examples@2.1.0
|
|
28
|
+
- @contractspec/bundle.library@2.1.0
|
|
29
|
+
- @contractspec/lib.ui-kit-web@2.1.0
|
|
30
|
+
- @contractspec/lib.ui-link@2.1.0
|
|
31
|
+
- @contractspec/lib.logger@2.1.0
|
|
32
|
+
- @contractspec/lib.email@2.1.0
|
|
33
|
+
|
|
34
|
+
## 2.0.0
|
|
35
|
+
|
|
36
|
+
### Major Changes
|
|
37
|
+
|
|
38
|
+
- a09bafc: feat: optimize performance
|
|
39
|
+
|
|
40
|
+
### Patch Changes
|
|
41
|
+
|
|
42
|
+
- f152678: Scaffolded split contracts packages for spec+registry, integrations definitions, and runtime adapters by surface (client-react, server-rest, server-graphql, server-mcp). Migrated first consumers and documentation examples to the new runtime package imports.
|
|
43
|
+
- Updated dependencies [a09bafc]
|
|
44
|
+
- Updated dependencies [f152678]
|
|
45
|
+
- Updated dependencies [7f3203a]
|
|
46
|
+
- @contractspec/lib.contracts-runtime-client-react@2.0.0
|
|
47
|
+
- @contractspec/example.analytics-dashboard@2.0.0
|
|
48
|
+
- @contractspec/example.saas-boilerplate@2.0.0
|
|
49
|
+
- @contractspec/example.integration-hub@2.0.0
|
|
50
|
+
- @contractspec/example.workflow-system@2.0.0
|
|
51
|
+
- @contractspec/example.agent-console@2.0.0
|
|
52
|
+
- @contractspec/lib.example-shared-ui@2.0.0
|
|
53
|
+
- @contractspec/example.crm-pipeline@2.0.0
|
|
54
|
+
- @contractspec/example.marketplace@2.0.0
|
|
55
|
+
- @contractspec/lib.runtime-sandbox@1.0.0
|
|
56
|
+
- @contractspec/lib.contracts-spec@2.0.0
|
|
57
|
+
- @contractspec/lib.design-system@2.0.0
|
|
58
|
+
- @contractspec/lib.ui-kit-core@2.0.0
|
|
59
|
+
- @contractspec/module.examples@2.0.0
|
|
60
|
+
- @contractspec/bundle.library@2.0.0
|
|
61
|
+
- @contractspec/lib.ui-kit-web@2.0.0
|
|
62
|
+
- @contractspec/lib.ui-link@2.0.0
|
|
63
|
+
- @contractspec/lib.logger@2.0.0
|
|
64
|
+
- @contractspec/lib.email@2.0.0
|
|
65
|
+
|
|
3
66
|
## 1.17.0
|
|
4
67
|
|
|
5
68
|
### Minor Changes
|
|
@@ -52,7 +115,7 @@
|
|
|
52
115
|
- @contractspec/module.examples@1.61.0
|
|
53
116
|
- @contractspec/bundle.library@1.16.0
|
|
54
117
|
- @contractspec/lib.ui-kit-web@1.61.0
|
|
55
|
-
- @contractspec/lib.contracts@1.61.0
|
|
118
|
+
- @contractspec/lib.contracts-spec@1.61.0
|
|
56
119
|
- @contractspec/lib.ui-link@1.61.0
|
|
57
120
|
- @contractspec/lib.logger@1.61.0
|
|
58
121
|
- @contractspec/lib.email@1.15.0
|
|
@@ -80,7 +143,7 @@
|
|
|
80
143
|
- @contractspec/module.examples@1.60.0
|
|
81
144
|
- @contractspec/bundle.library@1.15.0
|
|
82
145
|
- @contractspec/lib.ui-kit-web@1.60.0
|
|
83
|
-
- @contractspec/lib.contracts@1.60.0
|
|
146
|
+
- @contractspec/lib.contracts-spec@1.60.0
|
|
84
147
|
- @contractspec/lib.ui-link@1.60.0
|
|
85
148
|
- @contractspec/lib.logger@1.60.0
|
|
86
149
|
- @contractspec/lib.email@1.14.0
|
|
@@ -108,7 +171,7 @@
|
|
|
108
171
|
- @contractspec/module.examples@1.59.0
|
|
109
172
|
- @contractspec/bundle.library@1.14.0
|
|
110
173
|
- @contractspec/lib.ui-kit-web@1.59.0
|
|
111
|
-
- @contractspec/lib.contracts@1.59.0
|
|
174
|
+
- @contractspec/lib.contracts-spec@1.59.0
|
|
112
175
|
- @contractspec/lib.ui-link@1.59.0
|
|
113
176
|
- @contractspec/lib.logger@1.59.0
|
|
114
177
|
- @contractspec/lib.email@1.13.0
|
|
@@ -137,7 +200,7 @@
|
|
|
137
200
|
- @contractspec/module.examples@1.58.0
|
|
138
201
|
- @contractspec/bundle.library@1.13.0
|
|
139
202
|
- @contractspec/lib.ui-kit-web@1.58.0
|
|
140
|
-
- @contractspec/lib.contracts@1.58.0
|
|
203
|
+
- @contractspec/lib.contracts-spec@1.58.0
|
|
141
204
|
- @contractspec/lib.ui-link@1.58.0
|
|
142
205
|
- @contractspec/lib.logger@1.58.0
|
|
143
206
|
- @contractspec/lib.email@1.12.0
|
|
@@ -156,7 +219,7 @@
|
|
|
156
219
|
- Updated dependencies [4651e06]
|
|
157
220
|
- Updated dependencies [ad9d10a]
|
|
158
221
|
- Updated dependencies [11a5a05]
|
|
159
|
-
- @contractspec/lib.contracts@1.57.0
|
|
222
|
+
- @contractspec/lib.contracts-spec@1.57.0
|
|
160
223
|
- @contractspec/example.analytics-dashboard@1.57.0
|
|
161
224
|
- @contractspec/example.integration-hub@1.57.0
|
|
162
225
|
- @contractspec/module.examples@1.57.0
|
|
@@ -195,7 +258,7 @@
|
|
|
195
258
|
- @contractspec/module.examples@1.56.1
|
|
196
259
|
- @contractspec/bundle.library@1.11.1
|
|
197
260
|
- @contractspec/lib.ui-kit-web@1.56.1
|
|
198
|
-
- @contractspec/lib.contracts@1.56.1
|
|
261
|
+
- @contractspec/lib.contracts-spec@1.56.1
|
|
199
262
|
- @contractspec/lib.ui-link@1.56.1
|
|
200
263
|
- @contractspec/lib.logger@1.56.1
|
|
201
264
|
- @contractspec/lib.email@1.10.1
|
|
@@ -223,7 +286,7 @@
|
|
|
223
286
|
- @contractspec/module.examples@1.56.0
|
|
224
287
|
- @contractspec/bundle.library@1.11.0
|
|
225
288
|
- @contractspec/lib.ui-kit-web@1.56.0
|
|
226
|
-
- @contractspec/lib.contracts@1.56.0
|
|
289
|
+
- @contractspec/lib.contracts-spec@1.56.0
|
|
227
290
|
- @contractspec/lib.ui-link@1.56.0
|
|
228
291
|
- @contractspec/lib.logger@1.56.0
|
|
229
292
|
- @contractspec/lib.email@1.10.0
|
|
@@ -251,7 +314,7 @@
|
|
|
251
314
|
- @contractspec/module.examples@1.55.0
|
|
252
315
|
- @contractspec/bundle.library@1.10.0
|
|
253
316
|
- @contractspec/lib.ui-kit-web@1.55.0
|
|
254
|
-
- @contractspec/lib.contracts@1.55.0
|
|
317
|
+
- @contractspec/lib.contracts-spec@1.55.0
|
|
255
318
|
- @contractspec/lib.ui-link@1.55.0
|
|
256
319
|
- @contractspec/lib.logger@1.55.0
|
|
257
320
|
- @contractspec/lib.email@1.9.0
|
|
@@ -269,7 +332,7 @@
|
|
|
269
332
|
- @contractspec/lib.design-system@1.54.0
|
|
270
333
|
- @contractspec/bundle.library@1.9.0
|
|
271
334
|
- @contractspec/lib.ui-kit-web@1.54.0
|
|
272
|
-
- @contractspec/lib.contracts@1.54.0
|
|
335
|
+
- @contractspec/lib.contracts-spec@1.54.0
|
|
273
336
|
- @contractspec/example.agent-console@1.54.0
|
|
274
337
|
- @contractspec/example.analytics-dashboard@1.54.0
|
|
275
338
|
- @contractspec/example.crm-pipeline@1.54.0
|
|
@@ -300,7 +363,7 @@
|
|
|
300
363
|
- Updated dependencies [64d84e1]
|
|
301
364
|
- @contractspec/bundle.library@1.8.0
|
|
302
365
|
- @contractspec/lib.design-system@1.53.0
|
|
303
|
-
- @contractspec/lib.contracts@1.53.0
|
|
366
|
+
- @contractspec/lib.contracts-spec@1.53.0
|
|
304
367
|
- @contractspec/example.analytics-dashboard@1.53.0
|
|
305
368
|
- @contractspec/example.integration-hub@1.53.0
|
|
306
369
|
- @contractspec/example.workflow-system@1.53.0
|
|
@@ -340,7 +403,7 @@
|
|
|
340
403
|
- @contractspec/module.examples@1.52.0
|
|
341
404
|
- @contractspec/bundle.library@1.7.0
|
|
342
405
|
- @contractspec/lib.ui-kit-web@1.52.0
|
|
343
|
-
- @contractspec/lib.contracts@1.52.0
|
|
406
|
+
- @contractspec/lib.contracts-spec@1.52.0
|
|
344
407
|
- @contractspec/lib.ui-link@1.52.0
|
|
345
408
|
- @contractspec/lib.logger@1.52.0
|
|
346
409
|
- @contractspec/lib.email@1.6.0
|
|
@@ -356,7 +419,7 @@
|
|
|
356
419
|
- Updated dependencies [23e46e9]
|
|
357
420
|
- Updated dependencies [ad1f852]
|
|
358
421
|
- Updated dependencies [e6faefb]
|
|
359
|
-
- @contractspec/lib.contracts@1.51.0
|
|
422
|
+
- @contractspec/lib.contracts-spec@1.51.0
|
|
360
423
|
- @contractspec/example.analytics-dashboard@1.51.0
|
|
361
424
|
- @contractspec/example.saas-boilerplate@1.51.0
|
|
362
425
|
- @contractspec/example.integration-hub@1.51.0
|
|
@@ -384,7 +447,7 @@
|
|
|
384
447
|
### Patch Changes
|
|
385
448
|
|
|
386
449
|
- Updated dependencies [5325d6b]
|
|
387
|
-
- @contractspec/lib.contracts@1.50.0
|
|
450
|
+
- @contractspec/lib.contracts-spec@1.50.0
|
|
388
451
|
- @contractspec/bundle.library@1.5.0
|
|
389
452
|
- @contractspec/example.agent-console@1.50.0
|
|
390
453
|
- @contractspec/example.analytics-dashboard@1.50.0
|
|
@@ -426,7 +489,7 @@
|
|
|
426
489
|
- @contractspec/module.examples@1.49.0
|
|
427
490
|
- @contractspec/bundle.library@1.4.0
|
|
428
491
|
- @contractspec/lib.ui-kit-web@1.49.0
|
|
429
|
-
- @contractspec/lib.contracts@1.49.0
|
|
492
|
+
- @contractspec/lib.contracts-spec@1.49.0
|
|
430
493
|
- @contractspec/lib.ui-link@1.49.0
|
|
431
494
|
- @contractspec/lib.logger@1.49.0
|
|
432
495
|
- @contractspec/lib.email@1.3.0
|
|
@@ -459,7 +522,7 @@
|
|
|
459
522
|
- Updated dependencies [1536bf3]
|
|
460
523
|
- @contractspec/bundle.library@1.3.0
|
|
461
524
|
- @contractspec/lib.design-system@1.48.1
|
|
462
|
-
- @contractspec/lib.contracts@1.48.1
|
|
525
|
+
- @contractspec/lib.contracts-spec@1.48.1
|
|
463
526
|
- @contractspec/example.agent-console@1.48.1
|
|
464
527
|
- @contractspec/example.analytics-dashboard@1.48.1
|
|
465
528
|
- @contractspec/example.crm-pipeline@1.48.1
|
|
@@ -493,7 +556,7 @@
|
|
|
493
556
|
- @contractspec/module.examples@1.48.0
|
|
494
557
|
- @contractspec/bundle.library@1.2.0
|
|
495
558
|
- @contractspec/lib.ui-kit-web@1.48.0
|
|
496
|
-
- @contractspec/lib.contracts@1.48.0
|
|
559
|
+
- @contractspec/lib.contracts-spec@1.48.0
|
|
497
560
|
- @contractspec/lib.ui-link@1.48.0
|
|
498
561
|
- @contractspec/lib.logger@1.48.0
|
|
499
562
|
- @contractspec/lib.email@1.2.0
|
|
@@ -531,7 +594,7 @@
|
|
|
531
594
|
- @contractspec/module.examples@1.47.0
|
|
532
595
|
- @contractspec/bundle.library@1.1.0
|
|
533
596
|
- @contractspec/lib.ui-kit-web@1.47.0
|
|
534
|
-
- @contractspec/lib.contracts@1.47.0
|
|
597
|
+
- @contractspec/lib.contracts-spec@1.47.0
|
|
535
598
|
- @contractspec/lib.ui-link@1.47.0
|
|
536
599
|
- @contractspec/lib.logger@1.47.0
|
|
537
600
|
- @contractspec/lib.email@1.1.0
|
package/dist/browser/index.js
CHANGED
|
@@ -5919,7 +5919,7 @@ import {
|
|
|
5919
5919
|
OwnersEnum,
|
|
5920
5920
|
StabilityEnum,
|
|
5921
5921
|
TagsEnum
|
|
5922
|
-
} from "@contractspec/lib.contracts/ownership";
|
|
5922
|
+
} from "@contractspec/lib.contracts-spec/ownership";
|
|
5923
5923
|
function createComponentPresentation(opts) {
|
|
5924
5924
|
const source = {
|
|
5925
5925
|
type: "component",
|
|
@@ -5951,7 +5951,7 @@ var MARKETING_CONTEXT = "Marketing content on contractspec.io, designed for conv
|
|
|
5951
5951
|
var DOCS_TAGS = [TagsEnum.Docs];
|
|
5952
5952
|
|
|
5953
5953
|
// src/registry/registry-docs.ts
|
|
5954
|
-
import { TagsEnum as TagsEnum2 } from "@contractspec/lib.contracts/ownership";
|
|
5954
|
+
import { TagsEnum as TagsEnum2 } from "@contractspec/lib.contracts-spec/ownership";
|
|
5955
5955
|
import { AdvancedMCPPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedMCPPage";
|
|
5956
5956
|
import { AdvancedOverlayEditorPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedOverlayEditorPage";
|
|
5957
5957
|
import { AdvancedRenderersPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedRenderersPage";
|
|
@@ -6247,7 +6247,7 @@ var docsPresentations = [
|
|
|
6247
6247
|
];
|
|
6248
6248
|
|
|
6249
6249
|
// src/registry/registry-landing.ts
|
|
6250
|
-
import { TagsEnum as TagsEnum3 } from "@contractspec/lib.contracts/ownership";
|
|
6250
|
+
import { TagsEnum as TagsEnum3 } from "@contractspec/lib.contracts-spec/ownership";
|
|
6251
6251
|
var landingComponentMap = {
|
|
6252
6252
|
LandingPage,
|
|
6253
6253
|
PricingPage: PricingClient,
|
|
@@ -6343,7 +6343,7 @@ import {
|
|
|
6343
6343
|
listRegisteredDocBlocks,
|
|
6344
6344
|
metaDocs,
|
|
6345
6345
|
techContractsDocs
|
|
6346
|
-
} from "@contractspec/lib.contracts/docs";
|
|
6346
|
+
} from "@contractspec/lib.contracts-spec/docs";
|
|
6347
6347
|
import { opsDocBlocks } from "@contractspec/bundle.library/components/docs/ops/ops.docs";
|
|
6348
6348
|
import { productDocs } from "@contractspec/bundle.library/components/docs/product/product.docblocks";
|
|
6349
6349
|
import { techContractsDocBlocks } from "@contractspec/bundle.library/components/docs/tech/contracts/tech-docs.docblocks";
|
|
@@ -6387,7 +6387,7 @@ import {
|
|
|
6387
6387
|
registerBasicValidation,
|
|
6388
6388
|
registerDefaultReactRenderer,
|
|
6389
6389
|
registerReactToMarkdownRenderer
|
|
6390
|
-
} from "@contractspec/lib.contracts/presentations";
|
|
6390
|
+
} from "@contractspec/lib.contracts-spec/presentations/transform-engine";
|
|
6391
6391
|
function createPresentationEngine(customComponentMap) {
|
|
6392
6392
|
const engine = createDefaultTransformEngine();
|
|
6393
6393
|
registerDefaultReactRenderer(engine);
|
|
@@ -6398,7 +6398,7 @@ function createPresentationEngine(customComponentMap) {
|
|
|
6398
6398
|
}
|
|
6399
6399
|
var presentationEngine = createPresentationEngine();
|
|
6400
6400
|
// src/registry/utils.ts
|
|
6401
|
-
import { renderFeaturePresentation } from "@contractspec/lib.contracts
|
|
6401
|
+
import { renderFeaturePresentation } from "@contractspec/lib.contracts-runtime-client-react/feature-render";
|
|
6402
6402
|
async function renderPresentationToMarkdown(descriptor) {
|
|
6403
6403
|
const result = await presentationEngine.render("markdown", descriptor);
|
|
6404
6404
|
return result.body;
|
|
@@ -4809,7 +4809,7 @@ import {
|
|
|
4809
4809
|
OwnersEnum,
|
|
4810
4810
|
StabilityEnum,
|
|
4811
4811
|
TagsEnum
|
|
4812
|
-
} from "@contractspec/lib.contracts/ownership";
|
|
4812
|
+
} from "@contractspec/lib.contracts-spec/ownership";
|
|
4813
4813
|
function createComponentPresentation(opts) {
|
|
4814
4814
|
const source = {
|
|
4815
4815
|
type: "component",
|
|
@@ -4841,7 +4841,7 @@ var MARKETING_CONTEXT = "Marketing content on contractspec.io, designed for conv
|
|
|
4841
4841
|
var DOCS_TAGS = [TagsEnum.Docs];
|
|
4842
4842
|
|
|
4843
4843
|
// src/registry/registry-docs.ts
|
|
4844
|
-
import { TagsEnum as TagsEnum2 } from "@contractspec/lib.contracts/ownership";
|
|
4844
|
+
import { TagsEnum as TagsEnum2 } from "@contractspec/lib.contracts-spec/ownership";
|
|
4845
4845
|
import { AdvancedMCPPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedMCPPage";
|
|
4846
4846
|
import { AdvancedOverlayEditorPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedOverlayEditorPage";
|
|
4847
4847
|
import { AdvancedRenderersPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedRenderersPage";
|
|
@@ -5137,7 +5137,7 @@ var docsPresentations = [
|
|
|
5137
5137
|
];
|
|
5138
5138
|
|
|
5139
5139
|
// src/registry/registry-landing.ts
|
|
5140
|
-
import { TagsEnum as TagsEnum3 } from "@contractspec/lib.contracts/ownership";
|
|
5140
|
+
import { TagsEnum as TagsEnum3 } from "@contractspec/lib.contracts-spec/ownership";
|
|
5141
5141
|
var landingComponentMap = {
|
|
5142
5142
|
LandingPage,
|
|
5143
5143
|
PricingPage: PricingClient,
|
|
@@ -5233,7 +5233,7 @@ import {
|
|
|
5233
5233
|
listRegisteredDocBlocks,
|
|
5234
5234
|
metaDocs,
|
|
5235
5235
|
techContractsDocs
|
|
5236
|
-
} from "@contractspec/lib.contracts/docs";
|
|
5236
|
+
} from "@contractspec/lib.contracts-spec/docs";
|
|
5237
5237
|
import { opsDocBlocks } from "@contractspec/bundle.library/components/docs/ops/ops.docs";
|
|
5238
5238
|
import { productDocs } from "@contractspec/bundle.library/components/docs/product/product.docblocks";
|
|
5239
5239
|
import { techContractsDocBlocks } from "@contractspec/bundle.library/components/docs/tech/contracts/tech-docs.docblocks";
|
|
@@ -5277,7 +5277,7 @@ import {
|
|
|
5277
5277
|
registerBasicValidation,
|
|
5278
5278
|
registerDefaultReactRenderer,
|
|
5279
5279
|
registerReactToMarkdownRenderer
|
|
5280
|
-
} from "@contractspec/lib.contracts/presentations";
|
|
5280
|
+
} from "@contractspec/lib.contracts-spec/presentations/transform-engine";
|
|
5281
5281
|
function createPresentationEngine(customComponentMap) {
|
|
5282
5282
|
const engine = createDefaultTransformEngine();
|
|
5283
5283
|
registerDefaultReactRenderer(engine);
|
|
@@ -4809,7 +4809,7 @@ import {
|
|
|
4809
4809
|
OwnersEnum,
|
|
4810
4810
|
StabilityEnum,
|
|
4811
4811
|
TagsEnum
|
|
4812
|
-
} from "@contractspec/lib.contracts/ownership";
|
|
4812
|
+
} from "@contractspec/lib.contracts-spec/ownership";
|
|
4813
4813
|
function createComponentPresentation(opts) {
|
|
4814
4814
|
const source = {
|
|
4815
4815
|
type: "component",
|
|
@@ -4841,7 +4841,7 @@ var MARKETING_CONTEXT = "Marketing content on contractspec.io, designed for conv
|
|
|
4841
4841
|
var DOCS_TAGS = [TagsEnum.Docs];
|
|
4842
4842
|
|
|
4843
4843
|
// src/registry/registry-docs.ts
|
|
4844
|
-
import { TagsEnum as TagsEnum2 } from "@contractspec/lib.contracts/ownership";
|
|
4844
|
+
import { TagsEnum as TagsEnum2 } from "@contractspec/lib.contracts-spec/ownership";
|
|
4845
4845
|
import { AdvancedMCPPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedMCPPage";
|
|
4846
4846
|
import { AdvancedOverlayEditorPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedOverlayEditorPage";
|
|
4847
4847
|
import { AdvancedRenderersPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedRenderersPage";
|
|
@@ -5137,7 +5137,7 @@ var docsPresentations = [
|
|
|
5137
5137
|
];
|
|
5138
5138
|
|
|
5139
5139
|
// src/registry/registry-landing.ts
|
|
5140
|
-
import { TagsEnum as TagsEnum3 } from "@contractspec/lib.contracts/ownership";
|
|
5140
|
+
import { TagsEnum as TagsEnum3 } from "@contractspec/lib.contracts-spec/ownership";
|
|
5141
5141
|
var landingComponentMap = {
|
|
5142
5142
|
LandingPage,
|
|
5143
5143
|
PricingPage: PricingClient,
|
|
@@ -5233,7 +5233,7 @@ import {
|
|
|
5233
5233
|
listRegisteredDocBlocks,
|
|
5234
5234
|
metaDocs,
|
|
5235
5235
|
techContractsDocs
|
|
5236
|
-
} from "@contractspec/lib.contracts/docs";
|
|
5236
|
+
} from "@contractspec/lib.contracts-spec/docs";
|
|
5237
5237
|
import { opsDocBlocks } from "@contractspec/bundle.library/components/docs/ops/ops.docs";
|
|
5238
5238
|
import { productDocs } from "@contractspec/bundle.library/components/docs/product/product.docblocks";
|
|
5239
5239
|
import { techContractsDocBlocks } from "@contractspec/bundle.library/components/docs/tech/contracts/tech-docs.docblocks";
|
|
@@ -5277,7 +5277,7 @@ import {
|
|
|
5277
5277
|
registerBasicValidation,
|
|
5278
5278
|
registerDefaultReactRenderer,
|
|
5279
5279
|
registerReactToMarkdownRenderer
|
|
5280
|
-
} from "@contractspec/lib.contracts/presentations";
|
|
5280
|
+
} from "@contractspec/lib.contracts-spec/presentations/transform-engine";
|
|
5281
5281
|
function createPresentationEngine(customComponentMap) {
|
|
5282
5282
|
const engine = createDefaultTransformEngine();
|
|
5283
5283
|
registerDefaultReactRenderer(engine);
|
|
@@ -5288,7 +5288,7 @@ function createPresentationEngine(customComponentMap) {
|
|
|
5288
5288
|
}
|
|
5289
5289
|
var presentationEngine = createPresentationEngine();
|
|
5290
5290
|
// src/registry/utils.ts
|
|
5291
|
-
import { renderFeaturePresentation } from "@contractspec/lib.contracts
|
|
5291
|
+
import { renderFeaturePresentation } from "@contractspec/lib.contracts-runtime-client-react/feature-render";
|
|
5292
5292
|
async function renderPresentationToMarkdown(descriptor) {
|
|
5293
5293
|
const result = await presentationEngine.render("markdown", descriptor);
|
|
5294
5294
|
return result.body;
|
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
OwnersEnum,
|
|
12
12
|
StabilityEnum,
|
|
13
13
|
TagsEnum
|
|
14
|
-
} from "@contractspec/lib.contracts/ownership";
|
|
14
|
+
} from "@contractspec/lib.contracts-spec/ownership";
|
|
15
15
|
function createComponentPresentation(opts) {
|
|
16
16
|
const source = {
|
|
17
17
|
type: "component",
|
|
@@ -43,7 +43,7 @@ var MARKETING_CONTEXT = "Marketing content on contractspec.io, designed for conv
|
|
|
43
43
|
var DOCS_TAGS = [TagsEnum.Docs];
|
|
44
44
|
|
|
45
45
|
// src/registry/registry-docs.ts
|
|
46
|
-
import { TagsEnum as TagsEnum2 } from "@contractspec/lib.contracts/ownership";
|
|
46
|
+
import { TagsEnum as TagsEnum2 } from "@contractspec/lib.contracts-spec/ownership";
|
|
47
47
|
import { AdvancedMCPPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedMCPPage";
|
|
48
48
|
import { AdvancedOverlayEditorPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedOverlayEditorPage";
|
|
49
49
|
import { AdvancedRenderersPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedRenderersPage";
|
|
@@ -4809,7 +4809,7 @@ import {
|
|
|
4809
4809
|
OwnersEnum,
|
|
4810
4810
|
StabilityEnum,
|
|
4811
4811
|
TagsEnum
|
|
4812
|
-
} from "@contractspec/lib.contracts/ownership";
|
|
4812
|
+
} from "@contractspec/lib.contracts-spec/ownership";
|
|
4813
4813
|
function createComponentPresentation(opts) {
|
|
4814
4814
|
const source = {
|
|
4815
4815
|
type: "component",
|
|
@@ -4841,7 +4841,7 @@ var MARKETING_CONTEXT = "Marketing content on contractspec.io, designed for conv
|
|
|
4841
4841
|
var DOCS_TAGS = [TagsEnum.Docs];
|
|
4842
4842
|
|
|
4843
4843
|
// src/registry/registry-landing.ts
|
|
4844
|
-
import { TagsEnum as TagsEnum2 } from "@contractspec/lib.contracts/ownership";
|
|
4844
|
+
import { TagsEnum as TagsEnum2 } from "@contractspec/lib.contracts-spec/ownership";
|
|
4845
4845
|
var landingComponentMap = {
|
|
4846
4846
|
LandingPage,
|
|
4847
4847
|
PricingPage: PricingClient,
|
|
@@ -4809,7 +4809,7 @@ import {
|
|
|
4809
4809
|
OwnersEnum,
|
|
4810
4810
|
StabilityEnum,
|
|
4811
4811
|
TagsEnum
|
|
4812
|
-
} from "@contractspec/lib.contracts/ownership";
|
|
4812
|
+
} from "@contractspec/lib.contracts-spec/ownership";
|
|
4813
4813
|
function createComponentPresentation(opts) {
|
|
4814
4814
|
const source = {
|
|
4815
4815
|
type: "component",
|
|
@@ -4841,7 +4841,7 @@ var MARKETING_CONTEXT = "Marketing content on contractspec.io, designed for conv
|
|
|
4841
4841
|
var DOCS_TAGS = [TagsEnum.Docs];
|
|
4842
4842
|
|
|
4843
4843
|
// src/registry/registry-docs.ts
|
|
4844
|
-
import { TagsEnum as TagsEnum2 } from "@contractspec/lib.contracts/ownership";
|
|
4844
|
+
import { TagsEnum as TagsEnum2 } from "@contractspec/lib.contracts-spec/ownership";
|
|
4845
4845
|
import { AdvancedMCPPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedMCPPage";
|
|
4846
4846
|
import { AdvancedOverlayEditorPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedOverlayEditorPage";
|
|
4847
4847
|
import { AdvancedRenderersPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedRenderersPage";
|
|
@@ -5137,7 +5137,7 @@ var docsPresentations = [
|
|
|
5137
5137
|
];
|
|
5138
5138
|
|
|
5139
5139
|
// src/registry/registry-landing.ts
|
|
5140
|
-
import { TagsEnum as TagsEnum3 } from "@contractspec/lib.contracts/ownership";
|
|
5140
|
+
import { TagsEnum as TagsEnum3 } from "@contractspec/lib.contracts-spec/ownership";
|
|
5141
5141
|
var landingComponentMap = {
|
|
5142
5142
|
LandingPage,
|
|
5143
5143
|
PricingPage: PricingClient,
|
|
@@ -5233,7 +5233,7 @@ import {
|
|
|
5233
5233
|
listRegisteredDocBlocks,
|
|
5234
5234
|
metaDocs,
|
|
5235
5235
|
techContractsDocs
|
|
5236
|
-
} from "@contractspec/lib.contracts/docs";
|
|
5236
|
+
} from "@contractspec/lib.contracts-spec/docs";
|
|
5237
5237
|
import { opsDocBlocks } from "@contractspec/bundle.library/components/docs/ops/ops.docs";
|
|
5238
5238
|
import { productDocs } from "@contractspec/bundle.library/components/docs/product/product.docblocks";
|
|
5239
5239
|
import { techContractsDocBlocks } from "@contractspec/bundle.library/components/docs/tech/contracts/tech-docs.docblocks";
|
|
@@ -4809,7 +4809,7 @@ import {
|
|
|
4809
4809
|
OwnersEnum,
|
|
4810
4810
|
StabilityEnum,
|
|
4811
4811
|
TagsEnum
|
|
4812
|
-
} from "@contractspec/lib.contracts/ownership";
|
|
4812
|
+
} from "@contractspec/lib.contracts-spec/ownership";
|
|
4813
4813
|
function createComponentPresentation(opts) {
|
|
4814
4814
|
const source = {
|
|
4815
4815
|
type: "component",
|
|
@@ -4841,7 +4841,7 @@ var MARKETING_CONTEXT = "Marketing content on contractspec.io, designed for conv
|
|
|
4841
4841
|
var DOCS_TAGS = [TagsEnum.Docs];
|
|
4842
4842
|
|
|
4843
4843
|
// src/registry/registry-docs.ts
|
|
4844
|
-
import { TagsEnum as TagsEnum2 } from "@contractspec/lib.contracts/ownership";
|
|
4844
|
+
import { TagsEnum as TagsEnum2 } from "@contractspec/lib.contracts-spec/ownership";
|
|
4845
4845
|
import { AdvancedMCPPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedMCPPage";
|
|
4846
4846
|
import { AdvancedOverlayEditorPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedOverlayEditorPage";
|
|
4847
4847
|
import { AdvancedRenderersPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedRenderersPage";
|
|
@@ -5137,7 +5137,7 @@ var docsPresentations = [
|
|
|
5137
5137
|
];
|
|
5138
5138
|
|
|
5139
5139
|
// src/registry/registry-landing.ts
|
|
5140
|
-
import { TagsEnum as TagsEnum3 } from "@contractspec/lib.contracts/ownership";
|
|
5140
|
+
import { TagsEnum as TagsEnum3 } from "@contractspec/lib.contracts-spec/ownership";
|
|
5141
5141
|
var landingComponentMap = {
|
|
5142
5142
|
LandingPage,
|
|
5143
5143
|
PricingPage: PricingClient,
|
|
@@ -5233,7 +5233,7 @@ import {
|
|
|
5233
5233
|
listRegisteredDocBlocks,
|
|
5234
5234
|
metaDocs,
|
|
5235
5235
|
techContractsDocs
|
|
5236
|
-
} from "@contractspec/lib.contracts/docs";
|
|
5236
|
+
} from "@contractspec/lib.contracts-spec/docs";
|
|
5237
5237
|
import { opsDocBlocks } from "@contractspec/bundle.library/components/docs/ops/ops.docs";
|
|
5238
5238
|
import { productDocs } from "@contractspec/bundle.library/components/docs/product/product.docblocks";
|
|
5239
5239
|
import { techContractsDocBlocks } from "@contractspec/bundle.library/components/docs/tech/contracts/tech-docs.docblocks";
|
|
@@ -5277,7 +5277,7 @@ import {
|
|
|
5277
5277
|
registerBasicValidation,
|
|
5278
5278
|
registerDefaultReactRenderer,
|
|
5279
5279
|
registerReactToMarkdownRenderer
|
|
5280
|
-
} from "@contractspec/lib.contracts/presentations";
|
|
5280
|
+
} from "@contractspec/lib.contracts-spec/presentations/transform-engine";
|
|
5281
5281
|
function createPresentationEngine(customComponentMap) {
|
|
5282
5282
|
const engine = createDefaultTransformEngine();
|
|
5283
5283
|
registerDefaultReactRenderer(engine);
|
|
@@ -5289,7 +5289,7 @@ function createPresentationEngine(customComponentMap) {
|
|
|
5289
5289
|
var presentationEngine = createPresentationEngine();
|
|
5290
5290
|
|
|
5291
5291
|
// src/registry/utils.ts
|
|
5292
|
-
import { renderFeaturePresentation } from "@contractspec/lib.contracts
|
|
5292
|
+
import { renderFeaturePresentation } from "@contractspec/lib.contracts-runtime-client-react/feature-render";
|
|
5293
5293
|
async function renderPresentationToMarkdown(descriptor) {
|
|
5294
5294
|
const result = await presentationEngine.render("markdown", descriptor);
|
|
5295
5295
|
return result.body;
|