@contractspec/bundle.marketing 3.7.6 → 3.7.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +84 -84
- package/AGENTS.md +29 -21
- package/README.md +36 -49
- package/dist/browser/components/marketing/ChangelogPage.js +8 -8
- package/dist/browser/components/marketing/CofounderPage.js +167 -523
- package/dist/browser/components/marketing/ContactClient.js +200 -207
- package/dist/browser/components/marketing/ContributePage.js +211 -463
- package/dist/browser/components/marketing/DesignPartnerPage.js +165 -218
- package/dist/browser/components/marketing/LandingPage.js +464 -568
- package/dist/browser/components/marketing/PricingClient.js +213 -839
- package/dist/browser/components/marketing/ProductClientPage.js +265 -463
- package/dist/browser/components/marketing/index.js +2007 -3338
- package/dist/browser/components/marketing/pricing-thinking-modal.js +12 -12
- package/dist/browser/components/marketing/sections/AudienceSection.js +2 -2
- package/dist/browser/components/marketing/sections/CorePositioningSection.js +2 -2
- package/dist/browser/components/marketing/sections/CtaSection.js +3 -3
- package/dist/browser/components/marketing/sections/FearsSection.js +3 -3
- package/dist/browser/components/marketing/sections/HeroMarketingSection.js +6 -6
- package/dist/browser/components/marketing/sections/IconGridSection.js +2 -2
- package/dist/browser/components/marketing/sections/OutputsSection.js +2 -2
- package/dist/browser/components/marketing/sections/ProblemSection.js +2 -2
- package/dist/browser/components/marketing/sections/SolutionSection.js +2 -2
- package/dist/browser/components/marketing/sections/StepsSection.js +4 -4
- package/dist/browser/components/marketing/studio-signup-section.js +25 -41
- package/dist/browser/components/templates/TemplatesClientPage.js +2324 -3578
- package/dist/browser/components/templates/TemplatesPage.js +1 -1
- package/dist/browser/components/templates/TemplatesPreviewModal.js +3 -3
- package/dist/browser/components/templates/index.js +2361 -3615
- package/dist/browser/index.js +2363 -3617
- package/dist/browser/libs/email/client.js +1 -1
- package/dist/browser/libs/email/contact.js +1 -1
- package/dist/browser/libs/email/newsletter.js +1 -1
- package/dist/browser/libs/email/waitlist-application.js +1 -1
- package/dist/browser/libs/email/waitlist.js +1 -1
- package/dist/browser/registry/engine.js +2003 -3334
- package/dist/browser/registry/index.js +2003 -3334
- package/dist/browser/registry/registry-docs.js +2 -2
- package/dist/browser/registry/registry-landing.js +2007 -3338
- package/dist/browser/registry/registry.js +2003 -3334
- package/dist/browser/registry/utils.js +2003 -3334
- package/dist/components/marketing/ChangelogPage.js +8 -8
- package/dist/components/marketing/CofounderPage.js +167 -523
- package/dist/components/marketing/ContactClient.js +200 -207
- package/dist/components/marketing/ContributePage.d.ts +0 -2
- package/dist/components/marketing/ContributePage.js +211 -463
- package/dist/components/marketing/DesignPartnerPage.js +165 -218
- package/dist/components/marketing/LandingPage.js +464 -568
- package/dist/components/marketing/PricingClient.js +213 -839
- package/dist/components/marketing/ProductClientPage.js +265 -463
- package/dist/components/marketing/index.d.ts +5 -5
- package/dist/components/marketing/index.js +2007 -3338
- package/dist/components/marketing/pricing-thinking-modal.js +12 -12
- package/dist/components/marketing/sections/AudienceSection.js +2 -2
- package/dist/components/marketing/sections/CorePositioningSection.js +2 -2
- package/dist/components/marketing/sections/CtaSection.js +3 -3
- package/dist/components/marketing/sections/FearsSection.js +3 -3
- package/dist/components/marketing/sections/HeroMarketingSection.js +6 -6
- package/dist/components/marketing/sections/IconGridSection.d.ts +3 -3
- package/dist/components/marketing/sections/IconGridSection.js +2 -2
- package/dist/components/marketing/sections/OutputsSection.js +2 -2
- package/dist/components/marketing/sections/ProblemSection.js +2 -2
- package/dist/components/marketing/sections/SolutionSection.js +2 -2
- package/dist/components/marketing/sections/StepsSection.js +4 -4
- package/dist/components/marketing/studio-signup-section.js +25 -41
- package/dist/components/templates/TemplatesClientPage.js +2324 -3578
- package/dist/components/templates/TemplatesPage.js +1 -1
- package/dist/components/templates/TemplatesPreviewModal.js +3 -3
- package/dist/components/templates/index.js +2361 -3615
- package/dist/index.js +2363 -3617
- package/dist/libs/email/client.js +1 -1
- package/dist/libs/email/contact.js +1 -1
- package/dist/libs/email/newsletter.js +1 -1
- package/dist/libs/email/waitlist-application.js +1 -1
- package/dist/libs/email/waitlist.js +1 -1
- package/dist/node/components/marketing/ChangelogPage.js +8 -8
- package/dist/node/components/marketing/CofounderPage.js +167 -523
- package/dist/node/components/marketing/ContactClient.js +200 -207
- package/dist/node/components/marketing/ContributePage.js +211 -463
- package/dist/node/components/marketing/DesignPartnerPage.js +165 -218
- package/dist/node/components/marketing/LandingPage.js +464 -568
- package/dist/node/components/marketing/PricingClient.js +213 -839
- package/dist/node/components/marketing/ProductClientPage.js +265 -463
- package/dist/node/components/marketing/index.js +2007 -3338
- package/dist/node/components/marketing/pricing-thinking-modal.js +12 -12
- package/dist/node/components/marketing/sections/AudienceSection.js +2 -2
- package/dist/node/components/marketing/sections/CorePositioningSection.js +2 -2
- package/dist/node/components/marketing/sections/CtaSection.js +3 -3
- package/dist/node/components/marketing/sections/FearsSection.js +3 -3
- package/dist/node/components/marketing/sections/HeroMarketingSection.js +6 -6
- package/dist/node/components/marketing/sections/IconGridSection.js +2 -2
- package/dist/node/components/marketing/sections/OutputsSection.js +2 -2
- package/dist/node/components/marketing/sections/ProblemSection.js +2 -2
- package/dist/node/components/marketing/sections/SolutionSection.js +2 -2
- package/dist/node/components/marketing/sections/StepsSection.js +4 -4
- package/dist/node/components/marketing/studio-signup-section.js +25 -41
- package/dist/node/components/templates/TemplatesClientPage.js +2324 -3578
- package/dist/node/components/templates/TemplatesPage.js +1 -1
- package/dist/node/components/templates/TemplatesPreviewModal.js +3 -3
- package/dist/node/components/templates/index.js +2361 -3615
- package/dist/node/index.js +2363 -3617
- package/dist/node/libs/email/client.js +1 -1
- package/dist/node/libs/email/contact.js +1 -1
- package/dist/node/libs/email/newsletter.js +1 -1
- package/dist/node/libs/email/waitlist-application.js +1 -1
- package/dist/node/libs/email/waitlist.js +1 -1
- package/dist/node/registry/engine.js +2003 -3334
- package/dist/node/registry/index.js +2003 -3334
- package/dist/node/registry/registry-docs.js +2 -2
- package/dist/node/registry/registry-landing.js +2007 -3338
- package/dist/node/registry/registry.js +2003 -3334
- package/dist/node/registry/utils.js +2003 -3334
- package/dist/registry/engine.js +2003 -3334
- package/dist/registry/index.js +2003 -3334
- package/dist/registry/registry-docs.js +2 -2
- package/dist/registry/registry-landing.js +2007 -3338
- package/dist/registry/registry.js +2003 -3334
- package/dist/registry/utils.js +2003 -3334
- package/package.json +22 -22
- package/src/bundles/MarketingBundle.ts +273 -273
- package/src/components/marketing/ChangelogPage.tsx +72 -100
- package/src/components/marketing/CofounderPage.tsx +120 -384
- package/src/components/marketing/ContactClient.tsx +164 -154
- package/src/components/marketing/ContributePage.tsx +139 -313
- package/src/components/marketing/DesignPartnerPage.tsx +133 -171
- package/src/components/marketing/LandingPage.tsx +353 -25
- package/src/components/marketing/PricingClient.tsx +192 -437
- package/src/components/marketing/ProductClientPage.tsx +255 -377
- package/src/components/marketing/index.ts +5 -5
- package/src/components/marketing/pricing-thinking-modal.tsx +197 -197
- package/src/components/marketing/sections/AudienceSection.tsx +55 -56
- package/src/components/marketing/sections/CorePositioningSection.tsx +37 -37
- package/src/components/marketing/sections/CtaSection.tsx +49 -50
- package/src/components/marketing/sections/DevelopersSection.tsx +26 -27
- package/src/components/marketing/sections/FearsSection.tsx +36 -37
- package/src/components/marketing/sections/HeroMarketingSection.tsx +59 -59
- package/src/components/marketing/sections/IconGridSection.tsx +71 -71
- package/src/components/marketing/sections/OutputsSection.tsx +51 -52
- package/src/components/marketing/sections/ProblemSection.tsx +39 -40
- package/src/components/marketing/sections/SolutionSection.tsx +39 -40
- package/src/components/marketing/sections/StepsSection.tsx +47 -48
- package/src/components/marketing/studio-signup-section.tsx +39 -41
- package/src/components/templates/TemplatesClientPage.tsx +727 -685
- package/src/components/templates/TemplatesPage.tsx +110 -110
- package/src/components/templates/TemplatesPreviewModal.tsx +197 -198
- package/src/index.ts +4 -4
- package/src/libs/email/client.test.ts +81 -81
- package/src/libs/email/client.ts +111 -111
- package/src/libs/email/contact.ts +35 -35
- package/src/libs/email/newsletter.ts +46 -46
- package/src/libs/email/types.ts +29 -29
- package/src/libs/email/utils.ts +5 -5
- package/src/libs/email/waitlist-application.ts +72 -72
- package/src/libs/email/waitlist.ts +46 -46
- package/src/libs/pricing-examples.ts +12 -12
- package/src/registry/engine.ts +16 -16
- package/src/registry/factory.ts +57 -57
- package/src/registry/registry-docs.ts +656 -666
- package/src/registry/registry-landing.ts +94 -95
- package/src/registry/registry.ts +36 -37
- package/src/registry/types.ts +2 -2
- package/src/registry/utils.ts +56 -56
- package/tsconfig.json +11 -11
- package/tsdown.config.js +5 -5
package/.turbo/turbo-build.log
CHANGED
|
@@ -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
|
|
6
|
+
Bundled 45 modules in 26ms
|
|
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
|
|
10
|
+
./index.js 226.43 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
|
|
13
|
+
registry/index.js 154.41 KB (entry point)
|
|
14
14
|
registry/types.js 8 bytes (entry point)
|
|
15
|
-
registry/utils.js
|
|
16
|
-
registry/engine.js
|
|
17
|
-
registry/registry.js
|
|
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
|
|
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
|
|
22
|
-
components/templates/TemplatesClientPage.js
|
|
21
|
+
components/templates/index.js 177.74 KB (entry point)
|
|
22
|
+
components/templates/TemplatesClientPage.js 170.80 KB (entry point)
|
|
23
23
|
components/templates/TemplatesPage.js 6.85 KB (entry point)
|
|
24
24
|
components/templates/TemplatesPreviewModal.js 7.81 KB (entry point)
|
|
25
25
|
libs/email/newsletter.js 6.88 KB (entry point)
|
|
26
|
-
components/marketing/
|
|
27
|
-
components/marketing/
|
|
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.
|
|
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
|
|
55
|
+
Bundled 45 modules in 26ms
|
|
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
|
|
59
|
+
./index.js 226.37 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
|
|
62
|
+
registry/index.js 154.44 KB (entry point)
|
|
63
63
|
registry/types.js 0 KB (entry point)
|
|
64
|
-
registry/utils.js
|
|
65
|
-
registry/engine.js
|
|
66
|
-
registry/registry.js
|
|
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
|
|
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
|
|
71
|
-
components/templates/TemplatesClientPage.js
|
|
70
|
+
components/templates/index.js 177.74 KB (entry point)
|
|
71
|
+
components/templates/TemplatesClientPage.js 170.80 KB (entry point)
|
|
72
72
|
components/templates/TemplatesPage.js 6.91 KB (entry point)
|
|
73
73
|
components/templates/TemplatesPreviewModal.js 7.88 KB (entry point)
|
|
74
74
|
libs/email/newsletter.js 6.93 KB (entry point)
|
|
75
|
-
components/marketing/
|
|
76
|
-
components/marketing/
|
|
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.
|
|
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
|
|
104
|
+
Bundled 45 modules in 26ms
|
|
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
|
|
108
|
+
./index.js 226.63 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
|
|
111
|
+
registry/index.js 154.70 KB (entry point)
|
|
112
112
|
registry/types.js 0 KB (entry point)
|
|
113
|
-
registry/utils.js
|
|
114
|
-
registry/engine.js
|
|
115
|
-
registry/registry.js
|
|
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
|
|
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
|
|
120
|
-
components/templates/TemplatesClientPage.js
|
|
119
|
+
components/templates/index.js 178.00 KB (entry point)
|
|
120
|
+
components/templates/TemplatesClientPage.js 171.1 KB (entry point)
|
|
121
121
|
components/templates/TemplatesPage.js 7.17 KB (entry point)
|
|
122
122
|
components/templates/TemplatesPreviewModal.js 8.14 KB (entry point)
|
|
123
123
|
libs/email/newsletter.js 7.19 KB (entry point)
|
|
124
|
-
components/marketing/
|
|
125
|
-
components/marketing/
|
|
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.
|
|
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
|
|
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
|
-
-
|
|
10
|
-
-
|
|
11
|
-
-
|
|
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/
|
|
16
|
-
- `src/components/
|
|
17
|
-
- `src/
|
|
18
|
-
- `src/
|
|
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
|
|
21
|
+
## Public Surface
|
|
21
22
|
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
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
|
-
-
|
|
32
|
-
-
|
|
33
|
-
-
|
|
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
|
-
-
|
|
38
|
-
-
|
|
39
|
-
-
|
|
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/README.md
CHANGED
|
@@ -1,62 +1,49 @@
|
|
|
1
1
|
# @contractspec/bundle.marketing
|
|
2
2
|
|
|
3
|
-
Marketing
|
|
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
|
-
##
|
|
5
|
+
## What It Provides
|
|
6
6
|
|
|
7
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
18
|
-
|
|
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
|
-
##
|
|
23
|
+
## Public Entry Points
|
|
22
24
|
|
|
23
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
40
|
-
- `HeroMarketingSection`, `ProblemSection`, `SolutionSection`
|
|
41
|
-
- `AudienceSection`, `DevelopersSection`, `FearsSection`
|
|
42
|
-
- `PricingClient`, `ContactClient`, `ChangelogPage`
|
|
45
|
+
## Notes
|
|
43
46
|
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
-
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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: "
|
|
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
|
|
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
|
|
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: "
|
|
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"
|