@faststore/core 3.0.74 → 3.0.76
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/.next/BUILD_ID +1 -1
- package/.next/build-manifest.json +35 -35
- package/.next/cache/.tsbuildinfo +1 -1
- package/.next/cache/config.json +3 -3
- package/.next/cache/eslint/.cache_1gneedd +1 -1
- package/.next/cache/webpack/client-production/0.pack +0 -0
- package/.next/cache/webpack/client-production/index.pack +0 -0
- package/.next/cache/webpack/server-production/0.pack +0 -0
- package/.next/cache/webpack/server-production/index.pack +0 -0
- package/.next/next-minimal-server.js.nft.json +1 -1
- package/.next/next-server.js.nft.json +1 -1
- package/.next/prerender-manifest.js +1 -1
- package/.next/prerender-manifest.json +1 -1
- package/.next/react-loadable-manifest.json +3 -3
- package/.next/routes-manifest.json +1 -1
- package/.next/server/chunks/247.js +1 -1
- package/.next/server/chunks/350.js +1 -1
- package/.next/server/chunks/485.js +2 -2
- package/.next/server/chunks/640.js +1 -1
- package/.next/server/chunks/646.js +10 -3
- package/.next/server/chunks/96.js +1 -1
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/.next/server/pages/404.js +1 -1
- package/.next/server/pages/500.js +1 -1
- package/.next/server/pages/[...slug].js +1 -1
- package/.next/server/pages/[...slug].js.nft.json +1 -1
- package/.next/server/pages/[slug]/p.js +1 -1
- package/.next/server/pages/[slug]/p.js.nft.json +1 -1
- package/.next/server/pages/account.js +1 -1
- package/.next/server/pages/api/graphql.js +1 -1
- package/.next/server/pages/api/graphql.js.nft.json +1 -1
- package/.next/server/pages/checkout.js +1 -1
- package/.next/server/pages/en-US/404.html +2 -2
- package/.next/server/pages/en-US/500.html +2 -2
- package/.next/server/pages/en-US/account.html +2 -2
- package/.next/server/pages/en-US/checkout.html +2 -2
- package/.next/server/pages/en-US/login.html +2 -2
- package/.next/server/pages/en-US/s.html +2 -2
- package/.next/server/pages/en-US.html +2 -2
- package/.next/server/pages/index.js +1 -1
- package/.next/server/pages/login.js +1 -1
- package/.next/server/pages/s.js +1 -1
- package/.next/server/pages-manifest.json +1 -1
- package/.next/static/{nYzSKXE4KKqXVQ7J-XNJ4 → MicuvvXHUUVq_w--K0EDu}/_buildManifest.js +1 -1
- package/.next/static/chunks/104-8bf09f16d6f3a4cd.js +1 -0
- package/.next/static/chunks/247.50945bfe8f760e62.js +1 -0
- package/.next/static/chunks/661-fc56d46a6f6ad0a8.js +1 -0
- package/.next/static/chunks/758.a411edd1cbd09134.js +1 -0
- package/.next/static/chunks/pages/[...slug]-c83d89b6d411553c.js +1 -0
- package/.next/static/chunks/pages/[slug]/p-e75ab6f3f36d8f19.js +1 -0
- package/.next/static/chunks/{webpack-fdd195abd12b3685.js → webpack-f21bbd452a1f0b51.js} +1 -1
- package/.next/static/css/30a88c3e4b758d2e.css +1 -0
- package/.next/static/css/{211c7542af66d8b4.css → 88c892db4c8964d5.css} +1 -1
- package/.next/static/css/b7e9baf615efe7df.css +1 -0
- package/.next/static/css/d5ac0818cefcb033.css +1 -0
- package/.next/trace +95 -95
- package/.turbo/turbo-build.log +8 -8
- package/.turbo/turbo-test.log +4 -4
- package/@generated/gql.ts +8 -8
- package/@generated/graphql.ts +37 -5
- package/@generated/persisted-documents.json +5 -5
- package/@generated/schema.graphql +6 -0
- package/cms/faststore/sections.json +96 -0
- package/package.json +5 -5
- package/src/components/cart/CartItem/CartItem.tsx +21 -3
- package/src/components/cart/CartSidebar/CartSidebar.tsx +28 -3
- package/src/components/cart/OrderSummary/OrderSummary.tsx +7 -2
- package/src/components/product/ProductCard/ProductCard.tsx +22 -2
- package/src/components/product/ProductGrid/ProductGrid.tsx +6 -2
- package/src/components/sections/CrossSellingShelf/CrossSellingShelf.tsx +6 -0
- package/src/components/sections/ProductDetails/ProductDetails.tsx +21 -3
- package/src/components/sections/ProductDetails/section.module.scss +11 -0
- package/src/components/sections/ProductTiles/ProductTiles.tsx +10 -1
- package/src/components/ui/ProductDetails/ProductDetailsSettings.tsx +42 -10
- package/src/components/ui/ProductGallery/ProductGallery.tsx +4 -1
- package/src/components/ui/ProductGallery/ProductGalleryPage.tsx +4 -1
- package/src/components/ui/ProductShelf/ProductShelf.tsx +6 -0
- package/src/pages/[slug]/p.tsx +1 -0
- package/src/sdk/cart/index.ts +48 -30
- package/.next/static/chunks/104-e89fd47aa32b199b.js +0 -1
- package/.next/static/chunks/247.6eb0f179401e9e2f.js +0 -1
- package/.next/static/chunks/661-0ff17cbc40856afe.js +0 -1
- package/.next/static/chunks/758.9ca1da3ac30b665d.js +0 -1
- package/.next/static/chunks/pages/[...slug]-484e64ab6c753be5.js +0 -1
- package/.next/static/chunks/pages/[slug]/p-a27af8a8168e7c73.js +0 -1
- package/.next/static/css/131e3773fcbf70e4.css +0 -1
- package/.next/static/css/455d52db23e9236a.css +0 -1
- package/.next/static/css/cff9aafa16fccc9c.css +0 -1
- /package/.next/static/{nYzSKXE4KKqXVQ7J-XNJ4 → MicuvvXHUUVq_w--K0EDu}/_ssgManifest.js +0 -0
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.