@pixelated-tech/components 3.13.15 → 3.14.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/dist/components/admin/site-health/google.api.integration.js +5 -4
- package/dist/components/admin/site-health/site-health-cloudwatch.integration.js +3 -2
- package/dist/components/config/crypto.js +17 -1
- package/dist/components/general/cache-manager.js +19 -2
- package/dist/components/general/carousel.drag.js +21 -24
- package/dist/components/general/intersection-observer.js +4 -0
- package/dist/components/general/metadata.functions.js +1 -1
- package/dist/components/general/sitemap.js +3 -2
- package/dist/components/general/utilities.js +106 -0
- package/dist/components/integrations/contentful.delivery.js +16 -16
- package/dist/components/integrations/contentful.items.components.js +2 -11
- package/dist/components/integrations/flickr.js +7 -4
- package/dist/components/integrations/googleplaces.js +144 -0
- package/dist/components/integrations/socialcard.js +5 -2
- package/dist/components/integrations/wordpress.components.js +2 -1
- package/dist/components/shoppingcart/ebay.components.js +5 -5
- package/dist/components/shoppingcart/ebay.functions.js +5 -3
- package/dist/components/shoppingcart/shipping.to.json +3 -4
- package/dist/components/shoppingcart/shoppingcart.components.js +7 -5
- package/dist/components/shoppingcart/shoppingcart.css +1 -1
- package/dist/components/shoppingcart/shoppingcart.functions.js +5 -14
- package/dist/components/sitebuilder/form/formcomponents.js +151 -0
- package/dist/components/sitebuilder/form/formutils.js +3 -0
- package/dist/components/sitebuilder/page/lib/pageStorageContentful.js +2 -2
- package/dist/config/pixelated.config.json.enc +1 -1
- package/dist/data/form.json +18 -0
- package/dist/index.adminserver.js +1 -3
- package/dist/index.js +1 -1
- package/dist/index.server.js +1 -0
- package/dist/scripts/create-pixelated-app.js +187 -79
- package/dist/scripts/create-pixelated-app.json +51 -1
- package/dist/scripts/pixelated-eslint-plugin.js +142 -0
- package/dist/scripts/release.sh +23 -16
- package/dist/scripts/update.sh +47 -8
- package/dist/types/components/admin/deploy/deployment.integration.d.ts +1 -0
- package/dist/types/components/admin/deploy/deployment.integration.d.ts.map +1 -1
- package/dist/types/components/admin/site-health/google.api.integration.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/config/config.types.d.ts +23 -0
- package/dist/types/components/config/config.types.d.ts.map +1 -1
- package/dist/types/components/config/crypto.d.ts +1 -0
- package/dist/types/components/config/crypto.d.ts.map +1 -1
- package/dist/types/components/general/cache-manager.d.ts +16 -2
- package/dist/types/components/general/cache-manager.d.ts.map +1 -1
- package/dist/types/components/general/carousel.drag.d.ts.map +1 -1
- package/dist/types/components/general/intersection-observer.d.ts.map +1 -1
- package/dist/types/components/general/sitemap.d.ts.map +1 -1
- package/dist/types/components/general/utilities.d.ts +39 -0
- package/dist/types/components/general/utilities.d.ts.map +1 -1
- package/dist/types/components/integrations/contentful.delivery.d.ts +16 -16
- package/dist/types/components/integrations/contentful.items.components.d.ts.map +1 -1
- package/dist/types/components/integrations/flickr.d.ts.map +1 -1
- package/dist/types/components/integrations/googleplaces.d.ts +61 -0
- package/dist/types/components/integrations/googleplaces.d.ts.map +1 -0
- package/dist/types/components/integrations/socialcard.d.ts.map +1 -1
- package/dist/types/components/integrations/wordpress.components.d.ts.map +1 -1
- package/dist/types/components/shoppingcart/ebay.functions.d.ts.map +1 -1
- package/dist/types/components/shoppingcart/shoppingcart.components.d.ts.map +1 -1
- package/dist/types/components/shoppingcart/shoppingcart.functions.d.ts +2 -2
- package/dist/types/components/shoppingcart/shoppingcart.functions.d.ts.map +1 -1
- package/dist/types/components/sitebuilder/form/formcomponents.d.ts +22 -0
- package/dist/types/components/sitebuilder/form/formcomponents.d.ts.map +1 -1
- package/dist/types/components/sitebuilder/form/formutils.d.ts.map +1 -1
- package/dist/types/index.adminserver.d.ts +1 -3
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.server.d.ts +1 -0
- package/dist/types/scripts/create-pixelated-app.d.ts +3 -0
- package/dist/types/scripts/create-pixelated-app.d.ts.map +1 -1
- package/dist/types/scripts/pixelated-eslint-plugin.d.ts +20 -0
- package/dist/types/stories/integrations/contentful.items.stories.d.ts.map +1 -0
- package/dist/types/stories/integrations/contentful.stories.d.ts.map +1 -0
- package/dist/types/stories/integrations/google.reviews.stories.d.ts.map +1 -0
- package/dist/types/stories/integrations/googlesearch.stories.d.ts.map +1 -0
- package/dist/types/stories/integrations/gravatar.stories.d.ts.map +1 -0
- package/dist/types/stories/integrations/instagram.stories.d.ts.map +1 -0
- package/dist/types/stories/integrations/wordpress.stories.d.ts.map +1 -0
- package/dist/types/test/test-utils.d.ts +2 -0
- package/dist/types/test/test-utils.d.ts.map +1 -1
- package/dist/types/tests/404.test.d.ts +2 -0
- package/dist/types/tests/404.test.d.ts.map +1 -0
- package/dist/types/tests/carousel.drag.test.d.ts +2 -0
- package/dist/types/tests/carousel.drag.test.d.ts.map +1 -0
- package/dist/types/tests/carouselDrag.test.d.ts +2 -0
- package/dist/types/tests/carouselDrag.test.d.ts.map +1 -0
- package/dist/types/tests/componentAnalysis.test.d.ts +2 -0
- package/dist/types/tests/componentAnalysis.test.d.ts.map +1 -0
- package/dist/types/tests/componentDiscovery.test.d.ts +2 -0
- package/dist/types/tests/componentDiscovery.test.d.ts.map +1 -0
- package/dist/types/tests/componentMap.test.d.ts +2 -0
- package/dist/types/tests/componentMap.test.d.ts.map +1 -0
- package/dist/types/tests/contentful.items.components.test.d.ts +2 -0
- package/dist/types/tests/contentful.items.components.test.d.ts.map +1 -0
- package/dist/types/tests/contentful.management.test.d.ts +2 -0
- package/dist/types/tests/contentful.management.test.d.ts.map +1 -0
- package/dist/types/tests/contentfulManagement.test.d.ts +2 -0
- package/dist/types/tests/contentfulManagement.test.d.ts.map +1 -0
- package/dist/types/tests/countup.test.d.ts +2 -0
- package/dist/types/tests/countup.test.d.ts.map +1 -0
- package/dist/types/tests/crypto.test.d.ts +2 -0
- package/dist/types/tests/crypto.test.d.ts.map +1 -0
- package/dist/types/tests/deployment.integration.test.d.ts +2 -0
- package/dist/types/tests/deployment.integration.test.d.ts.map +1 -0
- package/dist/types/tests/ebay.components.test.d.ts +2 -0
- package/dist/types/tests/ebay.components.test.d.ts.map +1 -0
- package/dist/types/tests/ebayComponents.test.d.ts +2 -0
- package/dist/types/tests/ebayComponents.test.d.ts.map +1 -0
- package/dist/types/tests/flickr.test.d.ts +2 -0
- package/dist/types/tests/flickr.test.d.ts.map +1 -0
- package/dist/types/tests/formgoogleplacesinput.test.d.ts +2 -0
- package/dist/types/tests/formgoogleplacesinput.test.d.ts.map +1 -0
- package/dist/types/tests/formutils.test.d.ts +2 -0
- package/dist/types/tests/formutils.test.d.ts.map +1 -0
- package/dist/types/tests/formvalidator.test.d.ts +2 -0
- package/dist/types/tests/formvalidator.test.d.ts.map +1 -0
- package/dist/types/tests/gemini-api.client.test.d.ts +2 -0
- package/dist/types/tests/gemini-api.client.test.d.ts.map +1 -0
- package/dist/types/tests/gemini-api.server.test.d.ts +2 -0
- package/dist/types/tests/gemini-api.server.test.d.ts.map +1 -0
- package/dist/types/tests/geminiApi.test.d.ts +2 -0
- package/dist/types/tests/geminiApi.test.d.ts.map +1 -0
- package/dist/types/tests/google.reviews.components.test.d.ts +2 -0
- package/dist/types/tests/google.reviews.components.test.d.ts.map +1 -0
- package/dist/types/tests/googleanalytics.test.d.ts +2 -0
- package/dist/types/tests/googleanalytics.test.d.ts.map +1 -0
- package/dist/types/tests/googlemap.test.d.ts +2 -0
- package/dist/types/tests/googlemap.test.d.ts.map +1 -0
- package/dist/types/tests/gravatar.functions.test.d.ts +2 -0
- package/dist/types/tests/gravatar.functions.test.d.ts.map +1 -0
- package/dist/types/tests/hubspot.components.test.d.ts +2 -0
- package/dist/types/tests/hubspot.components.test.d.ts.map +1 -0
- package/dist/types/tests/image-utils.test.d.ts +2 -0
- package/dist/types/tests/image-utils.test.d.ts.map +1 -0
- package/dist/types/tests/instagram.components.test.d.ts +2 -0
- package/dist/types/tests/instagram.components.test.d.ts.map +1 -0
- package/dist/types/tests/instagram.functions.test.d.ts +2 -0
- package/dist/types/tests/instagram.functions.test.d.ts.map +1 -0
- package/dist/types/tests/intersection-observer.test.d.ts +2 -0
- package/dist/types/tests/intersection-observer.test.d.ts.map +1 -0
- package/dist/types/tests/metadata.functions.test.d.ts +2 -0
- package/dist/types/tests/metadata.functions.test.d.ts.map +1 -0
- package/dist/types/tests/metadataComponents.test.d.ts +2 -0
- package/dist/types/tests/metadataComponents.test.d.ts.map +1 -0
- package/dist/types/tests/page-storage.test.d.ts +2 -0
- package/dist/types/tests/page-storage.test.d.ts.map +1 -0
- package/dist/types/tests/pageStorageContentful.test.d.ts +2 -0
- package/dist/types/tests/pageStorageContentful.test.d.ts.map +1 -0
- package/dist/types/tests/pageStorageLocal.test.d.ts +2 -0
- package/dist/types/tests/pageStorageLocal.test.d.ts.map +1 -0
- package/dist/types/tests/pixelated.test.d.ts +2 -0
- package/dist/types/tests/pixelated.test.d.ts.map +1 -0
- package/dist/types/tests/propTypeIntrospection.test.d.ts +2 -0
- package/dist/types/tests/propTypeIntrospection.test.d.ts.map +1 -0
- package/dist/types/tests/save-route-example.test.d.ts +2 -0
- package/dist/types/tests/save-route-example.test.d.ts.map +1 -0
- package/dist/types/tests/saveRouteExample.test.d.ts +2 -0
- package/dist/types/tests/saveRouteExample.test.d.ts.map +1 -0
- package/dist/types/tests/seoConstants.test.d.ts +2 -0
- package/dist/types/tests/seoConstants.test.d.ts.map +1 -0
- package/dist/types/tests/site-health-accessibility.test.d.ts +2 -0
- package/dist/types/tests/site-health-accessibility.test.d.ts.map +1 -0
- package/dist/types/tests/site-health-cloudwatch.integration.test.d.ts +2 -0
- package/dist/types/tests/site-health-cloudwatch.integration.test.d.ts.map +1 -0
- package/dist/types/tests/site-health-dependency-vulnerabilities.test.d.ts +2 -0
- package/dist/types/tests/site-health-dependency-vulnerabilities.test.d.ts.map +1 -0
- package/dist/types/tests/site-health-github.test.d.ts +2 -0
- package/dist/types/tests/site-health-github.test.d.ts.map +1 -0
- package/dist/types/tests/site-health-google-analytics.integration.test.d.ts +2 -0
- package/dist/types/tests/site-health-google-analytics.integration.test.d.ts.map +1 -0
- package/dist/types/tests/site-health-google-analytics.test.d.ts +2 -0
- package/dist/types/tests/site-health-google-analytics.test.d.ts.map +1 -0
- package/dist/types/tests/site-health-google-search-console.integration.test.d.ts +2 -0
- package/dist/types/tests/site-health-google-search-console.integration.test.d.ts.map +1 -0
- package/dist/types/tests/site-health-google-search-console.test.d.ts +2 -0
- package/dist/types/tests/site-health-google-search-console.test.d.ts.map +1 -0
- package/dist/types/tests/site-health-mock-context.test.d.ts +2 -0
- package/dist/types/tests/site-health-mock-context.test.d.ts.map +1 -0
- package/dist/types/tests/site-health-on-site-seo.test.d.ts +2 -0
- package/dist/types/tests/site-health-on-site-seo.test.d.ts.map +1 -0
- package/dist/types/tests/site-health-performance.test.d.ts +2 -0
- package/dist/types/tests/site-health-performance.test.d.ts.map +1 -0
- package/dist/types/tests/site-health-security.integration.test.d.ts +2 -0
- package/dist/types/tests/site-health-security.integration.test.d.ts.map +1 -0
- package/dist/types/tests/site-health-security.test.d.ts +2 -0
- package/dist/types/tests/site-health-security.test.d.ts.map +1 -0
- package/dist/types/tests/site-health-seo.test.d.ts +2 -0
- package/dist/types/tests/site-health-seo.test.d.ts.map +1 -0
- package/dist/types/tests/site-health-uptime.integration.test.d.ts +2 -0
- package/dist/types/tests/site-health-uptime.integration.test.d.ts.map +1 -0
- package/dist/types/tests/site-health-uptime.test.d.ts +2 -0
- package/dist/types/tests/site-health-uptime.test.d.ts.map +1 -0
- package/dist/types/tests/siteHealthGaIntegration.test.d.ts +2 -0
- package/dist/types/tests/siteHealthGaIntegration.test.d.ts.map +1 -0
- package/dist/types/tests/siteHealthGscIntegration.test.d.ts +2 -0
- package/dist/types/tests/siteHealthGscIntegration.test.d.ts.map +1 -0
- package/dist/types/tests/spotify.components.test.d.ts +2 -0
- package/dist/types/tests/spotify.components.test.d.ts.map +1 -0
- package/dist/types/tests/spotify.functions.test.d.ts +2 -0
- package/dist/types/tests/spotify.functions.test.d.ts.map +1 -0
- package/dist/types/tests/test-utils.d.ts +7 -0
- package/dist/types/tests/test-utils.d.ts.map +1 -0
- package/dist/types/tests/usePageBuilder.test.d.ts +2 -0
- package/dist/types/tests/usePageBuilder.test.d.ts.map +1 -0
- package/package.json +48 -41
- package/dist/components/admin/site-health/site-health-google-analytics.integration.js +0 -6
- package/dist/components/admin/site-health/site-health-google-search-console.integration.js +0 -6
- package/dist/components/general/proxy-csp-listener.js +0 -20
- package/dist/scripts/create-pixelated-app-template-mapper.js +0 -80
- package/dist/types/components/admin/site-health/site-health-google-analytics.integration.d.ts +0 -6
- package/dist/types/components/admin/site-health/site-health-google-analytics.integration.d.ts.map +0 -1
- package/dist/types/components/admin/site-health/site-health-google-search-console.integration.d.ts +0 -6
- package/dist/types/components/admin/site-health/site-health-google-search-console.integration.d.ts.map +0 -1
- package/dist/types/components/general/proxy-csp-listener.d.ts +0 -15
- package/dist/types/components/general/proxy-csp-listener.d.ts.map +0 -1
- package/dist/types/scripts/create-pixelated-app-template-mapper.d.ts +0 -5
- package/dist/types/scripts/create-pixelated-app-template-mapper.d.ts.map +0 -1
- package/dist/types/stories/general/callout.many.stories.d.ts +0 -7
- package/dist/types/stories/general/callout.many.stories.d.ts.map +0 -1
- package/dist/types/stories/general/contentful.item.stories.d.ts +0 -12
- package/dist/types/stories/general/contentful.item.stories.d.ts.map +0 -1
- package/dist/types/stories/general/contentful.items.stories.d.ts.map +0 -1
- package/dist/types/stories/general/contentful.stories.d.ts.map +0 -1
- package/dist/types/stories/general/global-error.stories.d.ts +0 -26
- package/dist/types/stories/general/global-error.stories.d.ts.map +0 -1
- package/dist/types/stories/general/google.reviews.stories.d.ts.map +0 -1
- package/dist/types/stories/general/googleanalytics.stories.d.ts +0 -14
- package/dist/types/stories/general/googleanalytics.stories.d.ts.map +0 -1
- package/dist/types/stories/general/googlesearch.stories.d.ts.map +0 -1
- package/dist/types/stories/general/gravatar.stories.d.ts.map +0 -1
- package/dist/types/stories/general/instagram.stories.d.ts.map +0 -1
- package/dist/types/stories/general/loading.stories.d.ts +0 -11
- package/dist/types/stories/general/loading.stories.d.ts.map +0 -1
- package/dist/types/stories/general/metadata.stories.d.ts +0 -25
- package/dist/types/stories/general/metadata.stories.d.ts.map +0 -1
- package/dist/types/stories/general/schema.stories.d.ts +0 -62
- package/dist/types/stories/general/schema.stories.d.ts.map +0 -1
- package/dist/types/stories/general/sitemap.stories.d.ts +0 -8
- package/dist/types/stories/general/sitemap.stories.d.ts.map +0 -1
- package/dist/types/stories/general/wordpress.stories.d.ts.map +0 -1
- package/dist/types/stories/integrations/schema-podcast.stories.d.ts +0 -45
- package/dist/types/stories/integrations/schema-podcast.stories.d.ts.map +0 -1
- /package/dist/types/stories/{general → integrations}/contentful.items.stories.d.ts +0 -0
- /package/dist/types/stories/{general → integrations}/contentful.stories.d.ts +0 -0
- /package/dist/types/stories/{general → integrations}/google.reviews.stories.d.ts +0 -0
- /package/dist/types/stories/{general → integrations}/googlesearch.stories.d.ts +0 -0
- /package/dist/types/stories/{general → integrations}/gravatar.stories.d.ts +0 -0
- /package/dist/types/stories/{general → integrations}/instagram.stories.d.ts +0 -0
- /package/dist/types/stories/{general → integrations}/wordpress.stories.d.ts +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"site-health-uptime.integration.test.d.ts","sourceRoot":"","sources":["../../../src/tests/site-health-uptime.integration.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"site-health-uptime.test.d.ts","sourceRoot":"","sources":["../../../src/tests/site-health-uptime.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"siteHealthGaIntegration.test.d.ts","sourceRoot":"","sources":["../../../src/tests/siteHealthGaIntegration.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"siteHealthGscIntegration.test.d.ts","sourceRoot":"","sources":["../../../src/tests/siteHealthGscIntegration.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"spotify.components.test.d.ts","sourceRoot":"","sources":["../../../src/tests/spotify.components.test.tsx"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"spotify.functions.test.d.ts","sourceRoot":"","sources":["../../../src/tests/spotify.functions.test.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ReactElement } from 'react';
|
|
2
|
+
import { RenderOptions } from '@testing-library/react';
|
|
3
|
+
interface RenderWithProvidersOptions extends Omit<RenderOptions, 'wrapper'> {
|
|
4
|
+
}
|
|
5
|
+
export declare function renderWithProviders(ui: ReactElement, options?: RenderWithProvidersOptions): import("@testing-library/react").RenderResult<typeof import("@testing-library/dom/types/queries"), HTMLElement, HTMLElement>;
|
|
6
|
+
export default renderWithProviders;
|
|
7
|
+
//# sourceMappingURL=test-utils.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"test-utils.d.ts","sourceRoot":"","sources":["../../../src/tests/test-utils.tsx"],"names":[],"mappings":"AAAA,OAAc,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,EAAU,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAE/D,UAAU,0BAA2B,SAAQ,IAAI,CAAC,aAAa,EAAE,SAAS,CAAC;CAE1E;AAED,wBAAgB,mBAAmB,CACjC,EAAE,EAAE,YAAY,EAChB,OAAO,CAAC,EAAE,0BAA0B,gIAGrC;AAED,eAAe,mBAAmB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"usePageBuilder.test.d.ts","sourceRoot":"","sources":["../../../src/tests/usePageBuilder.test.ts"],"names":[],"mappings":""}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pixelated-tech/components",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.14.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"private": false,
|
|
6
6
|
"author": {
|
|
@@ -74,13 +74,14 @@
|
|
|
74
74
|
"copy2pixelatedadmin": "rm -rf ../pixelated-admin/node_modules/@pixelated-tech/components/dist && cp -r dist ../pixelated-admin/node_modules/@pixelated-tech/components/",
|
|
75
75
|
"copy2all": "npm run copy2brianwhaley && npm run copy2informationfocus && npm run copy2jzhomeimprovement && npm run copy2oaktreelandscaping && npm run copy2palmettoepoxy && npm run copy2pixelated && npm run copy2pixelvivid && npm run copy2template && npm run copy2pixelatedadmin",
|
|
76
76
|
"storybook": "rm -rf node_modules/.cache && storybook dev -p 6006",
|
|
77
|
-
"buildStorybook": "rm -rf node_modules/.cache && NODE_OPTIONS=\"--max-old-space-size=
|
|
77
|
+
"buildStorybook": "rm -rf node_modules/.cache && NODE_OPTIONS=\"--max-old-space-size=8192\" storybook build",
|
|
78
78
|
"test-storybook": "npx storybook test -c .storybook",
|
|
79
79
|
"test": "vitest run --silent",
|
|
80
80
|
"test:ui": "vitest --ui",
|
|
81
81
|
"test:coverage": "vitest run --coverage",
|
|
82
82
|
"test:watch": "vitest",
|
|
83
83
|
"lint": "eslint --fix",
|
|
84
|
+
"release:prep": "npm run update && npm run lint && npm run test:coverage && npm run build && npm run buildStorybook && npm run copy2all",
|
|
84
85
|
"release": "./src/scripts/release.sh",
|
|
85
86
|
"vault": "npx tsx src/scripts/config-vault.ts",
|
|
86
87
|
"config:vault": "npm run vault --",
|
|
@@ -112,89 +113,95 @@
|
|
|
112
113
|
"html-entities": "^2.6.0"
|
|
113
114
|
},
|
|
114
115
|
"devDependencies": {
|
|
115
|
-
"@aws-sdk/client-amplify": "^3.
|
|
116
|
-
"@aws-sdk/client-cloudwatch": "^3.
|
|
117
|
-
"@aws-sdk/client-iam": "^3.
|
|
118
|
-
"@aws-sdk/client-route-53": "^3.
|
|
119
|
-
"@aws-sdk/xml-builder": "^3.972.
|
|
116
|
+
"@aws-sdk/client-amplify": "^3.1014.0",
|
|
117
|
+
"@aws-sdk/client-cloudwatch": "^3.1014.0",
|
|
118
|
+
"@aws-sdk/client-iam": "^3.1014.0",
|
|
119
|
+
"@aws-sdk/client-route-53": "^3.1014.0",
|
|
120
|
+
"@aws-sdk/xml-builder": "^3.972.15",
|
|
120
121
|
"@babel/core": "^7.29.0",
|
|
121
122
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
122
123
|
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
|
|
123
|
-
"@babel/preset-env": "^7.29.
|
|
124
|
+
"@babel/preset-env": "^7.29.2",
|
|
124
125
|
"@babel/preset-react": "^7.28.5",
|
|
125
126
|
"@babel/preset-typescript": "^7.28.5",
|
|
126
|
-
"@eslint/js": "
|
|
127
|
-
"@storybook/addon-a11y": "^10.
|
|
128
|
-
"@storybook/addon-docs": "^10.
|
|
127
|
+
"@eslint/js": "9.39.4",
|
|
128
|
+
"@storybook/addon-a11y": "^10.3.1",
|
|
129
|
+
"@storybook/addon-docs": "^10.3.1",
|
|
129
130
|
"@storybook/addon-webpack5-compiler-babel": "^4.0.0",
|
|
130
131
|
"@storybook/preset-scss": "^1.0.3",
|
|
131
|
-
"@storybook/react-webpack5": "^10.
|
|
132
|
+
"@storybook/react-webpack5": "^10.3.1",
|
|
132
133
|
"@testing-library/dom": "^10.4.1",
|
|
133
134
|
"@testing-library/react": "^16.3.2",
|
|
134
135
|
"@testing-library/user-event": "^14.6.1",
|
|
135
136
|
"@types/md5": "^2.3.6",
|
|
136
|
-
"@types/node": "^25.
|
|
137
|
+
"@types/node": "^25.5.0",
|
|
137
138
|
"@types/prop-types": "^15.7.15",
|
|
138
139
|
"@types/react": "^19.2.14",
|
|
139
140
|
"@types/react-dom": "^19.2.3",
|
|
140
|
-
"@typescript-eslint/eslint-plugin": "^8.57.
|
|
141
|
-
"@typescript-eslint/parser": "^8.57.
|
|
142
|
-
"@vitejs/plugin-react": "^
|
|
143
|
-
"@vitest/coverage-v8": "^4.0
|
|
144
|
-
"@vitest/ui": "^4.0
|
|
141
|
+
"@typescript-eslint/eslint-plugin": "^8.57.1",
|
|
142
|
+
"@typescript-eslint/parser": "^8.57.1",
|
|
143
|
+
"@vitejs/plugin-react": "^6.0.1",
|
|
144
|
+
"@vitest/coverage-v8": "^4.1.0",
|
|
145
|
+
"@vitest/ui": "^4.1.0",
|
|
145
146
|
"ajv": "^8.18.0",
|
|
146
147
|
"ajv-keywords": "^5.1.0",
|
|
147
148
|
"babel-loader": "^10.1.1",
|
|
148
|
-
"clean-webpack-plugin": "^
|
|
149
|
-
"copy-webpack-plugin": "^
|
|
149
|
+
"clean-webpack-plugin": "^4.0.0",
|
|
150
|
+
"copy-webpack-plugin": "^14.0.0",
|
|
150
151
|
"css-loader": "^7.1.4",
|
|
151
|
-
"eslint": "
|
|
152
|
-
"eslint-plugin-import": "^
|
|
152
|
+
"eslint": "9.39.4",
|
|
153
|
+
"eslint-plugin-import": "^2.32.0",
|
|
153
154
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
154
155
|
"eslint-plugin-react": "^7.37.5",
|
|
155
156
|
"file-loader": "^6.2.0",
|
|
156
|
-
"happy-dom": "^20.8.
|
|
157
|
-
"jsdom": "^
|
|
158
|
-
"less-loader": "^12.3.
|
|
157
|
+
"happy-dom": "^20.8.4",
|
|
158
|
+
"jsdom": "^29.0.1",
|
|
159
|
+
"less-loader": "^12.3.2",
|
|
159
160
|
"mini-css-extract-plugin": "^2.10.1",
|
|
160
|
-
"next": "
|
|
161
|
+
"next": "16.2.1",
|
|
161
162
|
"null-loader": "^4.0.1",
|
|
162
163
|
"prop-types": "^15.8.1",
|
|
163
|
-
"react": "
|
|
164
|
-
"react-dom": "
|
|
164
|
+
"react": "19.2.4",
|
|
165
|
+
"react-dom": "19.2.4",
|
|
165
166
|
"react-redux": "^9.2.0",
|
|
166
167
|
"react-test-renderer": "^19.2.4",
|
|
167
168
|
"redux": "^5.0.1",
|
|
168
|
-
"sass": "^1.
|
|
169
|
+
"sass": "^1.98.0",
|
|
169
170
|
"sass-loader": "^16.0.7",
|
|
170
|
-
"storybook": "^10.
|
|
171
|
+
"storybook": "^10.3.1",
|
|
171
172
|
"style-loader": "^4.0.0",
|
|
172
173
|
"ts-loader": "^9.5.4",
|
|
173
174
|
"typescript": "^5.9.3",
|
|
174
175
|
"url-loader": "^4.1.1",
|
|
175
|
-
"vitest": "^4.0
|
|
176
|
+
"vitest": "^4.1.0",
|
|
176
177
|
"webpack": "^5.105.4",
|
|
177
|
-
"webpack-cli": "^
|
|
178
|
+
"webpack-cli": "^7.0.2",
|
|
178
179
|
"webpack-dev-server": "^5.2.3",
|
|
179
180
|
"webpack-node-externals": "^3.0.0"
|
|
180
181
|
},
|
|
182
|
+
"overrides": {
|
|
183
|
+
"flatted": "^3.4.2"
|
|
184
|
+
},
|
|
181
185
|
"peerDependencies": {
|
|
182
|
-
"next": "^16.
|
|
183
|
-
"react": "^19.2.
|
|
184
|
-
"react-dom": "^19.2.
|
|
186
|
+
"next": "^16.2.1",
|
|
187
|
+
"react": "^19.2.4",
|
|
188
|
+
"react-dom": "^19.2.4"
|
|
185
189
|
},
|
|
186
190
|
"optionalDependencies": {
|
|
187
191
|
"@aws-sdk/client-cloudwatch": "^3.996.0",
|
|
188
192
|
"@aws-sdk/client-route-53": "^3.893.0",
|
|
189
|
-
"
|
|
190
|
-
"
|
|
191
|
-
"
|
|
192
|
-
"eslint
|
|
193
|
+
"@vitejs/plugin-react": "^6.0.1",
|
|
194
|
+
"clean-webpack-plugin": "^4.0.0",
|
|
195
|
+
"copy-webpack-plugin": "^14.0.0",
|
|
196
|
+
"eslint": "9.39.4",
|
|
197
|
+
"eslint-plugin-import": "^2.32.0",
|
|
193
198
|
"googleapis": "^171.4.0",
|
|
199
|
+
"jsdom": "^29.0.0",
|
|
194
200
|
"md5": "^2.3.0",
|
|
195
|
-
"puppeteer": "^24.
|
|
201
|
+
"puppeteer": "^24.40.0",
|
|
196
202
|
"react-redux": "*",
|
|
197
203
|
"recharts": "^3.8.0",
|
|
198
|
-
"redux": "*"
|
|
204
|
+
"redux": "*",
|
|
205
|
+
"webpack-cli": "^7.0.2"
|
|
199
206
|
}
|
|
200
207
|
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
const debug = false;
|
|
3
|
-
export function attachProxyCspListener(onCsp) {
|
|
4
|
-
const handler = (e) => {
|
|
5
|
-
const info = {
|
|
6
|
-
blockedURI: e.blockedURI,
|
|
7
|
-
violatedDirective: e.violatedDirective,
|
|
8
|
-
originalPolicy: e.originalPolicy,
|
|
9
|
-
sourceFile: e?.sourceFile,
|
|
10
|
-
disposition: e.disposition,
|
|
11
|
-
referrer: e.referrer,
|
|
12
|
-
};
|
|
13
|
-
const defaultHandler = (i) => { if (debug)
|
|
14
|
-
console.warn('CSP violation', i); };
|
|
15
|
-
(onCsp ?? defaultHandler)(info);
|
|
16
|
-
};
|
|
17
|
-
window.addEventListener('securitypolicyviolation', handler);
|
|
18
|
-
// Return a cleanup function so callers can detach the listener
|
|
19
|
-
return () => window.removeEventListener('securitypolicyviolation', handler);
|
|
20
|
-
}
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
import fs from 'fs/promises';
|
|
2
|
-
import path from 'path';
|
|
3
|
-
|
|
4
|
-
async function exists(p) {
|
|
5
|
-
try {
|
|
6
|
-
await fs.access(p);
|
|
7
|
-
return true;
|
|
8
|
-
} catch (e) {
|
|
9
|
-
return false;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
export async function loadManifest(baseDir = path.resolve(__dirname)) {
|
|
14
|
-
const manifestPath = path.resolve(baseDir, 'create-pixelated-app.json');
|
|
15
|
-
try {
|
|
16
|
-
if (await exists(manifestPath)) {
|
|
17
|
-
const txt = await fs.readFile(manifestPath, 'utf8');
|
|
18
|
-
return JSON.parse(txt);
|
|
19
|
-
}
|
|
20
|
-
} catch (e) {
|
|
21
|
-
// ignore parse/read errors
|
|
22
|
-
}
|
|
23
|
-
return null;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
export function findTemplateForSlug(manifest, slug) {
|
|
27
|
-
if (!manifest || !Array.isArray(manifest.templates)) return null;
|
|
28
|
-
slug = (slug || '').toLowerCase();
|
|
29
|
-
for (const t of manifest.templates) {
|
|
30
|
-
if (!t.aliases || !Array.isArray(t.aliases)) continue;
|
|
31
|
-
for (let a of t.aliases) {
|
|
32
|
-
a = a.toLowerCase().replace(/\s+/g, '-').replace(/[^a-z0-9-]/g, '');
|
|
33
|
-
if (a === slug) return t;
|
|
34
|
-
}
|
|
35
|
-
// also fuzzy match (e.g., 'about-us' -> 'about')
|
|
36
|
-
for (let a of t.aliases) {
|
|
37
|
-
a = a.toLowerCase().replace(/\s+/g, '-').replace(/[^a-z0-9-]/g, '');
|
|
38
|
-
if (slug === a || slug.startsWith(a + '-') || slug.endsWith('-' + a) || slug.includes('-' + a + '-')) return t;
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
return null;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
export async function pruneTemplateDirs(manifest, destPath, requestedSlugs = []) {
|
|
45
|
-
const removed = [];
|
|
46
|
-
if (!manifest || !Array.isArray(manifest.templates)) return removed;
|
|
47
|
-
const requested = new Set((requestedSlugs || []).map(s => s.toString()));
|
|
48
|
-
for (const t of manifest.templates) {
|
|
49
|
-
const folderName = path.basename(t.src);
|
|
50
|
-
const candidateDir = path.join(destPath, 'src', 'app', '(pages)', folderName);
|
|
51
|
-
if (await exists(candidateDir) && !requested.has(folderName)) {
|
|
52
|
-
// remove the template page folder
|
|
53
|
-
await fs.rm(candidateDir, { recursive: true, force: true });
|
|
54
|
-
removed.push(folderName);
|
|
55
|
-
// remove any associated files defined in the manifest (relative to site root)
|
|
56
|
-
if (Array.isArray(t.associated_files)) {
|
|
57
|
-
for (const rel of t.associated_files) {
|
|
58
|
-
const candidateFile = path.join(destPath, rel);
|
|
59
|
-
try {
|
|
60
|
-
if (await exists(candidateFile)) {
|
|
61
|
-
await fs.rm(candidateFile, { recursive: true, force: true });
|
|
62
|
-
}
|
|
63
|
-
} catch (e) {
|
|
64
|
-
// ignore individual failures
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
return removed;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
export function printAvailableTemplates(manifest) {
|
|
74
|
-
if (!manifest || !Array.isArray(manifest.templates) || manifest.templates.length === 0) return;
|
|
75
|
-
console.log('\nAvailable templates:');
|
|
76
|
-
for (const t of manifest.templates) {
|
|
77
|
-
const aliases = Array.isArray(t.aliases) ? t.aliases.join(', ') : '';
|
|
78
|
-
console.log(` - ${t.name}${aliases ? ': ' + aliases : ''}`);
|
|
79
|
-
}
|
|
80
|
-
}
|
package/dist/types/components/admin/site-health/site-health-google-analytics.integration.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"site-health-google-analytics.integration.d.ts","sourceRoot":"","sources":["../../../../../src/components/admin/site-health/site-health-google-analytics.integration.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"site-health-google-search-console.integration.d.ts","sourceRoot":"","sources":["../../../../../src/components/admin/site-health/site-health-google-search-console.integration.ts"],"names":[],"mappings":"AAAA;;;GAGG"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* attachProxyCspListener
|
|
3
|
-
* Client-side helper that attaches a `securitypolicyviolation` listener and forwards
|
|
4
|
-
* the violation info to a provided handler (defaults to console.warn).
|
|
5
|
-
*/
|
|
6
|
-
export type CspInfo = {
|
|
7
|
-
blockedURI?: string;
|
|
8
|
-
violatedDirective?: string;
|
|
9
|
-
originalPolicy?: string;
|
|
10
|
-
sourceFile?: string;
|
|
11
|
-
disposition?: string;
|
|
12
|
-
referrer?: string;
|
|
13
|
-
};
|
|
14
|
-
export declare function attachProxyCspListener(onCsp?: (info: CspInfo) => void): () => void;
|
|
15
|
-
//# sourceMappingURL=proxy-csp-listener.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"proxy-csp-listener.d.ts","sourceRoot":"","sources":["../../../../src/components/general/proxy-csp-listener.ts"],"names":[],"mappings":"AAIA;;;;GAIG;AACH,MAAM,MAAM,OAAO,GAAG;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,wBAAgB,sBAAsB,CAAC,KAAK,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,cAmBrE"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export function loadManifest(baseDir?: string): Promise<any>;
|
|
2
|
-
export function findTemplateForSlug(manifest: any, slug: any): any;
|
|
3
|
-
export function pruneTemplateDirs(manifest: any, destPath: any, requestedSlugs?: any[]): Promise<any[]>;
|
|
4
|
-
export function printAvailableTemplates(manifest: any): void;
|
|
5
|
-
//# sourceMappingURL=create-pixelated-app-template-mapper.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"create-pixelated-app-template-mapper.d.ts","sourceRoot":"","sources":["../../../src/scripts/create-pixelated-app-template-mapper.js"],"names":[],"mappings":"AAYA,6DAWC;AAED,mEAgBC;AAED,wGA2BC;AAED,6DAOC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"callout.many.stories.d.ts","sourceRoot":"","sources":["../../../../src/stories/general/callout.many.stories.js"],"names":[],"mappings":";;;;;AAiRO,8EAAgD"}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
declare namespace _default {
|
|
2
|
-
export let title: string;
|
|
3
|
-
export { ContentfulItemDetail as component };
|
|
4
|
-
}
|
|
5
|
-
export default _default;
|
|
6
|
-
export namespace ContentfulItemDetailPage {
|
|
7
|
-
namespace args {
|
|
8
|
-
let entry_id: string;
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
import { ContentfulItemDetail } from '@/components/integrations/contentful.items.components';
|
|
12
|
-
//# sourceMappingURL=contentful.item.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"contentful.item.stories.d.ts","sourceRoot":"","sources":["../../../../src/stories/general/contentful.item.stories.js"],"names":[],"mappings":";;;;;;;;;;qCACqC,uDAAuD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"contentful.items.stories.d.ts","sourceRoot":"","sources":["../../../../src/stories/general/contentful.items.stories.js"],"names":[],"mappings":";;;;;;;;gCACgC,uDAAuD"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"contentful.stories.d.ts","sourceRoot":"","sources":["../../../../src/stories/general/contentful.stories.js"],"names":[],"mappings":";;;;;AA0DO,sEAA4C;yBAzD1B,+BAA+B"}
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import { GlobalErrorUI } from '@/components/general/global-error';
|
|
2
|
-
declare const _default: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: typeof GlobalErrorUI;
|
|
5
|
-
};
|
|
6
|
-
export default _default;
|
|
7
|
-
export declare const Default: {
|
|
8
|
-
(args: any): import("react/jsx-runtime").JSX.Element;
|
|
9
|
-
args: {
|
|
10
|
-
error: Error;
|
|
11
|
-
siteInfo: {
|
|
12
|
-
email: string;
|
|
13
|
-
};
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
export declare const NoContact: () => import("react/jsx-runtime").JSX.Element;
|
|
17
|
-
export declare const DetailsToggle: {
|
|
18
|
-
(args: any): import("react/jsx-runtime").JSX.Element;
|
|
19
|
-
args: {
|
|
20
|
-
error: Error;
|
|
21
|
-
};
|
|
22
|
-
play({ canvasElement }: {
|
|
23
|
-
canvasElement: HTMLElement;
|
|
24
|
-
}): Promise<void>;
|
|
25
|
-
};
|
|
26
|
-
//# sourceMappingURL=global-error.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"global-error.stories.d.ts","sourceRoot":"","sources":["../../../../src/stories/general/global-error.stories.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;;;;;AAElE,wBAA0E;AAE1E,eAAO,MAAM,OAAO;WAAU,GAAG;;;;;;;CAAgC,CAAC;AAGlE,eAAO,MAAM,SAAS,+CAA0D,CAAC;AAEjF,eAAO,MAAM,aAAa;WAAU,GAAG;;;;4BAEQ;QAAE,aAAa,EAAE,WAAW,CAAA;KAAE;CAFN,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"google.reviews.stories.d.ts","sourceRoot":"","sources":["../../../../src/stories/general/google.reviews.stories.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,EAAE,MAAM,qDAAqD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAExF,wBAeE;AAIF,eAAO,MAAM,oBAAoB,EAAE,GAAuB,CAAC"}
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
declare namespace _default {
|
|
2
|
-
export let title: string;
|
|
3
|
-
export { GoogleAnalytics as component };
|
|
4
|
-
}
|
|
5
|
-
export default _default;
|
|
6
|
-
export namespace Google_Analytics_Config {
|
|
7
|
-
let args: {};
|
|
8
|
-
}
|
|
9
|
-
export namespace Google_Analytics_Props {
|
|
10
|
-
let args_1: {};
|
|
11
|
-
export { args_1 as args };
|
|
12
|
-
}
|
|
13
|
-
import { GoogleAnalytics } from '@/components/integrations/googleanalytics';
|
|
14
|
-
//# sourceMappingURL=googleanalytics.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"googleanalytics.stories.d.ts","sourceRoot":"","sources":["../../../../src/stories/general/googleanalytics.stories.js"],"names":[],"mappings":";;;;;;;;;;;;gCACgC,2CAA2C"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"googlesearch.stories.d.ts","sourceRoot":"","sources":["../../../../src/stories/general/googlesearch.stories.js"],"names":[],"mappings":";;;;;;;;;;6BAA6B,wCAAwC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"gravatar.stories.d.ts","sourceRoot":"","sources":["../../../../src/stories/general/gravatar.stories.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,EAAyB,MAAM,+CAA+C,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA2BpG,wBAmCE;AAEF,eAAO,MAAM,mBAAmB;WAAU,GAAG;;;;;;;;CAAuC,CAAC;AASrF,eAAO,MAAM,mBAAmB;WAAU,GAAG;;;;;;;;;;;;;;;;;CAAuC,CAAC"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"instagram.stories.d.ts","sourceRoot":"","sources":["../../../../src/stories/general/instagram.stories.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,gDAAgD,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEhF,wBAmBE;AAIF,eAAO,MAAM,gBAAgB,EAAE,GAAuB,CAAC;AAGvD,eAAO,MAAM,qBAAqB,EAAE,GAAuB,CAAC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
declare namespace _default {
|
|
2
|
-
export let title: string;
|
|
3
|
-
export { Loading as component };
|
|
4
|
-
}
|
|
5
|
-
export default _default;
|
|
6
|
-
export function LoadingSpinner(): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
export namespace LoadingSpinner {
|
|
8
|
-
let args: {};
|
|
9
|
-
}
|
|
10
|
-
import { Loading } from '@/components/general/loading';
|
|
11
|
-
//# sourceMappingURL=loading.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"loading.stories.d.ts","sourceRoot":"","sources":["../../../../src/stories/general/loading.stories.js"],"names":[],"mappings":";;;;;AAoBO,0EAAwC;;;;wBAnBR,8BAA8B"}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
declare namespace _default {
|
|
2
|
-
export let title: string;
|
|
3
|
-
export { getRouteByKey as component };
|
|
4
|
-
}
|
|
5
|
-
export default _default;
|
|
6
|
-
export namespace Metadata {
|
|
7
|
-
function render(): import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
namespace args {
|
|
9
|
-
export { myRoutes as routes };
|
|
10
|
-
export let key: string;
|
|
11
|
-
export let value: string;
|
|
12
|
-
}
|
|
13
|
-
namespace argTypes {
|
|
14
|
-
export namespace value_1 {
|
|
15
|
-
let options: string[];
|
|
16
|
-
namespace control {
|
|
17
|
-
let type: string;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
export { value_1 as value };
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
import { getRouteByKey } from '@/components/general/metadata.functions';
|
|
24
|
-
import myRoutes from '@/data/routes.json';
|
|
25
|
-
//# sourceMappingURL=metadata.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"metadata.stories.d.ts","sourceRoot":"","sources":["../../../../src/stories/general/metadata.stories.js"],"names":[],"mappings":";;;;;;IAqBS,2DAAsB;;;;;;;;;;;;;;;;8BApBD,yCAAyC;qBAClD,oBAAoB"}
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
declare namespace _default {
|
|
2
|
-
export let title: string;
|
|
3
|
-
export { LocalBusinessSchema as component };
|
|
4
|
-
}
|
|
5
|
-
export default _default;
|
|
6
|
-
export namespace Schema_LocalBusiness_From_Config {
|
|
7
|
-
function render(): import("react/jsx-runtime").JSX.Element;
|
|
8
|
-
}
|
|
9
|
-
export namespace Schema_LocalBusiness_Custom_Props {
|
|
10
|
-
export function render_1(): import("react/jsx-runtime").JSX.Element;
|
|
11
|
-
export { render_1 as render };
|
|
12
|
-
}
|
|
13
|
-
export namespace Schema_Website_From_Config {
|
|
14
|
-
export function render_2(): import("react/jsx-runtime").JSX.Element;
|
|
15
|
-
export { render_2 as render };
|
|
16
|
-
}
|
|
17
|
-
export namespace Schema_Website_With_Search {
|
|
18
|
-
export function render_3(): import("react/jsx-runtime").JSX.Element;
|
|
19
|
-
export { render_3 as render };
|
|
20
|
-
}
|
|
21
|
-
export namespace Schema_Review_Sample {
|
|
22
|
-
export function render_4(): import("react/jsx-runtime").JSX.Element;
|
|
23
|
-
export { render_4 as render };
|
|
24
|
-
}
|
|
25
|
-
export namespace Schema_Recipe_Sample {
|
|
26
|
-
export function render_5(): import("react/jsx-runtime").JSX.Element;
|
|
27
|
-
export { render_5 as render };
|
|
28
|
-
}
|
|
29
|
-
export namespace Schema_FAQ_Sample {
|
|
30
|
-
export function render_6(): import("react/jsx-runtime").JSX.Element;
|
|
31
|
-
export { render_6 as render };
|
|
32
|
-
}
|
|
33
|
-
export namespace Schema_BlogPosting_Sample {
|
|
34
|
-
export function render_7(): import("react/jsx-runtime").JSX.Element;
|
|
35
|
-
export { render_7 as render };
|
|
36
|
-
}
|
|
37
|
-
export namespace Schema_Services_Sample {
|
|
38
|
-
export function render_8(): import("react/jsx-runtime").JSX.Element;
|
|
39
|
-
export { render_8 as render };
|
|
40
|
-
}
|
|
41
|
-
export namespace Schema_Product_Sample {
|
|
42
|
-
export function render_9(): import("react/jsx-runtime").JSX.Element;
|
|
43
|
-
export { render_9 as render };
|
|
44
|
-
}
|
|
45
|
-
export namespace Schema_Product_Multiple_Offers {
|
|
46
|
-
export function render_10(): import("react/jsx-runtime").JSX.Element;
|
|
47
|
-
export { render_10 as render };
|
|
48
|
-
}
|
|
49
|
-
export namespace Schema_BreadcrumbList_Store_Hierarchy {
|
|
50
|
-
export function render_11(): import("react/jsx-runtime").JSX.Element;
|
|
51
|
-
export { render_11 as render };
|
|
52
|
-
}
|
|
53
|
-
export namespace Schema_BreadcrumbList_Projects_Hierarchy {
|
|
54
|
-
export function render_12(): import("react/jsx-runtime").JSX.Element;
|
|
55
|
-
export { render_12 as render };
|
|
56
|
-
}
|
|
57
|
-
export namespace Schema_BreadcrumbList_Simple {
|
|
58
|
-
export function render_13(): import("react/jsx-runtime").JSX.Element;
|
|
59
|
-
export { render_13 as render };
|
|
60
|
-
}
|
|
61
|
-
import { LocalBusinessSchema } from '@/components/general/schema';
|
|
62
|
-
//# sourceMappingURL=schema.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"schema.stories.d.ts","sourceRoot":"","sources":["../../../../src/stories/general/schema.stories.js"],"names":[],"mappings":";;;;;;IAmBS,2DAMP;;;IAIO,oEASP;;;;IAIO,oEAMP;;;;IAIO,oEAeP;;;;IAIO,oEAgCP;;;;IAIO,oEAsEP;;;;IAIO,oEAqCP;;;;IAIO,oEA6BP;;;;IAIO,oEAqCP;;;;IAIO,oEA8BP;;;;IAIO,qEAsCP;;;;IAIO,qEAwBP;;;;IAIO,qEAuBP;;;;IAIO,qEAiBP;;;oCAjbK,6BAA6B"}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
declare namespace _default {
|
|
2
|
-
export let title: string;
|
|
3
|
-
export { createPageURLs as component };
|
|
4
|
-
}
|
|
5
|
-
export default _default;
|
|
6
|
-
export function Sitemap_XML(): import("react/jsx-runtime").JSX.Element;
|
|
7
|
-
import { createPageURLs } from '@/components/general/sitemap';
|
|
8
|
-
//# sourceMappingURL=sitemap.stories.d.ts.map
|