@pixelated-tech/components 3.2.1 → 3.2.4
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/components/carousel/carousel.css +5 -0
- package/dist/components/cms/contentful.items.components.js +1 -1
- package/dist/components/cms/google.reviews.components.js +7 -0
- package/dist/components/cms/hubspot.components.js +33 -1
- package/dist/components/cms/wordpress.functions.js +52 -0
- package/dist/components/general/loading.js +16 -15
- package/dist/components/menu/menu-accordion.js +9 -14
- package/dist/components/menu/menu-expando.css +97 -90
- package/dist/components/menu/menu-expando.js +115 -17
- package/dist/components/menu/menu-simple.css +4 -0
- package/dist/components/menu/menu-simple.js +8 -3
- package/dist/components/pagebuilder/components/SaveLoadSection.js +1 -1
- package/dist/components/seo/404.js +1 -1
- package/dist/components/seo/sitemap.js +16 -4
- package/dist/components/shoppingcart/shoppingcart.components.js +1 -1
- package/dist/components/structured/buzzwordbingo.js +1 -1
- package/dist/components/structured/recipe.js +1 -1
- package/dist/components/structured/socialcard.js +1 -1
- package/dist/index.js +1 -2
- package/dist/index.server.js +0 -1
- package/dist/types/components/cms/google.reviews.components.d.ts +10 -0
- package/dist/types/components/cms/google.reviews.components.d.ts.map +1 -1
- package/dist/types/components/cms/hubspot.components.d.ts +16 -0
- package/dist/types/components/cms/hubspot.components.d.ts.map +1 -1
- package/dist/types/components/cms/wordpress.functions.d.ts +31 -0
- package/dist/types/components/cms/wordpress.functions.d.ts.map +1 -1
- package/dist/types/components/general/loading.d.ts.map +1 -1
- package/dist/types/components/menu/menu-accordion.d.ts.map +1 -1
- package/dist/types/components/menu/menu-expando.d.ts.map +1 -1
- package/dist/types/components/menu/menu-simple.d.ts +1 -1
- package/dist/types/components/menu/menu-simple.d.ts.map +1 -1
- package/dist/types/components/seo/sitemap.d.ts +2 -0
- package/dist/types/components/seo/sitemap.d.ts.map +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.server.d.ts +0 -1
- package/dist/types/stories/menu/menu-expando.stories.d.ts +8 -0
- package/dist/types/stories/menu/menu-expando.stories.d.ts.map +1 -0
- package/dist/types/tests/api.test.d.ts +2 -0
- package/dist/types/tests/api.test.d.ts.map +1 -0
- package/dist/types/tests/buzzwordbingo.test.d.ts +2 -0
- package/dist/types/tests/buzzwordbingo.test.d.ts.map +1 -0
- package/dist/types/tests/calendly.test.d.ts +2 -0
- package/dist/types/tests/calendly.test.d.ts.map +1 -0
- package/dist/types/tests/callout.test.d.ts +2 -0
- package/dist/types/tests/callout.test.d.ts.map +1 -0
- package/dist/types/tests/carousel-drag.test.d.ts +2 -0
- package/dist/types/tests/carousel-drag.test.d.ts.map +1 -0
- package/dist/types/tests/carousel.test.d.ts +2 -0
- package/dist/types/tests/carousel.test.d.ts.map +1 -0
- package/dist/types/tests/cloudinary-image.test.d.ts +2 -0
- package/dist/types/tests/cloudinary-image.test.d.ts.map +1 -0
- package/dist/types/tests/cloudinary.test.d.ts +2 -0
- package/dist/types/tests/cloudinary.test.d.ts.map +1 -0
- package/dist/types/tests/config.client.test.d.ts +2 -0
- package/dist/types/tests/config.client.test.d.ts.map +1 -0
- package/dist/types/tests/config.server.test.d.ts +2 -0
- package/dist/types/tests/config.server.test.d.ts.map +1 -0
- package/dist/types/tests/contentful-items.test.d.ts +2 -0
- package/dist/types/tests/contentful-items.test.d.ts.map +1 -0
- package/dist/types/tests/contentful.delivery.test.d.ts +2 -0
- package/dist/types/tests/contentful.delivery.test.d.ts.map +1 -0
- package/dist/types/tests/css.test.d.ts +2 -0
- package/dist/types/tests/css.test.d.ts.map +1 -0
- package/dist/types/tests/ebay.test.d.ts +2 -0
- package/dist/types/tests/ebay.test.d.ts.map +1 -0
- package/dist/types/tests/form.test.d.ts +2 -0
- package/dist/types/tests/form.test.d.ts.map +1 -0
- package/dist/types/tests/formcomponents.test.d.ts +2 -0
- package/dist/types/tests/formcomponents.test.d.ts.map +1 -0
- package/dist/types/tests/formvalidations.test.d.ts +2 -0
- package/dist/types/tests/formvalidations.test.d.ts.map +1 -0
- package/dist/types/tests/functions.test.d.ts +2 -0
- package/dist/types/tests/functions.test.d.ts.map +1 -0
- package/dist/types/tests/google-analytics.test.d.ts +2 -0
- package/dist/types/tests/google-analytics.test.d.ts.map +1 -0
- package/dist/types/tests/google-map.test.d.ts +2 -0
- package/dist/types/tests/google-map.test.d.ts.map +1 -0
- package/dist/types/tests/google-reviews.test.d.ts +2 -0
- package/dist/types/tests/google-reviews.test.d.ts.map +1 -0
- package/dist/types/tests/googlesearch.test.d.ts +2 -0
- package/dist/types/tests/googlesearch.test.d.ts.map +1 -0
- package/dist/types/tests/gravatar.test.d.ts +2 -0
- package/dist/types/tests/gravatar.test.d.ts.map +1 -0
- package/dist/types/tests/hubspot.test.d.ts +2 -0
- package/dist/types/tests/hubspot.test.d.ts.map +1 -0
- package/dist/types/tests/image.test.d.ts +2 -0
- package/dist/types/tests/image.test.d.ts.map +1 -0
- package/dist/types/tests/instagram.test.d.ts +2 -0
- package/dist/types/tests/instagram.test.d.ts.map +1 -0
- package/dist/types/tests/loading.test.d.ts +2 -0
- package/dist/types/tests/loading.test.d.ts.map +1 -0
- package/dist/types/tests/markdown.test.d.ts +2 -0
- package/dist/types/tests/markdown.test.d.ts.map +1 -0
- package/dist/types/tests/menu-accordion.test.d.ts +2 -0
- package/dist/types/tests/menu-accordion.test.d.ts.map +1 -0
- package/dist/types/tests/menu-expando.test.d.ts +2 -0
- package/dist/types/tests/menu-expando.test.d.ts.map +1 -0
- package/dist/types/tests/menu-simple.test.d.ts +2 -0
- package/dist/types/tests/menu-simple.test.d.ts.map +1 -0
- package/dist/types/tests/metadata.components.test.d.ts +2 -0
- package/dist/types/tests/metadata.components.test.d.ts.map +1 -0
- package/dist/types/tests/microinteractions.test.d.ts +2 -0
- package/dist/types/tests/microinteractions.test.d.ts.map +1 -0
- package/dist/types/tests/modal.test.d.ts +2 -0
- package/dist/types/tests/modal.test.d.ts.map +1 -0
- package/dist/types/tests/nerdjoke.test.d.ts +2 -0
- package/dist/types/tests/nerdjoke.test.d.ts.map +1 -0
- package/dist/types/tests/paypal.test.d.ts +2 -0
- package/dist/types/tests/paypal.test.d.ts.map +1 -0
- package/dist/types/tests/pixelated.menu-expando.test.d.ts +2 -0
- package/dist/types/tests/pixelated.menu-expando.test.d.ts.map +1 -0
- package/dist/types/tests/recipe.test.d.ts +2 -0
- package/dist/types/tests/recipe.test.d.ts.map +1 -0
- package/dist/types/tests/resume.test.d.ts +2 -0
- package/dist/types/tests/resume.test.d.ts.map +1 -0
- package/dist/types/tests/semantic.test.d.ts +2 -0
- package/dist/types/tests/semantic.test.d.ts.map +1 -0
- package/dist/types/tests/setup.d.ts +2 -0
- package/dist/types/tests/setup.d.ts.map +1 -0
- package/dist/types/tests/shopping-cart.test.d.ts +2 -0
- package/dist/types/tests/shopping-cart.test.d.ts.map +1 -0
- package/dist/types/tests/shoppingcart.components.test.d.ts +2 -0
- package/dist/types/tests/shoppingcart.components.test.d.ts.map +1 -0
- package/dist/types/tests/shoppingcart.functions.test.d.ts +2 -0
- package/dist/types/tests/shoppingcart.functions.test.d.ts.map +1 -0
- package/dist/types/tests/sidepanel.test.d.ts +2 -0
- package/dist/types/tests/sidepanel.test.d.ts.map +1 -0
- package/dist/types/tests/socialcard.test.d.ts +2 -0
- package/dist/types/tests/socialcard.test.d.ts.map +1 -0
- package/dist/types/tests/table.test.d.ts +2 -0
- package/dist/types/tests/table.test.d.ts.map +1 -0
- package/dist/types/tests/tiles.test.d.ts +2 -0
- package/dist/types/tests/tiles.test.d.ts.map +1 -0
- package/dist/types/tests/timeline.test.d.ts +2 -0
- package/dist/types/tests/timeline.test.d.ts.map +1 -0
- package/dist/types/tests/wordpress.test.d.ts +2 -0
- package/dist/types/tests/wordpress.test.d.ts.map +1 -0
- package/dist/types/tests/yelp.test.d.ts +2 -0
- package/dist/types/tests/yelp.test.d.ts.map +1 -0
- package/package.json +20 -7
- package/dist/components/cms/hubspot.js +0 -34
- package/dist/types/components/cms/hubspot.d.ts +0 -18
- package/dist/types/components/cms/hubspot.d.ts.map +0 -1
- package/dist/types/tests/pixelated.api.test.d.ts +0 -2
- package/dist/types/tests/pixelated.api.test.d.ts.map +0 -1
- package/dist/types/tests/pixelated.callout.test.d.ts +0 -2
- package/dist/types/tests/pixelated.callout.test.d.ts.map +0 -1
- package/dist/types/tests/pixelated.carousel.test.d.ts +0 -2
- package/dist/types/tests/pixelated.carousel.test.d.ts.map +0 -1
- package/dist/types/tests/pixelated.menu-accordion.test.d.ts +0 -2
- package/dist/types/tests/pixelated.menu-accordion.test.d.ts.map +0 -1
- package/dist/types/tests/pixelated.menu-simple.test.d.ts +0 -2
- package/dist/types/tests/pixelated.menu-simple.test.d.ts.map +0 -1
- package/dist/types/tests/pixelated.nerdjoke.test.d.ts +0 -2
- package/dist/types/tests/pixelated.nerdjoke.test.d.ts.map +0 -1
- package/dist/types/tests/pixelated.recipe.test.d.ts +0 -2
- package/dist/types/tests/pixelated.recipe.test.d.ts.map +0 -1
- package/dist/types/tests/pixelated.resume.test.d.ts +0 -2
- package/dist/types/tests/pixelated.resume.test.d.ts.map +0 -1
- package/dist/types/tests/pixelated.socialcard.test.d.ts +0 -2
- package/dist/types/tests/pixelated.socialcard.test.d.ts.map +0 -1
|
@@ -16,7 +16,7 @@ export function SaveLoadSection({ pageData, onLoad, apiEndpoint = '/api/pagebuil
|
|
|
16
16
|
// Fetch list of saved pages on mount
|
|
17
17
|
useEffect(() => {
|
|
18
18
|
fetchPages();
|
|
19
|
-
}, []);
|
|
19
|
+
}, [apiEndpoint]);
|
|
20
20
|
async function fetchPages() {
|
|
21
21
|
try {
|
|
22
22
|
const response = await fetch(`${apiEndpoint}/list`);
|
|
@@ -19,7 +19,7 @@ export function FourOhFour(props) {
|
|
|
19
19
|
// const cloudinaryURL = getCloudinaryRemoteFetchURL({ url: images[randomIndex].img, product_env:"dlbon7tpq" });
|
|
20
20
|
// setCloudinaryURL(cloudinaryURL);
|
|
21
21
|
setImageURL(images[randomIndex].img);
|
|
22
|
-
}, []);
|
|
22
|
+
}, [images]);
|
|
23
23
|
const config = usePixelatedConfig();
|
|
24
24
|
if (randomIndex !== null && imageURL /* cloudinaryURL */ !== '') {
|
|
25
25
|
return (_jsxs(_Fragment, { children: [_jsxs("div", { className: "fof-body-container", children: [_jsxs("h1", { className: "centered text-outline", children: ["404 - ", images[randomIndex].text] }), _jsx("div", { className: "centered-button", children: _jsx("a", { href: "/", target: "_self", rel: "noopener noreferrer", children: "Go Home" }) })] }), _jsx("div", { className: "fof-image-container", children: _jsx("div", { className: "fof-image-wrapper", children: _jsx(SmartImage, { src: imageURL,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import PropTypes from "prop-types";
|
|
2
2
|
import { getAllRoutes } from "./metadata";
|
|
3
|
-
import { getWordPressItems } from "../cms/wordpress.functions";
|
|
3
|
+
import { getWordPressItems, getWordPressItemImages } from "../cms/wordpress.functions";
|
|
4
4
|
import { getContentfulFieldValues, getContentfulAssetURLs } from "../cms/contentful.delivery";
|
|
5
5
|
import { getEbayAppToken, getEbayItemsSearch } from "../shoppingcart/ebay.functions";
|
|
6
6
|
import { getFullPixelatedConfig } from '../config/config';
|
|
@@ -63,6 +63,7 @@ export async function generateSitemap(cfg = {}, originInput) {
|
|
|
63
63
|
// Defaults: pages true, image json true, others false
|
|
64
64
|
const usePages = cfg.createPageURLs ?? true;
|
|
65
65
|
const useWP = cfg.createWordPressURLs ?? false;
|
|
66
|
+
const useWPImages = cfg.createWordPressImageURLs ?? false;
|
|
66
67
|
const useImageJSON = cfg.createImageURLsFromJSON ?? true;
|
|
67
68
|
const useContentful = cfg.createContentfulURLs ?? false;
|
|
68
69
|
const useContentfulImages = cfg.createContentfulImageURLs ?? false;
|
|
@@ -81,7 +82,7 @@ export async function generateSitemap(cfg = {}, originInput) {
|
|
|
81
82
|
}
|
|
82
83
|
// WordPress
|
|
83
84
|
if (useWP && cfg.wordpress?.site) {
|
|
84
|
-
sitemapEntries.push(...(await createWordPressURLs({ site: cfg.wordpress.site })));
|
|
85
|
+
sitemapEntries.push(...(await createWordPressURLs({ site: cfg.wordpress.site, includeImages: useWPImages })));
|
|
85
86
|
}
|
|
86
87
|
// Contentful (pages)
|
|
87
88
|
if (useContentful && cfg.contentful) {
|
|
@@ -151,9 +152,17 @@ export async function createImageURLsFromJSON(origin, jsonPath = 'public/site-im
|
|
|
151
152
|
const resp = await fetch(`${origin}${urlPath}`);
|
|
152
153
|
if (!resp.ok)
|
|
153
154
|
return sitemap;
|
|
154
|
-
const
|
|
155
|
-
|
|
155
|
+
const json = await resp.json();
|
|
156
|
+
let imgs = [];
|
|
157
|
+
if (Array.isArray(json)) {
|
|
158
|
+
imgs = json;
|
|
159
|
+
}
|
|
160
|
+
else if (json && Array.isArray(json.images)) {
|
|
161
|
+
imgs = json.images;
|
|
162
|
+
}
|
|
163
|
+
else {
|
|
156
164
|
return sitemap;
|
|
165
|
+
}
|
|
157
166
|
// Use an array of URL strings so the sitemap serializer writes the URL text
|
|
158
167
|
const newImages = imgs.map(i => {
|
|
159
168
|
const rel = i.startsWith('/') ? i : `/${i}`;
|
|
@@ -174,11 +183,14 @@ export async function createWordPressURLs(props) {
|
|
|
174
183
|
const sitemap = [];
|
|
175
184
|
const blogPosts = await getWordPressItems({ site: props.site });
|
|
176
185
|
for await (const post of blogPosts ?? []) {
|
|
186
|
+
// Next.js sitemap only supports string URLs for images, so we map to .url
|
|
187
|
+
const images = props.includeImages ? getWordPressItemImages(post).map(img => img.url) : [];
|
|
177
188
|
sitemap.push({
|
|
178
189
|
url: post.URL,
|
|
179
190
|
lastModified: post.modified ? new Date(post.modified) : new Date(),
|
|
180
191
|
changeFrequency: "hourly",
|
|
181
192
|
priority: 1.0,
|
|
193
|
+
images: images.length > 0 ? images : undefined
|
|
182
194
|
});
|
|
183
195
|
}
|
|
184
196
|
return sitemap;
|
|
@@ -245,7 +245,7 @@ export function AddToCartButton(props) {
|
|
|
245
245
|
useEffect(() => {
|
|
246
246
|
const myContent = _jsxs("div", { className: "centered", children: [_jsx("br", {}), _jsx("br", {}), "Item ", props.itemID, " has been added to your cart.", _jsx("br", {}), _jsx("br", {}), GoToCartButton({ href: "/cart", itemID: props.itemID }), _jsx("br", {}), _jsx("br", {})] });
|
|
247
247
|
setModalContent(myContent);
|
|
248
|
-
}, []);
|
|
248
|
+
}, [props.itemID]);
|
|
249
249
|
function handleClick(e) {
|
|
250
250
|
props.handler(props.item);
|
|
251
251
|
handleModalOpen(e.nativeEvent, "-" + props.itemID);
|
|
@@ -18,7 +18,7 @@ export function BuzzwordBingo(props) {
|
|
|
18
18
|
const [bingoWords, setBingoWords] = useState([]);
|
|
19
19
|
useEffect(() => {
|
|
20
20
|
setBingoWords(getBingoWords(buzzwords, 24));
|
|
21
|
-
}, []);
|
|
21
|
+
}, [buzzwords]);
|
|
22
22
|
return (_jsxs("div", { className: "bingoCard rowfix-5col", children: [myBingoHeaders.map((word) => (_jsx(BingoHeader, { word: word }, word))), bingoWords.map((word) => (_jsx(BingoBox, { word: word }, word)))] }));
|
|
23
23
|
}
|
|
24
24
|
BingoHeader.propTypes = {
|
|
@@ -143,7 +143,7 @@ export function RecipePickList(props) {
|
|
|
143
143
|
}
|
|
144
144
|
useEffect(() => {
|
|
145
145
|
setRecipeOptions(generateMyOptions());
|
|
146
|
-
}, []);
|
|
146
|
+
}, [props.recipeData, props.recipeCategories]);
|
|
147
147
|
return (_jsx("form", { children: _jsx("select", { id: "recipe-list", name: "recipe-list", onChange: recipeListChanged, children: recipeOptions }) }));
|
|
148
148
|
}
|
|
149
149
|
/* ========== RECIPE BACK TO TOP ========== */
|
package/dist/index.js
CHANGED
|
@@ -14,7 +14,6 @@ export * from './components/cms/google.reviews.functions'; // server-side
|
|
|
14
14
|
export * from './components/cms/gravatar.functions'; // server-side
|
|
15
15
|
export * from './components/cms/gravatar.components';
|
|
16
16
|
export * from './components/cms/hubspot.components';
|
|
17
|
-
export * from './components/cms/hubspot'; // server-side
|
|
18
17
|
export * from './components/cms/instagram.functions'; // server-side
|
|
19
18
|
export * from './components/cms/instagram.components';
|
|
20
19
|
/* export * from './components/linkedin/linkedin'; */
|
|
@@ -34,7 +33,7 @@ export * from './components/general/semantic';
|
|
|
34
33
|
export * from './components/general/sidepanel';
|
|
35
34
|
export * from './components/general/table';
|
|
36
35
|
export * from './components/menu/menu-accordion';
|
|
37
|
-
|
|
36
|
+
export * from './components/menu/menu-expando';
|
|
38
37
|
export * from './components/menu/menu-simple';
|
|
39
38
|
export * from './components/nerdjoke/nerdjoke';
|
|
40
39
|
export * from './components/pagebuilder/components/ComponentPropertiesForm';
|
package/dist/index.server.js
CHANGED
|
@@ -7,7 +7,6 @@ export * from './components/cms/contentful.delivery';
|
|
|
7
7
|
export * from './components/cms/contentful.management';
|
|
8
8
|
export * from './components/cms/flickr';
|
|
9
9
|
export * from './components/cms/google.reviews.functions';
|
|
10
|
-
export * from './components/cms/hubspot';
|
|
11
10
|
export * from './components/cms/gravatar.functions';
|
|
12
11
|
export * from './components/cms/instagram.functions';
|
|
13
12
|
export * from './components/cms/wordpress.functions';
|
|
@@ -1,7 +1,17 @@
|
|
|
1
|
+
import PropTypes, { InferProps } from 'prop-types';
|
|
2
|
+
export type GoogleReviewsCardType = InferProps<typeof GoogleReviewsCard.propTypes>;
|
|
1
3
|
export declare function GoogleReviewsCard(props: {
|
|
2
4
|
placeId: string;
|
|
3
5
|
language?: string;
|
|
4
6
|
maxReviews?: number;
|
|
5
7
|
proxyBase?: string;
|
|
6
8
|
}): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export declare namespace GoogleReviewsCard {
|
|
10
|
+
var propTypes: {
|
|
11
|
+
placeID: PropTypes.Validator<string>;
|
|
12
|
+
language: PropTypes.Requireable<string>;
|
|
13
|
+
maxReviews: PropTypes.Requireable<number>;
|
|
14
|
+
proxyBase: PropTypes.Requireable<string>;
|
|
15
|
+
};
|
|
16
|
+
}
|
|
7
17
|
//# sourceMappingURL=google.reviews.components.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"google.reviews.components.d.ts","sourceRoot":"","sources":["../../../../src/components/cms/google.reviews.components.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"google.reviews.components.d.ts","sourceRoot":"","sources":["../../../../src/components/cms/google.reviews.components.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAYnD,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,SAAS,CAAC,CAAC;AACnF,wBAAgB,iBAAiB,CAAC,KAAK,EAAE;IACxC,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;CACnB,2CAwFA;yBA7Fe,iBAAiB"}
|
|
@@ -11,5 +11,21 @@ export declare namespace HubSpotForm {
|
|
|
11
11
|
containerId: PropTypes.Requireable<string>;
|
|
12
12
|
};
|
|
13
13
|
}
|
|
14
|
+
export type HubspotTrackingCodeType = InferProps<typeof HubspotTrackingCode.propTypes>;
|
|
15
|
+
export declare function HubspotTrackingCode(props: HubspotTrackingCodeType): import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
export declare namespace HubspotTrackingCode {
|
|
17
|
+
var propTypes: {
|
|
18
|
+
hubID: PropTypes.Validator<string>;
|
|
19
|
+
};
|
|
20
|
+
}
|
|
21
|
+
export type getHubspotFormSubmissionsType = InferProps<typeof getHubspotFormSubmissions.propTypes>;
|
|
22
|
+
export declare function getHubspotFormSubmissions(props: getHubspotFormSubmissionsType): Promise<any>;
|
|
23
|
+
export declare namespace getHubspotFormSubmissions {
|
|
24
|
+
var propTypes: {
|
|
25
|
+
proxyURL: PropTypes.Validator<string>;
|
|
26
|
+
formGUID: PropTypes.Validator<string>;
|
|
27
|
+
apiToken: PropTypes.Validator<string>;
|
|
28
|
+
};
|
|
29
|
+
}
|
|
14
30
|
export {};
|
|
15
31
|
//# sourceMappingURL=hubspot.components.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hubspot.components.d.ts","sourceRoot":"","sources":["../../../../src/components/cms/hubspot.components.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"hubspot.components.d.ts","sourceRoot":"","sources":["../../../../src/components/cms/hubspot.components.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAKnD,wBAAgB,uBAAuB,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,QAUvE;AASD,KAAK,eAAe,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,SAAS,CAAC,CAAC;AAChE,wBAAgB,WAAW,CAAC,EAC3B,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,WAAsC,EACxE,EAAE,eAAe,2CAyBjB;yBA3Be,WAAW;;;;;;;;;AAmC3B,MAAM,MAAM,uBAAuB,GAAG,UAAU,CAAC,OAAO,mBAAmB,CAAC,SAAS,CAAC,CAAC;AACvF,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,uBAAuB,2CAQjE;yBARe,mBAAmB;;;;;AAmBnC,MAAM,MAAM,6BAA6B,GAAG,UAAU,CAAC,OAAO,yBAAyB,CAAC,SAAS,CAAC,CAAC;AACnG,wBAAsB,yBAAyB,CAAC,KAAK,EAAE,6BAA6B,gBAmBnF;yBAnBqB,yBAAyB"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import PropTypes, { InferProps } from "prop-types";
|
|
1
2
|
export type BlogPostType = {
|
|
2
3
|
ID: string;
|
|
3
4
|
title: string;
|
|
@@ -9,11 +10,35 @@ export type BlogPostType = {
|
|
|
9
10
|
URL: string;
|
|
10
11
|
categories: string[];
|
|
11
12
|
featured_image?: string;
|
|
13
|
+
post_thumbnail?: {
|
|
14
|
+
URL: string;
|
|
15
|
+
};
|
|
16
|
+
attachments?: Record<string, any>;
|
|
12
17
|
};
|
|
18
|
+
export type getWordPressItemsType = InferProps<typeof getWordPressItems.propTypes>;
|
|
13
19
|
export declare function getWordPressItems(props: {
|
|
14
20
|
site: string;
|
|
15
21
|
count?: number;
|
|
16
22
|
}): Promise<BlogPostType[] | undefined>;
|
|
23
|
+
export declare namespace getWordPressItems {
|
|
24
|
+
var propTypes: {
|
|
25
|
+
site: PropTypes.Validator<string>;
|
|
26
|
+
count: PropTypes.Requireable<number>;
|
|
27
|
+
};
|
|
28
|
+
}
|
|
29
|
+
export type WordPressSitemapImage = {
|
|
30
|
+
url: string;
|
|
31
|
+
title?: string;
|
|
32
|
+
caption?: string;
|
|
33
|
+
thumbnail_loc?: string;
|
|
34
|
+
};
|
|
35
|
+
export type getWordPressItemImagesType = InferProps<typeof getWordPressItemImages.propTypes>;
|
|
36
|
+
export declare function getWordPressItemImages(item: BlogPostType): WordPressSitemapImage[];
|
|
37
|
+
export declare namespace getWordPressItemImages {
|
|
38
|
+
var propTypes: {
|
|
39
|
+
item: PropTypes.Validator<object>;
|
|
40
|
+
};
|
|
41
|
+
}
|
|
17
42
|
export type BlogPostCategoryType = {
|
|
18
43
|
id: number;
|
|
19
44
|
name: string;
|
|
@@ -22,7 +47,13 @@ export type BlogPostCategoryType = {
|
|
|
22
47
|
post_count: number;
|
|
23
48
|
feed_url: string;
|
|
24
49
|
};
|
|
50
|
+
export type getWordPressCategoriesType = InferProps<typeof getWordPressCategories.propTypes>;
|
|
25
51
|
export declare function getWordPressCategories(props: {
|
|
26
52
|
site: string;
|
|
27
53
|
}): Promise<any[] | undefined>;
|
|
54
|
+
export declare namespace getWordPressCategories {
|
|
55
|
+
var propTypes: {
|
|
56
|
+
site: PropTypes.Validator<string>;
|
|
57
|
+
};
|
|
58
|
+
}
|
|
28
59
|
//# sourceMappingURL=wordpress.functions.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wordpress.functions.d.ts","sourceRoot":"","sources":["../../../../src/components/cms/wordpress.functions.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"wordpress.functions.d.ts","sourceRoot":"","sources":["../../../../src/components/cms/wordpress.functions.ts"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAWnD,MAAM,MAAM,YAAY,GAAG;IACvB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,GAAG,EAAE,MAAM,CAAC;IACZ,UAAU,EAAE,MAAM,EAAE,CAAC;IACxB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,cAAc,CAAC,EAAE;QAChB,GAAG,EAAE,MAAM,CAAC;KACZ,CAAA;IACD,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CAClC,CAAC;AAKF,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,SAAS,CAAC,CAAC;AACnF,wBAAsB,iBAAiB,CAAC,KAAK,EAAE;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAA;CAAE,uCA0B9E;yBA1BqB,iBAAiB;;;;;;AAgCvC,MAAM,MAAM,qBAAqB,GAAG;IACnC,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,aAAa,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAIF,MAAM,MAAM,0BAA0B,GAAG,UAAU,CAAC,OAAO,sBAAsB,CAAC,SAAS,CAAC,CAAC;AAC7F,wBAAgB,sBAAsB,CAAC,IAAI,EAAE,YAAY,GAAG,qBAAqB,EAAE,CAuClF;yBAvCe,sBAAsB;;;;;AA8CtC,MAAM,MAAM,oBAAoB,GAAG;IAClC,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;CACjB,CAAC;AAIF,MAAM,MAAM,0BAA0B,GAAG,UAAU,CAAC,OAAO,sBAAsB,CAAC,SAAS,CAAC,CAAC;AAC7F,wBAAsB,sBAAsB,CAAC,KAAK,EAAE;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,8BAcnE;yBAdqB,sBAAsB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"loading.d.ts","sourceRoot":"","sources":["../../../../src/components/general/loading.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"loading.d.ts","sourceRoot":"","sources":["../../../../src/components/general/loading.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,gBAAgB,CAAC;AASxB,wBAAgB,OAAO,4CAqBtB;AAKD,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,SAAS,CAAC,CAAC;AAC3E,wBAAgB,aAAa,CAAC,KAAK,EAAE,iBAAiB,QAkBrD;yBAlBe,aAAa"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"menu-accordion.d.ts","sourceRoot":"","sources":["../../../../src/components/menu/menu-accordion.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,sBAAsB,CAAC;AAE9B,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,MAAM;QACf,QAAQ,EAAE,MAAM,IAAI,CAAC;KACrB;CACD;AAED,MAAM,MAAM,QAAQ,GAAG;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,QAAQ,EAAE,CAAC;CACpB,CAAA;AAmCD,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,SAAS,CAAC,CAAC;AAC3E,wBAAgB,aAAa,CAAC,KAAK,EAAE,iBAAiB,2CAyGrD;yBAzGe,aAAa;;;;;;AAoH7B,MAAM,MAAM,sBAAsB,GAAG,UAAU,CAAC,OAAO,kBAAkB,CAAC,SAAS,CAAC,CAAC;AACrF,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,sBAAsB,2CAO/D;yBAPe,kBAAkB;;;;;;AAkBlC,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,SAAS,CAAC,CAAC;AACnF,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,qBAAqB,
|
|
1
|
+
{"version":3,"file":"menu-accordion.d.ts","sourceRoot":"","sources":["../../../../src/components/menu/menu-accordion.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,sBAAsB,CAAC;AAE9B,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,MAAM;QACf,QAAQ,EAAE,MAAM,IAAI,CAAC;KACrB;CACD;AAED,MAAM,MAAM,QAAQ,GAAG;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,QAAQ,EAAE,CAAC;CACpB,CAAA;AAmCD,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,SAAS,CAAC,CAAC;AAC3E,wBAAgB,aAAa,CAAC,KAAK,EAAE,iBAAiB,2CAyGrD;yBAzGe,aAAa;;;;;;AAoH7B,MAAM,MAAM,sBAAsB,GAAG,UAAU,CAAC,OAAO,kBAAkB,CAAC,SAAS,CAAC,CAAC;AACrF,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,sBAAsB,2CAO/D;yBAPe,kBAAkB;;;;;;AAkBlC,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,SAAS,CAAC,CAAC;AACnF,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,qBAAqB,2CAQ7D;yBARe,iBAAiB;;;;;;;AAoBjC,MAAM,MAAM,uBAAuB,GAAG,UAAU,CAAC,OAAO,mBAAmB,CAAC,SAAS,CAAC,CAAC;AACvF,wBAAgB,mBAAmB,4CAmBlC;yBAnBe,mBAAmB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"menu-expando.d.ts","sourceRoot":"","sources":["../../../../src/components/menu/menu-expando.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"menu-expando.d.ts","sourceRoot":"","sources":["../../../../src/components/menu/menu-expando.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,MAAM,YAAY,CAAC;AACnC,OAAO,oBAAoB,CAAC;AAE5B,wBAAgB,WAAW,CAAC,KAAK,EAAE,GAAG,2CA2JrC;yBA3Je,WAAW;;;;;AAwK3B,wBAAgB,eAAe,CAAC,KAAK,EAAE,GAAG,2CAIzC;yBAJe,eAAe;;;;;;AAW/B,wBAAgB,iBAAiB,4CAahC;yBAbe,iBAAiB"}
|
|
@@ -15,7 +15,7 @@ export declare namespace MenuSimple {
|
|
|
15
15
|
};
|
|
16
16
|
}
|
|
17
17
|
export type MenuSimpleItemType = InferProps<typeof MenuSimpleItem.propTypes>;
|
|
18
|
-
export declare function MenuSimpleItem(props: MenuSimpleItemType): import("react/jsx-runtime").JSX.Element
|
|
18
|
+
export declare function MenuSimpleItem(props: MenuSimpleItemType): import("react/jsx-runtime").JSX.Element;
|
|
19
19
|
export declare namespace MenuSimpleItem {
|
|
20
20
|
var propTypes: {
|
|
21
21
|
name: PropTypes.Validator<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"menu-simple.d.ts","sourceRoot":"","sources":["../../../../src/components/menu/menu-simple.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"menu-simple.d.ts","sourceRoot":"","sources":["../../../../src/components/menu/menu-simple.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,mBAAmB,CAAC;AAc3B,wBAAgB,UAAU,CAAC,KAAK,EAAE;IAAE,SAAS,EAAE,kBAAkB,EAAE,CAAA;CAAE,2CAsCpE;yBAtCe,UAAU;;;;;;;;;;;AAkD1B,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,SAAS,CAAC,CAAC;AAC7E,wBAAgB,cAAc,CAAC,KAAK,EAAE,kBAAkB,2CAavD;yBAbe,cAAc"}
|
|
@@ -4,6 +4,7 @@ export type SitemapEntry = MetadataRoute.Sitemap[number];
|
|
|
4
4
|
export type SitemapConfig = {
|
|
5
5
|
createPageURLs?: boolean;
|
|
6
6
|
createWordPressURLs?: boolean;
|
|
7
|
+
createWordPressImageURLs?: boolean;
|
|
7
8
|
createImageURLs?: boolean;
|
|
8
9
|
createImageURLsFromJSON?: boolean;
|
|
9
10
|
createContentfulURLs?: boolean;
|
|
@@ -55,6 +56,7 @@ export declare function createPageURLs(myRoutes: {
|
|
|
55
56
|
export declare function createImageURLsFromJSON(origin: string, jsonPath?: string): Promise<SitemapEntry[]>;
|
|
56
57
|
export declare function createWordPressURLs(props: {
|
|
57
58
|
site: string;
|
|
59
|
+
includeImages?: boolean;
|
|
58
60
|
}): Promise<{
|
|
59
61
|
url: string;
|
|
60
62
|
lastModified?: string | Date | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"sitemap.d.ts","sourceRoot":"","sources":["../../../../src/components/seo/sitemap.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,MAAM,CAAC;AAQ1C,MAAM,MAAM,YAAY,GAAG,aAAa,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;AAWzD,MAAM,MAAM,aAAa,GAAG;IAC3B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,SAAS,CAAC,EAAE;QAAE,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IAC9B,SAAS,CAAC,EAAE;QAAE,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IAC9B,UAAU,CAAC,EAAE,GAAG,CAAC;IACjB,MAAM,CAAC,EAAE,GAAG,CAAC;CACb,CAAC;AAKF;;;GAGG;AACH,wBAAgB,oBAAoB,CAAC,WAAW,CAAC,EAAE;IAAE,GAAG,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,MAAM,GAAG,IAAI,CAAA;CAAE,GAAG,SAAS,EAAE,cAAc,SAA0B,UAU7I;AAED;;;;GAIG;AACH,wBAAsB,wBAAwB,CAAC,cAAc,SAA0B,mBAatF;AAID,wBAAgB,aAAa,CAAC,MAAM,EAAE,GAAG,SAGxC;AAID,wBAAgB,oBAAoB,CAAC,OAAO,EAAE,YAAY,EAAE,UAU3D;AAID;;;GAGG;AACH,wBAAsB,eAAe,CAAC,GAAG,GAAE,aAAkB,EAAE,WAAW,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,aAAa,CAAC,OAAO,CAAC,
|
|
1
|
+
{"version":3,"file":"sitemap.d.ts","sourceRoot":"","sources":["../../../../src/components/seo/sitemap.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,MAAM,CAAC;AAQ1C,MAAM,MAAM,YAAY,GAAG,aAAa,CAAC,OAAO,CAAC,MAAM,CAAC,CAAC;AAWzD,MAAM,MAAM,aAAa,GAAG;IAC3B,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,wBAAwB,CAAC,EAAE,OAAO,CAAC;IACnC,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,uBAAuB,CAAC,EAAE,OAAO,CAAC;IAClC,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAC/B,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,kBAAkB,CAAC,EAAE,OAAO,CAAC;IAC7B,SAAS,CAAC,EAAE;QAAE,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IAC9B,SAAS,CAAC,EAAE;QAAE,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IAC9B,UAAU,CAAC,EAAE,GAAG,CAAC;IACjB,MAAM,CAAC,EAAE,GAAG,CAAC;CACb,CAAC;AAKF;;;GAGG;AACH,wBAAgB,oBAAoB,CAAC,WAAW,CAAC,EAAE;IAAE,GAAG,EAAE,CAAC,CAAC,EAAE,MAAM,KAAK,MAAM,GAAG,IAAI,CAAA;CAAE,GAAG,SAAS,EAAE,cAAc,SAA0B,UAU7I;AAED;;;;GAIG;AACH,wBAAsB,wBAAwB,CAAC,cAAc,SAA0B,mBAatF;AAID,wBAAgB,aAAa,CAAC,MAAM,EAAE,GAAG,SAGxC;AAID,wBAAgB,oBAAoB,CAAC,OAAO,EAAE,YAAY,EAAE,UAU3D;AAID;;;GAGG;AACH,wBAAsB,eAAe,CAAC,GAAG,GAAE,aAAkB,EAAE,WAAW,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,aAAa,CAAC,OAAO,CAAC,CAmEnH;AAKD,wBAAsB,cAAc,CAAC,QAAQ,EAAE;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,EAAE,EAAE,MAAM,EAAE,MAAM;;;;;;iBA2N8rK,CAAC;;;;KA5M/wK;AAMD,wBAAsB,uBAAuB,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,SAA4B,GAAG,OAAO,CAAC,YAAY,EAAE,CAAC,CA+B3H;AAKD,wBAAsB,mBAAmB,CAAC,KAAK,EAAE;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,aAAa,CAAC,EAAE,OAAO,CAAA;CAAC;;;;;;iBAkKurK,CAAC;;;;KAnJ/wK;AAcD,MAAM,MAAM,wBAAwB,GAAG,UAAU,CAAC,OAAO,oBAAoB,CAAC,SAAS,CAAC,CAAC;AACzF,wBAAsB,oBAAoB,CAAC,KAAK,EAAE,wBAAwB;;;;;;iBAoIqsK,CAAC;;;;KA/G/wK;yBArBqB,oBAAoB;;;;;;;;;;;AAkC1C,MAAM,MAAM,mCAAmC,GAAG,UAAU,CAAC,OAAO,+BAA+B,CAAC,SAAS,CAAC,CAAC;AAC/G,wBAAsB,+BAA+B,CAAC,KAAK,EAAE,mCAAmC;;;;;;iBAiG+qK,CAAC;;;;KAjF/wK;yBAhBqB,+BAA+B;;;;;;;;;;;AAgCrD,MAAM,MAAM,6BAA6B,GAAG,UAAU,CAAC,OAAO,yBAAyB,CAAC,SAAS,CAAC,CAAC;AACnG,wBAAsB,yBAAyB,CAAC,KAAK,EAAE,6BAA6B,GAAG,OAAO,CAAC,YAAY,EAAE,CAAC,CAsB7G;yBAtBqB,yBAAyB;;;;;;;;;;;;AAyC/C,wBAAsB,kBAAkB,CAAC,MAAM,EAAE,MAAM;;;;;;iBAuBwtK,CAAC;;;;KAN/wK"}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -14,7 +14,6 @@ export * from "./components/cms/google.reviews.functions";
|
|
|
14
14
|
export * from "./components/cms/gravatar.functions";
|
|
15
15
|
export * from "./components/cms/gravatar.components";
|
|
16
16
|
export * from "./components/cms/hubspot.components";
|
|
17
|
-
export * from "./components/cms/hubspot";
|
|
18
17
|
export * from "./components/cms/instagram.functions";
|
|
19
18
|
export * from "./components/cms/instagram.components";
|
|
20
19
|
export * from "./components/cms/wordpress.components";
|
|
@@ -32,6 +31,7 @@ export * from "./components/general/semantic";
|
|
|
32
31
|
export * from "./components/general/sidepanel";
|
|
33
32
|
export * from "./components/general/table";
|
|
34
33
|
export * from "./components/menu/menu-accordion";
|
|
34
|
+
export * from "./components/menu/menu-expando";
|
|
35
35
|
export * from "./components/menu/menu-simple";
|
|
36
36
|
export * from "./components/nerdjoke/nerdjoke";
|
|
37
37
|
export * from "./components/pagebuilder/components/ComponentPropertiesForm";
|
|
@@ -3,7 +3,6 @@ export * from "./components/cms/contentful.delivery";
|
|
|
3
3
|
export * from "./components/cms/contentful.management";
|
|
4
4
|
export * from "./components/cms/flickr";
|
|
5
5
|
export * from "./components/cms/google.reviews.functions";
|
|
6
|
-
export * from "./components/cms/hubspot";
|
|
7
6
|
export * from "./components/cms/gravatar.functions";
|
|
8
7
|
export * from "./components/cms/instagram.functions";
|
|
9
8
|
export * from "./components/cms/wordpress.functions";
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
export let title: string;
|
|
3
|
+
export { MenuExpando as component };
|
|
4
|
+
}
|
|
5
|
+
export default _default;
|
|
6
|
+
export function Expando(): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
import { MenuExpando } from '@/components/menu/menu-expando';
|
|
8
|
+
//# sourceMappingURL=menu-expando.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"menu-expando.stories.d.ts","sourceRoot":"","sources":["../../../../src/stories/menu/menu-expando.stories.js"],"names":[],"mappings":";;;;;AAWA,mEAMC;4BAhB2B,gCAAgC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api.test.d.ts","sourceRoot":"","sources":["../../../src/tests/api.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"buzzwordbingo.test.d.ts","sourceRoot":"","sources":["../../../src/tests/buzzwordbingo.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"calendly.test.d.ts","sourceRoot":"","sources":["../../../src/tests/calendly.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"callout.test.d.ts","sourceRoot":"","sources":["../../../src/tests/callout.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"carousel-drag.test.d.ts","sourceRoot":"","sources":["../../../src/tests/carousel-drag.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"carousel.test.d.ts","sourceRoot":"","sources":["../../../src/tests/carousel.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cloudinary-image.test.d.ts","sourceRoot":"","sources":["../../../src/tests/cloudinary-image.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cloudinary.test.d.ts","sourceRoot":"","sources":["../../../src/tests/cloudinary.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config.client.test.d.ts","sourceRoot":"","sources":["../../../src/tests/config.client.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config.server.test.d.ts","sourceRoot":"","sources":["../../../src/tests/config.server.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contentful-items.test.d.ts","sourceRoot":"","sources":["../../../src/tests/contentful-items.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"contentful.delivery.test.d.ts","sourceRoot":"","sources":["../../../src/tests/contentful.delivery.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"css.test.d.ts","sourceRoot":"","sources":["../../../src/tests/css.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ebay.test.d.ts","sourceRoot":"","sources":["../../../src/tests/ebay.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"form.test.d.ts","sourceRoot":"","sources":["../../../src/tests/form.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"formcomponents.test.d.ts","sourceRoot":"","sources":["../../../src/tests/formcomponents.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"formvalidations.test.d.ts","sourceRoot":"","sources":["../../../src/tests/formvalidations.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"functions.test.d.ts","sourceRoot":"","sources":["../../../src/tests/functions.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"google-analytics.test.d.ts","sourceRoot":"","sources":["../../../src/tests/google-analytics.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"google-map.test.d.ts","sourceRoot":"","sources":["../../../src/tests/google-map.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"google-reviews.test.d.ts","sourceRoot":"","sources":["../../../src/tests/google-reviews.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"googlesearch.test.d.ts","sourceRoot":"","sources":["../../../src/tests/googlesearch.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gravatar.test.d.ts","sourceRoot":"","sources":["../../../src/tests/gravatar.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"hubspot.test.d.ts","sourceRoot":"","sources":["../../../src/tests/hubspot.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"image.test.d.ts","sourceRoot":"","sources":["../../../src/tests/image.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"instagram.test.d.ts","sourceRoot":"","sources":["../../../src/tests/instagram.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"loading.test.d.ts","sourceRoot":"","sources":["../../../src/tests/loading.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"markdown.test.d.ts","sourceRoot":"","sources":["../../../src/tests/markdown.test.tsx"],"names":[],"mappings":""}
|