@burdenoff/website-sdk 0.0.0-dev
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/LICENSE +24 -0
- package/README.md +357 -0
- package/dist/analytics/index.d.mts +27 -0
- package/dist/analytics/index.d.ts +27 -0
- package/dist/analytics/index.js +36 -0
- package/dist/analytics/index.js.map +1 -0
- package/dist/analytics/index.mjs +34 -0
- package/dist/analytics/index.mjs.map +1 -0
- package/dist/client/index.d.mts +29 -0
- package/dist/client/index.d.ts +29 -0
- package/dist/client/index.js +261 -0
- package/dist/client/index.js.map +1 -0
- package/dist/client/index.mjs +255 -0
- package/dist/client/index.mjs.map +1 -0
- package/dist/components/contact.d.mts +144 -0
- package/dist/components/contact.d.ts +144 -0
- package/dist/components/contact.js +806 -0
- package/dist/components/contact.js.map +1 -0
- package/dist/components/contact.mjs +780 -0
- package/dist/components/contact.mjs.map +1 -0
- package/dist/components/electron-download.d.mts +32 -0
- package/dist/components/electron-download.d.ts +32 -0
- package/dist/components/electron-download.js +131 -0
- package/dist/components/electron-download.js.map +1 -0
- package/dist/components/electron-download.mjs +108 -0
- package/dist/components/electron-download.mjs.map +1 -0
- package/dist/components/launch-countdown.d.mts +15 -0
- package/dist/components/launch-countdown.d.ts +15 -0
- package/dist/components/launch-countdown.js +89 -0
- package/dist/components/launch-countdown.js.map +1 -0
- package/dist/components/launch-countdown.mjs +87 -0
- package/dist/components/launch-countdown.mjs.map +1 -0
- package/dist/components/newsletter.d.mts +155 -0
- package/dist/components/newsletter.d.ts +155 -0
- package/dist/components/newsletter.js +880 -0
- package/dist/components/newsletter.js.map +1 -0
- package/dist/components/newsletter.mjs +854 -0
- package/dist/components/newsletter.mjs.map +1 -0
- package/dist/components/partners.d.mts +88 -0
- package/dist/components/partners.d.ts +88 -0
- package/dist/components/partners.js +1169 -0
- package/dist/components/partners.js.map +1 -0
- package/dist/components/partners.mjs +1143 -0
- package/dist/components/partners.mjs.map +1 -0
- package/dist/components/pricing.d.mts +194 -0
- package/dist/components/pricing.d.ts +194 -0
- package/dist/components/pricing.js +813 -0
- package/dist/components/pricing.js.map +1 -0
- package/dist/components/pricing.mjs +791 -0
- package/dist/components/pricing.mjs.map +1 -0
- package/dist/components/problems-solved.d.mts +37 -0
- package/dist/components/problems-solved.d.ts +37 -0
- package/dist/components/problems-solved.js +157 -0
- package/dist/components/problems-solved.js.map +1 -0
- package/dist/components/problems-solved.mjs +135 -0
- package/dist/components/problems-solved.mjs.map +1 -0
- package/dist/components/resource-links.d.mts +28 -0
- package/dist/components/resource-links.d.ts +28 -0
- package/dist/components/resource-links.js +229 -0
- package/dist/components/resource-links.js.map +1 -0
- package/dist/components/resource-links.mjs +227 -0
- package/dist/components/resource-links.mjs.map +1 -0
- package/dist/components/social-links.d.mts +37 -0
- package/dist/components/social-links.d.ts +37 -0
- package/dist/components/social-links.js +268 -0
- package/dist/components/social-links.js.map +1 -0
- package/dist/components/social-links.mjs +266 -0
- package/dist/components/social-links.mjs.map +1 -0
- package/dist/components/unsubscribe.d.mts +14 -0
- package/dist/components/unsubscribe.d.ts +14 -0
- package/dist/components/unsubscribe.js +538 -0
- package/dist/components/unsubscribe.js.map +1 -0
- package/dist/components/unsubscribe.mjs +517 -0
- package/dist/components/unsubscribe.mjs.map +1 -0
- package/dist/components/waitlist.d.mts +70 -0
- package/dist/components/waitlist.d.ts +70 -0
- package/dist/components/waitlist.js +864 -0
- package/dist/components/waitlist.js.map +1 -0
- package/dist/components/waitlist.mjs +841 -0
- package/dist/components/waitlist.mjs.map +1 -0
- package/dist/components/website-switcher.d.mts +27 -0
- package/dist/components/website-switcher.d.ts +27 -0
- package/dist/components/website-switcher.js +168 -0
- package/dist/components/website-switcher.js.map +1 -0
- package/dist/components/website-switcher.mjs +146 -0
- package/dist/components/website-switcher.mjs.map +1 -0
- package/dist/content/index.d.mts +247 -0
- package/dist/content/index.d.ts +247 -0
- package/dist/content/index.js +2458 -0
- package/dist/content/index.js.map +1 -0
- package/dist/content/index.mjs +2428 -0
- package/dist/content/index.mjs.map +1 -0
- package/dist/index.d.mts +72 -0
- package/dist/index.d.ts +72 -0
- package/dist/index.js +6273 -0
- package/dist/index.js.map +1 -0
- package/dist/index.mjs +6204 -0
- package/dist/index.mjs.map +1 -0
- package/dist/product/index.d.mts +94 -0
- package/dist/product/index.d.ts +94 -0
- package/dist/product/index.js +282 -0
- package/dist/product/index.js.map +1 -0
- package/dist/product/index.mjs +278 -0
- package/dist/product/index.mjs.map +1 -0
- package/dist/provider-D7Rij9UM.d.mts +86 -0
- package/dist/provider-D7Rij9UM.d.ts +86 -0
- package/dist/seo/index.d.mts +64 -0
- package/dist/seo/index.d.ts +64 -0
- package/dist/seo/index.js +61 -0
- package/dist/seo/index.js.map +1 -0
- package/dist/seo/index.mjs +59 -0
- package/dist/seo/index.mjs.map +1 -0
- package/dist/utils/index.d.mts +21 -0
- package/dist/utils/index.d.ts +21 -0
- package/dist/utils/index.js +12 -0
- package/dist/utils/index.js.map +1 -0
- package/dist/utils/index.mjs +10 -0
- package/dist/utils/index.mjs.map +1 -0
- package/package.json +168 -0
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
export { W as WebSDKClient, a as WebSDKClientConfig, b as WebSDKProvider, c as WebSDKProviderProps, u as useWebSDK, d as useWebSDKConfig } from './provider-D7Rij9UM.mjs';
|
|
2
|
+
export { ContactCategory, ContactPage, ContactPageProps, DEFAULT_CONTACT_CATEGORIES } from './components/contact.mjs';
|
|
3
|
+
export { PartnersPage, PartnersPageProps } from './components/partners.mjs';
|
|
4
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
5
|
+
export { NewsletterForm, NewsletterFormProps, NewsletterPage, NewsletterPageProps } from './components/newsletter.mjs';
|
|
6
|
+
export { PlanCard, PricingPage, PricingProps, PricingSection } from './components/pricing.mjs';
|
|
7
|
+
export { WaitlistForm, WaitlistFormProps, WaitlistPage, WaitlistPageProps } from './components/waitlist.mjs';
|
|
8
|
+
export { UnsubscribePage, UnsubscribePageProps } from './components/unsubscribe.mjs';
|
|
9
|
+
export { SocialLinks, SocialLinksProps, SocialPlatform } from './components/social-links.mjs';
|
|
10
|
+
export { Resource, ResourceLinks, ResourceLinksProps } from './components/resource-links.mjs';
|
|
11
|
+
export { WebsiteSwitcher, WebsiteSwitcherProduct, WebsiteSwitcherProps } from './components/website-switcher.mjs';
|
|
12
|
+
export { LaunchCountdown, LaunchCountdownProps } from './components/launch-countdown.mjs';
|
|
13
|
+
export { ProblemSolved, ProblemsSolvedSection, ProblemsSolvedSectionProps } from './components/problems-solved.mjs';
|
|
14
|
+
export { DetectedPlatform, ElectronDownloadLink, ElectronDownloadLinkProps, detectElectronPlatform } from './components/electron-download.mjs';
|
|
15
|
+
export { RybbitAnalytics, RybbitAnalyticsProps } from './analytics/index.mjs';
|
|
16
|
+
export { PageHead, PageHeadProps } from './seo/index.mjs';
|
|
17
|
+
export { BlogListPage, BlogListPageProps, BlogPostPage, BlogPostPageProps, CaseStudiesListPage, CaseStudiesListPageProps, CaseStudyPage, CaseStudyPageProps, ChangelogEntry, ChangelogPage, ChangelogPageProps, ContentPageData, ContentPageListData, ContentPageListItem, ContentRenderer, ContractAsset, ContractsPage, ContractsPageProps, PressKitAsset, PressKitAssetCategory, PressKitPage, PressKitPageProps, useContentPage, useContentPages } from './content/index.mjs';
|
|
18
|
+
export { ProductData, ProductProvider, ProductProviderProps, useProduct, useProductConfig } from './product/index.mjs';
|
|
19
|
+
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
20
|
+
import * as React from 'react';
|
|
21
|
+
import { VariantProps } from 'class-variance-authority';
|
|
22
|
+
import * as LabelPrimitive from '@radix-ui/react-label';
|
|
23
|
+
export { cn } from './utils/index.mjs';
|
|
24
|
+
import 'clsx';
|
|
25
|
+
|
|
26
|
+
interface CareersApplyFormProps {
|
|
27
|
+
/** Product name (falls back to product context / SDK config). */
|
|
28
|
+
productName?: string;
|
|
29
|
+
/** reCAPTCHA site key (falls back to SDK config). */
|
|
30
|
+
recaptchaSiteKey?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Position options for the dropdown. When empty, a free-text "position"
|
|
33
|
+
* input is shown instead so the form works before a postings list exists.
|
|
34
|
+
*/
|
|
35
|
+
positions?: readonly string[];
|
|
36
|
+
heroTitle?: string;
|
|
37
|
+
heroDescription?: string;
|
|
38
|
+
/**
|
|
39
|
+
* `1` (default) renders a full page hero `<h1>`; `2` renders a compact
|
|
40
|
+
* `<h2>` section header for embedding under a page that owns the `<h1>`.
|
|
41
|
+
*/
|
|
42
|
+
headingLevel?: 1 | 2;
|
|
43
|
+
/** Max resume size in bytes (default 10MB, matches backend). */
|
|
44
|
+
maxResumeBytes?: number;
|
|
45
|
+
className?: string;
|
|
46
|
+
seo?: {
|
|
47
|
+
title?: string;
|
|
48
|
+
description?: string;
|
|
49
|
+
keywords?: string;
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
declare function CareersApplyForm({ productName, recaptchaSiteKey, positions, heroTitle, heroDescription, headingLevel, maxResumeBytes, className, seo, }: CareersApplyFormProps): react_jsx_runtime.JSX.Element;
|
|
53
|
+
|
|
54
|
+
declare const buttonVariants: (props?: ({
|
|
55
|
+
variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
|
|
56
|
+
size?: "icon" | "default" | "sm" | "lg" | null | undefined;
|
|
57
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
58
|
+
interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
|
|
59
|
+
asChild?: boolean;
|
|
60
|
+
}
|
|
61
|
+
declare const Button: React.ForwardRefExoticComponent<ButtonProps & React.RefAttributes<HTMLButtonElement>>;
|
|
62
|
+
|
|
63
|
+
declare const Input: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & React.RefAttributes<HTMLInputElement>>;
|
|
64
|
+
|
|
65
|
+
declare const Label: React.ForwardRefExoticComponent<Omit<LabelPrimitive.LabelProps & React.RefAttributes<HTMLLabelElement>, "ref"> & VariantProps<(props?: class_variance_authority_types.ClassProp | undefined) => string> & React.RefAttributes<HTMLLabelElement>>;
|
|
66
|
+
|
|
67
|
+
/** Native `<select>` wrapper matching the `Input` design tokens. */
|
|
68
|
+
declare const Select: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement>, "ref"> & React.RefAttributes<HTMLSelectElement>>;
|
|
69
|
+
|
|
70
|
+
declare const Textarea: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, "ref"> & React.RefAttributes<HTMLTextAreaElement>>;
|
|
71
|
+
|
|
72
|
+
export { Button, type ButtonProps, CareersApplyForm, type CareersApplyFormProps, Input, Label, Select, Textarea, buttonVariants };
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
export { W as WebSDKClient, a as WebSDKClientConfig, b as WebSDKProvider, c as WebSDKProviderProps, u as useWebSDK, d as useWebSDKConfig } from './provider-D7Rij9UM.js';
|
|
2
|
+
export { ContactCategory, ContactPage, ContactPageProps, DEFAULT_CONTACT_CATEGORIES } from './components/contact.js';
|
|
3
|
+
export { PartnersPage, PartnersPageProps } from './components/partners.js';
|
|
4
|
+
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
5
|
+
export { NewsletterForm, NewsletterFormProps, NewsletterPage, NewsletterPageProps } from './components/newsletter.js';
|
|
6
|
+
export { PlanCard, PricingPage, PricingProps, PricingSection } from './components/pricing.js';
|
|
7
|
+
export { WaitlistForm, WaitlistFormProps, WaitlistPage, WaitlistPageProps } from './components/waitlist.js';
|
|
8
|
+
export { UnsubscribePage, UnsubscribePageProps } from './components/unsubscribe.js';
|
|
9
|
+
export { SocialLinks, SocialLinksProps, SocialPlatform } from './components/social-links.js';
|
|
10
|
+
export { Resource, ResourceLinks, ResourceLinksProps } from './components/resource-links.js';
|
|
11
|
+
export { WebsiteSwitcher, WebsiteSwitcherProduct, WebsiteSwitcherProps } from './components/website-switcher.js';
|
|
12
|
+
export { LaunchCountdown, LaunchCountdownProps } from './components/launch-countdown.js';
|
|
13
|
+
export { ProblemSolved, ProblemsSolvedSection, ProblemsSolvedSectionProps } from './components/problems-solved.js';
|
|
14
|
+
export { DetectedPlatform, ElectronDownloadLink, ElectronDownloadLinkProps, detectElectronPlatform } from './components/electron-download.js';
|
|
15
|
+
export { RybbitAnalytics, RybbitAnalyticsProps } from './analytics/index.js';
|
|
16
|
+
export { PageHead, PageHeadProps } from './seo/index.js';
|
|
17
|
+
export { BlogListPage, BlogListPageProps, BlogPostPage, BlogPostPageProps, CaseStudiesListPage, CaseStudiesListPageProps, CaseStudyPage, CaseStudyPageProps, ChangelogEntry, ChangelogPage, ChangelogPageProps, ContentPageData, ContentPageListData, ContentPageListItem, ContentRenderer, ContractAsset, ContractsPage, ContractsPageProps, PressKitAsset, PressKitAssetCategory, PressKitPage, PressKitPageProps, useContentPage, useContentPages } from './content/index.js';
|
|
18
|
+
export { ProductData, ProductProvider, ProductProviderProps, useProduct, useProductConfig } from './product/index.js';
|
|
19
|
+
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
20
|
+
import * as React from 'react';
|
|
21
|
+
import { VariantProps } from 'class-variance-authority';
|
|
22
|
+
import * as LabelPrimitive from '@radix-ui/react-label';
|
|
23
|
+
export { cn } from './utils/index.js';
|
|
24
|
+
import 'clsx';
|
|
25
|
+
|
|
26
|
+
interface CareersApplyFormProps {
|
|
27
|
+
/** Product name (falls back to product context / SDK config). */
|
|
28
|
+
productName?: string;
|
|
29
|
+
/** reCAPTCHA site key (falls back to SDK config). */
|
|
30
|
+
recaptchaSiteKey?: string;
|
|
31
|
+
/**
|
|
32
|
+
* Position options for the dropdown. When empty, a free-text "position"
|
|
33
|
+
* input is shown instead so the form works before a postings list exists.
|
|
34
|
+
*/
|
|
35
|
+
positions?: readonly string[];
|
|
36
|
+
heroTitle?: string;
|
|
37
|
+
heroDescription?: string;
|
|
38
|
+
/**
|
|
39
|
+
* `1` (default) renders a full page hero `<h1>`; `2` renders a compact
|
|
40
|
+
* `<h2>` section header for embedding under a page that owns the `<h1>`.
|
|
41
|
+
*/
|
|
42
|
+
headingLevel?: 1 | 2;
|
|
43
|
+
/** Max resume size in bytes (default 10MB, matches backend). */
|
|
44
|
+
maxResumeBytes?: number;
|
|
45
|
+
className?: string;
|
|
46
|
+
seo?: {
|
|
47
|
+
title?: string;
|
|
48
|
+
description?: string;
|
|
49
|
+
keywords?: string;
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
declare function CareersApplyForm({ productName, recaptchaSiteKey, positions, heroTitle, heroDescription, headingLevel, maxResumeBytes, className, seo, }: CareersApplyFormProps): react_jsx_runtime.JSX.Element;
|
|
53
|
+
|
|
54
|
+
declare const buttonVariants: (props?: ({
|
|
55
|
+
variant?: "link" | "default" | "destructive" | "outline" | "secondary" | "ghost" | null | undefined;
|
|
56
|
+
size?: "icon" | "default" | "sm" | "lg" | null | undefined;
|
|
57
|
+
} & class_variance_authority_types.ClassProp) | undefined) => string;
|
|
58
|
+
interface ButtonProps extends React.ButtonHTMLAttributes<HTMLButtonElement>, VariantProps<typeof buttonVariants> {
|
|
59
|
+
asChild?: boolean;
|
|
60
|
+
}
|
|
61
|
+
declare const Button: React.ForwardRefExoticComponent<ButtonProps & React.RefAttributes<HTMLButtonElement>>;
|
|
62
|
+
|
|
63
|
+
declare const Input: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & React.RefAttributes<HTMLInputElement>>;
|
|
64
|
+
|
|
65
|
+
declare const Label: React.ForwardRefExoticComponent<Omit<LabelPrimitive.LabelProps & React.RefAttributes<HTMLLabelElement>, "ref"> & VariantProps<(props?: class_variance_authority_types.ClassProp | undefined) => string> & React.RefAttributes<HTMLLabelElement>>;
|
|
66
|
+
|
|
67
|
+
/** Native `<select>` wrapper matching the `Input` design tokens. */
|
|
68
|
+
declare const Select: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.SelectHTMLAttributes<HTMLSelectElement>, HTMLSelectElement>, "ref"> & React.RefAttributes<HTMLSelectElement>>;
|
|
69
|
+
|
|
70
|
+
declare const Textarea: React.ForwardRefExoticComponent<Omit<React.DetailedHTMLProps<React.TextareaHTMLAttributes<HTMLTextAreaElement>, HTMLTextAreaElement>, "ref"> & React.RefAttributes<HTMLTextAreaElement>>;
|
|
71
|
+
|
|
72
|
+
export { Button, type ButtonProps, CareersApplyForm, type CareersApplyFormProps, Input, Label, Select, Textarea, buttonVariants };
|