@faststore/core 2.0.152-alpha.0 → 2.0.154-alpha.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.
Files changed (186) hide show
  1. package/.turbo/turbo-build.log +6 -8
  2. package/CHANGELOG.md +12 -0
  3. package/cms/faststore/content-types.json +96 -2
  4. package/cms/faststore/sections.json +179 -8
  5. package/package.json +4 -4
  6. package/src/components/cms/GlobalSections.tsx +3 -25
  7. package/src/components/cms/RenderSections.tsx +37 -2
  8. package/src/components/navigation/Navbar/Navbar.tsx +14 -8
  9. package/src/components/product/ProductGrid/ProductGrid.tsx +8 -3
  10. package/src/components/search/Filter/Filter.tsx +22 -3
  11. package/src/components/search/Filter/FilterSlider.tsx +14 -4
  12. package/src/components/search/SearchDropdown/SearchDropdown.tsx +17 -7
  13. package/src/components/search/SearchInput/SearchInput.tsx +10 -5
  14. package/src/components/search/SearchTop/SearchTop.tsx +17 -3
  15. package/src/components/search/Sort/Sort.tsx +21 -3
  16. package/src/components/sections/CrossSellingShelf/CrossSellingShelf.tsx +17 -3
  17. package/src/components/sections/Navbar/Navbar.tsx +5 -0
  18. package/src/components/sections/ProductGallery/ProductGallery.tsx +44 -154
  19. package/src/components/sections/ProductShelf/ProductShelf.tsx +7 -76
  20. package/src/components/sections/Section/section.scss +0 -7
  21. package/src/components/ui/ProductGallery/ProductGallery.tsx +220 -0
  22. package/src/components/{sections → ui}/ProductGallery/ProductGalleryPage.tsx +9 -2
  23. package/src/components/ui/ProductGallery/index.ts +1 -0
  24. package/src/components/{sections → ui}/ProductShelf/Overrides.tsx +2 -2
  25. package/src/components/ui/ProductShelf/ProductShelf.tsx +106 -0
  26. package/src/components/ui/ProductShelf/index.ts +2 -0
  27. package/src/pages/[...slug].tsx +35 -24
  28. package/src/pages/s.tsx +38 -13
  29. package/src/sdk/search/formatSearchPath.ts +8 -1
  30. package/src/server/cms.ts +11 -2
  31. package/.next/BUILD_ID +0 -1
  32. package/.next/build-manifest.json +0 -132
  33. package/.next/cache/.tsbuildinfo +0 -1
  34. package/.next/cache/config.json +0 -7
  35. package/.next/cache/eslint/.cache_1gneedd +0 -1
  36. package/.next/cache/next-server.js.nft.json +0 -1
  37. package/.next/cache/webpack/client-production/0.pack +0 -0
  38. package/.next/cache/webpack/client-production/index.pack +0 -0
  39. package/.next/cache/webpack/server-production/0.pack +0 -0
  40. package/.next/cache/webpack/server-production/index.pack +0 -0
  41. package/.next/export-marker.json +0 -1
  42. package/.next/images-manifest.json +0 -1
  43. package/.next/next-server.js.nft.json +0 -1
  44. package/.next/package.json +0 -1
  45. package/.next/prerender-manifest.json +0 -1
  46. package/.next/react-loadable-manifest.json +0 -48
  47. package/.next/required-server-files.json +0 -1
  48. package/.next/routes-manifest.json +0 -1
  49. package/.next/server/chunks/104.js +0 -703
  50. package/.next/server/chunks/123.js +0 -58
  51. package/.next/server/chunks/143.js +0 -106
  52. package/.next/server/chunks/183.js +0 -80
  53. package/.next/server/chunks/247.js +0 -61
  54. package/.next/server/chunks/280.js +0 -324
  55. package/.next/server/chunks/287.js +0 -58
  56. package/.next/server/chunks/312.js +0 -670
  57. package/.next/server/chunks/336.js +0 -821
  58. package/.next/server/chunks/350.js +0 -142
  59. package/.next/server/chunks/368.js +0 -253
  60. package/.next/server/chunks/401.js +0 -7241
  61. package/.next/server/chunks/431.js +0 -7241
  62. package/.next/server/chunks/502.js +0 -600
  63. package/.next/server/chunks/557.js +0 -132
  64. package/.next/server/chunks/576.js +0 -80
  65. package/.next/server/chunks/597.js +0 -169
  66. package/.next/server/chunks/608.js +0 -644
  67. package/.next/server/chunks/644.js +0 -235
  68. package/.next/server/chunks/664.js +0 -3401
  69. package/.next/server/chunks/676.js +0 -32
  70. package/.next/server/chunks/701.js +0 -87
  71. package/.next/server/chunks/74.js +0 -2674
  72. package/.next/server/chunks/746.js +0 -225
  73. package/.next/server/chunks/82.js +0 -371
  74. package/.next/server/chunks/854.js +0 -72
  75. package/.next/server/chunks/859.js +0 -959
  76. package/.next/server/chunks/874.js +0 -487
  77. package/.next/server/chunks/886.js +0 -120
  78. package/.next/server/chunks/907.js +0 -1723
  79. package/.next/server/chunks/98.js +0 -124
  80. package/.next/server/chunks/font-manifest.json +0 -1
  81. package/.next/server/font-manifest.json +0 -1
  82. package/.next/server/middleware-build-manifest.js +0 -1
  83. package/.next/server/middleware-manifest.json +0 -6
  84. package/.next/server/middleware-react-loadable-manifest.js +0 -1
  85. package/.next/server/pages/404.js +0 -393
  86. package/.next/server/pages/404.js.nft.json +0 -1
  87. package/.next/server/pages/500.js +0 -395
  88. package/.next/server/pages/500.js.nft.json +0 -1
  89. package/.next/server/pages/[...slug].js +0 -718
  90. package/.next/server/pages/[...slug].js.nft.json +0 -1
  91. package/.next/server/pages/[slug]/p.js +0 -2458
  92. package/.next/server/pages/[slug]/p.js.nft.json +0 -1
  93. package/.next/server/pages/_app.js +0 -368
  94. package/.next/server/pages/_app.js.nft.json +0 -1
  95. package/.next/server/pages/_document.js +0 -304
  96. package/.next/server/pages/_document.js.nft.json +0 -1
  97. package/.next/server/pages/_error.js +0 -164
  98. package/.next/server/pages/_error.js.nft.json +0 -1
  99. package/.next/server/pages/account.js +0 -370
  100. package/.next/server/pages/account.js.nft.json +0 -1
  101. package/.next/server/pages/api/graphql.js +0 -315
  102. package/.next/server/pages/api/graphql.js.nft.json +0 -1
  103. package/.next/server/pages/api/preview.js +0 -118
  104. package/.next/server/pages/api/preview.js.nft.json +0 -1
  105. package/.next/server/pages/checkout.js +0 -370
  106. package/.next/server/pages/checkout.js.nft.json +0 -1
  107. package/.next/server/pages/en-US/404.html +0 -81
  108. package/.next/server/pages/en-US/404.json +0 -1
  109. package/.next/server/pages/en-US/500.html +0 -81
  110. package/.next/server/pages/en-US/500.json +0 -1
  111. package/.next/server/pages/en-US/account.html +0 -81
  112. package/.next/server/pages/en-US/account.json +0 -1
  113. package/.next/server/pages/en-US/checkout.html +0 -81
  114. package/.next/server/pages/en-US/checkout.json +0 -1
  115. package/.next/server/pages/en-US/login.html +0 -81
  116. package/.next/server/pages/en-US/login.json +0 -1
  117. package/.next/server/pages/en-US/s.html +0 -81
  118. package/.next/server/pages/en-US/s.json +0 -1
  119. package/.next/server/pages/en-US.html +0 -81
  120. package/.next/server/pages/en-US.json +0 -1
  121. package/.next/server/pages/index.js +0 -966
  122. package/.next/server/pages/index.js.nft.json +0 -1
  123. package/.next/server/pages/login.js +0 -375
  124. package/.next/server/pages/login.js.nft.json +0 -1
  125. package/.next/server/pages/s.js +0 -457
  126. package/.next/server/pages/s.js.nft.json +0 -1
  127. package/.next/server/pages-manifest.json +0 -16
  128. package/.next/server/webpack-api-runtime.js +0 -229
  129. package/.next/server/webpack-runtime.js +0 -229
  130. package/.next/static/chunks/143.dd8a556e6957baa1.js +0 -1
  131. package/.next/static/chunks/170.c17ce564bb568265.js +0 -1
  132. package/.next/static/chunks/226.b57e10ad9932f88c.js +0 -1
  133. package/.next/static/chunks/327-43715af4f3fffaf6.js +0 -1
  134. package/.next/static/chunks/336.0846f48eccce57e4.js +0 -1
  135. package/.next/static/chunks/366-c0bfd9890048babf.js +0 -1
  136. package/.next/static/chunks/377-61e89c711b136605.js +0 -1
  137. package/.next/static/chunks/391-47b923ef44945418.js +0 -1
  138. package/.next/static/chunks/495.8ffebac98e9475dc.js +0 -1
  139. package/.next/static/chunks/502.ae82de1669112b15.js +0 -1
  140. package/.next/static/chunks/545-1d3d08edfd2ee4c6.js +0 -1
  141. package/.next/static/chunks/597.c5cf3fbeae5ceb63.js +0 -1
  142. package/.next/static/chunks/651.7142f31ce1e052b3.js +0 -1
  143. package/.next/static/chunks/741.52f7fb873418346f.js +0 -1
  144. package/.next/static/chunks/98.97381d2021f86cd9.js +0 -1
  145. package/.next/static/chunks/framework-dfd14d7ce6600b03.js +0 -1
  146. package/.next/static/chunks/main-fd466221927468fd.js +0 -1
  147. package/.next/static/chunks/pages/404-459452495a0df278.js +0 -1
  148. package/.next/static/chunks/pages/500-008e30c48eceebed.js +0 -1
  149. package/.next/static/chunks/pages/[...slug]-a351612e92518155.js +0 -1
  150. package/.next/static/chunks/pages/[slug]/p-fa35dd93d53f75f6.js +0 -1
  151. package/.next/static/chunks/pages/_app-3e4e7e579cb0681a.js +0 -1
  152. package/.next/static/chunks/pages/_error-a7a0c1d9bfbb4f38.js +0 -1
  153. package/.next/static/chunks/pages/account-46263f0c100c3eae.js +0 -1
  154. package/.next/static/chunks/pages/checkout-20bb3710b24df3b6.js +0 -1
  155. package/.next/static/chunks/pages/index-49b7ee570f7cc4b7.js +0 -1
  156. package/.next/static/chunks/pages/login-f9d316d261fcc062.js +0 -1
  157. package/.next/static/chunks/pages/s-890c0c4b88484224.js +0 -1
  158. package/.next/static/chunks/polyfills-c67a75d1b6f99dc8.js +0 -1
  159. package/.next/static/chunks/webpack-976c8f7df8e3dea3.js +0 -1
  160. package/.next/static/css/1323734429a8aa40.css +0 -1
  161. package/.next/static/css/13a4da555ff5e3be.css +0 -1
  162. package/.next/static/css/2e00f7ba49c754b3.css +0 -1
  163. package/.next/static/css/7d822a137c54a781.css +0 -1
  164. package/.next/static/css/a0feab89b7648c5c.css +0 -1
  165. package/.next/static/css/a13a9f9cd349d906.css +0 -1
  166. package/.next/static/css/a45618030b16a245.css +0 -1
  167. package/.next/static/css/bde408cc006e64f8.css +0 -1
  168. package/.next/static/css/d462d9478ce00021.css +0 -1
  169. package/.next/static/css/e02cdad8fc000339.css +0 -1
  170. package/.next/static/d4K49oW-EfaWNefvNv5AZ/_buildManifest.js +0 -1
  171. package/.next/static/d4K49oW-EfaWNefvNv5AZ/_ssgManifest.js +0 -1
  172. package/.next/trace +0 -69
  173. package/public/~partytown/debug/partytown-atomics.js +0 -556
  174. package/public/~partytown/debug/partytown-media.js +0 -374
  175. package/public/~partytown/debug/partytown-sandbox-sw.js +0 -543
  176. package/public/~partytown/debug/partytown-sw.js +0 -59
  177. package/public/~partytown/debug/partytown-ww-atomics.js +0 -1789
  178. package/public/~partytown/debug/partytown-ww-sw.js +0 -1781
  179. package/public/~partytown/debug/partytown.js +0 -72
  180. package/public/~partytown/partytown-atomics.js +0 -2
  181. package/public/~partytown/partytown-media.js +0 -2
  182. package/public/~partytown/partytown-sw.js +0 -2
  183. package/public/~partytown/partytown.js +0 -2
  184. /package/src/components/{sections → ui}/ProductGallery/useDelayedFacets.ts +0 -0
  185. /package/src/components/{sections → ui}/ProductGallery/useDelayedPagination.ts +0 -0
  186. /package/src/components/{sections → ui}/ProductGallery/usePageProducts.ts +0 -0
@@ -1 +0,0 @@
1
- {"version":1,"files":["../webpack-runtime.js","../chunks/608.js","../chunks/676.js","../chunks/664.js","../chunks/401.js","../chunks/336.js","../chunks/183.js","../chunks/644.js","../chunks/886.js","../chunks/74.js","../chunks/247.js","../chunks/287.js","../chunks/854.js","../chunks/280.js","../chunks/368.js","../chunks/104.js","../chunks/874.js","../chunks/350.js","../chunks/907.js","../chunks/557.js","../chunks/312.js","../chunks/746.js","../../package.json","../../../node_modules/chalk/package.json","../../../node_modules/@faststore/graphql-utils/package.json","../../../node_modules/next/dist/shared/lib/head.js","../../../node_modules/next/dist/shared/lib/app-router-context.js","../../../node_modules/next/dist/shared/lib/head-manager-context.js","../../../node_modules/next/dist/shared/lib/image-blur-svg.js","../../../node_modules/next/dist/shared/lib/image-config-context.js","../../../node_modules/next/dist/shared/lib/image-config.js","../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../node_modules/next/dist/shared/lib/mitt.js","../../../node_modules/next/dist/shared/lib/router-context.js","../../../node_modules/next/dist/shared/lib/utils.js","../../../node_modules/next/dist/shared/lib/i18n/detect-domain-locale.js","../../../node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","../../../node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","../../../node_modules/next/dist/shared/lib/router/utils/add-locale.js","../../../node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","../../../node_modules/next/dist/shared/lib/router/utils/compare-states.js","../../../node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","../../../node_modules/next/dist/shared/lib/router/utils/format-url.js","../../../node_modules/next/dist/shared/lib/router/utils/get-asset-path-from-route.js","../../../node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","../../../node_modules/next/dist/shared/lib/router/utils/is-bot.js","../../../node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","../../../node_modules/next/dist/shared/lib/router/utils/parse-path.js","../../../node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js","../../../node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","../../../node_modules/next/dist/shared/lib/router/utils/querystring.js","../../../node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","../../../node_modules/next/dist/shared/lib/router/utils/resolve-rewrites.js","../../../node_modules/next/dist/shared/lib/router/utils/route-matcher.js","../../../node_modules/next/dist/shared/lib/router/utils/route-regex.js","../../../node_modules/chalk/source/index.js","../../../node_modules/@faststore/graphql-utils/dist/index.js","../../../node_modules/next/router.js","../../../node_modules/next/package.json","../../../node_modules/chalk/source/utilities.js","../../../node_modules/next/dist/client/remove-base-path.js","../../../node_modules/chalk/source/vendor/ansi-styles/index.js","../../../node_modules/chalk/source/vendor/supports-color/index.js","../../../node_modules/next/dist/client/router.js","../../../node_modules/next/dist/client/has-base-path.js","../../../node_modules/next/dist/shared/lib/side-effect.js","../../../node_modules/next/dist/shared/lib/amp-context.js","../../../node_modules/next/dist/shared/lib/amp-mode.js","../../../node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","../../../node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","../../../node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","../../../node_modules/next/dist/shared/lib/router/utils/path-match.js","../../../node_modules/next/dist/shared/lib/router/utils/prepare-destination.js","../../../node_modules/next/dist/shared/lib/escape-regexp.js","../../../node_modules/next/dist/shared/lib/router/utils/index.js","../../../node_modules/next/dist/shared/lib/router/router.js","../../../node_modules/next/dist/lib/is-error.js","../../../node_modules/next/dist/client/normalize-trailing-slash.js","../../../node_modules/next/dist/client/route-loader.js","../../../node_modules/next/dist/client/script.js","../../../node_modules/next/dist/client/detect-domain-locale.js","../../../node_modules/next/dist/client/add-locale.js","../../../node_modules/next/dist/client/remove-locale.js","../../../node_modules/next/dist/client/add-base-path.js","../../../node_modules/next/dist/client/trusted-types.js","../../../node_modules/next/dist/client/request-idle-callback.js","../../../node_modules/next/dist/client/head-manager.js","../../../node_modules/@swc/helpers/lib/_extends.js","../../../node_modules/@swc/helpers/package.json","../../../node_modules/@swc/helpers/lib/_interop_require_default.js","../../../node_modules/@swc/helpers/lib/_interop_require_wildcard.js","../../../node_modules/@swc/helpers/lib/_async_to_generator.js","../../../node_modules/next/dist/client/with-router.js","../../../node_modules/next/dist/shared/lib/router/utils/parse-url.js","../../../node_modules/@swc/helpers/lib/_object_without_properties_loose.js","../../../node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","../../../node_modules/next/dist/compiled/path-to-regexp/index.js","../../../node_modules/next/dist/compiled/react-is/package.json","../../../node_modules/next/dist/compiled/react-is/index.js","../../../node_modules/next/dist/compiled/react-is/cjs/react-is.production.min.js","../../../node_modules/next/dist/compiled/react-is/cjs/react-is.development.js","../../../@generated/graphql/persisted.json","../../../src/components/sections/ProductGallery/ProductGalleryPage.tsx","../../../src/components/search/SearchDropdown/index.ts","../../../package.json"]}