@burdenoff/website-sdk 0.0.0-dev → 2026.511.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/dist/analytics/index.js +0 -1
- package/dist/analytics/index.js.map +1 -1
- package/dist/analytics/index.mjs +0 -1
- package/dist/analytics/index.mjs.map +1 -1
- package/dist/client/index.d.mts +2 -5
- package/dist/client/index.d.ts +2 -5
- package/dist/client/index.js +2 -11
- package/dist/client/index.js.map +1 -1
- package/dist/client/index.mjs +2 -11
- package/dist/client/index.mjs.map +1 -1
- package/dist/components/contact.d.mts +2 -77
- package/dist/components/contact.d.ts +2 -77
- package/dist/components/contact.js +9 -112
- package/dist/components/contact.js.map +1 -1
- package/dist/components/contact.mjs +10 -112
- package/dist/components/contact.mjs.map +1 -1
- package/dist/components/newsletter.js +6 -17
- package/dist/components/newsletter.js.map +1 -1
- package/dist/components/newsletter.mjs +6 -17
- package/dist/components/newsletter.mjs.map +1 -1
- package/dist/components/pricing.d.mts +0 -38
- package/dist/components/pricing.d.ts +0 -38
- package/dist/components/pricing.js +84 -267
- package/dist/components/pricing.js.map +1 -1
- package/dist/components/pricing.mjs +84 -267
- package/dist/components/pricing.mjs.map +1 -1
- package/dist/components/waitlist.js +2 -6
- package/dist/components/waitlist.js.map +1 -1
- package/dist/components/waitlist.mjs +2 -6
- package/dist/components/waitlist.mjs.map +1 -1
- package/dist/content/index.d.mts +9 -181
- package/dist/content/index.d.ts +9 -181
- package/dist/content/index.js +16 -2177
- package/dist/content/index.js.map +1 -1
- package/dist/content/index.mjs +6 -2141
- package/dist/content/index.mjs.map +1 -1
- package/dist/index.d.mts +5 -43
- package/dist/index.d.ts +5 -43
- package/dist/index.js +373 -3919
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +378 -3905
- package/dist/index.mjs.map +1 -1
- package/dist/product/index.d.mts +0 -8
- package/dist/product/index.d.ts +0 -8
- package/dist/product/index.js +4 -24
- package/dist/product/index.js.map +1 -1
- package/dist/product/index.mjs +4 -24
- package/dist/product/index.mjs.map +1 -1
- package/package.json +3 -5
- package/dist/components/electron-download.d.mts +0 -32
- package/dist/components/electron-download.d.ts +0 -32
- package/dist/components/electron-download.js +0 -131
- package/dist/components/electron-download.js.map +0 -1
- package/dist/components/electron-download.mjs +0 -108
- package/dist/components/electron-download.mjs.map +0 -1
- package/dist/components/launch-countdown.d.mts +0 -15
- package/dist/components/launch-countdown.d.ts +0 -15
- package/dist/components/launch-countdown.js +0 -89
- package/dist/components/launch-countdown.js.map +0 -1
- package/dist/components/launch-countdown.mjs +0 -87
- package/dist/components/launch-countdown.mjs.map +0 -1
- package/dist/components/partners.d.mts +0 -88
- package/dist/components/partners.d.ts +0 -88
- package/dist/components/partners.js +0 -1169
- package/dist/components/partners.js.map +0 -1
- package/dist/components/partners.mjs +0 -1143
- package/dist/components/partners.mjs.map +0 -1
- package/dist/components/problems-solved.d.mts +0 -37
- package/dist/components/problems-solved.d.ts +0 -37
- package/dist/components/problems-solved.js +0 -157
- package/dist/components/problems-solved.js.map +0 -1
- package/dist/components/problems-solved.mjs +0 -135
- package/dist/components/problems-solved.mjs.map +0 -1
- package/dist/components/resource-links.d.mts +0 -28
- package/dist/components/resource-links.d.ts +0 -28
- package/dist/components/resource-links.js +0 -229
- package/dist/components/resource-links.js.map +0 -1
- package/dist/components/resource-links.mjs +0 -227
- package/dist/components/resource-links.mjs.map +0 -1
- package/dist/components/social-links.d.mts +0 -37
- package/dist/components/social-links.d.ts +0 -37
- package/dist/components/social-links.js +0 -268
- package/dist/components/social-links.js.map +0 -1
- package/dist/components/social-links.mjs +0 -266
- package/dist/components/social-links.mjs.map +0 -1
- package/dist/components/website-switcher.d.mts +0 -27
- package/dist/components/website-switcher.d.ts +0 -27
- package/dist/components/website-switcher.js +0 -168
- package/dist/components/website-switcher.js.map +0 -1
- package/dist/components/website-switcher.mjs +0 -146
- package/dist/components/website-switcher.mjs.map +0 -1
package/dist/content/index.d.ts
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
-
import { ReactNode } from 'react';
|
|
3
2
|
|
|
4
3
|
interface ContentPageData {
|
|
5
4
|
id: string;
|
|
@@ -12,32 +11,14 @@ interface ContentPageData {
|
|
|
12
11
|
seoKeywords?: string | null;
|
|
13
12
|
lastUpdated: string;
|
|
14
13
|
version: number;
|
|
15
|
-
tags?: string[];
|
|
16
|
-
excerpt?: string | null;
|
|
17
|
-
thumbnail?: string | null;
|
|
18
|
-
author?: string | null;
|
|
19
|
-
publishedAt?: string | null;
|
|
20
|
-
readingTime?: number | null;
|
|
21
|
-
featured?: boolean;
|
|
22
|
-
category?: string | null;
|
|
23
|
-
}
|
|
24
|
-
interface ContentPageListItem {
|
|
25
|
-
id: string;
|
|
26
|
-
title: string;
|
|
27
|
-
slug: string;
|
|
28
|
-
lastUpdated: string;
|
|
29
|
-
tags?: string[];
|
|
30
|
-
excerpt?: string | null;
|
|
31
|
-
thumbnail?: string | null;
|
|
32
|
-
author?: string | null;
|
|
33
|
-
publishedAt?: string | null;
|
|
34
|
-
readingTime?: number | null;
|
|
35
|
-
featured?: boolean;
|
|
36
|
-
category?: string | null;
|
|
37
|
-
seoDescription?: string | null;
|
|
38
14
|
}
|
|
39
15
|
interface ContentPageListData {
|
|
40
|
-
items:
|
|
16
|
+
items: Array<{
|
|
17
|
+
id: string;
|
|
18
|
+
title: string;
|
|
19
|
+
slug: string;
|
|
20
|
+
lastUpdated: string;
|
|
21
|
+
}>;
|
|
41
22
|
total: number;
|
|
42
23
|
hasMore: boolean;
|
|
43
24
|
}
|
|
@@ -77,11 +58,8 @@ declare function useContentPages(options?: {
|
|
|
77
58
|
refetch: () => void;
|
|
78
59
|
};
|
|
79
60
|
/**
|
|
80
|
-
*
|
|
81
|
-
*
|
|
82
|
-
* - `markdown` (default): converts to HTML via {@link renderMarkdown}
|
|
83
|
-
* - `html`: rendered as-is (assumed already sanitized upstream)
|
|
84
|
-
* - anything else: plain-text fallback
|
|
61
|
+
* Simple content renderer component.
|
|
62
|
+
* Renders markdown content as HTML (assumes pre-rendered HTML or plain text).
|
|
85
63
|
*
|
|
86
64
|
* @example
|
|
87
65
|
* ```tsx
|
|
@@ -94,154 +72,4 @@ declare function ContentRenderer({ content, format, className, }: {
|
|
|
94
72
|
className?: string;
|
|
95
73
|
}): react_jsx_runtime.JSX.Element;
|
|
96
74
|
|
|
97
|
-
|
|
98
|
-
productName?: string;
|
|
99
|
-
heroTitle?: string;
|
|
100
|
-
heroSubtitle?: string;
|
|
101
|
-
blogPostBasePath?: string;
|
|
102
|
-
className?: string;
|
|
103
|
-
seoTitle?: string;
|
|
104
|
-
seoDescription?: string;
|
|
105
|
-
seoKeywords?: string;
|
|
106
|
-
}
|
|
107
|
-
interface BlogPostPageProps {
|
|
108
|
-
productName?: string;
|
|
109
|
-
blogListUrl?: string;
|
|
110
|
-
/** Back-link label. Default: "Back to Blog". Use e.g. "Back to Press"
|
|
111
|
-
* when reusing this renderer for a press release at /press/:slug. */
|
|
112
|
-
backLabel?: string;
|
|
113
|
-
className?: string;
|
|
114
|
-
}
|
|
115
|
-
declare function BlogListPage(props: BlogListPageProps): react_jsx_runtime.JSX.Element;
|
|
116
|
-
declare function BlogPostPage(props: BlogPostPageProps): react_jsx_runtime.JSX.Element;
|
|
117
|
-
|
|
118
|
-
interface CaseStudiesListPageProps {
|
|
119
|
-
productName?: string;
|
|
120
|
-
heroTitle?: string;
|
|
121
|
-
heroSubtitle?: string;
|
|
122
|
-
caseStudyBasePath?: string;
|
|
123
|
-
className?: string;
|
|
124
|
-
seoTitle?: string;
|
|
125
|
-
seoDescription?: string;
|
|
126
|
-
seoKeywords?: string;
|
|
127
|
-
}
|
|
128
|
-
interface CaseStudyPageProps {
|
|
129
|
-
productName?: string;
|
|
130
|
-
caseStudiesListUrl?: string;
|
|
131
|
-
/** Back-link label. Default: "Back to Case Studies". */
|
|
132
|
-
backLabel?: string;
|
|
133
|
-
className?: string;
|
|
134
|
-
}
|
|
135
|
-
declare function CaseStudiesListPage(props: CaseStudiesListPageProps): react_jsx_runtime.JSX.Element;
|
|
136
|
-
declare function CaseStudyPage(props: CaseStudyPageProps): react_jsx_runtime.JSX.Element;
|
|
137
|
-
|
|
138
|
-
interface ChangelogEntry {
|
|
139
|
-
/** Release date as an ISO string. */
|
|
140
|
-
date: string;
|
|
141
|
-
/** Version identifier, e.g. "1.2.0". */
|
|
142
|
-
version: string;
|
|
143
|
-
/** Entry headline. */
|
|
144
|
-
title: string;
|
|
145
|
-
/** Category used for filtering, e.g. "feature", "fix", "improvement". */
|
|
146
|
-
category: string;
|
|
147
|
-
/** Entry body — plain text, markdown, or a React node. */
|
|
148
|
-
content: ReactNode | string;
|
|
149
|
-
/** Optional tags for search and filtering. */
|
|
150
|
-
tags?: string[];
|
|
151
|
-
}
|
|
152
|
-
interface ChangelogPageProps {
|
|
153
|
-
productName?: string;
|
|
154
|
-
heroEyebrow?: string;
|
|
155
|
-
heroTitle?: string;
|
|
156
|
-
heroSubtitle?: string;
|
|
157
|
-
/** Optional bottom CTA. Rendered only when ctaHref + ctaLabel are provided. */
|
|
158
|
-
ctaTitle?: string;
|
|
159
|
-
ctaSubtitle?: string;
|
|
160
|
-
ctaHref?: string;
|
|
161
|
-
ctaLabel?: string;
|
|
162
|
-
className?: string;
|
|
163
|
-
seoTitle?: string;
|
|
164
|
-
seoDescription?: string;
|
|
165
|
-
seoKeywords?: string;
|
|
166
|
-
/**
|
|
167
|
-
* Optional prop-driven entries. When provided, the component skips the CMS
|
|
168
|
-
* fetch and renders these entries with search, category filters, and
|
|
169
|
-
* pagination.
|
|
170
|
-
*/
|
|
171
|
-
entries?: ChangelogEntry[];
|
|
172
|
-
/** Number of entries per page in prop-driven mode. Defaults to 10. */
|
|
173
|
-
pageSize?: number;
|
|
174
|
-
}
|
|
175
|
-
declare function ChangelogPage(props: ChangelogPageProps): react_jsx_runtime.JSX.Element;
|
|
176
|
-
|
|
177
|
-
type PressKitAssetCategory = "LOGO" | "BANNER" | "SCREENSHOT" | "BROCHURE" | "DOCUMENT" | "PRESS_RELEASE" | "BRAND_GUIDE";
|
|
178
|
-
interface PressKitAsset {
|
|
179
|
-
id: string;
|
|
180
|
-
category: PressKitAssetCategory;
|
|
181
|
-
title: string;
|
|
182
|
-
slug: string;
|
|
183
|
-
description?: string | null;
|
|
184
|
-
fileUrl: string;
|
|
185
|
-
fileName?: string | null;
|
|
186
|
-
fileSize?: number | null;
|
|
187
|
-
mimeType?: string | null;
|
|
188
|
-
thumbnailUrl?: string | null;
|
|
189
|
-
version?: string | null;
|
|
190
|
-
tags: string[];
|
|
191
|
-
sortOrder: number;
|
|
192
|
-
updatedAt: string;
|
|
193
|
-
}
|
|
194
|
-
interface PressKitPageProps {
|
|
195
|
-
productName?: string;
|
|
196
|
-
heroTitle?: string;
|
|
197
|
-
heroSubtitle?: string;
|
|
198
|
-
/** Media/press contact email shown in the contact block */
|
|
199
|
-
mediaContactEmail?: string;
|
|
200
|
-
/** Optional URL for a "Download brand kit" hero CTA (e.g. a zip asset) */
|
|
201
|
-
brandKitUrl?: string;
|
|
202
|
-
className?: string;
|
|
203
|
-
seoTitle?: string;
|
|
204
|
-
seoDescription?: string;
|
|
205
|
-
seoKeywords?: string;
|
|
206
|
-
/**
|
|
207
|
-
* Show a "Press Releases" section (published content pages tagged
|
|
208
|
-
* "press") above the downloadable assets. Self-hides when there are
|
|
209
|
-
* none. Default: true.
|
|
210
|
-
*/
|
|
211
|
-
showPressReleases?: boolean;
|
|
212
|
-
/**
|
|
213
|
-
* Base path for press-release detail links — `${basePath}/${slug}`.
|
|
214
|
-
* Default: "/press".
|
|
215
|
-
*/
|
|
216
|
-
pressReleaseBasePath?: string;
|
|
217
|
-
/** Heading for the press-releases section. Default: "Press Releases". */
|
|
218
|
-
pressReleasesTitle?: string;
|
|
219
|
-
}
|
|
220
|
-
declare function PressKitPage(props: PressKitPageProps): react_jsx_runtime.JSX.Element;
|
|
221
|
-
|
|
222
|
-
interface ContractAsset {
|
|
223
|
-
id: string;
|
|
224
|
-
title: string;
|
|
225
|
-
slug: string;
|
|
226
|
-
description?: string | null;
|
|
227
|
-
fileUrl: string;
|
|
228
|
-
fileName?: string | null;
|
|
229
|
-
fileSize?: number | null;
|
|
230
|
-
mimeType?: string | null;
|
|
231
|
-
version?: string | null;
|
|
232
|
-
tags: string[];
|
|
233
|
-
sortOrder: number;
|
|
234
|
-
updatedAt: string;
|
|
235
|
-
}
|
|
236
|
-
interface ContractsPageProps {
|
|
237
|
-
productName?: string;
|
|
238
|
-
heroTitle?: string;
|
|
239
|
-
heroSubtitle?: string;
|
|
240
|
-
className?: string;
|
|
241
|
-
seoTitle?: string;
|
|
242
|
-
seoDescription?: string;
|
|
243
|
-
seoKeywords?: string;
|
|
244
|
-
}
|
|
245
|
-
declare function ContractsPage(props: ContractsPageProps): react_jsx_runtime.JSX.Element;
|
|
246
|
-
|
|
247
|
-
export { BlogListPage, type BlogListPageProps, BlogPostPage, type BlogPostPageProps, CaseStudiesListPage, type CaseStudiesListPageProps, CaseStudyPage, type CaseStudyPageProps, type ChangelogEntry, ChangelogPage, type ChangelogPageProps, type ContentPageData, type ContentPageListData, type ContentPageListItem, ContentRenderer, type ContractAsset, ContractsPage, type ContractsPageProps, type PressKitAsset, type PressKitAssetCategory, PressKitPage, type PressKitPageProps, type UseContentPageOptions, useContentPage, useContentPages };
|
|
75
|
+
export { type ContentPageData, type ContentPageListData, ContentRenderer, type UseContentPageOptions, useContentPage, useContentPages };
|