@contractspec/bundle.marketing 1.12.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 (216) hide show
  1. package/.turbo/turbo-build$colon$types.log +1 -0
  2. package/.turbo/turbo-build.log +175 -0
  3. package/.turbo/turbo-lint.log +3 -0
  4. package/AGENTS.md +36 -0
  5. package/CHANGELOG.md +416 -0
  6. package/README.md +57 -0
  7. package/dist/components/marketing/ChangelogPage.d.ts +21 -0
  8. package/dist/components/marketing/ChangelogPage.d.ts.map +1 -0
  9. package/dist/components/marketing/ChangelogPage.js +65 -0
  10. package/dist/components/marketing/ChangelogPage.js.map +1 -0
  11. package/dist/components/marketing/CofounderPage.d.ts +7 -0
  12. package/dist/components/marketing/CofounderPage.d.ts.map +1 -0
  13. package/dist/components/marketing/CofounderPage.js +468 -0
  14. package/dist/components/marketing/CofounderPage.js.map +1 -0
  15. package/dist/components/marketing/ContactClient.d.ts +7 -0
  16. package/dist/components/marketing/ContactClient.d.ts.map +1 -0
  17. package/dist/components/marketing/ContactClient.js +158 -0
  18. package/dist/components/marketing/ContactClient.js.map +1 -0
  19. package/dist/components/marketing/ContributePage.d.ts +9 -0
  20. package/dist/components/marketing/ContributePage.d.ts.map +1 -0
  21. package/dist/components/marketing/ContributePage.js +362 -0
  22. package/dist/components/marketing/ContributePage.js.map +1 -0
  23. package/dist/components/marketing/DesignPartnerPage.d.ts +9 -0
  24. package/dist/components/marketing/DesignPartnerPage.d.ts.map +1 -0
  25. package/dist/components/marketing/DesignPartnerPage.js +215 -0
  26. package/dist/components/marketing/DesignPartnerPage.js.map +1 -0
  27. package/dist/components/marketing/LandingPage.d.ts +7 -0
  28. package/dist/components/marketing/LandingPage.d.ts.map +1 -0
  29. package/dist/components/marketing/LandingPage.js +38 -0
  30. package/dist/components/marketing/LandingPage.js.map +1 -0
  31. package/dist/components/marketing/PricingClient.d.ts +7 -0
  32. package/dist/components/marketing/PricingClient.d.ts.map +1 -0
  33. package/dist/components/marketing/PricingClient.js +521 -0
  34. package/dist/components/marketing/PricingClient.js.map +1 -0
  35. package/dist/components/marketing/ProductClientPage.d.ts +7 -0
  36. package/dist/components/marketing/ProductClientPage.d.ts.map +1 -0
  37. package/dist/components/marketing/ProductClientPage.js +460 -0
  38. package/dist/components/marketing/ProductClientPage.js.map +1 -0
  39. package/dist/components/marketing/index.d.ts +11 -0
  40. package/dist/components/marketing/index.js +12 -0
  41. package/dist/components/marketing/pricing-thinking-modal.d.ts +16 -0
  42. package/dist/components/marketing/pricing-thinking-modal.d.ts.map +1 -0
  43. package/dist/components/marketing/pricing-thinking-modal.js +202 -0
  44. package/dist/components/marketing/pricing-thinking-modal.js.map +1 -0
  45. package/dist/components/marketing/sections/AudienceSection.d.ts +7 -0
  46. package/dist/components/marketing/sections/AudienceSection.d.ts.map +1 -0
  47. package/dist/components/marketing/sections/AudienceSection.js +68 -0
  48. package/dist/components/marketing/sections/AudienceSection.js.map +1 -0
  49. package/dist/components/marketing/sections/CorePositioningSection.d.ts +7 -0
  50. package/dist/components/marketing/sections/CorePositioningSection.d.ts.map +1 -0
  51. package/dist/components/marketing/sections/CorePositioningSection.js +59 -0
  52. package/dist/components/marketing/sections/CorePositioningSection.js.map +1 -0
  53. package/dist/components/marketing/sections/CtaSection.d.ts +7 -0
  54. package/dist/components/marketing/sections/CtaSection.d.ts.map +1 -0
  55. package/dist/components/marketing/sections/CtaSection.js +54 -0
  56. package/dist/components/marketing/sections/CtaSection.js.map +1 -0
  57. package/dist/components/marketing/sections/DevelopersSection.d.ts +7 -0
  58. package/dist/components/marketing/sections/DevelopersSection.d.ts.map +1 -0
  59. package/dist/components/marketing/sections/DevelopersSection.js +45 -0
  60. package/dist/components/marketing/sections/DevelopersSection.js.map +1 -0
  61. package/dist/components/marketing/sections/FearsSection.d.ts +7 -0
  62. package/dist/components/marketing/sections/FearsSection.d.ts.map +1 -0
  63. package/dist/components/marketing/sections/FearsSection.js +48 -0
  64. package/dist/components/marketing/sections/FearsSection.js.map +1 -0
  65. package/dist/components/marketing/sections/HeroMarketingSection.d.ts +7 -0
  66. package/dist/components/marketing/sections/HeroMarketingSection.d.ts.map +1 -0
  67. package/dist/components/marketing/sections/HeroMarketingSection.js +77 -0
  68. package/dist/components/marketing/sections/HeroMarketingSection.js.map +1 -0
  69. package/dist/components/marketing/sections/IconGridSection.d.ts +45 -0
  70. package/dist/components/marketing/sections/IconGridSection.d.ts.map +1 -0
  71. package/dist/components/marketing/sections/IconGridSection.js +44 -0
  72. package/dist/components/marketing/sections/IconGridSection.js.map +1 -0
  73. package/dist/components/marketing/sections/OutputsSection.d.ts +7 -0
  74. package/dist/components/marketing/sections/OutputsSection.d.ts.map +1 -0
  75. package/dist/components/marketing/sections/OutputsSection.js +59 -0
  76. package/dist/components/marketing/sections/OutputsSection.js.map +1 -0
  77. package/dist/components/marketing/sections/ProblemSection.d.ts +7 -0
  78. package/dist/components/marketing/sections/ProblemSection.d.ts.map +1 -0
  79. package/dist/components/marketing/sections/ProblemSection.js +46 -0
  80. package/dist/components/marketing/sections/ProblemSection.js.map +1 -0
  81. package/dist/components/marketing/sections/SolutionSection.d.ts +7 -0
  82. package/dist/components/marketing/sections/SolutionSection.d.ts.map +1 -0
  83. package/dist/components/marketing/sections/SolutionSection.js +46 -0
  84. package/dist/components/marketing/sections/SolutionSection.js.map +1 -0
  85. package/dist/components/marketing/sections/StepsSection.d.ts +7 -0
  86. package/dist/components/marketing/sections/StepsSection.d.ts.map +1 -0
  87. package/dist/components/marketing/sections/StepsSection.js +52 -0
  88. package/dist/components/marketing/sections/StepsSection.js.map +1 -0
  89. package/dist/components/marketing/waitlist-section.d.ts +15 -0
  90. package/dist/components/marketing/waitlist-section.d.ts.map +1 -0
  91. package/dist/components/marketing/waitlist-section.js +578 -0
  92. package/dist/components/marketing/waitlist-section.js.map +1 -0
  93. package/dist/components/templates/TemplatesClientPage.d.ts +7 -0
  94. package/dist/components/templates/TemplatesClientPage.d.ts.map +1 -0
  95. package/dist/components/templates/TemplatesClientPage.js +625 -0
  96. package/dist/components/templates/TemplatesClientPage.js.map +1 -0
  97. package/dist/components/templates/TemplatesPage.d.ts +7 -0
  98. package/dist/components/templates/TemplatesPage.d.ts.map +1 -0
  99. package/dist/components/templates/TemplatesPage.js +125 -0
  100. package/dist/components/templates/TemplatesPage.js.map +1 -0
  101. package/dist/components/templates/TemplatesPreviewModal.d.ts +15 -0
  102. package/dist/components/templates/TemplatesPreviewModal.d.ts.map +1 -0
  103. package/dist/components/templates/TemplatesPreviewModal.js +137 -0
  104. package/dist/components/templates/TemplatesPreviewModal.js.map +1 -0
  105. package/dist/components/templates/index.d.ts +4 -0
  106. package/dist/components/templates/index.js +5 -0
  107. package/dist/index.d.ts +29 -0
  108. package/dist/index.js +28 -0
  109. package/dist/libs/email/client.d.ts +15 -0
  110. package/dist/libs/email/client.d.ts.map +1 -0
  111. package/dist/libs/email/client.js +113 -0
  112. package/dist/libs/email/client.js.map +1 -0
  113. package/dist/libs/email/contact.d.ts +7 -0
  114. package/dist/libs/email/contact.d.ts.map +1 -0
  115. package/dist/libs/email/contact.js +71 -0
  116. package/dist/libs/email/contact.js.map +1 -0
  117. package/dist/libs/email/newsletter.d.ts +7 -0
  118. package/dist/libs/email/newsletter.d.ts.map +1 -0
  119. package/dist/libs/email/newsletter.js +95 -0
  120. package/dist/libs/email/newsletter.js.map +1 -0
  121. package/dist/libs/email/types.d.ts +53 -0
  122. package/dist/libs/email/types.d.ts.map +1 -0
  123. package/dist/libs/email/types.js +1 -0
  124. package/dist/libs/email/utils.d.ts +6 -0
  125. package/dist/libs/email/utils.d.ts.map +1 -0
  126. package/dist/libs/email/utils.js +7 -0
  127. package/dist/libs/email/utils.js.map +1 -0
  128. package/dist/libs/email/waitlist-application.d.ts +7 -0
  129. package/dist/libs/email/waitlist-application.d.ts.map +1 -0
  130. package/dist/libs/email/waitlist-application.js +170 -0
  131. package/dist/libs/email/waitlist-application.js.map +1 -0
  132. package/dist/libs/email/waitlist.d.ts +7 -0
  133. package/dist/libs/email/waitlist.d.ts.map +1 -0
  134. package/dist/libs/email/waitlist.js +105 -0
  135. package/dist/libs/email/waitlist.js.map +1 -0
  136. package/dist/libs/pricing-examples.d.ts +22 -0
  137. package/dist/libs/pricing-examples.d.ts.map +1 -0
  138. package/dist/libs/pricing-examples.js +21 -0
  139. package/dist/libs/pricing-examples.js.map +1 -0
  140. package/dist/registry/engine.d.ts +17 -0
  141. package/dist/registry/engine.d.ts.map +1 -0
  142. package/dist/registry/engine.js +24 -0
  143. package/dist/registry/engine.js.map +1 -0
  144. package/dist/registry/factory.d.ts +64 -0
  145. package/dist/registry/factory.d.ts.map +1 -0
  146. package/dist/registry/factory.js +61 -0
  147. package/dist/registry/factory.js.map +1 -0
  148. package/dist/registry/index.d.ts +8 -0
  149. package/dist/registry/index.js +8 -0
  150. package/dist/registry/registry-docs.d.ts +15 -0
  151. package/dist/registry/registry-docs.d.ts.map +1 -0
  152. package/dist/registry/registry-docs.js +305 -0
  153. package/dist/registry/registry-docs.js.map +1 -0
  154. package/dist/registry/registry-landing.d.ts +19 -0
  155. package/dist/registry/registry-landing.d.ts.map +1 -0
  156. package/dist/registry/registry-landing.js +95 -0
  157. package/dist/registry/registry-landing.js.map +1 -0
  158. package/dist/registry/registry.d.ts +30 -0
  159. package/dist/registry/registry.d.ts.map +1 -0
  160. package/dist/registry/registry.js +61 -0
  161. package/dist/registry/registry.js.map +1 -0
  162. package/dist/registry/types.d.ts +19 -0
  163. package/dist/registry/types.d.ts.map +1 -0
  164. package/dist/registry/types.js +0 -0
  165. package/dist/registry/utils.d.ts +31 -0
  166. package/dist/registry/utils.d.ts.map +1 -0
  167. package/dist/registry/utils.js +54 -0
  168. package/dist/registry/utils.js.map +1 -0
  169. package/package.json +151 -0
  170. package/src/components/marketing/ChangelogPage.tsx +110 -0
  171. package/src/components/marketing/CofounderPage.tsx +409 -0
  172. package/src/components/marketing/ContactClient.tsx +174 -0
  173. package/src/components/marketing/ContributePage.tsx +319 -0
  174. package/src/components/marketing/DesignPartnerPage.tsx +181 -0
  175. package/src/components/marketing/LandingPage.tsx +30 -0
  176. package/src/components/marketing/PricingClient.tsx +446 -0
  177. package/src/components/marketing/ProductClientPage.tsx +391 -0
  178. package/src/components/marketing/index.ts +10 -0
  179. package/src/components/marketing/pricing-thinking-modal.tsx +224 -0
  180. package/src/components/marketing/sections/AudienceSection.tsx +66 -0
  181. package/src/components/marketing/sections/CorePositioningSection.tsx +44 -0
  182. package/src/components/marketing/sections/CtaSection.tsx +57 -0
  183. package/src/components/marketing/sections/DevelopersSection.tsx +38 -0
  184. package/src/components/marketing/sections/FearsSection.tsx +45 -0
  185. package/src/components/marketing/sections/HeroMarketingSection.tsx +73 -0
  186. package/src/components/marketing/sections/IconGridSection.tsx +91 -0
  187. package/src/components/marketing/sections/OutputsSection.tsx +59 -0
  188. package/src/components/marketing/sections/ProblemSection.tsx +47 -0
  189. package/src/components/marketing/sections/SolutionSection.tsx +47 -0
  190. package/src/components/marketing/sections/StepsSection.tsx +55 -0
  191. package/src/components/marketing/waitlist-section.tsx +606 -0
  192. package/src/components/templates/TemplatesClientPage.tsx +711 -0
  193. package/src/components/templates/TemplatesPage.tsx +129 -0
  194. package/src/components/templates/TemplatesPreviewModal.tsx +260 -0
  195. package/src/components/templates/index.ts +3 -0
  196. package/src/index.ts +15 -0
  197. package/src/libs/email/client.test.ts +107 -0
  198. package/src/libs/email/client.ts +146 -0
  199. package/src/libs/email/contact.ts +80 -0
  200. package/src/libs/email/newsletter.ts +108 -0
  201. package/src/libs/email/types.ts +59 -0
  202. package/src/libs/email/utils.ts +8 -0
  203. package/src/libs/email/waitlist-application.ts +192 -0
  204. package/src/libs/email/waitlist.ts +118 -0
  205. package/src/libs/pricing-examples.ts +19 -0
  206. package/src/registry/engine.ts +38 -0
  207. package/src/registry/factory.ts +110 -0
  208. package/src/registry/index.ts +7 -0
  209. package/src/registry/registry-docs.ts +843 -0
  210. package/src/registry/registry-landing.ts +118 -0
  211. package/src/registry/registry.ts +85 -0
  212. package/src/registry/types.ts +17 -0
  213. package/src/registry/utils.ts +99 -0
  214. package/tsconfig.json +13 -0
  215. package/tsconfig.tsbuildinfo +1 -0
  216. package/tsdown.config.js +10 -0
@@ -0,0 +1 @@
1
+ $ tsc --noEmit
@@ -0,0 +1,175 @@
1
+
2
+ $ bun build:types && bun build:bundle
3
+ $ tsc --noEmit
4
+ $ tsdown
5
+ ℹ tsdown v0.20.3 powered by rolldown v1.0.0-rc.3
6
+ ℹ config file: /Users/tboutron/Documents/clients/lssm/monorepo-lssm/packages/contractspec/packages/bundles/marketing/tsdown.config.js (unrun)
7
+ ℹ entry: src/index.ts, src/libs/pricing-examples.ts, src/registry/engine.ts, src/registry/factory.ts, src/registry/index.ts, src/registry/registry-docs.ts, src/registry/registry-landing.ts, src/registry/registry.ts, src/registry/types.ts, src/registry/utils.ts, src/components/marketing/ChangelogPage.tsx, src/components/marketing/CofounderPage.tsx, src/components/marketing/ContactClient.tsx, src/components/marketing/ContributePage.tsx, src/components/marketing/DesignPartnerPage.tsx, src/components/marketing/LandingPage.tsx, src/components/marketing/PricingClient.tsx, src/components/marketing/ProductClientPage.tsx, src/components/marketing/index.ts, src/components/marketing/pricing-thinking-modal.tsx, src/components/marketing/waitlist-section.tsx, src/components/templates/TemplatesClientPage.tsx, src/components/templates/TemplatesPage.tsx, src/components/templates/TemplatesPreviewModal.tsx, src/components/templates/index.ts, src/libs/email/client.ts, src/libs/email/contact.ts, src/libs/email/newsletter.ts, src/libs/email/types.ts, src/libs/email/utils.ts, src/libs/email/waitlist-application.ts, src/libs/email/waitlist.ts, src/components/marketing/sections/AudienceSection.tsx, src/components/marketing/sections/CorePositioningSection.tsx, src/components/marketing/sections/CtaSection.tsx, src/components/marketing/sections/DevelopersSection.tsx, src/components/marketing/sections/FearsSection.tsx, src/components/marketing/sections/HeroMarketingSection.tsx, src/components/marketing/sections/IconGridSection.tsx, src/components/marketing/sections/OutputsSection.tsx, src/components/marketing/sections/ProblemSection.tsx, src/components/marketing/sections/SolutionSection.tsx, src/components/marketing/sections/StepsSection.tsx
8
+ ℹ target: esnext
9
+ ℹ tsconfig: tsconfig.json
10
+ ℹ Build start
11
+ ℹ Cleaning 169 files
12
+ ℹ dist/registry/registry-docs.js 27.38 kB │ gzip: 3.94 kB
13
+ ℹ dist/components/templates/TemplatesClientPage.js 25.55 kB │ gzip: 5.49 kB
14
+ ℹ dist/components/marketing/waitlist-section.js 22.40 kB │ gzip: 4.03 kB
15
+ ℹ dist/components/marketing/PricingClient.js 20.90 kB │ gzip: 3.77 kB
16
+ ℹ dist/components/marketing/ProductClientPage.js 17.11 kB │ gzip: 3.37 kB
17
+ ℹ dist/components/marketing/CofounderPage.js 14.81 kB │ gzip: 3.60 kB
18
+ ℹ dist/components/marketing/ContributePage.js 14.21 kB │ gzip: 2.94 kB
19
+ ℹ dist/components/marketing/DesignPartnerPage.js  8.70 kB │ gzip: 2.02 kB
20
+ ℹ dist/components/marketing/pricing-thinking-modal.js  7.83 kB │ gzip: 2.28 kB
21
+ ℹ dist/libs/email/waitlist-application.js  7.55 kB │ gzip: 2.16 kB
22
+ ℹ dist/components/templates/TemplatesPreviewModal.js  6.12 kB │ gzip: 1.43 kB
23
+ ℹ dist/components/marketing/ContactClient.js  5.84 kB │ gzip: 1.66 kB
24
+ ℹ dist/components/templates/TemplatesPage.js  4.15 kB │ gzip: 1.24 kB
25
+ ℹ dist/libs/email/waitlist.js  3.88 kB │ gzip: 1.38 kB
26
+ ℹ dist/libs/email/newsletter.js  3.29 kB │ gzip: 1.24 kB
27
+ ℹ dist/registry/registry-landing.js  3.25 kB │ gzip: 0.95 kB
28
+ ℹ dist/libs/email/client.js  3.24 kB │ gzip: 1.19 kB
29
+ ℹ dist/index.js  2.88 kB │ gzip: 0.67 kB
30
+ ℹ dist/components/marketing/sections/AudienceSection.js  2.83 kB │ gzip: 1.19 kB
31
+ ℹ dist/components/marketing/sections/HeroMarketingSection.js  2.77 kB │ gzip: 1.09 kB
32
+ ℹ dist/components/marketing/ChangelogPage.js  2.63 kB │ gzip: 0.90 kB
33
+ ℹ dist/libs/email/contact.js  2.62 kB │ gzip: 1.08 kB
34
+ ℹ dist/registry/registry.js  2.13 kB │ gzip: 0.77 kB
35
+ ℹ dist/registry/utils.js  1.86 kB │ gzip: 0.74 kB
36
+ ℹ dist/registry/factory.js  1.86 kB │ gzip: 0.85 kB
37
+ ℹ dist/components/marketing/sections/CorePositioningSection.js  1.83 kB │ gzip: 0.76 kB
38
+ ℹ dist/components/marketing/sections/CtaSection.js  1.82 kB │ gzip: 0.78 kB
39
+ ℹ dist/components/marketing/sections/FearsSection.js  1.74 kB │ gzip: 0.92 kB
40
+ ℹ dist/components/marketing/sections/SolutionSection.js  1.58 kB │ gzip: 0.79 kB
41
+ ℹ dist/components/marketing/sections/OutputsSection.js  1.53 kB │ gzip: 0.76 kB
42
+ ℹ dist/components/marketing/sections/ProblemSection.js  1.53 kB │ gzip: 0.78 kB
43
+ ℹ dist/components/marketing/LandingPage.js  1.48 kB │ gzip: 0.46 kB
44
+ ℹ dist/components/marketing/sections/StepsSection.js  1.45 kB │ gzip: 0.75 kB
45
+ ℹ dist/components/marketing/sections/IconGridSection.js  1.45 kB │ gzip: 0.65 kB
46
+ ℹ dist/components/marketing/sections/DevelopersSection.js  1.22 kB │ gzip: 0.69 kB
47
+ ℹ dist/registry/index.js  1.12 kB │ gzip: 0.33 kB
48
+ ℹ dist/registry/engine.js  0.93 kB │ gzip: 0.42 kB
49
+ ℹ dist/components/marketing/index.js  0.73 kB │ gzip: 0.23 kB
50
+ ℹ dist/libs/pricing-examples.js  0.55 kB │ gzip: 0.36 kB
51
+ ℹ dist/libs/email/utils.js  0.32 kB │ gzip: 0.20 kB
52
+ ℹ dist/components/templates/index.js  0.26 kB │ gzip: 0.12 kB
53
+ ℹ dist/libs/email/types.js  0.01 kB │ gzip: 0.03 kB
54
+ ℹ dist/registry/types.js  0.00 kB │ gzip: 0.02 kB
55
+ ℹ dist/components/templates/TemplatesClientPage.js.map 36.08 kB │ gzip: 7.76 kB
56
+ ℹ dist/registry/registry-docs.js.map 35.15 kB │ gzip: 5.04 kB
57
+ ℹ dist/components/marketing/waitlist-section.js.map 31.20 kB │ gzip: 6.33 kB
58
+ ℹ dist/components/marketing/PricingClient.js.map 23.82 kB │ gzip: 4.89 kB
59
+ ℹ dist/components/marketing/ProductClientPage.js.map 19.84 kB │ gzip: 4.20 kB
60
+ ℹ dist/components/marketing/CofounderPage.js.map 18.51 kB │ gzip: 5.00 kB
61
+ ℹ dist/components/marketing/ContributePage.js.map 16.12 kB │ gzip: 3.75 kB
62
+ ℹ dist/components/templates/TemplatesPreviewModal.js.map 10.62 kB │ gzip: 2.46 kB
63
+ ℹ dist/components/marketing/pricing-thinking-modal.js.map 10.37 kB │ gzip: 3.17 kB
64
+ ℹ dist/libs/email/waitlist-application.js.map 10.29 kB │ gzip: 2.93 kB
65
+ ℹ dist/components/marketing/DesignPartnerPage.js.map  9.59 kB │ gzip: 2.52 kB
66
+ ℹ dist/components/marketing/ContactClient.js.map  8.11 kB │ gzip: 2.52 kB
67
+ ℹ dist/components/templates/TemplatesPage.js.map  6.12 kB │ gzip: 1.97 kB
68
+ ℹ dist/libs/email/client.js.map  5.96 kB │ gzip: 2.04 kB
69
+ ℹ dist/libs/email/waitlist.js.map  5.16 kB │ gzip: 1.80 kB
70
+ ℹ dist/components/marketing/ChangelogPage.js.map  4.67 kB │ gzip: 1.60 kB
71
+ ℹ dist/registry/registry-landing.js.map  4.58 kB │ gzip: 1.23 kB
72
+ ℹ dist/libs/email/newsletter.js.map  4.53 kB │ gzip: 1.66 kB
73
+ ℹ dist/libs/email/contact.js.map  3.80 kB │ gzip: 1.52 kB
74
+ ℹ dist/registry/factory.js.map  3.78 kB │ gzip: 1.51 kB
75
+ ℹ dist/registry/utils.js.map  3.58 kB │ gzip: 1.31 kB
76
+ ℹ dist/components/marketing/sections/HeroMarketingSection.js.map  3.56 kB │ gzip: 1.44 kB
77
+ ℹ dist/components/marketing/sections/AudienceSection.js.map  3.51 kB │ gzip: 1.45 kB
78
+ ℹ dist/registry/registry.js.map  3.22 kB │ gzip: 1.18 kB
79
+ ℹ dist/components/marketing/sections/IconGridSection.js.map  3.04 kB │ gzip: 1.18 kB
80
+ ℹ dist/components/marketing/sections/CtaSection.js.map  2.44 kB │ gzip: 1.00 kB
81
+ ℹ dist/components/marketing/sections/FearsSection.js.map  2.25 kB │ gzip: 1.08 kB
82
+ ℹ dist/components/marketing/sections/OutputsSection.js.map  2.16 kB │ gzip: 0.94 kB
83
+ ℹ dist/components/marketing/sections/CorePositioningSection.js.map  2.10 kB │ gzip: 0.96 kB
84
+ ℹ dist/components/marketing/sections/SolutionSection.js.map  2.08 kB │ gzip: 0.93 kB
85
+ ℹ dist/components/marketing/sections/StepsSection.js.map  2.06 kB │ gzip: 0.96 kB
86
+ ℹ dist/components/marketing/sections/ProblemSection.js.map  2.03 kB │ gzip: 0.93 kB
87
+ ℹ dist/components/marketing/sections/DevelopersSection.js.map  1.52 kB │ gzip: 0.83 kB
88
+ ℹ dist/components/marketing/LandingPage.js.map  1.50 kB │ gzip: 0.53 kB
89
+ ℹ dist/registry/engine.js.map  1.48 kB │ gzip: 0.65 kB
90
+ ℹ dist/libs/pricing-examples.js.map  0.77 kB │ gzip: 0.47 kB
91
+ ℹ dist/components/marketing/sections/IconGridSection.d.ts.map  0.68 kB │ gzip: 0.32 kB
92
+ ℹ dist/libs/email/types.d.ts.map  0.63 kB │ gzip: 0.23 kB
93
+ ℹ dist/libs/email/utils.js.map  0.53 kB │ gzip: 0.31 kB
94
+ ℹ dist/registry/factory.d.ts.map  0.51 kB │ gzip: 0.30 kB
95
+ ℹ dist/registry/utils.d.ts.map  0.37 kB │ gzip: 0.23 kB
96
+ ℹ dist/libs/email/client.d.ts.map  0.34 kB │ gzip: 0.23 kB
97
+ ℹ dist/components/marketing/ChangelogPage.d.ts.map  0.33 kB │ gzip: 0.21 kB
98
+ ℹ dist/components/marketing/pricing-thinking-modal.d.ts.map  0.30 kB │ gzip: 0.20 kB
99
+ ℹ dist/components/templates/TemplatesPreviewModal.d.ts.map  0.28 kB │ gzip: 0.20 kB
100
+ ℹ dist/registry/registry.d.ts.map  0.28 kB │ gzip: 0.19 kB
101
+ ℹ dist/components/marketing/waitlist-section.d.ts.map  0.27 kB │ gzip: 0.19 kB
102
+ ℹ dist/components/marketing/DesignPartnerPage.d.ts.map  0.22 kB │ gzip: 0.17 kB
103
+ ℹ dist/components/marketing/sections/CorePositioningSection.d.ts.map  0.21 kB │ gzip: 0.16 kB
104
+ ℹ dist/components/marketing/sections/HeroMarketingSection.d.ts.map  0.21 kB │ gzip: 0.16 kB
105
+ ℹ dist/registry/registry-landing.d.ts.map  0.21 kB │ gzip: 0.16 kB
106
+ ℹ dist/components/marketing/ContributePage.d.ts.map  0.21 kB │ gzip: 0.17 kB
107
+ ℹ dist/components/marketing/sections/DevelopersSection.d.ts.map  0.20 kB │ gzip: 0.16 kB
108
+ ℹ dist/registry/types.d.ts.map  0.20 kB │ gzip: 0.17 kB
109
+ ℹ dist/components/marketing/sections/AudienceSection.d.ts.map  0.20 kB │ gzip: 0.16 kB
110
+ ℹ dist/components/marketing/sections/SolutionSection.d.ts.map  0.20 kB │ gzip: 0.16 kB
111
+ ℹ dist/components/marketing/sections/OutputsSection.d.ts.map  0.20 kB │ gzip: 0.16 kB
112
+ ℹ dist/components/marketing/sections/ProblemSection.d.ts.map  0.20 kB │ gzip: 0.16 kB
113
+ ℹ dist/components/marketing/sections/FearsSection.d.ts.map  0.19 kB │ gzip: 0.16 kB
114
+ ℹ dist/components/marketing/sections/StepsSection.d.ts.map  0.19 kB │ gzip: 0.16 kB
115
+ ℹ dist/libs/email/waitlist-application.d.ts.map  0.19 kB │ gzip: 0.16 kB
116
+ ℹ dist/components/marketing/sections/CtaSection.d.ts.map  0.19 kB │ gzip: 0.15 kB
117
+ ℹ dist/components/templates/TemplatesClientPage.d.ts.map  0.19 kB │ gzip: 0.15 kB
118
+ ℹ dist/components/marketing/ProductClientPage.d.ts.map  0.19 kB │ gzip: 0.15 kB
119
+ ℹ dist/registry/engine.d.ts.map  0.19 kB │ gzip: 0.16 kB
120
+ ℹ dist/components/templates/TemplatesPage.d.ts.map  0.18 kB │ gzip: 0.15 kB
121
+ ℹ dist/components/marketing/CofounderPage.d.ts.map  0.18 kB │ gzip: 0.15 kB
122
+ ℹ dist/components/marketing/ContactClient.d.ts.map  0.18 kB │ gzip: 0.15 kB
123
+ ℹ dist/components/marketing/PricingClient.d.ts.map  0.18 kB │ gzip: 0.15 kB
124
+ ℹ dist/components/marketing/LandingPage.d.ts.map  0.18 kB │ gzip: 0.15 kB
125
+ ℹ dist/registry/registry-docs.d.ts.map  0.18 kB │ gzip: 0.15 kB
126
+ ℹ dist/libs/email/newsletter.d.ts.map  0.17 kB │ gzip: 0.15 kB
127
+ ℹ dist/libs/email/waitlist.d.ts.map  0.16 kB │ gzip: 0.15 kB
128
+ ℹ dist/libs/email/contact.d.ts.map  0.16 kB │ gzip: 0.15 kB
129
+ ℹ dist/libs/email/utils.d.ts.map  0.15 kB │ gzip: 0.14 kB
130
+ ℹ dist/libs/pricing-examples.d.ts.map  0.14 kB │ gzip: 0.13 kB
131
+ ℹ dist/index.d.ts  3.36 kB │ gzip: 0.73 kB
132
+ ℹ dist/registry/factory.d.ts  2.43 kB │ gzip: 1.01 kB
133
+ ℹ dist/components/marketing/sections/IconGridSection.d.ts  1.44 kB │ gzip: 0.61 kB
134
+ ℹ dist/registry/index.d.ts  1.32 kB │ gzip: 0.36 kB
135
+ ℹ dist/libs/email/types.d.ts  1.23 kB │ gzip: 0.44 kB
136
+ ℹ dist/registry/utils.d.ts  1.16 kB │ gzip: 0.50 kB
137
+ ℹ dist/registry/registry.d.ts  1.08 kB │ gzip: 0.45 kB
138
+ ℹ dist/components/marketing/index.d.ts  0.73 kB │ gzip: 0.23 kB
139
+ ℹ dist/libs/email/client.d.ts  0.70 kB │ gzip: 0.36 kB
140
+ ℹ dist/libs/pricing-examples.d.ts  0.67 kB │ gzip: 0.37 kB
141
+ ℹ dist/registry/registry-landing.d.ts  0.67 kB │ gzip: 0.28 kB
142
+ ℹ dist/registry/engine.d.ts  0.66 kB │ gzip: 0.34 kB
143
+ ℹ dist/components/marketing/ChangelogPage.d.ts  0.52 kB │ gzip: 0.29 kB
144
+ ℹ dist/registry/types.d.ts  0.51 kB │ gzip: 0.29 kB
145
+ ℹ dist/components/templates/TemplatesPreviewModal.d.ts  0.51 kB │ gzip: 0.28 kB
146
+ ℹ dist/registry/registry-docs.d.ts  0.50 kB │ gzip: 0.25 kB
147
+ ℹ dist/components/marketing/pricing-thinking-modal.d.ts  0.49 kB │ gzip: 0.28 kB
148
+ ℹ dist/components/marketing/waitlist-section.d.ts  0.44 kB │ gzip: 0.27 kB
149
+ ℹ dist/components/marketing/DesignPartnerPage.d.ts  0.35 kB │ gzip: 0.22 kB
150
+ ℹ dist/components/marketing/ContributePage.d.ts  0.34 kB │ gzip: 0.22 kB
151
+ ℹ dist/libs/email/waitlist-application.d.ts  0.32 kB │ gzip: 0.20 kB
152
+ ℹ dist/components/marketing/sections/CorePositioningSection.d.ts  0.30 kB │ gzip: 0.19 kB
153
+ ℹ dist/components/marketing/sections/HeroMarketingSection.d.ts  0.30 kB │ gzip: 0.19 kB
154
+ ℹ dist/components/marketing/sections/DevelopersSection.d.ts  0.28 kB │ gzip: 0.19 kB
155
+ ℹ dist/components/templates/TemplatesPage.d.ts  0.28 kB │ gzip: 0.19 kB
156
+ ℹ dist/components/marketing/ProductClientPage.d.ts  0.28 kB │ gzip: 0.19 kB
157
+ ℹ dist/components/marketing/sections/AudienceSection.d.ts  0.28 kB │ gzip: 0.19 kB
158
+ ℹ dist/components/marketing/sections/SolutionSection.d.ts  0.28 kB │ gzip: 0.19 kB
159
+ ℹ dist/libs/email/newsletter.d.ts  0.28 kB │ gzip: 0.19 kB
160
+ ℹ dist/components/marketing/sections/OutputsSection.d.ts  0.27 kB │ gzip: 0.19 kB
161
+ ℹ dist/components/marketing/sections/ProblemSection.d.ts  0.27 kB │ gzip: 0.19 kB
162
+ ℹ dist/components/templates/TemplatesClientPage.d.ts  0.27 kB │ gzip: 0.19 kB
163
+ ℹ dist/components/marketing/sections/FearsSection.d.ts  0.27 kB │ gzip: 0.19 kB
164
+ ℹ dist/components/marketing/sections/StepsSection.d.ts  0.27 kB │ gzip: 0.19 kB
165
+ ℹ dist/libs/email/contact.d.ts  0.26 kB │ gzip: 0.19 kB
166
+ ℹ dist/components/marketing/CofounderPage.d.ts  0.26 kB │ gzip: 0.19 kB
167
+ ℹ dist/components/marketing/ContactClient.d.ts  0.26 kB │ gzip: 0.18 kB
168
+ ℹ dist/components/marketing/PricingClient.d.ts  0.26 kB │ gzip: 0.19 kB
169
+ ℹ dist/components/marketing/sections/CtaSection.d.ts  0.26 kB │ gzip: 0.19 kB
170
+ ℹ dist/components/templates/index.d.ts  0.26 kB │ gzip: 0.12 kB
171
+ ℹ dist/components/marketing/LandingPage.d.ts  0.25 kB │ gzip: 0.18 kB
172
+ ℹ dist/libs/email/waitlist.d.ts  0.25 kB │ gzip: 0.18 kB
173
+ ℹ dist/libs/email/utils.d.ts  0.24 kB │ gzip: 0.16 kB
174
+ ℹ 162 files, total: 576.29 kB
175
+ ✔ Build complete in 2749ms
@@ -0,0 +1,3 @@
1
+
2
+ $ bun run lint:fix
3
+ $ eslint src --fix
package/AGENTS.md ADDED
@@ -0,0 +1,36 @@
1
+ # bundle.marketing
2
+
3
+ Marketing bundle with docs, email templates, and landing page components.
4
+
5
+ ## Quick Context
6
+
7
+ - **Type**: Bundle (marketing components)
8
+ - **Consumers**: `app.web-landing`
9
+
10
+ ## Key Directories
11
+
12
+ - `src/components/docs/` — Documentation pages
13
+ - `src/components/marketing/` — Landing page sections
14
+ - `src/components/templates/` — Template preview
15
+ - `src/libs/email/` — Email templates and utilities
16
+
17
+ ## Exports
18
+
19
+ Use subpath imports:
20
+ ```typescript
21
+ import { LandingPage } from '@contractspec/bundle.marketing/components/marketing';
22
+ import { DocsIndexPage } from '@contractspec/bundle.marketing/components/docs';
23
+ ```
24
+
25
+ ## Commands
26
+
27
+ ```bash
28
+ bun build # Build bundle
29
+ bun build:types # Type check
30
+ bun lint # Lint code
31
+ ```
32
+
33
+ ## Dependencies
34
+
35
+ - `bundle.library` — Shared components
36
+ - `lib.email` — Email service
package/CHANGELOG.md ADDED
@@ -0,0 +1,416 @@
1
+ # @contractspec/bundle.marketing
2
+
3
+ ## 1.12.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 11a5a05: feat: improve product intent
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [8ecf3c1]
12
+ - Updated dependencies [47c48c2]
13
+ - Updated dependencies [a119963]
14
+ - Updated dependencies [4651e06]
15
+ - Updated dependencies [ad9d10a]
16
+ - Updated dependencies [11a5a05]
17
+ - @contractspec/lib.contracts@1.57.0
18
+ - @contractspec/example.analytics-dashboard@1.57.0
19
+ - @contractspec/example.integration-hub@1.57.0
20
+ - @contractspec/module.examples@1.57.0
21
+ - @contractspec/example.saas-boilerplate@1.57.0
22
+ - @contractspec/example.crm-pipeline@1.57.0
23
+ - @contractspec/bundle.library@1.12.0
24
+ - @contractspec/example.workflow-system@1.57.0
25
+ - @contractspec/example.agent-console@1.57.0
26
+ - @contractspec/lib.example-shared-ui@1.11.0
27
+ - @contractspec/example.marketplace@1.57.0
28
+ - @contractspec/lib.runtime-sandbox@0.12.0
29
+ - @contractspec/lib.design-system@1.57.0
30
+ - @contractspec/lib.ui-kit-core@1.57.0
31
+ - @contractspec/lib.ui-kit-web@1.57.0
32
+ - @contractspec/lib.ui-link@1.57.0
33
+ - @contractspec/lib.logger@1.57.0
34
+ - @contractspec/lib.email@1.11.0
35
+
36
+ ## 1.11.1
37
+
38
+ ### Patch Changes
39
+
40
+ - fix: improve publish config
41
+ - Updated dependencies
42
+ - @contractspec/example.analytics-dashboard@1.56.1
43
+ - @contractspec/example.saas-boilerplate@1.56.1
44
+ - @contractspec/example.integration-hub@1.56.1
45
+ - @contractspec/example.workflow-system@1.56.1
46
+ - @contractspec/example.agent-console@1.56.1
47
+ - @contractspec/lib.example-shared-ui@1.10.1
48
+ - @contractspec/example.crm-pipeline@1.56.1
49
+ - @contractspec/example.marketplace@1.56.1
50
+ - @contractspec/lib.runtime-sandbox@0.11.1
51
+ - @contractspec/lib.design-system@1.56.1
52
+ - @contractspec/lib.ui-kit-core@1.56.1
53
+ - @contractspec/module.examples@1.56.1
54
+ - @contractspec/bundle.library@1.11.1
55
+ - @contractspec/lib.ui-kit-web@1.56.1
56
+ - @contractspec/lib.contracts@1.56.1
57
+ - @contractspec/lib.ui-link@1.56.1
58
+ - @contractspec/lib.logger@1.56.1
59
+ - @contractspec/lib.email@1.10.1
60
+
61
+ ## 1.11.0
62
+
63
+ ### Minor Changes
64
+
65
+ - fix: release
66
+
67
+ ### Patch Changes
68
+
69
+ - Updated dependencies
70
+ - @contractspec/example.analytics-dashboard@1.56.0
71
+ - @contractspec/example.saas-boilerplate@1.56.0
72
+ - @contractspec/example.integration-hub@1.56.0
73
+ - @contractspec/example.workflow-system@1.56.0
74
+ - @contractspec/example.agent-console@1.56.0
75
+ - @contractspec/lib.example-shared-ui@1.10.0
76
+ - @contractspec/example.crm-pipeline@1.56.0
77
+ - @contractspec/example.marketplace@1.56.0
78
+ - @contractspec/lib.runtime-sandbox@0.11.0
79
+ - @contractspec/lib.design-system@1.56.0
80
+ - @contractspec/lib.ui-kit-core@1.56.0
81
+ - @contractspec/module.examples@1.56.0
82
+ - @contractspec/bundle.library@1.11.0
83
+ - @contractspec/lib.ui-kit-web@1.56.0
84
+ - @contractspec/lib.contracts@1.56.0
85
+ - @contractspec/lib.ui-link@1.56.0
86
+ - @contractspec/lib.logger@1.56.0
87
+ - @contractspec/lib.email@1.10.0
88
+
89
+ ## 1.10.0
90
+
91
+ ### Minor Changes
92
+
93
+ - fix: unpublished packages
94
+
95
+ ### Patch Changes
96
+
97
+ - Updated dependencies
98
+ - @contractspec/example.analytics-dashboard@1.55.0
99
+ - @contractspec/example.saas-boilerplate@1.55.0
100
+ - @contractspec/example.integration-hub@1.55.0
101
+ - @contractspec/example.workflow-system@1.55.0
102
+ - @contractspec/example.agent-console@1.55.0
103
+ - @contractspec/lib.example-shared-ui@1.9.0
104
+ - @contractspec/example.crm-pipeline@1.55.0
105
+ - @contractspec/example.marketplace@1.55.0
106
+ - @contractspec/lib.runtime-sandbox@0.10.0
107
+ - @contractspec/lib.design-system@1.55.0
108
+ - @contractspec/lib.ui-kit-core@1.55.0
109
+ - @contractspec/module.examples@1.55.0
110
+ - @contractspec/bundle.library@1.10.0
111
+ - @contractspec/lib.ui-kit-web@1.55.0
112
+ - @contractspec/lib.contracts@1.55.0
113
+ - @contractspec/lib.ui-link@1.55.0
114
+ - @contractspec/lib.logger@1.55.0
115
+ - @contractspec/lib.email@1.9.0
116
+
117
+ ## 1.9.0
118
+
119
+ ### Minor Changes
120
+
121
+ - ec5e95c: chore: upgrade dependencies
122
+
123
+ ### Patch Changes
124
+
125
+ - Updated dependencies [ec5e95c]
126
+ - @contractspec/lib.example-shared-ui@1.8.0
127
+ - @contractspec/lib.design-system@1.54.0
128
+ - @contractspec/bundle.library@1.9.0
129
+ - @contractspec/lib.ui-kit-web@1.54.0
130
+ - @contractspec/lib.contracts@1.54.0
131
+ - @contractspec/example.agent-console@1.54.0
132
+ - @contractspec/example.analytics-dashboard@1.54.0
133
+ - @contractspec/example.crm-pipeline@1.54.0
134
+ - @contractspec/example.integration-hub@1.54.0
135
+ - @contractspec/example.marketplace@1.54.0
136
+ - @contractspec/example.saas-boilerplate@1.54.0
137
+ - @contractspec/example.workflow-system@1.54.0
138
+ - @contractspec/lib.email@1.8.0
139
+ - @contractspec/lib.logger@1.54.0
140
+ - @contractspec/lib.runtime-sandbox@0.9.0
141
+ - @contractspec/lib.ui-kit-core@1.54.0
142
+ - @contractspec/lib.ui-link@1.54.0
143
+ - @contractspec/module.examples@1.54.0
144
+
145
+ ## 1.8.0
146
+
147
+ ### Minor Changes
148
+
149
+ - f4180d4: fix: performance improvement
150
+
151
+ ### Patch Changes
152
+
153
+ - Updated dependencies [e9edc0d]
154
+ - Updated dependencies [eefeb1b]
155
+ - Updated dependencies [fafe5e6]
156
+ - Updated dependencies [5b371b1]
157
+ - Updated dependencies [f4180d4]
158
+ - Updated dependencies [64d84e1]
159
+ - @contractspec/bundle.library@1.8.0
160
+ - @contractspec/lib.design-system@1.53.0
161
+ - @contractspec/lib.contracts@1.53.0
162
+ - @contractspec/example.analytics-dashboard@1.53.0
163
+ - @contractspec/example.integration-hub@1.53.0
164
+ - @contractspec/example.workflow-system@1.53.0
165
+ - @contractspec/example.agent-console@1.53.0
166
+ - @contractspec/example.crm-pipeline@1.53.0
167
+ - @contractspec/example.marketplace@1.53.0
168
+ - @contractspec/module.examples@1.53.0
169
+ - @contractspec/example.saas-boilerplate@1.53.0
170
+ - @contractspec/lib.email@1.7.0
171
+ - @contractspec/lib.example-shared-ui@1.7.0
172
+ - @contractspec/lib.logger@1.53.0
173
+ - @contractspec/lib.runtime-sandbox@0.8.0
174
+ - @contractspec/lib.ui-kit-core@1.53.0
175
+ - @contractspec/lib.ui-kit-web@1.53.0
176
+ - @contractspec/lib.ui-link@1.53.0
177
+
178
+ ## 1.7.0
179
+
180
+ ### Minor Changes
181
+
182
+ - d93e6a9: fix: improve website
183
+
184
+ ### Patch Changes
185
+
186
+ - Updated dependencies [d93e6a9]
187
+ - @contractspec/example.analytics-dashboard@1.52.0
188
+ - @contractspec/example.saas-boilerplate@1.52.0
189
+ - @contractspec/example.integration-hub@1.52.0
190
+ - @contractspec/example.workflow-system@1.52.0
191
+ - @contractspec/example.agent-console@1.52.0
192
+ - @contractspec/lib.example-shared-ui@1.6.0
193
+ - @contractspec/example.crm-pipeline@1.52.0
194
+ - @contractspec/example.marketplace@1.52.0
195
+ - @contractspec/lib.runtime-sandbox@0.7.0
196
+ - @contractspec/lib.design-system@1.52.0
197
+ - @contractspec/lib.ui-kit-core@1.52.0
198
+ - @contractspec/module.examples@1.52.0
199
+ - @contractspec/bundle.library@1.7.0
200
+ - @contractspec/lib.ui-kit-web@1.52.0
201
+ - @contractspec/lib.contracts@1.52.0
202
+ - @contractspec/lib.ui-link@1.52.0
203
+ - @contractspec/lib.logger@1.52.0
204
+ - @contractspec/lib.email@1.6.0
205
+
206
+ ## 1.6.0
207
+
208
+ ### Minor Changes
209
+
210
+ - e6faefb: feat: add guide to import existing codebase
211
+
212
+ ### Patch Changes
213
+
214
+ - Updated dependencies [23e46e9]
215
+ - Updated dependencies [ad1f852]
216
+ - Updated dependencies [e6faefb]
217
+ - @contractspec/lib.contracts@1.51.0
218
+ - @contractspec/example.analytics-dashboard@1.51.0
219
+ - @contractspec/example.saas-boilerplate@1.51.0
220
+ - @contractspec/example.integration-hub@1.51.0
221
+ - @contractspec/example.workflow-system@1.51.0
222
+ - @contractspec/example.agent-console@1.51.0
223
+ - @contractspec/lib.example-shared-ui@1.5.0
224
+ - @contractspec/example.crm-pipeline@1.51.0
225
+ - @contractspec/example.marketplace@1.51.0
226
+ - @contractspec/lib.runtime-sandbox@0.6.0
227
+ - @contractspec/lib.design-system@1.51.0
228
+ - @contractspec/lib.ui-kit-core@1.51.0
229
+ - @contractspec/module.examples@1.51.0
230
+ - @contractspec/bundle.library@1.6.0
231
+ - @contractspec/lib.ui-kit-web@1.51.0
232
+ - @contractspec/lib.ui-link@1.51.0
233
+ - @contractspec/lib.logger@1.51.0
234
+ - @contractspec/lib.email@1.5.0
235
+
236
+ ## 1.5.0
237
+
238
+ ### Minor Changes
239
+
240
+ - 5325d6b: feat: improve seo
241
+
242
+ ### Patch Changes
243
+
244
+ - Updated dependencies [5325d6b]
245
+ - @contractspec/lib.contracts@1.50.0
246
+ - @contractspec/bundle.library@1.5.0
247
+ - @contractspec/example.agent-console@1.50.0
248
+ - @contractspec/example.analytics-dashboard@1.50.0
249
+ - @contractspec/example.crm-pipeline@1.50.0
250
+ - @contractspec/example.integration-hub@1.50.0
251
+ - @contractspec/example.marketplace@1.50.0
252
+ - @contractspec/example.saas-boilerplate@1.50.0
253
+ - @contractspec/example.workflow-system@1.50.0
254
+ - @contractspec/lib.design-system@1.50.0
255
+ - @contractspec/lib.email@1.4.0
256
+ - @contractspec/lib.example-shared-ui@1.4.0
257
+ - @contractspec/lib.logger@1.50.0
258
+ - @contractspec/lib.runtime-sandbox@0.5.0
259
+ - @contractspec/lib.ui-kit-core@1.50.0
260
+ - @contractspec/lib.ui-kit-web@1.50.0
261
+ - @contractspec/lib.ui-link@1.50.0
262
+ - @contractspec/module.examples@1.50.0
263
+
264
+ ## 1.4.0
265
+
266
+ ### Minor Changes
267
+
268
+ - cafd041: fix: impact report comments within github action
269
+
270
+ ### Patch Changes
271
+
272
+ - Updated dependencies [cafd041]
273
+ - @contractspec/example.analytics-dashboard@1.49.0
274
+ - @contractspec/example.saas-boilerplate@1.49.0
275
+ - @contractspec/example.integration-hub@1.49.0
276
+ - @contractspec/example.workflow-system@1.49.0
277
+ - @contractspec/example.agent-console@1.49.0
278
+ - @contractspec/lib.example-shared-ui@1.3.0
279
+ - @contractspec/example.crm-pipeline@1.49.0
280
+ - @contractspec/example.marketplace@1.49.0
281
+ - @contractspec/lib.runtime-sandbox@0.4.0
282
+ - @contractspec/lib.design-system@1.49.0
283
+ - @contractspec/lib.ui-kit-core@1.49.0
284
+ - @contractspec/module.examples@1.49.0
285
+ - @contractspec/bundle.library@1.4.0
286
+ - @contractspec/lib.ui-kit-web@1.49.0
287
+ - @contractspec/lib.contracts@1.49.0
288
+ - @contractspec/lib.ui-link@1.49.0
289
+ - @contractspec/lib.logger@1.49.0
290
+ - @contractspec/lib.email@1.3.0
291
+
292
+ ## 1.3.1
293
+
294
+ ### Patch Changes
295
+
296
+ - 86423e8: Add contextual Studio prompts and extend waitlist application details.
297
+ - Updated dependencies [918deb7]
298
+ - Updated dependencies [ea245ef]
299
+ - Updated dependencies [2016af0]
300
+ - Updated dependencies [54b778e]
301
+ - Updated dependencies [86423e8]
302
+ - @contractspec/bundle.library@1.3.1
303
+ - @contractspec/example.integration-hub@1.48.2
304
+ - @contractspec/module.examples@1.48.2
305
+
306
+ ## 1.3.0
307
+
308
+ ### Minor Changes
309
+
310
+ - c560ee7: Add onboarding and documentation surfaces across the library and marketing bundles, plus small tracking, telemetry, and UI copy refinements to support adoption workflows.
311
+
312
+ ### Patch Changes
313
+
314
+ - c560ee7: Document the CRM pipeline adoption narrative and keep the docs registry aligned with the new onboarding pages.
315
+ - Updated dependencies [c560ee7]
316
+ - Updated dependencies [c560ee7]
317
+ - Updated dependencies [1536bf3]
318
+ - @contractspec/bundle.library@1.3.0
319
+ - @contractspec/lib.design-system@1.48.1
320
+ - @contractspec/lib.contracts@1.48.1
321
+ - @contractspec/example.agent-console@1.48.1
322
+ - @contractspec/example.analytics-dashboard@1.48.1
323
+ - @contractspec/example.crm-pipeline@1.48.1
324
+ - @contractspec/example.integration-hub@1.48.1
325
+ - @contractspec/example.marketplace@1.48.1
326
+ - @contractspec/example.saas-boilerplate@1.48.1
327
+ - @contractspec/example.workflow-system@1.48.1
328
+ - @contractspec/lib.example-shared-ui@1.2.1
329
+ - @contractspec/module.examples@1.48.1
330
+
331
+ ## 1.2.0
332
+
333
+ ### Minor Changes
334
+
335
+ - b0444a4: feat: reduce adoption's friction by allowing generation of contracts from an analyse of the codebase
336
+
337
+ ### Patch Changes
338
+
339
+ - Updated dependencies [b0444a4]
340
+ - @contractspec/example.analytics-dashboard@1.48.0
341
+ - @contractspec/example.saas-boilerplate@1.48.0
342
+ - @contractspec/example.integration-hub@1.48.0
343
+ - @contractspec/example.workflow-system@1.48.0
344
+ - @contractspec/example.agent-console@1.48.0
345
+ - @contractspec/lib.example-shared-ui@1.2.0
346
+ - @contractspec/example.crm-pipeline@1.48.0
347
+ - @contractspec/example.marketplace@1.48.0
348
+ - @contractspec/lib.runtime-sandbox@0.3.0
349
+ - @contractspec/lib.design-system@1.48.0
350
+ - @contractspec/lib.ui-kit-core@1.48.0
351
+ - @contractspec/module.examples@1.48.0
352
+ - @contractspec/bundle.library@1.2.0
353
+ - @contractspec/lib.ui-kit-web@1.48.0
354
+ - @contractspec/lib.contracts@1.48.0
355
+ - @contractspec/lib.ui-link@1.48.0
356
+ - @contractspec/lib.logger@1.48.0
357
+ - @contractspec/lib.email@1.2.0
358
+
359
+ ## 1.1.0
360
+
361
+ ### Minor Changes
362
+
363
+ - caf8701: feat: add cli vibe command to run workflow
364
+ - c69b849: feat: add api web services (mcp & website)
365
+ - 42b8d78: feat: add cli `contractspec vibe` workflow to simplify usage
366
+ - fd38e85: feat: auto-fix contractspec issues
367
+
368
+ ### Patch Changes
369
+
370
+ - e7ded36: feat: improve stability (adding ts-morph)
371
+ - c231a8b: test: improve workspace stability
372
+ - Updated dependencies [e7ded36]
373
+ - Updated dependencies [caf8701]
374
+ - Updated dependencies [c69b849]
375
+ - Updated dependencies [c231a8b]
376
+ - Updated dependencies [42b8d78]
377
+ - Updated dependencies [fd38e85]
378
+ - @contractspec/example.analytics-dashboard@1.47.0
379
+ - @contractspec/example.saas-boilerplate@1.47.0
380
+ - @contractspec/example.integration-hub@1.47.0
381
+ - @contractspec/example.workflow-system@1.47.0
382
+ - @contractspec/example.agent-console@1.47.0
383
+ - @contractspec/lib.example-shared-ui@1.1.0
384
+ - @contractspec/example.crm-pipeline@1.47.0
385
+ - @contractspec/example.marketplace@1.47.0
386
+ - @contractspec/lib.runtime-sandbox@0.2.0
387
+ - @contractspec/lib.design-system@1.47.0
388
+ - @contractspec/lib.ui-kit-core@1.47.0
389
+ - @contractspec/module.examples@1.47.0
390
+ - @contractspec/bundle.library@1.1.0
391
+ - @contractspec/lib.ui-kit-web@1.47.0
392
+ - @contractspec/lib.contracts@1.47.0
393
+ - @contractspec/lib.ui-link@1.47.0
394
+ - @contractspec/lib.logger@1.47.0
395
+ - @contractspec/lib.email@1.1.0
396
+
397
+ ## 1.0.1
398
+
399
+ ### Patch Changes
400
+
401
+ - 7e21625: feat: library services (landing page & api)
402
+ - Updated dependencies [7e21625]
403
+ - @contractspec/example.analytics-dashboard@1.46.2
404
+ - @contractspec/example.saas-boilerplate@1.46.2
405
+ - @contractspec/example.integration-hub@1.46.2
406
+ - @contractspec/example.workflow-system@1.46.2
407
+ - @contractspec/example.agent-console@1.46.2
408
+ - @contractspec/lib.example-shared-ui@1.0.1
409
+ - @contractspec/example.crm-pipeline@1.46.2
410
+ - @contractspec/example.marketplace@1.46.2
411
+ - @contractspec/lib.runtime-sandbox@0.1.1
412
+ - @contractspec/lib.design-system@1.46.2
413
+ - @contractspec/bundle.library@1.0.1
414
+ - @contractspec/lib.ui-kit-web@1.46.2
415
+ - @contractspec/lib.ui-link@1.46.2
416
+ - @contractspec/lib.email@1.0.1