@contractspec/bundle.marketing 2.1.0 → 2.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (87) hide show
  1. package/.turbo/turbo-build.log +73 -73
  2. package/CHANGELOG.md +49 -0
  3. package/README.md +6 -1
  4. package/dist/browser/components/marketing/CofounderPage.js +2 -2
  5. package/dist/browser/components/marketing/ContactClient.js +57 -961
  6. package/dist/browser/components/marketing/DesignPartnerPage.js +2 -2
  7. package/dist/browser/components/marketing/LandingPage.js +6 -6
  8. package/dist/browser/components/marketing/PricingClient.js +107 -1127
  9. package/dist/browser/components/marketing/ProductClientPage.js +2 -2
  10. package/dist/browser/components/marketing/index.js +157 -1064
  11. package/dist/browser/components/marketing/pricing-thinking-modal.js +3 -3
  12. package/dist/browser/components/marketing/sections/CorePositioningSection.js +2 -2
  13. package/dist/browser/components/marketing/sections/CtaSection.js +2 -2
  14. package/dist/browser/components/marketing/sections/HeroMarketingSection.js +2 -2
  15. package/dist/browser/components/marketing/studio-signup-section.js +87 -0
  16. package/dist/browser/components/templates/TemplatesClientPage.js +175 -1082
  17. package/dist/browser/components/templates/index.js +181 -1088
  18. package/dist/browser/index.js +505 -1157
  19. package/dist/browser/registry/engine.js +158 -1080
  20. package/dist/browser/registry/index.js +158 -1080
  21. package/dist/browser/registry/registry-docs.js +2 -17
  22. package/dist/browser/registry/registry-landing.js +156 -1063
  23. package/dist/browser/registry/registry.js +158 -1080
  24. package/dist/browser/registry/utils.js +158 -1080
  25. package/dist/components/marketing/CofounderPage.js +2 -2
  26. package/dist/components/marketing/ContactClient.js +57 -961
  27. package/dist/components/marketing/DesignPartnerPage.js +2 -2
  28. package/dist/components/marketing/LandingPage.js +6 -6
  29. package/dist/components/marketing/PricingClient.js +107 -1127
  30. package/dist/components/marketing/ProductClientPage.js +2 -2
  31. package/dist/components/marketing/index.d.ts +1 -1
  32. package/dist/components/marketing/index.js +157 -1064
  33. package/dist/components/marketing/pricing-thinking-modal.js +3 -3
  34. package/dist/components/marketing/sections/CorePositioningSection.js +2 -2
  35. package/dist/components/marketing/sections/CtaSection.js +2 -2
  36. package/dist/components/marketing/sections/HeroMarketingSection.js +2 -2
  37. package/dist/components/marketing/studio-signup-section.d.ts +5 -0
  38. package/dist/components/marketing/studio-signup-section.js +82 -0
  39. package/dist/components/templates/TemplatesClientPage.js +175 -1082
  40. package/dist/components/templates/index.js +181 -1088
  41. package/dist/index.js +505 -1157
  42. package/dist/node/components/marketing/CofounderPage.js +2 -2
  43. package/dist/node/components/marketing/ContactClient.js +57 -961
  44. package/dist/node/components/marketing/DesignPartnerPage.js +2 -2
  45. package/dist/node/components/marketing/LandingPage.js +6 -6
  46. package/dist/node/components/marketing/PricingClient.js +107 -1127
  47. package/dist/node/components/marketing/ProductClientPage.js +2 -2
  48. package/dist/node/components/marketing/index.js +157 -1064
  49. package/dist/node/components/marketing/pricing-thinking-modal.js +3 -3
  50. package/dist/node/components/marketing/sections/CorePositioningSection.js +2 -2
  51. package/dist/node/components/marketing/sections/CtaSection.js +2 -2
  52. package/dist/node/components/marketing/sections/HeroMarketingSection.js +2 -2
  53. package/dist/node/components/marketing/studio-signup-section.js +82 -0
  54. package/dist/node/components/templates/TemplatesClientPage.js +175 -1082
  55. package/dist/node/components/templates/index.js +181 -1088
  56. package/dist/node/index.js +505 -1157
  57. package/dist/node/registry/engine.js +158 -1080
  58. package/dist/node/registry/index.js +158 -1080
  59. package/dist/node/registry/registry-docs.js +2 -17
  60. package/dist/node/registry/registry-landing.js +156 -1063
  61. package/dist/node/registry/registry.js +158 -1080
  62. package/dist/node/registry/utils.js +158 -1080
  63. package/dist/registry/engine.js +158 -1080
  64. package/dist/registry/index.js +158 -1080
  65. package/dist/registry/registry-docs.js +2 -17
  66. package/dist/registry/registry-landing.js +156 -1063
  67. package/dist/registry/registry.js +158 -1080
  68. package/dist/registry/utils.js +158 -1080
  69. package/package.json +34 -34
  70. package/src/components/marketing/CofounderPage.tsx +2 -2
  71. package/src/components/marketing/ContactClient.tsx +3 -3
  72. package/src/components/marketing/DesignPartnerPage.tsx +3 -3
  73. package/src/components/marketing/PricingClient.tsx +39 -38
  74. package/src/components/marketing/ProductClientPage.tsx +2 -2
  75. package/src/components/marketing/index.ts +1 -1
  76. package/src/components/marketing/pricing-thinking-modal.tsx +5 -5
  77. package/src/components/marketing/sections/CorePositioningSection.tsx +2 -2
  78. package/src/components/marketing/sections/CtaSection.tsx +2 -2
  79. package/src/components/marketing/sections/HeroMarketingSection.tsx +2 -2
  80. package/src/components/marketing/studio-signup-section.tsx +56 -0
  81. package/src/components/templates/TemplatesClientPage.tsx +12 -9
  82. package/src/registry/registry-docs.ts +0 -40
  83. package/dist/browser/components/marketing/waitlist-section.js +0 -1104
  84. package/dist/components/marketing/waitlist-section.d.ts +0 -7
  85. package/dist/components/marketing/waitlist-section.js +0 -1099
  86. package/dist/node/components/marketing/waitlist-section.js +0 -1099
  87. package/src/components/marketing/waitlist-section.tsx +0 -606
@@ -124,12 +124,7 @@ import { SpecsOverlaysPage } from "@contractspec/bundle.library/components/docs/
124
124
  import { SpecsOverviewPage } from "@contractspec/bundle.library/components/docs/specs/SpecsOverviewPage";
125
125
  import { SpecsPolicyPage } from "@contractspec/bundle.library/components/docs/specs/SpecsPolicyPage";
126
126
  import { SpecsWorkflowsPage } from "@contractspec/bundle.library/components/docs/specs/SpecsWorkflowsPage";
127
- import { StudioBYOKPage } from "@contractspec/bundle.library/components/docs/studio/StudioBYOKPage";
128
- import { StudioDeploymentsPage } from "@contractspec/bundle.library/components/docs/studio/StudioDeploymentsPage";
129
- import { StudioGettingStartedPage } from "@contractspec/bundle.library/components/docs/studio/StudioGettingStartedPage";
130
- import { StudioIntegrationsPage } from "@contractspec/bundle.library/components/docs/studio/StudioIntegrationsPage";
131
127
  import { StudioOverviewPage } from "@contractspec/bundle.library/components/docs/studio/StudioOverviewPage";
132
- import { StudioVisualBuilderPage } from "@contractspec/bundle.library/components/docs/studio/StudioVisualBuilderPage";
133
128
  import { DocsIndexPage } from "@contractspec/bundle.library/components/docs/DocsIndexPage";
134
129
  var docsComponentMap = {
135
130
  DocsIndexPage,
@@ -218,12 +213,7 @@ var docsComponentMap = {
218
213
  OpsAutoEvolutionPage,
219
214
  OpsDistributedTracingPage,
220
215
  ManifestoPage,
221
- StudioOverviewPage,
222
- StudioGettingStartedPage,
223
- StudioVisualBuilderPage,
224
- StudioIntegrationsPage,
225
- StudioDeploymentsPage,
226
- StudioBYOKPage
216
+ StudioOverviewPage
227
217
  };
228
218
  function docsEntry(route, key, componentKey, description) {
229
219
  return [
@@ -325,12 +315,7 @@ var docsPresentations = [
325
315
  docsEntry("/docs/ops/auto-evolution", "web-landing.docs.ops.auto-evolution", "OpsAutoEvolutionPage", "ContractSpec auto-evolution operations"),
326
316
  docsEntry("/docs/ops/distributed-tracing", "web-landing.docs.ops.distributed-tracing", "OpsDistributedTracingPage", "ContractSpec distributed tracing"),
327
317
  docsEntry("/docs/manifesto", "web-landing.docs.manifesto", "ManifestoPage", "ContractSpec manifesto"),
328
- docsEntry("/docs/studio", "web-landing.docs.studio.overview", "StudioOverviewPage", "ContractSpec Studio overview"),
329
- docsEntry("/docs/studio/getting-started", "web-landing.docs.studio.getting-started", "StudioGettingStartedPage", "ContractSpec Studio getting started"),
330
- docsEntry("/docs/studio/visual-builder", "web-landing.docs.studio.visual-builder", "StudioVisualBuilderPage", "ContractSpec Studio visual builder"),
331
- docsEntry("/docs/studio/integrations", "web-landing.docs.studio.integrations", "StudioIntegrationsPage", "ContractSpec Studio integrations"),
332
- docsEntry("/docs/studio/deployments", "web-landing.docs.studio.deployments", "StudioDeploymentsPage", "ContractSpec Studio deployments"),
333
- docsEntry("/docs/studio/byok", "web-landing.docs.studio.byok", "StudioBYOKPage", "ContractSpec Studio BYOK")
318
+ docsEntry("/docs/studio", "web-landing.docs.studio.overview", "StudioOverviewPage", "ContractSpec Studio overview")
334
319
  ];
335
320
  export {
336
321
  docsPresentations,