@contractspec/bundle.marketing 2.1.0 → 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. package/.turbo/turbo-build.log +73 -73
  2. package/CHANGELOG.md +49 -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 +34 -34
  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
@@ -66,7 +66,7 @@ function DesignPartnerPage() {
66
66
  }, undefined, false, undefined, this),
67
67
  /* @__PURE__ */ jsxDEV("p", {
68
68
  className: "text-muted-foreground",
69
- children: "Your account has been enabled with Design Partner privileges. Log in to the Studio to start exploring the latest features before they're public."
69
+ children: "Your account has been enabled with Design Partner privileges. Log in to ContractSpec Studio to run the full loop from evidence to spec-first deliverables with your team."
70
70
  }, undefined, false, undefined, this),
71
71
  /* @__PURE__ */ jsxDEV("div", {
72
72
  className: "pt-2",
@@ -74,7 +74,7 @@ function DesignPartnerPage() {
74
74
  asChild: true,
75
75
  variant: "outline",
76
76
  children: /* @__PURE__ */ jsxDEV(Link, {
77
- href: "https://www.contractspec.studio",
77
+ href: "https://app.contractspec.studio",
78
78
  children: [
79
79
  "Launch Studio ",
80
80
  /* @__PURE__ */ jsxDEV(ArrowRight, {
@@ -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),
@@ -301,9 +301,9 @@ function CorePositioningSection() {
301
301
  className: "pt-2 sm:flex sm:flex-row sm:flex-wrap sm:items-center sm:justify-center",
302
302
  children: [
303
303
  /* @__PURE__ */ jsxDEV6(ButtonLink2, {
304
- href: "/pricing#waitlist",
304
+ href: "https://app.contractspec.studio",
305
305
  children: [
306
- "Join waitlist ",
306
+ "Try Studio ",
307
307
  /* @__PURE__ */ jsxDEV6(ChevronRight2, {
308
308
  size: 16
309
309
  }, undefined, false, undefined, this)
@@ -575,11 +575,11 @@ function CtaSection() {
575
575
  className: "pt-2 sm:flex sm:flex-row sm:flex-wrap sm:items-center sm:justify-center",
576
576
  children: [
577
577
  /* @__PURE__ */ jsxDEV11(ButtonLink4, {
578
- href: "/pricing#waitlist",
578
+ href: "https://app.contractspec.studio",
579
579
  onClick: () => captureAnalyticsEvent2(analyticsEventNames2.CTA_STUDIO_CLICK, {
580
580
  surface: "cta-section"
581
581
  }),
582
- children: "Join waitlist"
582
+ children: "Try Studio"
583
583
  }, undefined, false, undefined, this),
584
584
  /* @__PURE__ */ jsxDEV11(ButtonLink4, {
585
585
  variant: "ghost",