@pixelated-tech/components 3.2.3 → 3.2.5
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/README.md +5 -0
- package/dist/components/carousel/carousel.css +5 -0
- package/dist/components/cms/contentful.items.components.js +1 -1
- package/dist/components/cms/wordpress.components.js +14 -9
- package/dist/components/general/loading.js +16 -15
- package/dist/components/menu/menu-accordion.js +9 -14
- 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/schema-blogposting.js +53 -0
- package/dist/components/seo/schema-localbusiness.js +27 -0
- package/dist/components/seo/schema-recipe.js +5 -0
- package/dist/components/seo/schema-services.js +24 -0
- package/dist/components/seo/schema-website.js +13 -0
- package/dist/components/shoppingcart/shoppingcart.components.js +1 -1
- package/dist/components/structured/buzzwordbingo.js +1 -1
- package/dist/components/structured/recipe.css +1 -1
- package/dist/components/structured/recipe.js +59 -9
- package/dist/components/structured/socialcard.js +1 -1
- package/dist/data/recipes.json +3157 -1821
- package/dist/index.js +5 -0
- package/dist/types/components/cms/wordpress.components.d.ts +1 -0
- package/dist/types/components/cms/wordpress.components.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-simple.d.ts +1 -1
- package/dist/types/components/menu/menu-simple.d.ts.map +1 -1
- package/dist/types/components/seo/schema-blogposting.d.ts +31 -0
- package/dist/types/components/seo/schema-blogposting.d.ts.map +1 -0
- package/dist/types/components/seo/schema-localbusiness.d.ts +25 -0
- package/dist/types/components/seo/schema-localbusiness.d.ts.map +1 -0
- package/dist/types/components/seo/schema-recipe.d.ts +34 -0
- package/dist/types/components/seo/schema-recipe.d.ts.map +1 -0
- package/dist/types/components/seo/schema-services.d.ts +25 -0
- package/dist/types/components/seo/schema-services.d.ts.map +1 -0
- package/dist/types/components/seo/schema-website.d.ts +21 -0
- package/dist/types/components/seo/schema-website.d.ts.map +1 -0
- package/dist/types/components/structured/recipe.d.ts +34 -13
- package/dist/types/components/structured/recipe.d.ts.map +1 -1
- package/dist/types/index.d.ts +5 -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/schema-blogposting.test.d.ts +2 -0
- package/dist/types/tests/schema-blogposting.test.d.ts.map +1 -0
- package/dist/types/tests/schema-localbusiness.test.d.ts +2 -0
- package/dist/types/tests/schema-localbusiness.test.d.ts.map +1 -0
- package/dist/types/tests/schema-recipe.test.d.ts +2 -0
- package/dist/types/tests/schema-recipe.test.d.ts.map +1 -0
- package/dist/types/tests/schema-services.test.d.ts +2 -0
- package/dist/types/tests/schema-services.test.d.ts.map +1 -0
- package/dist/types/tests/schema-website.test.d.ts +2 -0
- package/dist/types/tests/schema-website.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 +23 -10
- 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
package/dist/index.js
CHANGED
|
@@ -59,6 +59,11 @@ export * from './components/seo/404';
|
|
|
59
59
|
export * from './components/seo/googleanalytics';
|
|
60
60
|
export * from './components/seo/googlemap';
|
|
61
61
|
export * from './components/seo/googlesearch';
|
|
62
|
+
export * from './components/seo/schema-localbusiness';
|
|
63
|
+
export * from './components/seo/schema-recipe';
|
|
64
|
+
export * from './components/seo/schema-services';
|
|
65
|
+
export * from './components/seo/schema-website';
|
|
66
|
+
export * from './components/seo/schema-blogposting';
|
|
62
67
|
export * from './components/seo/metadata'; // server-side
|
|
63
68
|
export * from './components/seo/metadata.components';
|
|
64
69
|
export * from './components/seo/sitemap'; // server-side
|
|
@@ -3,6 +3,7 @@ import "./wordpress.css";
|
|
|
3
3
|
export declare function BlogPostList(props: {
|
|
4
4
|
site: string;
|
|
5
5
|
count?: number;
|
|
6
|
+
posts?: BlogPostType[];
|
|
6
7
|
}): import("react/jsx-runtime").JSX.Element;
|
|
7
8
|
export declare function BlogPostSummary(props: BlogPostType): import("react/jsx-runtime").JSX.Element;
|
|
8
9
|
export declare function BlogPostCategories(props: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wordpress.components.d.ts","sourceRoot":"","sources":["../../../../src/components/cms/wordpress.components.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAI1D,OAAO,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"wordpress.components.d.ts","sourceRoot":"","sources":["../../../../src/components/cms/wordpress.components.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAI1D,OAAO,iBAAiB,CAAC;AAWzB,wBAAgB,YAAY,CAAC,KAAK,EAAE;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,MAAM,CAAC;IAAC,KAAK,CAAC,EAAE,YAAY,EAAE,CAAA;CAAE,2CAyC3F;AAGD,wBAAgB,eAAe,CAAC,KAAK,EAAE,YAAY,2CA+ClD;AAID,wBAAgB,kBAAkB,CAAC,KAAK,EAAE;IAAE,UAAU,EAAE,MAAM,EAAE,CAAA;CAAE,kDA0BjE"}
|
|
@@ -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"}
|
|
@@ -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"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import type { BlogPostType } from '../cms/wordpress.functions';
|
|
2
|
+
export interface BlogPostingSchema {
|
|
3
|
+
'@context': string;
|
|
4
|
+
'@type': string;
|
|
5
|
+
headline: string;
|
|
6
|
+
description?: string;
|
|
7
|
+
image?: string;
|
|
8
|
+
datePublished: string;
|
|
9
|
+
dateModified?: string;
|
|
10
|
+
author?: {
|
|
11
|
+
'@type': string;
|
|
12
|
+
name: string;
|
|
13
|
+
url?: string;
|
|
14
|
+
};
|
|
15
|
+
articleBody?: string;
|
|
16
|
+
articleSection?: string;
|
|
17
|
+
keywords?: string[];
|
|
18
|
+
wordCount?: number;
|
|
19
|
+
}
|
|
20
|
+
interface SchemaBlogPostingProps {
|
|
21
|
+
post: BlogPostingSchema;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Converts WordPress REST API blog post to schema.org BlogPosting format
|
|
25
|
+
* @param post WordPress blog post
|
|
26
|
+
* @param includeFullContent Whether to include articleBody (true) or just description (false)
|
|
27
|
+
*/
|
|
28
|
+
export declare function mapWordPressToBlogPosting(post: BlogPostType, includeFullContent?: boolean): BlogPostingSchema;
|
|
29
|
+
export declare function SchemaBlogPosting({ post }: SchemaBlogPostingProps): import("react/jsx-runtime").JSX.Element;
|
|
30
|
+
export default SchemaBlogPosting;
|
|
31
|
+
//# sourceMappingURL=schema-blogposting.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schema-blogposting.d.ts","sourceRoot":"","sources":["../../../../src/components/seo/schema-blogposting.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAE/D,MAAM,WAAW,iBAAiB;IACjC,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,MAAM,CAAC;IACjB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,aAAa,EAAE,MAAM,CAAC;IACtB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,MAAM,CAAC,EAAE;QACR,OAAO,EAAE,MAAM,CAAC;QAChB,IAAI,EAAE,MAAM,CAAC;QACb,GAAG,CAAC,EAAE,MAAM,CAAC;KACb,CAAC;IACF,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,UAAU,sBAAsB;IAC/B,IAAI,EAAE,iBAAiB,CAAC;CACxB;AAED;;;;GAIG;AACH,wBAAgB,yBAAyB,CACxC,IAAI,EAAE,YAAY,EAClB,kBAAkB,GAAE,OAAe,GACjC,iBAAiB,CA8CnB;AAED,wBAAgB,iBAAiB,CAAC,EAAE,IAAI,EAAE,EAAE,sBAAsB,2CASjE;AAED,eAAe,iBAAiB,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* LocalBusiness Schema Component
|
|
3
|
+
* Generates JSON-LD structured data for SEO
|
|
4
|
+
* https://schema.org/LocalBusiness
|
|
5
|
+
*/
|
|
6
|
+
export interface LocalBusinessSchemaProps {
|
|
7
|
+
name: string;
|
|
8
|
+
streetAddress: string;
|
|
9
|
+
addressLocality: string;
|
|
10
|
+
addressRegion: string;
|
|
11
|
+
postalCode: string;
|
|
12
|
+
addressCountry?: string;
|
|
13
|
+
telephone: string;
|
|
14
|
+
url: string;
|
|
15
|
+
logo?: string;
|
|
16
|
+
image?: string;
|
|
17
|
+
openingHours?: string | string[];
|
|
18
|
+
description?: string;
|
|
19
|
+
email?: string;
|
|
20
|
+
priceRange?: string;
|
|
21
|
+
sameAs?: string[];
|
|
22
|
+
}
|
|
23
|
+
export declare function LocalBusinessSchema({ name, streetAddress, addressLocality, addressRegion, postalCode, addressCountry, telephone, url, logo, image, openingHours, description, email, priceRange, sameAs }: LocalBusinessSchemaProps): import("react/jsx-runtime").JSX.Element;
|
|
24
|
+
export default LocalBusinessSchema;
|
|
25
|
+
//# sourceMappingURL=schema-localbusiness.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schema-localbusiness.d.ts","sourceRoot":"","sources":["../../../../src/components/seo/schema-localbusiness.tsx"],"names":[],"mappings":"AAEA;;;;GAIG;AAEH,MAAM,WAAW,wBAAwB;IACxC,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,EAAE,MAAM,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;IACxB,aAAa,EAAE,MAAM,CAAC;IACtB,UAAU,EAAE,MAAM,CAAC;IACnB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,SAAS,EAAE,MAAM,CAAC;IAClB,GAAG,EAAE,MAAM,CAAC;IACZ,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;IACjC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;CAClB;AAED,wBAAgB,mBAAmB,CAAE,EACpC,IAAI,EACJ,aAAa,EACb,eAAe,EACf,aAAa,EACb,UAAU,EACV,cAAgC,EAChC,SAAS,EACT,GAAG,EACH,IAAI,EACJ,KAAK,EACL,YAAY,EACZ,WAAW,EACX,KAAK,EACL,UAAU,EACV,MAAM,EACN,EAAE,wBAAwB,2CA8B1B;AAED,eAAe,mBAAmB,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Recipe Schema Component
|
|
3
|
+
* Generates JSON-LD structured data for recipes
|
|
4
|
+
* https://schema.org/Recipe
|
|
5
|
+
*/
|
|
6
|
+
export interface RecipeSchemaProps {
|
|
7
|
+
recipe: {
|
|
8
|
+
'@context': string;
|
|
9
|
+
'@type': string;
|
|
10
|
+
name: string;
|
|
11
|
+
description?: string;
|
|
12
|
+
author?: {
|
|
13
|
+
'@type': string;
|
|
14
|
+
name: string;
|
|
15
|
+
};
|
|
16
|
+
datePublished?: string;
|
|
17
|
+
image?: string;
|
|
18
|
+
recipeYield?: string;
|
|
19
|
+
prepTime?: string;
|
|
20
|
+
cookTime?: string;
|
|
21
|
+
totalTime?: string;
|
|
22
|
+
recipeCategory?: string;
|
|
23
|
+
recipeCuisine?: string;
|
|
24
|
+
recipeIngredient?: string[];
|
|
25
|
+
recipeInstructions?: Array<{
|
|
26
|
+
'@type': string;
|
|
27
|
+
text: string;
|
|
28
|
+
}>;
|
|
29
|
+
license?: string;
|
|
30
|
+
};
|
|
31
|
+
}
|
|
32
|
+
export declare function RecipeSchema({ recipe }: RecipeSchemaProps): import("react/jsx-runtime").JSX.Element;
|
|
33
|
+
export default RecipeSchema;
|
|
34
|
+
//# sourceMappingURL=schema-recipe.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schema-recipe.d.ts","sourceRoot":"","sources":["../../../../src/components/seo/schema-recipe.tsx"],"names":[],"mappings":"AAEA;;;;GAIG;AAEH,MAAM,WAAW,iBAAiB;IACjC,MAAM,EAAE;QACP,UAAU,EAAE,MAAM,CAAC;QACnB,OAAO,EAAE,MAAM,CAAC;QAChB,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,MAAM,CAAC,EAAE;YACR,OAAO,EAAE,MAAM,CAAC;YAChB,IAAI,EAAE,MAAM,CAAC;SACb,CAAC;QACF,aAAa,CAAC,EAAE,MAAM,CAAC;QACvB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,cAAc,CAAC,EAAE,MAAM,CAAC;QACxB,aAAa,CAAC,EAAE,MAAM,CAAC;QACvB,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;QAC5B,kBAAkB,CAAC,EAAE,KAAK,CAAC;YAC1B,OAAO,EAAE,MAAM,CAAC;YAChB,IAAI,EAAE,MAAM,CAAC;SACb,CAAC,CAAC;QACH,OAAO,CAAC,EAAE,MAAM,CAAC;KACjB,CAAC;CACF;AAED,wBAAgB,YAAY,CAAE,EAAE,MAAM,EAAE,EAAE,iBAAiB,2CAO1D;AAED,eAAe,YAAY,CAAC"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Services Schema Component
|
|
3
|
+
* Generates JSON-LD structured data for services
|
|
4
|
+
* https://schema.org/Service
|
|
5
|
+
*/
|
|
6
|
+
export interface ServiceItem {
|
|
7
|
+
name: string;
|
|
8
|
+
description: string;
|
|
9
|
+
url?: string;
|
|
10
|
+
image?: string;
|
|
11
|
+
areaServed?: string | string[];
|
|
12
|
+
}
|
|
13
|
+
export interface ServicesSchemaProps {
|
|
14
|
+
provider: {
|
|
15
|
+
name: string;
|
|
16
|
+
url: string;
|
|
17
|
+
logo?: string;
|
|
18
|
+
telephone?: string;
|
|
19
|
+
email?: string;
|
|
20
|
+
};
|
|
21
|
+
services: ServiceItem[];
|
|
22
|
+
}
|
|
23
|
+
export declare function ServicesSchema({ provider, services }: ServicesSchemaProps): import("react/jsx-runtime").JSX.Element;
|
|
24
|
+
export default ServicesSchema;
|
|
25
|
+
//# sourceMappingURL=schema-services.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schema-services.d.ts","sourceRoot":"","sources":["../../../../src/components/seo/schema-services.tsx"],"names":[],"mappings":"AAEA;;;;GAIG;AAEH,MAAM,WAAW,WAAW;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,EAAE,CAAC;CAC/B;AAED,MAAM,WAAW,mBAAmB;IACnC,QAAQ,EAAE;QACT,IAAI,EAAE,MAAM,CAAC;QACb,GAAG,EAAE,MAAM,CAAC;QACZ,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,KAAK,CAAC,EAAE,MAAM,CAAC;KACf,CAAC;IACF,QAAQ,EAAE,WAAW,EAAE,CAAC;CACxB;AAED,wBAAgB,cAAc,CAAE,EAC/B,QAAQ,EACR,QAAQ,EACR,EAAE,mBAAmB,2CAgCrB;AAED,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Website Schema Component
|
|
3
|
+
* Generates JSON-LD structured data for websites
|
|
4
|
+
* https://schema.org/WebSite
|
|
5
|
+
*/
|
|
6
|
+
export interface WebsiteSchemaProps {
|
|
7
|
+
name: string;
|
|
8
|
+
url: string;
|
|
9
|
+
description?: string;
|
|
10
|
+
potentialAction?: {
|
|
11
|
+
'@type': 'SearchAction';
|
|
12
|
+
target: {
|
|
13
|
+
'@type': 'EntryPoint';
|
|
14
|
+
urlTemplate: string;
|
|
15
|
+
};
|
|
16
|
+
query?: string;
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
export declare function WebsiteSchema({ name, url, description, potentialAction }: WebsiteSchemaProps): import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
export default WebsiteSchema;
|
|
21
|
+
//# sourceMappingURL=schema-website.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"schema-website.d.ts","sourceRoot":"","sources":["../../../../src/components/seo/schema-website.tsx"],"names":[],"mappings":"AAEA;;;;GAIG;AAEH,MAAM,WAAW,kBAAkB;IAClC,IAAI,EAAE,MAAM,CAAC;IACb,GAAG,EAAE,MAAM,CAAC;IACZ,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,eAAe,CAAC,EAAE;QACjB,OAAO,EAAE,cAAc,CAAC;QACxB,MAAM,EAAE;YACP,OAAO,EAAE,YAAY,CAAC;YACtB,WAAW,EAAE,MAAM,CAAC;SACpB,CAAC;QACF,KAAK,CAAC,EAAE,MAAM,CAAC;KACf,CAAC;CACF;AAED,wBAAgB,aAAa,CAAE,EAC9B,IAAI,EACJ,GAAG,EACH,WAAW,EACX,eAAe,EACf,EAAE,kBAAkB,2CAgBpB;AAED,eAAe,aAAa,CAAC"}
|
|
@@ -1,21 +1,42 @@
|
|
|
1
1
|
import PropTypes, { InferProps } from 'prop-types';
|
|
2
2
|
import './recipe.css';
|
|
3
|
+
export type RecipeOutputType = {
|
|
4
|
+
name: string;
|
|
5
|
+
photo: string;
|
|
6
|
+
summary: string;
|
|
7
|
+
author: string;
|
|
8
|
+
published: string;
|
|
9
|
+
duration: string;
|
|
10
|
+
yield: string;
|
|
11
|
+
ingredients: string[];
|
|
12
|
+
instructions: string[];
|
|
13
|
+
category: string[];
|
|
14
|
+
license: string;
|
|
15
|
+
};
|
|
16
|
+
export declare function mapSchemaRecipeToDisplay(schemaRecipe: any): RecipeOutputType;
|
|
3
17
|
type RecipeType = {
|
|
4
|
-
|
|
5
|
-
|
|
18
|
+
'@context': string;
|
|
19
|
+
'@type': string;
|
|
20
|
+
name: string;
|
|
21
|
+
description: string;
|
|
22
|
+
author: {
|
|
23
|
+
'@type': string;
|
|
6
24
|
name: string;
|
|
7
|
-
summary: string;
|
|
8
|
-
author: string;
|
|
9
|
-
published: string;
|
|
10
|
-
yield: string;
|
|
11
|
-
duration: string;
|
|
12
|
-
ingredients: string[];
|
|
13
|
-
instructions: string[];
|
|
14
|
-
nutrition: any[];
|
|
15
|
-
photo: string;
|
|
16
|
-
category: string[];
|
|
17
|
-
license: string;
|
|
18
25
|
};
|
|
26
|
+
recipeYield: string;
|
|
27
|
+
prepTime: string;
|
|
28
|
+
cookTime: string;
|
|
29
|
+
totalTime: string;
|
|
30
|
+
recipeCategory: string;
|
|
31
|
+
recipeCuisine: string;
|
|
32
|
+
recipeIngredient: string[];
|
|
33
|
+
recipeInstructions: Array<{
|
|
34
|
+
'@type': string;
|
|
35
|
+
text: string;
|
|
36
|
+
}>;
|
|
37
|
+
license?: string;
|
|
38
|
+
image?: string;
|
|
39
|
+
datePublished?: string;
|
|
19
40
|
};
|
|
20
41
|
type RecipeDataType = {
|
|
21
42
|
items: RecipeType[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"recipe.d.ts","sourceRoot":"","sources":["../../../../src/components/structured/recipe.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAGnD,OAAO,cAAc,CAAC;
|
|
1
|
+
{"version":3,"file":"recipe.d.ts","sourceRoot":"","sources":["../../../../src/components/structured/recipe.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAGnD,OAAO,cAAc,CAAC;AAetB,MAAM,MAAM,gBAAgB,GAAG;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,EAAE,CAAC;IACtB,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,QAAQ,EAAE,MAAM,EAAE,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,wBAAgB,wBAAwB,CAAC,YAAY,EAAE,GAAG,GAAG,gBAAgB,CAuD5E;AAKD,KAAK,UAAU,GAAG;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,MAAM,EAAE;QACP,OAAO,EAAE,MAAM,CAAC;QAChB,IAAI,EAAE,MAAM,CAAC;KACb,CAAC;IACF,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,MAAM,CAAC;IACvB,aAAa,EAAE,MAAM,CAAC;IACtB,gBAAgB,EAAE,MAAM,EAAE,CAAC;IAC3B,kBAAkB,EAAE,KAAK,CAAC;QACzB,OAAO,EAAE,MAAM,CAAC;QAChB,IAAI,EAAE,MAAM,CAAC;KACb,CAAC,CAAC;IACH,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,aAAa,CAAC,EAAE,MAAM,CAAC;CACvB,CAAC;AAYF,KAAK,cAAc,GAAG;IACrB,KAAK,EAAE,UAAU,EAAE,CAAC;CACpB,CAAC;AACF,MAAM,MAAM,cAAc,GAAG;IAC5B,UAAU,EAAE,cAAc,CAAC;IAC3B,gBAAgB,EAAE,MAAM,EAAE,CAAC;CAC3B,CAAC;AAEF,wBAAgB,UAAU,CAAC,KAAK,EAAE,cAAc,2CA0E/C;yBA1Ee,UAAU;;;;;;;;AAqF1B,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,SAAS,CAAC,CAAC;AAC7E,wBAAgB,cAAc,CAAC,KAAK,EAAE,kBAAkB,2CAOvD;yBAPe,cAAc;;;;;;;;AAiB9B,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,SAAS,CAAC,CAAC;AAC7E,wBAAgB,cAAc,CAAE,KAAK,EAAE,kBAAkB,2CA2CxD;yBA3Ce,cAAc;;;;;;;AAoD9B,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,SAAS,CAAC,CAAC;AAC7E,wBAAgB,cAAc,CAAC,KAAK,EAAE,kBAAkB,2CA8CvD;yBA9Ce,cAAc;;;;;;;AAiD9B,wBAAgB,SAAS,4CAyBxB"}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -57,6 +57,11 @@ export * from "./components/seo/404";
|
|
|
57
57
|
export * from "./components/seo/googleanalytics";
|
|
58
58
|
export * from "./components/seo/googlemap";
|
|
59
59
|
export * from "./components/seo/googlesearch";
|
|
60
|
+
export * from "./components/seo/schema-localbusiness";
|
|
61
|
+
export * from "./components/seo/schema-recipe";
|
|
62
|
+
export * from "./components/seo/schema-services";
|
|
63
|
+
export * from "./components/seo/schema-website";
|
|
64
|
+
export * from "./components/seo/schema-blogposting";
|
|
60
65
|
export * from "./components/seo/metadata";
|
|
61
66
|
export * from "./components/seo/metadata.components";
|
|
62
67
|
export * from "./components/seo/sitemap";
|
|
@@ -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":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"menu-accordion.test.d.ts","sourceRoot":"","sources":["../../../src/tests/menu-accordion.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"menu-expando.test.d.ts","sourceRoot":"","sources":["../../../src/tests/menu-expando.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"menu-simple.test.d.ts","sourceRoot":"","sources":["../../../src/tests/menu-simple.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"metadata.components.test.d.ts","sourceRoot":"","sources":["../../../src/tests/metadata.components.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"microinteractions.test.d.ts","sourceRoot":"","sources":["../../../src/tests/microinteractions.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"modal.test.d.ts","sourceRoot":"","sources":["../../../src/tests/modal.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"nerdjoke.test.d.ts","sourceRoot":"","sources":["../../../src/tests/nerdjoke.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"paypal.test.d.ts","sourceRoot":"","sources":["../../../src/tests/paypal.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pixelated.menu-expando.test.d.ts","sourceRoot":"","sources":["../../../src/tests/pixelated.menu-expando.test.tsx"],"names":[],"mappings":""}
|