@contractspec/bundle.marketing 1.16.0 → 2.0.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 (122) hide show
  1. package/.turbo/turbo-build.log +23 -23
  2. package/CHANGELOG.md +78 -17
  3. package/dist/browser/index.js +6 -6
  4. package/dist/browser/registry/engine.js +5 -5
  5. package/dist/browser/registry/factory.js +1 -1
  6. package/dist/browser/registry/index.js +6 -6
  7. package/dist/browser/registry/registry-docs.js +2 -2
  8. package/dist/browser/registry/registry-landing.js +2 -2
  9. package/dist/browser/registry/registry.js +4 -4
  10. package/dist/browser/registry/utils.js +6 -6
  11. package/dist/components/marketing/ChangelogPage.d.ts +0 -1
  12. package/dist/components/marketing/CofounderPage.d.ts +0 -1
  13. package/dist/components/marketing/ContactClient.d.ts +0 -1
  14. package/dist/components/marketing/ContributePage.d.ts +0 -1
  15. package/dist/components/marketing/DesignPartnerPage.d.ts +0 -1
  16. package/dist/components/marketing/LandingPage.d.ts +0 -1
  17. package/dist/components/marketing/PricingClient.d.ts +0 -1
  18. package/dist/components/marketing/ProductClientPage.d.ts +0 -1
  19. package/dist/components/marketing/index.d.ts +0 -1
  20. package/dist/components/marketing/pricing-thinking-modal.d.ts +0 -1
  21. package/dist/components/marketing/sections/AudienceSection.d.ts +0 -1
  22. package/dist/components/marketing/sections/CorePositioningSection.d.ts +0 -1
  23. package/dist/components/marketing/sections/CtaSection.d.ts +0 -1
  24. package/dist/components/marketing/sections/DevelopersSection.d.ts +0 -1
  25. package/dist/components/marketing/sections/FearsSection.d.ts +0 -1
  26. package/dist/components/marketing/sections/HeroMarketingSection.d.ts +0 -1
  27. package/dist/components/marketing/sections/IconGridSection.d.ts +0 -1
  28. package/dist/components/marketing/sections/OutputsSection.d.ts +0 -1
  29. package/dist/components/marketing/sections/ProblemSection.d.ts +0 -1
  30. package/dist/components/marketing/sections/SolutionSection.d.ts +0 -1
  31. package/dist/components/marketing/sections/StepsSection.d.ts +0 -1
  32. package/dist/components/marketing/waitlist-section.d.ts +0 -1
  33. package/dist/components/templates/TemplatesClientPage.d.ts +0 -1
  34. package/dist/components/templates/TemplatesPage.d.ts +0 -1
  35. package/dist/components/templates/TemplatesPreviewModal.d.ts +0 -1
  36. package/dist/components/templates/index.d.ts +0 -1
  37. package/dist/index.d.ts +0 -1
  38. package/dist/index.js +6 -6
  39. package/dist/libs/email/client.d.ts +0 -1
  40. package/dist/libs/email/client.test.d.ts +0 -1
  41. package/dist/libs/email/contact.d.ts +0 -1
  42. package/dist/libs/email/newsletter.d.ts +0 -1
  43. package/dist/libs/email/types.d.ts +0 -1
  44. package/dist/libs/email/utils.d.ts +0 -1
  45. package/dist/libs/email/waitlist-application.d.ts +0 -1
  46. package/dist/libs/email/waitlist.d.ts +0 -1
  47. package/dist/libs/pricing-examples.d.ts +0 -1
  48. package/dist/node/index.js +6 -6
  49. package/dist/node/registry/engine.js +5 -5
  50. package/dist/node/registry/factory.js +1 -1
  51. package/dist/node/registry/index.js +6 -6
  52. package/dist/node/registry/registry-docs.js +2 -2
  53. package/dist/node/registry/registry-landing.js +2 -2
  54. package/dist/node/registry/registry.js +4 -4
  55. package/dist/node/registry/utils.js +6 -6
  56. package/dist/registry/engine.d.ts +1 -2
  57. package/dist/registry/engine.js +5 -5
  58. package/dist/registry/factory.d.ts +2 -3
  59. package/dist/registry/factory.js +1 -1
  60. package/dist/registry/index.d.ts +0 -1
  61. package/dist/registry/index.js +6 -6
  62. package/dist/registry/registry-docs.d.ts +1 -2
  63. package/dist/registry/registry-docs.js +2 -2
  64. package/dist/registry/registry-landing.d.ts +1 -2
  65. package/dist/registry/registry-landing.js +2 -2
  66. package/dist/registry/registry.d.ts +1 -2
  67. package/dist/registry/registry.js +4 -4
  68. package/dist/registry/types.d.ts +1 -2
  69. package/dist/registry/utils.d.ts +1 -2
  70. package/dist/registry/utils.js +6 -6
  71. package/package.json +25 -24
  72. package/src/registry/engine.ts +1 -1
  73. package/src/registry/factory.ts +2 -2
  74. package/src/registry/registry-docs.ts +2 -2
  75. package/src/registry/registry-landing.ts +2 -2
  76. package/src/registry/registry.ts +2 -2
  77. package/src/registry/types.ts +1 -1
  78. package/src/registry/utils.ts +2 -2
  79. package/dist/components/marketing/ChangelogPage.d.ts.map +0 -1
  80. package/dist/components/marketing/CofounderPage.d.ts.map +0 -1
  81. package/dist/components/marketing/ContactClient.d.ts.map +0 -1
  82. package/dist/components/marketing/ContributePage.d.ts.map +0 -1
  83. package/dist/components/marketing/DesignPartnerPage.d.ts.map +0 -1
  84. package/dist/components/marketing/LandingPage.d.ts.map +0 -1
  85. package/dist/components/marketing/PricingClient.d.ts.map +0 -1
  86. package/dist/components/marketing/ProductClientPage.d.ts.map +0 -1
  87. package/dist/components/marketing/index.d.ts.map +0 -1
  88. package/dist/components/marketing/pricing-thinking-modal.d.ts.map +0 -1
  89. package/dist/components/marketing/sections/AudienceSection.d.ts.map +0 -1
  90. package/dist/components/marketing/sections/CorePositioningSection.d.ts.map +0 -1
  91. package/dist/components/marketing/sections/CtaSection.d.ts.map +0 -1
  92. package/dist/components/marketing/sections/DevelopersSection.d.ts.map +0 -1
  93. package/dist/components/marketing/sections/FearsSection.d.ts.map +0 -1
  94. package/dist/components/marketing/sections/HeroMarketingSection.d.ts.map +0 -1
  95. package/dist/components/marketing/sections/IconGridSection.d.ts.map +0 -1
  96. package/dist/components/marketing/sections/OutputsSection.d.ts.map +0 -1
  97. package/dist/components/marketing/sections/ProblemSection.d.ts.map +0 -1
  98. package/dist/components/marketing/sections/SolutionSection.d.ts.map +0 -1
  99. package/dist/components/marketing/sections/StepsSection.d.ts.map +0 -1
  100. package/dist/components/marketing/waitlist-section.d.ts.map +0 -1
  101. package/dist/components/templates/TemplatesClientPage.d.ts.map +0 -1
  102. package/dist/components/templates/TemplatesPage.d.ts.map +0 -1
  103. package/dist/components/templates/TemplatesPreviewModal.d.ts.map +0 -1
  104. package/dist/components/templates/index.d.ts.map +0 -1
  105. package/dist/index.d.ts.map +0 -1
  106. package/dist/libs/email/client.d.ts.map +0 -1
  107. package/dist/libs/email/client.test.d.ts.map +0 -1
  108. package/dist/libs/email/contact.d.ts.map +0 -1
  109. package/dist/libs/email/newsletter.d.ts.map +0 -1
  110. package/dist/libs/email/types.d.ts.map +0 -1
  111. package/dist/libs/email/utils.d.ts.map +0 -1
  112. package/dist/libs/email/waitlist-application.d.ts.map +0 -1
  113. package/dist/libs/email/waitlist.d.ts.map +0 -1
  114. package/dist/libs/pricing-examples.d.ts.map +0 -1
  115. package/dist/registry/engine.d.ts.map +0 -1
  116. package/dist/registry/factory.d.ts.map +0 -1
  117. package/dist/registry/index.d.ts.map +0 -1
  118. package/dist/registry/registry-docs.d.ts.map +0 -1
  119. package/dist/registry/registry-landing.d.ts.map +0 -1
  120. package/dist/registry/registry.d.ts.map +0 -1
  121. package/dist/registry/types.d.ts.map +0 -1
  122. package/dist/registry/utils.d.ts.map +0 -1
@@ -1,2 +1 @@
1
1
  export declare function DevelopersSection(): import("react/jsx-runtime").JSX.Element;
2
- //# sourceMappingURL=DevelopersSection.d.ts.map
@@ -1,2 +1 @@
1
1
  export declare function FearsSection(): import("react/jsx-runtime").JSX.Element;
2
- //# sourceMappingURL=FearsSection.d.ts.map
@@ -1,2 +1 @@
1
1
  export declare function HeroMarketingSection(): import("react/jsx-runtime").JSX.Element;
2
- //# sourceMappingURL=HeroMarketingSection.d.ts.map
@@ -28,4 +28,3 @@ declare const itemVariants: (props?: ({
28
28
  export type IconGridSectionRole = VariantProps<typeof itemVariants>['iconRole'];
29
29
  export declare function IconGridSection({ eyebrow, title, subtitle, items, tone, padding, columns, iconRole, }: IconGridSectionProps): import("react/jsx-runtime").JSX.Element;
30
30
  export {};
31
- //# sourceMappingURL=IconGridSection.d.ts.map
@@ -1,2 +1 @@
1
1
  export declare function OutputsSection(): import("react/jsx-runtime").JSX.Element;
2
- //# sourceMappingURL=OutputsSection.d.ts.map
@@ -1,2 +1 @@
1
1
  export declare function ProblemSection(): import("react/jsx-runtime").JSX.Element;
2
- //# sourceMappingURL=ProblemSection.d.ts.map
@@ -1,2 +1 @@
1
1
  export declare function SolutionSection(): import("react/jsx-runtime").JSX.Element;
2
- //# sourceMappingURL=SolutionSection.d.ts.map
@@ -1,2 +1 @@
1
1
  export declare function StepsSection(): import("react/jsx-runtime").JSX.Element;
2
- //# sourceMappingURL=StepsSection.d.ts.map
@@ -5,4 +5,3 @@ interface WaitlistSectionProps {
5
5
  }
6
6
  export declare function WaitlistSection({ variant, context, }: WaitlistSectionProps): import("react/jsx-runtime").JSX.Element;
7
7
  export {};
8
- //# sourceMappingURL=waitlist-section.d.ts.map
@@ -1,2 +1 @@
1
1
  export declare const TemplatesPage: () => import("react/jsx-runtime").JSX.Element;
2
- //# sourceMappingURL=TemplatesClientPage.d.ts.map
@@ -1,2 +1 @@
1
1
  export declare function TemplatesMarketingPage(): import("react/jsx-runtime").JSX.Element;
2
- //# sourceMappingURL=TemplatesPage.d.ts.map
@@ -5,4 +5,3 @@ interface TemplatePreviewModalProps {
5
5
  }
6
6
  export declare const TemplatePreviewModal: ({ templateId, onClose, }: TemplatePreviewModalProps) => import("react/jsx-runtime").JSX.Element;
7
7
  export {};
8
- //# sourceMappingURL=TemplatesPreviewModal.d.ts.map
@@ -1,4 +1,3 @@
1
1
  export * from './TemplatesClientPage';
2
2
  export * from './TemplatesPage';
3
3
  export * from './TemplatesPreviewModal';
4
- //# sourceMappingURL=index.d.ts.map
package/dist/index.d.ts CHANGED
@@ -6,4 +6,3 @@ export type { SubmitContactFormResult, SubmitNewsletterResult, SubmitWaitlistApp
6
6
  export { joinWaitlist } from './libs/email/waitlist';
7
7
  export { submitWaitlistApplication } from './libs/email/waitlist-application';
8
8
  export * from './registry';
9
- //# sourceMappingURL=index.d.ts.map
package/dist/index.js CHANGED
@@ -5914,7 +5914,7 @@ import {
5914
5914
  OwnersEnum,
5915
5915
  StabilityEnum,
5916
5916
  TagsEnum
5917
- } from "@contractspec/lib.contracts/ownership";
5917
+ } from "@contractspec/lib.contracts-spec/ownership";
5918
5918
  function createComponentPresentation(opts) {
5919
5919
  const source = {
5920
5920
  type: "component",
@@ -5946,7 +5946,7 @@ var MARKETING_CONTEXT = "Marketing content on contractspec.io, designed for conv
5946
5946
  var DOCS_TAGS = [TagsEnum.Docs];
5947
5947
 
5948
5948
  // src/registry/registry-docs.ts
5949
- import { TagsEnum as TagsEnum2 } from "@contractspec/lib.contracts/ownership";
5949
+ import { TagsEnum as TagsEnum2 } from "@contractspec/lib.contracts-spec/ownership";
5950
5950
  import { AdvancedMCPPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedMCPPage";
5951
5951
  import { AdvancedOverlayEditorPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedOverlayEditorPage";
5952
5952
  import { AdvancedRenderersPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedRenderersPage";
@@ -6242,7 +6242,7 @@ var docsPresentations = [
6242
6242
  ];
6243
6243
 
6244
6244
  // src/registry/registry-landing.ts
6245
- import { TagsEnum as TagsEnum3 } from "@contractspec/lib.contracts/ownership";
6245
+ import { TagsEnum as TagsEnum3 } from "@contractspec/lib.contracts-spec/ownership";
6246
6246
  var landingComponentMap = {
6247
6247
  LandingPage,
6248
6248
  PricingPage: PricingClient,
@@ -6338,7 +6338,7 @@ import {
6338
6338
  listRegisteredDocBlocks,
6339
6339
  metaDocs,
6340
6340
  techContractsDocs
6341
- } from "@contractspec/lib.contracts/docs";
6341
+ } from "@contractspec/lib.contracts-spec/docs";
6342
6342
  import { opsDocBlocks } from "@contractspec/bundle.library/components/docs/ops/ops.docs";
6343
6343
  import { productDocs } from "@contractspec/bundle.library/components/docs/product/product.docblocks";
6344
6344
  import { techContractsDocBlocks } from "@contractspec/bundle.library/components/docs/tech/contracts/tech-docs.docblocks";
@@ -6382,7 +6382,7 @@ import {
6382
6382
  registerBasicValidation,
6383
6383
  registerDefaultReactRenderer,
6384
6384
  registerReactToMarkdownRenderer
6385
- } from "@contractspec/lib.contracts/presentations";
6385
+ } from "@contractspec/lib.contracts-spec/presentations/transform-engine";
6386
6386
  function createPresentationEngine(customComponentMap) {
6387
6387
  const engine = createDefaultTransformEngine();
6388
6388
  registerDefaultReactRenderer(engine);
@@ -6393,7 +6393,7 @@ function createPresentationEngine(customComponentMap) {
6393
6393
  }
6394
6394
  var presentationEngine = createPresentationEngine();
6395
6395
  // src/registry/utils.ts
6396
- import { renderFeaturePresentation } from "@contractspec/lib.contracts/client/react/feature-render";
6396
+ import { renderFeaturePresentation } from "@contractspec/lib.contracts-runtime-client-react/feature-render";
6397
6397
  async function renderPresentationToMarkdown(descriptor) {
6398
6398
  const result = await presentationEngine.render("markdown", descriptor);
6399
6399
  return result.body;
@@ -9,4 +9,3 @@ export declare const __internal: {
9
9
  setClient(client: EmailApi): void;
10
10
  };
11
11
  export {};
12
- //# sourceMappingURL=client.d.ts.map
@@ -1,2 +1 @@
1
1
  export {};
2
- //# sourceMappingURL=client.test.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import type { SubmitContactFormResult } from './types';
2
2
  export declare const submitContactForm: (formData: FormData) => Promise<SubmitContactFormResult>;
3
- //# sourceMappingURL=contact.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import type { SubmitNewsletterResult } from './types';
2
2
  export declare const subscribeToNewsletter: (formData: FormData) => Promise<SubmitNewsletterResult>;
3
- //# sourceMappingURL=newsletter.d.ts.map
@@ -46,4 +46,3 @@ export interface EmailSendOutcome {
46
46
  error?: unknown;
47
47
  errorMessage?: string;
48
48
  }
49
- //# sourceMappingURL=types.d.ts.map
@@ -1,3 +1,2 @@
1
1
  export declare const escapeHtml: (value: string) => string;
2
2
  export declare const formatMultilineHtml: (value: string) => string;
3
- //# sourceMappingURL=utils.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import type { SubmitWaitlistApplicationResult } from './types';
2
2
  export declare const submitWaitlistApplication: (formData: FormData) => Promise<SubmitWaitlistApplicationResult>;
3
- //# sourceMappingURL=waitlist-application.d.ts.map
@@ -1,3 +1,2 @@
1
1
  import type { SubmitWaitlistResult } from './types';
2
2
  export declare const joinWaitlist: (formData: FormData) => Promise<SubmitWaitlistResult>;
3
- //# sourceMappingURL=waitlist.d.ts.map
@@ -16,4 +16,3 @@ export declare const PRICING_EXAMPLES: {
16
16
  readonly description: "Higher limits + cheaper per-regen at scale";
17
17
  };
18
18
  };
19
- //# sourceMappingURL=pricing-examples.d.ts.map
@@ -5914,7 +5914,7 @@ import {
5914
5914
  OwnersEnum,
5915
5915
  StabilityEnum,
5916
5916
  TagsEnum
5917
- } from "@contractspec/lib.contracts/ownership";
5917
+ } from "@contractspec/lib.contracts-spec/ownership";
5918
5918
  function createComponentPresentation(opts) {
5919
5919
  const source = {
5920
5920
  type: "component",
@@ -5946,7 +5946,7 @@ var MARKETING_CONTEXT = "Marketing content on contractspec.io, designed for conv
5946
5946
  var DOCS_TAGS = [TagsEnum.Docs];
5947
5947
 
5948
5948
  // src/registry/registry-docs.ts
5949
- import { TagsEnum as TagsEnum2 } from "@contractspec/lib.contracts/ownership";
5949
+ import { TagsEnum as TagsEnum2 } from "@contractspec/lib.contracts-spec/ownership";
5950
5950
  import { AdvancedMCPPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedMCPPage";
5951
5951
  import { AdvancedOverlayEditorPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedOverlayEditorPage";
5952
5952
  import { AdvancedRenderersPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedRenderersPage";
@@ -6242,7 +6242,7 @@ var docsPresentations = [
6242
6242
  ];
6243
6243
 
6244
6244
  // src/registry/registry-landing.ts
6245
- import { TagsEnum as TagsEnum3 } from "@contractspec/lib.contracts/ownership";
6245
+ import { TagsEnum as TagsEnum3 } from "@contractspec/lib.contracts-spec/ownership";
6246
6246
  var landingComponentMap = {
6247
6247
  LandingPage,
6248
6248
  PricingPage: PricingClient,
@@ -6338,7 +6338,7 @@ import {
6338
6338
  listRegisteredDocBlocks,
6339
6339
  metaDocs,
6340
6340
  techContractsDocs
6341
- } from "@contractspec/lib.contracts/docs";
6341
+ } from "@contractspec/lib.contracts-spec/docs";
6342
6342
  import { opsDocBlocks } from "@contractspec/bundle.library/components/docs/ops/ops.docs";
6343
6343
  import { productDocs } from "@contractspec/bundle.library/components/docs/product/product.docblocks";
6344
6344
  import { techContractsDocBlocks } from "@contractspec/bundle.library/components/docs/tech/contracts/tech-docs.docblocks";
@@ -6382,7 +6382,7 @@ import {
6382
6382
  registerBasicValidation,
6383
6383
  registerDefaultReactRenderer,
6384
6384
  registerReactToMarkdownRenderer
6385
- } from "@contractspec/lib.contracts/presentations";
6385
+ } from "@contractspec/lib.contracts-spec/presentations/transform-engine";
6386
6386
  function createPresentationEngine(customComponentMap) {
6387
6387
  const engine = createDefaultTransformEngine();
6388
6388
  registerDefaultReactRenderer(engine);
@@ -6393,7 +6393,7 @@ function createPresentationEngine(customComponentMap) {
6393
6393
  }
6394
6394
  var presentationEngine = createPresentationEngine();
6395
6395
  // src/registry/utils.ts
6396
- import { renderFeaturePresentation } from "@contractspec/lib.contracts/client/react/feature-render";
6396
+ import { renderFeaturePresentation } from "@contractspec/lib.contracts-runtime-client-react/feature-render";
6397
6397
  async function renderPresentationToMarkdown(descriptor) {
6398
6398
  const result = await presentationEngine.render("markdown", descriptor);
6399
6399
  return result.body;
@@ -4804,7 +4804,7 @@ import {
4804
4804
  OwnersEnum,
4805
4805
  StabilityEnum,
4806
4806
  TagsEnum
4807
- } from "@contractspec/lib.contracts/ownership";
4807
+ } from "@contractspec/lib.contracts-spec/ownership";
4808
4808
  function createComponentPresentation(opts) {
4809
4809
  const source = {
4810
4810
  type: "component",
@@ -4836,7 +4836,7 @@ var MARKETING_CONTEXT = "Marketing content on contractspec.io, designed for conv
4836
4836
  var DOCS_TAGS = [TagsEnum.Docs];
4837
4837
 
4838
4838
  // src/registry/registry-docs.ts
4839
- import { TagsEnum as TagsEnum2 } from "@contractspec/lib.contracts/ownership";
4839
+ import { TagsEnum as TagsEnum2 } from "@contractspec/lib.contracts-spec/ownership";
4840
4840
  import { AdvancedMCPPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedMCPPage";
4841
4841
  import { AdvancedOverlayEditorPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedOverlayEditorPage";
4842
4842
  import { AdvancedRenderersPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedRenderersPage";
@@ -5132,7 +5132,7 @@ var docsPresentations = [
5132
5132
  ];
5133
5133
 
5134
5134
  // src/registry/registry-landing.ts
5135
- import { TagsEnum as TagsEnum3 } from "@contractspec/lib.contracts/ownership";
5135
+ import { TagsEnum as TagsEnum3 } from "@contractspec/lib.contracts-spec/ownership";
5136
5136
  var landingComponentMap = {
5137
5137
  LandingPage,
5138
5138
  PricingPage: PricingClient,
@@ -5228,7 +5228,7 @@ import {
5228
5228
  listRegisteredDocBlocks,
5229
5229
  metaDocs,
5230
5230
  techContractsDocs
5231
- } from "@contractspec/lib.contracts/docs";
5231
+ } from "@contractspec/lib.contracts-spec/docs";
5232
5232
  import { opsDocBlocks } from "@contractspec/bundle.library/components/docs/ops/ops.docs";
5233
5233
  import { productDocs } from "@contractspec/bundle.library/components/docs/product/product.docblocks";
5234
5234
  import { techContractsDocBlocks } from "@contractspec/bundle.library/components/docs/tech/contracts/tech-docs.docblocks";
@@ -5272,7 +5272,7 @@ import {
5272
5272
  registerBasicValidation,
5273
5273
  registerDefaultReactRenderer,
5274
5274
  registerReactToMarkdownRenderer
5275
- } from "@contractspec/lib.contracts/presentations";
5275
+ } from "@contractspec/lib.contracts-spec/presentations/transform-engine";
5276
5276
  function createPresentationEngine(customComponentMap) {
5277
5277
  const engine = createDefaultTransformEngine();
5278
5278
  registerDefaultReactRenderer(engine);
@@ -6,7 +6,7 @@ import {
6
6
  OwnersEnum,
7
7
  StabilityEnum,
8
8
  TagsEnum
9
- } from "@contractspec/lib.contracts/ownership";
9
+ } from "@contractspec/lib.contracts-spec/ownership";
10
10
  function createComponentPresentation(opts) {
11
11
  const source = {
12
12
  type: "component",
@@ -4804,7 +4804,7 @@ import {
4804
4804
  OwnersEnum,
4805
4805
  StabilityEnum,
4806
4806
  TagsEnum
4807
- } from "@contractspec/lib.contracts/ownership";
4807
+ } from "@contractspec/lib.contracts-spec/ownership";
4808
4808
  function createComponentPresentation(opts) {
4809
4809
  const source = {
4810
4810
  type: "component",
@@ -4836,7 +4836,7 @@ var MARKETING_CONTEXT = "Marketing content on contractspec.io, designed for conv
4836
4836
  var DOCS_TAGS = [TagsEnum.Docs];
4837
4837
 
4838
4838
  // src/registry/registry-docs.ts
4839
- import { TagsEnum as TagsEnum2 } from "@contractspec/lib.contracts/ownership";
4839
+ import { TagsEnum as TagsEnum2 } from "@contractspec/lib.contracts-spec/ownership";
4840
4840
  import { AdvancedMCPPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedMCPPage";
4841
4841
  import { AdvancedOverlayEditorPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedOverlayEditorPage";
4842
4842
  import { AdvancedRenderersPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedRenderersPage";
@@ -5132,7 +5132,7 @@ var docsPresentations = [
5132
5132
  ];
5133
5133
 
5134
5134
  // src/registry/registry-landing.ts
5135
- import { TagsEnum as TagsEnum3 } from "@contractspec/lib.contracts/ownership";
5135
+ import { TagsEnum as TagsEnum3 } from "@contractspec/lib.contracts-spec/ownership";
5136
5136
  var landingComponentMap = {
5137
5137
  LandingPage,
5138
5138
  PricingPage: PricingClient,
@@ -5228,7 +5228,7 @@ import {
5228
5228
  listRegisteredDocBlocks,
5229
5229
  metaDocs,
5230
5230
  techContractsDocs
5231
- } from "@contractspec/lib.contracts/docs";
5231
+ } from "@contractspec/lib.contracts-spec/docs";
5232
5232
  import { opsDocBlocks } from "@contractspec/bundle.library/components/docs/ops/ops.docs";
5233
5233
  import { productDocs } from "@contractspec/bundle.library/components/docs/product/product.docblocks";
5234
5234
  import { techContractsDocBlocks } from "@contractspec/bundle.library/components/docs/tech/contracts/tech-docs.docblocks";
@@ -5272,7 +5272,7 @@ import {
5272
5272
  registerBasicValidation,
5273
5273
  registerDefaultReactRenderer,
5274
5274
  registerReactToMarkdownRenderer
5275
- } from "@contractspec/lib.contracts/presentations";
5275
+ } from "@contractspec/lib.contracts-spec/presentations/transform-engine";
5276
5276
  function createPresentationEngine(customComponentMap) {
5277
5277
  const engine = createDefaultTransformEngine();
5278
5278
  registerDefaultReactRenderer(engine);
@@ -5283,7 +5283,7 @@ function createPresentationEngine(customComponentMap) {
5283
5283
  }
5284
5284
  var presentationEngine = createPresentationEngine();
5285
5285
  // src/registry/utils.ts
5286
- import { renderFeaturePresentation } from "@contractspec/lib.contracts/client/react/feature-render";
5286
+ import { renderFeaturePresentation } from "@contractspec/lib.contracts-runtime-client-react/feature-render";
5287
5287
  async function renderPresentationToMarkdown(descriptor) {
5288
5288
  const result = await presentationEngine.render("markdown", descriptor);
5289
5289
  return result.body;
@@ -6,7 +6,7 @@ import {
6
6
  OwnersEnum,
7
7
  StabilityEnum,
8
8
  TagsEnum
9
- } from "@contractspec/lib.contracts/ownership";
9
+ } from "@contractspec/lib.contracts-spec/ownership";
10
10
  function createComponentPresentation(opts) {
11
11
  const source = {
12
12
  type: "component",
@@ -38,7 +38,7 @@ var MARKETING_CONTEXT = "Marketing content on contractspec.io, designed for conv
38
38
  var DOCS_TAGS = [TagsEnum.Docs];
39
39
 
40
40
  // src/registry/registry-docs.ts
41
- import { TagsEnum as TagsEnum2 } from "@contractspec/lib.contracts/ownership";
41
+ import { TagsEnum as TagsEnum2 } from "@contractspec/lib.contracts-spec/ownership";
42
42
  import { AdvancedMCPPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedMCPPage";
43
43
  import { AdvancedOverlayEditorPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedOverlayEditorPage";
44
44
  import { AdvancedRenderersPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedRenderersPage";
@@ -4804,7 +4804,7 @@ import {
4804
4804
  OwnersEnum,
4805
4805
  StabilityEnum,
4806
4806
  TagsEnum
4807
- } from "@contractspec/lib.contracts/ownership";
4807
+ } from "@contractspec/lib.contracts-spec/ownership";
4808
4808
  function createComponentPresentation(opts) {
4809
4809
  const source = {
4810
4810
  type: "component",
@@ -4836,7 +4836,7 @@ var MARKETING_CONTEXT = "Marketing content on contractspec.io, designed for conv
4836
4836
  var DOCS_TAGS = [TagsEnum.Docs];
4837
4837
 
4838
4838
  // src/registry/registry-landing.ts
4839
- import { TagsEnum as TagsEnum2 } from "@contractspec/lib.contracts/ownership";
4839
+ import { TagsEnum as TagsEnum2 } from "@contractspec/lib.contracts-spec/ownership";
4840
4840
  var landingComponentMap = {
4841
4841
  LandingPage,
4842
4842
  PricingPage: PricingClient,
@@ -4804,7 +4804,7 @@ import {
4804
4804
  OwnersEnum,
4805
4805
  StabilityEnum,
4806
4806
  TagsEnum
4807
- } from "@contractspec/lib.contracts/ownership";
4807
+ } from "@contractspec/lib.contracts-spec/ownership";
4808
4808
  function createComponentPresentation(opts) {
4809
4809
  const source = {
4810
4810
  type: "component",
@@ -4836,7 +4836,7 @@ var MARKETING_CONTEXT = "Marketing content on contractspec.io, designed for conv
4836
4836
  var DOCS_TAGS = [TagsEnum.Docs];
4837
4837
 
4838
4838
  // src/registry/registry-docs.ts
4839
- import { TagsEnum as TagsEnum2 } from "@contractspec/lib.contracts/ownership";
4839
+ import { TagsEnum as TagsEnum2 } from "@contractspec/lib.contracts-spec/ownership";
4840
4840
  import { AdvancedMCPPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedMCPPage";
4841
4841
  import { AdvancedOverlayEditorPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedOverlayEditorPage";
4842
4842
  import { AdvancedRenderersPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedRenderersPage";
@@ -5132,7 +5132,7 @@ var docsPresentations = [
5132
5132
  ];
5133
5133
 
5134
5134
  // src/registry/registry-landing.ts
5135
- import { TagsEnum as TagsEnum3 } from "@contractspec/lib.contracts/ownership";
5135
+ import { TagsEnum as TagsEnum3 } from "@contractspec/lib.contracts-spec/ownership";
5136
5136
  var landingComponentMap = {
5137
5137
  LandingPage,
5138
5138
  PricingPage: PricingClient,
@@ -5228,7 +5228,7 @@ import {
5228
5228
  listRegisteredDocBlocks,
5229
5229
  metaDocs,
5230
5230
  techContractsDocs
5231
- } from "@contractspec/lib.contracts/docs";
5231
+ } from "@contractspec/lib.contracts-spec/docs";
5232
5232
  import { opsDocBlocks } from "@contractspec/bundle.library/components/docs/ops/ops.docs";
5233
5233
  import { productDocs } from "@contractspec/bundle.library/components/docs/product/product.docblocks";
5234
5234
  import { techContractsDocBlocks } from "@contractspec/bundle.library/components/docs/tech/contracts/tech-docs.docblocks";
@@ -4804,7 +4804,7 @@ import {
4804
4804
  OwnersEnum,
4805
4805
  StabilityEnum,
4806
4806
  TagsEnum
4807
- } from "@contractspec/lib.contracts/ownership";
4807
+ } from "@contractspec/lib.contracts-spec/ownership";
4808
4808
  function createComponentPresentation(opts) {
4809
4809
  const source = {
4810
4810
  type: "component",
@@ -4836,7 +4836,7 @@ var MARKETING_CONTEXT = "Marketing content on contractspec.io, designed for conv
4836
4836
  var DOCS_TAGS = [TagsEnum.Docs];
4837
4837
 
4838
4838
  // src/registry/registry-docs.ts
4839
- import { TagsEnum as TagsEnum2 } from "@contractspec/lib.contracts/ownership";
4839
+ import { TagsEnum as TagsEnum2 } from "@contractspec/lib.contracts-spec/ownership";
4840
4840
  import { AdvancedMCPPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedMCPPage";
4841
4841
  import { AdvancedOverlayEditorPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedOverlayEditorPage";
4842
4842
  import { AdvancedRenderersPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedRenderersPage";
@@ -5132,7 +5132,7 @@ var docsPresentations = [
5132
5132
  ];
5133
5133
 
5134
5134
  // src/registry/registry-landing.ts
5135
- import { TagsEnum as TagsEnum3 } from "@contractspec/lib.contracts/ownership";
5135
+ import { TagsEnum as TagsEnum3 } from "@contractspec/lib.contracts-spec/ownership";
5136
5136
  var landingComponentMap = {
5137
5137
  LandingPage,
5138
5138
  PricingPage: PricingClient,
@@ -5228,7 +5228,7 @@ import {
5228
5228
  listRegisteredDocBlocks,
5229
5229
  metaDocs,
5230
5230
  techContractsDocs
5231
- } from "@contractspec/lib.contracts/docs";
5231
+ } from "@contractspec/lib.contracts-spec/docs";
5232
5232
  import { opsDocBlocks } from "@contractspec/bundle.library/components/docs/ops/ops.docs";
5233
5233
  import { productDocs } from "@contractspec/bundle.library/components/docs/product/product.docblocks";
5234
5234
  import { techContractsDocBlocks } from "@contractspec/bundle.library/components/docs/tech/contracts/tech-docs.docblocks";
@@ -5272,7 +5272,7 @@ import {
5272
5272
  registerBasicValidation,
5273
5273
  registerDefaultReactRenderer,
5274
5274
  registerReactToMarkdownRenderer
5275
- } from "@contractspec/lib.contracts/presentations";
5275
+ } from "@contractspec/lib.contracts-spec/presentations/transform-engine";
5276
5276
  function createPresentationEngine(customComponentMap) {
5277
5277
  const engine = createDefaultTransformEngine();
5278
5278
  registerDefaultReactRenderer(engine);
@@ -5284,7 +5284,7 @@ function createPresentationEngine(customComponentMap) {
5284
5284
  var presentationEngine = createPresentationEngine();
5285
5285
 
5286
5286
  // src/registry/utils.ts
5287
- import { renderFeaturePresentation } from "@contractspec/lib.contracts/client/react/feature-render";
5287
+ import { renderFeaturePresentation } from "@contractspec/lib.contracts-runtime-client-react/feature-render";
5288
5288
  async function renderPresentationToMarkdown(descriptor) {
5289
5289
  const result = await presentationEngine.render("markdown", descriptor);
5290
5290
  return result.body;
@@ -1,4 +1,4 @@
1
- import { type TransformEngine } from '@contractspec/lib.contracts/presentations';
1
+ import { type TransformEngine } from '@contractspec/lib.contracts-spec/presentations/transform-engine';
2
2
  import type { ComponentMap } from './types';
3
3
  /**
4
4
  * Create and configure the TransformEngine for web-landing presentations.
@@ -10,4 +10,3 @@ export declare function createPresentationEngine(customComponentMap?: ComponentM
10
10
  * Use this for rendering presentations.
11
11
  */
12
12
  export declare const presentationEngine: TransformEngine;
13
- //# sourceMappingURL=engine.d.ts.map
@@ -4804,7 +4804,7 @@ import {
4804
4804
  OwnersEnum,
4805
4805
  StabilityEnum,
4806
4806
  TagsEnum
4807
- } from "@contractspec/lib.contracts/ownership";
4807
+ } from "@contractspec/lib.contracts-spec/ownership";
4808
4808
  function createComponentPresentation(opts) {
4809
4809
  const source = {
4810
4810
  type: "component",
@@ -4836,7 +4836,7 @@ var MARKETING_CONTEXT = "Marketing content on contractspec.io, designed for conv
4836
4836
  var DOCS_TAGS = [TagsEnum.Docs];
4837
4837
 
4838
4838
  // src/registry/registry-docs.ts
4839
- import { TagsEnum as TagsEnum2 } from "@contractspec/lib.contracts/ownership";
4839
+ import { TagsEnum as TagsEnum2 } from "@contractspec/lib.contracts-spec/ownership";
4840
4840
  import { AdvancedMCPPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedMCPPage";
4841
4841
  import { AdvancedOverlayEditorPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedOverlayEditorPage";
4842
4842
  import { AdvancedRenderersPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedRenderersPage";
@@ -5132,7 +5132,7 @@ var docsPresentations = [
5132
5132
  ];
5133
5133
 
5134
5134
  // src/registry/registry-landing.ts
5135
- import { TagsEnum as TagsEnum3 } from "@contractspec/lib.contracts/ownership";
5135
+ import { TagsEnum as TagsEnum3 } from "@contractspec/lib.contracts-spec/ownership";
5136
5136
  var landingComponentMap = {
5137
5137
  LandingPage,
5138
5138
  PricingPage: PricingClient,
@@ -5228,7 +5228,7 @@ import {
5228
5228
  listRegisteredDocBlocks,
5229
5229
  metaDocs,
5230
5230
  techContractsDocs
5231
- } from "@contractspec/lib.contracts/docs";
5231
+ } from "@contractspec/lib.contracts-spec/docs";
5232
5232
  import { opsDocBlocks } from "@contractspec/bundle.library/components/docs/ops/ops.docs";
5233
5233
  import { productDocs } from "@contractspec/bundle.library/components/docs/product/product.docblocks";
5234
5234
  import { techContractsDocBlocks } from "@contractspec/bundle.library/components/docs/tech/contracts/tech-docs.docblocks";
@@ -5272,7 +5272,7 @@ import {
5272
5272
  registerBasicValidation,
5273
5273
  registerDefaultReactRenderer,
5274
5274
  registerReactToMarkdownRenderer
5275
- } from "@contractspec/lib.contracts/presentations";
5275
+ } from "@contractspec/lib.contracts-spec/presentations/transform-engine";
5276
5276
  function createPresentationEngine(customComponentMap) {
5277
5277
  const engine = createDefaultTransformEngine();
5278
5278
  registerDefaultReactRenderer(engine);
@@ -1,5 +1,5 @@
1
- import { type Owner, type Stability, type Tag } from '@contractspec/lib.contracts/ownership';
2
- import type { PresentationSpec, PresentationTarget } from '@contractspec/lib.contracts/presentations';
1
+ import { type Owner, type Stability, type Tag } from '@contractspec/lib.contracts-spec/ownership';
2
+ import type { PresentationSpec, PresentationTarget } from '@contractspec/lib.contracts-spec/presentations';
3
3
  /**
4
4
  * Options for creating a React component presentation.
5
5
  */
@@ -57,4 +57,3 @@ export declare const MARKETING_CONTEXT = "Marketing content on contractspec.io,
57
57
  * Default tags for documentation pages.
58
58
  */
59
59
  export declare const DOCS_TAGS: Tag[];
60
- //# sourceMappingURL=factory.d.ts.map
@@ -6,7 +6,7 @@ import {
6
6
  OwnersEnum,
7
7
  StabilityEnum,
8
8
  TagsEnum
9
- } from "@contractspec/lib.contracts/ownership";
9
+ } from "@contractspec/lib.contracts-spec/ownership";
10
10
  function createComponentPresentation(opts) {
11
11
  const source = {
12
12
  type: "component",
@@ -5,4 +5,3 @@ export * from './registry-docs';
5
5
  export * from './registry-landing';
6
6
  export * from './types';
7
7
  export * from './utils';
8
- //# sourceMappingURL=index.d.ts.map
@@ -4804,7 +4804,7 @@ import {
4804
4804
  OwnersEnum,
4805
4805
  StabilityEnum,
4806
4806
  TagsEnum
4807
- } from "@contractspec/lib.contracts/ownership";
4807
+ } from "@contractspec/lib.contracts-spec/ownership";
4808
4808
  function createComponentPresentation(opts) {
4809
4809
  const source = {
4810
4810
  type: "component",
@@ -4836,7 +4836,7 @@ var MARKETING_CONTEXT = "Marketing content on contractspec.io, designed for conv
4836
4836
  var DOCS_TAGS = [TagsEnum.Docs];
4837
4837
 
4838
4838
  // src/registry/registry-docs.ts
4839
- import { TagsEnum as TagsEnum2 } from "@contractspec/lib.contracts/ownership";
4839
+ import { TagsEnum as TagsEnum2 } from "@contractspec/lib.contracts-spec/ownership";
4840
4840
  import { AdvancedMCPPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedMCPPage";
4841
4841
  import { AdvancedOverlayEditorPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedOverlayEditorPage";
4842
4842
  import { AdvancedRenderersPage } from "@contractspec/bundle.library/components/docs/advanced/AdvancedRenderersPage";
@@ -5132,7 +5132,7 @@ var docsPresentations = [
5132
5132
  ];
5133
5133
 
5134
5134
  // src/registry/registry-landing.ts
5135
- import { TagsEnum as TagsEnum3 } from "@contractspec/lib.contracts/ownership";
5135
+ import { TagsEnum as TagsEnum3 } from "@contractspec/lib.contracts-spec/ownership";
5136
5136
  var landingComponentMap = {
5137
5137
  LandingPage,
5138
5138
  PricingPage: PricingClient,
@@ -5228,7 +5228,7 @@ import {
5228
5228
  listRegisteredDocBlocks,
5229
5229
  metaDocs,
5230
5230
  techContractsDocs
5231
- } from "@contractspec/lib.contracts/docs";
5231
+ } from "@contractspec/lib.contracts-spec/docs";
5232
5232
  import { opsDocBlocks } from "@contractspec/bundle.library/components/docs/ops/ops.docs";
5233
5233
  import { productDocs } from "@contractspec/bundle.library/components/docs/product/product.docblocks";
5234
5234
  import { techContractsDocBlocks } from "@contractspec/bundle.library/components/docs/tech/contracts/tech-docs.docblocks";
@@ -5272,7 +5272,7 @@ import {
5272
5272
  registerBasicValidation,
5273
5273
  registerDefaultReactRenderer,
5274
5274
  registerReactToMarkdownRenderer
5275
- } from "@contractspec/lib.contracts/presentations";
5275
+ } from "@contractspec/lib.contracts-spec/presentations/transform-engine";
5276
5276
  function createPresentationEngine(customComponentMap) {
5277
5277
  const engine = createDefaultTransformEngine();
5278
5278
  registerDefaultReactRenderer(engine);
@@ -5283,7 +5283,7 @@ function createPresentationEngine(customComponentMap) {
5283
5283
  }
5284
5284
  var presentationEngine = createPresentationEngine();
5285
5285
  // src/registry/utils.ts
5286
- import { renderFeaturePresentation } from "@contractspec/lib.contracts/client/react/feature-render";
5286
+ import { renderFeaturePresentation } from "@contractspec/lib.contracts-runtime-client-react/feature-render";
5287
5287
  async function renderPresentationToMarkdown(descriptor) {
5288
5288
  const result = await presentationEngine.render("markdown", descriptor);
5289
5289
  return result.body;
@@ -1,4 +1,4 @@
1
- import type { PresentationSpec } from '@contractspec/lib.contracts/presentations';
1
+ import type { PresentationSpec } from '@contractspec/lib.contracts-spec/presentations';
2
2
  import type { ComponentMap } from './types';
3
3
  /**
4
4
  * Component map for documentation page React rendering.
@@ -8,4 +8,3 @@ export declare const docsComponentMap: ComponentMap;
8
8
  * Presentation specs for documentation pages.
9
9
  */
10
10
  export declare const docsPresentations: [string, PresentationSpec][];
11
- //# sourceMappingURL=registry-docs.d.ts.map