@pixelated-tech/components 3.1.5 → 3.2.0
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 +60 -39
- package/dist/components/callout/callout.js +10 -9
- package/dist/components/callout/callout.scss +43 -43
- package/dist/components/carousel/carousel.css +24 -22
- package/dist/components/carousel/carousel.drag.js +1 -1
- package/dist/components/carousel/carousel.js +10 -10
- package/dist/components/{tiles → carousel}/tiles.css +10 -10
- package/dist/components/{tiles → carousel}/tiles.js +3 -3
- package/dist/components/cms/contentful.items.components.js +12 -12
- package/dist/components/cms/contentful.items.css +24 -24
- package/dist/components/cms/gravatar.components.js +87 -5
- package/dist/components/cms/instagram.components.js +1 -1
- package/dist/components/cms/wordpress.components.js +3 -3
- package/dist/components/cms/wordpress.css +3 -3
- package/dist/components/general/microinteractions.css +7 -7
- package/dist/components/general/modal.css +5 -5
- package/dist/components/general/modal.js +1 -1
- package/dist/components/general/semantic.js +282 -0
- package/dist/components/general/semantic.scss +359 -0
- package/dist/components/menu/menu-accordion.css +27 -21
- package/dist/components/menu/menu-accordion.js +1 -1
- package/dist/components/menu/menu-simple.css +8 -8
- package/dist/components/menu/menu-simple.js +3 -3
- package/dist/components/nerdjoke/nerdjoke.js +85 -77
- package/dist/components/pagebuilder/components/PageBuilderUI.js +1 -1
- package/dist/components/pagebuilder/components/PageEngine.js +21 -14
- package/dist/components/pagebuilder/lib/componentMap.js +5 -5
- package/dist/components/pagebuilder/lib/componentMetadata.js +1 -1
- package/dist/components/seo/404.css +5 -5
- package/dist/components/seo/404.js +2 -2
- package/dist/components/seo/googlemap.js +2 -1
- package/dist/components/seo/googlesearch.css +11 -0
- package/dist/components/seo/metadata.components.js +35 -0
- package/dist/components/seo/metadata.js +0 -48
- package/dist/components/seo/sitemap.js +192 -53
- package/dist/components/shoppingcart/ebay.css +5 -5
- package/dist/components/shoppingcart/shoppingcart.css +1 -1
- package/dist/components/{resume → structured}/resume.css +4 -0
- package/dist/components/{resume → structured}/resume.js +3 -3
- package/dist/components/{timeline → structured}/timeline.css +14 -14
- package/dist/components/{timeline → structured}/timeline.js +3 -3
- package/dist/css/pixelated.global.css +25 -164
- package/dist/index.js +12 -12
- package/dist/index.server.js +1 -0
- package/dist/types/components/callout/callout.d.ts.map +1 -1
- package/dist/types/components/carousel/carousel.d.ts.map +1 -1
- package/dist/types/components/{tiles → carousel}/tiles.d.ts +1 -1
- package/dist/types/components/carousel/tiles.d.ts.map +1 -0
- package/dist/types/components/cms/contentful.items.components.d.ts.map +1 -1
- package/dist/types/components/cms/gravatar.components.d.ts +53 -24
- package/dist/types/components/cms/gravatar.components.d.ts.map +1 -1
- package/dist/types/components/cms/pixelated.linkedin.d.ts.map +1 -0
- package/dist/types/components/cms/pixelated.linkedin1.d.ts.map +1 -0
- package/dist/types/components/cms/pixelated.linkedin2.d.ts.map +1 -0
- package/dist/types/components/cms/yelp.d.ts.map +1 -0
- package/dist/types/components/general/semantic.d.ts +153 -0
- package/dist/types/components/general/semantic.d.ts.map +1 -0
- package/dist/types/components/general/sidepanel.d.ts.map +1 -0
- package/dist/types/components/nerdjoke/nerdjoke.d.ts +15 -20
- package/dist/types/components/nerdjoke/nerdjoke.d.ts.map +1 -1
- package/dist/types/components/pagebuilder/components/PageEngine.d.ts.map +1 -1
- package/dist/types/components/pagebuilder/lib/componentMap.d.ts +6 -6
- package/dist/types/components/pagebuilder/lib/componentMap.d.ts.map +1 -1
- package/dist/types/components/seo/404.d.ts.map +1 -1
- package/dist/types/components/seo/googlemap.d.ts +1 -0
- package/dist/types/components/seo/googlemap.d.ts.map +1 -1
- package/dist/types/components/seo/metadata.components.d.ts +28 -0
- package/dist/types/components/seo/metadata.components.d.ts.map +1 -0
- package/dist/types/components/seo/metadata.d.ts +0 -14
- package/dist/types/components/seo/metadata.d.ts.map +1 -1
- package/dist/types/components/seo/sitemap.d.ts +107 -14
- package/dist/types/components/seo/sitemap.d.ts.map +1 -1
- package/dist/types/components/{buzzwordbingo → structured}/buzzwordbingo.d.ts +1 -1
- package/dist/types/components/structured/buzzwordbingo.d.ts.map +1 -0
- package/dist/types/components/structured/markdown.d.ts.map +1 -0
- package/dist/types/components/structured/recipe.d.ts.map +1 -0
- package/dist/types/components/{resume → structured}/resume.d.ts +1 -1
- package/dist/types/components/structured/resume.d.ts.map +1 -0
- package/dist/types/components/{socialcard → structured}/socialcard.d.ts +1 -1
- package/dist/types/components/{socialcard → structured}/socialcard.d.ts.map +1 -1
- package/dist/types/components/{timeline → structured}/timeline.d.ts +1 -1
- package/dist/types/components/structured/timeline.d.ts.map +1 -0
- package/dist/types/index.d.ts +10 -10
- package/dist/types/index.server.d.ts +1 -0
- package/dist/types/stories/callout/callout.many.stories.d.ts.map +1 -0
- package/dist/types/stories/{callout.stories.d.ts → callout/callout.stories.d.ts} +1 -1
- package/dist/types/stories/callout/callout.stories.d.ts.map +1 -0
- package/dist/types/stories/{carousel-hero.stories.d.ts → carousel/carousel-hero.stories.d.ts} +1 -1
- package/dist/types/stories/carousel/carousel-hero.stories.d.ts.map +1 -0
- package/dist/types/stories/{carousel-reviews.stories.d.ts → carousel/carousel-reviews.stories.d.ts} +1 -1
- package/dist/types/stories/carousel/carousel-reviews.stories.d.ts.map +1 -0
- package/dist/types/stories/{carousel-workportfolio.stories.d.ts → carousel/carousel-workportfolio.stories.d.ts} +1 -1
- package/dist/types/stories/carousel/carousel-workportfolio.stories.d.ts.map +1 -0
- package/dist/types/stories/{carousel.stories.d.ts → carousel/carousel.stories.d.ts} +1 -1
- package/dist/types/stories/carousel/carousel.stories.d.ts.map +1 -0
- package/dist/types/stories/{tiles.stories.d.ts → carousel/tiles.stories.d.ts} +1 -1
- package/dist/types/stories/carousel/tiles.stories.d.ts.map +1 -0
- package/dist/types/stories/{cms.contentful.item.stories.d.ts → cms/contentful.item.stories.d.ts} +2 -2
- package/dist/types/stories/cms/contentful.item.stories.d.ts.map +1 -0
- package/dist/types/stories/{cms.contentful.items.stories.d.ts → cms/contentful.items.stories.d.ts} +2 -2
- package/dist/types/stories/cms/contentful.items.stories.d.ts.map +1 -0
- package/dist/types/stories/{cms.contentful.stories.d.ts → cms/contentful.stories.d.ts} +2 -2
- package/dist/types/stories/cms/contentful.stories.d.ts.map +1 -0
- package/dist/types/stories/{cms.google.reviews.stories.d.ts → cms/google.reviews.stories.d.ts} +2 -2
- package/dist/types/stories/cms/google.reviews.stories.d.ts.map +1 -0
- package/dist/types/stories/{cms.gravatar.stories.d.ts → cms/gravatar.stories.d.ts} +2 -2
- package/dist/types/stories/cms/gravatar.stories.d.ts.map +1 -0
- package/dist/types/stories/{cms.instagram.stories.d.ts → cms/instagram.stories.d.ts} +2 -2
- package/dist/types/stories/cms/instagram.stories.d.ts.map +1 -0
- package/dist/types/stories/cms/wordpress.stories.d.ts +9 -0
- package/dist/types/stories/cms/wordpress.stories.d.ts.map +1 -0
- package/dist/types/stories/{general.headers.stories.d.ts → general/headers.stories.d.ts} +5 -5
- package/dist/types/stories/general/headers.stories.d.ts.map +1 -0
- package/dist/types/stories/{layout.stories.d.ts → general/layout.stories.d.ts} +1 -1
- package/dist/types/stories/general/layout.stories.d.ts.map +1 -0
- package/dist/types/stories/{general.loading.stories.d.ts → general/loading.stories.d.ts} +2 -2
- package/dist/types/stories/general/loading.stories.d.ts.map +1 -0
- package/dist/types/stories/{general.microinteractions.stories.d.ts → general/microinteractions.stories.d.ts} +2 -2
- package/dist/types/stories/general/microinteractions.stories.d.ts.map +1 -0
- package/dist/types/stories/{general.modal.stories.d.ts → general/modal.stories.d.ts} +2 -2
- package/dist/types/stories/general/modal.stories.d.ts.map +1 -0
- package/dist/types/stories/{sidepanel.stories.d.ts → general/sidepanel.stories.d.ts} +1 -1
- package/dist/types/stories/general/sidepanel.stories.d.ts.map +1 -0
- package/dist/types/stories/{general.table.stories.d.ts → general/table.stories.d.ts} +3 -3
- package/dist/types/stories/general/table.stories.d.ts.map +1 -0
- package/dist/types/stories/{menu-accordion.stories.d.ts → menu/menu-accordion.stories.d.ts} +1 -1
- package/dist/types/stories/menu/menu-accordion.stories.d.ts.map +1 -0
- package/dist/types/stories/{menu-simple.stories.d.ts → menu/menu-simple.stories.d.ts} +1 -1
- package/dist/types/stories/menu/menu-simple.stories.d.ts.map +1 -0
- package/dist/types/stories/nerdjoke.stories.d.ts +1 -1
- package/dist/types/stories/nerdjoke.stories.d.ts.map +1 -1
- package/dist/types/stories/{pagebuilder.form-builder.stories.d.ts → pagebuilder/form-builder.stories.d.ts} +2 -2
- package/dist/types/stories/pagebuilder/form-builder.stories.d.ts.map +1 -0
- package/dist/types/stories/{pagebuilder.form-engine.stories.d.ts → pagebuilder/form-engine.stories.d.ts} +3 -3
- package/dist/types/stories/pagebuilder/form-engine.stories.d.ts.map +1 -0
- package/dist/types/stories/{pagebuilder.form-extractor.stories.d.ts → pagebuilder/form-extractor.stories.d.ts} +2 -2
- package/dist/types/stories/pagebuilder/form-extractor.stories.d.ts.map +1 -0
- package/dist/types/stories/{pagebuilder.stories.d.ts → pagebuilder/pagebuilder.stories.d.ts} +1 -1
- package/dist/types/stories/pagebuilder/pagebuilder.stories.d.ts.map +1 -0
- package/dist/types/stories/{pagebuilder.usageguide.stories.d.ts → pagebuilder/pagebuilder.usageguide.stories.d.ts} +1 -1
- package/dist/types/stories/pagebuilder/pagebuilder.usageguide.stories.d.ts.map +1 -0
- package/dist/types/stories/{pageengine.stories.d.ts → pagebuilder/pageengine.stories.d.ts} +1 -1
- package/dist/types/stories/pagebuilder/pageengine.stories.d.ts.map +1 -0
- package/dist/types/stories/{seo.404.stories.d.ts → seo/seo.404.stories.d.ts} +1 -1
- package/dist/types/stories/seo/seo.404.stories.d.ts.map +1 -0
- package/dist/types/stories/{seo.googleanalytics.stories.d.ts → seo/seo.googleanalytics.stories.d.ts} +1 -1
- package/dist/types/stories/seo/seo.googleanalytics.stories.d.ts.map +1 -0
- package/dist/types/stories/{seo.googlesearch.stories.d.ts → seo/seo.googlesearch.stories.d.ts} +1 -1
- package/dist/types/stories/seo/seo.googlesearch.stories.d.ts.map +1 -0
- package/dist/types/stories/{seo.metadata.stories.d.ts → seo/seo.metadata.stories.d.ts} +2 -2
- package/dist/types/stories/seo/seo.metadata.stories.d.ts.map +1 -0
- package/dist/types/stories/{seo.sitemap.stories.d.ts → seo/seo.sitemap.stories.d.ts} +1 -1
- package/dist/types/stories/seo/seo.sitemap.stories.d.ts.map +1 -0
- package/dist/types/stories/{shoppingcart.ebay.item.stories.d.ts → shoppingcart/shoppingcart.ebay.item.stories.d.ts} +1 -1
- package/dist/types/stories/shoppingcart/shoppingcart.ebay.item.stories.d.ts.map +1 -0
- package/dist/types/stories/{shoppingcart.ebay.items.stories.d.ts → shoppingcart/shoppingcart.ebay.items.stories.d.ts} +1 -1
- package/dist/types/stories/shoppingcart/shoppingcart.ebay.items.stories.d.ts.map +1 -0
- package/dist/types/stories/shoppingcart/shoppingcart.stories.d.ts.map +1 -0
- package/dist/types/stories/{buzzword-bingo.stories.d.ts → structured/buzzword-bingo.stories.d.ts} +2 -2
- package/dist/types/stories/structured/buzzword-bingo.stories.d.ts.map +1 -0
- package/dist/types/stories/{markdown.stories.d.ts → structured/markdown.stories.d.ts} +1 -1
- package/dist/types/stories/structured/markdown.stories.d.ts.map +1 -0
- package/dist/types/stories/{recipe.stories.d.ts → structured/recipe.stories.d.ts} +2 -2
- package/dist/types/stories/structured/recipe.stories.d.ts.map +1 -0
- package/dist/types/stories/{resume.stories.d.ts → structured/resume.stories.d.ts} +1 -1
- package/dist/types/stories/{resume.stories.d.ts.map → structured/resume.stories.d.ts.map} +1 -1
- package/dist/types/stories/{socialcard.stories.d.ts → structured/socialcard.stories.d.ts} +1 -1
- package/dist/types/stories/structured/socialcard.stories.d.ts.map +1 -0
- package/dist/types/stories/{timeline.stories.d.ts → structured/timeline.stories.d.ts} +1 -1
- package/dist/types/stories/structured/timeline.stories.d.ts.map +1 -0
- package/package.json +10 -6
- package/dist/components/general/headers.css +0 -16
- package/dist/components/general/headers.js +0 -27
- package/dist/components/general/layout.js +0 -147
- package/dist/components/general/layout.scss +0 -47
- package/dist/types/components/buzzwordbingo/buzzwordbingo.d.ts.map +0 -1
- package/dist/types/components/general/headers.d.ts +0 -19
- package/dist/types/components/general/headers.d.ts.map +0 -1
- package/dist/types/components/general/layout.d.ts +0 -73
- package/dist/types/components/general/layout.d.ts.map +0 -1
- package/dist/types/components/linkedin/pixelated.linkedin.d.ts.map +0 -1
- package/dist/types/components/linkedin/pixelated.linkedin1.d.ts.map +0 -1
- package/dist/types/components/linkedin/pixelated.linkedin2.d.ts.map +0 -1
- package/dist/types/components/markdown/markdown.d.ts.map +0 -1
- package/dist/types/components/recipe/recipe.d.ts.map +0 -1
- package/dist/types/components/resume/resume.d.ts.map +0 -1
- package/dist/types/components/sidepanel/sidepanel.d.ts.map +0 -1
- package/dist/types/components/tiles/tiles.d.ts.map +0 -1
- package/dist/types/components/timeline/timeline.d.ts.map +0 -1
- package/dist/types/components/yelp/yelp.d.ts.map +0 -1
- package/dist/types/stories/buzzword-bingo.stories.d.ts.map +0 -1
- package/dist/types/stories/callout.many.stories.d.ts.map +0 -1
- package/dist/types/stories/callout.stories.d.ts.map +0 -1
- package/dist/types/stories/carousel-hero.stories.d.ts.map +0 -1
- package/dist/types/stories/carousel-reviews.stories.d.ts.map +0 -1
- package/dist/types/stories/carousel-workportfolio.stories.d.ts.map +0 -1
- package/dist/types/stories/carousel.stories.d.ts.map +0 -1
- package/dist/types/stories/cms.contentful.item.stories.d.ts.map +0 -1
- package/dist/types/stories/cms.contentful.items.stories.d.ts.map +0 -1
- package/dist/types/stories/cms.contentful.stories.d.ts.map +0 -1
- package/dist/types/stories/cms.google.reviews.stories.d.ts.map +0 -1
- package/dist/types/stories/cms.gravatar.stories.d.ts.map +0 -1
- package/dist/types/stories/cms.instagram.stories.d.ts.map +0 -1
- package/dist/types/stories/cms.wordpress.stories.d.ts +0 -26
- package/dist/types/stories/cms.wordpress.stories.d.ts.map +0 -1
- package/dist/types/stories/general.headers.stories.d.ts.map +0 -1
- package/dist/types/stories/general.loading.stories.d.ts.map +0 -1
- package/dist/types/stories/general.microinteractions.stories.d.ts.map +0 -1
- package/dist/types/stories/general.modal.stories.d.ts.map +0 -1
- package/dist/types/stories/general.table.stories.d.ts.map +0 -1
- package/dist/types/stories/layout.stories.d.ts.map +0 -1
- package/dist/types/stories/markdown.stories.d.ts.map +0 -1
- package/dist/types/stories/menu-accordion.stories.d.ts.map +0 -1
- package/dist/types/stories/menu-simple.stories.d.ts.map +0 -1
- package/dist/types/stories/pagebuilder.form-builder.stories.d.ts.map +0 -1
- package/dist/types/stories/pagebuilder.form-engine.stories.d.ts.map +0 -1
- package/dist/types/stories/pagebuilder.form-extractor.stories.d.ts.map +0 -1
- package/dist/types/stories/pagebuilder.stories.d.ts.map +0 -1
- package/dist/types/stories/pagebuilder.usageguide.stories.d.ts.map +0 -1
- package/dist/types/stories/pageengine.stories.d.ts.map +0 -1
- package/dist/types/stories/recipe.stories.d.ts.map +0 -1
- package/dist/types/stories/seo.404.stories.d.ts.map +0 -1
- package/dist/types/stories/seo.googleanalytics.stories.d.ts.map +0 -1
- package/dist/types/stories/seo.googlesearch.stories.d.ts.map +0 -1
- package/dist/types/stories/seo.metadata.stories.d.ts.map +0 -1
- package/dist/types/stories/seo.sitemap.stories.d.ts.map +0 -1
- package/dist/types/stories/shoppingcart.ebay.item.stories.d.ts.map +0 -1
- package/dist/types/stories/shoppingcart.ebay.items.stories.d.ts.map +0 -1
- package/dist/types/stories/shoppingcart.stories.d.ts.map +0 -1
- package/dist/types/stories/sidepanel.stories.d.ts.map +0 -1
- package/dist/types/stories/socialcard.stories.d.ts.map +0 -1
- package/dist/types/stories/tiles.stories.d.ts.map +0 -1
- package/dist/types/stories/timeline.stories.d.ts.map +0 -1
- package/dist/components/{linkedin → cms}/pixelated.linkedin.js +0 -0
- package/dist/components/{linkedin → cms}/pixelated.linkedin1.js +0 -0
- package/dist/components/{linkedin → cms}/pixelated.linkedin2.js +0 -0
- package/dist/components/{yelp → cms}/yelp.js +0 -0
- package/dist/components/{sidepanel → general}/sidepanel.css +0 -0
- package/dist/components/{sidepanel → general}/sidepanel.js +0 -0
- package/dist/components/{buzzwordbingo → structured}/buzzwordbingo.css +0 -0
- package/dist/components/{buzzwordbingo → structured}/buzzwordbingo.js +1 -1
- package/dist/components/{markdown → structured}/markdown.css +0 -0
- package/dist/components/{markdown → structured}/markdown.js +0 -0
- package/dist/components/{recipe → structured}/recipe.css +0 -0
- package/dist/components/{recipe → structured}/recipe.js +0 -0
- package/dist/components/{socialcard → structured}/socialcard.css +0 -0
- package/dist/components/{socialcard → structured}/socialcard.js +1 -1
- /package/dist/types/components/{linkedin → cms}/pixelated.linkedin.d.ts +0 -0
- /package/dist/types/components/{linkedin → cms}/pixelated.linkedin1.d.ts +0 -0
- /package/dist/types/components/{linkedin → cms}/pixelated.linkedin2.d.ts +0 -0
- /package/dist/types/components/{yelp → cms}/yelp.d.ts +0 -0
- /package/dist/types/components/{sidepanel → general}/sidepanel.d.ts +0 -0
- /package/dist/types/components/{markdown → structured}/markdown.d.ts +0 -0
- /package/dist/types/components/{recipe → structured}/recipe.d.ts +0 -0
- /package/dist/types/stories/{callout.many.stories.d.ts → callout/callout.many.stories.d.ts} +0 -0
- /package/dist/types/stories/{shoppingcart.stories.d.ts → shoppingcart/shoppingcart.stories.d.ts} +0 -0
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
import PropTypes, { InferProps } from "prop-types";
|
|
2
|
+
import "../../css/pixelated.grid.scss";
|
|
3
|
+
import "./semantic.scss";
|
|
4
|
+
export declare const layoutTypes: readonly ["grid", "flex", "none"];
|
|
5
|
+
export declare const autoFlowValues: readonly ["row", "column", "dense", "row dense", "column dense"];
|
|
6
|
+
export declare const justifyItemsValues: readonly ["start", "center", "end", "stretch"];
|
|
7
|
+
export declare const flexDirections: readonly ["row", "column", "row-reverse", "column-reverse"];
|
|
8
|
+
export declare const flexWraps: readonly ["nowrap", "wrap", "wrap-reverse"];
|
|
9
|
+
export declare const justifyContentValues: readonly ["start", "center", "end", "space-between", "space-around", "space-evenly"];
|
|
10
|
+
export declare const alignItemsValues: readonly ["start", "center", "end", "stretch", "baseline"];
|
|
11
|
+
export type PageTitleHeaderType = InferProps<typeof PageTitleHeader.propTypes>;
|
|
12
|
+
export declare function PageTitleHeader({ title, url }: PageTitleHeaderType): import("react/jsx-runtime").JSX.Element;
|
|
13
|
+
export declare namespace PageTitleHeader {
|
|
14
|
+
var propTypes: {
|
|
15
|
+
title: PropTypes.Validator<string>;
|
|
16
|
+
url: PropTypes.Requireable<string>;
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
export type PageSectionType = InferProps<typeof PageSection.propTypes>;
|
|
20
|
+
export declare function PageSection({ id, className, layoutType, gap, maxWidth, padding, /* 5px */ background, backgroundImage, columns, autoFlow, justifyItems, direction, wrap, justifyContent, alignItems, children, }: PageSectionType): import("react/jsx-runtime").JSX.Element;
|
|
21
|
+
export declare namespace PageSection {
|
|
22
|
+
var propTypes: {
|
|
23
|
+
id: PropTypes.Requireable<string>;
|
|
24
|
+
className: PropTypes.Requireable<string>;
|
|
25
|
+
layoutType: PropTypes.Requireable<"none" | "grid" | "flex">;
|
|
26
|
+
gap: PropTypes.Requireable<string>;
|
|
27
|
+
maxWidth: PropTypes.Requireable<string>;
|
|
28
|
+
padding: PropTypes.Requireable<string>;
|
|
29
|
+
background: PropTypes.Requireable<string>;
|
|
30
|
+
backgroundImage: PropTypes.Requireable<string>;
|
|
31
|
+
columns: PropTypes.Requireable<number>;
|
|
32
|
+
autoFlow: PropTypes.Requireable<"row" | "column" | "dense" | "row dense" | "column dense">;
|
|
33
|
+
justifyItems: PropTypes.Requireable<"center" | "end" | "start" | "stretch">;
|
|
34
|
+
responsive: PropTypes.Requireable<PropTypes.InferProps<{
|
|
35
|
+
mobile: PropTypes.Requireable<number>;
|
|
36
|
+
tablet: PropTypes.Requireable<number>;
|
|
37
|
+
desktop: PropTypes.Requireable<number>;
|
|
38
|
+
}>>;
|
|
39
|
+
direction: PropTypes.Requireable<"row" | "column" | "column-reverse" | "row-reverse">;
|
|
40
|
+
wrap: PropTypes.Requireable<"nowrap" | "wrap" | "wrap-reverse">;
|
|
41
|
+
justifyContent: PropTypes.Requireable<"center" | "end" | "start" | "space-between" | "space-around" | "space-evenly">;
|
|
42
|
+
alignItems: PropTypes.Requireable<"center" | "baseline" | "end" | "start" | "stretch">;
|
|
43
|
+
children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
export type PageSectionHeaderType = InferProps<typeof PageSectionHeader.propTypes>;
|
|
47
|
+
export declare function PageSectionHeader({ title, url }: PageSectionHeaderType): import("react/jsx-runtime").JSX.Element;
|
|
48
|
+
export declare namespace PageSectionHeader {
|
|
49
|
+
var propTypes: {
|
|
50
|
+
title: PropTypes.Validator<string>;
|
|
51
|
+
url: PropTypes.Requireable<string>;
|
|
52
|
+
};
|
|
53
|
+
}
|
|
54
|
+
export type PageSectionBackgroundImageType = InferProps<typeof PageSectionBackgroundImage.propTypes>;
|
|
55
|
+
export declare function PageSectionBackgroundImage(props: PageSectionBackgroundImageType): import("react/jsx-runtime").JSX.Element;
|
|
56
|
+
export declare namespace PageSectionBackgroundImage {
|
|
57
|
+
var propTypes: {
|
|
58
|
+
backgroundImage: PropTypes.Validator<string>;
|
|
59
|
+
id: PropTypes.Requireable<string>;
|
|
60
|
+
};
|
|
61
|
+
}
|
|
62
|
+
export type PageGridItemType = InferProps<typeof PageGridItem.propTypes>;
|
|
63
|
+
export declare function PageGridItem({ id, className, columnSpan, rowSpan, columnStart, columnEnd, rowStart, rowEnd, alignSelf, justifySelf, children, }: PageGridItemType): import("react/jsx-runtime").JSX.Element;
|
|
64
|
+
export declare namespace PageGridItem {
|
|
65
|
+
var propTypes: {
|
|
66
|
+
id: PropTypes.Requireable<string>;
|
|
67
|
+
className: PropTypes.Requireable<string>;
|
|
68
|
+
columnSpan: PropTypes.Requireable<number>;
|
|
69
|
+
rowSpan: PropTypes.Requireable<number>;
|
|
70
|
+
columnStart: PropTypes.Requireable<number>;
|
|
71
|
+
columnEnd: PropTypes.Requireable<number>;
|
|
72
|
+
rowStart: PropTypes.Requireable<number>;
|
|
73
|
+
rowEnd: PropTypes.Requireable<number>;
|
|
74
|
+
alignSelf: PropTypes.Requireable<string>;
|
|
75
|
+
justifySelf: PropTypes.Requireable<string>;
|
|
76
|
+
children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
77
|
+
};
|
|
78
|
+
}
|
|
79
|
+
export type PageFlexItemType = InferProps<typeof PageFlexItem.propTypes>;
|
|
80
|
+
export declare function PageFlexItem({ flex, order, alignSelf, children, }: PageFlexItemType): import("react/jsx-runtime").JSX.Element;
|
|
81
|
+
export declare namespace PageFlexItem {
|
|
82
|
+
var propTypes: {
|
|
83
|
+
flex: PropTypes.Requireable<string>;
|
|
84
|
+
order: PropTypes.Requireable<number>;
|
|
85
|
+
alignSelf: PropTypes.Requireable<string>;
|
|
86
|
+
children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
87
|
+
};
|
|
88
|
+
}
|
|
89
|
+
export type PageHeaderType = InferProps<typeof PageHeader.propTypes>;
|
|
90
|
+
export declare function PageHeader({ className, eyebrow, headline, description, ctaLabel, ctaHref, ctaTarget, children, fixed, }: PageHeaderType): import("react/jsx-runtime").JSX.Element;
|
|
91
|
+
export declare namespace PageHeader {
|
|
92
|
+
var propTypes: {
|
|
93
|
+
className: PropTypes.Requireable<string>;
|
|
94
|
+
eyebrow: PropTypes.Requireable<string>;
|
|
95
|
+
headline: PropTypes.Requireable<string>;
|
|
96
|
+
description: PropTypes.Requireable<string>;
|
|
97
|
+
ctaLabel: PropTypes.Requireable<string>;
|
|
98
|
+
ctaHref: PropTypes.Requireable<string>;
|
|
99
|
+
ctaTarget: PropTypes.Requireable<string>;
|
|
100
|
+
children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
101
|
+
fixed: PropTypes.Requireable<boolean>;
|
|
102
|
+
};
|
|
103
|
+
}
|
|
104
|
+
export type PageHeroType = InferProps<typeof PageHero.propTypes>;
|
|
105
|
+
export declare function PageHero({ id, className, background, backgroundImage, children, }: PageHeroType): import("react/jsx-runtime").JSX.Element;
|
|
106
|
+
export declare namespace PageHero {
|
|
107
|
+
var propTypes: {
|
|
108
|
+
id: PropTypes.Requireable<string>;
|
|
109
|
+
className: PropTypes.Requireable<string>;
|
|
110
|
+
background: PropTypes.Requireable<string>;
|
|
111
|
+
backgroundImage: PropTypes.Requireable<string>;
|
|
112
|
+
children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
113
|
+
};
|
|
114
|
+
}
|
|
115
|
+
export type PageMainType = InferProps<typeof PageMain.propTypes>;
|
|
116
|
+
export declare function PageMain({ id, className, maxWidth, padding, children, }: PageMainType): import("react/jsx-runtime").JSX.Element;
|
|
117
|
+
export declare namespace PageMain {
|
|
118
|
+
var propTypes: {
|
|
119
|
+
id: PropTypes.Requireable<string>;
|
|
120
|
+
className: PropTypes.Requireable<string>;
|
|
121
|
+
maxWidth: PropTypes.Requireable<string>;
|
|
122
|
+
padding: PropTypes.Requireable<string>;
|
|
123
|
+
children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
124
|
+
};
|
|
125
|
+
}
|
|
126
|
+
export type PageNavType = InferProps<typeof PageNav.propTypes>;
|
|
127
|
+
export declare function PageNav({ className, orientation, links, }: PageNavType): import("react/jsx-runtime").JSX.Element | null;
|
|
128
|
+
export declare namespace PageNav {
|
|
129
|
+
var propTypes: {
|
|
130
|
+
className: PropTypes.Requireable<string>;
|
|
131
|
+
orientation: PropTypes.Requireable<string>;
|
|
132
|
+
links: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
133
|
+
label: PropTypes.Validator<string>;
|
|
134
|
+
href: PropTypes.Validator<string>;
|
|
135
|
+
target: PropTypes.Requireable<string>;
|
|
136
|
+
}> | null | undefined)[]>;
|
|
137
|
+
};
|
|
138
|
+
}
|
|
139
|
+
export type PageFooterType = InferProps<typeof PageFooter.propTypes>;
|
|
140
|
+
export declare function PageFooter({ className, text, links, children, }: PageFooterType): import("react/jsx-runtime").JSX.Element | null;
|
|
141
|
+
export declare namespace PageFooter {
|
|
142
|
+
var propTypes: {
|
|
143
|
+
className: PropTypes.Requireable<string>;
|
|
144
|
+
text: PropTypes.Requireable<string>;
|
|
145
|
+
links: PropTypes.Requireable<(PropTypes.InferProps<{
|
|
146
|
+
label: PropTypes.Validator<string>;
|
|
147
|
+
href: PropTypes.Validator<string>;
|
|
148
|
+
target: PropTypes.Requireable<string>;
|
|
149
|
+
}> | null | undefined)[]>;
|
|
150
|
+
children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
151
|
+
};
|
|
152
|
+
}
|
|
153
|
+
//# sourceMappingURL=semantic.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"semantic.d.ts","sourceRoot":"","sources":["../../../../src/components/general/semantic.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAGnD,OAAO,+BAA+B,CAAC;AACvC,OAAO,iBAAiB,CAAC;AAQzB,eAAO,MAAM,WAAW,mCAAoC,CAAC;AAC7D,eAAO,MAAM,cAAc,kEAAmE,CAAC;AAC/F,eAAO,MAAM,kBAAkB,gDAAiD,CAAC;AACjF,eAAO,MAAM,cAAc,6DAA8D,CAAC;AAC1F,eAAO,MAAM,SAAS,6CAA8C,CAAC;AACrE,eAAO,MAAM,oBAAoB,sFAAuF,CAAC;AACzH,eAAO,MAAM,gBAAgB,4DAA6D,CAAC;AAS3F,MAAM,MAAM,mBAAmB,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,SAAS,CAAC,CAAC;AAC/E,wBAAgB,eAAe,CAAE,EAAE,KAAK,EAAG,GAAG,EAAE,EAAE,mBAAmB,2CAUpE;yBAVe,eAAe;;;;;;AA0C/B,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,SAAS,CAAC,CAAC;AACvE,wBAAgB,WAAW,CAAC,EAC3B,EAAE,EACF,SAAS,EACT,UAAmB,EACnB,GAAY,EACZ,QAAmB,EACnB,OAAkB,EAAE,SAAS,CAC7B,UAAU,EACV,eAAe,EAEf,OAAY,EACZ,QAAgB,EAChB,YAAwB,EAGxB,SAAiB,EACjB,IAAa,EACb,cAAwB,EAExB,UAAsB,EACtB,QAAQ,GACR,EAAE,eAAe,2CA6DjB;yBAlFe,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;AA2F3B,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,SAAS,CAAC,CAAC;AACnF,wBAAgB,iBAAiB,CAAE,EAAE,KAAK,EAAG,GAAG,EAAE,EAAE,qBAAqB,2CAUxE;yBAVe,iBAAiB;;;;;;AAmBjC,MAAM,MAAM,8BAA8B,GAAG,UAAU,CAAC,OAAO,0BAA0B,CAAC,SAAS,CAAC,CAAC;AACrG,wBAAgB,0BAA0B,CAAC,KAAK,EAAE,8BAA8B,2CAiB/E;yBAjBe,0BAA0B;;;;;;AAmC1C,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,SAAS,CAAC,CAAC;AACzE,wBAAgB,YAAY,CAAC,EAC5B,EAAE,EACF,SAAS,EACT,UAAU,EACV,OAAO,EACP,WAAW,EACX,SAAS,EACT,QAAQ,EACR,MAAM,EACN,SAAS,EACT,WAAW,EACX,QAAQ,GACR,EAAE,gBAAgB,2CAsBlB;yBAlCe,YAAY;;;;;;;;;;;;;;;AA6C5B,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,SAAS,CAAC,CAAC;AACzE,wBAAgB,YAAY,CAAC,EAC5B,IAAU,EACV,KAAK,EACL,SAAS,EACT,QAAQ,GACR,EAAE,gBAAgB,2CAWlB;yBAhBe,YAAY;;;;;;;;AA+C5B,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,SAAS,CAAC,CAAC;AACrE,wBAAgB,UAAU,CAAC,EAC1B,SAAS,EACT,OAAO,EACP,QAAQ,EACR,WAAW,EACX,QAAQ,EACR,OAAO,EACP,SAAS,EACT,QAAQ,EACR,KAAa,GACb,EAAE,cAAc,2CA+ChB;yBAzDe,UAAU;;;;;;;;;;;;;AAoE1B,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,SAAS,CAAC,CAAC;AACjE,wBAAgB,QAAQ,CAAC,EACxB,EAAE,EACF,SAAS,EACT,UAAU,EACV,eAAe,EACf,QAAQ,GACR,EAAE,YAAY,2CAYd;yBAlBe,QAAQ;;;;;;;;;AA6BxB,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,SAAS,CAAC,CAAC;AACjE,wBAAgB,QAAQ,CAAC,EACxB,EAAE,EACF,SAAS,EACT,QAAmB,EACnB,OAAuB,EACvB,QAAQ,GACR,EAAE,YAAY,2CAUd;yBAhBe,QAAQ;;;;;;;;;AA0BxB,MAAM,MAAM,WAAW,GAAG,UAAU,CAAC,OAAO,OAAO,CAAC,SAAS,CAAC,CAAC;AAC/D,wBAAgB,OAAO,CAAC,EACvB,SAAS,EACT,WAA0B,EAC1B,KAAK,GACL,EAAE,WAAW,kDAoBb;yBAxBe,OAAO;;;;;;;;;;;AAmCvB,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,SAAS,CAAC,CAAC;AACrE,wBAAgB,UAAU,CAAC,EAC1B,SAAS,EACT,IAAI,EACJ,KAAK,EACL,QAAQ,GACR,EAAE,cAAc,kDA2BhB;yBAhCe,UAAU"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sidepanel.d.ts","sourceRoot":"","sources":["../../../../src/components/general/sidepanel.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAE3D,OAAO,iBAAiB,CAAC;AAEzB,MAAM,WAAW,cAAc;IAC9B,MAAM,EAAE,OAAO,CAAC;IAChB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,SAAS,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,EACjC,MAAM,EACN,OAAO,EACP,QAAQ,EACR,QAAiB,EACjB,KAAe,EACf,WAAkB,EAClB,OAAe,EACf,OAAO,EACP,QAAQ,EACR,QAAQ,EACR,SAAc,EACd,EAAE,cAAc,4BA2FhB;AAED,OAAO,EAAE,SAAS,EAAE,CAAC"}
|
|
@@ -1,23 +1,18 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
1
|
+
import PropTypes, { InferProps } from "prop-types";
|
|
2
|
+
import "../../css/pixelated.grid.scss";
|
|
3
|
+
import "./nerdjoke.css";
|
|
4
|
+
export type NerdJokeType = InferProps<typeof NerdJoke.propTypes>;
|
|
5
|
+
export declare function NerdJoke(): import("react/jsx-runtime").JSX.Element;
|
|
6
|
+
export declare namespace NerdJoke {
|
|
7
|
+
var propTypes: {};
|
|
8
|
+
}
|
|
9
|
+
export type JokeButtonType = InferProps<typeof JokeButton.propTypes>;
|
|
10
|
+
declare function JokeButton(props: JokeButtonType): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
declare namespace JokeButton {
|
|
12
|
+
var propTypes: {
|
|
13
|
+
clickFunction: PropTypes.Validator<(...args: any[]) => any>;
|
|
14
|
+
buttonText: PropTypes.Validator<string>;
|
|
14
15
|
};
|
|
15
|
-
loadJoke: () => void;
|
|
16
|
-
formatTimeLeft(time: any): string;
|
|
17
|
-
startTimer(): void;
|
|
18
|
-
pauseTimer(): void;
|
|
19
|
-
componentDidMount(): void;
|
|
20
|
-
render(): import("react/jsx-runtime").JSX.Element;
|
|
21
16
|
}
|
|
22
|
-
|
|
17
|
+
export {};
|
|
23
18
|
//# sourceMappingURL=nerdjoke.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"nerdjoke.d.ts","sourceRoot":"","sources":["../../../../src/components/nerdjoke/nerdjoke.
|
|
1
|
+
{"version":3,"file":"nerdjoke.d.ts","sourceRoot":"","sources":["../../../../src/components/nerdjoke/nerdjoke.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAEnD,OAAO,+BAA+B,CAAC;AACvC,OAAO,gBAAgB,CAAC;AAOxB,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,SAAS,CAAC,CAAC;AACjE,wBAAgB,QAAQ,4CAiIvB;yBAjIe,QAAQ;;;AAyIxB,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,SAAS,CAAC,CAAC;AACrE,iBAAS,UAAU,CAAC,KAAK,EAAE,cAAc,2CASxC;kBATQ,UAAU"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PageEngine.d.ts","sourceRoot":"","sources":["../../../../../src/components/pagebuilder/components/PageEngine.tsx"],"names":[],"mappings":"AAEA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAGnD,OAAO,oBAAoB,CAAC;AA2B5B,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,SAAS,CAAC,CAAC;AAErE,wBAAgB,UAAU,CAAC,KAAK,EAAE,cAAc,
|
|
1
|
+
{"version":3,"file":"PageEngine.d.ts","sourceRoot":"","sources":["../../../../../src/components/pagebuilder/components/PageEngine.tsx"],"names":[],"mappings":"AAEA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAGnD,OAAO,oBAAoB,CAAC;AA2B5B,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,SAAS,CAAC,CAAC;AAErE,wBAAgB,UAAU,CAAC,KAAK,EAAE,cAAc,2CAiJ/C;yBAjJe,UAAU"}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { PageTitleHeader, PageSectionHeader } from "../../general/semantic";
|
|
2
2
|
import { Callout } from "../../callout/callout";
|
|
3
|
-
import { PageSection,
|
|
3
|
+
import { PageSection, PageGridItem, PageFlexItem } from "../../general/semantic";
|
|
4
4
|
/**
|
|
5
5
|
* Component registry and constants
|
|
6
6
|
*/
|
|
7
7
|
export declare const componentMap: {
|
|
8
|
-
"Page Header": typeof
|
|
8
|
+
"Page Title Header": typeof PageTitleHeader;
|
|
9
9
|
"Page Section Header": typeof PageSectionHeader;
|
|
10
10
|
Callout: typeof Callout;
|
|
11
11
|
"Page Section": typeof PageSection;
|
|
12
|
-
"Grid Item": typeof
|
|
13
|
-
"Flex Item": typeof
|
|
12
|
+
"Grid Item": typeof PageGridItem;
|
|
13
|
+
"Flex Item": typeof PageFlexItem;
|
|
14
14
|
};
|
|
15
15
|
export declare const layoutComponents: string[];
|
|
16
16
|
export declare const componentTypes: string;
|
|
@@ -21,5 +21,5 @@ export declare function isLayoutComponent(componentName: string): boolean;
|
|
|
21
21
|
/**
|
|
22
22
|
* Get component type from the registry
|
|
23
23
|
*/
|
|
24
|
-
export declare function getComponentType(componentName: string): typeof Callout | typeof
|
|
24
|
+
export declare function getComponentType(componentName: string): typeof Callout | typeof PageTitleHeader | typeof PageSection | typeof PageSectionHeader | typeof PageGridItem | typeof PageFlexItem;
|
|
25
25
|
//# sourceMappingURL=componentMap.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"componentMap.d.ts","sourceRoot":"","sources":["../../../../../src/components/pagebuilder/lib/componentMap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"componentMap.d.ts","sourceRoot":"","sources":["../../../../../src/components/pagebuilder/lib/componentMap.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAC5E,OAAO,EAAE,OAAO,EAAE,MAAM,uBAAuB,CAAC;AAChD,OAAO,EAAE,WAAW,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAEjF;;GAEG;AAEH,eAAO,MAAM,YAAY;;;;;;;CAOxB,CAAC;AAEF,eAAO,MAAM,gBAAgB,UAI5B,CAAC;AAEF,eAAO,MAAM,cAAc,QAAuC,CAAC;AAEnE;;GAEG;AACH,wBAAgB,iBAAiB,CAAC,aAAa,EAAE,MAAM,GAAG,OAAO,CAEhE;AAED;;GAEG;AACH,wBAAgB,gBAAgB,CAAC,aAAa,EAAE,MAAM,uIAErD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"404.d.ts","sourceRoot":"","sources":["../../../../src/components/seo/404.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"404.d.ts","sourceRoot":"","sources":["../../../../src/components/seo/404.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAInD,OAAO,WAAW,CAAC;AAKnB,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,SAAS,CAAC,CAAC;AACrE,wBAAgB,UAAU,CAAE,KAAK,EAAE,cAAc,2CA+ChD;yBA/Ce,UAAU"}
|
|
@@ -3,6 +3,7 @@ export type GoogleMapsType = InferProps<typeof GoogleMaps.propTypes>;
|
|
|
3
3
|
export declare function GoogleMaps(props: GoogleMapsType): import("react/jsx-runtime").JSX.Element;
|
|
4
4
|
export declare namespace GoogleMaps {
|
|
5
5
|
var propTypes: {
|
|
6
|
+
title: PropTypes.Requireable<string>;
|
|
6
7
|
width: PropTypes.Requireable<string>;
|
|
7
8
|
height: PropTypes.Requireable<string>;
|
|
8
9
|
frameBorder: PropTypes.Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"googlemap.d.ts","sourceRoot":"","sources":["../../../../src/components/seo/googlemap.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"googlemap.d.ts","sourceRoot":"","sources":["../../../../src/components/seo/googlemap.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAenD,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,SAAS,CAAC,CAAC;AACrE,wBAAgB,UAAU,CAAC,KAAK,EAAE,cAAc,2CAe/C;yBAfe,UAAU"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import PropTypes, { InferProps } from "prop-types";
|
|
2
|
+
export type generateMetaTagsProps = InferProps<typeof generateMetaTags.propTypes>;
|
|
3
|
+
export declare function generateMetaTags(props: generateMetaTagsProps): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export declare namespace generateMetaTags {
|
|
5
|
+
var propTypes: {
|
|
6
|
+
title: PropTypes.Validator<string>;
|
|
7
|
+
description: PropTypes.Validator<string>;
|
|
8
|
+
keywords: PropTypes.Validator<string>;
|
|
9
|
+
site_name: PropTypes.Validator<string>;
|
|
10
|
+
email: PropTypes.Validator<string>;
|
|
11
|
+
origin: PropTypes.Validator<string>;
|
|
12
|
+
url: PropTypes.Validator<string>;
|
|
13
|
+
image: PropTypes.Validator<string>;
|
|
14
|
+
image_height: PropTypes.Validator<string>;
|
|
15
|
+
image_width: PropTypes.Validator<string>;
|
|
16
|
+
favicon: PropTypes.Validator<string>;
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
export type SetClientMetadataProps = InferProps<typeof setClientMetadata.propTypes>;
|
|
20
|
+
export declare function setClientMetadata(props: SetClientMetadataProps): void;
|
|
21
|
+
export declare namespace setClientMetadata {
|
|
22
|
+
var propTypes: {
|
|
23
|
+
title: PropTypes.Validator<string>;
|
|
24
|
+
description: PropTypes.Validator<string>;
|
|
25
|
+
keywords: PropTypes.Validator<string>;
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
//# sourceMappingURL=metadata.components.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"metadata.components.d.ts","sourceRoot":"","sources":["../../../../src/components/seo/metadata.components.tsx"],"names":[],"mappings":"AAEA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAkBnD,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,gBAAgB,CAAC,SAAS,CAAC,CAAC;AAClF,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,qBAAqB,2CAqE5D;yBArEe,gBAAgB;;;;;;;;;;;;;;;AA+EhC,MAAM,MAAM,sBAAsB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,SAAS,CAAC,CAAC;AACpF,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,sBAAsB,QAQ9D;yBARe,iBAAiB"}
|
|
@@ -10,7 +10,6 @@ export type Route = {
|
|
|
10
10
|
};
|
|
11
11
|
export declare function getRouteByKey(obj: any, key: string, value: any): any;
|
|
12
12
|
export declare function getAllRoutes(routes: Route, key: string): any[];
|
|
13
|
-
export declare function getAllImages(): string[];
|
|
14
13
|
export type Metadata = {
|
|
15
14
|
title?: string;
|
|
16
15
|
description?: string;
|
|
@@ -18,18 +17,5 @@ export type Metadata = {
|
|
|
18
17
|
[key: string]: any;
|
|
19
18
|
};
|
|
20
19
|
export declare const getMetadata: (routes: any, key?: string, value?: string) => Metadata;
|
|
21
|
-
export declare const setClientMetadata: ({ title, description, keywords }: {
|
|
22
|
-
title: string;
|
|
23
|
-
description: string;
|
|
24
|
-
keywords: string;
|
|
25
|
-
}) => void;
|
|
26
|
-
export declare const setServerMetadata: ({ key, value }: {
|
|
27
|
-
key: string;
|
|
28
|
-
value: string;
|
|
29
|
-
}) => {
|
|
30
|
-
title: string | undefined;
|
|
31
|
-
description: string | undefined;
|
|
32
|
-
keywords: string | undefined;
|
|
33
|
-
};
|
|
34
20
|
export declare function getAccordionMenuData(myRoutes: Route): any;
|
|
35
21
|
//# sourceMappingURL=metadata.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"metadata.d.ts","sourceRoot":"","sources":["../../../../src/components/seo/metadata.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"metadata.d.ts","sourceRoot":"","sources":["../../../../src/components/seo/metadata.ts"],"names":[],"mappings":"AAEA,wBAAgB,qBAAqB,CAAC,eAAe,EAAE,MAAM,EAAE,WAAW,SAAI,EAAE,eAAe,GAAE,MAAM,EAAO,YA0B7G;AAID,MAAM,MAAM,KAAK,GAAG;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,KAAK,EAAE,CAAC;IACjB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACnB,CAAA;AAED,wBAAgB,aAAa,CAAC,GAAG,EAAE,GAAG,EAAE,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,GAAG,GAAG,CAgBpE;AAED,wBAAgB,YAAY,CAAC,MAAM,EAAE,KAAK,EAAE,GAAG,EAAE,MAAM,SAkBtD;AAKD,MAAM,MAAM,QAAQ,GAAG;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,WAAW,GAAI,QAAQ,GAAG,EAAE,MAAK,MAAe,EAAE,QAAO,MAAe,aAmBpF,CAAC;AAIF,wBAAgB,oBAAoB,CAAC,QAAQ,EAAE,KAAK,OAsBnD"}
|
|
@@ -1,22 +1,83 @@
|
|
|
1
1
|
import PropTypes, { InferProps } from "prop-types";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
2
|
+
import type { MetadataRoute } from 'next';
|
|
3
|
+
export type SitemapEntry = MetadataRoute.Sitemap[number];
|
|
4
|
+
export type SitemapConfig = {
|
|
5
|
+
createPageURLs?: boolean;
|
|
6
|
+
createWordPressURLs?: boolean;
|
|
7
|
+
createImageURLs?: boolean;
|
|
8
|
+
createImageURLsFromJSON?: boolean;
|
|
9
|
+
createContentfulURLs?: boolean;
|
|
10
|
+
createContentfulImageURLs?: boolean;
|
|
11
|
+
createPageBuilderURLs?: boolean;
|
|
12
|
+
createEbayItemURLs?: boolean;
|
|
13
|
+
wordpress?: {
|
|
14
|
+
site?: string;
|
|
15
|
+
};
|
|
16
|
+
imageJson?: {
|
|
17
|
+
path?: string;
|
|
18
|
+
};
|
|
19
|
+
contentful?: any;
|
|
20
|
+
routes?: any;
|
|
7
21
|
};
|
|
22
|
+
/**
|
|
23
|
+
* Helper to construct an origin string from a Next-like headers() object or plain values.
|
|
24
|
+
* Accepts an object with `get(key)` method, or `undefined` and falls back to localhost origin.
|
|
25
|
+
*/
|
|
26
|
+
export declare function getOriginFromHeaders(headersLike?: {
|
|
27
|
+
get: (k: string) => string | null;
|
|
28
|
+
} | undefined, fallbackOrigin?: string): string;
|
|
29
|
+
/**
|
|
30
|
+
* Next-specific async helper: getOriginFromNextHeaders
|
|
31
|
+
* - Convenience wrapper that dynamically imports `next/headers` and calls our `getOriginFromHeaders` function
|
|
32
|
+
* - Falls back to `fallbackOrigin` if `next/headers` not available or on error
|
|
33
|
+
*/
|
|
34
|
+
export declare function getOriginFromNextHeaders(fallbackOrigin?: string): Promise<string>;
|
|
35
|
+
export declare function flattenRoutes(routes: any): any[];
|
|
36
|
+
export declare function jsonToSitemapEntries(entries: SitemapEntry[]): string;
|
|
37
|
+
/**
|
|
38
|
+
* generateSitemap: compose the individual create* functions based on toggles in SitemapConfig.
|
|
39
|
+
* - Keep this minimal for the MVP: no retries/caching here. Add TODOs for later.
|
|
40
|
+
*/
|
|
41
|
+
export declare function generateSitemap(cfg?: SitemapConfig, originInput?: string): Promise<MetadataRoute.Sitemap>;
|
|
8
42
|
export declare function createPageURLs(myRoutes: {
|
|
9
43
|
path: string;
|
|
10
|
-
}[], origin: string): Promise<
|
|
11
|
-
export declare function createImageURLs(origin: string): Promise<{
|
|
44
|
+
}[], origin: string): Promise<{
|
|
12
45
|
url: string;
|
|
13
|
-
|
|
46
|
+
lastModified?: string | Date | undefined;
|
|
47
|
+
changeFrequency?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
48
|
+
priority?: number | undefined;
|
|
49
|
+
alternates?: {
|
|
50
|
+
languages?: import("next/dist/lib/metadata/types/alternative-urls-types").Languages<string> | undefined;
|
|
51
|
+
} | undefined;
|
|
52
|
+
images?: string[] | undefined;
|
|
53
|
+
videos?: import("next/dist/lib/metadata/types/metadata-types").Videos[] | undefined;
|
|
14
54
|
}[]>;
|
|
55
|
+
export declare function createImageURLsFromJSON(origin: string, jsonPath?: string): Promise<SitemapEntry[]>;
|
|
15
56
|
export declare function createWordPressURLs(props: {
|
|
16
57
|
site: string;
|
|
17
|
-
}): Promise<
|
|
58
|
+
}): Promise<{
|
|
59
|
+
url: string;
|
|
60
|
+
lastModified?: string | Date | undefined;
|
|
61
|
+
changeFrequency?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
62
|
+
priority?: number | undefined;
|
|
63
|
+
alternates?: {
|
|
64
|
+
languages?: import("next/dist/lib/metadata/types/alternative-urls-types").Languages<string> | undefined;
|
|
65
|
+
} | undefined;
|
|
66
|
+
images?: string[] | undefined;
|
|
67
|
+
videos?: import("next/dist/lib/metadata/types/metadata-types").Videos[] | undefined;
|
|
68
|
+
}[]>;
|
|
18
69
|
export type createContentfulURLsType = InferProps<typeof createContentfulURLs.propTypes>;
|
|
19
|
-
export declare function createContentfulURLs(props: createContentfulURLsType): Promise<
|
|
70
|
+
export declare function createContentfulURLs(props: createContentfulURLsType): Promise<{
|
|
71
|
+
url: string;
|
|
72
|
+
lastModified?: string | Date | undefined;
|
|
73
|
+
changeFrequency?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
74
|
+
priority?: number | undefined;
|
|
75
|
+
alternates?: {
|
|
76
|
+
languages?: import("next/dist/lib/metadata/types/alternative-urls-types").Languages<string> | undefined;
|
|
77
|
+
} | undefined;
|
|
78
|
+
images?: string[] | undefined;
|
|
79
|
+
videos?: import("next/dist/lib/metadata/types/metadata-types").Videos[] | undefined;
|
|
80
|
+
}[]>;
|
|
20
81
|
export declare namespace createContentfulURLs {
|
|
21
82
|
var propTypes: {
|
|
22
83
|
apiProps: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
|
|
@@ -29,7 +90,17 @@ export declare namespace createContentfulURLs {
|
|
|
29
90
|
};
|
|
30
91
|
}
|
|
31
92
|
export type createContentfulPageBuilderURLsType = InferProps<typeof createContentfulPageBuilderURLs.propTypes>;
|
|
32
|
-
export declare function createContentfulPageBuilderURLs(props: createContentfulPageBuilderURLsType): Promise<
|
|
93
|
+
export declare function createContentfulPageBuilderURLs(props: createContentfulPageBuilderURLsType): Promise<{
|
|
94
|
+
url: string;
|
|
95
|
+
lastModified?: string | Date | undefined;
|
|
96
|
+
changeFrequency?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
97
|
+
priority?: number | undefined;
|
|
98
|
+
alternates?: {
|
|
99
|
+
languages?: import("next/dist/lib/metadata/types/alternative-urls-types").Languages<string> | undefined;
|
|
100
|
+
} | undefined;
|
|
101
|
+
images?: string[] | undefined;
|
|
102
|
+
videos?: import("next/dist/lib/metadata/types/metadata-types").Videos[] | undefined;
|
|
103
|
+
}[]>;
|
|
33
104
|
export declare namespace createContentfulPageBuilderURLs {
|
|
34
105
|
var propTypes: {
|
|
35
106
|
apiProps: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
|
|
@@ -41,7 +112,29 @@ export declare namespace createContentfulPageBuilderURLs {
|
|
|
41
112
|
origin: PropTypes.Validator<string>;
|
|
42
113
|
};
|
|
43
114
|
}
|
|
44
|
-
export
|
|
45
|
-
export declare function
|
|
46
|
-
export declare
|
|
115
|
+
export type createContentfulImageURLsType = InferProps<typeof createContentfulImageURLs.propTypes>;
|
|
116
|
+
export declare function createContentfulImageURLs(props: createContentfulImageURLsType): Promise<SitemapEntry[]>;
|
|
117
|
+
export declare namespace createContentfulImageURLs {
|
|
118
|
+
var propTypes: {
|
|
119
|
+
apiProps: PropTypes.Validator<NonNullable<PropTypes.InferProps<{
|
|
120
|
+
proxyURL: PropTypes.Requireable<string>;
|
|
121
|
+
base_url: PropTypes.Validator<string>;
|
|
122
|
+
space_id: PropTypes.Validator<string>;
|
|
123
|
+
environment: PropTypes.Validator<string>;
|
|
124
|
+
access_token: PropTypes.Validator<string>;
|
|
125
|
+
}>>>;
|
|
126
|
+
origin: PropTypes.Validator<string>;
|
|
127
|
+
};
|
|
128
|
+
}
|
|
129
|
+
export declare function createEbayItemURLs(origin: string): Promise<{
|
|
130
|
+
url: string;
|
|
131
|
+
lastModified?: string | Date | undefined;
|
|
132
|
+
changeFrequency?: "always" | "hourly" | "daily" | "weekly" | "monthly" | "yearly" | "never" | undefined;
|
|
133
|
+
priority?: number | undefined;
|
|
134
|
+
alternates?: {
|
|
135
|
+
languages?: import("next/dist/lib/metadata/types/alternative-urls-types").Languages<string> | undefined;
|
|
136
|
+
} | undefined;
|
|
137
|
+
images?: string[] | undefined;
|
|
138
|
+
videos?: import("next/dist/lib/metadata/types/metadata-types").Videos[] | undefined;
|
|
139
|
+
}[]>;
|
|
47
140
|
//# sourceMappingURL=sitemap.d.ts.map
|
|
@@ -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;
|
|
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,CAkEnH;AAKD,wBAAsB,cAAc,CAAC,QAAQ,EAAE;IAAE,IAAI,EAAE,MAAM,CAAA;CAAE,EAAE,EAAE,MAAM,EAAE,MAAM;;;;;;iBA+MmtL,CAAC;;;;KAhMpyL;AAMD,wBAAsB,uBAAuB,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,SAA4B,GAAG,OAAO,CAAC,YAAY,EAAE,CAAC,CAuB3H;AAKD,wBAAsB,mBAAmB,CAAC,KAAK,EAAE;IAAC,IAAI,EAAE,MAAM,CAAA;CAAC;;;;;;iBA8JquL,CAAC;;;;KAlJpyL;AAaD,MAAM,MAAM,wBAAwB,GAAG,UAAU,CAAC,OAAO,oBAAoB,CAAC,SAAS,CAAC,CAAC;AACzF,wBAAsB,oBAAoB,CAAC,KAAK,EAAE,wBAAwB;;;;;;iBAoI0tL,CAAC;;;;KA/GpyL;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;;;;;;iBAiGosL,CAAC;;;;KAjFpyL;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;;;;;;iBAuB6uL,CAAC;;;;KANpyL"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import PropTypes, { InferProps } from 'prop-types';
|
|
2
|
-
import './buzzwordbingo.css';
|
|
3
2
|
import "../../css/pixelated.grid.scss";
|
|
3
|
+
import './buzzwordbingo.css';
|
|
4
4
|
export type BuzzwordBingoType = InferProps<typeof BuzzwordBingo.propTypes>;
|
|
5
5
|
export declare function BuzzwordBingo(props: BuzzwordBingoType): import("react/jsx-runtime").JSX.Element;
|
|
6
6
|
export declare namespace BuzzwordBingo {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"buzzwordbingo.d.ts","sourceRoot":"","sources":["../../../../src/components/structured/buzzwordbingo.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,+BAA+B,CAAC;AACvC,OAAO,qBAAqB,CAAC;AAY7B,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,SAAS,CAAC,CAAC;AAC3E,wBAAgB,aAAa,CAAC,KAAK,EAAE,iBAAiB,2CAiBrD;yBAjBe,aAAa;;;;;AAwB7B,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,SAAS,CAAC,CAAC;AACvE,iBAAS,WAAW,CAAC,EAAE,IAAI,EAAE,EAAE,eAAe,2CAQ7C;kBARQ,WAAW;;;;;AAcpB,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,SAAS,CAAC,CAAC;AACjE,iBAAS,QAAQ,CAAC,EAAE,IAAI,EAAE,EAAE,YAAY,2CAQvC;kBARQ,QAAQ"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"markdown.d.ts","sourceRoot":"","sources":["../../../../src/components/structured/markdown.tsx"],"names":[],"mappings":"AAIA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAGnD,OAAO,gBAAgB,CAAC;AAMxB,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,SAAS,CAAC,CAAC;AACjE,wBAAgB,QAAQ,CAAC,KAAK,EAAE;IAAE,YAAY,EAAE,GAAG,CAAC;CAAE,2CAsCrD;yBAtCe,QAAQ"}
|
|
@@ -0,0 +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;AAWtB,KAAK,UAAU,GAAG;IACjB,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE;QACX,IAAI,EAAE,MAAM,CAAC;QACb,OAAO,EAAE,MAAM,CAAC;QAChB,MAAM,EAAE,MAAM,CAAC;QACf,SAAS,EAAE,MAAM,CAAC;QAClB,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,EAAE,MAAM,CAAC;QACjB,WAAW,EAAE,MAAM,EAAE,CAAC;QACtB,YAAY,EAAE,MAAM,EAAE,CAAC;QACvB,SAAS,EAAE,GAAG,EAAE,CAAC;QACjB,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,EAAE,MAAM,EAAE,CAAC;QACnB,OAAO,EAAE,MAAM,CAAC;KAChB,CAAC;CACF,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,2CAyE/C;yBAzEe,UAAU;;;;;;;;AAoF1B,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,2CA4CxD;yBA5Ce,cAAc;;;;;;;AAqD9B,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,SAAS,CAAC,CAAC;AAC7E,wBAAgB,cAAc,CAAC,KAAK,EAAE,kBAAkB,2CA6CvD;yBA7Ce,cAAc;;;;;;;AAgD9B,wBAAgB,SAAS,4CAyBxB"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import PropTypes, { InferProps } from "prop-types";
|
|
2
|
-
import "./resume.css";
|
|
3
2
|
import "../../css/pixelated.grid.scss";
|
|
3
|
+
import "./resume.css";
|
|
4
4
|
export type ResumeType = InferProps<typeof Resume.propTypes>;
|
|
5
5
|
export declare function Resume(props: ResumeType): import("react/jsx-runtime").JSX.Element;
|
|
6
6
|
export declare namespace Resume {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"resume.d.ts","sourceRoot":"","sources":["../../../../src/components/structured/resume.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAInD,OAAO,+BAA+B,CAAC;AACvC,OAAO,cAAc,CAAC;AAkCtB,MAAM,MAAM,UAAU,GAAG,UAAU,CAAC,OAAO,MAAM,CAAC,SAAS,CAAC,CAAC;AAC7D,wBAAgB,MAAM,CAAE,KAAK,EAAE,UAAU,2CAyDxC;yBAzDe,MAAM;;;;;AA8DtB,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,SAAS,CAAC,CAAC;AACrE,wBAAgB,UAAU,CAAC,KAAK,EAAE,cAAc,2CAO/C;yBAPe,UAAU;;;;;AAa1B,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,SAAS,CAAC,CAAC;AAC3E,wBAAgB,aAAa,CAAC,KAAK,EAAE,iBAAiB,2CAgBrD;yBAhBe,aAAa;;;;;;AAwB7B,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,SAAS,CAAC,CAAC;AACzE,wBAAgB,YAAY,CAAC,KAAK,EAAE,gBAAgB,2CA0DnD;yBA1De,YAAY;;;;;;;;AAgE5B,MAAM,MAAM,wBAAwB,GAAG,UAAU,CAAC,OAAO,oBAAoB,CAAC,SAAS,CAAC,CAAC;AACzF,wBAAgB,oBAAoB,CAAC,KAAK,EAAE,wBAAwB,2CAkBnE;yBAlBe,oBAAoB;;;;;;AAwBpC,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,SAAS,CAAC,CAAC;AACzE,wBAAgB,YAAY,CAAE,KAAK,EAAE,gBAAgB,2CAiBpD;yBAjBe,YAAY;;;;;;AAuB5B,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,SAAS,CAAC,CAAC;AAC3E,wBAAgB,aAAa,CAAE,KAAK,EAAE,iBAAiB,2CActD;yBAde,aAAa;;;;;;AAqB7B,MAAM,MAAM,oBAAoB,GAAG,UAAU,CAAC,OAAO,gBAAgB,CAAC,SAAS,CAAC,CAAC;AACjF,wBAAgB,gBAAgB,CAAE,KAAK,EAAE,oBAAoB,2CA0B5D;yBA1Be,gBAAgB;;;;;;;AA+BhC,MAAM,MAAM,mBAAmB,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,SAAS,CAAC,CAAC;AAC/E,wBAAgB,eAAe,CAAE,KAAK,EAAE,mBAAmB,2CAoB1D;yBApBe,eAAe;;;;;AA2B/B,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,SAAS,CAAC,CAAC;AAC7E,wBAAgB,cAAc,CAAC,KAAK,EAAE,kBAAkB,2CAiDvD;yBAjDe,cAAc"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import PropTypes, { InferProps } from "prop-types";
|
|
2
2
|
import './socialcard.css';
|
|
3
3
|
export type SocialCardsType = InferProps<typeof SocialCards.propTypes>;
|
|
4
|
-
export declare function SocialCards(props: SocialCardsType):
|
|
4
|
+
export declare function SocialCards(props: SocialCardsType): import("react/jsx-runtime").JSX.Element | never[];
|
|
5
5
|
export declare namespace SocialCards {
|
|
6
6
|
var propTypes: {
|
|
7
7
|
sources: PropTypes.Validator<object>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"socialcard.d.ts","sourceRoot":"","sources":["../../../../src/components/
|
|
1
|
+
{"version":3,"file":"socialcard.d.ts","sourceRoot":"","sources":["../../../../src/components/structured/socialcard.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAInD,OAAO,kBAAkB,CAAC;AAgC1B,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,SAAS,CAAC,CAAC;AAEvE,wBAAgB,WAAW,CAAC,KAAK,EAAE,eAAe,qDAgOjD;yBAhOe,WAAW;;;;;AAuO3B,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,SAAS,CAAC,CAAC;AAErE,wBAAgB,UAAU,CAAC,KAAK,EAAE,cAAc,2CAqB/C;yBArBe,UAAU;;;;;;;AAwB1B,wBAAgB,kBAAkB,4CAMjC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timeline.d.ts","sourceRoot":"","sources":["../../../../src/components/structured/timeline.tsx"],"names":[],"mappings":"AAEA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAGnD,OAAO,+BAA+B,CAAC;AACvC,OAAO,gBAAgB,CAAC;AAcxB,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,SAAS,CAAC,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,CAAC;AAC9F,wBAAgB,QAAQ,CAAC,KAAK,EAAE,YAAY,2CAiB3C;yBAjBe,QAAQ;;;;;;;;;;AA0BxB,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,SAAS,CAAC,GAAG;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;CAAE,CAAC;AACtG,iBAAwB,YAAY,CAAC,KAAK,EAAE,gBAAgB,2CAmB3D;kBAnBuB,YAAY;;;;;;;;eAAZ,YAAY"}
|