@contractspec/bundle.library 2.2.0 → 2.4.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 (58) hide show
  1. package/.turbo/turbo-build.log +2 -2
  2. package/CHANGELOG.md +48 -0
  3. package/dist/components/docs/ecosystem/TemplatesPage.js +1 -1
  4. package/dist/components/docs/ecosystem/index.js +1 -1
  5. package/dist/components/docs/getting-started/DeveloperToolsPage.js +1 -1
  6. package/dist/components/docs/getting-started/index.js +1 -1
  7. package/dist/components/docs/guides/GuideCIDiffGatingPage.js +1 -1
  8. package/dist/components/docs/guides/GuideContractTypesPage.js +1 -1
  9. package/dist/components/docs/guides/GuideDocsPipelinePage.js +1 -1
  10. package/dist/components/docs/guides/GuideGenerateDocsClientsSchemasPage.js +1 -1
  11. package/dist/components/docs/guides/GuideImportExistingCodebasesPage.js +1 -1
  12. package/dist/components/docs/guides/GuideNextjsOneEndpointPage.js +1 -1
  13. package/dist/components/docs/guides/GuideSpecValidationTypingPage.js +1 -1
  14. package/dist/components/docs/guides/index.js +1 -1
  15. package/dist/components/docs/index.js +10 -10
  16. package/dist/components/docs/manifesto/ManifestoPage.js +1 -1
  17. package/dist/components/docs/shared/StudioPrompt.js +1 -1
  18. package/dist/components/docs/studio/StudioBYOKPage.js +1 -1
  19. package/dist/components/docs/studio/StudioDeploymentsPage.js +1 -1
  20. package/dist/components/docs/studio/StudioGettingStartedPage.js +1 -1
  21. package/dist/components/docs/studio/StudioIntegrationsPage.js +1 -1
  22. package/dist/components/docs/studio/StudioOverviewPage.js +2 -2
  23. package/dist/components/docs/studio/StudioVisualBuilderPage.js +1 -1
  24. package/dist/components/docs/studio/index.js +7 -7
  25. package/dist/index.js +10 -10
  26. package/dist/node/components/docs/ecosystem/TemplatesPage.js +1 -1
  27. package/dist/node/components/docs/ecosystem/index.js +1 -1
  28. package/dist/node/components/docs/getting-started/DeveloperToolsPage.js +1 -1
  29. package/dist/node/components/docs/getting-started/index.js +1 -1
  30. package/dist/node/components/docs/guides/GuideCIDiffGatingPage.js +1 -1
  31. package/dist/node/components/docs/guides/GuideContractTypesPage.js +1 -1
  32. package/dist/node/components/docs/guides/GuideDocsPipelinePage.js +1 -1
  33. package/dist/node/components/docs/guides/GuideGenerateDocsClientsSchemasPage.js +1 -1
  34. package/dist/node/components/docs/guides/GuideImportExistingCodebasesPage.js +1 -1
  35. package/dist/node/components/docs/guides/GuideNextjsOneEndpointPage.js +1 -1
  36. package/dist/node/components/docs/guides/GuideSpecValidationTypingPage.js +1 -1
  37. package/dist/node/components/docs/guides/index.js +1 -1
  38. package/dist/node/components/docs/index.js +10 -10
  39. package/dist/node/components/docs/manifesto/ManifestoPage.js +1 -1
  40. package/dist/node/components/docs/shared/StudioPrompt.js +1 -1
  41. package/dist/node/components/docs/studio/StudioBYOKPage.js +1 -1
  42. package/dist/node/components/docs/studio/StudioDeploymentsPage.js +1 -1
  43. package/dist/node/components/docs/studio/StudioGettingStartedPage.js +1 -1
  44. package/dist/node/components/docs/studio/StudioIntegrationsPage.js +1 -1
  45. package/dist/node/components/docs/studio/StudioOverviewPage.js +2 -2
  46. package/dist/node/components/docs/studio/StudioVisualBuilderPage.js +1 -1
  47. package/dist/node/components/docs/studio/index.js +7 -7
  48. package/dist/node/index.js +10 -10
  49. package/package.json +17 -17
  50. package/src/components/docs/getting-started/DeveloperToolsPage.tsx +1 -1
  51. package/src/components/docs/manifesto/ManifestoPage.tsx +1 -1
  52. package/src/components/docs/shared/StudioPrompt.tsx +1 -1
  53. package/src/components/docs/studio/StudioBYOKPage.tsx +1 -1
  54. package/src/components/docs/studio/StudioDeploymentsPage.tsx +1 -1
  55. package/src/components/docs/studio/StudioGettingStartedPage.tsx +1 -1
  56. package/src/components/docs/studio/StudioIntegrationsPage.tsx +1 -1
  57. package/src/components/docs/studio/StudioOverviewPage.tsx +2 -2
  58. package/src/components/docs/studio/StudioVisualBuilderPage.tsx +1 -1
@@ -3,7 +3,7 @@ $ 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=281
6
- Bundled 281 modules in 201ms
6
+ Bundled 281 modules in 135ms
7
7
 
8
8
  application/index.js 21.29 KB (entry point)
9
9
  presentation/features/templates/types.js 8 bytes (entry point)
@@ -288,7 +288,7 @@ Bundled 281 modules in 201ms
288
288
  components/docs/advanced/AdvancedMCPPage.js 15.27 KB (entry point)
289
289
 
290
290
  [contractspec-bun-build] transpile target=node root=src entries=281
291
- Bundled 281 modules in 137ms
291
+ Bundled 281 modules in 116ms
292
292
 
293
293
  application/index.js 21.29 KB (entry point)
294
294
  presentation/features/templates/types.js 0 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,53 @@
1
1
  # @contractspec/bundle.library
2
2
 
3
+ ## 2.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - chore: improve documentation
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies
12
+ - @contractspec/lib.contracts-runtime-server-graphql@2.4.0
13
+ - @contractspec/lib.contracts-runtime-server-rest@2.4.0
14
+ - @contractspec/lib.contracts-runtime-server-mcp@2.4.0
15
+ - @contractspec/lib.contracts-integrations@2.4.0
16
+ - @contractspec/lib.contracts-library@2.4.0
17
+ - @contractspec/lib.example-shared-ui@2.4.0
18
+ - @contractspec/lib.runtime-sandbox@1.4.0
19
+ - @contractspec/lib.contracts-spec@2.4.0
20
+ - @contractspec/lib.design-system@2.4.0
21
+ - @contractspec/module.examples@2.4.0
22
+ - @contractspec/lib.ui-kit-web@2.4.0
23
+ - @contractspec/lib.ui-link@2.4.0
24
+ - @contractspec/lib.logger@2.4.0
25
+ - @contractspec/lib.schema@2.4.0
26
+
27
+ ## 2.3.0
28
+
29
+ ### Minor Changes
30
+
31
+ - 12c9556: feat: release agentpacks
32
+
33
+ ### Patch Changes
34
+
35
+ - Updated dependencies [12c9556]
36
+ - @contractspec/lib.contracts-runtime-server-graphql@2.3.0
37
+ - @contractspec/lib.contracts-runtime-server-rest@2.3.0
38
+ - @contractspec/lib.contracts-runtime-server-mcp@2.3.0
39
+ - @contractspec/lib.contracts-integrations@2.3.0
40
+ - @contractspec/lib.contracts-library@2.3.0
41
+ - @contractspec/lib.example-shared-ui@2.3.0
42
+ - @contractspec/lib.runtime-sandbox@1.3.0
43
+ - @contractspec/lib.contracts-spec@2.3.0
44
+ - @contractspec/lib.design-system@2.3.0
45
+ - @contractspec/module.examples@2.3.0
46
+ - @contractspec/lib.ui-kit-web@2.3.0
47
+ - @contractspec/lib.ui-link@2.3.0
48
+ - @contractspec/lib.logger@2.3.0
49
+ - @contractspec/lib.schema@2.3.0
50
+
3
51
  ## 2.2.0
4
52
 
5
53
  ### Minor Changes
@@ -6,7 +6,7 @@ function StudioPrompt({
6
6
  title = "Want to turn product signals into spec-first deliverables?",
7
7
  body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
8
8
  ctaLabel = "Try Studio",
9
- href = "https://app.contractspec.studio"
9
+ href = "https://www.contractspec.studio"
10
10
  }) {
11
11
  return /* @__PURE__ */ jsxDEV("div", {
12
12
  className: "card-subtle space-y-3 p-6",
@@ -421,7 +421,7 @@ function StudioPrompt({
421
421
  title = "Want to turn product signals into spec-first deliverables?",
422
422
  body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
423
423
  ctaLabel = "Try Studio",
424
- href = "https://app.contractspec.studio"
424
+ href = "https://www.contractspec.studio"
425
425
  }) {
426
426
  return /* @__PURE__ */ jsxDEV4("div", {
427
427
  className: "card-subtle space-y-3 p-6",
@@ -32,7 +32,7 @@ function DeveloperToolsPage() {
32
32
  },
33
33
  {
34
34
  name: "ContractSpec Studio",
35
- href: "https://app.contractspec.studio",
35
+ href: "https://www.contractspec.studio",
36
36
  description: "AI-powered product decision engine that turns product signals into spec-first deliverables.",
37
37
  icon: Layers,
38
38
  status: "available",
@@ -729,7 +729,7 @@ function DeveloperToolsPage() {
729
729
  },
730
730
  {
731
731
  name: "ContractSpec Studio",
732
- href: "https://app.contractspec.studio",
732
+ href: "https://www.contractspec.studio",
733
733
  description: "AI-powered product decision engine that turns product signals into spec-first deliverables.",
734
734
  icon: Layers,
735
735
  status: "available",
@@ -6,7 +6,7 @@ function StudioPrompt({
6
6
  title = "Want to turn product signals into spec-first deliverables?",
7
7
  body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
8
8
  ctaLabel = "Try Studio",
9
- href = "https://app.contractspec.studio"
9
+ href = "https://www.contractspec.studio"
10
10
  }) {
11
11
  return /* @__PURE__ */ jsxDEV("div", {
12
12
  className: "card-subtle space-y-3 p-6",
@@ -6,7 +6,7 @@ function StudioPrompt({
6
6
  title = "Want to turn product signals into spec-first deliverables?",
7
7
  body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
8
8
  ctaLabel = "Try Studio",
9
- href = "https://app.contractspec.studio"
9
+ href = "https://www.contractspec.studio"
10
10
  }) {
11
11
  return /* @__PURE__ */ jsxDEV("div", {
12
12
  className: "card-subtle space-y-3 p-6",
@@ -6,7 +6,7 @@ function StudioPrompt({
6
6
  title = "Want to turn product signals into spec-first deliverables?",
7
7
  body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
8
8
  ctaLabel = "Try Studio",
9
- href = "https://app.contractspec.studio"
9
+ href = "https://www.contractspec.studio"
10
10
  }) {
11
11
  return /* @__PURE__ */ jsxDEV("div", {
12
12
  className: "card-subtle space-y-3 p-6",
@@ -6,7 +6,7 @@ function StudioPrompt({
6
6
  title = "Want to turn product signals into spec-first deliverables?",
7
7
  body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
8
8
  ctaLabel = "Try Studio",
9
- href = "https://app.contractspec.studio"
9
+ href = "https://www.contractspec.studio"
10
10
  }) {
11
11
  return /* @__PURE__ */ jsxDEV("div", {
12
12
  className: "card-subtle space-y-3 p-6",
@@ -6,7 +6,7 @@ function StudioPrompt({
6
6
  title = "Want to turn product signals into spec-first deliverables?",
7
7
  body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
8
8
  ctaLabel = "Try Studio",
9
- href = "https://app.contractspec.studio"
9
+ href = "https://www.contractspec.studio"
10
10
  }) {
11
11
  return /* @__PURE__ */ jsxDEV("div", {
12
12
  className: "card-subtle space-y-3 p-6",
@@ -6,7 +6,7 @@ function StudioPrompt({
6
6
  title = "Want to turn product signals into spec-first deliverables?",
7
7
  body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
8
8
  ctaLabel = "Try Studio",
9
- href = "https://app.contractspec.studio"
9
+ href = "https://www.contractspec.studio"
10
10
  }) {
11
11
  return /* @__PURE__ */ jsxDEV("div", {
12
12
  className: "card-subtle space-y-3 p-6",
@@ -6,7 +6,7 @@ function StudioPrompt({
6
6
  title = "Want to turn product signals into spec-first deliverables?",
7
7
  body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
8
8
  ctaLabel = "Try Studio",
9
- href = "https://app.contractspec.studio"
9
+ href = "https://www.contractspec.studio"
10
10
  }) {
11
11
  return /* @__PURE__ */ jsxDEV("div", {
12
12
  className: "card-subtle space-y-3 p-6",
@@ -6,7 +6,7 @@ function StudioPrompt({
6
6
  title = "Want to turn product signals into spec-first deliverables?",
7
7
  body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
8
8
  ctaLabel = "Try Studio",
9
- href = "https://app.contractspec.studio"
9
+ href = "https://www.contractspec.studio"
10
10
  }) {
11
11
  return /* @__PURE__ */ jsxDEV("div", {
12
12
  className: "card-subtle space-y-3 p-6",
@@ -5309,7 +5309,7 @@ function StudioPrompt({
5309
5309
  title = "Want to turn product signals into spec-first deliverables?",
5310
5310
  body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
5311
5311
  ctaLabel = "Try Studio",
5312
- href = "https://app.contractspec.studio"
5312
+ href = "https://www.contractspec.studio"
5313
5313
  }) {
5314
5314
  return /* @__PURE__ */ jsxDEV22("div", {
5315
5315
  className: "card-subtle space-y-3 p-6",
@@ -6375,7 +6375,7 @@ function DeveloperToolsPage() {
6375
6375
  },
6376
6376
  {
6377
6377
  name: "ContractSpec Studio",
6378
- href: "https://app.contractspec.studio",
6378
+ href: "https://www.contractspec.studio",
6379
6379
  description: "AI-powered product decision engine that turns product signals into spec-first deliverables.",
6380
6380
  icon: Layers,
6381
6381
  status: "available",
@@ -27521,7 +27521,7 @@ function ManifestoPage() {
27521
27521
  children: "Install OSS Core"
27522
27522
  }, undefined, false, undefined, this),
27523
27523
  /* @__PURE__ */ jsxDEV114("a", {
27524
- href: "https://app.contractspec.studio",
27524
+ href: "https://www.contractspec.studio",
27525
27525
  className: "btn-ghost",
27526
27526
  children: "Try Studio"
27527
27527
  }, undefined, false, undefined, this)
@@ -27618,12 +27618,12 @@ function StudioOverviewPage() {
27618
27618
  className: "flex flex-wrap gap-3",
27619
27619
  children: [
27620
27620
  /* @__PURE__ */ jsxDEV115(Link96, {
27621
- href: "https://app.contractspec.studio",
27621
+ href: "https://www.contractspec.studio",
27622
27622
  className: "btn-primary",
27623
27623
  children: "Try Studio"
27624
27624
  }, undefined, false, undefined, this),
27625
27625
  /* @__PURE__ */ jsxDEV115(Link96, {
27626
- href: "https://app.contractspec.studio/docs",
27626
+ href: "https://www.contractspec.studio/docs",
27627
27627
  className: "btn-ghost",
27628
27628
  children: "Read Studio docs"
27629
27629
  }, undefined, false, undefined, this)
@@ -27651,7 +27651,7 @@ function StudioGettingStartedPage() {
27651
27651
  children: "The latest getting-started guide now lives in the Studio app docs."
27652
27652
  }, undefined, false, undefined, this),
27653
27653
  /* @__PURE__ */ jsxDEV116(Link97, {
27654
- href: "https://app.contractspec.studio/docs",
27654
+ href: "https://www.contractspec.studio/docs",
27655
27655
  className: "btn-primary",
27656
27656
  children: "Open Studio docs"
27657
27657
  }, undefined, false, undefined, this)
@@ -27675,7 +27675,7 @@ function StudioVisualBuilderPage() {
27675
27675
  children: "Visual builder documentation now lives in the Studio app docs."
27676
27676
  }, undefined, false, undefined, this),
27677
27677
  /* @__PURE__ */ jsxDEV117(Link98, {
27678
- href: "https://app.contractspec.studio/docs",
27678
+ href: "https://www.contractspec.studio/docs",
27679
27679
  className: "btn-primary",
27680
27680
  children: "Open Studio docs"
27681
27681
  }, undefined, false, undefined, this)
@@ -27699,7 +27699,7 @@ function StudioIntegrationsPage() {
27699
27699
  children: "Integration guides now live in the Studio app docs."
27700
27700
  }, undefined, false, undefined, this),
27701
27701
  /* @__PURE__ */ jsxDEV118(Link99, {
27702
- href: "https://app.contractspec.studio/docs",
27702
+ href: "https://www.contractspec.studio/docs",
27703
27703
  className: "btn-primary",
27704
27704
  children: "Open Studio docs"
27705
27705
  }, undefined, false, undefined, this)
@@ -27723,7 +27723,7 @@ function StudioDeploymentsPage() {
27723
27723
  children: "Deployment guidance now lives in the Studio app docs."
27724
27724
  }, undefined, false, undefined, this),
27725
27725
  /* @__PURE__ */ jsxDEV119(Link100, {
27726
- href: "https://app.contractspec.studio/docs",
27726
+ href: "https://www.contractspec.studio/docs",
27727
27727
  className: "btn-primary",
27728
27728
  children: "Open Studio docs"
27729
27729
  }, undefined, false, undefined, this)
@@ -27747,7 +27747,7 @@ function StudioBYOKPage() {
27747
27747
  children: "Security and BYOK guidance now lives in the Studio app docs."
27748
27748
  }, undefined, false, undefined, this),
27749
27749
  /* @__PURE__ */ jsxDEV120(Link101, {
27750
- href: "https://app.contractspec.studio/docs",
27750
+ href: "https://www.contractspec.studio/docs",
27751
27751
  className: "btn-primary",
27752
27752
  children: "Open Studio docs"
27753
27753
  }, undefined, false, undefined, this)
@@ -176,7 +176,7 @@ function ManifestoPage() {
176
176
  children: "Install OSS Core"
177
177
  }, undefined, false, undefined, this),
178
178
  /* @__PURE__ */ jsxDEV("a", {
179
- href: "https://app.contractspec.studio",
179
+ href: "https://www.contractspec.studio",
180
180
  className: "btn-ghost",
181
181
  children: "Try Studio"
182
182
  }, undefined, false, undefined, this)
@@ -6,7 +6,7 @@ function StudioPrompt({
6
6
  title = "Want to turn product signals into spec-first deliverables?",
7
7
  body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
8
8
  ctaLabel = "Try Studio",
9
- href = "https://app.contractspec.studio"
9
+ href = "https://www.contractspec.studio"
10
10
  }) {
11
11
  return /* @__PURE__ */ jsxDEV("div", {
12
12
  className: "card-subtle space-y-3 p-6",
@@ -15,7 +15,7 @@ function StudioBYOKPage() {
15
15
  children: "Security and BYOK guidance now lives in the Studio app docs."
16
16
  }, undefined, false, undefined, this),
17
17
  /* @__PURE__ */ jsxDEV(Link, {
18
- href: "https://app.contractspec.studio/docs",
18
+ href: "https://www.contractspec.studio/docs",
19
19
  className: "btn-primary",
20
20
  children: "Open Studio docs"
21
21
  }, undefined, false, undefined, this)
@@ -15,7 +15,7 @@ function StudioDeploymentsPage() {
15
15
  children: "Deployment guidance now lives in the Studio app docs."
16
16
  }, undefined, false, undefined, this),
17
17
  /* @__PURE__ */ jsxDEV(Link, {
18
- href: "https://app.contractspec.studio/docs",
18
+ href: "https://www.contractspec.studio/docs",
19
19
  className: "btn-primary",
20
20
  children: "Open Studio docs"
21
21
  }, undefined, false, undefined, this)
@@ -15,7 +15,7 @@ function StudioGettingStartedPage() {
15
15
  children: "The latest getting-started guide now lives in the Studio app docs."
16
16
  }, undefined, false, undefined, this),
17
17
  /* @__PURE__ */ jsxDEV(Link, {
18
- href: "https://app.contractspec.studio/docs",
18
+ href: "https://www.contractspec.studio/docs",
19
19
  className: "btn-primary",
20
20
  children: "Open Studio docs"
21
21
  }, undefined, false, undefined, this)
@@ -15,7 +15,7 @@ function StudioIntegrationsPage() {
15
15
  children: "Integration guides now live in the Studio app docs."
16
16
  }, undefined, false, undefined, this),
17
17
  /* @__PURE__ */ jsxDEV(Link, {
18
- href: "https://app.contractspec.studio/docs",
18
+ href: "https://www.contractspec.studio/docs",
19
19
  className: "btn-primary",
20
20
  children: "Open Studio docs"
21
21
  }, undefined, false, undefined, this)
@@ -84,12 +84,12 @@ function StudioOverviewPage() {
84
84
  className: "flex flex-wrap gap-3",
85
85
  children: [
86
86
  /* @__PURE__ */ jsxDEV(Link, {
87
- href: "https://app.contractspec.studio",
87
+ href: "https://www.contractspec.studio",
88
88
  className: "btn-primary",
89
89
  children: "Try Studio"
90
90
  }, undefined, false, undefined, this),
91
91
  /* @__PURE__ */ jsxDEV(Link, {
92
- href: "https://app.contractspec.studio/docs",
92
+ href: "https://www.contractspec.studio/docs",
93
93
  className: "btn-ghost",
94
94
  children: "Read Studio docs"
95
95
  }, undefined, false, undefined, this)
@@ -15,7 +15,7 @@ function StudioVisualBuilderPage() {
15
15
  children: "Visual builder documentation now lives in the Studio app docs."
16
16
  }, undefined, false, undefined, this),
17
17
  /* @__PURE__ */ jsxDEV(Link, {
18
- href: "https://app.contractspec.studio/docs",
18
+ href: "https://www.contractspec.studio/docs",
19
19
  className: "btn-primary",
20
20
  children: "Open Studio docs"
21
21
  }, undefined, false, undefined, this)
@@ -84,12 +84,12 @@ function StudioOverviewPage() {
84
84
  className: "flex flex-wrap gap-3",
85
85
  children: [
86
86
  /* @__PURE__ */ jsxDEV(Link, {
87
- href: "https://app.contractspec.studio",
87
+ href: "https://www.contractspec.studio",
88
88
  className: "btn-primary",
89
89
  children: "Try Studio"
90
90
  }, undefined, false, undefined, this),
91
91
  /* @__PURE__ */ jsxDEV(Link, {
92
- href: "https://app.contractspec.studio/docs",
92
+ href: "https://www.contractspec.studio/docs",
93
93
  className: "btn-ghost",
94
94
  children: "Read Studio docs"
95
95
  }, undefined, false, undefined, this)
@@ -117,7 +117,7 @@ function StudioGettingStartedPage() {
117
117
  children: "The latest getting-started guide now lives in the Studio app docs."
118
118
  }, undefined, false, undefined, this),
119
119
  /* @__PURE__ */ jsxDEV2(Link2, {
120
- href: "https://app.contractspec.studio/docs",
120
+ href: "https://www.contractspec.studio/docs",
121
121
  className: "btn-primary",
122
122
  children: "Open Studio docs"
123
123
  }, undefined, false, undefined, this)
@@ -141,7 +141,7 @@ function StudioVisualBuilderPage() {
141
141
  children: "Visual builder documentation now lives in the Studio app docs."
142
142
  }, undefined, false, undefined, this),
143
143
  /* @__PURE__ */ jsxDEV3(Link3, {
144
- href: "https://app.contractspec.studio/docs",
144
+ href: "https://www.contractspec.studio/docs",
145
145
  className: "btn-primary",
146
146
  children: "Open Studio docs"
147
147
  }, undefined, false, undefined, this)
@@ -165,7 +165,7 @@ function StudioIntegrationsPage() {
165
165
  children: "Integration guides now live in the Studio app docs."
166
166
  }, undefined, false, undefined, this),
167
167
  /* @__PURE__ */ jsxDEV4(Link4, {
168
- href: "https://app.contractspec.studio/docs",
168
+ href: "https://www.contractspec.studio/docs",
169
169
  className: "btn-primary",
170
170
  children: "Open Studio docs"
171
171
  }, undefined, false, undefined, this)
@@ -189,7 +189,7 @@ function StudioDeploymentsPage() {
189
189
  children: "Deployment guidance now lives in the Studio app docs."
190
190
  }, undefined, false, undefined, this),
191
191
  /* @__PURE__ */ jsxDEV5(Link5, {
192
- href: "https://app.contractspec.studio/docs",
192
+ href: "https://www.contractspec.studio/docs",
193
193
  className: "btn-primary",
194
194
  children: "Open Studio docs"
195
195
  }, undefined, false, undefined, this)
@@ -213,7 +213,7 @@ function StudioBYOKPage() {
213
213
  children: "Security and BYOK guidance now lives in the Studio app docs."
214
214
  }, undefined, false, undefined, this),
215
215
  /* @__PURE__ */ jsxDEV6(Link6, {
216
- href: "https://app.contractspec.studio/docs",
216
+ href: "https://www.contractspec.studio/docs",
217
217
  className: "btn-primary",
218
218
  children: "Open Studio docs"
219
219
  }, undefined, false, undefined, this)
package/dist/index.js CHANGED
@@ -5318,7 +5318,7 @@ function StudioPrompt({
5318
5318
  title = "Want to turn product signals into spec-first deliverables?",
5319
5319
  body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
5320
5320
  ctaLabel = "Try Studio",
5321
- href = "https://app.contractspec.studio"
5321
+ href = "https://www.contractspec.studio"
5322
5322
  }) {
5323
5323
  return /* @__PURE__ */ jsxDEV22("div", {
5324
5324
  className: "card-subtle space-y-3 p-6",
@@ -6384,7 +6384,7 @@ function DeveloperToolsPage() {
6384
6384
  },
6385
6385
  {
6386
6386
  name: "ContractSpec Studio",
6387
- href: "https://app.contractspec.studio",
6387
+ href: "https://www.contractspec.studio",
6388
6388
  description: "AI-powered product decision engine that turns product signals into spec-first deliverables.",
6389
6389
  icon: Layers,
6390
6390
  status: "available",
@@ -27530,7 +27530,7 @@ function ManifestoPage() {
27530
27530
  children: "Install OSS Core"
27531
27531
  }, undefined, false, undefined, this),
27532
27532
  /* @__PURE__ */ jsxDEV114("a", {
27533
- href: "https://app.contractspec.studio",
27533
+ href: "https://www.contractspec.studio",
27534
27534
  className: "btn-ghost",
27535
27535
  children: "Try Studio"
27536
27536
  }, undefined, false, undefined, this)
@@ -27627,12 +27627,12 @@ function StudioOverviewPage() {
27627
27627
  className: "flex flex-wrap gap-3",
27628
27628
  children: [
27629
27629
  /* @__PURE__ */ jsxDEV115(Link96, {
27630
- href: "https://app.contractspec.studio",
27630
+ href: "https://www.contractspec.studio",
27631
27631
  className: "btn-primary",
27632
27632
  children: "Try Studio"
27633
27633
  }, undefined, false, undefined, this),
27634
27634
  /* @__PURE__ */ jsxDEV115(Link96, {
27635
- href: "https://app.contractspec.studio/docs",
27635
+ href: "https://www.contractspec.studio/docs",
27636
27636
  className: "btn-ghost",
27637
27637
  children: "Read Studio docs"
27638
27638
  }, undefined, false, undefined, this)
@@ -27660,7 +27660,7 @@ function StudioGettingStartedPage() {
27660
27660
  children: "The latest getting-started guide now lives in the Studio app docs."
27661
27661
  }, undefined, false, undefined, this),
27662
27662
  /* @__PURE__ */ jsxDEV116(Link97, {
27663
- href: "https://app.contractspec.studio/docs",
27663
+ href: "https://www.contractspec.studio/docs",
27664
27664
  className: "btn-primary",
27665
27665
  children: "Open Studio docs"
27666
27666
  }, undefined, false, undefined, this)
@@ -27684,7 +27684,7 @@ function StudioVisualBuilderPage() {
27684
27684
  children: "Visual builder documentation now lives in the Studio app docs."
27685
27685
  }, undefined, false, undefined, this),
27686
27686
  /* @__PURE__ */ jsxDEV117(Link98, {
27687
- href: "https://app.contractspec.studio/docs",
27687
+ href: "https://www.contractspec.studio/docs",
27688
27688
  className: "btn-primary",
27689
27689
  children: "Open Studio docs"
27690
27690
  }, undefined, false, undefined, this)
@@ -27708,7 +27708,7 @@ function StudioIntegrationsPage() {
27708
27708
  children: "Integration guides now live in the Studio app docs."
27709
27709
  }, undefined, false, undefined, this),
27710
27710
  /* @__PURE__ */ jsxDEV118(Link99, {
27711
- href: "https://app.contractspec.studio/docs",
27711
+ href: "https://www.contractspec.studio/docs",
27712
27712
  className: "btn-primary",
27713
27713
  children: "Open Studio docs"
27714
27714
  }, undefined, false, undefined, this)
@@ -27732,7 +27732,7 @@ function StudioDeploymentsPage() {
27732
27732
  children: "Deployment guidance now lives in the Studio app docs."
27733
27733
  }, undefined, false, undefined, this),
27734
27734
  /* @__PURE__ */ jsxDEV119(Link100, {
27735
- href: "https://app.contractspec.studio/docs",
27735
+ href: "https://www.contractspec.studio/docs",
27736
27736
  className: "btn-primary",
27737
27737
  children: "Open Studio docs"
27738
27738
  }, undefined, false, undefined, this)
@@ -27756,7 +27756,7 @@ function StudioBYOKPage() {
27756
27756
  children: "Security and BYOK guidance now lives in the Studio app docs."
27757
27757
  }, undefined, false, undefined, this),
27758
27758
  /* @__PURE__ */ jsxDEV120(Link101, {
27759
- href: "https://app.contractspec.studio/docs",
27759
+ href: "https://www.contractspec.studio/docs",
27760
27760
  className: "btn-primary",
27761
27761
  children: "Open Studio docs"
27762
27762
  }, undefined, false, undefined, this)
@@ -5,7 +5,7 @@ function StudioPrompt({
5
5
  title = "Want to turn product signals into spec-first deliverables?",
6
6
  body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
7
7
  ctaLabel = "Try Studio",
8
- href = "https://app.contractspec.studio"
8
+ href = "https://www.contractspec.studio"
9
9
  }) {
10
10
  return /* @__PURE__ */ jsxDEV("div", {
11
11
  className: "card-subtle space-y-3 p-6",
@@ -420,7 +420,7 @@ function StudioPrompt({
420
420
  title = "Want to turn product signals into spec-first deliverables?",
421
421
  body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
422
422
  ctaLabel = "Try Studio",
423
- href = "https://app.contractspec.studio"
423
+ href = "https://www.contractspec.studio"
424
424
  }) {
425
425
  return /* @__PURE__ */ jsxDEV4("div", {
426
426
  className: "card-subtle space-y-3 p-6",
@@ -31,7 +31,7 @@ function DeveloperToolsPage() {
31
31
  },
32
32
  {
33
33
  name: "ContractSpec Studio",
34
- href: "https://app.contractspec.studio",
34
+ href: "https://www.contractspec.studio",
35
35
  description: "AI-powered product decision engine that turns product signals into spec-first deliverables.",
36
36
  icon: Layers,
37
37
  status: "available",
@@ -728,7 +728,7 @@ function DeveloperToolsPage() {
728
728
  },
729
729
  {
730
730
  name: "ContractSpec Studio",
731
- href: "https://app.contractspec.studio",
731
+ href: "https://www.contractspec.studio",
732
732
  description: "AI-powered product decision engine that turns product signals into spec-first deliverables.",
733
733
  icon: Layers,
734
734
  status: "available",
@@ -5,7 +5,7 @@ function StudioPrompt({
5
5
  title = "Want to turn product signals into spec-first deliverables?",
6
6
  body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
7
7
  ctaLabel = "Try Studio",
8
- href = "https://app.contractspec.studio"
8
+ href = "https://www.contractspec.studio"
9
9
  }) {
10
10
  return /* @__PURE__ */ jsxDEV("div", {
11
11
  className: "card-subtle space-y-3 p-6",
@@ -5,7 +5,7 @@ function StudioPrompt({
5
5
  title = "Want to turn product signals into spec-first deliverables?",
6
6
  body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
7
7
  ctaLabel = "Try Studio",
8
- href = "https://app.contractspec.studio"
8
+ href = "https://www.contractspec.studio"
9
9
  }) {
10
10
  return /* @__PURE__ */ jsxDEV("div", {
11
11
  className: "card-subtle space-y-3 p-6",
@@ -5,7 +5,7 @@ function StudioPrompt({
5
5
  title = "Want to turn product signals into spec-first deliverables?",
6
6
  body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
7
7
  ctaLabel = "Try Studio",
8
- href = "https://app.contractspec.studio"
8
+ href = "https://www.contractspec.studio"
9
9
  }) {
10
10
  return /* @__PURE__ */ jsxDEV("div", {
11
11
  className: "card-subtle space-y-3 p-6",
@@ -5,7 +5,7 @@ function StudioPrompt({
5
5
  title = "Want to turn product signals into spec-first deliverables?",
6
6
  body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
7
7
  ctaLabel = "Try Studio",
8
- href = "https://app.contractspec.studio"
8
+ href = "https://www.contractspec.studio"
9
9
  }) {
10
10
  return /* @__PURE__ */ jsxDEV("div", {
11
11
  className: "card-subtle space-y-3 p-6",
@@ -5,7 +5,7 @@ function StudioPrompt({
5
5
  title = "Want to turn product signals into spec-first deliverables?",
6
6
  body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
7
7
  ctaLabel = "Try Studio",
8
- href = "https://app.contractspec.studio"
8
+ href = "https://www.contractspec.studio"
9
9
  }) {
10
10
  return /* @__PURE__ */ jsxDEV("div", {
11
11
  className: "card-subtle space-y-3 p-6",
@@ -5,7 +5,7 @@ function StudioPrompt({
5
5
  title = "Want to turn product signals into spec-first deliverables?",
6
6
  body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
7
7
  ctaLabel = "Try Studio",
8
- href = "https://app.contractspec.studio"
8
+ href = "https://www.contractspec.studio"
9
9
  }) {
10
10
  return /* @__PURE__ */ jsxDEV("div", {
11
11
  className: "card-subtle space-y-3 p-6",
@@ -5,7 +5,7 @@ function StudioPrompt({
5
5
  title = "Want to turn product signals into spec-first deliverables?",
6
6
  body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
7
7
  ctaLabel = "Try Studio",
8
- href = "https://app.contractspec.studio"
8
+ href = "https://www.contractspec.studio"
9
9
  }) {
10
10
  return /* @__PURE__ */ jsxDEV("div", {
11
11
  className: "card-subtle space-y-3 p-6",
@@ -5,7 +5,7 @@ function StudioPrompt({
5
5
  title = "Want to turn product signals into spec-first deliverables?",
6
6
  body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
7
7
  ctaLabel = "Try Studio",
8
- href = "https://app.contractspec.studio"
8
+ href = "https://www.contractspec.studio"
9
9
  }) {
10
10
  return /* @__PURE__ */ jsxDEV("div", {
11
11
  className: "card-subtle space-y-3 p-6",
@@ -5308,7 +5308,7 @@ function StudioPrompt({
5308
5308
  title = "Want to turn product signals into spec-first deliverables?",
5309
5309
  body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
5310
5310
  ctaLabel = "Try Studio",
5311
- href = "https://app.contractspec.studio"
5311
+ href = "https://www.contractspec.studio"
5312
5312
  }) {
5313
5313
  return /* @__PURE__ */ jsxDEV22("div", {
5314
5314
  className: "card-subtle space-y-3 p-6",
@@ -6374,7 +6374,7 @@ function DeveloperToolsPage() {
6374
6374
  },
6375
6375
  {
6376
6376
  name: "ContractSpec Studio",
6377
- href: "https://app.contractspec.studio",
6377
+ href: "https://www.contractspec.studio",
6378
6378
  description: "AI-powered product decision engine that turns product signals into spec-first deliverables.",
6379
6379
  icon: Layers,
6380
6380
  status: "available",
@@ -27520,7 +27520,7 @@ function ManifestoPage() {
27520
27520
  children: "Install OSS Core"
27521
27521
  }, undefined, false, undefined, this),
27522
27522
  /* @__PURE__ */ jsxDEV114("a", {
27523
- href: "https://app.contractspec.studio",
27523
+ href: "https://www.contractspec.studio",
27524
27524
  className: "btn-ghost",
27525
27525
  children: "Try Studio"
27526
27526
  }, undefined, false, undefined, this)
@@ -27617,12 +27617,12 @@ function StudioOverviewPage() {
27617
27617
  className: "flex flex-wrap gap-3",
27618
27618
  children: [
27619
27619
  /* @__PURE__ */ jsxDEV115(Link96, {
27620
- href: "https://app.contractspec.studio",
27620
+ href: "https://www.contractspec.studio",
27621
27621
  className: "btn-primary",
27622
27622
  children: "Try Studio"
27623
27623
  }, undefined, false, undefined, this),
27624
27624
  /* @__PURE__ */ jsxDEV115(Link96, {
27625
- href: "https://app.contractspec.studio/docs",
27625
+ href: "https://www.contractspec.studio/docs",
27626
27626
  className: "btn-ghost",
27627
27627
  children: "Read Studio docs"
27628
27628
  }, undefined, false, undefined, this)
@@ -27650,7 +27650,7 @@ function StudioGettingStartedPage() {
27650
27650
  children: "The latest getting-started guide now lives in the Studio app docs."
27651
27651
  }, undefined, false, undefined, this),
27652
27652
  /* @__PURE__ */ jsxDEV116(Link97, {
27653
- href: "https://app.contractspec.studio/docs",
27653
+ href: "https://www.contractspec.studio/docs",
27654
27654
  className: "btn-primary",
27655
27655
  children: "Open Studio docs"
27656
27656
  }, undefined, false, undefined, this)
@@ -27674,7 +27674,7 @@ function StudioVisualBuilderPage() {
27674
27674
  children: "Visual builder documentation now lives in the Studio app docs."
27675
27675
  }, undefined, false, undefined, this),
27676
27676
  /* @__PURE__ */ jsxDEV117(Link98, {
27677
- href: "https://app.contractspec.studio/docs",
27677
+ href: "https://www.contractspec.studio/docs",
27678
27678
  className: "btn-primary",
27679
27679
  children: "Open Studio docs"
27680
27680
  }, undefined, false, undefined, this)
@@ -27698,7 +27698,7 @@ function StudioIntegrationsPage() {
27698
27698
  children: "Integration guides now live in the Studio app docs."
27699
27699
  }, undefined, false, undefined, this),
27700
27700
  /* @__PURE__ */ jsxDEV118(Link99, {
27701
- href: "https://app.contractspec.studio/docs",
27701
+ href: "https://www.contractspec.studio/docs",
27702
27702
  className: "btn-primary",
27703
27703
  children: "Open Studio docs"
27704
27704
  }, undefined, false, undefined, this)
@@ -27722,7 +27722,7 @@ function StudioDeploymentsPage() {
27722
27722
  children: "Deployment guidance now lives in the Studio app docs."
27723
27723
  }, undefined, false, undefined, this),
27724
27724
  /* @__PURE__ */ jsxDEV119(Link100, {
27725
- href: "https://app.contractspec.studio/docs",
27725
+ href: "https://www.contractspec.studio/docs",
27726
27726
  className: "btn-primary",
27727
27727
  children: "Open Studio docs"
27728
27728
  }, undefined, false, undefined, this)
@@ -27746,7 +27746,7 @@ function StudioBYOKPage() {
27746
27746
  children: "Security and BYOK guidance now lives in the Studio app docs."
27747
27747
  }, undefined, false, undefined, this),
27748
27748
  /* @__PURE__ */ jsxDEV120(Link101, {
27749
- href: "https://app.contractspec.studio/docs",
27749
+ href: "https://www.contractspec.studio/docs",
27750
27750
  className: "btn-primary",
27751
27751
  children: "Open Studio docs"
27752
27752
  }, undefined, false, undefined, this)
@@ -175,7 +175,7 @@ function ManifestoPage() {
175
175
  children: "Install OSS Core"
176
176
  }, undefined, false, undefined, this),
177
177
  /* @__PURE__ */ jsxDEV("a", {
178
- href: "https://app.contractspec.studio",
178
+ href: "https://www.contractspec.studio",
179
179
  className: "btn-ghost",
180
180
  children: "Try Studio"
181
181
  }, undefined, false, undefined, this)
@@ -5,7 +5,7 @@ function StudioPrompt({
5
5
  title = "Want to turn product signals into spec-first deliverables?",
6
6
  body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
7
7
  ctaLabel = "Try Studio",
8
- href = "https://app.contractspec.studio"
8
+ href = "https://www.contractspec.studio"
9
9
  }) {
10
10
  return /* @__PURE__ */ jsxDEV("div", {
11
11
  className: "card-subtle space-y-3 p-6",
@@ -14,7 +14,7 @@ function StudioBYOKPage() {
14
14
  children: "Security and BYOK guidance now lives in the Studio app docs."
15
15
  }, undefined, false, undefined, this),
16
16
  /* @__PURE__ */ jsxDEV(Link, {
17
- href: "https://app.contractspec.studio/docs",
17
+ href: "https://www.contractspec.studio/docs",
18
18
  className: "btn-primary",
19
19
  children: "Open Studio docs"
20
20
  }, undefined, false, undefined, this)
@@ -14,7 +14,7 @@ function StudioDeploymentsPage() {
14
14
  children: "Deployment guidance now lives in the Studio app docs."
15
15
  }, undefined, false, undefined, this),
16
16
  /* @__PURE__ */ jsxDEV(Link, {
17
- href: "https://app.contractspec.studio/docs",
17
+ href: "https://www.contractspec.studio/docs",
18
18
  className: "btn-primary",
19
19
  children: "Open Studio docs"
20
20
  }, undefined, false, undefined, this)
@@ -14,7 +14,7 @@ function StudioGettingStartedPage() {
14
14
  children: "The latest getting-started guide now lives in the Studio app docs."
15
15
  }, undefined, false, undefined, this),
16
16
  /* @__PURE__ */ jsxDEV(Link, {
17
- href: "https://app.contractspec.studio/docs",
17
+ href: "https://www.contractspec.studio/docs",
18
18
  className: "btn-primary",
19
19
  children: "Open Studio docs"
20
20
  }, undefined, false, undefined, this)
@@ -14,7 +14,7 @@ function StudioIntegrationsPage() {
14
14
  children: "Integration guides now live in the Studio app docs."
15
15
  }, undefined, false, undefined, this),
16
16
  /* @__PURE__ */ jsxDEV(Link, {
17
- href: "https://app.contractspec.studio/docs",
17
+ href: "https://www.contractspec.studio/docs",
18
18
  className: "btn-primary",
19
19
  children: "Open Studio docs"
20
20
  }, undefined, false, undefined, this)
@@ -83,12 +83,12 @@ function StudioOverviewPage() {
83
83
  className: "flex flex-wrap gap-3",
84
84
  children: [
85
85
  /* @__PURE__ */ jsxDEV(Link, {
86
- href: "https://app.contractspec.studio",
86
+ href: "https://www.contractspec.studio",
87
87
  className: "btn-primary",
88
88
  children: "Try Studio"
89
89
  }, undefined, false, undefined, this),
90
90
  /* @__PURE__ */ jsxDEV(Link, {
91
- href: "https://app.contractspec.studio/docs",
91
+ href: "https://www.contractspec.studio/docs",
92
92
  className: "btn-ghost",
93
93
  children: "Read Studio docs"
94
94
  }, undefined, false, undefined, this)
@@ -14,7 +14,7 @@ function StudioVisualBuilderPage() {
14
14
  children: "Visual builder documentation now lives in the Studio app docs."
15
15
  }, undefined, false, undefined, this),
16
16
  /* @__PURE__ */ jsxDEV(Link, {
17
- href: "https://app.contractspec.studio/docs",
17
+ href: "https://www.contractspec.studio/docs",
18
18
  className: "btn-primary",
19
19
  children: "Open Studio docs"
20
20
  }, undefined, false, undefined, this)
@@ -83,12 +83,12 @@ function StudioOverviewPage() {
83
83
  className: "flex flex-wrap gap-3",
84
84
  children: [
85
85
  /* @__PURE__ */ jsxDEV(Link, {
86
- href: "https://app.contractspec.studio",
86
+ href: "https://www.contractspec.studio",
87
87
  className: "btn-primary",
88
88
  children: "Try Studio"
89
89
  }, undefined, false, undefined, this),
90
90
  /* @__PURE__ */ jsxDEV(Link, {
91
- href: "https://app.contractspec.studio/docs",
91
+ href: "https://www.contractspec.studio/docs",
92
92
  className: "btn-ghost",
93
93
  children: "Read Studio docs"
94
94
  }, undefined, false, undefined, this)
@@ -116,7 +116,7 @@ function StudioGettingStartedPage() {
116
116
  children: "The latest getting-started guide now lives in the Studio app docs."
117
117
  }, undefined, false, undefined, this),
118
118
  /* @__PURE__ */ jsxDEV2(Link2, {
119
- href: "https://app.contractspec.studio/docs",
119
+ href: "https://www.contractspec.studio/docs",
120
120
  className: "btn-primary",
121
121
  children: "Open Studio docs"
122
122
  }, undefined, false, undefined, this)
@@ -140,7 +140,7 @@ function StudioVisualBuilderPage() {
140
140
  children: "Visual builder documentation now lives in the Studio app docs."
141
141
  }, undefined, false, undefined, this),
142
142
  /* @__PURE__ */ jsxDEV3(Link3, {
143
- href: "https://app.contractspec.studio/docs",
143
+ href: "https://www.contractspec.studio/docs",
144
144
  className: "btn-primary",
145
145
  children: "Open Studio docs"
146
146
  }, undefined, false, undefined, this)
@@ -164,7 +164,7 @@ function StudioIntegrationsPage() {
164
164
  children: "Integration guides now live in the Studio app docs."
165
165
  }, undefined, false, undefined, this),
166
166
  /* @__PURE__ */ jsxDEV4(Link4, {
167
- href: "https://app.contractspec.studio/docs",
167
+ href: "https://www.contractspec.studio/docs",
168
168
  className: "btn-primary",
169
169
  children: "Open Studio docs"
170
170
  }, undefined, false, undefined, this)
@@ -188,7 +188,7 @@ function StudioDeploymentsPage() {
188
188
  children: "Deployment guidance now lives in the Studio app docs."
189
189
  }, undefined, false, undefined, this),
190
190
  /* @__PURE__ */ jsxDEV5(Link5, {
191
- href: "https://app.contractspec.studio/docs",
191
+ href: "https://www.contractspec.studio/docs",
192
192
  className: "btn-primary",
193
193
  children: "Open Studio docs"
194
194
  }, undefined, false, undefined, this)
@@ -212,7 +212,7 @@ function StudioBYOKPage() {
212
212
  children: "Security and BYOK guidance now lives in the Studio app docs."
213
213
  }, undefined, false, undefined, this),
214
214
  /* @__PURE__ */ jsxDEV6(Link6, {
215
- href: "https://app.contractspec.studio/docs",
215
+ href: "https://www.contractspec.studio/docs",
216
216
  className: "btn-primary",
217
217
  children: "Open Studio docs"
218
218
  }, undefined, false, undefined, this)
@@ -5317,7 +5317,7 @@ function StudioPrompt({
5317
5317
  title = "Want to turn product signals into spec-first deliverables?",
5318
5318
  body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
5319
5319
  ctaLabel = "Try Studio",
5320
- href = "https://app.contractspec.studio"
5320
+ href = "https://www.contractspec.studio"
5321
5321
  }) {
5322
5322
  return /* @__PURE__ */ jsxDEV22("div", {
5323
5323
  className: "card-subtle space-y-3 p-6",
@@ -6383,7 +6383,7 @@ function DeveloperToolsPage() {
6383
6383
  },
6384
6384
  {
6385
6385
  name: "ContractSpec Studio",
6386
- href: "https://app.contractspec.studio",
6386
+ href: "https://www.contractspec.studio",
6387
6387
  description: "AI-powered product decision engine that turns product signals into spec-first deliverables.",
6388
6388
  icon: Layers,
6389
6389
  status: "available",
@@ -27529,7 +27529,7 @@ function ManifestoPage() {
27529
27529
  children: "Install OSS Core"
27530
27530
  }, undefined, false, undefined, this),
27531
27531
  /* @__PURE__ */ jsxDEV114("a", {
27532
- href: "https://app.contractspec.studio",
27532
+ href: "https://www.contractspec.studio",
27533
27533
  className: "btn-ghost",
27534
27534
  children: "Try Studio"
27535
27535
  }, undefined, false, undefined, this)
@@ -27626,12 +27626,12 @@ function StudioOverviewPage() {
27626
27626
  className: "flex flex-wrap gap-3",
27627
27627
  children: [
27628
27628
  /* @__PURE__ */ jsxDEV115(Link96, {
27629
- href: "https://app.contractspec.studio",
27629
+ href: "https://www.contractspec.studio",
27630
27630
  className: "btn-primary",
27631
27631
  children: "Try Studio"
27632
27632
  }, undefined, false, undefined, this),
27633
27633
  /* @__PURE__ */ jsxDEV115(Link96, {
27634
- href: "https://app.contractspec.studio/docs",
27634
+ href: "https://www.contractspec.studio/docs",
27635
27635
  className: "btn-ghost",
27636
27636
  children: "Read Studio docs"
27637
27637
  }, undefined, false, undefined, this)
@@ -27659,7 +27659,7 @@ function StudioGettingStartedPage() {
27659
27659
  children: "The latest getting-started guide now lives in the Studio app docs."
27660
27660
  }, undefined, false, undefined, this),
27661
27661
  /* @__PURE__ */ jsxDEV116(Link97, {
27662
- href: "https://app.contractspec.studio/docs",
27662
+ href: "https://www.contractspec.studio/docs",
27663
27663
  className: "btn-primary",
27664
27664
  children: "Open Studio docs"
27665
27665
  }, undefined, false, undefined, this)
@@ -27683,7 +27683,7 @@ function StudioVisualBuilderPage() {
27683
27683
  children: "Visual builder documentation now lives in the Studio app docs."
27684
27684
  }, undefined, false, undefined, this),
27685
27685
  /* @__PURE__ */ jsxDEV117(Link98, {
27686
- href: "https://app.contractspec.studio/docs",
27686
+ href: "https://www.contractspec.studio/docs",
27687
27687
  className: "btn-primary",
27688
27688
  children: "Open Studio docs"
27689
27689
  }, undefined, false, undefined, this)
@@ -27707,7 +27707,7 @@ function StudioIntegrationsPage() {
27707
27707
  children: "Integration guides now live in the Studio app docs."
27708
27708
  }, undefined, false, undefined, this),
27709
27709
  /* @__PURE__ */ jsxDEV118(Link99, {
27710
- href: "https://app.contractspec.studio/docs",
27710
+ href: "https://www.contractspec.studio/docs",
27711
27711
  className: "btn-primary",
27712
27712
  children: "Open Studio docs"
27713
27713
  }, undefined, false, undefined, this)
@@ -27731,7 +27731,7 @@ function StudioDeploymentsPage() {
27731
27731
  children: "Deployment guidance now lives in the Studio app docs."
27732
27732
  }, undefined, false, undefined, this),
27733
27733
  /* @__PURE__ */ jsxDEV119(Link100, {
27734
- href: "https://app.contractspec.studio/docs",
27734
+ href: "https://www.contractspec.studio/docs",
27735
27735
  className: "btn-primary",
27736
27736
  children: "Open Studio docs"
27737
27737
  }, undefined, false, undefined, this)
@@ -27755,7 +27755,7 @@ function StudioBYOKPage() {
27755
27755
  children: "Security and BYOK guidance now lives in the Studio app docs."
27756
27756
  }, undefined, false, undefined, this),
27757
27757
  /* @__PURE__ */ jsxDEV120(Link101, {
27758
- href: "https://app.contractspec.studio/docs",
27758
+ href: "https://www.contractspec.studio/docs",
27759
27759
  className: "btn-primary",
27760
27760
  children: "Open Studio docs"
27761
27761
  }, undefined, false, undefined, this)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/bundle.library",
3
- "version": "2.2.0",
3
+ "version": "2.4.0",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "clean": "rm -rf dist",
@@ -2053,17 +2053,17 @@
2053
2053
  },
2054
2054
  "dependencies": {
2055
2055
  "@apollo/client": "^4.1.4",
2056
- "@contractspec/lib.contracts-spec": "2.2.0",
2057
- "@contractspec/lib.contracts-library": "2.2.0",
2058
- "@contractspec/lib.contracts-runtime-server-mcp": "2.2.0",
2059
- "@contractspec/lib.design-system": "2.2.0",
2060
- "@contractspec/lib.example-shared-ui": "2.2.0",
2061
- "@contractspec/lib.logger": "2.2.0",
2062
- "@contractspec/lib.runtime-sandbox": "1.2.0",
2063
- "@contractspec/lib.schema": "2.2.0",
2064
- "@contractspec/lib.ui-kit-web": "2.2.0",
2065
- "@contractspec/lib.ui-link": "2.2.0",
2066
- "@contractspec/module.examples": "2.2.0",
2056
+ "@contractspec/lib.contracts-spec": "2.4.0",
2057
+ "@contractspec/lib.contracts-library": "2.4.0",
2058
+ "@contractspec/lib.contracts-runtime-server-mcp": "2.4.0",
2059
+ "@contractspec/lib.design-system": "2.4.0",
2060
+ "@contractspec/lib.example-shared-ui": "2.4.0",
2061
+ "@contractspec/lib.logger": "2.4.0",
2062
+ "@contractspec/lib.runtime-sandbox": "1.4.0",
2063
+ "@contractspec/lib.schema": "2.4.0",
2064
+ "@contractspec/lib.ui-kit-web": "2.4.0",
2065
+ "@contractspec/lib.ui-link": "2.4.0",
2066
+ "@contractspec/module.examples": "2.4.0",
2067
2067
  "@dnd-kit/core": "^6.1.0",
2068
2068
  "@dnd-kit/sortable": "^10.0.0",
2069
2069
  "@dnd-kit/utilities": "^3.2.2",
@@ -2079,16 +2079,16 @@
2079
2079
  "posthog-react-native": "^4.34.0",
2080
2080
  "react-hook-form": "^7.70.0",
2081
2081
  "zod": "^4.3.5",
2082
- "@contractspec/lib.contracts-integrations": "2.2.0",
2083
- "@contractspec/lib.contracts-runtime-server-rest": "2.2.0",
2084
- "@contractspec/lib.contracts-runtime-server-graphql": "2.2.0"
2082
+ "@contractspec/lib.contracts-integrations": "2.4.0",
2083
+ "@contractspec/lib.contracts-runtime-server-rest": "2.4.0",
2084
+ "@contractspec/lib.contracts-runtime-server-graphql": "2.4.0"
2085
2085
  },
2086
2086
  "devDependencies": {
2087
2087
  "@types/react": "~19.2.14",
2088
- "@contractspec/tool.typescript": "2.2.0",
2088
+ "@contractspec/tool.typescript": "2.4.0",
2089
2089
  "typescript": "^5.9.3",
2090
2090
  "@types/bun": "~1.3.9",
2091
- "@contractspec/tool.bun": "2.2.0"
2091
+ "@contractspec/tool.bun": "2.4.0"
2092
2092
  },
2093
2093
  "publishConfig": {
2094
2094
  "access": "public",
@@ -32,7 +32,7 @@ export function DeveloperToolsPage() {
32
32
  },
33
33
  {
34
34
  name: 'ContractSpec Studio',
35
- href: 'https://app.contractspec.studio',
35
+ href: 'https://www.contractspec.studio',
36
36
  description:
37
37
  'AI-powered product decision engine that turns product signals into spec-first deliverables.',
38
38
  icon: Layers,
@@ -128,7 +128,7 @@ export function ManifestoPage() {
128
128
  <a href="/install" className="btn-primary">
129
129
  Install OSS Core
130
130
  </a>
131
- <a href="https://app.contractspec.studio" className="btn-ghost">
131
+ <a href="https://www.contractspec.studio" className="btn-ghost">
132
132
  Try Studio
133
133
  </a>
134
134
  </div>
@@ -11,7 +11,7 @@ export function StudioPrompt({
11
11
  title = 'Want to turn product signals into spec-first deliverables?',
12
12
  body = 'ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.',
13
13
  ctaLabel = 'Try Studio',
14
- href = 'https://app.contractspec.studio',
14
+ href = 'https://www.contractspec.studio',
15
15
  }: StudioPromptProps) {
16
16
  return (
17
17
  <div className="card-subtle space-y-3 p-6">
@@ -7,7 +7,7 @@ export function StudioBYOKPage() {
7
7
  <p className="text-muted-foreground text-sm">
8
8
  Security and BYOK guidance now lives in the Studio app docs.
9
9
  </p>
10
- <Link href="https://app.contractspec.studio/docs" className="btn-primary">
10
+ <Link href="https://www.contractspec.studio/docs" className="btn-primary">
11
11
  Open Studio docs
12
12
  </Link>
13
13
  </main>
@@ -7,7 +7,7 @@ export function StudioDeploymentsPage() {
7
7
  <p className="text-muted-foreground text-sm">
8
8
  Deployment guidance now lives in the Studio app docs.
9
9
  </p>
10
- <Link href="https://app.contractspec.studio/docs" className="btn-primary">
10
+ <Link href="https://www.contractspec.studio/docs" className="btn-primary">
11
11
  Open Studio docs
12
12
  </Link>
13
13
  </main>
@@ -7,7 +7,7 @@ export function StudioGettingStartedPage() {
7
7
  <p className="text-muted-foreground text-sm">
8
8
  The latest getting-started guide now lives in the Studio app docs.
9
9
  </p>
10
- <Link href="https://app.contractspec.studio/docs" className="btn-primary">
10
+ <Link href="https://www.contractspec.studio/docs" className="btn-primary">
11
11
  Open Studio docs
12
12
  </Link>
13
13
  </main>
@@ -7,7 +7,7 @@ export function StudioIntegrationsPage() {
7
7
  <p className="text-muted-foreground text-sm">
8
8
  Integration guides now live in the Studio app docs.
9
9
  </p>
10
- <Link href="https://app.contractspec.studio/docs" className="btn-primary">
10
+ <Link href="https://www.contractspec.studio/docs" className="btn-primary">
11
11
  Open Studio docs
12
12
  </Link>
13
13
  </main>
@@ -65,11 +65,11 @@ export function StudioOverviewPage() {
65
65
  decision-to-change workflow on top.
66
66
  </p>
67
67
  <div className="flex flex-wrap gap-3">
68
- <Link href="https://app.contractspec.studio" className="btn-primary">
68
+ <Link href="https://www.contractspec.studio" className="btn-primary">
69
69
  Try Studio
70
70
  </Link>
71
71
  <Link
72
- href="https://app.contractspec.studio/docs"
72
+ href="https://www.contractspec.studio/docs"
73
73
  className="btn-ghost"
74
74
  >
75
75
  Read Studio docs
@@ -7,7 +7,7 @@ export function StudioVisualBuilderPage() {
7
7
  <p className="text-muted-foreground text-sm">
8
8
  Visual builder documentation now lives in the Studio app docs.
9
9
  </p>
10
- <Link href="https://app.contractspec.studio/docs" className="btn-primary">
10
+ <Link href="https://www.contractspec.studio/docs" className="btn-primary">
11
11
  Open Studio docs
12
12
  </Link>
13
13
  </main>