@contractspec/bundle.marketing 2.1.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 +20 -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 +26 -26
  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
@@ -109,7 +109,7 @@ function PricingThinkingModal({
109
109
  children: "Tentative pricing (work in progress)"
110
110
  }, undefined, false, undefined, this),
111
111
  /* @__PURE__ */ jsxDEV(DialogDescription, {
112
- children: "We're still in design-partner mode. This is a draft of how we expect pricing to look once we open public access."
112
+ children: "ContractSpec Studio is live. This is a draft of how paid plans are expected to evolve as usage grows."
113
113
  }, undefined, false, undefined, this)
114
114
  ]
115
115
  }, undefined, true, undefined, this),
@@ -234,7 +234,7 @@ function PricingThinkingModal({
234
234
  }, undefined, false, undefined, this),
235
235
  /* @__PURE__ */ jsxDEV("p", {
236
236
  className: "text-muted-foreground text-xs",
237
- children: "Design partners get early access and a founding discount when paid plans launch."
237
+ children: "Design partners get priority onboarding and partner incentives as paid plans launch."
238
238
  }, undefined, false, undefined, this),
239
239
  onApplyClick && /* @__PURE__ */ jsxDEV(Button, {
240
240
  onClick: () => {
@@ -243,7 +243,7 @@ function PricingThinkingModal({
243
243
  },
244
244
  className: "w-full",
245
245
  variant: "outline",
246
- children: "Apply as a design partner"
246
+ children: "Try Studio"
247
247
  }, undefined, false, undefined, this)
248
248
  ]
249
249
  }, undefined, true, undefined, this)
@@ -48,9 +48,9 @@ function CorePositioningSection() {
48
48
  className: "pt-2 sm:flex sm:flex-row sm:flex-wrap sm:items-center sm:justify-center",
49
49
  children: [
50
50
  /* @__PURE__ */ jsxDEV(ButtonLink, {
51
- href: "/pricing#waitlist",
51
+ href: "https://app.contractspec.studio",
52
52
  children: [
53
- "Join waitlist ",
53
+ "Try Studio ",
54
54
  /* @__PURE__ */ jsxDEV(ChevronRight, {
55
55
  size: 16
56
56
  }, undefined, false, undefined, this)
@@ -41,11 +41,11 @@ function CtaSection() {
41
41
  className: "pt-2 sm:flex sm:flex-row sm:flex-wrap sm:items-center sm:justify-center",
42
42
  children: [
43
43
  /* @__PURE__ */ jsxDEV(ButtonLink, {
44
- href: "/pricing#waitlist",
44
+ href: "https://app.contractspec.studio",
45
45
  onClick: () => captureAnalyticsEvent(analyticsEventNames.CTA_STUDIO_CLICK, {
46
46
  surface: "cta-section"
47
47
  }),
48
- children: "Join waitlist"
48
+ children: "Try Studio"
49
49
  }, undefined, false, undefined, this),
50
50
  /* @__PURE__ */ jsxDEV(ButtonLink, {
51
51
  variant: "ghost",
@@ -61,11 +61,11 @@ function HeroMarketingSection() {
61
61
  }, undefined, true, undefined, this),
62
62
  /* @__PURE__ */ jsxDEV(ButtonLink, {
63
63
  variant: "ghost",
64
- href: "/contact#waitlist",
64
+ href: "https://app.contractspec.studio",
65
65
  onClick: () => captureAnalyticsEvent(analyticsEventNames.CTA_STUDIO_CLICK, {
66
66
  surface: "hero"
67
67
  }),
68
- children: "Join Studio Waitlist"
68
+ children: "Try Studio"
69
69
  }, undefined, false, undefined, this)
70
70
  ]
71
71
  }, undefined, true, undefined, this),
@@ -0,0 +1,87 @@
1
+ var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
2
+ get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
3
+ }) : x)(function(x) {
4
+ if (typeof require !== "undefined")
5
+ return require.apply(this, arguments);
6
+ throw Error('Dynamic require of "' + x + '" is not supported');
7
+ });
8
+
9
+ // src/components/marketing/studio-signup-section.tsx
10
+ import Link from "next/link";
11
+ import { ArrowRight, Rocket } from "lucide-react";
12
+ import { Button } from "@contractspec/lib.design-system";
13
+ import { jsxDEV } from "react/jsx-dev-runtime";
14
+ "use client";
15
+ var studioUrl = "https://app.contractspec.studio";
16
+ var studioDocsUrl = "https://app.contractspec.studio/docs";
17
+ function StudioSignupSection({
18
+ variant = "default"
19
+ }) {
20
+ const isCompact = variant === "compact";
21
+ return /* @__PURE__ */ jsxDEV("div", {
22
+ id: "studio-signup",
23
+ className: isCompact ? "space-y-4" : "card-subtle space-y-6 p-8",
24
+ children: [
25
+ /* @__PURE__ */ jsxDEV("div", {
26
+ className: "space-y-4",
27
+ children: [
28
+ /* @__PURE__ */ jsxDEV("div", {
29
+ className: "inline-flex items-center gap-2 rounded-full border border-violet-500/20 bg-violet-500/10 px-3 py-1",
30
+ children: [
31
+ /* @__PURE__ */ jsxDEV(Rocket, {
32
+ size: 14,
33
+ className: "text-violet-300"
34
+ }, undefined, false, undefined, this),
35
+ /* @__PURE__ */ jsxDEV("span", {
36
+ className: "text-sm font-medium text-violet-300",
37
+ children: "ContractSpec Studio"
38
+ }, undefined, false, undefined, this)
39
+ ]
40
+ }, undefined, true, undefined, this),
41
+ /* @__PURE__ */ jsxDEV("h2", {
42
+ className: isCompact ? "text-xl font-bold" : "text-2xl font-bold",
43
+ children: "Try ContractSpec Studio"
44
+ }, undefined, false, undefined, this),
45
+ /* @__PURE__ */ jsxDEV("p", {
46
+ className: "text-muted-foreground text-sm",
47
+ children: "The AI-powered product decision engine that turns product signals into spec-first deliverables."
48
+ }, undefined, false, undefined, this),
49
+ /* @__PURE__ */ jsxDEV("p", {
50
+ className: "text-muted-foreground text-xs",
51
+ children: "Evidence -> Correlation -> Decision -> Change -> Export -> Check -> Notify -> Autopilot"
52
+ }, undefined, false, undefined, this)
53
+ ]
54
+ }, undefined, true, undefined, this),
55
+ /* @__PURE__ */ jsxDEV("div", {
56
+ className: "flex flex-col gap-3 sm:flex-row",
57
+ children: [
58
+ /* @__PURE__ */ jsxDEV(Button, {
59
+ asChild: true,
60
+ className: "w-full sm:w-auto",
61
+ children: /* @__PURE__ */ jsxDEV(Link, {
62
+ href: studioUrl,
63
+ children: [
64
+ "Get Started Free ",
65
+ /* @__PURE__ */ jsxDEV(ArrowRight, {
66
+ className: "ml-2 h-4 w-4"
67
+ }, undefined, false, undefined, this)
68
+ ]
69
+ }, undefined, true, undefined, this)
70
+ }, undefined, false, undefined, this),
71
+ /* @__PURE__ */ jsxDEV(Button, {
72
+ asChild: true,
73
+ variant: "outline",
74
+ className: "w-full sm:w-auto",
75
+ children: /* @__PURE__ */ jsxDEV(Link, {
76
+ href: studioDocsUrl,
77
+ children: "Read Studio Docs"
78
+ }, undefined, false, undefined, this)
79
+ }, undefined, false, undefined, this)
80
+ ]
81
+ }, undefined, true, undefined, this)
82
+ ]
83
+ }, undefined, true, undefined, this);
84
+ }
85
+ export {
86
+ StudioSignupSection
87
+ };