@burdenoff/website-sdk 2026.824.2 → 2026.826.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/client/index.d.mts +1 -2
- package/dist/client/index.d.ts +1 -2
- package/dist/components/contact.d.mts +2 -2
- package/dist/components/contact.d.ts +2 -2
- package/dist/components/electron-download.d.mts +2 -2
- package/dist/components/electron-download.d.ts +2 -2
- package/dist/components/launch-countdown.d.mts +2 -2
- package/dist/components/launch-countdown.d.ts +2 -2
- package/dist/components/newsletter.d.mts +3 -3
- package/dist/components/newsletter.d.ts +3 -3
- package/dist/components/partners.d.mts +2 -2
- package/dist/components/partners.d.ts +2 -2
- package/dist/components/pricing.d.mts +3 -3
- package/dist/components/pricing.d.ts +3 -3
- package/dist/components/problems-solved.d.mts +2 -2
- package/dist/components/problems-solved.d.ts +2 -2
- package/dist/components/resource-links.d.mts +2 -2
- package/dist/components/resource-links.d.ts +2 -2
- package/dist/components/social-links.d.mts +2 -2
- package/dist/components/social-links.d.ts +2 -2
- package/dist/components/unsubscribe.d.mts +2 -2
- package/dist/components/unsubscribe.d.ts +2 -2
- package/dist/components/unsubscribe.js.map +1 -1
- package/dist/components/unsubscribe.mjs.map +1 -1
- package/dist/components/waitlist.d.mts +3 -3
- package/dist/components/waitlist.d.ts +3 -3
- package/dist/components/website-switcher.d.mts +2 -2
- package/dist/components/website-switcher.d.ts +2 -2
- package/dist/content/index.d.mts +1 -2
- package/dist/content/index.d.ts +1 -2
- package/dist/{index-CuMRiKGB.d.mts → index-B36goDSY.d.mts} +10 -10
- package/dist/{index-CFsUFxYo.d.ts → index-Cts2CAMO.d.ts} +10 -10
- package/dist/index.d.mts +12 -13
- package/dist/index.d.ts +12 -13
- package/dist/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/product/index.d.mts +2 -2
- package/dist/product/index.d.ts +2 -2
- package/dist/{product-card-DL9O3Ez9.d.mts → product-card-CGxETsFa.d.mts} +7 -7
- package/dist/{product-card-DL9O3Ez9.d.ts → product-card-CGxETsFa.d.ts} +7 -7
- package/dist/{provider-BhsbxVPo.d.mts → provider-BZlnZDBb.d.mts} +2 -2
- package/dist/{provider-D-Do5PmD.d.ts → provider-CRLmsW5h.d.ts} +2 -2
- package/dist/seo/index.d.mts +2 -2
- package/dist/seo/index.d.ts +2 -2
- package/dist/store/index.d.mts +3 -3
- package/dist/store/index.d.ts +3 -3
- package/dist/store/index.js.map +1 -1
- package/dist/store/index.mjs.map +1 -1
- package/package.json +35 -30
package/dist/product/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { ReactNode } from 'react';
|
|
3
3
|
|
|
4
4
|
interface ProductData {
|
|
@@ -59,7 +59,7 @@ interface ProductContextValue {
|
|
|
59
59
|
* </WebSDKProvider>
|
|
60
60
|
* ```
|
|
61
61
|
*/
|
|
62
|
-
declare function ProductProvider({ children, fallback }: ProductProviderProps):
|
|
62
|
+
declare function ProductProvider({ children, fallback }: ProductProviderProps): react.JSX.Element;
|
|
63
63
|
/**
|
|
64
64
|
* Hook to access the current product data.
|
|
65
65
|
*
|
package/dist/product/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { ReactNode } from 'react';
|
|
3
3
|
|
|
4
4
|
interface ProductData {
|
|
@@ -59,7 +59,7 @@ interface ProductContextValue {
|
|
|
59
59
|
* </WebSDKProvider>
|
|
60
60
|
* ```
|
|
61
61
|
*/
|
|
62
|
-
declare function ProductProvider({ children, fallback }: ProductProviderProps):
|
|
62
|
+
declare function ProductProvider({ children, fallback }: ProductProviderProps): react.JSX.Element;
|
|
63
63
|
/**
|
|
64
64
|
* Hook to access the current product data.
|
|
65
65
|
*
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
|
|
3
3
|
interface StoreProduct {
|
|
4
4
|
id: string;
|
|
@@ -143,35 +143,35 @@ interface StoreHomePageProps extends StorePageProps {
|
|
|
143
143
|
seoDescription?: string;
|
|
144
144
|
seoKeywords?: string;
|
|
145
145
|
}
|
|
146
|
-
declare function StoreHomePage({ compatibleWith, appLoginUrl, onNavigate, terminology, productName, heroTitle, heroSubtitle, browsePath, seoTitle, seoDescription, seoKeywords, }: StoreHomePageProps):
|
|
146
|
+
declare function StoreHomePage({ compatibleWith, appLoginUrl, onNavigate, terminology, productName, heroTitle, heroSubtitle, browsePath, seoTitle, seoDescription, seoKeywords, }: StoreHomePageProps): react.JSX.Element;
|
|
147
147
|
|
|
148
148
|
interface StoreBrowsePageProps extends StorePageProps {
|
|
149
149
|
productName?: string;
|
|
150
150
|
seoTitle?: string;
|
|
151
151
|
seoDescription?: string;
|
|
152
152
|
}
|
|
153
|
-
declare function StoreBrowsePage({ compatibleWith, onNavigate, terminology, productName, seoTitle, seoDescription, }: StoreBrowsePageProps):
|
|
153
|
+
declare function StoreBrowsePage({ compatibleWith, onNavigate, terminology, productName, seoTitle, seoDescription, }: StoreBrowsePageProps): react.JSX.Element;
|
|
154
154
|
|
|
155
155
|
interface StoreProductDetailPageProps extends StorePageProps {
|
|
156
156
|
slug?: string;
|
|
157
157
|
id?: string;
|
|
158
158
|
productName?: string;
|
|
159
159
|
}
|
|
160
|
-
declare function StoreProductDetailPage({ slug, id, appLoginUrl, onNavigate, productName, waitlist: waitlistProp, }: StoreProductDetailPageProps):
|
|
160
|
+
declare function StoreProductDetailPage({ slug, id, appLoginUrl, onNavigate, productName, waitlist: waitlistProp, }: StoreProductDetailPageProps): react.JSX.Element;
|
|
161
161
|
|
|
162
162
|
declare function formatPrice(price: number | null | undefined, currency: string | null | undefined, pricingModel: string): string;
|
|
163
163
|
declare function formatDownloads(n: number | null | undefined): string;
|
|
164
164
|
declare function StarRating({ rating }: {
|
|
165
165
|
rating: number;
|
|
166
|
-
}):
|
|
166
|
+
}): react.JSX.Element;
|
|
167
167
|
declare function TypeBadge({ type }: {
|
|
168
168
|
type: string;
|
|
169
|
-
}):
|
|
169
|
+
}): react.JSX.Element;
|
|
170
170
|
interface ProductCardProps {
|
|
171
171
|
product: StoreProduct;
|
|
172
172
|
onClick?: () => void;
|
|
173
173
|
href?: string;
|
|
174
174
|
}
|
|
175
|
-
declare function ProductCard({ product, onClick, href }: ProductCardProps):
|
|
175
|
+
declare function ProductCard({ product, onClick, href }: ProductCardProps): react.JSX.Element;
|
|
176
176
|
|
|
177
177
|
export { type BrowseStoreResult as B, type GroupedStoreProducts as G, ProductCard as P, type RatingDistribution as R, type SearchSuggestion as S, TypeBadge as T, type ProductCategory as a, StarRating as b, StoreBrowsePage as c, type StoreBrowsePageProps as d, type StoreFacet as e, type StoreFacets as f, StoreHomePage as g, type StoreHomePageProps as h, type StorePageProps as i, type StoreProduct as j, StoreProductDetailPage as k, type StoreProductDetailPageProps as l, type StoreProductDetails as m, type StorePublisher as n, type StoreReview as o, type StoreTerminology as p, type StoreTypeFilter as q, formatDownloads as r, formatPrice as s };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
|
|
3
3
|
interface StoreProduct {
|
|
4
4
|
id: string;
|
|
@@ -143,35 +143,35 @@ interface StoreHomePageProps extends StorePageProps {
|
|
|
143
143
|
seoDescription?: string;
|
|
144
144
|
seoKeywords?: string;
|
|
145
145
|
}
|
|
146
|
-
declare function StoreHomePage({ compatibleWith, appLoginUrl, onNavigate, terminology, productName, heroTitle, heroSubtitle, browsePath, seoTitle, seoDescription, seoKeywords, }: StoreHomePageProps):
|
|
146
|
+
declare function StoreHomePage({ compatibleWith, appLoginUrl, onNavigate, terminology, productName, heroTitle, heroSubtitle, browsePath, seoTitle, seoDescription, seoKeywords, }: StoreHomePageProps): react.JSX.Element;
|
|
147
147
|
|
|
148
148
|
interface StoreBrowsePageProps extends StorePageProps {
|
|
149
149
|
productName?: string;
|
|
150
150
|
seoTitle?: string;
|
|
151
151
|
seoDescription?: string;
|
|
152
152
|
}
|
|
153
|
-
declare function StoreBrowsePage({ compatibleWith, onNavigate, terminology, productName, seoTitle, seoDescription, }: StoreBrowsePageProps):
|
|
153
|
+
declare function StoreBrowsePage({ compatibleWith, onNavigate, terminology, productName, seoTitle, seoDescription, }: StoreBrowsePageProps): react.JSX.Element;
|
|
154
154
|
|
|
155
155
|
interface StoreProductDetailPageProps extends StorePageProps {
|
|
156
156
|
slug?: string;
|
|
157
157
|
id?: string;
|
|
158
158
|
productName?: string;
|
|
159
159
|
}
|
|
160
|
-
declare function StoreProductDetailPage({ slug, id, appLoginUrl, onNavigate, productName, waitlist: waitlistProp, }: StoreProductDetailPageProps):
|
|
160
|
+
declare function StoreProductDetailPage({ slug, id, appLoginUrl, onNavigate, productName, waitlist: waitlistProp, }: StoreProductDetailPageProps): react.JSX.Element;
|
|
161
161
|
|
|
162
162
|
declare function formatPrice(price: number | null | undefined, currency: string | null | undefined, pricingModel: string): string;
|
|
163
163
|
declare function formatDownloads(n: number | null | undefined): string;
|
|
164
164
|
declare function StarRating({ rating }: {
|
|
165
165
|
rating: number;
|
|
166
|
-
}):
|
|
166
|
+
}): react.JSX.Element;
|
|
167
167
|
declare function TypeBadge({ type }: {
|
|
168
168
|
type: string;
|
|
169
|
-
}):
|
|
169
|
+
}): react.JSX.Element;
|
|
170
170
|
interface ProductCardProps {
|
|
171
171
|
product: StoreProduct;
|
|
172
172
|
onClick?: () => void;
|
|
173
173
|
href?: string;
|
|
174
174
|
}
|
|
175
|
-
declare function ProductCard({ product, onClick, href }: ProductCardProps):
|
|
175
|
+
declare function ProductCard({ product, onClick, href }: ProductCardProps): react.JSX.Element;
|
|
176
176
|
|
|
177
177
|
export { type BrowseStoreResult as B, type GroupedStoreProducts as G, ProductCard as P, type RatingDistribution as R, type SearchSuggestion as S, TypeBadge as T, type ProductCategory as a, StarRating as b, StoreBrowsePage as c, type StoreBrowsePageProps as d, type StoreFacet as e, type StoreFacets as f, StoreHomePage as g, type StoreHomePageProps as h, type StorePageProps as i, type StoreProduct as j, StoreProductDetailPage as k, type StoreProductDetailPageProps as l, type StoreProductDetails as m, type StorePublisher as n, type StoreReview as o, type StoreTerminology as p, type StoreTypeFilter as q, formatDownloads as r, formatPrice as s };
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { ReactNode } from 'react';
|
|
3
3
|
import { a as WebSDKClientConfig, W as WebSDKClient } from './graphql-client-Cv6TO6hn.mjs';
|
|
4
4
|
|
|
@@ -22,7 +22,7 @@ interface WebSDKProviderProps {
|
|
|
22
22
|
* </WebSDKProvider>
|
|
23
23
|
* ```
|
|
24
24
|
*/
|
|
25
|
-
declare function WebSDKProvider({ config, children }: WebSDKProviderProps):
|
|
25
|
+
declare function WebSDKProvider({ config, children }: WebSDKProviderProps): react.JSX.Element;
|
|
26
26
|
/**
|
|
27
27
|
* Hook to access the WebSDKClient instance.
|
|
28
28
|
* Must be used within a WebSDKProvider.
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
import { ReactNode } from 'react';
|
|
3
3
|
import { a as WebSDKClientConfig, W as WebSDKClient } from './graphql-client-Cv6TO6hn.js';
|
|
4
4
|
|
|
@@ -22,7 +22,7 @@ interface WebSDKProviderProps {
|
|
|
22
22
|
* </WebSDKProvider>
|
|
23
23
|
* ```
|
|
24
24
|
*/
|
|
25
|
-
declare function WebSDKProvider({ config, children }: WebSDKProviderProps):
|
|
25
|
+
declare function WebSDKProvider({ config, children }: WebSDKProviderProps): react.JSX.Element;
|
|
26
26
|
/**
|
|
27
27
|
* Hook to access the WebSDKClient instance.
|
|
28
28
|
* Must be used within a WebSDKProvider.
|
package/dist/seo/index.d.mts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* PageHead Component
|
|
@@ -59,6 +59,6 @@ interface PageHeadProps {
|
|
|
59
59
|
content: string;
|
|
60
60
|
}>;
|
|
61
61
|
}
|
|
62
|
-
declare function PageHead({ title, description, productName, keywords, image, url, favicon, robots, locale, twitterHandle, themeColor, structuredData, additionalMeta, }: PageHeadProps):
|
|
62
|
+
declare function PageHead({ title, description, productName, keywords, image, url, favicon, robots, locale, twitterHandle, themeColor, structuredData, additionalMeta, }: PageHeadProps): react.JSX.Element;
|
|
63
63
|
|
|
64
64
|
export { PageHead, type PageHeadProps };
|
package/dist/seo/index.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as
|
|
1
|
+
import * as react from 'react';
|
|
2
2
|
|
|
3
3
|
/**
|
|
4
4
|
* PageHead Component
|
|
@@ -59,6 +59,6 @@ interface PageHeadProps {
|
|
|
59
59
|
content: string;
|
|
60
60
|
}>;
|
|
61
61
|
}
|
|
62
|
-
declare function PageHead({ title, description, productName, keywords, image, url, favicon, robots, locale, twitterHandle, themeColor, structuredData, additionalMeta, }: PageHeadProps):
|
|
62
|
+
declare function PageHead({ title, description, productName, keywords, image, url, favicon, robots, locale, twitterHandle, themeColor, structuredData, additionalMeta, }: PageHeadProps): react.JSX.Element;
|
|
63
63
|
|
|
64
64
|
export { PageHead, type PageHeadProps };
|
package/dist/store/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { B as BrowseStoreResult, G as GroupedStoreProducts, P as ProductCard, a as ProductCategory, R as RatingDistribution, S as SearchSuggestion, b as StarRating, c as StoreBrowsePage, d as StoreBrowsePageProps, e as StoreFacet, f as StoreFacets, g as StoreHomePage, h as StoreHomePageProps, i as StorePageProps, j as StoreProduct, k as StoreProductDetailPage, l as StoreProductDetailPageProps, m as StoreProductDetails, n as StorePublisher, o as StoreReview, p as StoreTerminology, q as StoreTypeFilter, T as TypeBadge, r as formatDownloads, s as formatPrice } from '../product-card-
|
|
2
|
-
import * as
|
|
1
|
+
export { B as BrowseStoreResult, G as GroupedStoreProducts, P as ProductCard, a as ProductCategory, R as RatingDistribution, S as SearchSuggestion, b as StarRating, c as StoreBrowsePage, d as StoreBrowsePageProps, e as StoreFacet, f as StoreFacets, g as StoreHomePage, h as StoreHomePageProps, i as StorePageProps, j as StoreProduct, k as StoreProductDetailPage, l as StoreProductDetailPageProps, m as StoreProductDetails, n as StorePublisher, o as StoreReview, p as StoreTerminology, q as StoreTypeFilter, T as TypeBadge, r as formatDownloads, s as formatPrice } from '../product-card-CGxETsFa.mjs';
|
|
2
|
+
import * as react from 'react';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* WorkflowEmbed — iframe wrapper around the FluidGrids public read-only
|
|
@@ -25,6 +25,6 @@ interface WorkflowEmbedProps {
|
|
|
25
25
|
/** Called when the viewer reports it could not load the workflow */
|
|
26
26
|
onError?: (message: string) => void;
|
|
27
27
|
}
|
|
28
|
-
declare function WorkflowEmbed({ appUrl, productId, theme, clickToInteract, hideCta, className, onError, }: WorkflowEmbedProps):
|
|
28
|
+
declare function WorkflowEmbed({ appUrl, productId, theme, clickToInteract, hideCta, className, onError, }: WorkflowEmbedProps): react.JSX.Element | null;
|
|
29
29
|
|
|
30
30
|
export { WorkflowEmbed, type WorkflowEmbedProps };
|
package/dist/store/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export { B as BrowseStoreResult, G as GroupedStoreProducts, P as ProductCard, a as ProductCategory, R as RatingDistribution, S as SearchSuggestion, b as StarRating, c as StoreBrowsePage, d as StoreBrowsePageProps, e as StoreFacet, f as StoreFacets, g as StoreHomePage, h as StoreHomePageProps, i as StorePageProps, j as StoreProduct, k as StoreProductDetailPage, l as StoreProductDetailPageProps, m as StoreProductDetails, n as StorePublisher, o as StoreReview, p as StoreTerminology, q as StoreTypeFilter, T as TypeBadge, r as formatDownloads, s as formatPrice } from '../product-card-
|
|
2
|
-
import * as
|
|
1
|
+
export { B as BrowseStoreResult, G as GroupedStoreProducts, P as ProductCard, a as ProductCategory, R as RatingDistribution, S as SearchSuggestion, b as StarRating, c as StoreBrowsePage, d as StoreBrowsePageProps, e as StoreFacet, f as StoreFacets, g as StoreHomePage, h as StoreHomePageProps, i as StorePageProps, j as StoreProduct, k as StoreProductDetailPage, l as StoreProductDetailPageProps, m as StoreProductDetails, n as StorePublisher, o as StoreReview, p as StoreTerminology, q as StoreTypeFilter, T as TypeBadge, r as formatDownloads, s as formatPrice } from '../product-card-CGxETsFa.js';
|
|
2
|
+
import * as react from 'react';
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* WorkflowEmbed — iframe wrapper around the FluidGrids public read-only
|
|
@@ -25,6 +25,6 @@ interface WorkflowEmbedProps {
|
|
|
25
25
|
/** Called when the viewer reports it could not load the workflow */
|
|
26
26
|
onError?: (message: string) => void;
|
|
27
27
|
}
|
|
28
|
-
declare function WorkflowEmbed({ appUrl, productId, theme, clickToInteract, hideCta, className, onError, }: WorkflowEmbedProps):
|
|
28
|
+
declare function WorkflowEmbed({ appUrl, productId, theme, clickToInteract, hideCta, className, onError, }: WorkflowEmbedProps): react.JSX.Element | null;
|
|
29
29
|
|
|
30
30
|
export { WorkflowEmbed, type WorkflowEmbedProps };
|