@contractspec/bundle.marketing 1.17.0 → 2.0.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 +49 -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 +23 -22
- 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 41ms
|
|
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 32ms
|
|
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 45ms
|
|
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,37 @@
|
|
|
1
1
|
# @contractspec/bundle.marketing
|
|
2
2
|
|
|
3
|
+
## 2.0.0
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- a09bafc: feat: optimize performance
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 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.
|
|
12
|
+
- Updated dependencies [a09bafc]
|
|
13
|
+
- Updated dependencies [f152678]
|
|
14
|
+
- Updated dependencies [7f3203a]
|
|
15
|
+
- @contractspec/lib.contracts-runtime-client-react@2.0.0
|
|
16
|
+
- @contractspec/example.analytics-dashboard@2.0.0
|
|
17
|
+
- @contractspec/example.saas-boilerplate@2.0.0
|
|
18
|
+
- @contractspec/example.integration-hub@2.0.0
|
|
19
|
+
- @contractspec/example.workflow-system@2.0.0
|
|
20
|
+
- @contractspec/example.agent-console@2.0.0
|
|
21
|
+
- @contractspec/lib.example-shared-ui@2.0.0
|
|
22
|
+
- @contractspec/example.crm-pipeline@2.0.0
|
|
23
|
+
- @contractspec/example.marketplace@2.0.0
|
|
24
|
+
- @contractspec/lib.runtime-sandbox@1.0.0
|
|
25
|
+
- @contractspec/lib.contracts-spec@2.0.0
|
|
26
|
+
- @contractspec/lib.design-system@2.0.0
|
|
27
|
+
- @contractspec/lib.ui-kit-core@2.0.0
|
|
28
|
+
- @contractspec/module.examples@2.0.0
|
|
29
|
+
- @contractspec/bundle.library@2.0.0
|
|
30
|
+
- @contractspec/lib.ui-kit-web@2.0.0
|
|
31
|
+
- @contractspec/lib.ui-link@2.0.0
|
|
32
|
+
- @contractspec/lib.logger@2.0.0
|
|
33
|
+
- @contractspec/lib.email@2.0.0
|
|
34
|
+
|
|
3
35
|
## 1.17.0
|
|
4
36
|
|
|
5
37
|
### Minor Changes
|
|
@@ -52,7 +84,7 @@
|
|
|
52
84
|
- @contractspec/module.examples@1.61.0
|
|
53
85
|
- @contractspec/bundle.library@1.16.0
|
|
54
86
|
- @contractspec/lib.ui-kit-web@1.61.0
|
|
55
|
-
- @contractspec/lib.contracts@1.61.0
|
|
87
|
+
- @contractspec/lib.contracts-spec@1.61.0
|
|
56
88
|
- @contractspec/lib.ui-link@1.61.0
|
|
57
89
|
- @contractspec/lib.logger@1.61.0
|
|
58
90
|
- @contractspec/lib.email@1.15.0
|
|
@@ -80,7 +112,7 @@
|
|
|
80
112
|
- @contractspec/module.examples@1.60.0
|
|
81
113
|
- @contractspec/bundle.library@1.15.0
|
|
82
114
|
- @contractspec/lib.ui-kit-web@1.60.0
|
|
83
|
-
- @contractspec/lib.contracts@1.60.0
|
|
115
|
+
- @contractspec/lib.contracts-spec@1.60.0
|
|
84
116
|
- @contractspec/lib.ui-link@1.60.0
|
|
85
117
|
- @contractspec/lib.logger@1.60.0
|
|
86
118
|
- @contractspec/lib.email@1.14.0
|
|
@@ -108,7 +140,7 @@
|
|
|
108
140
|
- @contractspec/module.examples@1.59.0
|
|
109
141
|
- @contractspec/bundle.library@1.14.0
|
|
110
142
|
- @contractspec/lib.ui-kit-web@1.59.0
|
|
111
|
-
- @contractspec/lib.contracts@1.59.0
|
|
143
|
+
- @contractspec/lib.contracts-spec@1.59.0
|
|
112
144
|
- @contractspec/lib.ui-link@1.59.0
|
|
113
145
|
- @contractspec/lib.logger@1.59.0
|
|
114
146
|
- @contractspec/lib.email@1.13.0
|
|
@@ -137,7 +169,7 @@
|
|
|
137
169
|
- @contractspec/module.examples@1.58.0
|
|
138
170
|
- @contractspec/bundle.library@1.13.0
|
|
139
171
|
- @contractspec/lib.ui-kit-web@1.58.0
|
|
140
|
-
- @contractspec/lib.contracts@1.58.0
|
|
172
|
+
- @contractspec/lib.contracts-spec@1.58.0
|
|
141
173
|
- @contractspec/lib.ui-link@1.58.0
|
|
142
174
|
- @contractspec/lib.logger@1.58.0
|
|
143
175
|
- @contractspec/lib.email@1.12.0
|
|
@@ -156,7 +188,7 @@
|
|
|
156
188
|
- Updated dependencies [4651e06]
|
|
157
189
|
- Updated dependencies [ad9d10a]
|
|
158
190
|
- Updated dependencies [11a5a05]
|
|
159
|
-
- @contractspec/lib.contracts@1.57.0
|
|
191
|
+
- @contractspec/lib.contracts-spec@1.57.0
|
|
160
192
|
- @contractspec/example.analytics-dashboard@1.57.0
|
|
161
193
|
- @contractspec/example.integration-hub@1.57.0
|
|
162
194
|
- @contractspec/module.examples@1.57.0
|
|
@@ -195,7 +227,7 @@
|
|
|
195
227
|
- @contractspec/module.examples@1.56.1
|
|
196
228
|
- @contractspec/bundle.library@1.11.1
|
|
197
229
|
- @contractspec/lib.ui-kit-web@1.56.1
|
|
198
|
-
- @contractspec/lib.contracts@1.56.1
|
|
230
|
+
- @contractspec/lib.contracts-spec@1.56.1
|
|
199
231
|
- @contractspec/lib.ui-link@1.56.1
|
|
200
232
|
- @contractspec/lib.logger@1.56.1
|
|
201
233
|
- @contractspec/lib.email@1.10.1
|
|
@@ -223,7 +255,7 @@
|
|
|
223
255
|
- @contractspec/module.examples@1.56.0
|
|
224
256
|
- @contractspec/bundle.library@1.11.0
|
|
225
257
|
- @contractspec/lib.ui-kit-web@1.56.0
|
|
226
|
-
- @contractspec/lib.contracts@1.56.0
|
|
258
|
+
- @contractspec/lib.contracts-spec@1.56.0
|
|
227
259
|
- @contractspec/lib.ui-link@1.56.0
|
|
228
260
|
- @contractspec/lib.logger@1.56.0
|
|
229
261
|
- @contractspec/lib.email@1.10.0
|
|
@@ -251,7 +283,7 @@
|
|
|
251
283
|
- @contractspec/module.examples@1.55.0
|
|
252
284
|
- @contractspec/bundle.library@1.10.0
|
|
253
285
|
- @contractspec/lib.ui-kit-web@1.55.0
|
|
254
|
-
- @contractspec/lib.contracts@1.55.0
|
|
286
|
+
- @contractspec/lib.contracts-spec@1.55.0
|
|
255
287
|
- @contractspec/lib.ui-link@1.55.0
|
|
256
288
|
- @contractspec/lib.logger@1.55.0
|
|
257
289
|
- @contractspec/lib.email@1.9.0
|
|
@@ -269,7 +301,7 @@
|
|
|
269
301
|
- @contractspec/lib.design-system@1.54.0
|
|
270
302
|
- @contractspec/bundle.library@1.9.0
|
|
271
303
|
- @contractspec/lib.ui-kit-web@1.54.0
|
|
272
|
-
- @contractspec/lib.contracts@1.54.0
|
|
304
|
+
- @contractspec/lib.contracts-spec@1.54.0
|
|
273
305
|
- @contractspec/example.agent-console@1.54.0
|
|
274
306
|
- @contractspec/example.analytics-dashboard@1.54.0
|
|
275
307
|
- @contractspec/example.crm-pipeline@1.54.0
|
|
@@ -300,7 +332,7 @@
|
|
|
300
332
|
- Updated dependencies [64d84e1]
|
|
301
333
|
- @contractspec/bundle.library@1.8.0
|
|
302
334
|
- @contractspec/lib.design-system@1.53.0
|
|
303
|
-
- @contractspec/lib.contracts@1.53.0
|
|
335
|
+
- @contractspec/lib.contracts-spec@1.53.0
|
|
304
336
|
- @contractspec/example.analytics-dashboard@1.53.0
|
|
305
337
|
- @contractspec/example.integration-hub@1.53.0
|
|
306
338
|
- @contractspec/example.workflow-system@1.53.0
|
|
@@ -340,7 +372,7 @@
|
|
|
340
372
|
- @contractspec/module.examples@1.52.0
|
|
341
373
|
- @contractspec/bundle.library@1.7.0
|
|
342
374
|
- @contractspec/lib.ui-kit-web@1.52.0
|
|
343
|
-
- @contractspec/lib.contracts@1.52.0
|
|
375
|
+
- @contractspec/lib.contracts-spec@1.52.0
|
|
344
376
|
- @contractspec/lib.ui-link@1.52.0
|
|
345
377
|
- @contractspec/lib.logger@1.52.0
|
|
346
378
|
- @contractspec/lib.email@1.6.0
|
|
@@ -356,7 +388,7 @@
|
|
|
356
388
|
- Updated dependencies [23e46e9]
|
|
357
389
|
- Updated dependencies [ad1f852]
|
|
358
390
|
- Updated dependencies [e6faefb]
|
|
359
|
-
- @contractspec/lib.contracts@1.51.0
|
|
391
|
+
- @contractspec/lib.contracts-spec@1.51.0
|
|
360
392
|
- @contractspec/example.analytics-dashboard@1.51.0
|
|
361
393
|
- @contractspec/example.saas-boilerplate@1.51.0
|
|
362
394
|
- @contractspec/example.integration-hub@1.51.0
|
|
@@ -384,7 +416,7 @@
|
|
|
384
416
|
### Patch Changes
|
|
385
417
|
|
|
386
418
|
- Updated dependencies [5325d6b]
|
|
387
|
-
- @contractspec/lib.contracts@1.50.0
|
|
419
|
+
- @contractspec/lib.contracts-spec@1.50.0
|
|
388
420
|
- @contractspec/bundle.library@1.5.0
|
|
389
421
|
- @contractspec/example.agent-console@1.50.0
|
|
390
422
|
- @contractspec/example.analytics-dashboard@1.50.0
|
|
@@ -426,7 +458,7 @@
|
|
|
426
458
|
- @contractspec/module.examples@1.49.0
|
|
427
459
|
- @contractspec/bundle.library@1.4.0
|
|
428
460
|
- @contractspec/lib.ui-kit-web@1.49.0
|
|
429
|
-
- @contractspec/lib.contracts@1.49.0
|
|
461
|
+
- @contractspec/lib.contracts-spec@1.49.0
|
|
430
462
|
- @contractspec/lib.ui-link@1.49.0
|
|
431
463
|
- @contractspec/lib.logger@1.49.0
|
|
432
464
|
- @contractspec/lib.email@1.3.0
|
|
@@ -459,7 +491,7 @@
|
|
|
459
491
|
- Updated dependencies [1536bf3]
|
|
460
492
|
- @contractspec/bundle.library@1.3.0
|
|
461
493
|
- @contractspec/lib.design-system@1.48.1
|
|
462
|
-
- @contractspec/lib.contracts@1.48.1
|
|
494
|
+
- @contractspec/lib.contracts-spec@1.48.1
|
|
463
495
|
- @contractspec/example.agent-console@1.48.1
|
|
464
496
|
- @contractspec/example.analytics-dashboard@1.48.1
|
|
465
497
|
- @contractspec/example.crm-pipeline@1.48.1
|
|
@@ -493,7 +525,7 @@
|
|
|
493
525
|
- @contractspec/module.examples@1.48.0
|
|
494
526
|
- @contractspec/bundle.library@1.2.0
|
|
495
527
|
- @contractspec/lib.ui-kit-web@1.48.0
|
|
496
|
-
- @contractspec/lib.contracts@1.48.0
|
|
528
|
+
- @contractspec/lib.contracts-spec@1.48.0
|
|
497
529
|
- @contractspec/lib.ui-link@1.48.0
|
|
498
530
|
- @contractspec/lib.logger@1.48.0
|
|
499
531
|
- @contractspec/lib.email@1.2.0
|
|
@@ -531,7 +563,7 @@
|
|
|
531
563
|
- @contractspec/module.examples@1.47.0
|
|
532
564
|
- @contractspec/bundle.library@1.1.0
|
|
533
565
|
- @contractspec/lib.ui-kit-web@1.47.0
|
|
534
|
-
- @contractspec/lib.contracts@1.47.0
|
|
566
|
+
- @contractspec/lib.contracts-spec@1.47.0
|
|
535
567
|
- @contractspec/lib.ui-link@1.47.0
|
|
536
568
|
- @contractspec/lib.logger@1.47.0
|
|
537
569
|
- @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;
|
|
@@ -28,4 +28,3 @@ declare const itemVariants: (props?: ({
|
|
|
28
28
|
export type IconGridSectionRole = VariantProps<typeof itemVariants>['iconRole'];
|
|
29
29
|
export declare function IconGridSection({ eyebrow, title, subtitle, items, tone, padding, columns, iconRole, }: IconGridSectionProps): import("react/jsx-runtime").JSX.Element;
|
|
30
30
|
export {};
|
|
31
|
-
//# sourceMappingURL=IconGridSection.d.ts.map
|