@contractspec/bundle.marketing 3.4.3 → 3.5.2
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 +51 -45
- package/CHANGELOG.md +94 -0
- package/dist/browser/bundles/MarketingBundle.js +283 -0
- package/dist/browser/bundles/index.js +283 -0
- package/dist/bundles/MarketingBundle.d.ts +258 -0
- package/dist/bundles/MarketingBundle.js +278 -0
- package/dist/bundles/index.d.ts +1 -0
- package/dist/bundles/index.js +278 -0
- package/dist/node/bundles/MarketingBundle.js +278 -0
- package/dist/node/bundles/index.js +278 -0
- package/package.json +66 -23
- package/src/bundles/MarketingBundle.ts +289 -0
- package/src/bundles/index.ts +1 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -2,10 +2,11 @@ $ contractspec-bun-build prebuild
|
|
|
2
2
|
$ bun run prebuild && bun run build:bundle && bun run build:types
|
|
3
3
|
$ contractspec-bun-build prebuild
|
|
4
4
|
$ contractspec-bun-build transpile
|
|
5
|
-
[contractspec-bun-build] transpile target=bun root=src entries=
|
|
6
|
-
Bundled
|
|
5
|
+
[contractspec-bun-build] transpile target=bun root=src entries=45 noBundle=false
|
|
6
|
+
Bundled 45 modules in 32ms
|
|
7
7
|
|
|
8
|
-
|
|
8
|
+
bundles/MarketingBundle.js 8.0 KB (entry point)
|
|
9
|
+
libs/email/types.js 49 bytes (entry point)
|
|
9
10
|
./index.js 0.28 MB (entry point)
|
|
10
11
|
libs/email/waitlist-application.js 11.18 KB (entry point)
|
|
11
12
|
libs/email/waitlist.js 7.48 KB (entry point)
|
|
@@ -18,41 +19,43 @@ Bundled 43 modules in 35ms
|
|
|
18
19
|
registry/registry-landing.js 181.60 KB (entry point)
|
|
19
20
|
registry/factory.js 1.35 KB (entry point)
|
|
20
21
|
components/templates/index.js 230.34 KB (entry point)
|
|
21
|
-
libs/email/newsletter.js 6.88 KB (entry point)
|
|
22
|
-
libs/email/types.js 49 bytes (entry point)
|
|
23
22
|
components/templates/TemplatesClientPage.js 223.22 KB (entry point)
|
|
24
|
-
components/templates/TemplatesPreviewModal.js 7.81 KB (entry point)
|
|
25
23
|
components/templates/TemplatesPage.js 6.85 KB (entry point)
|
|
24
|
+
components/templates/TemplatesPreviewModal.js 7.81 KB (entry point)
|
|
25
|
+
libs/email/newsletter.js 6.88 KB (entry point)
|
|
26
26
|
components/marketing/index.js 177.84 KB (entry point)
|
|
27
|
+
components/marketing/PricingClient.js 47.66 KB (entry point)
|
|
28
|
+
components/marketing/ProductClientPage.js 26.64 KB (entry point)
|
|
29
|
+
components/marketing/pricing-thinking-modal.js 11.35 KB (entry point)
|
|
30
|
+
libs/pricing-examples.js 410 bytes (entry point)
|
|
31
|
+
bundles/index.js 8.0 KB (entry point)
|
|
32
|
+
components/marketing/ChangelogPage.js 4.28 KB (entry point)
|
|
27
33
|
components/marketing/CofounderPage.js 21.88 KB (entry point)
|
|
28
34
|
components/marketing/ContactClient.js 18.45 KB (entry point)
|
|
29
35
|
libs/email/contact.js 6.12 KB (entry point)
|
|
30
|
-
libs/email/client.js 3.42 KB (entry point)
|
|
31
36
|
libs/email/utils.js 311 bytes (entry point)
|
|
37
|
+
libs/email/client.js 3.42 KB (entry point)
|
|
38
|
+
components/marketing/studio-signup-section.js 3.33 KB (entry point)
|
|
32
39
|
components/marketing/ContributePage.js 23.33 KB (entry point)
|
|
33
40
|
components/marketing/DesignPartnerPage.js 13.83 KB (entry point)
|
|
34
41
|
components/marketing/LandingPage.js 24.1 KB (entry point)
|
|
42
|
+
components/marketing/sections/FearsSection.js 3.35 KB (entry point)
|
|
43
|
+
components/marketing/sections/HeroMarketingSection.js 3.64 KB (entry point)
|
|
35
44
|
components/marketing/sections/OutputsSection.js 3.26 KB (entry point)
|
|
36
45
|
components/marketing/sections/ProblemSection.js 3.13 KB (entry point)
|
|
37
46
|
components/marketing/sections/SolutionSection.js 3.19 KB (entry point)
|
|
38
47
|
components/marketing/sections/StepsSection.js 3.17 KB (entry point)
|
|
48
|
+
components/marketing/sections/IconGridSection.js 1.66 KB (entry point)
|
|
39
49
|
components/marketing/sections/AudienceSection.js 3.47 KB (entry point)
|
|
40
50
|
components/marketing/sections/CorePositioningSection.js 2.54 KB (entry point)
|
|
41
51
|
components/marketing/sections/CtaSection.js 2.33 KB (entry point)
|
|
42
52
|
components/marketing/sections/DevelopersSection.js 1.37 KB (entry point)
|
|
43
|
-
components/marketing/sections/FearsSection.js 3.35 KB (entry point)
|
|
44
|
-
components/marketing/sections/IconGridSection.js 1.66 KB (entry point)
|
|
45
|
-
components/marketing/sections/HeroMarketingSection.js 3.64 KB (entry point)
|
|
46
|
-
components/marketing/PricingClient.js 47.66 KB (entry point)
|
|
47
|
-
components/marketing/pricing-thinking-modal.js 11.35 KB (entry point)
|
|
48
|
-
libs/pricing-examples.js 410 bytes (entry point)
|
|
49
|
-
components/marketing/studio-signup-section.js 3.33 KB (entry point)
|
|
50
|
-
components/marketing/ProductClientPage.js 26.64 KB (entry point)
|
|
51
53
|
|
|
52
|
-
[contractspec-bun-build] transpile target=node root=src entries=
|
|
53
|
-
Bundled
|
|
54
|
+
[contractspec-bun-build] transpile target=node root=src entries=45 noBundle=false
|
|
55
|
+
Bundled 45 modules in 37ms
|
|
54
56
|
|
|
55
|
-
|
|
57
|
+
bundles/MarketingBundle.js 8.1 KB (entry point)
|
|
58
|
+
libs/email/types.js 41 bytes (entry point)
|
|
56
59
|
./index.js 0.28 MB (entry point)
|
|
57
60
|
libs/email/waitlist-application.js 11.23 KB (entry point)
|
|
58
61
|
libs/email/waitlist.js 7.53 KB (entry point)
|
|
@@ -65,41 +68,43 @@ Bundled 43 modules in 22ms
|
|
|
65
68
|
registry/registry-landing.js 181.56 KB (entry point)
|
|
66
69
|
registry/factory.js 1.42 KB (entry point)
|
|
67
70
|
components/templates/index.js 230.26 KB (entry point)
|
|
68
|
-
libs/email/newsletter.js 6.93 KB (entry point)
|
|
69
|
-
libs/email/types.js 41 bytes (entry point)
|
|
70
71
|
components/templates/TemplatesClientPage.js 223.14 KB (entry point)
|
|
71
|
-
components/templates/TemplatesPreviewModal.js 7.88 KB (entry point)
|
|
72
72
|
components/templates/TemplatesPage.js 6.91 KB (entry point)
|
|
73
|
+
components/templates/TemplatesPreviewModal.js 7.88 KB (entry point)
|
|
74
|
+
libs/email/newsletter.js 6.93 KB (entry point)
|
|
73
75
|
components/marketing/index.js 177.80 KB (entry point)
|
|
76
|
+
components/marketing/PricingClient.js 47.71 KB (entry point)
|
|
77
|
+
components/marketing/ProductClientPage.js 26.70 KB (entry point)
|
|
78
|
+
components/marketing/pricing-thinking-modal.js 11.41 KB (entry point)
|
|
79
|
+
libs/pricing-examples.js 471 bytes (entry point)
|
|
80
|
+
bundles/index.js 8.1 KB (entry point)
|
|
81
|
+
components/marketing/ChangelogPage.js 4.34 KB (entry point)
|
|
74
82
|
components/marketing/CofounderPage.js 21.93 KB (entry point)
|
|
75
83
|
components/marketing/ContactClient.js 18.52 KB (entry point)
|
|
76
84
|
libs/email/contact.js 6.18 KB (entry point)
|
|
77
|
-
libs/email/client.js 3.48 KB (entry point)
|
|
78
85
|
libs/email/utils.js 375 bytes (entry point)
|
|
86
|
+
libs/email/client.js 3.48 KB (entry point)
|
|
87
|
+
components/marketing/studio-signup-section.js 3.39 KB (entry point)
|
|
79
88
|
components/marketing/ContributePage.js 23.35 KB (entry point)
|
|
80
89
|
components/marketing/DesignPartnerPage.js 13.89 KB (entry point)
|
|
81
90
|
components/marketing/LandingPage.js 24.12 KB (entry point)
|
|
91
|
+
components/marketing/sections/FearsSection.js 3.41 KB (entry point)
|
|
92
|
+
components/marketing/sections/HeroMarketingSection.js 3.70 KB (entry point)
|
|
82
93
|
components/marketing/sections/OutputsSection.js 3.32 KB (entry point)
|
|
83
94
|
components/marketing/sections/ProblemSection.js 3.19 KB (entry point)
|
|
84
95
|
components/marketing/sections/SolutionSection.js 3.25 KB (entry point)
|
|
85
96
|
components/marketing/sections/StepsSection.js 3.23 KB (entry point)
|
|
97
|
+
components/marketing/sections/IconGridSection.js 1.72 KB (entry point)
|
|
86
98
|
components/marketing/sections/AudienceSection.js 3.53 KB (entry point)
|
|
87
99
|
components/marketing/sections/CorePositioningSection.js 2.61 KB (entry point)
|
|
88
100
|
components/marketing/sections/CtaSection.js 2.40 KB (entry point)
|
|
89
101
|
components/marketing/sections/DevelopersSection.js 1.42 KB (entry point)
|
|
90
|
-
components/marketing/sections/FearsSection.js 3.41 KB (entry point)
|
|
91
|
-
components/marketing/sections/IconGridSection.js 1.72 KB (entry point)
|
|
92
|
-
components/marketing/sections/HeroMarketingSection.js 3.70 KB (entry point)
|
|
93
|
-
components/marketing/PricingClient.js 47.71 KB (entry point)
|
|
94
|
-
components/marketing/pricing-thinking-modal.js 11.41 KB (entry point)
|
|
95
|
-
libs/pricing-examples.js 471 bytes (entry point)
|
|
96
|
-
components/marketing/studio-signup-section.js 3.39 KB (entry point)
|
|
97
|
-
components/marketing/ProductClientPage.js 26.70 KB (entry point)
|
|
98
102
|
|
|
99
|
-
[contractspec-bun-build] transpile target=browser root=src entries=
|
|
100
|
-
Bundled
|
|
103
|
+
[contractspec-bun-build] transpile target=browser root=src entries=45 noBundle=false
|
|
104
|
+
Bundled 45 modules in 25ms
|
|
101
105
|
|
|
102
|
-
|
|
106
|
+
bundles/MarketingBundle.js 8.36 KB (entry point)
|
|
107
|
+
libs/email/types.js 41 bytes (entry point)
|
|
103
108
|
./index.js 0.28 MB (entry point)
|
|
104
109
|
libs/email/waitlist-application.js 11.49 KB (entry point)
|
|
105
110
|
libs/email/waitlist.js 7.79 KB (entry point)
|
|
@@ -112,35 +117,36 @@ Bundled 43 modules in 23ms
|
|
|
112
117
|
registry/registry-landing.js 181.82 KB (entry point)
|
|
113
118
|
registry/factory.js 1.68 KB (entry point)
|
|
114
119
|
components/templates/index.js 230.52 KB (entry point)
|
|
115
|
-
libs/email/newsletter.js 7.19 KB (entry point)
|
|
116
|
-
libs/email/types.js 41 bytes (entry point)
|
|
117
120
|
components/templates/TemplatesClientPage.js 223.40 KB (entry point)
|
|
118
|
-
components/templates/TemplatesPreviewModal.js 8.14 KB (entry point)
|
|
119
121
|
components/templates/TemplatesPage.js 7.17 KB (entry point)
|
|
122
|
+
components/templates/TemplatesPreviewModal.js 8.14 KB (entry point)
|
|
123
|
+
libs/email/newsletter.js 7.19 KB (entry point)
|
|
120
124
|
components/marketing/index.js 178.1 KB (entry point)
|
|
125
|
+
components/marketing/PricingClient.js 47.97 KB (entry point)
|
|
126
|
+
components/marketing/ProductClientPage.js 26.96 KB (entry point)
|
|
127
|
+
components/marketing/pricing-thinking-modal.js 11.67 KB (entry point)
|
|
128
|
+
libs/pricing-examples.js 0.73 KB (entry point)
|
|
129
|
+
bundles/index.js 8.36 KB (entry point)
|
|
130
|
+
components/marketing/ChangelogPage.js 4.60 KB (entry point)
|
|
121
131
|
components/marketing/CofounderPage.js 22.19 KB (entry point)
|
|
122
132
|
components/marketing/ContactClient.js 18.78 KB (entry point)
|
|
123
133
|
libs/email/contact.js 6.44 KB (entry point)
|
|
124
|
-
libs/email/client.js 3.74 KB (entry point)
|
|
125
134
|
libs/email/utils.js 0.64 KB (entry point)
|
|
135
|
+
libs/email/client.js 3.74 KB (entry point)
|
|
136
|
+
components/marketing/studio-signup-section.js 3.65 KB (entry point)
|
|
126
137
|
components/marketing/ContributePage.js 23.61 KB (entry point)
|
|
127
138
|
components/marketing/DesignPartnerPage.js 14.15 KB (entry point)
|
|
128
139
|
components/marketing/LandingPage.js 24.38 KB (entry point)
|
|
140
|
+
components/marketing/sections/FearsSection.js 3.67 KB (entry point)
|
|
141
|
+
components/marketing/sections/HeroMarketingSection.js 3.96 KB (entry point)
|
|
129
142
|
components/marketing/sections/OutputsSection.js 3.58 KB (entry point)
|
|
130
143
|
components/marketing/sections/ProblemSection.js 3.45 KB (entry point)
|
|
131
144
|
components/marketing/sections/SolutionSection.js 3.51 KB (entry point)
|
|
132
145
|
components/marketing/sections/StepsSection.js 3.49 KB (entry point)
|
|
146
|
+
components/marketing/sections/IconGridSection.js 1.98 KB (entry point)
|
|
133
147
|
components/marketing/sections/AudienceSection.js 3.79 KB (entry point)
|
|
134
148
|
components/marketing/sections/CorePositioningSection.js 2.87 KB (entry point)
|
|
135
149
|
components/marketing/sections/CtaSection.js 2.66 KB (entry point)
|
|
136
150
|
components/marketing/sections/DevelopersSection.js 1.68 KB (entry point)
|
|
137
|
-
components/marketing/sections/FearsSection.js 3.67 KB (entry point)
|
|
138
|
-
components/marketing/sections/IconGridSection.js 1.98 KB (entry point)
|
|
139
|
-
components/marketing/sections/HeroMarketingSection.js 3.96 KB (entry point)
|
|
140
|
-
components/marketing/PricingClient.js 47.97 KB (entry point)
|
|
141
|
-
components/marketing/pricing-thinking-modal.js 11.67 KB (entry point)
|
|
142
|
-
libs/pricing-examples.js 0.73 KB (entry point)
|
|
143
|
-
components/marketing/studio-signup-section.js 3.65 KB (entry point)
|
|
144
|
-
components/marketing/ProductClientPage.js 26.96 KB (entry point)
|
|
145
151
|
|
|
146
152
|
$ contractspec-bun-build types
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,99 @@
|
|
|
1
1
|
# @contractspec/bundle.marketing
|
|
2
2
|
|
|
3
|
+
## 3.5.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 18df977: fix: release workflow
|
|
8
|
+
- Updated dependencies [18df977]
|
|
9
|
+
- @contractspec/lib.contracts-runtime-client-react@3.5.2
|
|
10
|
+
- @contractspec/example.analytics-dashboard@3.5.2
|
|
11
|
+
- @contractspec/example.saas-boilerplate@3.5.2
|
|
12
|
+
- @contractspec/example.integration-hub@3.5.2
|
|
13
|
+
- @contractspec/example.workflow-system@3.5.2
|
|
14
|
+
- @contractspec/example.agent-console@3.5.2
|
|
15
|
+
- @contractspec/lib.example-shared-ui@4.0.2
|
|
16
|
+
- @contractspec/example.crm-pipeline@3.5.2
|
|
17
|
+
- @contractspec/example.marketplace@3.5.2
|
|
18
|
+
- @contractspec/lib.runtime-sandbox@2.5.2
|
|
19
|
+
- @contractspec/lib.surface-runtime@0.3.2
|
|
20
|
+
- @contractspec/lib.contracts-spec@3.5.2
|
|
21
|
+
- @contractspec/lib.design-system@3.5.2
|
|
22
|
+
- @contractspec/lib.ui-kit-core@3.5.2
|
|
23
|
+
- @contractspec/module.examples@3.5.2
|
|
24
|
+
- @contractspec/bundle.library@3.5.2
|
|
25
|
+
- @contractspec/lib.ui-kit-web@3.5.2
|
|
26
|
+
- @contractspec/lib.ui-link@3.5.2
|
|
27
|
+
- @contractspec/lib.logger@3.5.2
|
|
28
|
+
- @contractspec/lib.email@3.5.2
|
|
29
|
+
|
|
30
|
+
## 3.5.1
|
|
31
|
+
|
|
32
|
+
### Patch Changes
|
|
33
|
+
|
|
34
|
+
- dfff0d4: fix: use client within lib surface-runtime
|
|
35
|
+
- Updated dependencies [73a7f8d]
|
|
36
|
+
- Updated dependencies [dfff0d4]
|
|
37
|
+
- Updated dependencies [73a7f8d]
|
|
38
|
+
- @contractspec/lib.example-shared-ui@4.0.1
|
|
39
|
+
- @contractspec/lib.contracts-runtime-client-react@3.5.1
|
|
40
|
+
- @contractspec/example.analytics-dashboard@3.5.1
|
|
41
|
+
- @contractspec/example.saas-boilerplate@3.5.1
|
|
42
|
+
- @contractspec/example.integration-hub@3.5.1
|
|
43
|
+
- @contractspec/example.workflow-system@3.5.1
|
|
44
|
+
- @contractspec/example.agent-console@3.5.1
|
|
45
|
+
- @contractspec/example.crm-pipeline@3.5.1
|
|
46
|
+
- @contractspec/example.marketplace@3.5.1
|
|
47
|
+
- @contractspec/lib.runtime-sandbox@2.5.1
|
|
48
|
+
- @contractspec/lib.surface-runtime@0.3.1
|
|
49
|
+
- @contractspec/lib.contracts-spec@3.5.1
|
|
50
|
+
- @contractspec/lib.design-system@3.5.1
|
|
51
|
+
- @contractspec/lib.ui-kit-core@3.5.1
|
|
52
|
+
- @contractspec/module.examples@3.5.1
|
|
53
|
+
- @contractspec/bundle.library@3.5.1
|
|
54
|
+
- @contractspec/lib.ui-kit-web@3.5.1
|
|
55
|
+
- @contractspec/lib.ui-link@3.5.1
|
|
56
|
+
- @contractspec/lib.logger@3.5.1
|
|
57
|
+
- @contractspec/lib.email@3.5.1
|
|
58
|
+
|
|
59
|
+
## 3.5.0
|
|
60
|
+
|
|
61
|
+
### Minor Changes
|
|
62
|
+
|
|
63
|
+
- 230bdf6: feat: ai-chat wireing
|
|
64
|
+
|
|
65
|
+
### Patch Changes
|
|
66
|
+
|
|
67
|
+
- 66c51da: feat(bundle.marketing): add MarketingBundle, bundles export
|
|
68
|
+
- Add MarketingBundle and bundles/index for surface-runtime composition
|
|
69
|
+
- Add @contractspec/lib.surface-runtime dependency
|
|
70
|
+
|
|
71
|
+
- Updated dependencies [1fa29a0]
|
|
72
|
+
- Updated dependencies [66c51da]
|
|
73
|
+
- Updated dependencies [66c51da]
|
|
74
|
+
- Updated dependencies [1fa29a0]
|
|
75
|
+
- Updated dependencies [230bdf6]
|
|
76
|
+
- @contractspec/bundle.library@3.5.0
|
|
77
|
+
- @contractspec/lib.contracts-runtime-client-react@3.5.0
|
|
78
|
+
- @contractspec/lib.example-shared-ui@4.0.0
|
|
79
|
+
- @contractspec/lib.surface-runtime@0.3.0
|
|
80
|
+
- @contractspec/example.analytics-dashboard@3.5.0
|
|
81
|
+
- @contractspec/example.saas-boilerplate@3.5.0
|
|
82
|
+
- @contractspec/example.integration-hub@3.5.0
|
|
83
|
+
- @contractspec/example.workflow-system@3.5.0
|
|
84
|
+
- @contractspec/example.agent-console@3.5.0
|
|
85
|
+
- @contractspec/example.crm-pipeline@3.5.0
|
|
86
|
+
- @contractspec/example.marketplace@3.5.0
|
|
87
|
+
- @contractspec/lib.runtime-sandbox@2.5.0
|
|
88
|
+
- @contractspec/lib.contracts-spec@3.5.0
|
|
89
|
+
- @contractspec/lib.design-system@3.5.0
|
|
90
|
+
- @contractspec/lib.ui-kit-core@3.5.0
|
|
91
|
+
- @contractspec/module.examples@3.5.0
|
|
92
|
+
- @contractspec/lib.ui-kit-web@3.5.0
|
|
93
|
+
- @contractspec/lib.ui-link@3.5.0
|
|
94
|
+
- @contractspec/lib.logger@3.5.0
|
|
95
|
+
- @contractspec/lib.email@3.5.0
|
|
96
|
+
|
|
3
97
|
## 3.4.3
|
|
4
98
|
|
|
5
99
|
### Patch Changes
|
|
@@ -0,0 +1,283 @@
|
|
|
1
|
+
var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
|
|
2
|
+
get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
|
|
3
|
+
}) : x)(function(x) {
|
|
4
|
+
if (typeof require !== "undefined")
|
|
5
|
+
return require.apply(this, arguments);
|
|
6
|
+
throw Error('Dynamic require of "' + x + '" is not supported');
|
|
7
|
+
});
|
|
8
|
+
|
|
9
|
+
// src/bundles/MarketingBundle.ts
|
|
10
|
+
import { defineModuleBundle } from "@contractspec/lib.surface-runtime/spec";
|
|
11
|
+
var MarketingBundle = defineModuleBundle({
|
|
12
|
+
meta: {
|
|
13
|
+
key: "marketing.pages",
|
|
14
|
+
version: "0.1.0",
|
|
15
|
+
title: "Marketing Pages",
|
|
16
|
+
description: "Adaptive surfaces for landing, template gallery, changelog, and product pages",
|
|
17
|
+
owners: ["team-platform"],
|
|
18
|
+
tags: ["marketing", "landing", "templates", "changelog"],
|
|
19
|
+
stability: "experimental"
|
|
20
|
+
},
|
|
21
|
+
routes: [
|
|
22
|
+
{
|
|
23
|
+
routeId: "landing",
|
|
24
|
+
path: "/",
|
|
25
|
+
defaultSurface: "landing"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
routeId: "product",
|
|
29
|
+
path: "/product",
|
|
30
|
+
defaultSurface: "product"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
routeId: "templates",
|
|
34
|
+
path: "/templates",
|
|
35
|
+
defaultSurface: "template-gallery"
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
routeId: "changelog",
|
|
39
|
+
path: "/changelog",
|
|
40
|
+
defaultSurface: "changelog"
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
routeId: "contact",
|
|
44
|
+
path: "/contact",
|
|
45
|
+
defaultSurface: "contact"
|
|
46
|
+
}
|
|
47
|
+
],
|
|
48
|
+
surfaces: {
|
|
49
|
+
landing: {
|
|
50
|
+
surfaceId: "landing",
|
|
51
|
+
kind: "overview",
|
|
52
|
+
title: "Landing Page",
|
|
53
|
+
slots: [
|
|
54
|
+
{
|
|
55
|
+
slotId: "header",
|
|
56
|
+
role: "header",
|
|
57
|
+
accepts: ["action-bar"],
|
|
58
|
+
cardinality: "many"
|
|
59
|
+
},
|
|
60
|
+
{
|
|
61
|
+
slotId: "primary",
|
|
62
|
+
role: "primary",
|
|
63
|
+
accepts: ["entity-section", "custom-widget"],
|
|
64
|
+
cardinality: "many"
|
|
65
|
+
}
|
|
66
|
+
],
|
|
67
|
+
layouts: [
|
|
68
|
+
{
|
|
69
|
+
layoutId: "single-column",
|
|
70
|
+
title: "Single column",
|
|
71
|
+
root: {
|
|
72
|
+
type: "panel-group",
|
|
73
|
+
direction: "vertical",
|
|
74
|
+
persistKey: "marketing.landing",
|
|
75
|
+
children: [
|
|
76
|
+
{ type: "slot", slotId: "header" },
|
|
77
|
+
{ type: "slot", slotId: "primary" }
|
|
78
|
+
]
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
],
|
|
82
|
+
data: [],
|
|
83
|
+
verification: {
|
|
84
|
+
dimensions: {
|
|
85
|
+
guidance: "Can reveal product tour, feature highlights, and contextual CTAs.",
|
|
86
|
+
density: "Can select compact hero or detailed multi-section layouts.",
|
|
87
|
+
dataDepth: "Controls section depth and inline expansion.",
|
|
88
|
+
control: "Shows advanced navigation when allowed.",
|
|
89
|
+
media: "Supports text-first, visual hero, and hybrid modes.",
|
|
90
|
+
pace: "Maps to scroll and transition behavior.",
|
|
91
|
+
narrative: "Can order hero before or after problem/solution sections."
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
"template-gallery": {
|
|
96
|
+
surfaceId: "template-gallery",
|
|
97
|
+
kind: "list",
|
|
98
|
+
title: "Template Gallery",
|
|
99
|
+
slots: [
|
|
100
|
+
{
|
|
101
|
+
slotId: "header",
|
|
102
|
+
role: "header",
|
|
103
|
+
accepts: ["action-bar"],
|
|
104
|
+
cardinality: "many"
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
slotId: "primary",
|
|
108
|
+
role: "primary",
|
|
109
|
+
accepts: ["entity-section", "table", "custom-widget"],
|
|
110
|
+
cardinality: "many"
|
|
111
|
+
}
|
|
112
|
+
],
|
|
113
|
+
layouts: [
|
|
114
|
+
{
|
|
115
|
+
layoutId: "gallery",
|
|
116
|
+
title: "Gallery",
|
|
117
|
+
root: {
|
|
118
|
+
type: "panel-group",
|
|
119
|
+
direction: "vertical",
|
|
120
|
+
persistKey: "marketing.templates",
|
|
121
|
+
children: [
|
|
122
|
+
{ type: "slot", slotId: "header" },
|
|
123
|
+
{ type: "slot", slotId: "primary" }
|
|
124
|
+
]
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
],
|
|
128
|
+
data: [],
|
|
129
|
+
verification: {
|
|
130
|
+
dimensions: {
|
|
131
|
+
guidance: "Can reveal template descriptions, filters, and preview hints.",
|
|
132
|
+
density: "Can select grid density (compact, standard, detailed cards).",
|
|
133
|
+
dataDepth: "Controls template metadata and preview depth.",
|
|
134
|
+
control: "Shows filters and sort when allowed.",
|
|
135
|
+
media: "Supports card grid, list, and preview modes.",
|
|
136
|
+
pace: "Maps to modal and transition behavior.",
|
|
137
|
+
narrative: "Can order featured templates before or after full list."
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
},
|
|
141
|
+
changelog: {
|
|
142
|
+
surfaceId: "changelog",
|
|
143
|
+
kind: "timeline",
|
|
144
|
+
title: "Changelog",
|
|
145
|
+
slots: [
|
|
146
|
+
{
|
|
147
|
+
slotId: "header",
|
|
148
|
+
role: "header",
|
|
149
|
+
accepts: ["action-bar"],
|
|
150
|
+
cardinality: "many"
|
|
151
|
+
},
|
|
152
|
+
{
|
|
153
|
+
slotId: "primary",
|
|
154
|
+
role: "primary",
|
|
155
|
+
accepts: ["entity-section", "timeline", "custom-widget"],
|
|
156
|
+
cardinality: "many"
|
|
157
|
+
}
|
|
158
|
+
],
|
|
159
|
+
layouts: [
|
|
160
|
+
{
|
|
161
|
+
layoutId: "timeline",
|
|
162
|
+
title: "Timeline",
|
|
163
|
+
root: {
|
|
164
|
+
type: "panel-group",
|
|
165
|
+
direction: "vertical",
|
|
166
|
+
persistKey: "marketing.changelog",
|
|
167
|
+
children: [
|
|
168
|
+
{ type: "slot", slotId: "header" },
|
|
169
|
+
{ type: "slot", slotId: "primary" }
|
|
170
|
+
]
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
],
|
|
174
|
+
data: [],
|
|
175
|
+
verification: {
|
|
176
|
+
dimensions: {
|
|
177
|
+
guidance: "Can reveal version notes and migration hints.",
|
|
178
|
+
density: "Can select compact or detailed changelog entries.",
|
|
179
|
+
dataDepth: "Controls entry expansion and diff visibility.",
|
|
180
|
+
control: "Shows filters and version navigation when allowed.",
|
|
181
|
+
media: "Supports text-first and code-highlight modes.",
|
|
182
|
+
pace: "Maps to scroll and expand behavior.",
|
|
183
|
+
narrative: "Can order newest-first or oldest-first chronology."
|
|
184
|
+
}
|
|
185
|
+
}
|
|
186
|
+
},
|
|
187
|
+
product: {
|
|
188
|
+
surfaceId: "product",
|
|
189
|
+
kind: "overview",
|
|
190
|
+
title: "Product Page",
|
|
191
|
+
slots: [
|
|
192
|
+
{
|
|
193
|
+
slotId: "header",
|
|
194
|
+
role: "header",
|
|
195
|
+
accepts: ["action-bar"],
|
|
196
|
+
cardinality: "many"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
slotId: "primary",
|
|
200
|
+
role: "primary",
|
|
201
|
+
accepts: ["entity-section", "custom-widget"],
|
|
202
|
+
cardinality: "many"
|
|
203
|
+
}
|
|
204
|
+
],
|
|
205
|
+
layouts: [
|
|
206
|
+
{
|
|
207
|
+
layoutId: "product-layout",
|
|
208
|
+
title: "Product",
|
|
209
|
+
root: {
|
|
210
|
+
type: "panel-group",
|
|
211
|
+
direction: "vertical",
|
|
212
|
+
persistKey: "marketing.product",
|
|
213
|
+
children: [
|
|
214
|
+
{ type: "slot", slotId: "header" },
|
|
215
|
+
{ type: "slot", slotId: "primary" }
|
|
216
|
+
]
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
],
|
|
220
|
+
data: [],
|
|
221
|
+
verification: {
|
|
222
|
+
dimensions: {
|
|
223
|
+
guidance: "Can reveal product features and comparison hints.",
|
|
224
|
+
density: "Can select compact or detailed product sections.",
|
|
225
|
+
dataDepth: "Controls feature depth and comparison tables.",
|
|
226
|
+
control: "Shows pricing and plan details when allowed.",
|
|
227
|
+
media: "Supports text-first and visual feature modes.",
|
|
228
|
+
pace: "Maps to section transitions.",
|
|
229
|
+
narrative: "Can order value prop before or after feature details."
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
},
|
|
233
|
+
contact: {
|
|
234
|
+
surfaceId: "contact",
|
|
235
|
+
kind: "detail",
|
|
236
|
+
title: "Contact",
|
|
237
|
+
slots: [
|
|
238
|
+
{
|
|
239
|
+
slotId: "header",
|
|
240
|
+
role: "header",
|
|
241
|
+
accepts: ["action-bar"],
|
|
242
|
+
cardinality: "many"
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
slotId: "primary",
|
|
246
|
+
role: "primary",
|
|
247
|
+
accepts: ["form", "entity-section", "custom-widget"],
|
|
248
|
+
cardinality: "many"
|
|
249
|
+
}
|
|
250
|
+
],
|
|
251
|
+
layouts: [
|
|
252
|
+
{
|
|
253
|
+
layoutId: "contact-layout",
|
|
254
|
+
title: "Contact",
|
|
255
|
+
root: {
|
|
256
|
+
type: "panel-group",
|
|
257
|
+
direction: "vertical",
|
|
258
|
+
persistKey: "marketing.contact",
|
|
259
|
+
children: [
|
|
260
|
+
{ type: "slot", slotId: "header" },
|
|
261
|
+
{ type: "slot", slotId: "primary" }
|
|
262
|
+
]
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
],
|
|
266
|
+
data: [],
|
|
267
|
+
verification: {
|
|
268
|
+
dimensions: {
|
|
269
|
+
guidance: "Can reveal form hints and validation help.",
|
|
270
|
+
density: "Can select compact or detailed form layout.",
|
|
271
|
+
dataDepth: "Controls field visibility and validation depth.",
|
|
272
|
+
control: "Shows additional contact options when allowed.",
|
|
273
|
+
media: "Supports text-first form and hybrid modes.",
|
|
274
|
+
pace: "Maps to validation and submit feedback.",
|
|
275
|
+
narrative: "Can order form before or after contact info."
|
|
276
|
+
}
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
}
|
|
280
|
+
});
|
|
281
|
+
export {
|
|
282
|
+
MarketingBundle
|
|
283
|
+
};
|