@contractspec/bundle.marketing 3.7.6 → 3.8.2

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 (164) hide show
  1. package/.turbo/turbo-build.log +87 -87
  2. package/AGENTS.md +29 -21
  3. package/CHANGELOG.md +59 -0
  4. package/README.md +36 -49
  5. package/dist/browser/components/marketing/ChangelogPage.js +8 -8
  6. package/dist/browser/components/marketing/CofounderPage.js +167 -523
  7. package/dist/browser/components/marketing/ContactClient.js +200 -207
  8. package/dist/browser/components/marketing/ContributePage.js +211 -463
  9. package/dist/browser/components/marketing/DesignPartnerPage.js +165 -218
  10. package/dist/browser/components/marketing/LandingPage.js +464 -568
  11. package/dist/browser/components/marketing/PricingClient.js +213 -839
  12. package/dist/browser/components/marketing/ProductClientPage.js +265 -463
  13. package/dist/browser/components/marketing/index.js +2007 -3338
  14. package/dist/browser/components/marketing/pricing-thinking-modal.js +12 -12
  15. package/dist/browser/components/marketing/sections/AudienceSection.js +2 -2
  16. package/dist/browser/components/marketing/sections/CorePositioningSection.js +2 -2
  17. package/dist/browser/components/marketing/sections/CtaSection.js +3 -3
  18. package/dist/browser/components/marketing/sections/FearsSection.js +3 -3
  19. package/dist/browser/components/marketing/sections/HeroMarketingSection.js +6 -6
  20. package/dist/browser/components/marketing/sections/IconGridSection.js +2 -2
  21. package/dist/browser/components/marketing/sections/OutputsSection.js +2 -2
  22. package/dist/browser/components/marketing/sections/ProblemSection.js +2 -2
  23. package/dist/browser/components/marketing/sections/SolutionSection.js +2 -2
  24. package/dist/browser/components/marketing/sections/StepsSection.js +4 -4
  25. package/dist/browser/components/marketing/studio-signup-section.js +25 -41
  26. package/dist/browser/components/templates/TemplatesClientPage.js +2374 -3571
  27. package/dist/browser/components/templates/TemplatesPage.js +1 -1
  28. package/dist/browser/components/templates/TemplatesPreviewModal.js +27 -3
  29. package/dist/browser/components/templates/index.js +2412 -3609
  30. package/dist/browser/index.js +2415 -3612
  31. package/dist/browser/libs/email/client.js +1 -1
  32. package/dist/browser/libs/email/contact.js +1 -1
  33. package/dist/browser/libs/email/newsletter.js +1 -1
  34. package/dist/browser/libs/email/waitlist-application.js +1 -1
  35. package/dist/browser/libs/email/waitlist.js +1 -1
  36. package/dist/browser/registry/engine.js +2003 -3334
  37. package/dist/browser/registry/index.js +2003 -3334
  38. package/dist/browser/registry/registry-docs.js +2 -2
  39. package/dist/browser/registry/registry-landing.js +2007 -3338
  40. package/dist/browser/registry/registry.js +2003 -3334
  41. package/dist/browser/registry/utils.js +2003 -3334
  42. package/dist/components/marketing/ChangelogPage.js +8 -8
  43. package/dist/components/marketing/CofounderPage.js +167 -523
  44. package/dist/components/marketing/ContactClient.js +200 -207
  45. package/dist/components/marketing/ContributePage.d.ts +0 -2
  46. package/dist/components/marketing/ContributePage.js +211 -463
  47. package/dist/components/marketing/DesignPartnerPage.js +165 -218
  48. package/dist/components/marketing/LandingPage.js +464 -568
  49. package/dist/components/marketing/PricingClient.js +213 -839
  50. package/dist/components/marketing/ProductClientPage.js +265 -463
  51. package/dist/components/marketing/index.d.ts +5 -5
  52. package/dist/components/marketing/index.js +2007 -3338
  53. package/dist/components/marketing/pricing-thinking-modal.js +12 -12
  54. package/dist/components/marketing/sections/AudienceSection.js +2 -2
  55. package/dist/components/marketing/sections/CorePositioningSection.js +2 -2
  56. package/dist/components/marketing/sections/CtaSection.js +3 -3
  57. package/dist/components/marketing/sections/FearsSection.js +3 -3
  58. package/dist/components/marketing/sections/HeroMarketingSection.js +6 -6
  59. package/dist/components/marketing/sections/IconGridSection.d.ts +3 -3
  60. package/dist/components/marketing/sections/IconGridSection.js +2 -2
  61. package/dist/components/marketing/sections/OutputsSection.js +2 -2
  62. package/dist/components/marketing/sections/ProblemSection.js +2 -2
  63. package/dist/components/marketing/sections/SolutionSection.js +2 -2
  64. package/dist/components/marketing/sections/StepsSection.js +4 -4
  65. package/dist/components/marketing/studio-signup-section.js +25 -41
  66. package/dist/components/templates/TemplatesClientPage.js +2374 -3571
  67. package/dist/components/templates/TemplatesPage.js +1 -1
  68. package/dist/components/templates/TemplatesPreviewModal.js +27 -3
  69. package/dist/components/templates/index.js +2412 -3609
  70. package/dist/index.js +2415 -3612
  71. package/dist/libs/email/client.js +1 -1
  72. package/dist/libs/email/contact.js +1 -1
  73. package/dist/libs/email/newsletter.js +1 -1
  74. package/dist/libs/email/waitlist-application.js +1 -1
  75. package/dist/libs/email/waitlist.js +1 -1
  76. package/dist/node/components/marketing/ChangelogPage.js +8 -8
  77. package/dist/node/components/marketing/CofounderPage.js +167 -523
  78. package/dist/node/components/marketing/ContactClient.js +200 -207
  79. package/dist/node/components/marketing/ContributePage.js +211 -463
  80. package/dist/node/components/marketing/DesignPartnerPage.js +165 -218
  81. package/dist/node/components/marketing/LandingPage.js +464 -568
  82. package/dist/node/components/marketing/PricingClient.js +213 -839
  83. package/dist/node/components/marketing/ProductClientPage.js +265 -463
  84. package/dist/node/components/marketing/index.js +2007 -3338
  85. package/dist/node/components/marketing/pricing-thinking-modal.js +12 -12
  86. package/dist/node/components/marketing/sections/AudienceSection.js +2 -2
  87. package/dist/node/components/marketing/sections/CorePositioningSection.js +2 -2
  88. package/dist/node/components/marketing/sections/CtaSection.js +3 -3
  89. package/dist/node/components/marketing/sections/FearsSection.js +3 -3
  90. package/dist/node/components/marketing/sections/HeroMarketingSection.js +6 -6
  91. package/dist/node/components/marketing/sections/IconGridSection.js +2 -2
  92. package/dist/node/components/marketing/sections/OutputsSection.js +2 -2
  93. package/dist/node/components/marketing/sections/ProblemSection.js +2 -2
  94. package/dist/node/components/marketing/sections/SolutionSection.js +2 -2
  95. package/dist/node/components/marketing/sections/StepsSection.js +4 -4
  96. package/dist/node/components/marketing/studio-signup-section.js +25 -41
  97. package/dist/node/components/templates/TemplatesClientPage.js +2374 -3571
  98. package/dist/node/components/templates/TemplatesPage.js +1 -1
  99. package/dist/node/components/templates/TemplatesPreviewModal.js +27 -3
  100. package/dist/node/components/templates/index.js +2412 -3609
  101. package/dist/node/index.js +2415 -3612
  102. package/dist/node/libs/email/client.js +1 -1
  103. package/dist/node/libs/email/contact.js +1 -1
  104. package/dist/node/libs/email/newsletter.js +1 -1
  105. package/dist/node/libs/email/waitlist-application.js +1 -1
  106. package/dist/node/libs/email/waitlist.js +1 -1
  107. package/dist/node/registry/engine.js +2003 -3334
  108. package/dist/node/registry/index.js +2003 -3334
  109. package/dist/node/registry/registry-docs.js +2 -2
  110. package/dist/node/registry/registry-landing.js +2007 -3338
  111. package/dist/node/registry/registry.js +2003 -3334
  112. package/dist/node/registry/utils.js +2003 -3334
  113. package/dist/registry/engine.js +2003 -3334
  114. package/dist/registry/index.js +2003 -3334
  115. package/dist/registry/registry-docs.js +2 -2
  116. package/dist/registry/registry-landing.js +2007 -3338
  117. package/dist/registry/registry.js +2003 -3334
  118. package/dist/registry/utils.js +2003 -3334
  119. package/package.json +31 -29
  120. package/src/bundles/MarketingBundle.ts +273 -273
  121. package/src/components/marketing/ChangelogPage.tsx +72 -100
  122. package/src/components/marketing/CofounderPage.tsx +120 -384
  123. package/src/components/marketing/ContactClient.tsx +164 -154
  124. package/src/components/marketing/ContributePage.tsx +139 -313
  125. package/src/components/marketing/DesignPartnerPage.tsx +133 -171
  126. package/src/components/marketing/LandingPage.tsx +353 -25
  127. package/src/components/marketing/PricingClient.tsx +192 -437
  128. package/src/components/marketing/ProductClientPage.tsx +255 -377
  129. package/src/components/marketing/index.ts +5 -5
  130. package/src/components/marketing/pricing-thinking-modal.tsx +197 -197
  131. package/src/components/marketing/sections/AudienceSection.tsx +55 -56
  132. package/src/components/marketing/sections/CorePositioningSection.tsx +37 -37
  133. package/src/components/marketing/sections/CtaSection.tsx +49 -50
  134. package/src/components/marketing/sections/DevelopersSection.tsx +26 -27
  135. package/src/components/marketing/sections/FearsSection.tsx +36 -37
  136. package/src/components/marketing/sections/HeroMarketingSection.tsx +59 -59
  137. package/src/components/marketing/sections/IconGridSection.tsx +71 -71
  138. package/src/components/marketing/sections/OutputsSection.tsx +51 -52
  139. package/src/components/marketing/sections/ProblemSection.tsx +39 -40
  140. package/src/components/marketing/sections/SolutionSection.tsx +39 -40
  141. package/src/components/marketing/sections/StepsSection.tsx +47 -48
  142. package/src/components/marketing/studio-signup-section.tsx +39 -41
  143. package/src/components/templates/TemplatesClientPage.tsx +763 -685
  144. package/src/components/templates/TemplatesPage.tsx +110 -110
  145. package/src/components/templates/TemplatesPreviewModal.tsx +251 -198
  146. package/src/index.ts +4 -4
  147. package/src/libs/email/client.test.ts +81 -81
  148. package/src/libs/email/client.ts +111 -111
  149. package/src/libs/email/contact.ts +35 -35
  150. package/src/libs/email/newsletter.ts +46 -46
  151. package/src/libs/email/types.ts +29 -29
  152. package/src/libs/email/utils.ts +5 -5
  153. package/src/libs/email/waitlist-application.ts +72 -72
  154. package/src/libs/email/waitlist.ts +46 -46
  155. package/src/libs/pricing-examples.ts +12 -12
  156. package/src/registry/engine.ts +16 -16
  157. package/src/registry/factory.ts +57 -57
  158. package/src/registry/registry-docs.ts +656 -666
  159. package/src/registry/registry-landing.ts +94 -95
  160. package/src/registry/registry.ts +36 -37
  161. package/src/registry/types.ts +2 -2
  162. package/src/registry/utils.ts +56 -56
  163. package/tsconfig.json +11 -11
  164. package/tsdown.config.js +5 -5
@@ -3,150 +3,150 @@ $ 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=45 noBundle=false
6
- Bundled 45 modules in 28ms
6
+ Bundled 45 modules in 25ms
7
7
 
8
8
  bundles/MarketingBundle.js 8.0 KB (entry point)
9
9
  libs/email/types.js 49 bytes (entry point)
10
- ./index.js 0.28 MB (entry point)
10
+ ./index.js 229.84 KB (entry point)
11
11
  libs/email/waitlist-application.js 11.18 KB (entry point)
12
12
  libs/email/waitlist.js 7.48 KB (entry point)
13
- registry/index.js 211.35 KB (entry point)
13
+ registry/index.js 154.41 KB (entry point)
14
14
  registry/types.js 8 bytes (entry point)
15
- registry/utils.js 210.95 KB (entry point)
16
- registry/engine.js 209.41 KB (entry point)
17
- registry/registry.js 208.88 KB (entry point)
15
+ registry/utils.js 154.0 KB (entry point)
16
+ registry/engine.js 152.46 KB (entry point)
17
+ registry/registry.js 151.93 KB (entry point)
18
18
  registry/registry-docs.js 27.11 KB (entry point)
19
- registry/registry-landing.js 181.60 KB (entry point)
19
+ registry/registry-landing.js 124.66 KB (entry point)
20
20
  registry/factory.js 1.35 KB (entry point)
21
- components/templates/index.js 230.34 KB (entry point)
22
- components/templates/TemplatesClientPage.js 223.22 KB (entry point)
21
+ components/templates/index.js 181.15 KB (entry point)
22
+ components/templates/TemplatesClientPage.js 174.21 KB (entry point)
23
23
  components/templates/TemplatesPage.js 6.85 KB (entry point)
24
- components/templates/TemplatesPreviewModal.js 7.81 KB (entry point)
24
+ components/templates/TemplatesPreviewModal.js 9.86 KB (entry point)
25
25
  libs/email/newsletter.js 6.88 KB (entry point)
26
- components/marketing/index.js 177.84 KB (entry point)
27
- components/marketing/PricingClient.js 47.66 KB (entry point)
28
- components/marketing/ProductClientPage.js 26.64 KB (entry point)
29
- components/marketing/pricing-thinking-modal.js 11.35 KB (entry point)
30
- libs/pricing-examples.js 410 bytes (entry point)
31
- bundles/index.js 8.0 KB (entry point)
32
- components/marketing/ChangelogPage.js 4.28 KB (entry point)
33
- components/marketing/CofounderPage.js 21.88 KB (entry point)
34
- components/marketing/ContactClient.js 18.45 KB (entry point)
35
- libs/email/contact.js 6.12 KB (entry point)
36
- libs/email/utils.js 311 bytes (entry point)
37
- libs/email/client.js 3.42 KB (entry point)
38
- components/marketing/studio-signup-section.js 3.33 KB (entry point)
39
- components/marketing/ContributePage.js 23.33 KB (entry point)
40
- components/marketing/DesignPartnerPage.js 13.83 KB (entry point)
41
- components/marketing/LandingPage.js 24.1 KB (entry point)
42
- components/marketing/sections/FearsSection.js 3.35 KB (entry point)
43
- components/marketing/sections/HeroMarketingSection.js 3.64 KB (entry point)
26
+ components/marketing/sections/FearsSection.js 3.36 KB (entry point)
27
+ components/marketing/sections/HeroMarketingSection.js 3.65 KB (entry point)
44
28
  components/marketing/sections/OutputsSection.js 3.26 KB (entry point)
45
29
  components/marketing/sections/ProblemSection.js 3.13 KB (entry point)
46
30
  components/marketing/sections/SolutionSection.js 3.19 KB (entry point)
47
31
  components/marketing/sections/StepsSection.js 3.17 KB (entry point)
48
32
  components/marketing/sections/IconGridSection.js 1.66 KB (entry point)
33
+ components/marketing/index.js 120.89 KB (entry point)
34
+ components/marketing/PricingClient.js 14.90 KB (entry point)
35
+ components/marketing/ProductClientPage.js 15.97 KB (entry point)
36
+ components/marketing/pricing-thinking-modal.js 11.35 KB (entry point)
37
+ libs/pricing-examples.js 410 bytes (entry point)
49
38
  components/marketing/sections/AudienceSection.js 3.47 KB (entry point)
50
- components/marketing/sections/CorePositioningSection.js 2.54 KB (entry point)
39
+ components/marketing/sections/CorePositioningSection.js 2.58 KB (entry point)
51
40
  components/marketing/sections/CtaSection.js 2.33 KB (entry point)
52
41
  components/marketing/sections/DevelopersSection.js 1.37 KB (entry point)
42
+ bundles/index.js 8.0 KB (entry point)
43
+ components/marketing/ChangelogPage.js 4.28 KB (entry point)
44
+ components/marketing/CofounderPage.js 10.29 KB (entry point)
45
+ components/marketing/ContactClient.js 19.15 KB (entry point)
46
+ libs/email/contact.js 6.12 KB (entry point)
47
+ libs/email/utils.js 311 bytes (entry point)
48
+ libs/email/client.js 3.42 KB (entry point)
49
+ components/marketing/studio-signup-section.js 2.58 KB (entry point)
50
+ components/marketing/ContributePage.js 11.12 KB (entry point)
51
+ components/marketing/DesignPartnerPage.js 10.45 KB (entry point)
52
+ components/marketing/LandingPage.js 25.71 KB (entry point)
53
53
 
54
54
  [contractspec-bun-build] transpile target=node root=src entries=45 noBundle=false
55
- Bundled 45 modules in 27ms
55
+ Bundled 45 modules in 21ms
56
56
 
57
57
  bundles/MarketingBundle.js 8.1 KB (entry point)
58
58
  libs/email/types.js 41 bytes (entry point)
59
- ./index.js 0.28 MB (entry point)
59
+ ./index.js 229.79 KB (entry point)
60
60
  libs/email/waitlist-application.js 11.23 KB (entry point)
61
61
  libs/email/waitlist.js 7.53 KB (entry point)
62
- registry/index.js 211.31 KB (entry point)
62
+ registry/index.js 154.44 KB (entry point)
63
63
  registry/types.js 0 KB (entry point)
64
- registry/utils.js 210.91 KB (entry point)
65
- registry/engine.js 209.36 KB (entry point)
66
- registry/registry.js 208.83 KB (entry point)
64
+ registry/utils.js 154.0 KB (entry point)
65
+ registry/engine.js 152.49 KB (entry point)
66
+ registry/registry.js 151.96 KB (entry point)
67
67
  registry/registry-docs.js 27.18 KB (entry point)
68
- registry/registry-landing.js 181.56 KB (entry point)
68
+ registry/registry-landing.js 124.69 KB (entry point)
69
69
  registry/factory.js 1.42 KB (entry point)
70
- components/templates/index.js 230.26 KB (entry point)
71
- components/templates/TemplatesClientPage.js 223.14 KB (entry point)
70
+ components/templates/index.js 181.15 KB (entry point)
71
+ components/templates/TemplatesClientPage.js 174.21 KB (entry point)
72
72
  components/templates/TemplatesPage.js 6.91 KB (entry point)
73
- components/templates/TemplatesPreviewModal.js 7.88 KB (entry point)
73
+ components/templates/TemplatesPreviewModal.js 9.92 KB (entry point)
74
74
  libs/email/newsletter.js 6.93 KB (entry point)
75
- components/marketing/index.js 177.80 KB (entry point)
76
- components/marketing/PricingClient.js 47.71 KB (entry point)
77
- components/marketing/ProductClientPage.js 26.70 KB (entry point)
78
- components/marketing/pricing-thinking-modal.js 11.41 KB (entry point)
79
- libs/pricing-examples.js 471 bytes (entry point)
80
- bundles/index.js 8.1 KB (entry point)
81
- components/marketing/ChangelogPage.js 4.34 KB (entry point)
82
- components/marketing/CofounderPage.js 21.93 KB (entry point)
83
- components/marketing/ContactClient.js 18.52 KB (entry point)
84
- libs/email/contact.js 6.18 KB (entry point)
85
- libs/email/utils.js 375 bytes (entry point)
86
- libs/email/client.js 3.48 KB (entry point)
87
- components/marketing/studio-signup-section.js 3.39 KB (entry point)
88
- components/marketing/ContributePage.js 23.35 KB (entry point)
89
- components/marketing/DesignPartnerPage.js 13.89 KB (entry point)
90
- components/marketing/LandingPage.js 24.12 KB (entry point)
91
- components/marketing/sections/FearsSection.js 3.41 KB (entry point)
92
- components/marketing/sections/HeroMarketingSection.js 3.70 KB (entry point)
75
+ components/marketing/sections/FearsSection.js 3.42 KB (entry point)
76
+ components/marketing/sections/HeroMarketingSection.js 3.71 KB (entry point)
93
77
  components/marketing/sections/OutputsSection.js 3.32 KB (entry point)
94
78
  components/marketing/sections/ProblemSection.js 3.19 KB (entry point)
95
79
  components/marketing/sections/SolutionSection.js 3.25 KB (entry point)
96
80
  components/marketing/sections/StepsSection.js 3.23 KB (entry point)
97
81
  components/marketing/sections/IconGridSection.js 1.72 KB (entry point)
82
+ components/marketing/index.js 120.93 KB (entry point)
83
+ components/marketing/PricingClient.js 14.95 KB (entry point)
84
+ components/marketing/ProductClientPage.js 16.0 KB (entry point)
85
+ components/marketing/pricing-thinking-modal.js 11.41 KB (entry point)
86
+ libs/pricing-examples.js 471 bytes (entry point)
98
87
  components/marketing/sections/AudienceSection.js 3.53 KB (entry point)
99
- components/marketing/sections/CorePositioningSection.js 2.61 KB (entry point)
88
+ components/marketing/sections/CorePositioningSection.js 2.64 KB (entry point)
100
89
  components/marketing/sections/CtaSection.js 2.40 KB (entry point)
101
90
  components/marketing/sections/DevelopersSection.js 1.42 KB (entry point)
91
+ bundles/index.js 8.1 KB (entry point)
92
+ components/marketing/ChangelogPage.js 4.34 KB (entry point)
93
+ components/marketing/CofounderPage.js 10.35 KB (entry point)
94
+ components/marketing/ContactClient.js 19.21 KB (entry point)
95
+ libs/email/contact.js 6.18 KB (entry point)
96
+ libs/email/utils.js 375 bytes (entry point)
97
+ libs/email/client.js 3.48 KB (entry point)
98
+ components/marketing/studio-signup-section.js 2.64 KB (entry point)
99
+ components/marketing/ContributePage.js 11.19 KB (entry point)
100
+ components/marketing/DesignPartnerPage.js 10.51 KB (entry point)
101
+ components/marketing/LandingPage.js 25.76 KB (entry point)
102
102
 
103
103
  [contractspec-bun-build] transpile target=browser root=src entries=45 noBundle=false
104
- Bundled 45 modules in 28ms
104
+ Bundled 45 modules in 21ms
105
105
 
106
106
  bundles/MarketingBundle.js 8.36 KB (entry point)
107
107
  libs/email/types.js 41 bytes (entry point)
108
- ./index.js 0.28 MB (entry point)
108
+ ./index.js 230.0 KB (entry point)
109
109
  libs/email/waitlist-application.js 11.49 KB (entry point)
110
110
  libs/email/waitlist.js 7.79 KB (entry point)
111
- registry/index.js 211.57 KB (entry point)
111
+ registry/index.js 154.70 KB (entry point)
112
112
  registry/types.js 0 KB (entry point)
113
- registry/utils.js 211.17 KB (entry point)
114
- registry/engine.js 209.62 KB (entry point)
115
- registry/registry.js 209.1 KB (entry point)
113
+ registry/utils.js 154.30 KB (entry point)
114
+ registry/engine.js 152.75 KB (entry point)
115
+ registry/registry.js 152.22 KB (entry point)
116
116
  registry/registry-docs.js 27.44 KB (entry point)
117
- registry/registry-landing.js 181.82 KB (entry point)
117
+ registry/registry-landing.js 124.95 KB (entry point)
118
118
  registry/factory.js 1.68 KB (entry point)
119
- components/templates/index.js 230.52 KB (entry point)
120
- components/templates/TemplatesClientPage.js 223.40 KB (entry point)
119
+ components/templates/index.js 181.41 KB (entry point)
120
+ components/templates/TemplatesClientPage.js 174.47 KB (entry point)
121
121
  components/templates/TemplatesPage.js 7.17 KB (entry point)
122
- components/templates/TemplatesPreviewModal.js 8.14 KB (entry point)
122
+ components/templates/TemplatesPreviewModal.js 10.18 KB (entry point)
123
123
  libs/email/newsletter.js 7.19 KB (entry point)
124
- components/marketing/index.js 178.1 KB (entry point)
125
- components/marketing/PricingClient.js 47.97 KB (entry point)
126
- components/marketing/ProductClientPage.js 26.96 KB (entry point)
127
- components/marketing/pricing-thinking-modal.js 11.67 KB (entry point)
128
- libs/pricing-examples.js 0.73 KB (entry point)
129
- bundles/index.js 8.36 KB (entry point)
130
- components/marketing/ChangelogPage.js 4.60 KB (entry point)
131
- components/marketing/CofounderPage.js 22.19 KB (entry point)
132
- components/marketing/ContactClient.js 18.78 KB (entry point)
133
- libs/email/contact.js 6.44 KB (entry point)
134
- libs/email/utils.js 0.64 KB (entry point)
135
- libs/email/client.js 3.74 KB (entry point)
136
- components/marketing/studio-signup-section.js 3.65 KB (entry point)
137
- components/marketing/ContributePage.js 23.61 KB (entry point)
138
- components/marketing/DesignPartnerPage.js 14.15 KB (entry point)
139
- components/marketing/LandingPage.js 24.38 KB (entry point)
140
- components/marketing/sections/FearsSection.js 3.67 KB (entry point)
141
- components/marketing/sections/HeroMarketingSection.js 3.96 KB (entry point)
124
+ components/marketing/sections/FearsSection.js 3.68 KB (entry point)
125
+ components/marketing/sections/HeroMarketingSection.js 3.97 KB (entry point)
142
126
  components/marketing/sections/OutputsSection.js 3.58 KB (entry point)
143
127
  components/marketing/sections/ProblemSection.js 3.45 KB (entry point)
144
128
  components/marketing/sections/SolutionSection.js 3.51 KB (entry point)
145
129
  components/marketing/sections/StepsSection.js 3.49 KB (entry point)
146
130
  components/marketing/sections/IconGridSection.js 1.98 KB (entry point)
131
+ components/marketing/index.js 121.19 KB (entry point)
132
+ components/marketing/PricingClient.js 15.21 KB (entry point)
133
+ components/marketing/ProductClientPage.js 16.28 KB (entry point)
134
+ components/marketing/pricing-thinking-modal.js 11.67 KB (entry point)
135
+ libs/pricing-examples.js 0.73 KB (entry point)
147
136
  components/marketing/sections/AudienceSection.js 3.79 KB (entry point)
148
- components/marketing/sections/CorePositioningSection.js 2.87 KB (entry point)
137
+ components/marketing/sections/CorePositioningSection.js 2.90 KB (entry point)
149
138
  components/marketing/sections/CtaSection.js 2.66 KB (entry point)
150
139
  components/marketing/sections/DevelopersSection.js 1.68 KB (entry point)
140
+ bundles/index.js 8.36 KB (entry point)
141
+ components/marketing/ChangelogPage.js 4.60 KB (entry point)
142
+ components/marketing/CofounderPage.js 10.61 KB (entry point)
143
+ components/marketing/ContactClient.js 19.47 KB (entry point)
144
+ libs/email/contact.js 6.44 KB (entry point)
145
+ libs/email/utils.js 0.64 KB (entry point)
146
+ libs/email/client.js 3.74 KB (entry point)
147
+ components/marketing/studio-signup-section.js 2.90 KB (entry point)
148
+ components/marketing/ContributePage.js 11.45 KB (entry point)
149
+ components/marketing/DesignPartnerPage.js 10.77 KB (entry point)
150
+ components/marketing/LandingPage.js 26.0 KB (entry point)
151
151
 
152
152
  $ contractspec-bun-build types
package/AGENTS.md CHANGED
@@ -2,38 +2,46 @@
2
2
 
3
3
  Scope: `packages/bundles/marketing/*`
4
4
 
5
- Marketing bundle with docs, email templates, and landing page components.
5
+ Marketing composition bundle for the public ContractSpec site: landing narratives, product/pricing/templates pages, support pages, and email-facing marketing helpers.
6
6
 
7
7
  ## Quick Context
8
8
 
9
- - **Layer**: bundle
10
- - **Consumers**: `app.web-landing`
11
- - **Dependencies**: `bundle.library`, `lib.email`
9
+ - Layer: `bundle`
10
+ - Package visibility: published package
11
+ - Primary consumers: `@contractspec/app.web-landing` and other higher-level product surfaces that need the public marketing pages or marketing utilities
12
+ - Main related packages: `@contractspec/app.web-landing`, `@contractspec/bundle.library`, `@contractspec/lib.design-system`
12
13
 
13
14
  ## Architecture
14
15
 
15
- - `src/components/docs/` Documentation pages
16
- - `src/components/marketing/` Landing page sections
17
- - `src/components/templates/` Template preview
18
- - `src/libs/email/` Email templates and utilities
16
+ - `src/components/marketing/` owns page-level narratives and marketing composition.
17
+ - `src/components/templates/` owns scenario/template browsing, preview, and template acquisition flows.
18
+ - `src/libs/email/` owns contact, newsletter, and waitlist logic used by marketing surfaces.
19
+ - `src/index.ts` is the root public barrel; keep exported stories stable when they are consumed by app shells.
19
20
 
20
- ## Public Exports
21
+ ## Public Surface
21
22
 
22
- Use subpath imports:
23
-
24
- ```typescript
25
- import { LandingPage } from "@contractspec/bundle.marketing/components/marketing";
26
- import { DocsIndexPage } from "@contractspec/bundle.marketing/components/docs";
27
- ```
23
+ - Marketing pages under `./components/marketing/*`
24
+ - Templates surfaces under `./components/templates/*`
25
+ - Email/contact helpers under `./libs/email/*`
28
26
 
29
27
  ## Guardrails
30
28
 
31
- - Landing page sections are composed by `app.web-landing` keep component props stable.
32
- - Email templates must render correctly in major email clients; test with Litmus or equivalent.
33
- - Do not import from other bundles except through shared lib interfaces.
29
+ - This package owns story and composition, not route metadata or the outer app shell; those stay in `@contractspec/app.web-landing`.
30
+ - Public category language matters here. Keep ContractSpec positioned as the open spec system and Studio as the operating product on top.
31
+ - When updating template or marketing flows, preserve the OSS-first -> Studio-second adoption story unless product direction explicitly changes.
32
+ - If you materially change page structure or positioning, update the package README/AGENTS and coordinate with app-level docs and `/llms*`.
34
33
 
35
34
  ## Local Commands
36
35
 
37
- - Build: `bun run build`
38
- - Types: `bun run build:types`
39
- - Lint: `bun run lint`
36
+ - `bun run dev` — contractspec-bun-build dev
37
+ - `bun run build`bun run prebuild && bun run build:bundle && bun run build:types
38
+ - `bun run lint`bun run lint:fix
39
+ - `bun run lint:check` — biome check .
40
+ - `bun run lint:fix` — biome check --write --unsafe --only=nursery/useSortedClasses . && biome check --write .
41
+ - `bun run typecheck` — tsc --noEmit
42
+ - `bun run publish:pkg` — bun publish --tolerate-republish --ignore-scripts --verbose
43
+ - `bun run publish:pkg:canary` — bun publish:pkg --tag canary
44
+ - `bun run clean` — rm -rf dist
45
+ - `bun run build:bundle` — contractspec-bun-build transpile
46
+ - `bun run build:types` — contractspec-bun-build types
47
+ - `bun run prebuild` — contractspec-bun-build prebuild
package/CHANGELOG.md CHANGED
@@ -1,5 +1,63 @@
1
1
  # @contractspec/bundle.marketing
2
2
 
3
+ ## 3.8.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 1a44cb6: feat: improve examples to increase coverage of Contracts type
8
+ - Updated dependencies [1a44cb6]
9
+ - @contractspec/lib.contracts-runtime-client-react@3.7.10
10
+ - @contractspec/example.visualization-showcase@3.9.2
11
+ - @contractspec/example.analytics-dashboard@3.9.2
12
+ - @contractspec/example.data-grid-showcase@3.8.2
13
+ - @contractspec/example.saas-boilerplate@3.8.2
14
+ - @contractspec/example.integration-hub@3.8.2
15
+ - @contractspec/example.workflow-system@3.8.2
16
+ - @contractspec/example.agent-console@3.8.2
17
+ - @contractspec/lib.example-shared-ui@6.0.10
18
+ - @contractspec/example.crm-pipeline@3.7.10
19
+ - @contractspec/example.marketplace@3.8.2
20
+ - @contractspec/lib.runtime-sandbox@2.7.9
21
+ - @contractspec/lib.surface-runtime@0.5.10
22
+ - @contractspec/lib.contracts-spec@4.1.2
23
+ - @contractspec/lib.design-system@3.8.3
24
+ - @contractspec/lib.ui-kit-core@3.7.8
25
+ - @contractspec/module.examples@3.8.2
26
+ - @contractspec/bundle.library@3.8.2
27
+ - @contractspec/lib.ui-kit-web@3.9.2
28
+ - @contractspec/lib.ui-link@3.7.8
29
+ - @contractspec/lib.logger@3.7.8
30
+ - @contractspec/lib.email@3.7.8
31
+
32
+ ## 3.8.1
33
+
34
+ ### Patch Changes
35
+
36
+ - fix: release
37
+ - Updated dependencies
38
+ - @contractspec/lib.contracts-runtime-client-react@3.7.9
39
+ - @contractspec/example.visualization-showcase@3.9.1
40
+ - @contractspec/example.analytics-dashboard@3.9.1
41
+ - @contractspec/example.data-grid-showcase@3.8.1
42
+ - @contractspec/example.saas-boilerplate@3.8.1
43
+ - @contractspec/example.integration-hub@3.8.1
44
+ - @contractspec/example.workflow-system@3.8.1
45
+ - @contractspec/example.agent-console@3.8.1
46
+ - @contractspec/lib.example-shared-ui@6.0.9
47
+ - @contractspec/example.crm-pipeline@3.7.9
48
+ - @contractspec/example.marketplace@3.8.1
49
+ - @contractspec/lib.runtime-sandbox@2.7.8
50
+ - @contractspec/lib.surface-runtime@0.5.9
51
+ - @contractspec/lib.contracts-spec@4.1.1
52
+ - @contractspec/lib.design-system@3.8.2
53
+ - @contractspec/module.examples@3.8.1
54
+ - @contractspec/bundle.library@3.8.1
55
+ - @contractspec/lib.ui-kit-web@3.9.1
56
+ - @contractspec/lib.ui-link@3.7.7
57
+ - @contractspec/lib.email@3.7.7
58
+ - @contractspec/lib.logger@3.7.7
59
+ - @contractspec/lib.ui-kit-core@3.7.7
60
+
3
61
  ## 3.7.6
4
62
 
5
63
  ### Patch Changes
@@ -374,6 +432,7 @@
374
432
  ### Patch Changes
375
433
 
376
434
  - 66c51da: feat(bundle.marketing): add MarketingBundle, bundles export
435
+
377
436
  - Add MarketingBundle and bundles/index for surface-runtime composition
378
437
  - Add @contractspec/lib.surface-runtime dependency
379
438
 
package/README.md CHANGED
@@ -1,62 +1,49 @@
1
1
  # @contractspec/bundle.marketing
2
2
 
3
- Marketing-focused bundle providing documentation pages, email templates, and landing page components.
3
+ **Marketing composition bundle for the public ContractSpec site: landing narratives, product/pricing/templates pages, support pages, and email-facing marketing helpers.**
4
4
 
5
- ## Overview
5
+ ## What It Provides
6
6
 
7
- This bundle provides components specifically for marketing and documentation:
7
+ - Marketing page bodies consumed by `@contractspec/app.web-landing`
8
+ - Scenario/template browsing surfaces used on `/templates`
9
+ - Support and program pages such as contact, contribute, cofounder, and design-partner
10
+ - Email/contact helpers and marketing-adjacent utilities
8
11
 
9
- - Documentation pages (same as library, for standalone use)
10
- - Marketing landing page sections
11
- - Email templates (Studio signup, newsletter, contact)
12
- - Pricing examples and comparisons
13
- - Template preview components
12
+ ## Architecture
14
13
 
15
- ## Installation
14
+ - `src/components/marketing/` owns the public marketing narratives, section composition, and page-level stories.
15
+ - `src/components/templates/` owns template browsing, preview, and template-to-CLI/Studio flows.
16
+ - `src/libs/email/` owns contact/newsletter/waitlist actions and helpers used by marketing surfaces.
17
+ - `src/index.ts` is the root public entrypoint.
16
18
 
17
- ```bash
18
- bun add @contractspec/bundle.marketing
19
- ```
19
+ The important boundary:
20
+ - `bundle.marketing` owns the story and page composition
21
+ - `app.web-landing` owns routing, metadata, OG, shell, and public delivery
20
22
 
21
- ## Exports
23
+ ## Public Entry Points
22
24
 
23
- ### Documentation
25
+ - Root export `.` through `src/index.ts`
26
+ - `./components/marketing/*` for landing, product, pricing, contact, contribute, cofounder, and design-partner surfaces
27
+ - `./components/templates/*` for templates browsing and preview surfaces
28
+ - `./libs/email/*` for marketing contact/newsletter/waitlist helpers
24
29
 
25
- - `components/docs/*` — Full documentation pages by category
26
- - `/advanced` — MCP, overlays, renderers, telemetry
27
- - `/architecture` — App config, multi-tenancy, integrations
28
- - `/comparison` — Platform comparisons
29
- - `/getting-started` — CLI, installation, tutorials
30
- - `/integrations` — Third-party service integrations
31
- - `/knowledge` — Knowledge management
32
- - `/libraries` — Library documentation
33
- - `/safety` — Security, auditing, migrations
34
- - `/specs` — Spec types and policies
35
- - `/studio` — Studio features
30
+ ## Local Commands
36
31
 
37
- ### Marketing
32
+ - `bun run dev` — contractspec-bun-build dev
33
+ - `bun run build` — bun run prebuild && bun run build:bundle && bun run build:types
34
+ - `bun run lint` — bun run lint:fix
35
+ - `bun run lint:check` — biome check .
36
+ - `bun run lint:fix` — biome check --write --unsafe --only=nursery/useSortedClasses . && biome check --write .
37
+ - `bun run typecheck` — tsc --noEmit
38
+ - `bun run publish:pkg` — bun publish --tolerate-republish --ignore-scripts --verbose
39
+ - `bun run publish:pkg:canary` — bun publish:pkg --tag canary
40
+ - `bun run clean` — rm -rf dist
41
+ - `bun run build:bundle` — contractspec-bun-build transpile
42
+ - `bun run build:types` — contractspec-bun-build types
43
+ - `bun run prebuild` — contractspec-bun-build prebuild
38
44
 
39
- - `components/marketing/*` — Landing page sections
40
- - `HeroMarketingSection`, `ProblemSection`, `SolutionSection`
41
- - `AudienceSection`, `DevelopersSection`, `FearsSection`
42
- - `PricingClient`, `ContactClient`, `ChangelogPage`
45
+ ## Notes
43
46
 
44
- ### Templates
45
-
46
- - `components/templates/*` Template preview and gallery
47
-
48
- ### Email
49
-
50
- - `libs/email/*` — Email utilities and templates
51
-
52
- ## Dependencies
53
-
54
- - `@contractspec/lib.design-system` — Design tokens
55
- - `@contractspec/lib.ui-kit-web` — UI components
56
- - `@contractspec/bundle.library` — Shared library components
57
- - `@contractspec/lib.email` — Email service
58
-
59
- ## Related Packages
60
-
61
- - [`@contractspec/app.web-landing`](../../apps/web-landing/README.md) — Marketing site
62
- - [`@contractspec/bundle.library`](../library/README.md) — Library bundle
47
+ - Keep the bundle focused on page storytelling and marketing interaction flows. Do not move shell/routing concerns here.
48
+ - Public positioning in this package must stay aligned with root docs and `@contractspec/app.web-landing`.
49
+ - If the page story changes materially, update the package docs and the public LLM-facing docs so human-facing and agent-facing descriptions do not drift.
@@ -12,16 +12,16 @@ function ChangelogPage({ entries }) {
12
12
  return /* @__PURE__ */ jsxDEV("main", {
13
13
  children: [
14
14
  /* @__PURE__ */ jsxDEV("section", {
15
- className: "section-padding hero-gradient border-border relative border-b",
15
+ className: "section-padding hero-gradient relative border-border border-b",
16
16
  children: /* @__PURE__ */ jsxDEV("div", {
17
17
  className: "mx-auto max-w-4xl space-y-6 text-center",
18
18
  children: [
19
19
  /* @__PURE__ */ jsxDEV("h1", {
20
- className: "text-5xl leading-tight font-bold md:text-6xl",
20
+ className: "font-bold text-5xl leading-tight md:text-6xl",
21
21
  children: "Changelog"
22
22
  }, undefined, false, undefined, this),
23
23
  /* @__PURE__ */ jsxDEV("p", {
24
- className: "text-muted-foreground text-lg",
24
+ className: "text-lg text-muted-foreground",
25
25
  children: "Latest releases and improvements to ContractSpec."
26
26
  }, undefined, false, undefined, this)
27
27
  ]
@@ -40,15 +40,15 @@ function ChangelogPage({ entries }) {
40
40
  className: "sticky top-24",
41
41
  children: [
42
42
  /* @__PURE__ */ jsxDEV("h3", {
43
- className: "text-2xl font-bold tracking-tight",
43
+ className: "font-bold text-2xl tracking-tight",
44
44
  children: entry.version
45
45
  }, undefined, false, undefined, this),
46
46
  /* @__PURE__ */ jsxDEV("time", {
47
- className: "text-muted-foreground mt-1 block text-sm font-medium",
47
+ className: "mt-1 block font-medium text-muted-foreground text-sm",
48
48
  children: entry.date
49
49
  }, undefined, false, undefined, this),
50
50
  entry.isBreaking && /* @__PURE__ */ jsxDEV("span", {
51
- className: "mt-2 inline-flex items-center rounded-full border border-red-500/50 bg-red-500/10 px-2.5 py-0.5 text-xs font-semibold text-red-500",
51
+ className: "mt-2 inline-flex items-center rounded-full border border-red-500/50 bg-red-500/10 px-2.5 py-0.5 font-semibold text-red-500 text-xs",
52
52
  children: "Breaking Change"
53
53
  }, undefined, false, undefined, this)
54
54
  ]
@@ -60,13 +60,13 @@ function ChangelogPage({ entries }) {
60
60
  className: "space-y-3",
61
61
  children: [
62
62
  /* @__PURE__ */ jsxDEV("h4", {
63
- className: "font-mono text-sm font-semibold text-violet-400",
63
+ className: "font-mono font-semibold text-sm text-violet-400",
64
64
  children: pkg.name
65
65
  }, undefined, false, undefined, this),
66
66
  /* @__PURE__ */ jsxDEV("ul", {
67
67
  className: "space-y-2",
68
68
  children: pkg.changes.map((change, k) => /* @__PURE__ */ jsxDEV("li", {
69
- className: "text-muted-foreground flex items-start gap-3 text-base leading-relaxed",
69
+ className: "flex items-start gap-3 text-base text-muted-foreground leading-relaxed",
70
70
  children: [
71
71
  /* @__PURE__ */ jsxDEV("span", {
72
72
  className: "mt-1.5 h-1.5 w-1.5 flex-shrink-0 rounded-full bg-violet-500/50"