@contractspec/bundle.marketing 2.0.0 → 2.1.1
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 +73 -73
- package/CHANGELOG.md +51 -0
- package/README.md +6 -1
- package/dist/browser/components/marketing/CofounderPage.js +2 -2
- package/dist/browser/components/marketing/ContactClient.js +57 -961
- package/dist/browser/components/marketing/DesignPartnerPage.js +2 -2
- package/dist/browser/components/marketing/LandingPage.js +6 -6
- package/dist/browser/components/marketing/PricingClient.js +107 -1127
- package/dist/browser/components/marketing/ProductClientPage.js +2 -2
- package/dist/browser/components/marketing/index.js +157 -1064
- package/dist/browser/components/marketing/pricing-thinking-modal.js +3 -3
- package/dist/browser/components/marketing/sections/CorePositioningSection.js +2 -2
- package/dist/browser/components/marketing/sections/CtaSection.js +2 -2
- package/dist/browser/components/marketing/sections/HeroMarketingSection.js +2 -2
- package/dist/browser/components/marketing/studio-signup-section.js +87 -0
- package/dist/browser/components/templates/TemplatesClientPage.js +175 -1082
- package/dist/browser/components/templates/index.js +181 -1088
- package/dist/browser/index.js +505 -1157
- package/dist/browser/registry/engine.js +158 -1080
- package/dist/browser/registry/index.js +158 -1080
- package/dist/browser/registry/registry-docs.js +2 -17
- package/dist/browser/registry/registry-landing.js +156 -1063
- package/dist/browser/registry/registry.js +158 -1080
- package/dist/browser/registry/utils.js +158 -1080
- package/dist/components/marketing/CofounderPage.js +2 -2
- package/dist/components/marketing/ContactClient.js +57 -961
- package/dist/components/marketing/DesignPartnerPage.js +2 -2
- package/dist/components/marketing/LandingPage.js +6 -6
- package/dist/components/marketing/PricingClient.js +107 -1127
- package/dist/components/marketing/ProductClientPage.js +2 -2
- package/dist/components/marketing/index.d.ts +1 -1
- package/dist/components/marketing/index.js +157 -1064
- package/dist/components/marketing/pricing-thinking-modal.js +3 -3
- package/dist/components/marketing/sections/CorePositioningSection.js +2 -2
- package/dist/components/marketing/sections/CtaSection.js +2 -2
- package/dist/components/marketing/sections/HeroMarketingSection.js +2 -2
- package/dist/components/marketing/studio-signup-section.d.ts +5 -0
- package/dist/components/marketing/studio-signup-section.js +82 -0
- package/dist/components/templates/TemplatesClientPage.js +175 -1082
- package/dist/components/templates/index.js +181 -1088
- package/dist/index.js +505 -1157
- package/dist/node/components/marketing/CofounderPage.js +2 -2
- package/dist/node/components/marketing/ContactClient.js +57 -961
- package/dist/node/components/marketing/DesignPartnerPage.js +2 -2
- package/dist/node/components/marketing/LandingPage.js +6 -6
- package/dist/node/components/marketing/PricingClient.js +107 -1127
- package/dist/node/components/marketing/ProductClientPage.js +2 -2
- package/dist/node/components/marketing/index.js +157 -1064
- package/dist/node/components/marketing/pricing-thinking-modal.js +3 -3
- package/dist/node/components/marketing/sections/CorePositioningSection.js +2 -2
- package/dist/node/components/marketing/sections/CtaSection.js +2 -2
- package/dist/node/components/marketing/sections/HeroMarketingSection.js +2 -2
- package/dist/node/components/marketing/studio-signup-section.js +82 -0
- package/dist/node/components/templates/TemplatesClientPage.js +175 -1082
- package/dist/node/components/templates/index.js +181 -1088
- package/dist/node/index.js +505 -1157
- package/dist/node/registry/engine.js +158 -1080
- package/dist/node/registry/index.js +158 -1080
- package/dist/node/registry/registry-docs.js +2 -17
- package/dist/node/registry/registry-landing.js +156 -1063
- package/dist/node/registry/registry.js +158 -1080
- package/dist/node/registry/utils.js +158 -1080
- package/dist/registry/engine.js +158 -1080
- package/dist/registry/index.js +158 -1080
- package/dist/registry/registry-docs.js +2 -17
- package/dist/registry/registry-landing.js +156 -1063
- package/dist/registry/registry.js +158 -1080
- package/dist/registry/utils.js +158 -1080
- package/package.json +35 -35
- package/src/components/marketing/CofounderPage.tsx +2 -2
- package/src/components/marketing/ContactClient.tsx +3 -3
- package/src/components/marketing/DesignPartnerPage.tsx +3 -3
- package/src/components/marketing/PricingClient.tsx +39 -38
- package/src/components/marketing/ProductClientPage.tsx +2 -2
- package/src/components/marketing/index.ts +1 -1
- package/src/components/marketing/pricing-thinking-modal.tsx +5 -5
- package/src/components/marketing/sections/CorePositioningSection.tsx +2 -2
- package/src/components/marketing/sections/CtaSection.tsx +2 -2
- package/src/components/marketing/sections/HeroMarketingSection.tsx +2 -2
- package/src/components/marketing/studio-signup-section.tsx +56 -0
- package/src/components/templates/TemplatesClientPage.tsx +12 -9
- package/src/registry/registry-docs.ts +0 -40
- package/dist/browser/components/marketing/waitlist-section.js +0 -1104
- package/dist/components/marketing/waitlist-section.d.ts +0 -7
- package/dist/components/marketing/waitlist-section.js +0 -1099
- package/dist/node/components/marketing/waitlist-section.js +0 -1099
- package/src/components/marketing/waitlist-section.tsx +0 -606
|
@@ -119,12 +119,7 @@ import { SpecsPolicyPage } from '@contractspec/bundle.library/components/docs/sp
|
|
|
119
119
|
import { SpecsWorkflowsPage } from '@contractspec/bundle.library/components/docs/specs/SpecsWorkflowsPage';
|
|
120
120
|
|
|
121
121
|
// Studio
|
|
122
|
-
import { StudioBYOKPage } from '@contractspec/bundle.library/components/docs/studio/StudioBYOKPage';
|
|
123
|
-
import { StudioDeploymentsPage } from '@contractspec/bundle.library/components/docs/studio/StudioDeploymentsPage';
|
|
124
|
-
import { StudioGettingStartedPage } from '@contractspec/bundle.library/components/docs/studio/StudioGettingStartedPage';
|
|
125
|
-
import { StudioIntegrationsPage } from '@contractspec/bundle.library/components/docs/studio/StudioIntegrationsPage';
|
|
126
122
|
import { StudioOverviewPage } from '@contractspec/bundle.library/components/docs/studio/StudioOverviewPage';
|
|
127
|
-
import { StudioVisualBuilderPage } from '@contractspec/bundle.library/components/docs/studio/StudioVisualBuilderPage';
|
|
128
123
|
|
|
129
124
|
// Docs Index
|
|
130
125
|
import { DocsIndexPage } from '@contractspec/bundle.library/components/docs/DocsIndexPage';
|
|
@@ -232,11 +227,6 @@ export const docsComponentMap: ComponentMap = {
|
|
|
232
227
|
ManifestoPage,
|
|
233
228
|
// Studio docs
|
|
234
229
|
StudioOverviewPage,
|
|
235
|
-
StudioGettingStartedPage,
|
|
236
|
-
StudioVisualBuilderPage,
|
|
237
|
-
StudioIntegrationsPage,
|
|
238
|
-
StudioDeploymentsPage,
|
|
239
|
-
StudioBYOKPage,
|
|
240
230
|
};
|
|
241
231
|
|
|
242
232
|
/** Helper to create a docs presentation entry */
|
|
@@ -810,34 +800,4 @@ export const docsPresentations: [string, PresentationSpec][] = [
|
|
|
810
800
|
'StudioOverviewPage',
|
|
811
801
|
'ContractSpec Studio overview'
|
|
812
802
|
),
|
|
813
|
-
docsEntry(
|
|
814
|
-
'/docs/studio/getting-started',
|
|
815
|
-
'web-landing.docs.studio.getting-started',
|
|
816
|
-
'StudioGettingStartedPage',
|
|
817
|
-
'ContractSpec Studio getting started'
|
|
818
|
-
),
|
|
819
|
-
docsEntry(
|
|
820
|
-
'/docs/studio/visual-builder',
|
|
821
|
-
'web-landing.docs.studio.visual-builder',
|
|
822
|
-
'StudioVisualBuilderPage',
|
|
823
|
-
'ContractSpec Studio visual builder'
|
|
824
|
-
),
|
|
825
|
-
docsEntry(
|
|
826
|
-
'/docs/studio/integrations',
|
|
827
|
-
'web-landing.docs.studio.integrations',
|
|
828
|
-
'StudioIntegrationsPage',
|
|
829
|
-
'ContractSpec Studio integrations'
|
|
830
|
-
),
|
|
831
|
-
docsEntry(
|
|
832
|
-
'/docs/studio/deployments',
|
|
833
|
-
'web-landing.docs.studio.deployments',
|
|
834
|
-
'StudioDeploymentsPage',
|
|
835
|
-
'ContractSpec Studio deployments'
|
|
836
|
-
),
|
|
837
|
-
docsEntry(
|
|
838
|
-
'/docs/studio/byok',
|
|
839
|
-
'web-landing.docs.studio.byok',
|
|
840
|
-
'StudioBYOKPage',
|
|
841
|
-
'ContractSpec Studio BYOK'
|
|
842
|
-
),
|
|
843
803
|
];
|