@fayz-ai/storefront 0.12.0 → 0.13.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/app/router.d.ts.map +1 -1
- package/dist/blocks/page-data.d.ts +6 -0
- package/dist/blocks/page-data.d.ts.map +1 -1
- package/dist/{chunk-SDQHSUFC.js → chunk-YU5GO4R5.js} +56 -20
- package/dist/chunk-YU5GO4R5.js.map +1 -0
- package/dist/components/SmoothImage.d.ts +17 -1
- package/dist/components/SmoothImage.d.ts.map +1 -1
- package/dist/components/collection/CategoryShowcase.d.ts.map +1 -1
- package/dist/components/product/ProductCard.d.ts.map +1 -1
- package/dist/components/product/ProductGallery.d.ts.map +1 -1
- package/dist/document/config.d.ts +12 -0
- package/dist/document/config.d.ts.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/lib/seo.d.ts.map +1 -1
- package/dist/render.js +1 -1
- package/package.json +9 -8
- package/dist/chunk-SDQHSUFC.js.map +0 -1
package/dist/lib/seo.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"seo.d.ts","sourceRoot":"","sources":["../../src/lib/seo.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAA;
|
|
1
|
+
{"version":3,"file":"seo.d.ts","sourceRoot":"","sources":["../../src/lib/seo.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAA;AAElD,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,oBAAoB,CAAA;AAClE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAA;AAiB3D,MAAM,WAAW,oBAAoB;IACnC,MAAM,EAAE,wBAAwB,CAAA;IAChC,8CAA8C;IAC9C,IAAI,EAAE,MAAM,CAAA;IACZ,wDAAwD;IACxD,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB;AAUD,6EAA6E;AAC7E,wBAAgB,eAAe,CAAC,OAAO,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAEpE;AAaD;;;;GAIG;AACH,wBAAgB,aAAa,CAC3B,OAAO,EAAE,OAAO,EAChB,GAAG,EAAE,oBAAoB,GACxB,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAqBzB;AAED,+CAA+C;AAC/C,wBAAgB,UAAU,CAAC,OAAO,EAAE,OAAO,EAAE,GAAG,EAAE,oBAAoB,GAAG,eAAe,CAuBvF;AAED,sEAAsE;AACtE,wBAAgB,OAAO,CACrB,GAAG,EAAE,oBAAoB,EACzB,KAAK,EAAE;IAAE,KAAK,EAAE,MAAM,CAAC;IAAC,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;CAAE,GACpD,eAAe,CAEjB"}
|
package/dist/render.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { validateStore, resolveConfig, registerStorefrontBlocks, registerStorefrontEntities, resetPageDiagnostics, withStaticRenderPass, StorefrontConfigProvider, StorefrontShell, resolvePageData, themeToCss, serializePageData, hydrateStoreDocument, storefrontPaths, isPublicPath, resolveStorefrontProvider } from './chunk-
|
|
1
|
+
import { validateStore, resolveConfig, registerStorefrontBlocks, registerStorefrontEntities, resetPageDiagnostics, withStaticRenderPass, StorefrontConfigProvider, StorefrontShell, resolvePageData, themeToCss, serializePageData, hydrateStoreDocument, storefrontPaths, isPublicPath, resolveStorefrontProvider } from './chunk-YU5GO4R5.js';
|
|
2
2
|
import { renderToStaticMarkup } from 'react-dom/server';
|
|
3
3
|
import { historyRouterAdapter, setBlockErrorVisibility, setBlockEditorMode, staticRouterAdapter, buildSeoTags } from '@fayz-ai/core';
|
|
4
4
|
import { createMockShopProvider } from '@fayz-ai/shop/mock';
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"fayz": {
|
|
4
4
|
"status": "beta"
|
|
5
5
|
},
|
|
6
|
-
"version": "0.
|
|
6
|
+
"version": "0.13.0",
|
|
7
7
|
"description": "Fayz SDK storefront kit — Shopify-style customer-facing ecommerce template components",
|
|
8
8
|
"type": "module",
|
|
9
9
|
"sideEffects": false,
|
|
@@ -44,27 +44,28 @@
|
|
|
44
44
|
"@fayz-ai/core": "^0.12.0",
|
|
45
45
|
"@fayz-ai/plugin-auth": "^0.10.1",
|
|
46
46
|
"@fayz-ai/sdk": "^0.12.0",
|
|
47
|
-
"@fayz-ai/shop": "^0.
|
|
47
|
+
"@fayz-ai/shop": "^0.13.0",
|
|
48
48
|
"@fayz-ai/ui": "^0.12.0"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
|
+
"@supabase/supabase-js": "^2.45.0",
|
|
52
|
+
"lucide-react": ">=0.400.0 <1.0.0",
|
|
51
53
|
"react": "^18.0.0 || ^19.0.0",
|
|
52
54
|
"react-dom": "^18.0.0 || ^19.0.0",
|
|
53
|
-
"zustand": "^4.5.0 || ^5.0.0"
|
|
54
|
-
"@supabase/supabase-js": "^2.45.0",
|
|
55
|
-
"lucide-react": ">=0.400.0 <1.0.0"
|
|
55
|
+
"zustand": "^4.5.0 || ^5.0.0"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
+
"@supabase/supabase-js": "^2.45.0",
|
|
58
59
|
"@types/react": "^18.3.0",
|
|
59
60
|
"@types/react-dom": "^18.3.0",
|
|
61
|
+
"happy-dom": "^20.11.2",
|
|
62
|
+
"lucide-react": "^0.400.0",
|
|
60
63
|
"react": "^18.3.0",
|
|
61
64
|
"react-dom": "^18.3.0",
|
|
62
65
|
"tsup": "^8.2.0",
|
|
63
66
|
"typescript": "^5.5.0",
|
|
64
67
|
"vitest": "^4.1.5",
|
|
65
|
-
"zustand": "^4.5.0"
|
|
66
|
-
"@supabase/supabase-js": "^2.45.0",
|
|
67
|
-
"lucide-react": "^0.400.0"
|
|
68
|
+
"zustand": "^4.5.0"
|
|
68
69
|
},
|
|
69
70
|
"keywords": [
|
|
70
71
|
"fayz",
|