@contractspec/bundle.library 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 (69) hide show
  1. package/.turbo/turbo-build.log +47 -47
  2. package/CHANGELOG.md +40 -0
  3. package/dist/components/docs/DocsIndexPage.js +3 -3
  4. package/dist/components/docs/ecosystem/TemplatesPage.js +6 -6
  5. package/dist/components/docs/ecosystem/index.js +6 -6
  6. package/dist/components/docs/getting-started/DeveloperToolsPage.js +6 -6
  7. package/dist/components/docs/getting-started/index.js +6 -6
  8. package/dist/components/docs/guides/GuideCIDiffGatingPage.js +6 -6
  9. package/dist/components/docs/guides/GuideContractTypesPage.js +6 -6
  10. package/dist/components/docs/guides/GuideDocsPipelinePage.js +6 -6
  11. package/dist/components/docs/guides/GuideGenerateDocsClientsSchemasPage.js +6 -6
  12. package/dist/components/docs/guides/GuideImportExistingCodebasesPage.js +6 -6
  13. package/dist/components/docs/guides/GuideNextjsOneEndpointPage.js +6 -6
  14. package/dist/components/docs/guides/GuideSpecValidationTypingPage.js +6 -6
  15. package/dist/components/docs/guides/index.js +18 -18
  16. package/dist/components/docs/index.js +162 -470
  17. package/dist/components/docs/manifesto/ManifestoPage.js +2 -2
  18. package/dist/components/docs/shared/StudioPrompt.js +4 -4
  19. package/dist/components/docs/studio/StudioBYOKPage.js +14 -68
  20. package/dist/components/docs/studio/StudioDeploymentsPage.js +14 -89
  21. package/dist/components/docs/studio/StudioGettingStartedPage.js +14 -82
  22. package/dist/components/docs/studio/StudioIntegrationsPage.js +14 -60
  23. package/dist/components/docs/studio/StudioOverviewPage.js +62 -32
  24. package/dist/components/docs/studio/StudioVisualBuilderPage.js +14 -109
  25. package/dist/components/docs/studio/index.js +131 -439
  26. package/dist/index.js +162 -470
  27. package/dist/node/components/docs/DocsIndexPage.js +3 -3
  28. package/dist/node/components/docs/ecosystem/TemplatesPage.js +6 -6
  29. package/dist/node/components/docs/ecosystem/index.js +6 -6
  30. package/dist/node/components/docs/getting-started/DeveloperToolsPage.js +6 -6
  31. package/dist/node/components/docs/getting-started/index.js +6 -6
  32. package/dist/node/components/docs/guides/GuideCIDiffGatingPage.js +6 -6
  33. package/dist/node/components/docs/guides/GuideContractTypesPage.js +6 -6
  34. package/dist/node/components/docs/guides/GuideDocsPipelinePage.js +6 -6
  35. package/dist/node/components/docs/guides/GuideGenerateDocsClientsSchemasPage.js +6 -6
  36. package/dist/node/components/docs/guides/GuideImportExistingCodebasesPage.js +6 -6
  37. package/dist/node/components/docs/guides/GuideNextjsOneEndpointPage.js +6 -6
  38. package/dist/node/components/docs/guides/GuideSpecValidationTypingPage.js +6 -6
  39. package/dist/node/components/docs/guides/index.js +18 -18
  40. package/dist/node/components/docs/index.js +162 -470
  41. package/dist/node/components/docs/manifesto/ManifestoPage.js +2 -2
  42. package/dist/node/components/docs/shared/StudioPrompt.js +4 -4
  43. package/dist/node/components/docs/studio/StudioBYOKPage.js +14 -68
  44. package/dist/node/components/docs/studio/StudioDeploymentsPage.js +14 -89
  45. package/dist/node/components/docs/studio/StudioGettingStartedPage.js +14 -82
  46. package/dist/node/components/docs/studio/StudioIntegrationsPage.js +14 -60
  47. package/dist/node/components/docs/studio/StudioOverviewPage.js +62 -32
  48. package/dist/node/components/docs/studio/StudioVisualBuilderPage.js +14 -109
  49. package/dist/node/components/docs/studio/index.js +131 -439
  50. package/dist/node/index.js +162 -470
  51. package/package.json +17 -17
  52. package/src/components/docs/DocsIndexPage.tsx +3 -3
  53. package/src/components/docs/ecosystem/TemplatesPage.tsx +2 -2
  54. package/src/components/docs/getting-started/DeveloperToolsPage.tsx +6 -6
  55. package/src/components/docs/guides/GuideCIDiffGatingPage.tsx +2 -2
  56. package/src/components/docs/guides/GuideContractTypesPage.tsx +2 -2
  57. package/src/components/docs/guides/GuideDocsPipelinePage.tsx +2 -2
  58. package/src/components/docs/guides/GuideGenerateDocsClientsSchemasPage.tsx +2 -2
  59. package/src/components/docs/guides/GuideImportExistingCodebasesPage.tsx +2 -2
  60. package/src/components/docs/guides/GuideNextjsOneEndpointPage.tsx +2 -2
  61. package/src/components/docs/guides/GuideSpecValidationTypingPage.tsx +2 -2
  62. package/src/components/docs/manifesto/ManifestoPage.tsx +2 -2
  63. package/src/components/docs/shared/StudioPrompt.tsx +4 -4
  64. package/src/components/docs/studio/StudioBYOKPage.tsx +9 -54
  65. package/src/components/docs/studio/StudioDeploymentsPage.tsx +9 -70
  66. package/src/components/docs/studio/StudioGettingStartedPage.tsx +9 -66
  67. package/src/components/docs/studio/StudioIntegrationsPage.tsx +9 -47
  68. package/src/components/docs/studio/StudioOverviewPage.tsx +53 -41
  69. package/src/components/docs/studio/StudioVisualBuilderPage.tsx +9 -72
@@ -3,10 +3,10 @@
3
3
  import Link from "@contractspec/lib.ui-link";
4
4
  import { jsxDEV } from "react/jsx-dev-runtime";
5
5
  function StudioPrompt({
6
- title = "Need managed policy gates and approvals?",
7
- body = "ContractSpec Studio adds policy gates, remote registry workflows, and audit trails when you are ready to scale adoption.",
8
- ctaLabel = "Join Studio waitlist",
9
- href = "/contact#waitlist"
6
+ title = "Want to turn product signals into spec-first deliverables?",
7
+ body = "ContractSpec Studio ingests evidence from meetings, support, analytics, docs, and code, then compiles decisions into spec diffs and task packs.",
8
+ ctaLabel = "Try Studio",
9
+ href = "https://app.contractspec.studio"
10
10
  }) {
11
11
  return /* @__PURE__ */ jsxDEV("div", {
12
12
  className: "card-subtle space-y-3 p-6",
@@ -165,8 +165,8 @@ bun run validate`
165
165
  ]
166
166
  }, undefined, true, undefined, this),
167
167
  /* @__PURE__ */ jsxDEV2(StudioPrompt, {
168
- title: "Need managed CI policy gates?",
169
- body: "Studio adds policy approvals, drift dashboards, and audit trails after CI checks pass."
168
+ title: "Need continuous checks tied to outcomes?",
169
+ body: "Studio closes the loop with post-change verification and learning dividends that improve future decisions."
170
170
  }, undefined, false, undefined, this)
171
171
  ]
172
172
  }, undefined, true, undefined, this),
@@ -872,8 +872,8 @@ capabilityRegistry.register(UserManagementCapability);`
872
872
  ]
873
873
  }, undefined, true, undefined, this),
874
874
  /* @__PURE__ */ jsxDEV3(StudioPrompt, {
875
- title: "Want visual contract design?",
876
- body: "Studio provides a visual editor for creating and managing contracts with team collaboration and version control."
875
+ title: "Need to decide which contract should change next?",
876
+ body: "Studio uses evidence and focus constraints to generate decision briefs, patch intents, and execution-ready task packs."
877
877
  }, undefined, false, undefined, this)
878
878
  ]
879
879
  }, undefined, true, undefined, this),
@@ -1066,8 +1066,8 @@ export default async function Page({ params }: { params: { slug?: string[] } })
1066
1066
  ]
1067
1067
  }, undefined, true, undefined, this),
1068
1068
  /* @__PURE__ */ jsxDEV4(StudioPrompt, {
1069
- title: "Need hosted docs releases?",
1070
- body: "Studio can publish versioned docs bundles with approvals and audit trails."
1069
+ title: "Need decision-to-export automation?",
1070
+ body: "Studio exports evidence-backed spec changes and task packs to Linear, Jira, Notion, and GitHub."
1071
1071
  }, undefined, false, undefined, this)
1072
1072
  ]
1073
1073
  }, undefined, true, undefined, this),
@@ -1246,8 +1246,8 @@ contractspec openapi export --registry ./src/contracts/registry.ts --out ./gener
1246
1246
  ]
1247
1247
  }, undefined, true, undefined, this),
1248
1248
  /* @__PURE__ */ jsxDEV5(StudioPrompt, {
1249
- title: "Want managed schema releases?",
1250
- body: "Studio can publish OpenAPI, SDKs, and release notes automatically with approvals."
1249
+ title: "Want exports tied to product decisions?",
1250
+ body: "Studio compiles approved changes into deliverables and pushes them to your execution stack with full evidence context."
1251
1251
  }, undefined, false, undefined, this)
1252
1252
  ]
1253
1253
  }, undefined, true, undefined, this),
@@ -2093,8 +2093,8 @@ installOp(registry, CreateUserCommand, async (input) => {
2093
2093
  ]
2094
2094
  }, undefined, true, undefined, this),
2095
2095
  /* @__PURE__ */ jsxDEV6(StudioPrompt, {
2096
- title: "Want automated contract evolution?",
2097
- body: "Studio monitors your codebase and suggests contract updates when your API changes, keeping specs and code in sync."
2096
+ title: "Want evidence-driven migration priorities?",
2097
+ body: "Studio clusters product signals into scored patterns, then proposes spec-first change cards for the highest-impact areas."
2098
2098
  }, undefined, false, undefined, this)
2099
2099
  ]
2100
2100
  }, undefined, true, undefined, this),
@@ -2380,8 +2380,8 @@ contractspec examples validate --repo-root .`
2380
2380
  ]
2381
2381
  }, undefined, true, undefined, this),
2382
2382
  /* @__PURE__ */ jsxDEV7(StudioPrompt, {
2383
- title: "Need team approvals for new endpoints?",
2384
- body: "Studio adds review gates, shared registries, and audit trails after you ship your first endpoint."
2383
+ title: "Want real product evidence behind endpoint changes?",
2384
+ body: "Studio correlates meetings, support, analytics, and code signals before compiling endpoint decisions into spec diffs."
2385
2385
  }, undefined, false, undefined, this)
2386
2386
  ]
2387
2387
  }, undefined, true, undefined, this),
@@ -2604,8 +2604,8 @@ bun run validate`
2604
2604
  ]
2605
2605
  }, undefined, true, undefined, this),
2606
2606
  /* @__PURE__ */ jsxDEV8(StudioPrompt, {
2607
- title: "Need shared validation policies?",
2608
- body: "Studio lets teams enforce validation policies and review changes before they ship."
2607
+ title: "Need validation tied to real outcomes?",
2608
+ body: "Studio links checks to evidence, focus decisions, and post-release verification so specs evolve with product truth."
2609
2609
  }, undefined, false, undefined, this)
2610
2610
  ]
2611
2611
  }, undefined, true, undefined, this),