@pixelated-tech/components 3.13.16 → 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 +2 -1
- package/dist/components/general/utilities.js +68 -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 +14 -1
- package/dist/scripts/update.sh +2 -0
- 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 +37 -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 +19 -16
- 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
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,14 +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 && npm run build && npm run buildStorybook && npm run copy2all",
|
|
84
|
+
"release:prep": "npm run update && npm run lint && npm run test:coverage && npm run build && npm run buildStorybook && npm run copy2all",
|
|
85
85
|
"release": "./src/scripts/release.sh",
|
|
86
86
|
"vault": "npx tsx src/scripts/config-vault.ts",
|
|
87
87
|
"config:vault": "npm run vault --",
|
|
@@ -113,11 +113,11 @@
|
|
|
113
113
|
"html-entities": "^2.6.0"
|
|
114
114
|
},
|
|
115
115
|
"devDependencies": {
|
|
116
|
-
"@aws-sdk/client-amplify": "^3.
|
|
117
|
-
"@aws-sdk/client-cloudwatch": "^3.
|
|
118
|
-
"@aws-sdk/client-iam": "^3.
|
|
119
|
-
"@aws-sdk/client-route-53": "^3.
|
|
120
|
-
"@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",
|
|
121
121
|
"@babel/core": "^7.29.0",
|
|
122
122
|
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
|
123
123
|
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
|
|
@@ -125,11 +125,11 @@
|
|
|
125
125
|
"@babel/preset-react": "^7.28.5",
|
|
126
126
|
"@babel/preset-typescript": "^7.28.5",
|
|
127
127
|
"@eslint/js": "9.39.4",
|
|
128
|
-
"@storybook/addon-a11y": "^10.
|
|
129
|
-
"@storybook/addon-docs": "^10.
|
|
128
|
+
"@storybook/addon-a11y": "^10.3.1",
|
|
129
|
+
"@storybook/addon-docs": "^10.3.1",
|
|
130
130
|
"@storybook/addon-webpack5-compiler-babel": "^4.0.0",
|
|
131
131
|
"@storybook/preset-scss": "^1.0.3",
|
|
132
|
-
"@storybook/react-webpack5": "^10.
|
|
132
|
+
"@storybook/react-webpack5": "^10.3.1",
|
|
133
133
|
"@testing-library/dom": "^10.4.1",
|
|
134
134
|
"@testing-library/react": "^16.3.2",
|
|
135
135
|
"@testing-library/user-event": "^14.6.1",
|
|
@@ -155,10 +155,10 @@
|
|
|
155
155
|
"eslint-plugin-react": "^7.37.5",
|
|
156
156
|
"file-loader": "^6.2.0",
|
|
157
157
|
"happy-dom": "^20.8.4",
|
|
158
|
-
"jsdom": "^29.0.
|
|
158
|
+
"jsdom": "^29.0.1",
|
|
159
159
|
"less-loader": "^12.3.2",
|
|
160
160
|
"mini-css-extract-plugin": "^2.10.1",
|
|
161
|
-
"next": "16.1
|
|
161
|
+
"next": "16.2.1",
|
|
162
162
|
"null-loader": "^4.0.1",
|
|
163
163
|
"prop-types": "^15.8.1",
|
|
164
164
|
"react": "19.2.4",
|
|
@@ -168,7 +168,7 @@
|
|
|
168
168
|
"redux": "^5.0.1",
|
|
169
169
|
"sass": "^1.98.0",
|
|
170
170
|
"sass-loader": "^16.0.7",
|
|
171
|
-
"storybook": "^10.
|
|
171
|
+
"storybook": "^10.3.1",
|
|
172
172
|
"style-loader": "^4.0.0",
|
|
173
173
|
"ts-loader": "^9.5.4",
|
|
174
174
|
"typescript": "^5.9.3",
|
|
@@ -179,8 +179,11 @@
|
|
|
179
179
|
"webpack-dev-server": "^5.2.3",
|
|
180
180
|
"webpack-node-externals": "^3.0.0"
|
|
181
181
|
},
|
|
182
|
+
"overrides": {
|
|
183
|
+
"flatted": "^3.4.2"
|
|
184
|
+
},
|
|
182
185
|
"peerDependencies": {
|
|
183
|
-
"next": "^16.1
|
|
186
|
+
"next": "^16.2.1",
|
|
184
187
|
"react": "^19.2.4",
|
|
185
188
|
"react-dom": "^19.2.4"
|
|
186
189
|
},
|
|
@@ -195,7 +198,7 @@
|
|
|
195
198
|
"googleapis": "^171.4.0",
|
|
196
199
|
"jsdom": "^29.0.0",
|
|
197
200
|
"md5": "^2.3.0",
|
|
198
|
-
"puppeteer": "^24.
|
|
201
|
+
"puppeteer": "^24.40.0",
|
|
199
202
|
"react-redux": "*",
|
|
200
203
|
"recharts": "^3.8.0",
|
|
201
204
|
"redux": "*",
|
|
@@ -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
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"sitemap.stories.d.ts","sourceRoot":"","sources":["../../../../src/stories/general/sitemap.stories.js"],"names":[],"mappings":";;;;;AA2BO,uEAAsC;+BAzBQ,8BAA8B"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"wordpress.stories.d.ts","sourceRoot":"","sources":["../../../../src/stories/general/wordpress.stories.js"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0BA,sFAAqD;;;;;;;;;6BAzBxB,gDAAgD"}
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
import { SchemaPodcastEpisode } from '@/components/general/schema';
|
|
2
|
-
declare const _default: {
|
|
3
|
-
title: string;
|
|
4
|
-
component: typeof SchemaPodcastEpisode;
|
|
5
|
-
argTypes: {
|
|
6
|
-
episode: {
|
|
7
|
-
description: string;
|
|
8
|
-
control: {
|
|
9
|
-
type: string;
|
|
10
|
-
};
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
export default _default;
|
|
15
|
-
export declare const EpisodeSchema: {
|
|
16
|
-
(): import("react/jsx-runtime").JSX.Element;
|
|
17
|
-
storyName: string;
|
|
18
|
-
parameters: {
|
|
19
|
-
docs: {
|
|
20
|
-
description: {
|
|
21
|
-
story: string;
|
|
22
|
-
};
|
|
23
|
-
};
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
export declare const SeriesSchema: {
|
|
27
|
-
(): import("react/jsx-runtime").JSX.Element;
|
|
28
|
-
storyName: string;
|
|
29
|
-
parameters: {
|
|
30
|
-
docs: {
|
|
31
|
-
description: {
|
|
32
|
-
story: string;
|
|
33
|
-
};
|
|
34
|
-
};
|
|
35
|
-
};
|
|
36
|
-
};
|
|
37
|
-
export declare const EpisodeWithoutSeries: {
|
|
38
|
-
(): import("react/jsx-runtime").JSX.Element;
|
|
39
|
-
storyName: string;
|
|
40
|
-
};
|
|
41
|
-
export declare const MinimalSeries: {
|
|
42
|
-
(): import("react/jsx-runtime").JSX.Element;
|
|
43
|
-
storyName: string;
|
|
44
|
-
};
|
|
45
|
-
//# sourceMappingURL=schema-podcast.stories.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"schema-podcast.stories.d.ts","sourceRoot":"","sources":["../../../../src/stories/integrations/schema-podcast.stories.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAuB,MAAM,6BAA6B,CAAC;;;;;;;;;;;;;AAOxF,wBASE;AA2CF,eAAO,MAAM,aAAa;;;;;;;;;;CAAyD,CAAC;AAUpF,eAAO,MAAM,YAAY;;;;;;;;;;CAAsD,CAAC;AAUhF,eAAO,MAAM,oBAAoB;;;CAGhC,CAAC;AAGF,eAAO,MAAM,aAAa;;;CAoBzB,CAAC"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|