@contractspec/bundle.marketing 1.16.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.
Files changed (122) hide show
  1. package/.turbo/turbo-build.log +23 -23
  2. package/CHANGELOG.md +78 -17
  3. package/dist/browser/index.js +6 -6
  4. package/dist/browser/registry/engine.js +5 -5
  5. package/dist/browser/registry/factory.js +1 -1
  6. package/dist/browser/registry/index.js +6 -6
  7. package/dist/browser/registry/registry-docs.js +2 -2
  8. package/dist/browser/registry/registry-landing.js +2 -2
  9. package/dist/browser/registry/registry.js +4 -4
  10. package/dist/browser/registry/utils.js +6 -6
  11. package/dist/components/marketing/ChangelogPage.d.ts +0 -1
  12. package/dist/components/marketing/CofounderPage.d.ts +0 -1
  13. package/dist/components/marketing/ContactClient.d.ts +0 -1
  14. package/dist/components/marketing/ContributePage.d.ts +0 -1
  15. package/dist/components/marketing/DesignPartnerPage.d.ts +0 -1
  16. package/dist/components/marketing/LandingPage.d.ts +0 -1
  17. package/dist/components/marketing/PricingClient.d.ts +0 -1
  18. package/dist/components/marketing/ProductClientPage.d.ts +0 -1
  19. package/dist/components/marketing/index.d.ts +0 -1
  20. package/dist/components/marketing/pricing-thinking-modal.d.ts +0 -1
  21. package/dist/components/marketing/sections/AudienceSection.d.ts +0 -1
  22. package/dist/components/marketing/sections/CorePositioningSection.d.ts +0 -1
  23. package/dist/components/marketing/sections/CtaSection.d.ts +0 -1
  24. package/dist/components/marketing/sections/DevelopersSection.d.ts +0 -1
  25. package/dist/components/marketing/sections/FearsSection.d.ts +0 -1
  26. package/dist/components/marketing/sections/HeroMarketingSection.d.ts +0 -1
  27. package/dist/components/marketing/sections/IconGridSection.d.ts +0 -1
  28. package/dist/components/marketing/sections/OutputsSection.d.ts +0 -1
  29. package/dist/components/marketing/sections/ProblemSection.d.ts +0 -1
  30. package/dist/components/marketing/sections/SolutionSection.d.ts +0 -1
  31. package/dist/components/marketing/sections/StepsSection.d.ts +0 -1
  32. package/dist/components/marketing/waitlist-section.d.ts +0 -1
  33. package/dist/components/templates/TemplatesClientPage.d.ts +0 -1
  34. package/dist/components/templates/TemplatesPage.d.ts +0 -1
  35. package/dist/components/templates/TemplatesPreviewModal.d.ts +0 -1
  36. package/dist/components/templates/index.d.ts +0 -1
  37. package/dist/index.d.ts +0 -1
  38. package/dist/index.js +6 -6
  39. package/dist/libs/email/client.d.ts +0 -1
  40. package/dist/libs/email/client.test.d.ts +0 -1
  41. package/dist/libs/email/contact.d.ts +0 -1
  42. package/dist/libs/email/newsletter.d.ts +0 -1
  43. package/dist/libs/email/types.d.ts +0 -1
  44. package/dist/libs/email/utils.d.ts +0 -1
  45. package/dist/libs/email/waitlist-application.d.ts +0 -1
  46. package/dist/libs/email/waitlist.d.ts +0 -1
  47. package/dist/libs/pricing-examples.d.ts +0 -1
  48. package/dist/node/index.js +6 -6
  49. package/dist/node/registry/engine.js +5 -5
  50. package/dist/node/registry/factory.js +1 -1
  51. package/dist/node/registry/index.js +6 -6
  52. package/dist/node/registry/registry-docs.js +2 -2
  53. package/dist/node/registry/registry-landing.js +2 -2
  54. package/dist/node/registry/registry.js +4 -4
  55. package/dist/node/registry/utils.js +6 -6
  56. package/dist/registry/engine.d.ts +1 -2
  57. package/dist/registry/engine.js +5 -5
  58. package/dist/registry/factory.d.ts +2 -3
  59. package/dist/registry/factory.js +1 -1
  60. package/dist/registry/index.d.ts +0 -1
  61. package/dist/registry/index.js +6 -6
  62. package/dist/registry/registry-docs.d.ts +1 -2
  63. package/dist/registry/registry-docs.js +2 -2
  64. package/dist/registry/registry-landing.d.ts +1 -2
  65. package/dist/registry/registry-landing.js +2 -2
  66. package/dist/registry/registry.d.ts +1 -2
  67. package/dist/registry/registry.js +4 -4
  68. package/dist/registry/types.d.ts +1 -2
  69. package/dist/registry/utils.d.ts +1 -2
  70. package/dist/registry/utils.js +6 -6
  71. package/package.json +25 -24
  72. package/src/registry/engine.ts +1 -1
  73. package/src/registry/factory.ts +2 -2
  74. package/src/registry/registry-docs.ts +2 -2
  75. package/src/registry/registry-landing.ts +2 -2
  76. package/src/registry/registry.ts +2 -2
  77. package/src/registry/types.ts +1 -1
  78. package/src/registry/utils.ts +2 -2
  79. package/dist/components/marketing/ChangelogPage.d.ts.map +0 -1
  80. package/dist/components/marketing/CofounderPage.d.ts.map +0 -1
  81. package/dist/components/marketing/ContactClient.d.ts.map +0 -1
  82. package/dist/components/marketing/ContributePage.d.ts.map +0 -1
  83. package/dist/components/marketing/DesignPartnerPage.d.ts.map +0 -1
  84. package/dist/components/marketing/LandingPage.d.ts.map +0 -1
  85. package/dist/components/marketing/PricingClient.d.ts.map +0 -1
  86. package/dist/components/marketing/ProductClientPage.d.ts.map +0 -1
  87. package/dist/components/marketing/index.d.ts.map +0 -1
  88. package/dist/components/marketing/pricing-thinking-modal.d.ts.map +0 -1
  89. package/dist/components/marketing/sections/AudienceSection.d.ts.map +0 -1
  90. package/dist/components/marketing/sections/CorePositioningSection.d.ts.map +0 -1
  91. package/dist/components/marketing/sections/CtaSection.d.ts.map +0 -1
  92. package/dist/components/marketing/sections/DevelopersSection.d.ts.map +0 -1
  93. package/dist/components/marketing/sections/FearsSection.d.ts.map +0 -1
  94. package/dist/components/marketing/sections/HeroMarketingSection.d.ts.map +0 -1
  95. package/dist/components/marketing/sections/IconGridSection.d.ts.map +0 -1
  96. package/dist/components/marketing/sections/OutputsSection.d.ts.map +0 -1
  97. package/dist/components/marketing/sections/ProblemSection.d.ts.map +0 -1
  98. package/dist/components/marketing/sections/SolutionSection.d.ts.map +0 -1
  99. package/dist/components/marketing/sections/StepsSection.d.ts.map +0 -1
  100. package/dist/components/marketing/waitlist-section.d.ts.map +0 -1
  101. package/dist/components/templates/TemplatesClientPage.d.ts.map +0 -1
  102. package/dist/components/templates/TemplatesPage.d.ts.map +0 -1
  103. package/dist/components/templates/TemplatesPreviewModal.d.ts.map +0 -1
  104. package/dist/components/templates/index.d.ts.map +0 -1
  105. package/dist/index.d.ts.map +0 -1
  106. package/dist/libs/email/client.d.ts.map +0 -1
  107. package/dist/libs/email/client.test.d.ts.map +0 -1
  108. package/dist/libs/email/contact.d.ts.map +0 -1
  109. package/dist/libs/email/newsletter.d.ts.map +0 -1
  110. package/dist/libs/email/types.d.ts.map +0 -1
  111. package/dist/libs/email/utils.d.ts.map +0 -1
  112. package/dist/libs/email/waitlist-application.d.ts.map +0 -1
  113. package/dist/libs/email/waitlist.d.ts.map +0 -1
  114. package/dist/libs/pricing-examples.d.ts.map +0 -1
  115. package/dist/registry/engine.d.ts.map +0 -1
  116. package/dist/registry/factory.d.ts.map +0 -1
  117. package/dist/registry/index.d.ts.map +0 -1
  118. package/dist/registry/registry-docs.d.ts.map +0 -1
  119. package/dist/registry/registry-landing.d.ts.map +0 -1
  120. package/dist/registry/registry.d.ts.map +0 -1
  121. package/dist/registry/types.d.ts.map +0 -1
  122. package/dist/registry/utils.d.ts.map +0 -1
@@ -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 34ms
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.1 KB (entry point)
10
+ registry/index.js 256.12 KB (entry point)
11
11
  registry/types.js 8 bytes (entry point)
12
- registry/utils.js 255.67 KB (entry point)
13
- registry/engine.js 254.13 KB (entry point)
14
- registry/registry.js 253.62 KB (entry point)
15
- registry/registry-docs.js 28.50 KB (entry point)
16
- registry/registry-landing.js 224.96 KB (entry point)
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 34ms
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 40ms
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 255.98 KB (entry point)
57
+ registry/index.js 256.0 KB (entry point)
58
58
  registry/types.js 0 KB (entry point)
59
- registry/utils.js 255.57 KB (entry point)
60
- registry/engine.js 254.0 KB (entry point)
61
- registry/registry.js 253.53 KB (entry point)
62
- registry/registry-docs.js 28.57 KB (entry point)
63
- registry/registry-landing.js 224.87 KB (entry point)
64
- registry/factory.js 1.41 KB (entry point)
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 40ms
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 33ms
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.24 KB (entry point)
104
+ registry/index.js 256.29 KB (entry point)
105
105
  registry/types.js 0 KB (entry point)
106
- registry/utils.js 255.83 KB (entry point)
107
- registry/engine.js 254.30 KB (entry point)
108
- registry/registry.js 253.79 KB (entry point)
109
- registry/registry-docs.js 28.83 KB (entry point)
110
- registry/registry-landing.js 225.13 KB (entry point)
111
- registry/factory.js 1.67 KB (entry point)
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,66 @@
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
+
35
+ ## 1.17.0
36
+
37
+ ### Minor Changes
38
+
39
+ - 064258d: feat: upgrade all dependencies
40
+
41
+ ### Patch Changes
42
+
43
+ - Updated dependencies [064258d]
44
+ - Updated dependencies [064258d]
45
+ - @contractspec/example.analytics-dashboard@1.62.0
46
+ - @contractspec/example.saas-boilerplate@1.62.0
47
+ - @contractspec/example.integration-hub@1.62.0
48
+ - @contractspec/example.workflow-system@1.62.0
49
+ - @contractspec/example.agent-console@1.62.0
50
+ - @contractspec/lib.example-shared-ui@1.16.0
51
+ - @contractspec/example.crm-pipeline@1.62.0
52
+ - @contractspec/example.marketplace@1.62.0
53
+ - @contractspec/lib.runtime-sandbox@0.17.0
54
+ - @contractspec/lib.design-system@1.62.0
55
+ - @contractspec/lib.ui-kit-core@1.62.0
56
+ - @contractspec/module.examples@1.62.0
57
+ - @contractspec/bundle.library@1.17.0
58
+ - @contractspec/lib.ui-kit-web@1.62.0
59
+ - @contractspec/lib.contracts@1.62.0
60
+ - @contractspec/lib.ui-link@1.62.0
61
+ - @contractspec/lib.logger@1.62.0
62
+ - @contractspec/lib.email@1.16.0
63
+
3
64
  ## 1.16.0
4
65
 
5
66
  ### Minor Changes
@@ -23,7 +84,7 @@
23
84
  - @contractspec/module.examples@1.61.0
24
85
  - @contractspec/bundle.library@1.16.0
25
86
  - @contractspec/lib.ui-kit-web@1.61.0
26
- - @contractspec/lib.contracts@1.61.0
87
+ - @contractspec/lib.contracts-spec@1.61.0
27
88
  - @contractspec/lib.ui-link@1.61.0
28
89
  - @contractspec/lib.logger@1.61.0
29
90
  - @contractspec/lib.email@1.15.0
@@ -51,7 +112,7 @@
51
112
  - @contractspec/module.examples@1.60.0
52
113
  - @contractspec/bundle.library@1.15.0
53
114
  - @contractspec/lib.ui-kit-web@1.60.0
54
- - @contractspec/lib.contracts@1.60.0
115
+ - @contractspec/lib.contracts-spec@1.60.0
55
116
  - @contractspec/lib.ui-link@1.60.0
56
117
  - @contractspec/lib.logger@1.60.0
57
118
  - @contractspec/lib.email@1.14.0
@@ -79,7 +140,7 @@
79
140
  - @contractspec/module.examples@1.59.0
80
141
  - @contractspec/bundle.library@1.14.0
81
142
  - @contractspec/lib.ui-kit-web@1.59.0
82
- - @contractspec/lib.contracts@1.59.0
143
+ - @contractspec/lib.contracts-spec@1.59.0
83
144
  - @contractspec/lib.ui-link@1.59.0
84
145
  - @contractspec/lib.logger@1.59.0
85
146
  - @contractspec/lib.email@1.13.0
@@ -108,7 +169,7 @@
108
169
  - @contractspec/module.examples@1.58.0
109
170
  - @contractspec/bundle.library@1.13.0
110
171
  - @contractspec/lib.ui-kit-web@1.58.0
111
- - @contractspec/lib.contracts@1.58.0
172
+ - @contractspec/lib.contracts-spec@1.58.0
112
173
  - @contractspec/lib.ui-link@1.58.0
113
174
  - @contractspec/lib.logger@1.58.0
114
175
  - @contractspec/lib.email@1.12.0
@@ -127,7 +188,7 @@
127
188
  - Updated dependencies [4651e06]
128
189
  - Updated dependencies [ad9d10a]
129
190
  - Updated dependencies [11a5a05]
130
- - @contractspec/lib.contracts@1.57.0
191
+ - @contractspec/lib.contracts-spec@1.57.0
131
192
  - @contractspec/example.analytics-dashboard@1.57.0
132
193
  - @contractspec/example.integration-hub@1.57.0
133
194
  - @contractspec/module.examples@1.57.0
@@ -166,7 +227,7 @@
166
227
  - @contractspec/module.examples@1.56.1
167
228
  - @contractspec/bundle.library@1.11.1
168
229
  - @contractspec/lib.ui-kit-web@1.56.1
169
- - @contractspec/lib.contracts@1.56.1
230
+ - @contractspec/lib.contracts-spec@1.56.1
170
231
  - @contractspec/lib.ui-link@1.56.1
171
232
  - @contractspec/lib.logger@1.56.1
172
233
  - @contractspec/lib.email@1.10.1
@@ -194,7 +255,7 @@
194
255
  - @contractspec/module.examples@1.56.0
195
256
  - @contractspec/bundle.library@1.11.0
196
257
  - @contractspec/lib.ui-kit-web@1.56.0
197
- - @contractspec/lib.contracts@1.56.0
258
+ - @contractspec/lib.contracts-spec@1.56.0
198
259
  - @contractspec/lib.ui-link@1.56.0
199
260
  - @contractspec/lib.logger@1.56.0
200
261
  - @contractspec/lib.email@1.10.0
@@ -222,7 +283,7 @@
222
283
  - @contractspec/module.examples@1.55.0
223
284
  - @contractspec/bundle.library@1.10.0
224
285
  - @contractspec/lib.ui-kit-web@1.55.0
225
- - @contractspec/lib.contracts@1.55.0
286
+ - @contractspec/lib.contracts-spec@1.55.0
226
287
  - @contractspec/lib.ui-link@1.55.0
227
288
  - @contractspec/lib.logger@1.55.0
228
289
  - @contractspec/lib.email@1.9.0
@@ -240,7 +301,7 @@
240
301
  - @contractspec/lib.design-system@1.54.0
241
302
  - @contractspec/bundle.library@1.9.0
242
303
  - @contractspec/lib.ui-kit-web@1.54.0
243
- - @contractspec/lib.contracts@1.54.0
304
+ - @contractspec/lib.contracts-spec@1.54.0
244
305
  - @contractspec/example.agent-console@1.54.0
245
306
  - @contractspec/example.analytics-dashboard@1.54.0
246
307
  - @contractspec/example.crm-pipeline@1.54.0
@@ -271,7 +332,7 @@
271
332
  - Updated dependencies [64d84e1]
272
333
  - @contractspec/bundle.library@1.8.0
273
334
  - @contractspec/lib.design-system@1.53.0
274
- - @contractspec/lib.contracts@1.53.0
335
+ - @contractspec/lib.contracts-spec@1.53.0
275
336
  - @contractspec/example.analytics-dashboard@1.53.0
276
337
  - @contractspec/example.integration-hub@1.53.0
277
338
  - @contractspec/example.workflow-system@1.53.0
@@ -311,7 +372,7 @@
311
372
  - @contractspec/module.examples@1.52.0
312
373
  - @contractspec/bundle.library@1.7.0
313
374
  - @contractspec/lib.ui-kit-web@1.52.0
314
- - @contractspec/lib.contracts@1.52.0
375
+ - @contractspec/lib.contracts-spec@1.52.0
315
376
  - @contractspec/lib.ui-link@1.52.0
316
377
  - @contractspec/lib.logger@1.52.0
317
378
  - @contractspec/lib.email@1.6.0
@@ -327,7 +388,7 @@
327
388
  - Updated dependencies [23e46e9]
328
389
  - Updated dependencies [ad1f852]
329
390
  - Updated dependencies [e6faefb]
330
- - @contractspec/lib.contracts@1.51.0
391
+ - @contractspec/lib.contracts-spec@1.51.0
331
392
  - @contractspec/example.analytics-dashboard@1.51.0
332
393
  - @contractspec/example.saas-boilerplate@1.51.0
333
394
  - @contractspec/example.integration-hub@1.51.0
@@ -355,7 +416,7 @@
355
416
  ### Patch Changes
356
417
 
357
418
  - Updated dependencies [5325d6b]
358
- - @contractspec/lib.contracts@1.50.0
419
+ - @contractspec/lib.contracts-spec@1.50.0
359
420
  - @contractspec/bundle.library@1.5.0
360
421
  - @contractspec/example.agent-console@1.50.0
361
422
  - @contractspec/example.analytics-dashboard@1.50.0
@@ -397,7 +458,7 @@
397
458
  - @contractspec/module.examples@1.49.0
398
459
  - @contractspec/bundle.library@1.4.0
399
460
  - @contractspec/lib.ui-kit-web@1.49.0
400
- - @contractspec/lib.contracts@1.49.0
461
+ - @contractspec/lib.contracts-spec@1.49.0
401
462
  - @contractspec/lib.ui-link@1.49.0
402
463
  - @contractspec/lib.logger@1.49.0
403
464
  - @contractspec/lib.email@1.3.0
@@ -430,7 +491,7 @@
430
491
  - Updated dependencies [1536bf3]
431
492
  - @contractspec/bundle.library@1.3.0
432
493
  - @contractspec/lib.design-system@1.48.1
433
- - @contractspec/lib.contracts@1.48.1
494
+ - @contractspec/lib.contracts-spec@1.48.1
434
495
  - @contractspec/example.agent-console@1.48.1
435
496
  - @contractspec/example.analytics-dashboard@1.48.1
436
497
  - @contractspec/example.crm-pipeline@1.48.1
@@ -464,7 +525,7 @@
464
525
  - @contractspec/module.examples@1.48.0
465
526
  - @contractspec/bundle.library@1.2.0
466
527
  - @contractspec/lib.ui-kit-web@1.48.0
467
- - @contractspec/lib.contracts@1.48.0
528
+ - @contractspec/lib.contracts-spec@1.48.0
468
529
  - @contractspec/lib.ui-link@1.48.0
469
530
  - @contractspec/lib.logger@1.48.0
470
531
  - @contractspec/lib.email@1.2.0
@@ -502,7 +563,7 @@
502
563
  - @contractspec/module.examples@1.47.0
503
564
  - @contractspec/bundle.library@1.1.0
504
565
  - @contractspec/lib.ui-kit-web@1.47.0
505
- - @contractspec/lib.contracts@1.47.0
566
+ - @contractspec/lib.contracts-spec@1.47.0
506
567
  - @contractspec/lib.ui-link@1.47.0
507
568
  - @contractspec/lib.logger@1.47.0
508
569
  - @contractspec/lib.email@1.1.0
@@ -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/client/react/feature-render";
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);
@@ -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",
@@ -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/client/react/feature-render";
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/client/react/feature-render";
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;
@@ -12,4 +12,3 @@ interface ChangelogPageProps {
12
12
  }
13
13
  export declare function ChangelogPage({ entries }: ChangelogPageProps): import("react/jsx-runtime").JSX.Element;
14
14
  export {};
15
- //# sourceMappingURL=ChangelogPage.d.ts.map
@@ -1,2 +1 @@
1
1
  export declare function CofounderPage(): import("react/jsx-runtime").JSX.Element;
2
- //# sourceMappingURL=CofounderPage.d.ts.map
@@ -1,2 +1 @@
1
1
  export declare function ContactClient(): import("react/jsx-runtime").JSX.Element;
2
- //# sourceMappingURL=ContactClient.d.ts.map
@@ -1,4 +1,3 @@
1
1
  import type { Metadata } from 'next';
2
2
  export declare const metadata: Metadata;
3
3
  export declare function ContributePage(): import("react/jsx-runtime").JSX.Element;
4
- //# sourceMappingURL=ContributePage.d.ts.map
@@ -1,4 +1,3 @@
1
1
  import type { Metadata } from 'next';
2
2
  export declare const metadata: Metadata;
3
3
  export declare function DesignPartnerPage(): import("react/jsx-runtime").JSX.Element;
4
- //# sourceMappingURL=DesignPartnerPage.d.ts.map
@@ -1,2 +1 @@
1
1
  export declare function LandingPage(): import("react/jsx-runtime").JSX.Element;
2
- //# sourceMappingURL=LandingPage.d.ts.map
@@ -1,2 +1 @@
1
1
  export declare function PricingClient(): import("react/jsx-runtime").JSX.Element;
2
- //# sourceMappingURL=PricingClient.d.ts.map
@@ -1,2 +1 @@
1
1
  export declare const ProductClientPage: () => import("react/jsx-runtime").JSX.Element;
2
- //# sourceMappingURL=ProductClientPage.d.ts.map
@@ -8,4 +8,3 @@ export { ContributePage } from './ContributePage';
8
8
  export { DesignPartnerPage } from './DesignPartnerPage';
9
9
  export { WaitlistSection } from './waitlist-section';
10
10
  export { PricingThinkingModal } from './pricing-thinking-modal';
11
- //# sourceMappingURL=index.d.ts.map
@@ -5,4 +5,3 @@ interface PricingThinkingModalProps {
5
5
  }
6
6
  export declare function PricingThinkingModal({ open, onOpenChange, onApplyClick, }: PricingThinkingModalProps): import("react/jsx-runtime").JSX.Element;
7
7
  export {};
8
- //# sourceMappingURL=pricing-thinking-modal.d.ts.map
@@ -1,2 +1 @@
1
1
  export declare function AudienceSection(): import("react/jsx-runtime").JSX.Element;
2
- //# sourceMappingURL=AudienceSection.d.ts.map
@@ -1,2 +1 @@
1
1
  export declare function CorePositioningSection(): import("react/jsx-runtime").JSX.Element;
2
- //# sourceMappingURL=CorePositioningSection.d.ts.map
@@ -1,2 +1 @@
1
1
  export declare function CtaSection(): import("react/jsx-runtime").JSX.Element;
2
- //# sourceMappingURL=CtaSection.d.ts.map