@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.
- package/.turbo/turbo-build.log +23 -23
- package/CHANGELOG.md +78 -17
- package/dist/browser/index.js +6 -6
- package/dist/browser/registry/engine.js +5 -5
- package/dist/browser/registry/factory.js +1 -1
- package/dist/browser/registry/index.js +6 -6
- package/dist/browser/registry/registry-docs.js +2 -2
- package/dist/browser/registry/registry-landing.js +2 -2
- package/dist/browser/registry/registry.js +4 -4
- package/dist/browser/registry/utils.js +6 -6
- package/dist/components/marketing/ChangelogPage.d.ts +0 -1
- package/dist/components/marketing/CofounderPage.d.ts +0 -1
- package/dist/components/marketing/ContactClient.d.ts +0 -1
- package/dist/components/marketing/ContributePage.d.ts +0 -1
- package/dist/components/marketing/DesignPartnerPage.d.ts +0 -1
- package/dist/components/marketing/LandingPage.d.ts +0 -1
- package/dist/components/marketing/PricingClient.d.ts +0 -1
- package/dist/components/marketing/ProductClientPage.d.ts +0 -1
- package/dist/components/marketing/index.d.ts +0 -1
- package/dist/components/marketing/pricing-thinking-modal.d.ts +0 -1
- package/dist/components/marketing/sections/AudienceSection.d.ts +0 -1
- package/dist/components/marketing/sections/CorePositioningSection.d.ts +0 -1
- package/dist/components/marketing/sections/CtaSection.d.ts +0 -1
- package/dist/components/marketing/sections/DevelopersSection.d.ts +0 -1
- package/dist/components/marketing/sections/FearsSection.d.ts +0 -1
- package/dist/components/marketing/sections/HeroMarketingSection.d.ts +0 -1
- package/dist/components/marketing/sections/IconGridSection.d.ts +0 -1
- package/dist/components/marketing/sections/OutputsSection.d.ts +0 -1
- package/dist/components/marketing/sections/ProblemSection.d.ts +0 -1
- package/dist/components/marketing/sections/SolutionSection.d.ts +0 -1
- package/dist/components/marketing/sections/StepsSection.d.ts +0 -1
- package/dist/components/marketing/waitlist-section.d.ts +0 -1
- package/dist/components/templates/TemplatesClientPage.d.ts +0 -1
- package/dist/components/templates/TemplatesPage.d.ts +0 -1
- package/dist/components/templates/TemplatesPreviewModal.d.ts +0 -1
- package/dist/components/templates/index.d.ts +0 -1
- package/dist/index.d.ts +0 -1
- package/dist/index.js +6 -6
- package/dist/libs/email/client.d.ts +0 -1
- package/dist/libs/email/client.test.d.ts +0 -1
- package/dist/libs/email/contact.d.ts +0 -1
- package/dist/libs/email/newsletter.d.ts +0 -1
- package/dist/libs/email/types.d.ts +0 -1
- package/dist/libs/email/utils.d.ts +0 -1
- package/dist/libs/email/waitlist-application.d.ts +0 -1
- package/dist/libs/email/waitlist.d.ts +0 -1
- package/dist/libs/pricing-examples.d.ts +0 -1
- package/dist/node/index.js +6 -6
- package/dist/node/registry/engine.js +5 -5
- package/dist/node/registry/factory.js +1 -1
- package/dist/node/registry/index.js +6 -6
- package/dist/node/registry/registry-docs.js +2 -2
- package/dist/node/registry/registry-landing.js +2 -2
- package/dist/node/registry/registry.js +4 -4
- package/dist/node/registry/utils.js +6 -6
- package/dist/registry/engine.d.ts +1 -2
- package/dist/registry/engine.js +5 -5
- package/dist/registry/factory.d.ts +2 -3
- package/dist/registry/factory.js +1 -1
- package/dist/registry/index.d.ts +0 -1
- package/dist/registry/index.js +6 -6
- package/dist/registry/registry-docs.d.ts +1 -2
- package/dist/registry/registry-docs.js +2 -2
- package/dist/registry/registry-landing.d.ts +1 -2
- package/dist/registry/registry-landing.js +2 -2
- package/dist/registry/registry.d.ts +1 -2
- package/dist/registry/registry.js +4 -4
- package/dist/registry/types.d.ts +1 -2
- package/dist/registry/utils.d.ts +1 -2
- package/dist/registry/utils.js +6 -6
- package/package.json +25 -24
- package/src/registry/engine.ts +1 -1
- package/src/registry/factory.ts +2 -2
- package/src/registry/registry-docs.ts +2 -2
- package/src/registry/registry-landing.ts +2 -2
- package/src/registry/registry.ts +2 -2
- package/src/registry/types.ts +1 -1
- package/src/registry/utils.ts +2 -2
- package/dist/components/marketing/ChangelogPage.d.ts.map +0 -1
- package/dist/components/marketing/CofounderPage.d.ts.map +0 -1
- package/dist/components/marketing/ContactClient.d.ts.map +0 -1
- package/dist/components/marketing/ContributePage.d.ts.map +0 -1
- package/dist/components/marketing/DesignPartnerPage.d.ts.map +0 -1
- package/dist/components/marketing/LandingPage.d.ts.map +0 -1
- package/dist/components/marketing/PricingClient.d.ts.map +0 -1
- package/dist/components/marketing/ProductClientPage.d.ts.map +0 -1
- package/dist/components/marketing/index.d.ts.map +0 -1
- package/dist/components/marketing/pricing-thinking-modal.d.ts.map +0 -1
- package/dist/components/marketing/sections/AudienceSection.d.ts.map +0 -1
- package/dist/components/marketing/sections/CorePositioningSection.d.ts.map +0 -1
- package/dist/components/marketing/sections/CtaSection.d.ts.map +0 -1
- package/dist/components/marketing/sections/DevelopersSection.d.ts.map +0 -1
- package/dist/components/marketing/sections/FearsSection.d.ts.map +0 -1
- package/dist/components/marketing/sections/HeroMarketingSection.d.ts.map +0 -1
- package/dist/components/marketing/sections/IconGridSection.d.ts.map +0 -1
- package/dist/components/marketing/sections/OutputsSection.d.ts.map +0 -1
- package/dist/components/marketing/sections/ProblemSection.d.ts.map +0 -1
- package/dist/components/marketing/sections/SolutionSection.d.ts.map +0 -1
- package/dist/components/marketing/sections/StepsSection.d.ts.map +0 -1
- package/dist/components/marketing/waitlist-section.d.ts.map +0 -1
- package/dist/components/templates/TemplatesClientPage.d.ts.map +0 -1
- package/dist/components/templates/TemplatesPage.d.ts.map +0 -1
- package/dist/components/templates/TemplatesPreviewModal.d.ts.map +0 -1
- package/dist/components/templates/index.d.ts.map +0 -1
- package/dist/index.d.ts.map +0 -1
- package/dist/libs/email/client.d.ts.map +0 -1
- package/dist/libs/email/client.test.d.ts.map +0 -1
- package/dist/libs/email/contact.d.ts.map +0 -1
- package/dist/libs/email/newsletter.d.ts.map +0 -1
- package/dist/libs/email/types.d.ts.map +0 -1
- package/dist/libs/email/utils.d.ts.map +0 -1
- package/dist/libs/email/waitlist-application.d.ts.map +0 -1
- package/dist/libs/email/waitlist.d.ts.map +0 -1
- package/dist/libs/pricing-examples.d.ts.map +0 -1
- package/dist/registry/engine.d.ts.map +0 -1
- package/dist/registry/factory.d.ts.map +0 -1
- package/dist/registry/index.d.ts.map +0 -1
- package/dist/registry/registry-docs.d.ts.map +0 -1
- package/dist/registry/registry-landing.d.ts.map +0 -1
- package/dist/registry/registry.d.ts.map +0 -1
- package/dist/registry/types.d.ts.map +0 -1
- package/dist/registry/utils.d.ts.map +0 -1
|
@@ -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
|
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
|
|
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;
|
package/dist/node/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
|
|
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);
|
|
@@ -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
|
|
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
|
|
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
|
package/dist/registry/engine.js
CHANGED
|
@@ -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
|
package/dist/registry/factory.js
CHANGED
package/dist/registry/index.d.ts
CHANGED
package/dist/registry/index.js
CHANGED
|
@@ -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
|
|
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
|