@contractspec/bundle.marketing 2.0.0 → 2.1.1

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 (87) hide show
  1. package/.turbo/turbo-build.log +73 -73
  2. package/CHANGELOG.md +51 -0
  3. package/README.md +6 -1
  4. package/dist/browser/components/marketing/CofounderPage.js +2 -2
  5. package/dist/browser/components/marketing/ContactClient.js +57 -961
  6. package/dist/browser/components/marketing/DesignPartnerPage.js +2 -2
  7. package/dist/browser/components/marketing/LandingPage.js +6 -6
  8. package/dist/browser/components/marketing/PricingClient.js +107 -1127
  9. package/dist/browser/components/marketing/ProductClientPage.js +2 -2
  10. package/dist/browser/components/marketing/index.js +157 -1064
  11. package/dist/browser/components/marketing/pricing-thinking-modal.js +3 -3
  12. package/dist/browser/components/marketing/sections/CorePositioningSection.js +2 -2
  13. package/dist/browser/components/marketing/sections/CtaSection.js +2 -2
  14. package/dist/browser/components/marketing/sections/HeroMarketingSection.js +2 -2
  15. package/dist/browser/components/marketing/studio-signup-section.js +87 -0
  16. package/dist/browser/components/templates/TemplatesClientPage.js +175 -1082
  17. package/dist/browser/components/templates/index.js +181 -1088
  18. package/dist/browser/index.js +505 -1157
  19. package/dist/browser/registry/engine.js +158 -1080
  20. package/dist/browser/registry/index.js +158 -1080
  21. package/dist/browser/registry/registry-docs.js +2 -17
  22. package/dist/browser/registry/registry-landing.js +156 -1063
  23. package/dist/browser/registry/registry.js +158 -1080
  24. package/dist/browser/registry/utils.js +158 -1080
  25. package/dist/components/marketing/CofounderPage.js +2 -2
  26. package/dist/components/marketing/ContactClient.js +57 -961
  27. package/dist/components/marketing/DesignPartnerPage.js +2 -2
  28. package/dist/components/marketing/LandingPage.js +6 -6
  29. package/dist/components/marketing/PricingClient.js +107 -1127
  30. package/dist/components/marketing/ProductClientPage.js +2 -2
  31. package/dist/components/marketing/index.d.ts +1 -1
  32. package/dist/components/marketing/index.js +157 -1064
  33. package/dist/components/marketing/pricing-thinking-modal.js +3 -3
  34. package/dist/components/marketing/sections/CorePositioningSection.js +2 -2
  35. package/dist/components/marketing/sections/CtaSection.js +2 -2
  36. package/dist/components/marketing/sections/HeroMarketingSection.js +2 -2
  37. package/dist/components/marketing/studio-signup-section.d.ts +5 -0
  38. package/dist/components/marketing/studio-signup-section.js +82 -0
  39. package/dist/components/templates/TemplatesClientPage.js +175 -1082
  40. package/dist/components/templates/index.js +181 -1088
  41. package/dist/index.js +505 -1157
  42. package/dist/node/components/marketing/CofounderPage.js +2 -2
  43. package/dist/node/components/marketing/ContactClient.js +57 -961
  44. package/dist/node/components/marketing/DesignPartnerPage.js +2 -2
  45. package/dist/node/components/marketing/LandingPage.js +6 -6
  46. package/dist/node/components/marketing/PricingClient.js +107 -1127
  47. package/dist/node/components/marketing/ProductClientPage.js +2 -2
  48. package/dist/node/components/marketing/index.js +157 -1064
  49. package/dist/node/components/marketing/pricing-thinking-modal.js +3 -3
  50. package/dist/node/components/marketing/sections/CorePositioningSection.js +2 -2
  51. package/dist/node/components/marketing/sections/CtaSection.js +2 -2
  52. package/dist/node/components/marketing/sections/HeroMarketingSection.js +2 -2
  53. package/dist/node/components/marketing/studio-signup-section.js +82 -0
  54. package/dist/node/components/templates/TemplatesClientPage.js +175 -1082
  55. package/dist/node/components/templates/index.js +181 -1088
  56. package/dist/node/index.js +505 -1157
  57. package/dist/node/registry/engine.js +158 -1080
  58. package/dist/node/registry/index.js +158 -1080
  59. package/dist/node/registry/registry-docs.js +2 -17
  60. package/dist/node/registry/registry-landing.js +156 -1063
  61. package/dist/node/registry/registry.js +158 -1080
  62. package/dist/node/registry/utils.js +158 -1080
  63. package/dist/registry/engine.js +158 -1080
  64. package/dist/registry/index.js +158 -1080
  65. package/dist/registry/registry-docs.js +2 -17
  66. package/dist/registry/registry-landing.js +156 -1063
  67. package/dist/registry/registry.js +158 -1080
  68. package/dist/registry/utils.js +158 -1080
  69. package/package.json +35 -35
  70. package/src/components/marketing/CofounderPage.tsx +2 -2
  71. package/src/components/marketing/ContactClient.tsx +3 -3
  72. package/src/components/marketing/DesignPartnerPage.tsx +3 -3
  73. package/src/components/marketing/PricingClient.tsx +39 -38
  74. package/src/components/marketing/ProductClientPage.tsx +2 -2
  75. package/src/components/marketing/index.ts +1 -1
  76. package/src/components/marketing/pricing-thinking-modal.tsx +5 -5
  77. package/src/components/marketing/sections/CorePositioningSection.tsx +2 -2
  78. package/src/components/marketing/sections/CtaSection.tsx +2 -2
  79. package/src/components/marketing/sections/HeroMarketingSection.tsx +2 -2
  80. package/src/components/marketing/studio-signup-section.tsx +56 -0
  81. package/src/components/templates/TemplatesClientPage.tsx +12 -9
  82. package/src/registry/registry-docs.ts +0 -40
  83. package/dist/browser/components/marketing/waitlist-section.js +0 -1104
  84. package/dist/components/marketing/waitlist-section.d.ts +0 -7
  85. package/dist/components/marketing/waitlist-section.js +0 -1099
  86. package/dist/node/components/marketing/waitlist-section.js +0 -1099
  87. package/src/components/marketing/waitlist-section.tsx +0 -606
@@ -104,7 +104,7 @@ function PricingThinkingModal({
104
104
  children: "Tentative pricing (work in progress)"
105
105
  }, undefined, false, undefined, this),
106
106
  /* @__PURE__ */ jsxDEV(DialogDescription, {
107
- children: "We're still in design-partner mode. This is a draft of how we expect pricing to look once we open public access."
107
+ children: "ContractSpec Studio is live. This is a draft of how paid plans are expected to evolve as usage grows."
108
108
  }, undefined, false, undefined, this)
109
109
  ]
110
110
  }, undefined, true, undefined, this),
@@ -229,7 +229,7 @@ function PricingThinkingModal({
229
229
  }, undefined, false, undefined, this),
230
230
  /* @__PURE__ */ jsxDEV("p", {
231
231
  className: "text-muted-foreground text-xs",
232
- children: "Design partners get early access and a founding discount when paid plans launch."
232
+ children: "Design partners get priority onboarding and partner incentives as paid plans launch."
233
233
  }, undefined, false, undefined, this),
234
234
  onApplyClick && /* @__PURE__ */ jsxDEV(Button, {
235
235
  onClick: () => {
@@ -238,7 +238,7 @@ function PricingThinkingModal({
238
238
  },
239
239
  className: "w-full",
240
240
  variant: "outline",
241
- children: "Apply as a design partner"
241
+ children: "Try Studio"
242
242
  }, undefined, false, undefined, this)
243
243
  ]
244
244
  }, undefined, true, undefined, this)
@@ -43,9 +43,9 @@ function CorePositioningSection() {
43
43
  className: "pt-2 sm:flex sm:flex-row sm:flex-wrap sm:items-center sm:justify-center",
44
44
  children: [
45
45
  /* @__PURE__ */ jsxDEV(ButtonLink, {
46
- href: "/pricing#waitlist",
46
+ href: "https://app.contractspec.studio",
47
47
  children: [
48
- "Join waitlist ",
48
+ "Try Studio ",
49
49
  /* @__PURE__ */ jsxDEV(ChevronRight, {
50
50
  size: 16
51
51
  }, undefined, false, undefined, this)
@@ -36,11 +36,11 @@ function CtaSection() {
36
36
  className: "pt-2 sm:flex sm:flex-row sm:flex-wrap sm:items-center sm:justify-center",
37
37
  children: [
38
38
  /* @__PURE__ */ jsxDEV(ButtonLink, {
39
- href: "/pricing#waitlist",
39
+ href: "https://app.contractspec.studio",
40
40
  onClick: () => captureAnalyticsEvent(analyticsEventNames.CTA_STUDIO_CLICK, {
41
41
  surface: "cta-section"
42
42
  }),
43
- children: "Join waitlist"
43
+ children: "Try Studio"
44
44
  }, undefined, false, undefined, this),
45
45
  /* @__PURE__ */ jsxDEV(ButtonLink, {
46
46
  variant: "ghost",
@@ -56,11 +56,11 @@ function HeroMarketingSection() {
56
56
  }, undefined, true, undefined, this),
57
57
  /* @__PURE__ */ jsxDEV(ButtonLink, {
58
58
  variant: "ghost",
59
- href: "/contact#waitlist",
59
+ href: "https://app.contractspec.studio",
60
60
  onClick: () => captureAnalyticsEvent(analyticsEventNames.CTA_STUDIO_CLICK, {
61
61
  surface: "hero"
62
62
  }),
63
- children: "Join Studio Waitlist"
63
+ children: "Try Studio"
64
64
  }, undefined, false, undefined, this)
65
65
  ]
66
66
  }, undefined, true, undefined, this),
@@ -0,0 +1,82 @@
1
+ import { createRequire } from "node:module";
2
+ var __require = /* @__PURE__ */ createRequire(import.meta.url);
3
+
4
+ // src/components/marketing/studio-signup-section.tsx
5
+ import Link from "next/link";
6
+ import { ArrowRight, Rocket } from "lucide-react";
7
+ import { Button } from "@contractspec/lib.design-system";
8
+ import { jsxDEV } from "react/jsx-dev-runtime";
9
+ "use client";
10
+ var studioUrl = "https://app.contractspec.studio";
11
+ var studioDocsUrl = "https://app.contractspec.studio/docs";
12
+ function StudioSignupSection({
13
+ variant = "default"
14
+ }) {
15
+ const isCompact = variant === "compact";
16
+ return /* @__PURE__ */ jsxDEV("div", {
17
+ id: "studio-signup",
18
+ className: isCompact ? "space-y-4" : "card-subtle space-y-6 p-8",
19
+ children: [
20
+ /* @__PURE__ */ jsxDEV("div", {
21
+ className: "space-y-4",
22
+ children: [
23
+ /* @__PURE__ */ jsxDEV("div", {
24
+ className: "inline-flex items-center gap-2 rounded-full border border-violet-500/20 bg-violet-500/10 px-3 py-1",
25
+ children: [
26
+ /* @__PURE__ */ jsxDEV(Rocket, {
27
+ size: 14,
28
+ className: "text-violet-300"
29
+ }, undefined, false, undefined, this),
30
+ /* @__PURE__ */ jsxDEV("span", {
31
+ className: "text-sm font-medium text-violet-300",
32
+ children: "ContractSpec Studio"
33
+ }, undefined, false, undefined, this)
34
+ ]
35
+ }, undefined, true, undefined, this),
36
+ /* @__PURE__ */ jsxDEV("h2", {
37
+ className: isCompact ? "text-xl font-bold" : "text-2xl font-bold",
38
+ children: "Try ContractSpec Studio"
39
+ }, undefined, false, undefined, this),
40
+ /* @__PURE__ */ jsxDEV("p", {
41
+ className: "text-muted-foreground text-sm",
42
+ children: "The AI-powered product decision engine that turns product signals into spec-first deliverables."
43
+ }, undefined, false, undefined, this),
44
+ /* @__PURE__ */ jsxDEV("p", {
45
+ className: "text-muted-foreground text-xs",
46
+ children: "Evidence -> Correlation -> Decision -> Change -> Export -> Check -> Notify -> Autopilot"
47
+ }, undefined, false, undefined, this)
48
+ ]
49
+ }, undefined, true, undefined, this),
50
+ /* @__PURE__ */ jsxDEV("div", {
51
+ className: "flex flex-col gap-3 sm:flex-row",
52
+ children: [
53
+ /* @__PURE__ */ jsxDEV(Button, {
54
+ asChild: true,
55
+ className: "w-full sm:w-auto",
56
+ children: /* @__PURE__ */ jsxDEV(Link, {
57
+ href: studioUrl,
58
+ children: [
59
+ "Get Started Free ",
60
+ /* @__PURE__ */ jsxDEV(ArrowRight, {
61
+ className: "ml-2 h-4 w-4"
62
+ }, undefined, false, undefined, this)
63
+ ]
64
+ }, undefined, true, undefined, this)
65
+ }, undefined, false, undefined, this),
66
+ /* @__PURE__ */ jsxDEV(Button, {
67
+ asChild: true,
68
+ variant: "outline",
69
+ className: "w-full sm:w-auto",
70
+ children: /* @__PURE__ */ jsxDEV(Link, {
71
+ href: studioDocsUrl,
72
+ children: "Read Studio Docs"
73
+ }, undefined, false, undefined, this)
74
+ }, undefined, false, undefined, this)
75
+ ]
76
+ }, undefined, true, undefined, this)
77
+ ]
78
+ }, undefined, true, undefined, this);
79
+ }
80
+ export {
81
+ StudioSignupSection
82
+ };