@contractspec/bundle.marketing 1.17.0 → 2.1.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 +80 -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 +24 -23
  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
@@ -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";
@@ -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 landing/marketing page React rendering.
@@ -12,4 +12,3 @@ export declare const landingPresentations: [string, PresentationSpec][];
12
12
  * Presentation specs for learning journey pages.
13
13
  */
14
14
  export declare const learningPresentations: [string, PresentationSpec][];
15
- //# sourceMappingURL=registry-landing.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-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,
@@ -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
  * Merged component map for React rendering.
@@ -23,4 +23,3 @@ export declare function hasPresentation(route: string): boolean;
23
23
  * Get all registered routes with presentations.
24
24
  */
25
25
  export declare function getAllPresentationRoutes(): string[];
26
- //# sourceMappingURL=registry.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";
@@ -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 React from 'react';
3
3
  /**
4
4
  * Component map for React rendering.
@@ -12,4 +12,3 @@ export interface RoutePresentation {
12
12
  route: string;
13
13
  descriptor: PresentationSpec;
14
14
  }
15
- //# sourceMappingURL=types.d.ts.map
@@ -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 React from 'react';
3
3
  import type { ComponentMap } from './types';
4
4
  /**
@@ -24,4 +24,3 @@ export interface AIChatProvider {
24
24
  getUrl: (url: string) => string;
25
25
  }
26
26
  export declare const aiChatProviders: AIChatProvider[];
27
- //# sourceMappingURL=utils.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);
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/bundle.marketing",
3
- "version": "1.17.0",
3
+ "version": "2.1.0",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "clean": "rm -rf dist",
@@ -342,31 +342,32 @@
342
342
  },
343
343
  "types": "./dist/index.d.ts",
344
344
  "dependencies": {
345
- "@contractspec/bundle.library": "1.17.0",
346
- "@contractspec/example.agent-console": "1.62.0",
347
- "@contractspec/example.analytics-dashboard": "1.62.0",
348
- "@contractspec/example.crm-pipeline": "1.62.0",
349
- "@contractspec/example.integration-hub": "1.62.0",
350
- "@contractspec/example.marketplace": "1.62.0",
351
- "@contractspec/example.saas-boilerplate": "1.62.0",
352
- "@contractspec/example.workflow-system": "1.62.0",
353
- "@contractspec/lib.contracts": "1.62.0",
354
- "@contractspec/lib.design-system": "1.62.0",
355
- "@contractspec/lib.email": "1.16.0",
356
- "@contractspec/lib.example-shared-ui": "1.16.0",
357
- "@contractspec/lib.logger": "1.62.0",
358
- "@contractspec/lib.runtime-sandbox": "0.17.0",
359
- "@contractspec/lib.ui-kit-core": "1.62.0",
360
- "@contractspec/lib.ui-kit-web": "1.62.0",
361
- "@contractspec/lib.ui-link": "1.62.0",
362
- "@contractspec/module.examples": "1.62.0",
345
+ "@contractspec/bundle.library": "2.1.0",
346
+ "@contractspec/example.agent-console": "2.1.0",
347
+ "@contractspec/example.analytics-dashboard": "2.1.0",
348
+ "@contractspec/example.crm-pipeline": "2.1.0",
349
+ "@contractspec/example.integration-hub": "2.1.0",
350
+ "@contractspec/example.marketplace": "2.1.0",
351
+ "@contractspec/example.saas-boilerplate": "2.1.0",
352
+ "@contractspec/example.workflow-system": "2.1.0",
353
+ "@contractspec/lib.contracts-spec": "2.1.0",
354
+ "@contractspec/lib.contracts-runtime-client-react": "2.1.0",
355
+ "@contractspec/lib.design-system": "2.1.0",
356
+ "@contractspec/lib.email": "2.1.0",
357
+ "@contractspec/lib.example-shared-ui": "2.1.0",
358
+ "@contractspec/lib.logger": "2.1.0",
359
+ "@contractspec/lib.runtime-sandbox": "1.1.0",
360
+ "@contractspec/lib.ui-kit-core": "2.1.0",
361
+ "@contractspec/lib.ui-kit-web": "2.1.0",
362
+ "@contractspec/lib.ui-link": "2.1.0",
363
+ "@contractspec/module.examples": "2.1.0",
363
364
  "@electric-sql/pglite": "^0.3.14",
364
365
  "@hookform/resolvers": "^5.2.2",
365
- "@scaleway/sdk": "^3.1.5",
366
+ "@scaleway/sdk": "^3.2.0",
366
367
  "@scaleway/sdk-client": "^2.1.0",
367
368
  "class-variance-authority": "^0.7.1",
368
369
  "framer-motion": "^12.34.0",
369
- "lucide-react": "^0.563.0",
370
+ "lucide-react": "^0.564.0",
370
371
  "next": "16.1.6",
371
372
  "react": "19.2.4",
372
373
  "react-hook-form": "^7.70.0",
@@ -374,9 +375,9 @@
374
375
  },
375
376
  "devDependencies": {
376
377
  "@types/react": "~19.2.14",
377
- "@contractspec/tool.typescript": "1.62.0",
378
+ "@contractspec/tool.typescript": "2.1.0",
378
379
  "typescript": "^5.9.3",
379
- "@contractspec/tool.bun": "1.61.0"
380
+ "@contractspec/tool.bun": "2.1.0"
380
381
  },
381
382
  "publishConfig": {
382
383
  "access": "public",
@@ -4,7 +4,7 @@ import {
4
4
  registerDefaultReactRenderer,
5
5
  registerReactToMarkdownRenderer,
6
6
  type TransformEngine,
7
- } from '@contractspec/lib.contracts/presentations';
7
+ } from '@contractspec/lib.contracts-spec/presentations/transform-engine';
8
8
  import { componentMap } from './registry';
9
9
  import type { ComponentMap } from './types';
10
10
 
@@ -5,12 +5,12 @@ import {
5
5
  StabilityEnum,
6
6
  type Tag,
7
7
  TagsEnum,
8
- } from '@contractspec/lib.contracts/ownership';
8
+ } from '@contractspec/lib.contracts-spec/ownership';
9
9
  import type {
10
10
  PresentationSourceComponentReact,
11
11
  PresentationSpec,
12
12
  PresentationTarget,
13
- } from '@contractspec/lib.contracts/presentations';
13
+ } from '@contractspec/lib.contracts-spec/presentations';
14
14
 
15
15
  /**
16
16
  * Options for creating a React component presentation.
@@ -1,5 +1,5 @@
1
- import { TagsEnum } from '@contractspec/lib.contracts/ownership';
2
- import type { PresentationSpec } from '@contractspec/lib.contracts/presentations';
1
+ import { TagsEnum } from '@contractspec/lib.contracts-spec/ownership';
2
+ import type { PresentationSpec } from '@contractspec/lib.contracts-spec/presentations';
3
3
  import {
4
4
  createComponentPresentation,
5
5
  DOCS_CONTEXT,
@@ -1,5 +1,5 @@
1
- import { TagsEnum } from '@contractspec/lib.contracts/ownership';
2
- import type { PresentationSpec } from '@contractspec/lib.contracts/presentations';
1
+ import { TagsEnum } from '@contractspec/lib.contracts-spec/ownership';
2
+ import type { PresentationSpec } from '@contractspec/lib.contracts-spec/presentations';
3
3
  import {
4
4
  createComponentPresentation,
5
5
  MARKETING_CONTEXT,
@@ -4,8 +4,8 @@ import {
4
4
  listRegisteredDocBlocks,
5
5
  metaDocs,
6
6
  techContractsDocs,
7
- } from '@contractspec/lib.contracts/docs';
8
- import type { PresentationSpec } from '@contractspec/lib.contracts/presentations';
7
+ } from '@contractspec/lib.contracts-spec/docs';
8
+ import type { PresentationSpec } from '@contractspec/lib.contracts-spec/presentations';
9
9
  import { opsDocBlocks } from '@contractspec/bundle.library/components/docs/ops/ops.docs';
10
10
  import { productDocs } from '@contractspec/bundle.library/components/docs/product/product.docblocks';
11
11
  import { techContractsDocBlocks } from '@contractspec/bundle.library/components/docs/tech/contracts/tech-docs.docblocks';
@@ -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 React from 'react';
3
3
 
4
4
  /**
@@ -1,5 +1,5 @@
1
- import { renderFeaturePresentation } from '@contractspec/lib.contracts/client/react/feature-render';
2
- import type { PresentationSpec } from '@contractspec/lib.contracts/presentations';
1
+ import { renderFeaturePresentation } from '@contractspec/lib.contracts-runtime-client-react/feature-render';
2
+ import type { PresentationSpec } from '@contractspec/lib.contracts-spec/presentations';
3
3
  import type React from 'react';
4
4
  import { presentationEngine } from './engine';
5
5
  import { componentMap } from './registry';
@@ -1 +0,0 @@
1
- {"version":3,"file":"ChangelogPage.d.ts","sourceRoot":"","sources":["../../../src/components/marketing/ChangelogPage.tsx"],"names":[],"mappings":"AA4BA,MAAM,WAAW,cAAc;IAC7B,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,OAAO,CAAC;IACpB,QAAQ,EAAE;QACR,IAAI,EAAE,MAAM,CAAC;QACb,OAAO,EAAE,MAAM,EAAE,CAAC;KACnB,EAAE,CAAC;CACL;AAED,UAAU,kBAAkB;IAC1B,OAAO,EAAE,cAAc,EAAE,CAAC;CAC3B;AAED,wBAAgB,aAAa,CAAC,EAAE,OAAO,EAAE,EAAE,kBAAkB,2CAmE5D"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CofounderPage.d.ts","sourceRoot":"","sources":["../../../src/components/marketing/CofounderPage.tsx"],"names":[],"mappings":"AA2YA,wBAAgB,aAAa,4CAa5B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ContactClient.d.ts","sourceRoot":"","sources":["../../../src/components/marketing/ContactClient.tsx"],"names":[],"mappings":"AA6BA,wBAAgB,aAAa,4CAgJ5B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ContributePage.d.ts","sourceRoot":"","sources":["../../../src/components/marketing/ContributePage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,MAAM,CAAC;AAErC,eAAO,MAAM,QAAQ,EAAE,QAatB,CAAC;AAEF,wBAAgB,cAAc,4CA6S7B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"DesignPartnerPage.d.ts","sourceRoot":"","sources":["../../../src/components/marketing/DesignPartnerPage.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,MAAM,CAAC;AAWrC,eAAO,MAAM,QAAQ,EAAE,QAGtB,CAAC;AAEF,wBAAgB,iBAAiB,4CAoKhC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"LandingPage.d.ts","sourceRoot":"","sources":["../../../src/components/marketing/LandingPage.tsx"],"names":[],"mappings":"AAcA,wBAAgB,WAAW,4CAe1B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"PricingClient.d.ts","sourceRoot":"","sources":["../../../src/components/marketing/PricingClient.tsx"],"names":[],"mappings":"AAqCA,wBAAgB,aAAa,4CAwZ5B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ProductClientPage.d.ts","sourceRoot":"","sources":["../../../src/components/marketing/ProductClientPage.tsx"],"names":[],"mappings":"AAoBA,eAAO,MAAM,iBAAiB,+CAkX7B,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/marketing/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAC5C,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAChD,OAAO,EAAE,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAClD,OAAO,EAAE,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACxD,OAAO,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAC;AACrD,OAAO,EAAE,oBAAoB,EAAE,MAAM,0BAA0B,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"pricing-thinking-modal.d.ts","sourceRoot":"","sources":["../../../src/components/marketing/pricing-thinking-modal.tsx"],"names":[],"mappings":"AAwFA,UAAU,yBAAyB;IACjC,IAAI,EAAE,OAAO,CAAC;IACd,YAAY,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IACtC,YAAY,CAAC,EAAE,MAAM,IAAI,CAAC;CAC3B;AAED,wBAAgB,oBAAoB,CAAC,EACnC,IAAI,EACJ,YAAY,EACZ,YAAY,GACb,EAAE,yBAAyB,2CA6H3B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"AudienceSection.d.ts","sourceRoot":"","sources":["../../../../src/components/marketing/sections/AudienceSection.tsx"],"names":[],"mappings":"AAsCA,wBAAgB,eAAe,4CA2B9B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CorePositioningSection.d.ts","sourceRoot":"","sources":["../../../../src/components/marketing/sections/CorePositioningSection.tsx"],"names":[],"mappings":"AAMA,wBAAgB,sBAAsB,4CAqCrC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"CtaSection.d.ts","sourceRoot":"","sources":["../../../../src/components/marketing/sections/CtaSection.tsx"],"names":[],"mappings":"AASA,wBAAgB,UAAU,4CA+CzB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"DevelopersSection.d.ts","sourceRoot":"","sources":["../../../../src/components/marketing/sections/DevelopersSection.tsx"],"names":[],"mappings":"AAsBA,wBAAgB,iBAAiB,4CAehC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"FearsSection.d.ts","sourceRoot":"","sources":["../../../../src/components/marketing/sections/FearsSection.tsx"],"names":[],"mappings":"AA2BA,wBAAgB,YAAY,4CAiB3B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"HeroMarketingSection.d.ts","sourceRoot":"","sources":["../../../../src/components/marketing/sections/HeroMarketingSection.tsx"],"names":[],"mappings":"AAaA,wBAAgB,oBAAoB,4CA2DnC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"IconGridSection.d.ts","sourceRoot":"","sources":["../../../../src/components/marketing/sections/IconGridSection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAC/B,OAAO,EAAO,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAClE,OAAO,EAGL,KAAK,iBAAiB,EACtB,KAAK,uBAAuB,EAC5B,KAAK,oBAAoB,EAC1B,MAAM,iCAAiC,CAAC;AAGzC,KAAK,aAAa,GAAG,KAAK,CAAC,aAAa,CAAC;IAAE,SAAS,CAAC,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC,CAAC;AAEhF,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,aAAa,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,IAAI,CAAC,EAAE,iBAAiB,CAAC;CAC1B;AAED,UAAU,oBAAoB;IAC5B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,KAAK,EAAE,YAAY,EAAE,CAAC;IACtB,IAAI,CAAC,EAAE,oBAAoB,CAAC;IAC5B,OAAO,CAAC,EAAE,uBAAuB,CAAC;IAClC,OAAO,CAAC,EAAE,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;IACpB,QAAQ,CAAC,EAAE,mBAAmB,CAAC;CAChC;AAED,QAAA,MAAM,YAAY;;8EAShB,CAAC;AAEH,MAAM,MAAM,mBAAmB,GAAG,YAAY,CAAC,OAAO,YAAY,CAAC,CAAC,UAAU,CAAC,CAAC;AAEhF,wBAAgB,eAAe,CAAC,EAC9B,OAAO,EACP,KAAK,EACL,QAAQ,EACR,KAAK,EACL,IAAgB,EAChB,OAAO,EACP,OAAW,EACX,QAAsB,GACvB,EAAE,oBAAoB,2CAoCtB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"OutputsSection.d.ts","sourceRoot":"","sources":["../../../../src/components/marketing/sections/OutputsSection.tsx"],"names":[],"mappings":"AAuCA,wBAAgB,cAAc,4CAmB7B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"ProblemSection.d.ts","sourceRoot":"","sources":["../../../../src/components/marketing/sections/ProblemSection.tsx"],"names":[],"mappings":"AAmCA,wBAAgB,cAAc,4CAW7B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"SolutionSection.d.ts","sourceRoot":"","sources":["../../../../src/components/marketing/sections/SolutionSection.tsx"],"names":[],"mappings":"AAmCA,wBAAgB,eAAe,4CAW9B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"StepsSection.d.ts","sourceRoot":"","sources":["../../../../src/components/marketing/sections/StepsSection.tsx"],"names":[],"mappings":"AA8BA,wBAAgB,YAAY,4CAwB3B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"waitlist-section.d.ts","sourceRoot":"","sources":["../../../src/components/marketing/waitlist-section.tsx"],"names":[],"mappings":"AAuBA,UAAU,oBAAoB;IAC5B,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;IAChC,OAAO,CAAC,EAAE,SAAS,GAAG,SAAS,CAAC;IAChC,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AA2BD,wBAAgB,eAAe,CAAC,EAC9B,OAAmB,EAEnB,OAAmB,GACpB,EAAE,oBAAoB,2CAmiBtB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"TemplatesClientPage.d.ts","sourceRoot":"","sources":["../../../src/components/templates/TemplatesClientPage.tsx"],"names":[],"mappings":"AA0PA,eAAO,MAAM,aAAa,+CA4czB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"TemplatesPage.d.ts","sourceRoot":"","sources":["../../../src/components/templates/TemplatesPage.tsx"],"names":[],"mappings":"AA0BA,wBAAgB,sBAAsB,4CA2FrC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"TemplatesPreviewModal.d.ts","sourceRoot":"","sources":["../../../src/components/templates/TemplatesPreviewModal.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,qCAAqC,CAAC;AA2FtE,UAAU,yBAAyB;IACjC,UAAU,EAAE,UAAU,GAAG,IAAI,CAAC;IAC9B,OAAO,EAAE,MAAM,IAAI,CAAC;CACrB;AAkBD,eAAO,MAAM,oBAAoB,GAAI,0BAGlC,yBAAyB,4CAwI3B,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/templates/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AACtC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,wBAAwB,CAAC;AACvC,cAAc,wBAAwB,CAAC;AAEvC,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAC;AACzD,OAAO,EAAE,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAChE,YAAY,EACV,uBAAuB,EACvB,sBAAsB,EACtB,+BAA+B,EAC/B,oBAAoB,GACrB,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AACrD,OAAO,EAAE,yBAAyB,EAAE,MAAM,mCAAmC,CAAC;AAE9E,cAAc,YAAY,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../../../src/libs/email/client.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,WAAW,EAAE,MAAM,eAAe,CAAC;AAG1D,OAAO,KAAK,EAEV,iBAAiB,EACjB,gBAAgB,EAChB,kBAAkB,EAClB,gBAAgB,EACjB,MAAM,SAAS,CAAC;AAcjB,KAAK,QAAQ,GAAG,IAAI,CAAC,WAAW,CAAC,GAAG,EAAE,aAAa,CAAC,CAAC;AAgBrD,eAAO,MAAM,cAAc,QAAO,iBAsCjC,CAAC;AAmBF,eAAO,MAAM,SAAS,GACpB,QAAQ,kBAAkB,EAC1B,SAAS,gBAAgB,KACxB,OAAO,CAAC,gBAAgB,CA6B1B,CAAC;AAEF,eAAO,MAAM,UAAU;;2BAQV,CAAC,MAAM,EAAE,UAAU,CAAC,OAAO,YAAY,CAAC,KAAK,QAAQ;sBAI9C,QAAQ;CAG3B,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"client.test.d.ts","sourceRoot":"","sources":["../../../src/libs/email/client.test.ts"],"names":[],"mappings":""}
@@ -1 +0,0 @@
1
- {"version":3,"file":"contact.d.ts","sourceRoot":"","sources":["../../../src/libs/email/contact.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAC;AAOvD,eAAO,MAAM,iBAAiB,GAC5B,UAAU,QAAQ,KACjB,OAAO,CAAC,uBAAuB,CAkEjC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"newsletter.d.ts","sourceRoot":"","sources":["../../../src/libs/email/newsletter.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,SAAS,CAAC;AAOtD,eAAO,MAAM,qBAAqB,GAChC,UAAU,QAAQ,KACjB,OAAO,CAAC,sBAAsB,CA8FhC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../src/libs/email/types.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAEnD,MAAM,WAAW,uBAAuB;IACtC,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,sBAAsB;IACrC,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,oBAAoB;IACnC,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,+BAA+B;IAC9C,OAAO,EAAE,OAAO,CAAC;IACjB,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,YAAY;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,kBAAkB;IACjC,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE,YAAY,CAAC;IACnB,SAAS,EAAE,YAAY,CAAC;CACzB;AAED,MAAM,WAAW,iBAAiB;IAChC,EAAE,EAAE,OAAO,CAAC;IACZ,MAAM,CAAC,EAAE,kBAAkB,CAAC;IAC5B,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,gBAAgB;IAC/B,EAAE,EAAE,YAAY,EAAE,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/libs/email/utils.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU,GAAI,OAAO,MAAM,KAAG,MAIf,CAAC;AAE7B,eAAO,MAAM,mBAAmB,GAAI,OAAO,MAAM,KAAG,MACN,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"waitlist-application.d.ts","sourceRoot":"","sources":["../../../src/libs/email/waitlist-application.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,+BAA+B,EAAE,MAAM,SAAS,CAAC;AAO/D,eAAO,MAAM,yBAAyB,GACpC,UAAU,QAAQ,KACjB,OAAO,CAAC,+BAA+B,CAkLzC,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"waitlist.d.ts","sourceRoot":"","sources":["../../../src/libs/email/waitlist.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAOpD,eAAO,MAAM,YAAY,GACvB,UAAU,QAAQ,KACjB,OAAO,CAAC,oBAAoB,CAwG9B,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"pricing-examples.d.ts","sourceRoot":"","sources":["../../src/libs/pricing-examples.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;CAanB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"engine.d.ts","sourceRoot":"","sources":["../../src/registry/engine.ts"],"names":[],"mappings":"AAAA,OAAO,EAKL,KAAK,eAAe,EACrB,MAAM,2CAA2C,CAAC;AAEnD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAE5C;;;GAGG;AACH,wBAAgB,wBAAwB,CACtC,kBAAkB,CAAC,EAAE,YAAY,GAChC,eAAe,CAejB;AAED;;;GAGG;AACH,eAAO,MAAM,kBAAkB,iBAA6B,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"factory.d.ts","sourceRoot":"","sources":["../../src/registry/factory.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,KAAK,KAAK,EAEV,KAAK,SAAS,EAEd,KAAK,GAAG,EAET,MAAM,uCAAuC,CAAC;AAC/C,OAAO,KAAK,EAEV,gBAAgB,EAChB,kBAAkB,EACnB,MAAM,2CAA2C,CAAC;AAEnD;;GAEG;AACH,MAAM,WAAW,kCAAkC;IACjD,0DAA0D;IAC1D,GAAG,EAAE,MAAM,CAAC;IACZ,kDAAkD;IAClD,YAAY,EAAE,MAAM,CAAC;IACrB,mCAAmC;IACnC,WAAW,EAAE,MAAM,CAAC;IACpB,qCAAqC;IACrC,IAAI,EAAE,MAAM,CAAC;IACb,2CAA2C;IAC3C,OAAO,EAAE,MAAM,CAAC;IAChB,wDAAwD;IACxD,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,qDAAqD;IACrD,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,yEAAyE;IACzE,MAAM,CAAC,EAAE,KAAK,EAAE,CAAC;IACjB,yDAAyD;IACzD,IAAI,CAAC,EAAE,GAAG,EAAE,CAAC;IACb,oDAAoD;IACpD,OAAO,CAAC,EAAE,kBAAkB,EAAE,CAAC;CAChC;AAED;;;;;GAKG;AACH,wBAAgB,2BAA2B,CACzC,IAAI,EAAE,kCAAkC,GACvC,gBAAgB,CAqBlB;AAED;;;GAGG;AACH,wBAAgB,YAAY,CAAC,IAAI,EAAE,MAAM,GAAG,GAAG,EAAE,CAKhD;AAED;;GAEG;AACH,eAAO,MAAM,SAAS,0DACmC,CAAC;AAE1D;;GAEG;AACH,eAAO,MAAM,YAAY,6EACmD,CAAC;AAE7E;;GAEG;AACH,eAAO,MAAM,cAAc,2DAC+B,CAAC;AAE3D;;GAEG;AACH,eAAO,MAAM,iBAAiB,kEACmC,CAAC;AAElE;;GAEG;AACH,eAAO,MAAM,SAAS,EAAE,GAAG,EAAoB,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/registry/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"registry-docs.d.ts","sourceRoot":"","sources":["../../src/registry/registry-docs.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,2CAA2C,CAAC;AAOlF,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AA2H5C;;GAEG;AACH,eAAO,MAAM,gBAAgB,EAAE,YAyG9B,CAAC;AAsBF;;GAEG;AACH,eAAO,MAAM,iBAAiB,EAAE,CAAC,MAAM,EAAE,gBAAgB,CAAC,EAkkBzD,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"registry-landing.d.ts","sourceRoot":"","sources":["../../src/registry/registry-landing.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,2CAA2C,CAAC;AAMlF,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAW5C;;GAEG;AACH,eAAO,MAAM,mBAAmB,EAAE,YAMjC,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,oBAAoB,EAAE,CAAC,MAAM,EAAE,gBAAgB,CAAC,EAyD5D,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,qBAAqB,EAAE,CAAC,MAAM,EAAE,gBAAgB,CAAC,EAuB7D,CAAC"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"registry.d.ts","sourceRoot":"","sources":["../../src/registry/registry.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,2CAA2C,CAAC;AAIlF,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAU5C;;;GAGG;AACH,eAAO,MAAM,YAAY,EAAE,YAG1B,CAAC;AAEF;;;GAGG;AACH,eAAO,MAAM,oBAAoB,+BAI/B,CAAC;AAsBH;;;GAGG;AACH,wBAAgB,uBAAuB,CACrC,KAAK,EAAE,MAAM,GACZ,gBAAgB,GAAG,SAAS,CAI9B;AAED;;GAEG;AACH,wBAAgB,eAAe,CAAC,KAAK,EAAE,MAAM,GAAG,OAAO,CAEtD;AAED;;GAEG;AACH,wBAAgB,wBAAwB,IAAI,MAAM,EAAE,CAEnD"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/registry/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,2CAA2C,CAAC;AAClF,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B;;;GAGG;AAEH,MAAM,MAAM,YAAY,GAAG,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC,CAAC;AAEpE;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,EAAE,gBAAgB,CAAC;CAC9B"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../src/registry/utils.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,2CAA2C,CAAC;AAClF,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAG/B,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAE5C;;;GAGG;AACH,wBAAsB,4BAA4B,CAChD,UAAU,EAAE,gBAAgB,GAC3B,OAAO,CAAC,MAAM,CAAC,CAOjB;AAED;;;GAGG;AACH,wBAAsB,yBAAyB,CAC7C,UAAU,EAAE,gBAAgB,EAC5B,kBAAkB,CAAC,EAAE,YAAY,GAChC,OAAO,CAAC,KAAK,CAAC,YAAY,GAAG,IAAI,CAAC,CAgBpC;AAED;;;GAGG;AACH,wBAAgB,cAAc,CAAC,KAAK,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,MAAM,GAAG,MAAM,CAWtE;AAED;;GAEG;AACH,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,CAAC,GAAG,EAAE,MAAM,KAAK,MAAM,CAAC;CACjC;AAED,eAAO,MAAM,eAAe,EAAE,cAAc,EA0B3C,CAAC"}