@pixelated-tech/components 3.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +231 -0
- package/dist/components/buzzwordbingo/buzzwordbingo.css +42 -0
- package/dist/components/buzzwordbingo/buzzwordbingo.js +35 -0
- package/dist/components/callout/callout.js +95 -0
- package/dist/components/callout/callout.scss +331 -0
- package/dist/components/carousel/carousel.css +178 -0
- package/dist/components/carousel/carousel.drag.js +203 -0
- package/dist/components/carousel/carousel.js +124 -0
- package/dist/components/cms/calendly.js +20 -0
- package/dist/components/cms/cloudinary.image.js +132 -0
- package/dist/components/cms/cloudinary.js +106 -0
- package/dist/components/cms/contentful.delivery.js +247 -0
- package/dist/components/cms/contentful.items.components.js +243 -0
- package/dist/components/cms/contentful.items.css +131 -0
- package/dist/components/cms/contentful.management.js +254 -0
- package/dist/components/cms/flickr.js +160 -0
- package/dist/components/cms/google.reviews.components.js +36 -0
- package/dist/components/cms/google.reviews.functions.js +26 -0
- package/dist/components/cms/gravatar.components.js +41 -0
- package/dist/components/cms/gravatar.functions.js +52 -0
- package/dist/components/cms/hubspot.components.js +45 -0
- package/dist/components/cms/hubspot.js +34 -0
- package/dist/components/cms/instagram.components.js +40 -0
- package/dist/components/cms/instagram.functions.js +67 -0
- package/dist/components/cms/wordpress.components.js +47 -0
- package/dist/components/cms/wordpress.css +55 -0
- package/dist/components/cms/wordpress.functions.js +49 -0
- package/dist/components/config/config.client.js +22 -0
- package/dist/components/config/config.example.js +70 -0
- package/dist/components/config/config.js +53 -0
- package/dist/components/config/config.server.js +11 -0
- package/dist/components/config/config.types.js +2 -0
- package/dist/components/general/css.js +60 -0
- package/dist/components/general/headers.css +16 -0
- package/dist/components/general/headers.js +27 -0
- package/dist/components/general/image.js +81 -0
- package/dist/components/general/layout.js +147 -0
- package/dist/components/general/layout.scss +47 -0
- package/dist/components/general/loading.js +36 -0
- package/dist/components/general/loading.scss +80 -0
- package/dist/components/general/microinteractions.css +229 -0
- package/dist/components/general/microinteractions.js +87 -0
- package/dist/components/general/modal.css +65 -0
- package/dist/components/general/modal.js +52 -0
- package/dist/components/general/table.css +73 -0
- package/dist/components/general/table.js +108 -0
- package/dist/components/linkedin/pixelated.linkedin.js +180 -0
- package/dist/components/linkedin/pixelated.linkedin1.js +102 -0
- package/dist/components/linkedin/pixelated.linkedin2.js +92 -0
- package/dist/components/markdown/markdown.css +12 -0
- package/dist/components/markdown/markdown.js +39 -0
- package/dist/components/menu/menu-accordion.css +198 -0
- package/dist/components/menu/menu-accordion.js +183 -0
- package/dist/components/menu/menu-expando.css +127 -0
- package/dist/components/menu/menu-expando.js +48 -0
- package/dist/components/menu/menu-simple.css +76 -0
- package/dist/components/menu/menu-simple.js +56 -0
- package/dist/components/nerdjoke/nerdjoke.css +69 -0
- package/dist/components/nerdjoke/nerdjoke.js +95 -0
- package/dist/components/pagebuilder/components/ComponentPropertiesForm.js +15 -0
- package/dist/components/pagebuilder/components/ComponentSelector.js +67 -0
- package/dist/components/pagebuilder/components/ComponentTree.js +95 -0
- package/dist/components/pagebuilder/components/PageBuilderUI.js +48 -0
- package/dist/components/pagebuilder/components/PageEngine.js +97 -0
- package/dist/components/pagebuilder/components/SaveLoadSection.js +168 -0
- package/dist/components/pagebuilder/components/pagebuilder.scss +123 -0
- package/dist/components/pagebuilder/form/form.css +101 -0
- package/dist/components/pagebuilder/form/form.js +455 -0
- package/dist/components/pagebuilder/form/form.submit.js +65 -0
- package/dist/components/pagebuilder/form/formcomponents.js +359 -0
- package/dist/components/pagebuilder/form/formvalidations.js +80 -0
- package/dist/components/pagebuilder/lib/componentGeneration.js +105 -0
- package/dist/components/pagebuilder/lib/componentMap.js +32 -0
- package/dist/components/pagebuilder/lib/componentMetadata.js +146 -0
- package/dist/components/pagebuilder/lib/pageStorageContentful.js +142 -0
- package/dist/components/pagebuilder/lib/pageStorageLocal.js +143 -0
- package/dist/components/pagebuilder/lib/pageStorageTypes.js +1 -0
- package/dist/components/pagebuilder/lib/propTypeIntrospection.js +177 -0
- package/dist/components/pagebuilder/lib/types.js +4 -0
- package/dist/components/pagebuilder/lib/usePageBuilder.js +234 -0
- package/dist/components/recipe/recipe.css +107 -0
- package/dist/components/recipe/recipe.js +161 -0
- package/dist/components/resume/resume.css +162 -0
- package/dist/components/resume/resume.js +195 -0
- package/dist/components/seo/404.css +25 -0
- package/dist/components/seo/404.js +32 -0
- package/dist/components/seo/googleanalytics.js +70 -0
- package/dist/components/seo/googlemap.js +15 -0
- package/dist/components/seo/googlesearch.css +30 -0
- package/dist/components/seo/googlesearch.js +37 -0
- package/dist/components/seo/metadata.js +156 -0
- package/dist/components/seo/sitemap.js +171 -0
- package/dist/components/shoppingcart/ebay.components.js +203 -0
- package/dist/components/shoppingcart/ebay.css +131 -0
- package/dist/components/shoppingcart/ebay.functions.js +240 -0
- package/dist/components/shoppingcart/paypal.js +169 -0
- package/dist/components/shoppingcart/shoppingcart.components.js +257 -0
- package/dist/components/shoppingcart/shoppingcart.css +122 -0
- package/dist/components/shoppingcart/shoppingcart.functions.js +324 -0
- package/dist/components/sidepanel/sidepanel.css +129 -0
- package/dist/components/sidepanel/sidepanel.js +54 -0
- package/dist/components/socialcard/socialcard.css +118 -0
- package/dist/components/socialcard/socialcard.js +317 -0
- package/dist/components/tiles/tiles.css +77 -0
- package/dist/components/tiles/tiles.js +38 -0
- package/dist/components/timeline/timeline.css +139 -0
- package/dist/components/timeline/timeline.js +28 -0
- package/dist/components/utilities/api.js +36 -0
- package/dist/components/utilities/functions.js +98 -0
- package/dist/components/yelp/yelp.js +50 -0
- package/dist/css/pixelated.font.scss +68 -0
- package/dist/css/pixelated.global.css +548 -0
- package/dist/css/pixelated.grid.scss +82 -0
- package/dist/data/404-data.json +104 -0
- package/dist/data/buzzwords.js +28 -0
- package/dist/data/form.json +370 -0
- package/dist/data/recipes.json +1917 -0
- package/dist/data/references.json +139 -0
- package/dist/data/requests.json +137 -0
- package/dist/data/resume.json +2577 -0
- package/dist/data/routes.json +184 -0
- package/dist/data/routes2.json +117 -0
- package/dist/data/shipping.to.json +422 -0
- package/dist/index.js +78 -0
- package/dist/index.server.js +35 -0
- package/dist/types/components/buzzwordbingo/buzzwordbingo.d.ts +26 -0
- package/dist/types/components/buzzwordbingo/buzzwordbingo.d.ts.map +1 -0
- package/dist/types/components/callout/callout.d.ts +53 -0
- package/dist/types/components/callout/callout.d.ts.map +1 -0
- package/dist/types/components/carousel/carousel.d.ts +28 -0
- package/dist/types/components/carousel/carousel.d.ts.map +1 -0
- package/dist/types/components/carousel/carousel.drag.d.ts +12 -0
- package/dist/types/components/carousel/carousel.drag.d.ts.map +1 -0
- package/dist/types/components/cms/calendly.d.ts +11 -0
- package/dist/types/components/cms/calendly.d.ts.map +1 -0
- package/dist/types/components/cms/cloudinary.d.ts +27 -0
- package/dist/types/components/cms/cloudinary.d.ts.map +1 -0
- package/dist/types/components/cms/cloudinary.image.d.ts +56 -0
- package/dist/types/components/cms/cloudinary.image.d.ts.map +1 -0
- package/dist/types/components/cms/contentful.delivery.d.ts +149 -0
- package/dist/types/components/cms/contentful.delivery.d.ts.map +1 -0
- package/dist/types/components/cms/contentful.items.components.d.ts +38 -0
- package/dist/types/components/cms/contentful.items.components.d.ts.map +1 -0
- package/dist/types/components/cms/contentful.management.d.ts +71 -0
- package/dist/types/components/cms/contentful.management.d.ts.map +1 -0
- package/dist/types/components/cms/flickr.d.ts +39 -0
- package/dist/types/components/cms/flickr.d.ts.map +1 -0
- package/dist/types/components/cms/google.reviews.components.d.ts +7 -0
- package/dist/types/components/cms/google.reviews.components.d.ts.map +1 -0
- package/dist/types/components/cms/google.reviews.functions.d.ts +25 -0
- package/dist/types/components/cms/google.reviews.functions.d.ts.map +1 -0
- package/dist/types/components/cms/gravatar.components.d.ts +26 -0
- package/dist/types/components/cms/gravatar.components.d.ts.map +1 -0
- package/dist/types/components/cms/gravatar.functions.d.ts +53 -0
- package/dist/types/components/cms/gravatar.functions.d.ts.map +1 -0
- package/dist/types/components/cms/hubspot.components.d.ts +15 -0
- package/dist/types/components/cms/hubspot.components.d.ts.map +1 -0
- package/dist/types/components/cms/hubspot.d.ts +18 -0
- package/dist/types/components/cms/hubspot.d.ts.map +1 -0
- package/dist/types/components/cms/instagram.components.d.ts +10 -0
- package/dist/types/components/cms/instagram.components.d.ts.map +1 -0
- package/dist/types/components/cms/instagram.functions.d.ts +63 -0
- package/dist/types/components/cms/instagram.functions.d.ts.map +1 -0
- package/dist/types/components/cms/wordpress.components.d.ts +11 -0
- package/dist/types/components/cms/wordpress.components.d.ts.map +1 -0
- package/dist/types/components/cms/wordpress.functions.d.ts +28 -0
- package/dist/types/components/cms/wordpress.functions.d.ts.map +1 -0
- package/dist/types/components/config/config.client.d.ts +13 -0
- package/dist/types/components/config/config.client.d.ts.map +1 -0
- package/dist/types/components/config/config.d.ts +12 -0
- package/dist/types/components/config/config.d.ts.map +1 -0
- package/dist/types/components/config/config.example.d.ts +4 -0
- package/dist/types/components/config/config.example.d.ts.map +1 -0
- package/dist/types/components/config/config.server.d.ts +7 -0
- package/dist/types/components/config/config.server.d.ts.map +1 -0
- package/dist/types/components/config/config.types.d.ts +84 -0
- package/dist/types/components/config/config.types.d.ts.map +1 -0
- package/dist/types/components/general/css.d.ts +3 -0
- package/dist/types/components/general/css.d.ts.map +1 -0
- package/dist/types/components/general/headers.d.ts +19 -0
- package/dist/types/components/general/headers.d.ts.map +1 -0
- package/dist/types/components/general/image.d.ts +3 -0
- package/dist/types/components/general/image.d.ts.map +1 -0
- package/dist/types/components/general/layout.d.ts +73 -0
- package/dist/types/components/general/layout.d.ts.map +1 -0
- package/dist/types/components/general/loading.d.ts +11 -0
- package/dist/types/components/general/loading.d.ts.map +1 -0
- package/dist/types/components/general/microinteractions.d.ts +20 -0
- package/dist/types/components/general/microinteractions.d.ts.map +1 -0
- package/dist/types/components/general/modal.d.ts +8 -0
- package/dist/types/components/general/modal.d.ts.map +1 -0
- package/dist/types/components/general/table.d.ts +12 -0
- package/dist/types/components/general/table.d.ts.map +1 -0
- package/dist/types/components/linkedin/pixelated.linkedin.d.ts +2 -0
- package/dist/types/components/linkedin/pixelated.linkedin.d.ts.map +1 -0
- package/dist/types/components/linkedin/pixelated.linkedin1.d.ts +2 -0
- package/dist/types/components/linkedin/pixelated.linkedin1.d.ts.map +1 -0
- package/dist/types/components/linkedin/pixelated.linkedin2.d.ts +2 -0
- package/dist/types/components/linkedin/pixelated.linkedin2.d.ts.map +1 -0
- package/dist/types/components/markdown/markdown.d.ts +12 -0
- package/dist/types/components/markdown/markdown.d.ts.map +1 -0
- package/dist/types/components/menu/menu-accordion.d.ts +44 -0
- package/dist/types/components/menu/menu-accordion.d.ts.map +1 -0
- package/dist/types/components/menu/menu-expando.d.ts +20 -0
- package/dist/types/components/menu/menu-expando.d.ts.map +1 -0
- package/dist/types/components/menu/menu-simple.d.ts +28 -0
- package/dist/types/components/menu/menu-simple.d.ts.map +1 -0
- package/dist/types/components/nerdjoke/nerdjoke.d.ts +23 -0
- package/dist/types/components/nerdjoke/nerdjoke.d.ts.map +1 -0
- package/dist/types/components/pagebuilder/components/ComponentPropertiesForm.d.ts +11 -0
- package/dist/types/components/pagebuilder/components/ComponentPropertiesForm.d.ts.map +1 -0
- package/dist/types/components/pagebuilder/components/ComponentSelector.d.ts +15 -0
- package/dist/types/components/pagebuilder/components/ComponentSelector.d.ts.map +1 -0
- package/dist/types/components/pagebuilder/components/ComponentTree.d.ts +17 -0
- package/dist/types/components/pagebuilder/components/ComponentTree.d.ts.map +1 -0
- package/dist/types/components/pagebuilder/components/PageBuilderUI.d.ts +10 -0
- package/dist/types/components/pagebuilder/components/PageBuilderUI.d.ts.map +1 -0
- package/dist/types/components/pagebuilder/components/PageEngine.d.ts +23 -0
- package/dist/types/components/pagebuilder/components/PageEngine.d.ts.map +1 -0
- package/dist/types/components/pagebuilder/components/SaveLoadSection.d.ts +12 -0
- package/dist/types/components/pagebuilder/components/SaveLoadSection.d.ts.map +1 -0
- package/dist/types/components/pagebuilder/form/form.d.ts +46 -0
- package/dist/types/components/pagebuilder/form/form.d.ts.map +1 -0
- package/dist/types/components/pagebuilder/form/form.submit.d.ts +3 -0
- package/dist/types/components/pagebuilder/form/form.submit.d.ts.map +1 -0
- package/dist/types/components/pagebuilder/form/formcomponents.d.ts +205 -0
- package/dist/types/components/pagebuilder/form/formcomponents.d.ts.map +1 -0
- package/dist/types/components/pagebuilder/form/formvalidations.d.ts +29 -0
- package/dist/types/components/pagebuilder/form/formvalidations.d.ts.map +1 -0
- package/dist/types/components/pagebuilder/lib/componentGeneration.d.ts +17 -0
- package/dist/types/components/pagebuilder/lib/componentGeneration.d.ts.map +1 -0
- package/dist/types/components/pagebuilder/lib/componentMap.d.ts +25 -0
- package/dist/types/components/pagebuilder/lib/componentMap.d.ts.map +1 -0
- package/dist/types/components/pagebuilder/lib/componentMetadata.d.ts +22 -0
- package/dist/types/components/pagebuilder/lib/componentMetadata.d.ts.map +1 -0
- package/dist/types/components/pagebuilder/lib/pageStorageContentful.d.ts +25 -0
- package/dist/types/components/pagebuilder/lib/pageStorageContentful.d.ts.map +1 -0
- package/dist/types/components/pagebuilder/lib/pageStorageLocal.d.ts +23 -0
- package/dist/types/components/pagebuilder/lib/pageStorageLocal.d.ts.map +1 -0
- package/dist/types/components/pagebuilder/lib/pageStorageTypes.d.ts +25 -0
- package/dist/types/components/pagebuilder/lib/pageStorageTypes.d.ts.map +1 -0
- package/dist/types/components/pagebuilder/lib/propTypeIntrospection.d.ts +24 -0
- package/dist/types/components/pagebuilder/lib/propTypeIntrospection.d.ts.map +1 -0
- package/dist/types/components/pagebuilder/lib/types.d.ts +34 -0
- package/dist/types/components/pagebuilder/lib/types.d.ts.map +1 -0
- package/dist/types/components/pagebuilder/lib/usePageBuilder.d.ts +24 -0
- package/dist/types/components/pagebuilder/lib/usePageBuilder.d.ts.map +1 -0
- package/dist/types/components/recipe/recipe.d.ts +66 -0
- package/dist/types/components/recipe/recipe.d.ts.map +1 -0
- package/dist/types/components/resume/resume.d.ts +85 -0
- package/dist/types/components/resume/resume.d.ts.map +1 -0
- package/dist/types/components/seo/404.d.ts +10 -0
- package/dist/types/components/seo/404.d.ts.map +1 -0
- package/dist/types/components/seo/googleanalytics.d.ts +23 -0
- package/dist/types/components/seo/googleanalytics.d.ts.map +1 -0
- package/dist/types/components/seo/googlemap.d.ts +15 -0
- package/dist/types/components/seo/googlemap.d.ts.map +1 -0
- package/dist/types/components/seo/googlesearch.d.ts +10 -0
- package/dist/types/components/seo/googlesearch.d.ts.map +1 -0
- package/dist/types/components/seo/metadata.d.ts +35 -0
- package/dist/types/components/seo/metadata.d.ts.map +1 -0
- package/dist/types/components/seo/sitemap.d.ts +47 -0
- package/dist/types/components/seo/sitemap.d.ts.map +1 -0
- package/dist/types/components/shoppingcart/ebay.components.d.ts +46 -0
- package/dist/types/components/shoppingcart/ebay.components.d.ts.map +1 -0
- package/dist/types/components/shoppingcart/ebay.functions.d.ts +76 -0
- package/dist/types/components/shoppingcart/ebay.functions.d.ts.map +1 -0
- package/dist/types/components/shoppingcart/paypal.d.ts +16 -0
- package/dist/types/components/shoppingcart/paypal.d.ts.map +1 -0
- package/dist/types/components/shoppingcart/shoppingcart.components.d.ts +35 -0
- package/dist/types/components/shoppingcart/shoppingcart.components.d.ts.map +1 -0
- package/dist/types/components/shoppingcart/shoppingcart.functions.d.ts +89 -0
- package/dist/types/components/shoppingcart/shoppingcart.functions.d.ts.map +1 -0
- package/dist/types/components/sidepanel/sidepanel.d.ts +18 -0
- package/dist/types/components/sidepanel/sidepanel.d.ts.map +1 -0
- package/dist/types/components/socialcard/socialcard.d.ts +20 -0
- package/dist/types/components/socialcard/socialcard.d.ts.map +1 -0
- package/dist/types/components/tiles/tiles.d.ts +28 -0
- package/dist/types/components/tiles/tiles.d.ts.map +1 -0
- package/dist/types/components/timeline/timeline.d.ts +31 -0
- package/dist/types/components/timeline/timeline.d.ts.map +1 -0
- package/dist/types/components/utilities/api.d.ts +16 -0
- package/dist/types/components/utilities/api.d.ts.map +1 -0
- package/dist/types/components/utilities/functions.d.ts +11 -0
- package/dist/types/components/utilities/functions.d.ts.map +1 -0
- package/dist/types/components/yelp/yelp.d.ts +5 -0
- package/dist/types/components/yelp/yelp.d.ts.map +1 -0
- package/dist/types/data/buzzwords.d.ts +2 -0
- package/dist/types/data/buzzwords.d.ts.map +1 -0
- package/dist/types/index.d.ts +76 -0
- package/dist/types/index.d.ts.map +1 -0
- package/dist/types/index.server.d.ts +30 -0
- package/dist/types/index.server.d.ts.map +1 -0
- package/dist/types/stories/buzzword-bingo.stories.d.ts +13 -0
- package/dist/types/stories/buzzword-bingo.stories.d.ts.map +1 -0
- package/dist/types/stories/callout.many.stories.d.ts +8 -0
- package/dist/types/stories/callout.many.stories.d.ts.map +1 -0
- package/dist/types/stories/callout.stories.d.ts +69 -0
- package/dist/types/stories/callout.stories.d.ts.map +1 -0
- package/dist/types/stories/carousel-hero.stories.d.ts +22 -0
- package/dist/types/stories/carousel-hero.stories.d.ts.map +1 -0
- package/dist/types/stories/carousel-reviews.stories.d.ts +38 -0
- package/dist/types/stories/carousel-reviews.stories.d.ts.map +1 -0
- package/dist/types/stories/carousel-workportfolio.stories.d.ts +22 -0
- package/dist/types/stories/carousel-workportfolio.stories.d.ts.map +1 -0
- package/dist/types/stories/carousel.stories.d.ts +41 -0
- package/dist/types/stories/carousel.stories.d.ts.map +1 -0
- package/dist/types/stories/cms.contentful.item.stories.d.ts +21 -0
- package/dist/types/stories/cms.contentful.item.stories.d.ts.map +1 -0
- package/dist/types/stories/cms.contentful.items.stories.d.ts +20 -0
- package/dist/types/stories/cms.contentful.items.stories.d.ts.map +1 -0
- package/dist/types/stories/cms.contentful.stories.d.ts +9 -0
- package/dist/types/stories/cms.contentful.stories.d.ts.map +1 -0
- package/dist/types/stories/cms.google.reviews.stories.d.ts +11 -0
- package/dist/types/stories/cms.google.reviews.stories.d.ts.map +1 -0
- package/dist/types/stories/cms.gravatar.stories.d.ts +88 -0
- package/dist/types/stories/cms.gravatar.stories.d.ts.map +1 -0
- package/dist/types/stories/cms.instagram.stories.d.ts +16 -0
- package/dist/types/stories/cms.instagram.stories.d.ts.map +1 -0
- package/dist/types/stories/cms.wordpress.stories.d.ts +26 -0
- package/dist/types/stories/cms.wordpress.stories.d.ts.map +1 -0
- package/dist/types/stories/general.headers.stories.d.ts +27 -0
- package/dist/types/stories/general.headers.stories.d.ts.map +1 -0
- package/dist/types/stories/general.loading.stories.d.ts +11 -0
- package/dist/types/stories/general.loading.stories.d.ts.map +1 -0
- package/dist/types/stories/general.microinteractions.stories.d.ts +9 -0
- package/dist/types/stories/general.microinteractions.stories.d.ts.map +1 -0
- package/dist/types/stories/general.modal.stories.d.ts +9 -0
- package/dist/types/stories/general.modal.stories.d.ts.map +1 -0
- package/dist/types/stories/general.table.stories.d.ts +15 -0
- package/dist/types/stories/general.table.stories.d.ts.map +1 -0
- package/dist/types/stories/layout.stories.d.ts +299 -0
- package/dist/types/stories/layout.stories.d.ts.map +1 -0
- package/dist/types/stories/markdown.stories.d.ts +13 -0
- package/dist/types/stories/markdown.stories.d.ts.map +1 -0
- package/dist/types/stories/menu-accordion.stories.d.ts +34 -0
- package/dist/types/stories/menu-accordion.stories.d.ts.map +1 -0
- package/dist/types/stories/menu-simple.stories.d.ts +43 -0
- package/dist/types/stories/menu-simple.stories.d.ts.map +1 -0
- package/dist/types/stories/nerdjoke.stories.d.ts +10 -0
- package/dist/types/stories/nerdjoke.stories.d.ts.map +1 -0
- package/dist/types/stories/pagebuilder.form-builder.stories.d.ts +10 -0
- package/dist/types/stories/pagebuilder.form-builder.stories.d.ts.map +1 -0
- package/dist/types/stories/pagebuilder.form-engine.stories.d.ts +16 -0
- package/dist/types/stories/pagebuilder.form-engine.stories.d.ts.map +1 -0
- package/dist/types/stories/pagebuilder.form-extractor.stories.d.ts +10 -0
- package/dist/types/stories/pagebuilder.form-extractor.stories.d.ts.map +1 -0
- package/dist/types/stories/pagebuilder.stories.d.ts +29 -0
- package/dist/types/stories/pagebuilder.stories.d.ts.map +1 -0
- package/dist/types/stories/pagebuilder.usageguide.stories.d.ts +29 -0
- package/dist/types/stories/pagebuilder.usageguide.stories.d.ts.map +1 -0
- package/dist/types/stories/pageengine.stories.d.ts +32 -0
- package/dist/types/stories/pageengine.stories.d.ts.map +1 -0
- package/dist/types/stories/recipe.stories.d.ts +16 -0
- package/dist/types/stories/recipe.stories.d.ts.map +1 -0
- package/dist/types/stories/resume.stories.d.ts +283 -0
- package/dist/types/stories/resume.stories.d.ts.map +1 -0
- package/dist/types/stories/seo.404.stories.d.ts +18 -0
- package/dist/types/stories/seo.404.stories.d.ts.map +1 -0
- package/dist/types/stories/seo.googleanalytics.stories.d.ts +12 -0
- package/dist/types/stories/seo.googleanalytics.stories.d.ts.map +1 -0
- package/dist/types/stories/seo.googlesearch.stories.d.ts +12 -0
- package/dist/types/stories/seo.googlesearch.stories.d.ts.map +1 -0
- package/dist/types/stories/seo.metadata.stories.d.ts +25 -0
- package/dist/types/stories/seo.metadata.stories.d.ts.map +1 -0
- package/dist/types/stories/seo.sitemap.stories.d.ts +8 -0
- package/dist/types/stories/seo.sitemap.stories.d.ts.map +1 -0
- package/dist/types/stories/shoppingcart.ebay.item.stories.d.ts +21 -0
- package/dist/types/stories/shoppingcart.ebay.item.stories.d.ts.map +1 -0
- package/dist/types/stories/shoppingcart.ebay.items.stories.d.ts +21 -0
- package/dist/types/stories/shoppingcart.ebay.items.stories.d.ts.map +1 -0
- package/dist/types/stories/shoppingcart.stories.d.ts +9 -0
- package/dist/types/stories/shoppingcart.stories.d.ts.map +1 -0
- package/dist/types/stories/sidepanel.stories.d.ts +85 -0
- package/dist/types/stories/sidepanel.stories.d.ts.map +1 -0
- package/dist/types/stories/socialcard.stories.d.ts +81 -0
- package/dist/types/stories/socialcard.stories.d.ts.map +1 -0
- package/dist/types/stories/tiles.stories.d.ts +9 -0
- package/dist/types/stories/tiles.stories.d.ts.map +1 -0
- package/dist/types/stories/timeline.stories.d.ts +19 -0
- package/dist/types/stories/timeline.stories.d.ts.map +1 -0
- package/dist/types/tests/pixelated.api.test.d.ts +2 -0
- package/dist/types/tests/pixelated.api.test.d.ts.map +1 -0
- package/dist/types/tests/pixelated.callout.test.d.ts +2 -0
- package/dist/types/tests/pixelated.callout.test.d.ts.map +1 -0
- package/dist/types/tests/pixelated.carousel.test.d.ts +2 -0
- package/dist/types/tests/pixelated.carousel.test.d.ts.map +1 -0
- package/dist/types/tests/pixelated.menu-accordion.test.d.ts +2 -0
- package/dist/types/tests/pixelated.menu-accordion.test.d.ts.map +1 -0
- package/dist/types/tests/pixelated.menu-simple.test.d.ts +2 -0
- package/dist/types/tests/pixelated.menu-simple.test.d.ts.map +1 -0
- package/dist/types/tests/pixelated.nerdjoke.test.d.ts +2 -0
- package/dist/types/tests/pixelated.nerdjoke.test.d.ts.map +1 -0
- package/dist/types/tests/pixelated.recipe.test.d.ts +2 -0
- package/dist/types/tests/pixelated.recipe.test.d.ts.map +1 -0
- package/dist/types/tests/pixelated.resume.test.d.ts +2 -0
- package/dist/types/tests/pixelated.resume.test.d.ts.map +1 -0
- package/dist/types/tests/pixelated.socialcard.test.d.ts +2 -0
- package/dist/types/tests/pixelated.socialcard.test.d.ts.map +1 -0
- package/package.json +136 -0
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import PropTypes from 'prop-types';
|
|
2
|
+
import '../pagebuilder/form/form.css';
|
|
3
|
+
import type { ShoppingCartType, CheckoutType } from "./shoppingcart.functions";
|
|
4
|
+
import "./shoppingcart.css";
|
|
5
|
+
export declare function ShoppingCart(props: {
|
|
6
|
+
payPalClientID: string;
|
|
7
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export declare function ShoppingCartItem(props: {
|
|
9
|
+
item: ShoppingCartType;
|
|
10
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
11
|
+
export declare namespace ShoppingCartItem {
|
|
12
|
+
var PropTypes: {
|
|
13
|
+
item: PropTypes.Validator<object>;
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
export declare function CheckoutItems(props: {
|
|
17
|
+
checkoutData: CheckoutType;
|
|
18
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
19
|
+
export declare function CartButton(props: {
|
|
20
|
+
href: string;
|
|
21
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
22
|
+
export declare function ViewItemDetails(props: {
|
|
23
|
+
href: string;
|
|
24
|
+
itemID: string;
|
|
25
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
26
|
+
export declare function AddToCartButton(props: {
|
|
27
|
+
handler: any;
|
|
28
|
+
item: ShoppingCartType;
|
|
29
|
+
itemID: string;
|
|
30
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
31
|
+
export declare function GoToCartButton(props: {
|
|
32
|
+
href: string;
|
|
33
|
+
itemID: string;
|
|
34
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
35
|
+
//# sourceMappingURL=shoppingcart.components.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shoppingcart.components.d.ts","sourceRoot":"","sources":["../../../../src/components/shoppingcart/shoppingcart.components.tsx"],"names":[],"mappings":"AAIA,OAAO,SAAyB,MAAM,YAAY,CAAC;AAMnD,OAAO,8BAA8B,CAAC;AAKtC,OAAO,KAAK,EAAE,gBAAgB,EAAe,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAI5F,OAAO,oBAAoB,CAAC;AAY5B,wBAAgB,YAAY,CAAE,KAAK,EAAE;IAAC,cAAc,EAAE,MAAM,CAAA;CAAC,2CAuL5D;AAMD,wBAAgB,gBAAgB,CAAC,KAAK,EAAE;IAAC,IAAI,EAAE,gBAAgB,CAAA;CAAC,2CA+C/D;yBA/Ce,gBAAgB;;;;;AAmDhC,wBAAgB,aAAa,CAAC,KAAK,EAAE;IAAE,YAAY,EAAE,YAAY,CAAA;CAAE,2CA4ClE;AAGD,wBAAgB,UAAU,CAAC,KAAK,EAAE;IAAC,IAAI,EAAE,MAAM,CAAA;CAAC,2CAkC/C;AAGD,wBAAgB,eAAe,CAAC,KAAK,EAAE;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAC,2CAQpE;AAGD,wBAAgB,eAAe,CAAC,KAAK,EAAE;IAAC,OAAO,EAAE,GAAG,CAAC;IAAC,IAAI,EAAE,gBAAgB,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAC,2CAkB5F;AAGD,wBAAgB,cAAc,CAAC,KAAK,EAAE;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAA;CAAC,2CAQnE"}
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
export declare const shoppingCartKey = "pixelvividCart";
|
|
2
|
+
export declare const shippingInfoKey = "pixelvividCartShipping";
|
|
3
|
+
export declare const discountCodesKey = "pixelvividDiscountCodes";
|
|
4
|
+
export declare const checkoutInfoKey = "pixelvividCartCheckout";
|
|
5
|
+
export type ShoppingCartType = {
|
|
6
|
+
itemID: string;
|
|
7
|
+
itemURL?: string;
|
|
8
|
+
itemTitle: string;
|
|
9
|
+
itemImageURL?: string;
|
|
10
|
+
itemQuantity: number;
|
|
11
|
+
itemCost: number;
|
|
12
|
+
};
|
|
13
|
+
export type ShoppingCartItemType = {
|
|
14
|
+
itemID: string;
|
|
15
|
+
itemURL?: string;
|
|
16
|
+
itemTitle: string;
|
|
17
|
+
itemDescription: string;
|
|
18
|
+
itemCost: number;
|
|
19
|
+
itemCategory?: string;
|
|
20
|
+
itemCondition?: string;
|
|
21
|
+
itemProperties?: {
|
|
22
|
+
[key: string]: any;
|
|
23
|
+
};
|
|
24
|
+
itemImageThumbnail?: string;
|
|
25
|
+
itemImages?: string[];
|
|
26
|
+
itemQuantity: number;
|
|
27
|
+
itemSeller?: string;
|
|
28
|
+
itemBuyingFormat?: string;
|
|
29
|
+
itemLocation?: string;
|
|
30
|
+
itemListingDate: string;
|
|
31
|
+
};
|
|
32
|
+
export type AddressType = {
|
|
33
|
+
name: string;
|
|
34
|
+
street1: string;
|
|
35
|
+
city: string;
|
|
36
|
+
state: string;
|
|
37
|
+
zip: string;
|
|
38
|
+
country: string;
|
|
39
|
+
email?: string;
|
|
40
|
+
phone?: string;
|
|
41
|
+
};
|
|
42
|
+
export type DiscountCodeType = {
|
|
43
|
+
codeName: string;
|
|
44
|
+
codeDescription: string;
|
|
45
|
+
codeType: string;
|
|
46
|
+
codeStart: string;
|
|
47
|
+
codeEnd: string;
|
|
48
|
+
codeValue: number;
|
|
49
|
+
};
|
|
50
|
+
export type CheckoutType = {
|
|
51
|
+
items: ShoppingCartType[];
|
|
52
|
+
subtotal: number;
|
|
53
|
+
subtotal_discount: number;
|
|
54
|
+
shippingTo: AddressType;
|
|
55
|
+
shippingCost: number;
|
|
56
|
+
handlingFee: number;
|
|
57
|
+
insuranceCost?: number;
|
|
58
|
+
shipping_discount?: number;
|
|
59
|
+
salesTax: number;
|
|
60
|
+
total: number;
|
|
61
|
+
};
|
|
62
|
+
export declare function formatAsUSD(cost: number): string;
|
|
63
|
+
export declare function formatAsHundredths(num: number): number;
|
|
64
|
+
export declare function getCart(): any;
|
|
65
|
+
export declare function setCart(shoppingCartJSON: ShoppingCartType[]): void;
|
|
66
|
+
export declare function alreadyInCart(cart: ShoppingCartType[], itemID: string): boolean;
|
|
67
|
+
export declare function increaseQuantityCart(cart: ShoppingCartType[], itemID: string): void;
|
|
68
|
+
export declare function getIndexInCart(cart: ShoppingCartType[], itemID: string): number;
|
|
69
|
+
export declare function getCartItemCount(cart: ShoppingCartType[]): number;
|
|
70
|
+
export declare function getCartSubTotal(cart: ShoppingCartType[]): number;
|
|
71
|
+
export declare function AddToShoppingCart(thisItem: ShoppingCartType): void;
|
|
72
|
+
export declare function RemoveFromShoppingCart(thisItem: ShoppingCartType): void;
|
|
73
|
+
export declare function ClearShoppingCart(): void;
|
|
74
|
+
export declare function getShippingInfo(): any;
|
|
75
|
+
export declare function SetShippingInfo(shippingFormData: any): void;
|
|
76
|
+
export declare function getShippingCost(): number;
|
|
77
|
+
export declare function validateDiscountCode(field: {
|
|
78
|
+
value: string;
|
|
79
|
+
}): Promise<boolean | undefined>;
|
|
80
|
+
export declare function getRemoteDiscountCodes(): Promise<any>;
|
|
81
|
+
export declare function getLocalDiscountCodes(): any;
|
|
82
|
+
export declare function setDiscountCodes(discountCodesJSON: DiscountCodeType[]): void;
|
|
83
|
+
export declare function getDiscountCode(codeString: string): DiscountCodeType | undefined;
|
|
84
|
+
export declare function getCartSubtotalDiscount(cart: ShoppingCartType[]): number;
|
|
85
|
+
export declare function getHandlingFee(): number;
|
|
86
|
+
export declare function getSalesTax(): number;
|
|
87
|
+
export declare function getCheckoutTotal(): number;
|
|
88
|
+
export declare function getCheckoutData(): CheckoutType;
|
|
89
|
+
//# sourceMappingURL=shoppingcart.functions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shoppingcart.functions.d.ts","sourceRoot":"","sources":["../../../../src/components/shoppingcart/shoppingcart.functions.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,eAAe,mBAAmB,CAAC;AAChD,eAAO,MAAM,eAAe,2BAA2B,CAAC;AACxD,eAAO,MAAM,gBAAgB,4BAA4B,CAAC;AAC1D,eAAO,MAAM,eAAe,2BAA2B,CAAC;AAqBxD,MAAM,MAAM,gBAAgB,GAAG;IAC3B,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,YAAY,CAAC,EAAG,MAAM,CAAC;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,EAAE,MAAM,CAAC;CACpB,CAAA;AAED,MAAM,MAAM,oBAAoB,GAAG;IAC/B,MAAM,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,MAAM,CAAC;IACxB,QAAQ,EAAE,MAAM,CAAC;IACjB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,cAAc,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,CAAC;IACxC,kBAAkB,CAAC,EAAG,MAAM,CAAC;IAC7B,UAAU,CAAC,EAAE,MAAM,EAAE,CAAC;IACtB,YAAY,EAAE,MAAM,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;CAC3B,CAAA;AAED,MAAM,MAAM,WAAW,GAAG;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;CAClB,CAAA;AAED,MAAM,MAAM,gBAAgB,GAAG;IAC3B,QAAQ,EAAE,MAAM,CAAC;IACjB,eAAe,EAAE,MAAM,CAAC;IACxB,QAAQ,EAAE,MAAM,CAAC;IACjB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG;IACvB,KAAK,EAAE,gBAAgB,EAAE,CAAC;IAC1B,QAAQ,EAAE,MAAM,CAAC;IACjB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,UAAU,EAAE,WAAW,CAAC;IACxB,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;CACjB,CAAA;AAkED,wBAAgB,WAAW,CAAC,IAAI,EAAE,MAAM,UAEvC;AAGD,wBAAgB,kBAAkB,CAAC,GAAG,EAAE,MAAM,UAE7C;AAGD,wBAAgB,OAAO,QAGtB;AAGD,wBAAgB,OAAO,CAAC,gBAAgB,EAAE,gBAAgB,EAAE,QAG3D;AAGD,wBAAgB,aAAa,CAAC,IAAI,EAAE,gBAAgB,EAAE,EAAE,MAAM,EAAE,MAAM,WAQrE;AAGD,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,gBAAgB,EAAE,EAAE,MAAM,EAAE,MAAM,QAO5E;AAGD,wBAAgB,cAAc,CAAC,IAAI,EAAE,gBAAgB,EAAE,EAAE,MAAM,EAAE,MAAM,UAQtE;AAGD,wBAAgB,gBAAgB,CAAC,IAAI,EAAE,gBAAgB,EAAE,UASxD;AAGD,wBAAgB,eAAe,CAAC,IAAI,EAAE,gBAAgB,EAAE,UAWvD;AAGD,wBAAgB,iBAAiB,CAAC,QAAQ,EAAE,gBAAgB,QAoB3D;AAGD,wBAAgB,sBAAsB,CAAC,QAAQ,EAAE,gBAAgB,QAOhE;AAGD,wBAAgB,iBAAiB,SAIhC;AAMD,wBAAgB,eAAe,QAG9B;AAGD,wBAAgB,eAAe,CAAC,gBAAgB,EAAE,GAAG,QAGpD;AAGD,wBAAgB,eAAe,IAAI,MAAM,CAKxC;AAMD,wBAAsB,oBAAoB,CAAC,KAAK,EAAE;IAAE,KAAK,EAAE,MAAM,CAAE;CAAE,gCAwBpE;AAGD,wBAAsB,sBAAsB,iBAY3C;AAGD,wBAAgB,qBAAqB,QAIpC;AAGD,wBAAgB,gBAAgB,CAAC,iBAAiB,EAAE,gBAAgB,EAAE,QAIrE;AAGD,wBAAgB,eAAe,CAAC,UAAU,EAAE,MAAM,gCAcjD;AAGD,wBAAgB,uBAAuB,CAAC,IAAI,EAAE,gBAAgB,EAAE,UAa/D;AAOD,wBAAgB,cAAc,WAE7B;AAGD,wBAAgB,WAAW,IAAI,MAAM,CAOpC;AAGD,wBAAgB,gBAAgB,WAU/B;AAGD,wBAAgB,eAAe,iBAe9B"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import './sidepanel.css';
|
|
3
|
+
export interface SidePanelProps {
|
|
4
|
+
isOpen: boolean;
|
|
5
|
+
onClose: () => void;
|
|
6
|
+
onToggle?: () => void;
|
|
7
|
+
position?: 'left' | 'right';
|
|
8
|
+
width?: string;
|
|
9
|
+
showOverlay?: boolean;
|
|
10
|
+
showTab?: boolean;
|
|
11
|
+
tabIcon?: React.ReactNode;
|
|
12
|
+
tabLabel?: string;
|
|
13
|
+
children?: React.ReactNode;
|
|
14
|
+
className?: string;
|
|
15
|
+
}
|
|
16
|
+
export default function SidePanel({ isOpen, onClose, onToggle, position, width, showOverlay, showTab, tabIcon, tabLabel, children, className }: SidePanelProps): React.ReactPortal | null;
|
|
17
|
+
export { SidePanel };
|
|
18
|
+
//# sourceMappingURL=sidepanel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sidepanel.d.ts","sourceRoot":"","sources":["../../../../src/components/sidepanel/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"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import PropTypes, { InferProps } from "prop-types";
|
|
2
|
+
import './socialcard.css';
|
|
3
|
+
export type SocialCardsType = InferProps<typeof SocialCards.propTypes>;
|
|
4
|
+
export declare function SocialCards(props: SocialCardsType): never[] | import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export declare namespace SocialCards {
|
|
6
|
+
var propTypes: {
|
|
7
|
+
sources: PropTypes.Validator<object>;
|
|
8
|
+
};
|
|
9
|
+
}
|
|
10
|
+
export type SocialCardType = InferProps<typeof SocialCard.propTypes>;
|
|
11
|
+
export declare function SocialCard(props: SocialCardType): import("react/jsx-runtime").JSX.Element;
|
|
12
|
+
export declare namespace SocialCard {
|
|
13
|
+
var propTypes: {
|
|
14
|
+
iconSrc: PropTypes.Validator<string>;
|
|
15
|
+
iconSrcAlt: PropTypes.Validator<string>;
|
|
16
|
+
card: PropTypes.Validator<any>;
|
|
17
|
+
};
|
|
18
|
+
}
|
|
19
|
+
export declare function SocialCardsLoading(): import("react/jsx-runtime").JSX.Element;
|
|
20
|
+
//# sourceMappingURL=socialcard.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"socialcard.d.ts","sourceRoot":"","sources":["../../../../src/components/socialcard/socialcard.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAEnD,OAAO,kBAAkB,CAAC;AAkC1B,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,28 @@
|
|
|
1
|
+
import PropTypes, { InferProps } from "prop-types";
|
|
2
|
+
import type { CarouselCardType } from "../carousel/carousel";
|
|
3
|
+
import "./tiles.css";
|
|
4
|
+
import "../../css/pixelated.grid.scss";
|
|
5
|
+
export declare function Tiles(props: {
|
|
6
|
+
cards: CarouselCardType[];
|
|
7
|
+
rowCount?: number;
|
|
8
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
9
|
+
export declare namespace Tiles {
|
|
10
|
+
var propTypes: {
|
|
11
|
+
cards: PropTypes.Validator<object>;
|
|
12
|
+
rowCount: PropTypes.Requireable<number>;
|
|
13
|
+
};
|
|
14
|
+
}
|
|
15
|
+
export type TileType = InferProps<typeof Tile.propTypes>;
|
|
16
|
+
declare function Tile(props: TileType): import("react/jsx-runtime").JSX.Element;
|
|
17
|
+
declare namespace Tile {
|
|
18
|
+
var propTypes: {
|
|
19
|
+
index: PropTypes.Validator<number>;
|
|
20
|
+
cardLength: PropTypes.Validator<number>;
|
|
21
|
+
link: PropTypes.Requireable<string>;
|
|
22
|
+
image: PropTypes.Validator<string>;
|
|
23
|
+
imageAlt: PropTypes.Requireable<string>;
|
|
24
|
+
bodyText: PropTypes.Requireable<string>;
|
|
25
|
+
};
|
|
26
|
+
}
|
|
27
|
+
export {};
|
|
28
|
+
//# sourceMappingURL=tiles.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tiles.d.ts","sourceRoot":"","sources":["../../../../src/components/tiles/tiles.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAI7D,OAAO,aAAa,CAAC;AACrB,OAAO,+BAA+B,CAAC;AAOvC,wBAAgB,KAAK,CACpB,KAAK,EAAE;IACN,KAAK,EAAE,gBAAgB,EAAE,CAAC;IAC1B,QAAQ,CAAC,EAAE,MAAM,CAAC;CAClB,2CA0BD;yBA9Be,KAAK;;;;;;AA2CrB,MAAM,MAAM,QAAQ,GAAG,UAAU,CAAC,OAAO,IAAI,CAAC,SAAS,CAAC,CAAC;AACzD,iBAAS,IAAI,CAAE,KAAK,EAAE,QAAQ,2CAuB7B;kBAvBQ,IAAI"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import PropTypes, { InferProps } from "prop-types";
|
|
2
|
+
import "./timeline.css";
|
|
3
|
+
import "../../css/pixelated.grid.scss";
|
|
4
|
+
export type TimelineType = InferProps<typeof Timeline.propTypes> & {
|
|
5
|
+
[key: string]: unknown;
|
|
6
|
+
};
|
|
7
|
+
export declare function Timeline(props: TimelineType): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
export declare namespace Timeline {
|
|
9
|
+
var propTypes: {
|
|
10
|
+
timelineData: PropTypes.Validator<(PropTypes.InferProps<{
|
|
11
|
+
title: PropTypes.Validator<string>;
|
|
12
|
+
content: PropTypes.Requireable<string>;
|
|
13
|
+
image: PropTypes.Requireable<string>;
|
|
14
|
+
direction: PropTypes.Validator<string>;
|
|
15
|
+
}> | null | undefined)[]>;
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
export type TimelineItemType = InferProps<typeof TimelineItem.propTypes> & {
|
|
19
|
+
[key: string]: unknown;
|
|
20
|
+
};
|
|
21
|
+
declare function TimelineItem(props: TimelineItemType): import("react/jsx-runtime").JSX.Element;
|
|
22
|
+
declare namespace TimelineItem {
|
|
23
|
+
var propTypes: {
|
|
24
|
+
title: PropTypes.Validator<string>;
|
|
25
|
+
content: PropTypes.Requireable<string>;
|
|
26
|
+
image: PropTypes.Requireable<string>;
|
|
27
|
+
direction: PropTypes.Validator<string>;
|
|
28
|
+
};
|
|
29
|
+
}
|
|
30
|
+
export default TimelineItem;
|
|
31
|
+
//# sourceMappingURL=timeline.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"timeline.d.ts","sourceRoot":"","sources":["../../../../src/components/timeline/timeline.tsx"],"names":[],"mappings":"AAEA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,gBAAgB,CAAC;AACxB,OAAO,+BAA+B,CAAC;AAgBvC,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"}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import PropTypes from 'prop-types';
|
|
2
|
+
export declare function getXHRData(apiURL: string, apiMethod: string, myCallback: any): void;
|
|
3
|
+
export declare namespace getXHRData {
|
|
4
|
+
var propTypes: {
|
|
5
|
+
apiURL: PropTypes.Validator<string>;
|
|
6
|
+
apiMethod: PropTypes.Validator<string>;
|
|
7
|
+
};
|
|
8
|
+
}
|
|
9
|
+
export declare function generateURL(baseURL: string, props: any): string;
|
|
10
|
+
export declare namespace generateURL {
|
|
11
|
+
var propTypes: {
|
|
12
|
+
baseURL: PropTypes.Validator<string>;
|
|
13
|
+
props: PropTypes.Requireable<object>;
|
|
14
|
+
};
|
|
15
|
+
}
|
|
16
|
+
//# sourceMappingURL=api.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../../../src/components/utilities/api.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,YAAY,CAAC;AAEnC,wBAAgB,UAAU,CAAE,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,EAAE,UAAU,EAAE,GAAG,QAgB7E;yBAhBe,UAAU;;;;;;AAuB1B,wBAAgB,WAAW,CAAE,OAAO,EAAE,MAAM,EAAE,KAAK,EAAE,GAAG,UAUvD;yBAVe,WAAW"}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare function html2dom(str: string): ChildNode | null;
|
|
2
|
+
export declare function mergeDeep(a: any, b: any): {
|
|
3
|
+
[key: string]: any;
|
|
4
|
+
};
|
|
5
|
+
export declare function pushNewValueToStateArray(that: any, oldState: any, newValue: any): void;
|
|
6
|
+
export declare function randomBetween(min: number, max: number): number;
|
|
7
|
+
export declare function generateKey(): string;
|
|
8
|
+
export declare function generateUUID(): string;
|
|
9
|
+
export declare function capitalize(str: string): string;
|
|
10
|
+
export declare function attributeMap(oldAttribute: string): string;
|
|
11
|
+
//# sourceMappingURL=functions.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"functions.d.ts","sourceRoot":"","sources":["../../../../src/components/utilities/functions.ts"],"names":[],"mappings":"AAAA,wBAAgB,QAAQ,CAAE,GAAG,EAAE,MAAM,oBAUpC;AAGD,wBAAgB,SAAS,CAAE,CAAC,EAAE,GAAG,EAAE,CAAC,EAAE,GAAG;;EAmBxC;AAED,wBAAgB,wBAAwB,CAAE,IAAI,EAAE,GAAG,EAAE,QAAQ,EAAE,GAAG,EAAE,QAAQ,EAAE,GAAG,QAIhF;AAED,wBAAgB,aAAa,CAAE,GAAG,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,UAOtD;AAED,wBAAgB,WAAW,WAc1B;AAED,wBAAgB,YAAY,WAK3B;AAED,wBAAgB,UAAU,CAAE,GAAG,EAAE,MAAM,UAEtC;AAQD,wBAAgB,YAAY,CAAE,YAAY,EAAE,MAAM,UAgCjD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"yelp.d.ts","sourceRoot":"","sources":["../../../../src/components/yelp/yelp.tsx"],"names":[],"mappings":"AAoBA,wBAAgB,WAAW,CAAC,KAAK,EAAE;IAAE,UAAU,EAAE,MAAM,CAAC;IAAC,GAAG,EAAE,MAAM,CAAA;CAAE,2CAwDrE"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"buzzwords.d.ts","sourceRoot":"","sources":["../../../src/data/buzzwords.js"],"names":[],"mappings":"AACA,iCA2BE"}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
export * from "./components/buzzwordbingo/buzzwordbingo";
|
|
2
|
+
export * from "./components/callout/callout";
|
|
3
|
+
export * from "./components/carousel/carousel";
|
|
4
|
+
export * from "./components/carousel/carousel.drag";
|
|
5
|
+
export * from "./components/cms/calendly";
|
|
6
|
+
export * from "./components/cms/cloudinary";
|
|
7
|
+
export * from "./components/cms/cloudinary.image";
|
|
8
|
+
export * from "./components/cms/contentful.delivery";
|
|
9
|
+
export * from "./components/cms/contentful.management";
|
|
10
|
+
export * from "./components/cms/contentful.items.components";
|
|
11
|
+
export * from "./components/cms/flickr";
|
|
12
|
+
export * from "./components/cms/google.reviews.components";
|
|
13
|
+
export * from "./components/cms/google.reviews.functions";
|
|
14
|
+
export * from "./components/cms/gravatar.functions";
|
|
15
|
+
export * from "./components/cms/gravatar.components";
|
|
16
|
+
export * from "./components/cms/hubspot.components";
|
|
17
|
+
export * from "./components/cms/hubspot";
|
|
18
|
+
export * from "./components/cms/instagram.functions";
|
|
19
|
+
export * from "./components/cms/instagram.components";
|
|
20
|
+
export * from "./components/cms/wordpress.components";
|
|
21
|
+
export * from "./components/cms/wordpress.functions";
|
|
22
|
+
export * from "./components/config/config.client";
|
|
23
|
+
export * from "./components/config/config.server";
|
|
24
|
+
export * from "./components/config/config";
|
|
25
|
+
export * from "./components/config/config.types";
|
|
26
|
+
export * from "./components/general/css";
|
|
27
|
+
export * from "./components/general/headers";
|
|
28
|
+
export * from "./components/general/image";
|
|
29
|
+
export * from "./components/general/layout";
|
|
30
|
+
export * from "./components/general/loading";
|
|
31
|
+
export * from "./components/general/microinteractions";
|
|
32
|
+
export * from "./components/general/modal";
|
|
33
|
+
export * from "./components/general/table";
|
|
34
|
+
export * from "./components/markdown/markdown";
|
|
35
|
+
export * from "./components/menu/menu-accordion";
|
|
36
|
+
export * from "./components/menu/menu-simple";
|
|
37
|
+
export * from "./components/nerdjoke/nerdjoke";
|
|
38
|
+
export * from "./components/pagebuilder/components/ComponentPropertiesForm";
|
|
39
|
+
export * from "./components/pagebuilder/components/ComponentSelector";
|
|
40
|
+
export * from "./components/pagebuilder/components/ComponentTree";
|
|
41
|
+
export * from "./components/pagebuilder/components/PageBuilderUI";
|
|
42
|
+
export * from "./components/pagebuilder/components/PageEngine";
|
|
43
|
+
export * from "./components/pagebuilder/components/SaveLoadSection";
|
|
44
|
+
export * from "./components/pagebuilder/form/form";
|
|
45
|
+
export * from "./components/pagebuilder/form/form.submit";
|
|
46
|
+
export * from "./components/pagebuilder/form/formcomponents";
|
|
47
|
+
export * from "./components/pagebuilder/form/formvalidations";
|
|
48
|
+
export * from "./components/pagebuilder/lib/componentGeneration";
|
|
49
|
+
export * from "./components/pagebuilder/lib/componentMap";
|
|
50
|
+
export * from "./components/pagebuilder/lib/componentMetadata";
|
|
51
|
+
export * from "./components/pagebuilder/lib/pageStorageLocal";
|
|
52
|
+
export * from "./components/pagebuilder/lib/pageStorageContentful";
|
|
53
|
+
export * from "./components/pagebuilder/lib/pageStorageTypes";
|
|
54
|
+
export * from "./components/pagebuilder/lib/propTypeIntrospection";
|
|
55
|
+
export * from "./components/pagebuilder/lib/types";
|
|
56
|
+
export * from "./components/pagebuilder/lib/usePageBuilder";
|
|
57
|
+
export * from "./components/recipe/recipe";
|
|
58
|
+
export * from "./components/resume/resume";
|
|
59
|
+
export * from "./components/seo/404";
|
|
60
|
+
export * from "./components/seo/googleanalytics";
|
|
61
|
+
export * from "./components/seo/googlemap";
|
|
62
|
+
export * from "./components/seo/googlesearch";
|
|
63
|
+
export * from "./components/seo/metadata";
|
|
64
|
+
export * from "./components/seo/sitemap";
|
|
65
|
+
export * from "./components/shoppingcart/ebay.components";
|
|
66
|
+
export * from "./components/shoppingcart/ebay.functions";
|
|
67
|
+
export * from "./components/shoppingcart/paypal";
|
|
68
|
+
export * from "./components/shoppingcart/shoppingcart.components";
|
|
69
|
+
export * from "./components/shoppingcart/shoppingcart.functions";
|
|
70
|
+
export * from "./components/sidepanel/sidepanel";
|
|
71
|
+
export * from "./components/socialcard/socialcard";
|
|
72
|
+
export * from "./components/tiles/tiles";
|
|
73
|
+
export * from "./components/timeline/timeline";
|
|
74
|
+
export * from "./components/utilities/api";
|
|
75
|
+
export * from "./components/utilities/functions";
|
|
76
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
export * from "./components/cms/cloudinary";
|
|
2
|
+
export * from "./components/cms/contentful.delivery";
|
|
3
|
+
export * from "./components/cms/contentful.management";
|
|
4
|
+
export * from "./components/cms/flickr";
|
|
5
|
+
export * from "./components/cms/google.reviews.functions";
|
|
6
|
+
export * from "./components/cms/hubspot";
|
|
7
|
+
export * from "./components/cms/gravatar.functions";
|
|
8
|
+
export * from "./components/cms/instagram.functions";
|
|
9
|
+
export * from "./components/cms/wordpress.functions";
|
|
10
|
+
export * from "./components/config/config";
|
|
11
|
+
export * from "./components/config/config.types";
|
|
12
|
+
export * from "./components/pagebuilder/form/form.submit";
|
|
13
|
+
export * from "./components/pagebuilder/form/formvalidations";
|
|
14
|
+
export * from "./components/pagebuilder/lib/componentGeneration";
|
|
15
|
+
export * from "./components/pagebuilder/lib/componentMap";
|
|
16
|
+
export * from "./components/pagebuilder/lib/componentMetadata";
|
|
17
|
+
export * from "./components/pagebuilder/lib/pageStorageLocal";
|
|
18
|
+
export * from "./components/pagebuilder/lib/pageStorageContentful";
|
|
19
|
+
export * from "./components/pagebuilder/lib/pageStorageTypes";
|
|
20
|
+
export * from "./components/pagebuilder/lib/propTypeIntrospection";
|
|
21
|
+
export * from "./components/pagebuilder/lib/types";
|
|
22
|
+
export * from "./components/pagebuilder/lib/usePageBuilder";
|
|
23
|
+
export * from "./components/seo/metadata";
|
|
24
|
+
export * from "./components/seo/sitemap";
|
|
25
|
+
export * from "./components/shoppingcart/ebay.functions";
|
|
26
|
+
export * from "./components/shoppingcart/shoppingcart.functions";
|
|
27
|
+
export * from "./components/utilities/api";
|
|
28
|
+
export * from "./components/utilities/functions";
|
|
29
|
+
export * from "./components/config/config.server";
|
|
30
|
+
//# sourceMappingURL=index.server.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.server.d.ts","sourceRoot":"","sources":["../../src/index.server.js"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
export let title: string;
|
|
3
|
+
export { BuzzwordBingo as component };
|
|
4
|
+
}
|
|
5
|
+
export default _default;
|
|
6
|
+
export namespace BuzzwordBingoStory {
|
|
7
|
+
namespace args {
|
|
8
|
+
export { buzzwords };
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
import { BuzzwordBingo } from '../components/buzzwordbingo/buzzwordbingo';
|
|
12
|
+
import { buzzwords } from "../data/buzzwords";
|
|
13
|
+
//# sourceMappingURL=buzzword-bingo.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"buzzword-bingo.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/buzzword-bingo.stories.js"],"names":[],"mappings":";;;;;;;;;;8BAA8B,2CAA2C;0BAG/C,mBAAmB"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
export let title: string;
|
|
3
|
+
export { CalloutManyStories as component };
|
|
4
|
+
export let decorators: ((Story: any) => import("react/jsx-runtime").JSX.Element)[];
|
|
5
|
+
}
|
|
6
|
+
export default _default;
|
|
7
|
+
export function CalloutManyStories(): import("react/jsx-runtime").JSX.Element;
|
|
8
|
+
//# sourceMappingURL=callout.many.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"callout.many.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/callout.many.stories.js"],"names":[],"mappings":";;;;;;AAmSO,8EAAgD"}
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
export let title: string;
|
|
3
|
+
export { Callout as component };
|
|
4
|
+
export let decorators: ((Story: any) => import("react/jsx-runtime").JSX.Element)[];
|
|
5
|
+
}
|
|
6
|
+
export default _default;
|
|
7
|
+
export namespace CalloutStory {
|
|
8
|
+
let title_1: string;
|
|
9
|
+
export { title_1 as title };
|
|
10
|
+
export namespace args {
|
|
11
|
+
export let style: string;
|
|
12
|
+
export let layout: string;
|
|
13
|
+
export let boxShape: string;
|
|
14
|
+
export let direction: string;
|
|
15
|
+
export namespace gridColumns {
|
|
16
|
+
let left: number;
|
|
17
|
+
let right: number;
|
|
18
|
+
}
|
|
19
|
+
export let url: string;
|
|
20
|
+
export let img: string;
|
|
21
|
+
export let imgShape: string;
|
|
22
|
+
export let imgAlt: string;
|
|
23
|
+
let title_2: string;
|
|
24
|
+
export { title_2 as title };
|
|
25
|
+
export let subtitle: string;
|
|
26
|
+
export let content: string;
|
|
27
|
+
}
|
|
28
|
+
export namespace argTypes {
|
|
29
|
+
export namespace style_1 {
|
|
30
|
+
let options: string[];
|
|
31
|
+
namespace control {
|
|
32
|
+
let type: string;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
export { style_1 as style };
|
|
36
|
+
export namespace direction_1 {
|
|
37
|
+
let options_1: string[];
|
|
38
|
+
export { options_1 as options };
|
|
39
|
+
export namespace control_1 {
|
|
40
|
+
let type_1: string;
|
|
41
|
+
export { type_1 as type };
|
|
42
|
+
}
|
|
43
|
+
export { control_1 as control };
|
|
44
|
+
}
|
|
45
|
+
export { direction_1 as direction };
|
|
46
|
+
export namespace layout_1 {
|
|
47
|
+
let options_2: string[];
|
|
48
|
+
export { options_2 as options };
|
|
49
|
+
export namespace control_2 {
|
|
50
|
+
let type_2: string;
|
|
51
|
+
export { type_2 as type };
|
|
52
|
+
}
|
|
53
|
+
export { control_2 as control };
|
|
54
|
+
}
|
|
55
|
+
export { layout_1 as layout };
|
|
56
|
+
export namespace imgShape_1 {
|
|
57
|
+
let options_3: string[];
|
|
58
|
+
export { options_3 as options };
|
|
59
|
+
export namespace control_3 {
|
|
60
|
+
let type_3: string;
|
|
61
|
+
export { type_3 as type };
|
|
62
|
+
}
|
|
63
|
+
export { control_3 as control };
|
|
64
|
+
}
|
|
65
|
+
export { imgShape_1 as imgShape };
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
import { Callout } from '../components/callout/callout';
|
|
69
|
+
//# sourceMappingURL=callout.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"callout.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/callout.stories.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBACwB,+BAA+B"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
export let title: string;
|
|
3
|
+
export { Carousel as component };
|
|
4
|
+
export let decorators: ((Story: any) => import("react/jsx-runtime").JSX.Element)[];
|
|
5
|
+
}
|
|
6
|
+
export default _default;
|
|
7
|
+
export namespace CarouselHero {
|
|
8
|
+
namespace args {
|
|
9
|
+
let cards: {
|
|
10
|
+
link: string;
|
|
11
|
+
image: string;
|
|
12
|
+
imageAlt: any;
|
|
13
|
+
headerText: any;
|
|
14
|
+
subHeaderText: string;
|
|
15
|
+
bodyText: any;
|
|
16
|
+
}[];
|
|
17
|
+
let draggable: boolean;
|
|
18
|
+
let imgFit: string;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
import { Carousel } from '../components/carousel/carousel';
|
|
22
|
+
//# sourceMappingURL=carousel-hero.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"carousel-hero.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/carousel-hero.stories.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;yBACyB,iCAAiC"}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
export let title: string;
|
|
3
|
+
export { Carousel as component };
|
|
4
|
+
export let decorators: ((Story: any) => import("react/jsx-runtime").JSX.Element)[];
|
|
5
|
+
}
|
|
6
|
+
export default _default;
|
|
7
|
+
export namespace CarouselReviews {
|
|
8
|
+
namespace args {
|
|
9
|
+
export { mycards as cards };
|
|
10
|
+
export let draggable: boolean;
|
|
11
|
+
export let imgFit: string;
|
|
12
|
+
}
|
|
13
|
+
namespace argTypes {
|
|
14
|
+
export namespace imgFit_1 {
|
|
15
|
+
let options: string[];
|
|
16
|
+
namespace control {
|
|
17
|
+
let type: string;
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
export { imgFit_1 as imgFit };
|
|
21
|
+
export namespace draggable_1 {
|
|
22
|
+
let options_1: boolean[];
|
|
23
|
+
export { options_1 as options };
|
|
24
|
+
export namespace control_1 {
|
|
25
|
+
let type_1: string;
|
|
26
|
+
export { type_1 as type };
|
|
27
|
+
}
|
|
28
|
+
export { control_1 as control };
|
|
29
|
+
}
|
|
30
|
+
export { draggable_1 as draggable };
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
import { Carousel } from '../components/carousel/carousel';
|
|
34
|
+
declare const mycards: {
|
|
35
|
+
headerText: string;
|
|
36
|
+
bodyText: string;
|
|
37
|
+
}[];
|
|
38
|
+
//# sourceMappingURL=carousel-reviews.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"carousel-reviews.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/carousel-reviews.stories.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yBACyB,iCAAiC;AA2B1D;;;IAWE"}
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
declare namespace _default {
|
|
2
|
+
export let title: string;
|
|
3
|
+
export { Carousel as component };
|
|
4
|
+
export let decorators: ((Story: any) => import("react/jsx-runtime").JSX.Element)[];
|
|
5
|
+
}
|
|
6
|
+
export default _default;
|
|
7
|
+
export namespace CarouselWorkPortfolio {
|
|
8
|
+
namespace args {
|
|
9
|
+
let cards: {
|
|
10
|
+
link: string;
|
|
11
|
+
image: string;
|
|
12
|
+
imageAlt: any;
|
|
13
|
+
headerText: any;
|
|
14
|
+
subHeaderText: string;
|
|
15
|
+
bodyText: any;
|
|
16
|
+
}[];
|
|
17
|
+
let draggable: boolean;
|
|
18
|
+
let imgFit: string;
|
|
19
|
+
}
|
|
20
|
+
}
|
|
21
|
+
import { Carousel } from '../components/carousel/carousel';
|
|
22
|
+
//# sourceMappingURL=carousel-workportfolio.stories.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"carousel-workportfolio.stories.d.ts","sourceRoot":"","sources":["../../../src/stories/carousel-workportfolio.stories.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;yBACyB,iCAAiC"}
|