@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.
Files changed (122) hide show
  1. package/.turbo/turbo-build.log +23 -23
  2. package/CHANGELOG.md +80 -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 +24 -23
  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 28ms
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.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 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 25ms
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 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 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 28ms
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.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,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
@@ -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