@pixelated-tech/components 3.4.2 → 3.5.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 +32 -191
- package/dist/components/admin/componentusage/componentAnalysis.js +12 -4
- package/dist/components/admin/componentusage/componentDiscovery.js +20 -6
- package/dist/components/admin/site-health/seo-metrics.config.json +111 -0
- package/dist/components/admin/site-health/site-health-accessibility.js +5 -1
- package/dist/components/admin/site-health/site-health-axe-core.js +4 -0
- package/dist/components/admin/site-health/site-health-cloudwatch.integration.js +0 -5
- package/dist/components/admin/site-health/site-health-cloudwatch.js +7 -1
- package/dist/components/admin/site-health/site-health-dependency-vulnerabilities.js +4 -0
- package/dist/components/admin/site-health/site-health-github.js +6 -0
- package/dist/components/admin/site-health/site-health-google-analytics.js +6 -0
- package/dist/components/admin/site-health/site-health-google-search-console.js +6 -0
- package/dist/components/admin/site-health/site-health-on-site-seo.integration.js +379 -12
- package/dist/components/admin/site-health/site-health-on-site-seo.js +4 -0
- package/dist/components/admin/site-health/site-health-overview.js +11 -4
- package/dist/components/admin/site-health/site-health-performance.js +4 -0
- package/dist/components/admin/site-health/site-health-security.js +5 -1
- package/dist/components/admin/site-health/site-health-seo.js +5 -1
- package/dist/components/admin/site-health/site-health-template.js +19 -9
- package/dist/components/admin/site-health/site-health-uptime.js +4 -0
- package/dist/components/callout/callout.js +0 -10
- package/dist/components/carousel/carousel.js +15 -4
- package/dist/components/carousel/tiles.js +1 -1
- package/dist/components/cms/contentful.items.components.js +3 -4
- package/dist/components/cms/flickr.js +1 -1
- package/dist/components/cms/google.reviews.components.js +3 -3
- package/dist/components/cms/instagram.components.js +15 -5
- package/dist/components/cms/smartimage.js +2 -2
- package/dist/components/cms/wordpress.components.js +32 -6
- package/dist/components/cms/yelp.js +5 -0
- package/dist/components/config/config.server.js +7 -1
- package/dist/components/general/css.js +0 -1
- package/dist/components/general/image.js +0 -1
- package/dist/components/general/loading.js +2 -1
- package/dist/components/general/microinteractions.js +0 -1
- package/dist/components/general/modal.css +2 -4
- package/dist/components/general/modal.js +72 -30
- package/dist/components/general/sidepanel.js +16 -0
- package/dist/components/general/tab.js +1 -0
- package/dist/components/menu/menu-accordion.css +1 -1
- package/dist/components/menu/menu-accordion.js +15 -4
- package/dist/components/menu/menu-expando.js +21 -19
- package/dist/components/menu/menu-simple.js +14 -14
- package/dist/components/nerdjoke/nerdjoke.js +1 -1
- package/dist/components/seo/googlesearch.js +0 -1
- package/dist/components/seo/schema-blogposting.js +6 -1
- package/dist/components/seo/schema-recipe.js +34 -1
- package/dist/components/seo/schema-services.js +20 -2
- package/dist/components/shoppingcart/ebay.components.js +3 -3
- package/dist/components/shoppingcart/shoppingcart.components.js +76 -28
- package/dist/components/shoppingcart/shoppingcart.functions.js +4 -4
- package/dist/components/sitebuilder/config/CompoundFontSelector.js +13 -4
- package/dist/components/sitebuilder/config/ConfigBuilder.css +194 -5
- package/dist/components/sitebuilder/config/ConfigBuilder.js +183 -17
- package/dist/components/sitebuilder/config/FontSelector.js +13 -2
- package/dist/components/sitebuilder/config/routes-form.json +67 -0
- package/dist/components/sitebuilder/config/siteinfo-form.json +28 -14
- package/dist/components/sitebuilder/config/visualdesignform.json +4 -4
- package/dist/components/sitebuilder/form/formbuilder.js +1 -0
- package/dist/components/sitebuilder/form/formcomponents.js +2 -3
- package/dist/components/sitebuilder/form/formengine.js +6 -5
- package/dist/components/sitebuilder/form/formvalidator.js +5 -0
- package/dist/components/sitebuilder/page/components/PageBuilderUI.js +5 -1
- package/dist/components/structured/buzzwordbingo.css +0 -1
- package/dist/components/structured/recipe.js +1 -1
- package/dist/components/structured/socialcard.js +2 -2
- package/dist/components/utilities/functions.js +82 -1
- package/dist/components/utilities/gemini-api.client.js +76 -0
- package/dist/components/utilities/gemini-api.server.js +185 -0
- package/dist/data/routes.json +5 -5
- package/dist/index.adminclient.js +30 -0
- package/dist/index.adminserver.js +21 -0
- package/dist/index.js +4 -18
- package/dist/index.server.js +15 -28
- package/dist/types/components/admin/componentusage/componentAnalysis.d.ts.map +1 -1
- package/dist/types/components/admin/componentusage/componentDiscovery.d.ts +1 -1
- package/dist/types/components/admin/componentusage/componentDiscovery.d.ts.map +1 -1
- package/dist/types/components/admin/site-health/site-health-accessibility.d.ts +7 -4
- package/dist/types/components/admin/site-health/site-health-accessibility.d.ts.map +1 -1
- package/dist/types/components/admin/site-health/site-health-axe-core.d.ts +7 -4
- package/dist/types/components/admin/site-health/site-health-axe-core.d.ts.map +1 -1
- package/dist/types/components/admin/site-health/site-health-cloudwatch.d.ts +9 -6
- package/dist/types/components/admin/site-health/site-health-cloudwatch.d.ts.map +1 -1
- package/dist/types/components/admin/site-health/site-health-cloudwatch.integration.d.ts.map +1 -1
- package/dist/types/components/admin/site-health/site-health-dependency-vulnerabilities.d.ts +7 -4
- package/dist/types/components/admin/site-health/site-health-dependency-vulnerabilities.d.ts.map +1 -1
- package/dist/types/components/admin/site-health/site-health-github.d.ts +9 -6
- package/dist/types/components/admin/site-health/site-health-github.d.ts.map +1 -1
- package/dist/types/components/admin/site-health/site-health-google-analytics.d.ts +9 -6
- package/dist/types/components/admin/site-health/site-health-google-analytics.d.ts.map +1 -1
- package/dist/types/components/admin/site-health/site-health-google-search-console.d.ts +9 -6
- package/dist/types/components/admin/site-health/site-health-google-search-console.d.ts.map +1 -1
- package/dist/types/components/admin/site-health/site-health-on-site-seo.d.ts +8 -3
- package/dist/types/components/admin/site-health/site-health-on-site-seo.d.ts.map +1 -1
- package/dist/types/components/admin/site-health/site-health-on-site-seo.integration.d.ts.map +1 -1
- package/dist/types/components/admin/site-health/site-health-overview.d.ts +7 -4
- package/dist/types/components/admin/site-health/site-health-overview.d.ts.map +1 -1
- package/dist/types/components/admin/site-health/site-health-performance.d.ts +7 -4
- package/dist/types/components/admin/site-health/site-health-performance.d.ts.map +1 -1
- package/dist/types/components/admin/site-health/site-health-security.d.ts +7 -4
- package/dist/types/components/admin/site-health/site-health-security.d.ts.map +1 -1
- package/dist/types/components/admin/site-health/site-health-seo.d.ts +7 -4
- package/dist/types/components/admin/site-health/site-health-seo.d.ts.map +1 -1
- package/dist/types/components/admin/site-health/site-health-template.d.ts +12 -10
- package/dist/types/components/admin/site-health/site-health-template.d.ts.map +1 -1
- package/dist/types/components/admin/site-health/site-health-uptime.d.ts +7 -4
- package/dist/types/components/admin/site-health/site-health-uptime.d.ts.map +1 -1
- package/dist/types/components/callout/callout.d.ts +3 -3
- package/dist/types/components/callout/callout.d.ts.map +1 -1
- package/dist/types/components/carousel/carousel.d.ts +16 -7
- package/dist/types/components/carousel/carousel.d.ts.map +1 -1
- package/dist/types/components/carousel/tiles.d.ts +3 -6
- package/dist/types/components/carousel/tiles.d.ts.map +1 -1
- package/dist/types/components/cms/flickr.d.ts +3 -6
- package/dist/types/components/cms/flickr.d.ts.map +1 -1
- package/dist/types/components/cms/google.reviews.components.d.ts +1 -7
- package/dist/types/components/cms/google.reviews.components.d.ts.map +1 -1
- package/dist/types/components/cms/hubspot.components.d.ts +1 -2
- package/dist/types/components/cms/hubspot.components.d.ts.map +1 -1
- package/dist/types/components/cms/instagram.components.d.ts +14 -9
- package/dist/types/components/cms/instagram.components.d.ts.map +1 -1
- package/dist/types/components/cms/smartimage.d.ts +2 -28
- package/dist/types/components/cms/smartimage.d.ts.map +1 -1
- package/dist/types/components/cms/wordpress.components.d.ts +33 -14
- package/dist/types/components/cms/wordpress.components.d.ts.map +1 -1
- package/dist/types/components/cms/yelp.d.ts +9 -4
- package/dist/types/components/cms/yelp.d.ts.map +1 -1
- package/dist/types/components/config/config.server.d.ts +9 -6
- package/dist/types/components/config/config.server.d.ts.map +1 -1
- package/dist/types/components/general/loading.d.ts +5 -1
- package/dist/types/components/general/loading.d.ts.map +1 -1
- package/dist/types/components/general/microinteractions.d.ts +1 -3
- package/dist/types/components/general/microinteractions.d.ts.map +1 -1
- package/dist/types/components/general/modal.d.ts +11 -5
- package/dist/types/components/general/modal.d.ts.map +1 -1
- package/dist/types/components/general/semantic.d.ts +3 -3
- package/dist/types/components/general/sidepanel.d.ts +20 -13
- package/dist/types/components/general/sidepanel.d.ts.map +1 -1
- package/dist/types/components/general/tab.d.ts +1 -2
- package/dist/types/components/general/tab.d.ts.map +1 -1
- package/dist/types/components/menu/menu-accordion.d.ts +22 -9
- package/dist/types/components/menu/menu-accordion.d.ts.map +1 -1
- package/dist/types/components/menu/menu-expando.d.ts +14 -5
- package/dist/types/components/menu/menu-expando.d.ts.map +1 -1
- package/dist/types/components/menu/menu-simple.d.ts +4 -5
- package/dist/types/components/menu/menu-simple.d.ts.map +1 -1
- package/dist/types/components/nerdjoke/nerdjoke.d.ts +1 -1
- package/dist/types/components/nerdjoke/nerdjoke.d.ts.map +1 -1
- package/dist/types/components/seo/googleanalytics.d.ts.map +1 -1
- package/dist/types/components/seo/metadata.components.d.ts +2 -2
- package/dist/types/components/seo/metadata.components.d.ts.map +1 -1
- package/dist/types/components/seo/schema-blogposting.d.ts +7 -4
- package/dist/types/components/seo/schema-blogposting.d.ts.map +1 -1
- package/dist/types/components/seo/schema-recipe.d.ts +29 -30
- package/dist/types/components/seo/schema-recipe.d.ts.map +1 -1
- package/dist/types/components/seo/schema-services.d.ts +19 -9
- package/dist/types/components/seo/schema-services.d.ts.map +1 -1
- package/dist/types/components/shoppingcart/paypal.d.ts +1 -1
- package/dist/types/components/shoppingcart/paypal.d.ts.map +1 -1
- package/dist/types/components/shoppingcart/shoppingcart.components.d.ts +77 -28
- package/dist/types/components/shoppingcart/shoppingcart.components.d.ts.map +1 -1
- package/dist/types/components/shoppingcart/shoppingcart.functions.d.ts +4 -23
- package/dist/types/components/shoppingcart/shoppingcart.functions.d.ts.map +1 -1
- package/dist/types/components/sitebuilder/config/CompoundFontSelector.d.ts +10 -11
- package/dist/types/components/sitebuilder/config/CompoundFontSelector.d.ts.map +1 -1
- package/dist/types/components/sitebuilder/config/ConfigBuilder.d.ts +41 -174
- package/dist/types/components/sitebuilder/config/ConfigBuilder.d.ts.map +1 -1
- package/dist/types/components/sitebuilder/config/FontSelector.d.ts +12 -13
- package/dist/types/components/sitebuilder/config/FontSelector.d.ts.map +1 -1
- package/dist/types/components/sitebuilder/form/formbuilder.d.ts +7 -3
- package/dist/types/components/sitebuilder/form/formbuilder.d.ts.map +1 -1
- package/dist/types/components/sitebuilder/form/formcomponents.d.ts +1 -1
- package/dist/types/components/sitebuilder/form/formcomponents.d.ts.map +1 -1
- package/dist/types/components/sitebuilder/form/formengine.d.ts +1 -2
- package/dist/types/components/sitebuilder/form/formengine.d.ts.map +1 -1
- package/dist/types/components/sitebuilder/form/formextractor.d.ts +5 -4
- package/dist/types/components/sitebuilder/form/formextractor.d.ts.map +1 -1
- package/dist/types/components/sitebuilder/form/formtypes.d.ts +3 -3
- package/dist/types/components/sitebuilder/form/formtypes.d.ts.map +1 -1
- package/dist/types/components/sitebuilder/form/formvalidator.d.ts +8 -3
- package/dist/types/components/sitebuilder/form/formvalidator.d.ts.map +1 -1
- package/dist/types/components/sitebuilder/page/components/ComponentPropertiesForm.d.ts +2 -3
- package/dist/types/components/sitebuilder/page/components/ComponentPropertiesForm.d.ts.map +1 -1
- package/dist/types/components/sitebuilder/page/components/ComponentSelector.d.ts +2 -3
- package/dist/types/components/sitebuilder/page/components/ComponentSelector.d.ts.map +1 -1
- package/dist/types/components/sitebuilder/page/components/ComponentTree.d.ts +2 -3
- package/dist/types/components/sitebuilder/page/components/ComponentTree.d.ts.map +1 -1
- package/dist/types/components/sitebuilder/page/components/PageBuilderUI.d.ts +8 -7
- package/dist/types/components/sitebuilder/page/components/PageBuilderUI.d.ts.map +1 -1
- package/dist/types/components/sitebuilder/page/components/PageEngine.d.ts.map +1 -1
- package/dist/types/components/sitebuilder/page/components/SaveLoadSection.d.ts +2 -3
- package/dist/types/components/sitebuilder/page/components/SaveLoadSection.d.ts.map +1 -1
- package/dist/types/components/sitebuilder/page/lib/componentMap.d.ts +1 -1
- package/dist/types/components/structured/markdown.d.ts +1 -3
- package/dist/types/components/structured/markdown.d.ts.map +1 -1
- package/dist/types/components/structured/recipe.d.ts +5 -32
- package/dist/types/components/structured/recipe.d.ts.map +1 -1
- package/dist/types/components/structured/socialcard.d.ts +4 -0
- package/dist/types/components/structured/socialcard.d.ts.map +1 -1
- package/dist/types/components/structured/timeline.d.ts +1 -3
- package/dist/types/components/structured/timeline.d.ts.map +1 -1
- package/dist/types/components/utilities/functions.d.ts +20 -0
- package/dist/types/components/utilities/functions.d.ts.map +1 -1
- package/dist/types/components/utilities/gemini-api.client.d.ts +38 -0
- package/dist/types/components/utilities/gemini-api.client.d.ts.map +1 -0
- package/dist/types/components/utilities/gemini-api.server.d.ts +17 -0
- package/dist/types/components/utilities/gemini-api.server.d.ts.map +1 -0
- package/dist/types/index.adminclient.d.ts +27 -0
- package/dist/types/index.adminclient.d.ts.map +1 -0
- package/dist/types/index.adminserver.d.ts +19 -0
- package/dist/types/index.adminserver.d.ts.map +1 -0
- package/dist/types/index.d.ts +4 -18
- package/dist/types/index.server.d.ts +5 -28
- package/dist/types/stories/admin/site-health.stories.d.ts +4 -0
- package/dist/types/stories/admin/site-health.stories.d.ts.map +1 -1
- package/dist/types/stories/general/sidepanel.stories.d.ts.map +1 -1
- package/dist/types/stories/general/smartimage.stories.d.ts +74 -2
- package/dist/types/stories/general/smartimage.stories.d.ts.map +1 -1
- package/dist/types/tests/site-health-cloudwatch.test.d.ts +2 -0
- package/dist/types/tests/site-health-cloudwatch.test.d.ts.map +1 -0
- package/dist/types/tests/site-health-on-site-seo.integration.test.d.ts +2 -0
- package/dist/types/tests/site-health-on-site-seo.integration.test.d.ts.map +1 -0
- package/package.json +20 -10
- package/README.COMPONENTS.md +0 -2162
- package/dist/components/cms/pixelated.linkedin.js +0 -180
- package/dist/components/cms/pixelated.linkedin1.js +0 -84
- package/dist/components/cms/pixelated.linkedin2.js +0 -92
- package/dist/types/components/cms/pixelated.linkedin.d.ts +0 -2
- package/dist/types/components/cms/pixelated.linkedin.d.ts.map +0 -1
- package/dist/types/components/cms/pixelated.linkedin1.d.ts +0 -2
- package/dist/types/components/cms/pixelated.linkedin1.d.ts.map +0 -1
- package/dist/types/components/cms/pixelated.linkedin2.d.ts +0 -2
- package/dist/types/components/cms/pixelated.linkedin2.d.ts.map +0 -1
- package/dist/types/tests/pixelated.menu-expando.test.d.ts +0 -2
- package/dist/types/tests/pixelated.menu-expando.test.d.ts.map +0 -1
|
@@ -1,6 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import PropTypes, { InferProps } from 'prop-types';
|
|
2
|
+
export type SiteHealthOverviewType = InferProps<typeof SiteHealthOverview.propTypes>;
|
|
3
|
+
export declare function SiteHealthOverview({ siteName }: SiteHealthOverviewType): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export declare namespace SiteHealthOverview {
|
|
5
|
+
var propTypes: {
|
|
6
|
+
siteName: PropTypes.Validator<string>;
|
|
7
|
+
};
|
|
3
8
|
}
|
|
4
|
-
export declare function SiteHealthOverview({ siteName }: SiteHealthPerformanceProps): import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
export {};
|
|
6
9
|
//# sourceMappingURL=site-health-overview.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"site-health-overview.d.ts","sourceRoot":"","sources":["../../../../../src/components/admin/site-health/site-health-overview.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"site-health-overview.d.ts","sourceRoot":"","sources":["../../../../../src/components/admin/site-health/site-health-overview.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAQnD,MAAM,MAAM,sBAAsB,GAAG,UAAU,CAAC,OAAO,kBAAkB,CAAC,SAAS,CAAC,CAAC;AACrF,wBAAgB,kBAAkB,CAAC,EAAE,QAAQ,EAAE,EAAE,sBAAsB,2CAmLtE;yBAnLe,kBAAkB"}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import PropTypes, { InferProps } from 'prop-types';
|
|
2
|
+
export type SiteHealthPerformanceType = InferProps<typeof SiteHealthPerformance.propTypes>;
|
|
3
|
+
export declare function SiteHealthPerformance({ siteName }: SiteHealthPerformanceType): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export declare namespace SiteHealthPerformance {
|
|
5
|
+
var propTypes: {
|
|
6
|
+
siteName: PropTypes.Validator<string>;
|
|
7
|
+
};
|
|
3
8
|
}
|
|
4
|
-
export declare function SiteHealthPerformance({ siteName }: SiteHealthPerformanceProps): import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
export {};
|
|
6
9
|
//# sourceMappingURL=site-health-performance.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"site-health-performance.d.ts","sourceRoot":"","sources":["../../../../../src/components/admin/site-health/site-health-performance.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"site-health-performance.d.ts","sourceRoot":"","sources":["../../../../../src/components/admin/site-health/site-health-performance.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAQnD,MAAM,MAAM,yBAAyB,GAAG,UAAU,CAAC,OAAO,qBAAqB,CAAC,SAAS,CAAC,CAAC;AAC3F,wBAAgB,qBAAqB,CAAC,EAAE,QAAQ,EAAE,EAAE,yBAAyB,2CA4R5E;yBA5Re,qBAAqB"}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import PropTypes, { InferProps } from 'prop-types';
|
|
2
|
+
export type SiteHealthSecurityType = InferProps<typeof SiteHealthSecurity.propTypes>;
|
|
3
|
+
export declare function SiteHealthSecurity({ siteName }: SiteHealthSecurityType): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export declare namespace SiteHealthSecurity {
|
|
5
|
+
var propTypes: {
|
|
6
|
+
siteName: PropTypes.Validator<string>;
|
|
7
|
+
};
|
|
3
8
|
}
|
|
4
|
-
export declare function SiteHealthSecurity({ siteName }: SiteHealthSecurityProps): import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
export {};
|
|
6
9
|
//# sourceMappingURL=site-health-security.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"site-health-security.d.ts","sourceRoot":"","sources":["../../../../../src/components/admin/site-health/site-health-security.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"site-health-security.d.ts","sourceRoot":"","sources":["../../../../../src/components/admin/site-health/site-health-security.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAiBnD,MAAM,MAAM,sBAAsB,GAAG,UAAU,CAAC,OAAO,kBAAkB,CAAC,SAAS,CAAC,CAAC;AACrF,wBAAgB,kBAAkB,CAAC,EAAE,QAAQ,EAAE,EAAE,sBAAsB,2CA2QtE;yBA3Qe,kBAAkB"}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import PropTypes, { InferProps } from 'prop-types';
|
|
2
|
+
export type SiteHealthSEOType = InferProps<typeof SiteHealthSEO.propTypes>;
|
|
3
|
+
export declare function SiteHealthSEO({ siteName }: SiteHealthSEOType): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export declare namespace SiteHealthSEO {
|
|
5
|
+
var propTypes: {
|
|
6
|
+
siteName: PropTypes.Validator<string>;
|
|
7
|
+
};
|
|
3
8
|
}
|
|
4
|
-
export declare function SiteHealthSEO({ siteName }: SiteHealthSEOProps): import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
export {};
|
|
6
9
|
//# sourceMappingURL=site-health-seo.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"site-health-seo.d.ts","sourceRoot":"","sources":["../../../../../src/components/admin/site-health/site-health-seo.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"site-health-seo.d.ts","sourceRoot":"","sources":["../../../../../src/components/admin/site-health/site-health-seo.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAenD,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,SAAS,CAAC,CAAC;AAC3E,wBAAgB,aAAa,CAAC,EAAE,QAAQ,EAAE,EAAE,iBAAiB,2CA0N5D;yBA1Ne,aAAa"}
|
|
@@ -1,12 +1,14 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
1
|
+
import PropTypes, { InferProps } from 'prop-types';
|
|
2
|
+
export type SiteHealthTemplateType = InferProps<typeof SiteHealthTemplate.propTypes>;
|
|
3
|
+
export declare function SiteHealthTemplate<T>(props: SiteHealthTemplateType): import("react/jsx-runtime").JSX.Element | null;
|
|
4
|
+
export declare namespace SiteHealthTemplate {
|
|
5
|
+
var propTypes: {
|
|
6
|
+
siteName: PropTypes.Validator<string>;
|
|
7
|
+
title: PropTypes.Requireable<string>;
|
|
8
|
+
children: PropTypes.Validator<(...args: any[]) => any>;
|
|
9
|
+
fetchData: PropTypes.Validator<(...args: any[]) => any>;
|
|
10
|
+
enableCacheControl: PropTypes.Requireable<boolean>;
|
|
11
|
+
columnSpan: PropTypes.Requireable<number>;
|
|
12
|
+
};
|
|
9
13
|
}
|
|
10
|
-
export declare function SiteHealthTemplate<T>({ siteName, title, children, fetchData, enableCacheControl, columnSpan }: SiteHealthTemplateProps<T>): import("react/jsx-runtime").JSX.Element | null;
|
|
11
|
-
export {};
|
|
12
14
|
//# sourceMappingURL=site-health-template.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"site-health-template.d.ts","sourceRoot":"","sources":["../../../../../src/components/admin/site-health/site-health-template.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"site-health-template.d.ts","sourceRoot":"","sources":["../../../../../src/components/admin/site-health/site-health-template.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAWnD,MAAM,MAAM,sBAAsB,GAAG,UAAU,CAAC,OAAO,kBAAkB,CAAC,SAAS,CAAC,CAAC;AACrF,wBAAgB,kBAAkB,CAAC,CAAC,EACnC,KAAK,EAAE,sBAAsB,kDAuG7B;yBAxGe,kBAAkB"}
|
|
@@ -1,6 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import PropTypes, { InferProps } from 'prop-types';
|
|
2
|
+
export type SiteHealthUptimeType = InferProps<typeof SiteHealthUptime.propTypes>;
|
|
3
|
+
export declare function SiteHealthUptime({ siteName }: SiteHealthUptimeType): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export declare namespace SiteHealthUptime {
|
|
5
|
+
var propTypes: {
|
|
6
|
+
siteName: PropTypes.Validator<string>;
|
|
7
|
+
};
|
|
3
8
|
}
|
|
4
|
-
export declare function SiteHealthUptime({ siteName }: SiteHealthUptimeProps): import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
export {};
|
|
6
9
|
//# sourceMappingURL=site-health-uptime.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"site-health-uptime.d.ts","sourceRoot":"","sources":["../../../../../src/components/admin/site-health/site-health-uptime.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"site-health-uptime.d.ts","sourceRoot":"","sources":["../../../../../src/components/admin/site-health/site-health-uptime.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAOnD,MAAM,MAAM,oBAAoB,GAAG,UAAU,CAAC,OAAO,gBAAgB,CAAC,SAAS,CAAC,CAAC;AACjF,wBAAgB,gBAAgB,CAAC,EAAE,QAAQ,EAAE,EAAE,oBAAoB,2CAkFlE;yBAlFe,gBAAgB"}
|
|
@@ -12,8 +12,8 @@ export type CalloutType = InferProps<typeof Callout.propTypes>;
|
|
|
12
12
|
export declare function Callout({ variant, boxShape, layout, direction, gridColumns, url, img, imgAlt, imgShape, imgClick, title, subtitle, content, buttonText, aboveFold, }: CalloutType): import("react/jsx-runtime").JSX.Element;
|
|
13
13
|
export declare namespace Callout {
|
|
14
14
|
var propTypes: {
|
|
15
|
-
variant: PropTypes.Requireable<"split" | "grid" | "default" | "boxed" | "boxed grid" | "full"
|
|
16
|
-
boxShape: PropTypes.Requireable<"
|
|
15
|
+
variant: PropTypes.Requireable<"split" | "grid" | "overlay" | "default" | "boxed" | "boxed grid" | "full">;
|
|
16
|
+
boxShape: PropTypes.Requireable<"round" | "square" | "bevel" | "squircle">;
|
|
17
17
|
layout: PropTypes.Requireable<"horizontal" | "vertical">;
|
|
18
18
|
direction: PropTypes.Requireable<"left" | "right">;
|
|
19
19
|
gridColumns: PropTypes.Requireable<PropTypes.InferProps<{
|
|
@@ -23,7 +23,7 @@ export declare namespace Callout {
|
|
|
23
23
|
url: PropTypes.Requireable<string>;
|
|
24
24
|
img: PropTypes.Requireable<string>;
|
|
25
25
|
imgAlt: PropTypes.Requireable<string>;
|
|
26
|
-
imgShape: PropTypes.Requireable<"
|
|
26
|
+
imgShape: PropTypes.Requireable<"round" | "square" | "bevel" | "squircle">;
|
|
27
27
|
imgClick: PropTypes.Requireable<(...args: any[]) => any>;
|
|
28
28
|
title: PropTypes.Requireable<string>;
|
|
29
29
|
subtitle: PropTypes.Requireable<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"callout.d.ts","sourceRoot":"","sources":["../../../../src/components/callout/callout.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAInD,OAAO,gBAAgB,CAAC;AAiBxB,eAAO,MAAM,QAAQ,iFAAkF,CAAC;AACxG,eAAO,MAAM,MAAM,mDAAoD,CAAC;AACxE,eAAO,MAAM,OAAO,qCAAsC,CAAC;AAC3D,eAAO,MAAM,UAAU,4BAA6B,CAAC;AAGrD,MAAM,MAAM,SAAS,GAAG,OAAO,MAAM,CAAC,MAAM,CAAC,CAAC;AAC9C,MAAM,MAAM,WAAW,GAAG,OAAO,QAAQ,CAAC,MAAM,CAAC,CAAC;AAClD,MAAM,MAAM,UAAU,GAAG,OAAO,OAAO,CAAC,MAAM,CAAC,CAAC;AAChD,MAAM,MAAM,aAAa,GAAG,OAAO,UAAU,CAAC,MAAM,CAAC,CAAC;AA0BtD,MAAM,MAAM,WAAW,GAAG,UAAU,CAAC,OAAO,OAAO,CAAC,SAAS,CAAC,CAAC;AAC/D,wBAAgB,OAAO,CAAC,EACvB,OAAmB,EACnB,QAAqB,EACrB,MAAqB,EACrB,SAAkB,EAClB,WAAiC,EACjC,GAAG,EAAE,GAAG,EAAE,MAAM,EAChB,QAAmB,EACnB,QAAQ,EACR,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,UAAU,EACpC,SAAS,GAGgB,EAAE,WAAW,2CA2EtC;yBAxFe,OAAO;;;;;;;;;;;;;;;;;;;;;;AAkGvB,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,SAAS,CAAC,CAAC;AAC3E,wBAAgB,aAAa,CAAE,EAAC,KAAK,EAAE,GAAG,EAAE,MAAM,EAAC,EAAE,iBAAiB,2CASrE;yBATe,aAAa;;;;;;;AAmB7B,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,SAAS,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"callout.d.ts","sourceRoot":"","sources":["../../../../src/components/callout/callout.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAInD,OAAO,gBAAgB,CAAC;AAiBxB,eAAO,MAAM,QAAQ,iFAAkF,CAAC;AACxG,eAAO,MAAM,MAAM,mDAAoD,CAAC;AACxE,eAAO,MAAM,OAAO,qCAAsC,CAAC;AAC3D,eAAO,MAAM,UAAU,4BAA6B,CAAC;AAGrD,MAAM,MAAM,SAAS,GAAG,OAAO,MAAM,CAAC,MAAM,CAAC,CAAC;AAC9C,MAAM,MAAM,WAAW,GAAG,OAAO,QAAQ,CAAC,MAAM,CAAC,CAAC;AAClD,MAAM,MAAM,UAAU,GAAG,OAAO,OAAO,CAAC,MAAM,CAAC,CAAC;AAChD,MAAM,MAAM,aAAa,GAAG,OAAO,UAAU,CAAC,MAAM,CAAC,CAAC;AA0BtD,MAAM,MAAM,WAAW,GAAG,UAAU,CAAC,OAAO,OAAO,CAAC,SAAS,CAAC,CAAC;AAC/D,wBAAgB,OAAO,CAAC,EACvB,OAAmB,EACnB,QAAqB,EACrB,MAAqB,EACrB,SAAkB,EAClB,WAAiC,EACjC,GAAG,EAAE,GAAG,EAAE,MAAM,EAChB,QAAmB,EACnB,QAAQ,EACR,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,UAAU,EACpC,SAAS,GAGgB,EAAE,WAAW,2CA2EtC;yBAxFe,OAAO;;;;;;;;;;;;;;;;;;;;;;AAkGvB,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,SAAS,CAAC,CAAC;AAC3E,wBAAgB,aAAa,CAAE,EAAC,KAAK,EAAE,GAAG,EAAE,MAAM,EAAC,EAAE,iBAAiB,2CASrE;yBATe,aAAa;;;;;;;AAmB7B,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,SAAS,CAAC,CAAC;AAC3E,wBAAgB,aAAa,CAAE,EAAE,KAAK,EAAE,GAAG,EAAE,MAAM,EAAE,EAAG,iBAAiB,2CAgBxE;yBAhBe,aAAa"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import PropTypes from 'prop-types';
|
|
1
|
+
import PropTypes, { InferProps } from 'prop-types';
|
|
2
2
|
import './carousel.css';
|
|
3
3
|
export type CarouselCardType = {
|
|
4
4
|
index: number;
|
|
@@ -13,14 +13,23 @@ export type CarouselCardType = {
|
|
|
13
13
|
subHeaderText?: string;
|
|
14
14
|
bodyText?: string;
|
|
15
15
|
};
|
|
16
|
-
export
|
|
17
|
-
|
|
18
|
-
draggable?: boolean;
|
|
19
|
-
imgFit?: 'contain' | 'cover' | 'fill';
|
|
20
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
export type CarouselType = InferProps<typeof Carousel.propTypes>;
|
|
17
|
+
export declare function Carousel(props: CarouselType): import("react/jsx-runtime").JSX.Element;
|
|
21
18
|
export declare namespace Carousel {
|
|
22
19
|
var propTypes: {
|
|
23
|
-
cards: PropTypes.Validator<
|
|
20
|
+
cards: PropTypes.Validator<(PropTypes.InferProps<{
|
|
21
|
+
index: PropTypes.Validator<number>;
|
|
22
|
+
cardIndex: PropTypes.Validator<number>;
|
|
23
|
+
cardLength: PropTypes.Validator<number>;
|
|
24
|
+
link: PropTypes.Requireable<string>;
|
|
25
|
+
linkTarget: PropTypes.Requireable<string>;
|
|
26
|
+
image: PropTypes.Validator<string>;
|
|
27
|
+
imageAlt: PropTypes.Requireable<string>;
|
|
28
|
+
imgFit: PropTypes.Requireable<string>;
|
|
29
|
+
headerText: PropTypes.Requireable<string>;
|
|
30
|
+
subHeaderText: PropTypes.Requireable<string>;
|
|
31
|
+
bodyText: PropTypes.Requireable<string>;
|
|
32
|
+
}> | null | undefined)[]>;
|
|
24
33
|
draggable: PropTypes.Requireable<boolean>;
|
|
25
34
|
imgFit: PropTypes.Requireable<string>;
|
|
26
35
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"carousel.d.ts","sourceRoot":"","sources":["../../../../src/components/carousel/carousel.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,
|
|
1
|
+
{"version":3,"file":"carousel.d.ts","sourceRoot":"","sources":["../../../../src/components/carousel/carousel.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAInD,OAAO,gBAAgB,CAAC;AAYxB,MAAM,MAAM,gBAAgB,GAAG;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,SAAS,GAAG,OAAO,GAAG,MAAM,CAAC;IACtC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AA2BF,MAAM,MAAM,YAAY,GAAG,UAAU,CAAC,OAAO,QAAQ,CAAC,SAAS,CAAC,CAAC;AACjE,wBAAgB,QAAQ,CAAC,KAAK,EAAE,YAAY,2CAgG3C;yBAhGe,QAAQ"}
|
|
@@ -1,14 +1,11 @@
|
|
|
1
1
|
import PropTypes, { InferProps } from "prop-types";
|
|
2
|
-
import type { CarouselCardType } from "../carousel/carousel";
|
|
3
2
|
import "../../css/pixelated.grid.scss";
|
|
4
3
|
import "./tiles.css";
|
|
5
|
-
export
|
|
6
|
-
|
|
7
|
-
rowCount?: number;
|
|
8
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export type TilesType = InferProps<typeof Tiles.propTypes>;
|
|
5
|
+
export declare function Tiles(props: TilesType): import("react/jsx-runtime").JSX.Element;
|
|
9
6
|
export declare namespace Tiles {
|
|
10
7
|
var propTypes: {
|
|
11
|
-
cards: PropTypes.Validator<
|
|
8
|
+
cards: PropTypes.Validator<any[]>;
|
|
12
9
|
rowCount: PropTypes.Requireable<number>;
|
|
13
10
|
};
|
|
14
11
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tiles.d.ts","sourceRoot":"","sources":["../../../../src/components/carousel/tiles.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"tiles.d.ts","sourceRoot":"","sources":["../../../../src/components/carousel/tiles.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAKnD,OAAO,+BAA+B,CAAC;AACvC,OAAO,aAAa,CAAC;AAOrB,MAAM,MAAM,SAAS,GAAG,UAAU,CAAC,OAAO,KAAK,CAAC,SAAS,CAAC,CAAC;AAC3D,wBAAgB,KAAK,CAAC,KAAK,EAAE,SAAS,2CA0BrC;yBA1Be,KAAK;;;;;;AAuCrB,MAAM,MAAM,QAAQ,GAAG,UAAU,CAAC,OAAO,IAAI,CAAC,SAAS,CAAC,CAAC;AACzD,iBAAS,IAAI,CAAE,KAAK,EAAE,QAAQ,2CAuB7B;kBAvBQ,IAAI"}
|
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
import PropTypes, { InferProps } from 'prop-types';
|
|
2
2
|
import type { CarouselCardType } from '../carousel/carousel';
|
|
3
|
-
|
|
4
|
-
export declare function GetFlickrData(props:
|
|
5
|
-
flickr?: any;
|
|
6
|
-
config?: FlickrConfig;
|
|
7
|
-
}): Promise<any>;
|
|
3
|
+
export type GetFlickrDataType = InferProps<typeof GetFlickrData.propTypes>;
|
|
4
|
+
export declare function GetFlickrData(props: GetFlickrDataType): Promise<any>;
|
|
8
5
|
export declare namespace GetFlickrData {
|
|
9
|
-
var
|
|
6
|
+
var propTypes: {
|
|
10
7
|
flickr: PropTypes.Requireable<object>;
|
|
11
8
|
config: PropTypes.Requireable<object>;
|
|
12
9
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"flickr.d.ts","sourceRoot":"","sources":["../../../../src/components/cms/flickr.ts"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAEnD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"flickr.d.ts","sourceRoot":"","sources":["../../../../src/components/cms/flickr.ts"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAEnD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAC;AAsE7D,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,SAAS,CAAC,CAAC;AAC3E,wBAAgB,aAAa,CAAE,KAAK,EAAE,iBAAiB,gBA2DtD;yBA3De,aAAa;;;;;;AAmE7B,MAAM,MAAM,uBAAuB,GAAG,UAAU,CAAC,OAAO,mBAAmB,CAAC,SAAS,CAAC,CAAC;AACvF,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,uBAAuB;;;;;;;gBAejE;yBAfe,mBAAmB;;;;;;AA8BnC,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,SAAS,CAAC,CAAC;AAC3E,wBAAgB,aAAa,CAAE,KAAK,EAAE,iBAAiB,2CA0CtD;yBA1Ce,aAAa"}
|
|
@@ -1,13 +1,7 @@
|
|
|
1
1
|
import PropTypes, { InferProps } from 'prop-types';
|
|
2
2
|
import './google.reviews.css';
|
|
3
3
|
export type GoogleReviewsCardType = InferProps<typeof GoogleReviewsCard.propTypes>;
|
|
4
|
-
export declare function GoogleReviewsCard(props:
|
|
5
|
-
placeId: string;
|
|
6
|
-
language?: string;
|
|
7
|
-
maxReviews?: number;
|
|
8
|
-
proxyBase?: string;
|
|
9
|
-
apiKey?: string;
|
|
10
|
-
}): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export declare function GoogleReviewsCard(props: GoogleReviewsCardType): import("react/jsx-runtime").JSX.Element;
|
|
11
5
|
export declare namespace GoogleReviewsCard {
|
|
12
6
|
var propTypes: {
|
|
13
7
|
placeId: PropTypes.Validator<string>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"google.reviews.components.d.ts","sourceRoot":"","sources":["../../../../src/components/cms/google.reviews.components.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAEnD,OAAO,sBAAsB,CAAC;AAW9B,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,SAAS,CAAC,CAAC;AACnF,wBAAgB,iBAAiB,CAAC,KAAK,EAAE
|
|
1
|
+
{"version":3,"file":"google.reviews.components.d.ts","sourceRoot":"","sources":["../../../../src/components/cms/google.reviews.components.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAEnD,OAAO,sBAAsB,CAAC;AAW9B,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,SAAS,CAAC,CAAC;AACnF,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,qBAAqB,2CAiG7D;yBAjGe,iBAAiB"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import PropTypes, { InferProps } from 'prop-types';
|
|
2
2
|
export declare function initializeHubSpotScript(region: string, portalId: string): void;
|
|
3
|
-
type HubSpotFormType = InferProps<typeof HubSpotForm.propTypes>;
|
|
3
|
+
export type HubSpotFormType = InferProps<typeof HubSpotForm.propTypes>;
|
|
4
4
|
export declare function HubSpotForm({ region, portalId, formId, target, containerId }: HubSpotFormType): import("react/jsx-runtime").JSX.Element;
|
|
5
5
|
export declare namespace HubSpotForm {
|
|
6
6
|
var propTypes: {
|
|
@@ -27,5 +27,4 @@ export declare namespace getHubspotFormSubmissions {
|
|
|
27
27
|
apiToken: PropTypes.Validator<string>;
|
|
28
28
|
};
|
|
29
29
|
}
|
|
30
|
-
export {};
|
|
31
30
|
//# sourceMappingURL=hubspot.components.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hubspot.components.d.ts","sourceRoot":"","sources":["../../../../src/components/cms/hubspot.components.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAMnD,wBAAgB,uBAAuB,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,QAUvE;AASD,
|
|
1
|
+
{"version":3,"file":"hubspot.components.d.ts","sourceRoot":"","sources":["../../../../src/components/cms/hubspot.components.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAMnD,wBAAgB,uBAAuB,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,QAUvE;AASD,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,SAAS,CAAC,CAAC;AACvE,wBAAgB,WAAW,CAAC,EAC3B,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,MAAM,EAAE,WAAsC,EACxE,EAAE,eAAe,2CA+BjB;yBAjCe,WAAW;;;;;;;;;AAyC3B,MAAM,MAAM,uBAAuB,GAAG,UAAU,CAAC,OAAO,mBAAmB,CAAC,SAAS,CAAC,CAAC;AACvF,wBAAgB,mBAAmB,CAAC,KAAK,EAAE,uBAAuB,2CAQjE;yBARe,mBAAmB;;;;;AAmBnC,MAAM,MAAM,6BAA6B,GAAG,UAAU,CAAC,OAAO,yBAAyB,CAAC,SAAS,CAAC,CAAC;AACnG,wBAAsB,yBAAyB,CAAC,KAAK,EAAE,6BAA6B,gBAmBnF;yBAnBqB,yBAAyB"}
|
|
@@ -1,10 +1,15 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
1
|
+
import PropTypes, { InferProps } from 'prop-types';
|
|
2
|
+
export type InstagramTilesType = InferProps<typeof InstagramTiles.propTypes>;
|
|
3
|
+
export declare function InstagramTiles(props: InstagramTilesType): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export declare namespace InstagramTiles {
|
|
5
|
+
var propTypes: {
|
|
6
|
+
accessToken: PropTypes.Requireable<string>;
|
|
7
|
+
userId: PropTypes.Requireable<string>;
|
|
8
|
+
limit: PropTypes.Requireable<number>;
|
|
9
|
+
rowCount: PropTypes.Requireable<number>;
|
|
10
|
+
useThumbnails: PropTypes.Requireable<boolean>;
|
|
11
|
+
includeVideos: PropTypes.Requireable<boolean>;
|
|
12
|
+
includeCaptions: PropTypes.Requireable<boolean>;
|
|
13
|
+
};
|
|
14
|
+
}
|
|
10
15
|
//# sourceMappingURL=instagram.components.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"instagram.components.d.ts","sourceRoot":"","sources":["../../../../src/components/cms/instagram.components.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"instagram.components.d.ts","sourceRoot":"","sources":["../../../../src/components/cms/instagram.components.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAcnD,MAAM,MAAM,kBAAkB,GAAG,UAAU,CAAC,OAAO,cAAc,CAAC,SAAS,CAAC,CAAC;AAC7E,wBAAgB,cAAc,CAAC,KAAK,EAAE,kBAAkB,2CAqDvD;yBArDe,cAAc"}
|
|
@@ -1,32 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import PropTypes, { InferProps } from 'prop-types';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
cloudinaryDomain: PropTypes.Requireable<string>;
|
|
6
|
-
cloudinaryTransforms: PropTypes.Requireable<string>;
|
|
7
|
-
src: PropTypes.Validator<string>;
|
|
8
|
-
alt: PropTypes.Validator<string>;
|
|
9
|
-
width: PropTypes.Requireable<NonNullable<string | number | null | undefined>>;
|
|
10
|
-
height: PropTypes.Requireable<NonNullable<string | number | null | undefined>>;
|
|
11
|
-
aboveFold: PropTypes.Requireable<boolean>;
|
|
12
|
-
loading: PropTypes.Requireable<string>;
|
|
13
|
-
preload: PropTypes.Requireable<boolean>;
|
|
14
|
-
decoding: PropTypes.Requireable<string>;
|
|
15
|
-
fetchPriority: PropTypes.Requireable<string>;
|
|
16
|
-
sizes: PropTypes.Requireable<string>;
|
|
17
|
-
srcSet: PropTypes.Requireable<string>;
|
|
18
|
-
className: PropTypes.Requireable<string>;
|
|
19
|
-
style: PropTypes.Requireable<object>;
|
|
20
|
-
id: PropTypes.Requireable<string>;
|
|
21
|
-
name: PropTypes.Requireable<string>;
|
|
22
|
-
title: PropTypes.Requireable<string>;
|
|
23
|
-
quality: PropTypes.Requireable<number>;
|
|
24
|
-
placeholder: PropTypes.Requireable<string>;
|
|
25
|
-
blurDataURL: PropTypes.Requireable<string>;
|
|
26
|
-
variant: PropTypes.Requireable<string>;
|
|
27
|
-
};
|
|
28
|
-
export type SmartImageProps = InferProps<typeof SMARTIMAGE_PROP_TYPES> & React.ImgHTMLAttributes<HTMLImageElement>;
|
|
29
|
-
export declare function SmartImage(props: SmartImageProps): import("react/jsx-runtime").JSX.Element;
|
|
3
|
+
export type SmartImageType = InferProps<typeof SmartImage.propTypes> & React.ImgHTMLAttributes<HTMLImageElement>;
|
|
4
|
+
export declare function SmartImage(props: SmartImageType): import("react/jsx-runtime").JSX.Element;
|
|
30
5
|
export declare namespace SmartImage {
|
|
31
6
|
var propTypes: {
|
|
32
7
|
cloudinaryEnv: PropTypes.Requireable<string>;
|
|
@@ -54,5 +29,4 @@ export declare namespace SmartImage {
|
|
|
54
29
|
variant: PropTypes.Requireable<string>;
|
|
55
30
|
};
|
|
56
31
|
}
|
|
57
|
-
export {};
|
|
58
32
|
//# sourceMappingURL=smartimage.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"smartimage.d.ts","sourceRoot":"","sources":["../../../../src/components/cms/smartimage.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"smartimage.d.ts","sourceRoot":"","sources":["../../../../src/components/cms/smartimage.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AA6EnD,MAAM,MAAM,cAAc,GAAG,UAAU,CAAC,OAAO,UAAU,CAAC,SAAS,CAAC,GAAG,KAAK,CAAC,iBAAiB,CAAC,gBAAgB,CAAC,CAAC;AACjH,wBAAgB,UAAU,CAAC,KAAK,EAAE,cAAc,2CA4I/C;yBA5Ie,UAAU"}
|
|
@@ -1,16 +1,35 @@
|
|
|
1
|
-
import
|
|
1
|
+
import PropTypes, { InferProps } from 'prop-types';
|
|
2
2
|
import "./wordpress.css";
|
|
3
|
-
export
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
3
|
+
export type BlogPostListType = InferProps<typeof BlogPostList.propTypes>;
|
|
4
|
+
export declare function BlogPostList(props: BlogPostListType): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export declare namespace BlogPostList {
|
|
6
|
+
var propTypes: {
|
|
7
|
+
site: PropTypes.Requireable<string>;
|
|
8
|
+
baseURL: PropTypes.Requireable<string>;
|
|
9
|
+
count: PropTypes.Requireable<number>;
|
|
10
|
+
posts: PropTypes.Requireable<any[]>;
|
|
11
|
+
showCategories: PropTypes.Requireable<boolean>;
|
|
12
|
+
};
|
|
13
|
+
}
|
|
14
|
+
export type BlogPostSummaryType = InferProps<typeof BlogPostSummary.propTypes>;
|
|
15
|
+
export declare function BlogPostSummary(props: BlogPostSummaryType): import("react/jsx-runtime").JSX.Element;
|
|
16
|
+
export declare namespace BlogPostSummary {
|
|
17
|
+
var propTypes: {
|
|
18
|
+
ID: PropTypes.Requireable<NonNullable<string | number | null | undefined>>;
|
|
19
|
+
title: PropTypes.Requireable<string>;
|
|
20
|
+
date: PropTypes.Requireable<string>;
|
|
21
|
+
excerpt: PropTypes.Requireable<string>;
|
|
22
|
+
URL: PropTypes.Requireable<string>;
|
|
23
|
+
categories: PropTypes.Requireable<object>;
|
|
24
|
+
featured_image: PropTypes.Requireable<string>;
|
|
25
|
+
showCategories: PropTypes.Requireable<boolean>;
|
|
26
|
+
};
|
|
27
|
+
}
|
|
28
|
+
export type BlogPostCategoriesType = InferProps<typeof BlogPostCategories.propTypes>;
|
|
29
|
+
export declare function BlogPostCategories(props: BlogPostCategoriesType): import("react/jsx-runtime").JSX.Element | null;
|
|
30
|
+
export declare namespace BlogPostCategories {
|
|
31
|
+
var propTypes: {
|
|
32
|
+
categories: PropTypes.Requireable<(string | null | undefined)[]>;
|
|
33
|
+
};
|
|
34
|
+
}
|
|
16
35
|
//# sourceMappingURL=wordpress.components.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"wordpress.components.d.ts","sourceRoot":"","sources":["../../../../src/components/cms/wordpress.components.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"wordpress.components.d.ts","sourceRoot":"","sources":["../../../../src/components/cms/wordpress.components.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAQnD,OAAO,iBAAiB,CAAC;AAkBzB,MAAM,MAAM,gBAAgB,GAAG,UAAU,CAAC,OAAO,YAAY,CAAC,SAAS,CAAC,CAAC;AACzE,wBAAgB,YAAY,CAAC,KAAK,EAAE,gBAAgB,2CAsDnD;yBAtDe,YAAY;;;;;;;;;AAkE5B,MAAM,MAAM,mBAAmB,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,SAAS,CAAC,CAAC;AAC/E,wBAAgB,eAAe,CAAC,KAAK,EAAE,mBAAmB,2CAiDzD;yBAjDe,eAAe;;;;;;;;;;;;AAwD/B,MAAM,MAAM,sBAAsB,GAAG,UAAU,CAAC,OAAO,kBAAkB,CAAC,SAAS,CAAC,CAAC;AACrF,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,sBAAsB,kDA0B/D;yBA1Be,kBAAkB"}
|
|
@@ -1,5 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
1
|
+
import PropTypes, { InferProps } from 'prop-types';
|
|
2
|
+
export type YelpReviewsType = InferProps<typeof YelpReviews.propTypes>;
|
|
3
|
+
export declare function YelpReviews(props: YelpReviewsType): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export declare namespace YelpReviews {
|
|
5
|
+
var propTypes: {
|
|
6
|
+
businessID: PropTypes.Validator<string>;
|
|
7
|
+
key: PropTypes.Requireable<string>;
|
|
8
|
+
};
|
|
9
|
+
}
|
|
5
10
|
//# sourceMappingURL=yelp.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"yelp.d.ts","sourceRoot":"","sources":["../../../../src/components/cms/yelp.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"yelp.d.ts","sourceRoot":"","sources":["../../../../src/components/cms/yelp.tsx"],"names":[],"mappings":"AAIA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAqBnD,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC,OAAO,WAAW,CAAC,SAAS,CAAC,CAAC;AACvE,wBAAgB,WAAW,CAAC,KAAK,EAAE,eAAe,2CAwDjD;yBAxDe,WAAW"}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
|
|
3
|
-
export declare function PixelatedServerConfigProvider(
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import PropTypes, { InferProps } from 'prop-types';
|
|
2
|
+
export type PixelatedServerConfigProviderType = InferProps<typeof PixelatedServerConfigProvider.propTypes>;
|
|
3
|
+
export declare function PixelatedServerConfigProvider(props: PixelatedServerConfigProviderType): Promise<import("react/jsx-runtime").JSX.Element>;
|
|
4
|
+
export declare namespace PixelatedServerConfigProvider {
|
|
5
|
+
var propTypes: {
|
|
6
|
+
config: PropTypes.Requireable<object>;
|
|
7
|
+
children: PropTypes.Validator<NonNullable<PropTypes.ReactNodeLike>>;
|
|
8
|
+
};
|
|
9
|
+
}
|
|
7
10
|
//# sourceMappingURL=config.server.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.server.d.ts","sourceRoot":"","sources":["../../../../src/components/config/config.server.tsx"],"names":[],"mappings":"AACA,OAAO,
|
|
1
|
+
{"version":3,"file":"config.server.d.ts","sourceRoot":"","sources":["../../../../src/components/config/config.server.tsx"],"names":[],"mappings":"AACA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AAUnD,MAAM,MAAM,iCAAiC,GAAG,UAAU,CAAC,OAAO,6BAA6B,CAAC,SAAS,CAAC,CAAC;AAC3G,wBAAsB,6BAA6B,CAAC,KAAK,EAAE,iCAAiC,oDAM3F;yBANqB,6BAA6B"}
|
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
import PropTypes, { InferProps } from "prop-types";
|
|
2
2
|
import "./loading.scss";
|
|
3
|
-
export
|
|
3
|
+
export type LoadingType = InferProps<typeof Loading.propTypes>;
|
|
4
|
+
export declare function Loading(props: LoadingType): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export declare namespace Loading {
|
|
6
|
+
var propTypes: {};
|
|
7
|
+
}
|
|
4
8
|
export type ToggleLoadingType = InferProps<typeof ToggleLoading.propTypes>;
|
|
5
9
|
export declare function ToggleLoading(props: ToggleLoadingType): void;
|
|
6
10
|
export declare namespace ToggleLoading {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"loading.d.ts","sourceRoot":"","sources":["../../../../src/components/general/loading.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"loading.d.ts","sourceRoot":"","sources":["../../../../src/components/general/loading.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,gBAAgB,CAAC;AAUxB,MAAM,MAAM,WAAW,GAAG,UAAU,CAAC,OAAO,OAAO,CAAC,SAAS,CAAC,CAAC;AAC/D,wBAAgB,OAAO,CAAC,KAAK,EAAE,WAAW,2CAqBzC;yBArBe,OAAO;;;AA0BvB,MAAM,MAAM,iBAAiB,GAAG,UAAU,CAAC,OAAO,aAAa,CAAC,SAAS,CAAC,CAAC;AAC3E,wBAAgB,aAAa,CAAC,KAAK,EAAE,iBAAiB,QAkBrD;yBAlBe,aAAa"}
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
import PropTypes, { InferProps } from "prop-types";
|
|
2
2
|
import './microinteractions.css';
|
|
3
|
-
export type MicroInteractionsType = InferProps<typeof MicroInteractions.propTypes
|
|
4
|
-
[key: string]: unknown;
|
|
5
|
-
};
|
|
3
|
+
export type MicroInteractionsType = InferProps<typeof MicroInteractions.propTypes>;
|
|
6
4
|
export declare function MicroInteractions(props: MicroInteractionsType): void;
|
|
7
5
|
export declare namespace MicroInteractions {
|
|
8
6
|
var propTypes: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"microinteractions.d.ts","sourceRoot":"","sources":["../../../../src/components/general/microinteractions.tsx"],"names":[],"mappings":"AAEA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,yBAAyB,CAAC;AAcjC,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,SAAS,CAAC,
|
|
1
|
+
{"version":3,"file":"microinteractions.d.ts","sourceRoot":"","sources":["../../../../src/components/general/microinteractions.tsx"],"names":[],"mappings":"AAEA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,yBAAyB,CAAC;AAcjC,MAAM,MAAM,qBAAqB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,SAAS,CAAC,CAAC;AACnF,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,qBAAqB,QAa7D;yBAbe,iBAAiB"}
|
|
@@ -1,8 +1,14 @@
|
|
|
1
|
-
import
|
|
1
|
+
import PropTypes, { InferProps } from 'prop-types';
|
|
2
2
|
import './modal.css';
|
|
3
|
-
export
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
export type ModalType = InferProps<typeof Modal.propTypes>;
|
|
4
|
+
export declare function Modal({ modalContent, modalID, isOpen, handleCloseEvent }: ModalType): import("react/jsx-runtime").JSX.Element;
|
|
5
|
+
export declare namespace Modal {
|
|
6
|
+
var propTypes: {
|
|
7
|
+
modalContent: PropTypes.Validator<NonNullable<PropTypes.ReactNodeLike>>;
|
|
8
|
+
modalID: PropTypes.Requireable<string>;
|
|
9
|
+
isOpen: PropTypes.Requireable<boolean>;
|
|
10
|
+
handleCloseEvent: PropTypes.Requireable<(...args: any[]) => any>;
|
|
11
|
+
};
|
|
12
|
+
}
|
|
7
13
|
export declare const handleModalOpen: (event: MouseEvent, modalID?: string) => void;
|
|
8
14
|
//# sourceMappingURL=modal.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["../../../../src/components/general/modal.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"modal.d.ts","sourceRoot":"","sources":["../../../../src/components/general/modal.tsx"],"names":[],"mappings":"AAGA,OAAO,SAAS,EAAE,EAAE,UAAU,EAAE,MAAM,YAAY,CAAC;AACnD,OAAO,aAAa,CAAC;AAYrB,MAAM,MAAM,SAAS,GAAG,UAAU,CAAC,OAAO,KAAK,CAAC,SAAS,CAAC,CAAC;AAC3D,wBAAgB,KAAK,CAAC,EAAE,YAAY,EAAE,OAAO,EAAE,MAAc,EAAE,gBAAgB,EAAE,EAAE,SAAS,2CA0F3F;yBA1Fe,KAAK;;;;;;;;AA4FrB,eAAO,MAAM,eAAe,GAAI,OAAO,UAAU,EAAE,UAAU,MAAM,SAKlE,CAAC"}
|
|
@@ -30,7 +30,7 @@ export declare namespace PageSection {
|
|
|
30
30
|
backgroundImage: PropTypes.Requireable<string>;
|
|
31
31
|
columns: PropTypes.Requireable<number>;
|
|
32
32
|
autoFlow: PropTypes.Requireable<"row" | "column" | "dense" | "row dense" | "column dense">;
|
|
33
|
-
justifyItems: PropTypes.Requireable<"
|
|
33
|
+
justifyItems: PropTypes.Requireable<"start" | "center" | "end" | "stretch">;
|
|
34
34
|
responsive: PropTypes.Requireable<PropTypes.InferProps<{
|
|
35
35
|
mobile: PropTypes.Requireable<number>;
|
|
36
36
|
tablet: PropTypes.Requireable<number>;
|
|
@@ -38,8 +38,8 @@ export declare namespace PageSection {
|
|
|
38
38
|
}>>;
|
|
39
39
|
direction: PropTypes.Requireable<"row" | "column" | "row-reverse" | "column-reverse">;
|
|
40
40
|
wrap: PropTypes.Requireable<"nowrap" | "wrap" | "wrap-reverse">;
|
|
41
|
-
justifyContent: PropTypes.Requireable<"
|
|
42
|
-
alignItems: PropTypes.Requireable<"
|
|
41
|
+
justifyContent: PropTypes.Requireable<"start" | "center" | "end" | "space-between" | "space-around" | "space-evenly">;
|
|
42
|
+
alignItems: PropTypes.Requireable<"start" | "center" | "end" | "stretch" | "baseline">;
|
|
43
43
|
children: PropTypes.Requireable<PropTypes.ReactNodeLike>;
|
|
44
44
|
};
|
|
45
45
|
}
|