@faststore/core 2.2.52 → 2.2.54

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 (109) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/build-manifest.json +54 -60
  3. package/.next/cache/.tsbuildinfo +1 -1
  4. package/.next/cache/config.json +3 -3
  5. package/.next/cache/eslint/.cache_1gneedd +1 -1
  6. package/.next/cache/webpack/client-production/0.pack +0 -0
  7. package/.next/cache/webpack/client-production/index.pack +0 -0
  8. package/.next/cache/webpack/server-production/0.pack +0 -0
  9. package/.next/cache/webpack/server-production/index.pack +0 -0
  10. package/.next/prerender-manifest.json +1 -1
  11. package/.next/react-loadable-manifest.json +3 -3
  12. package/.next/routes-manifest.json +1 -1
  13. package/.next/server/chunks/350.js +1 -1
  14. package/.next/server/chunks/390.js +453 -393
  15. package/.next/server/chunks/520.js +491 -0
  16. package/.next/server/chunks/732.js +1 -1
  17. package/.next/server/chunks/74.js +2081 -494
  18. package/.next/server/chunks/796.js +495 -0
  19. package/.next/server/middleware-build-manifest.js +1 -1
  20. package/.next/server/middleware-react-loadable-manifest.js +1 -1
  21. package/.next/server/pages/404.js +14 -0
  22. package/.next/server/pages/404.js.nft.json +1 -1
  23. package/.next/server/pages/500.js +14 -0
  24. package/.next/server/pages/500.js.nft.json +1 -1
  25. package/.next/server/pages/[...slug].js +13 -13
  26. package/.next/server/pages/[...slug].js.nft.json +1 -1
  27. package/.next/server/pages/[slug]/p.js +9 -9
  28. package/.next/server/pages/[slug]/p.js.nft.json +1 -1
  29. package/.next/server/pages/_app.js.nft.json +1 -1
  30. package/.next/server/pages/account.js +14 -0
  31. package/.next/server/pages/account.js.nft.json +1 -1
  32. package/.next/server/pages/api/graphql.js +1 -1
  33. package/.next/server/pages/checkout.js +14 -0
  34. package/.next/server/pages/checkout.js.nft.json +1 -1
  35. package/.next/server/pages/en-US/404.html +2 -2
  36. package/.next/server/pages/en-US/500.html +2 -2
  37. package/.next/server/pages/en-US/account.html +2 -2
  38. package/.next/server/pages/en-US/checkout.html +2 -2
  39. package/.next/server/pages/en-US/login.html +2 -2
  40. package/.next/server/pages/en-US/s.html +2 -2
  41. package/.next/server/pages/en-US.html +2 -2
  42. package/.next/server/pages/index.js +8 -8
  43. package/.next/server/pages/index.js.nft.json +1 -1
  44. package/.next/server/pages/login.js +14 -0
  45. package/.next/server/pages/login.js.nft.json +1 -1
  46. package/.next/server/pages/s.js +8 -1
  47. package/.next/server/pages/s.js.nft.json +1 -1
  48. package/.next/static/H_kSoqYPjjK2sM3cxP_pS/_buildManifest.js +1 -0
  49. package/.next/static/chunks/158-02891d5ee60b505c.js +1 -0
  50. package/.next/static/chunks/251.98f500dd8ba008ae.js +1 -0
  51. package/.next/static/chunks/497-176c5263d6378afc.js +1 -0
  52. package/.next/static/chunks/585.92188327fc30a684.js +1 -0
  53. package/.next/static/chunks/800.ea75aa39e939d9af.js +1 -0
  54. package/.next/static/chunks/897-b07932d813bb7dac.js +1 -0
  55. package/.next/static/chunks/pages/{404-7710903c2a59fa6e.js → 404-0bacd82dcf801c94.js} +1 -1
  56. package/.next/static/chunks/pages/{500-88a231e61179db83.js → 500-4dceb834e001d990.js} +1 -1
  57. package/.next/static/chunks/pages/[...slug]-0765ca2a2572ab9e.js +1 -0
  58. package/.next/static/chunks/pages/[slug]/p-a402fb32d2a6ec95.js +1 -0
  59. package/.next/static/chunks/pages/{account-f163e14670372c05.js → account-57c0c1f70eed76a6.js} +1 -1
  60. package/.next/static/chunks/pages/{checkout-cf498a32e110bde8.js → checkout-e5db8918e7c9c75e.js} +1 -1
  61. package/.next/static/chunks/pages/index-d0c9985f7dde64ce.js +1 -0
  62. package/.next/static/chunks/pages/{login-707636c85f23cac6.js → login-39000c786b4f6222.js} +1 -1
  63. package/.next/static/chunks/pages/s-e195109f5acced7c.js +1 -0
  64. package/.next/static/chunks/webpack-422f774fb36da0fb.js +1 -0
  65. package/.next/static/css/{4e42cc999ad62b57.css → 0dc997f9da3027b7.css} +1 -1
  66. package/.next/static/css/58e1e061ceea2cd8.css +1 -0
  67. package/.next/static/css/{d7bbfbd552f407e9.css → cbccabebb36f7f92.css} +1 -1
  68. package/.next/static/css/{d456bfc64bc489a2.css → cf062feb79245123.css} +1 -1
  69. package/.next/trace +81 -80
  70. package/.turbo/turbo-build.log +19 -19
  71. package/.turbo/turbo-test.log +11 -11
  72. package/package.json +2 -2
  73. package/src/components/sections/BannerNewsletter/BannerNewsletter.tsx +2 -1
  74. package/src/components/sections/BannerText/BannerText.tsx +16 -16
  75. package/src/components/sections/BannerText/DefaultComponents.ts +9 -0
  76. package/src/components/sections/BannerText/OverriddenDefaultBannerText.ts +12 -0
  77. package/src/components/sections/ProductShelf/DefaultComponents.ts +9 -0
  78. package/src/components/sections/ProductShelf/OverriddenDefaultProductShelf.ts +12 -0
  79. package/src/components/templates/LandingPage/LandingPage.tsx +2 -2
  80. package/src/components/templates/ProductListingPage/ProductListing.tsx +1 -1
  81. package/src/components/ui/ProductShelf/ProductShelf.tsx +11 -12
  82. package/src/pages/[slug]/p.tsx +1 -1
  83. package/src/pages/index.tsx +2 -2
  84. package/src/sdk/overrides/sections.tsx +8 -0
  85. package/src/typings/overrides.ts +4 -1
  86. package/.next/server/chunks/117.js +0 -430
  87. package/.next/server/chunks/184.js +0 -61
  88. package/.next/server/chunks/53.js +0 -61
  89. package/.next/server/chunks/773.js +0 -550
  90. package/.next/server/chunks/854.js +0 -72
  91. package/.next/server/chunks/979.js +0 -1305
  92. package/.next/static/Vfb6D5MSONBW7u11rKVhf/_buildManifest.js +0 -1
  93. package/.next/static/chunks/158-85b4b978d0a1cf1b.js +0 -1
  94. package/.next/static/chunks/223-cb77217cce52d45c.js +0 -1
  95. package/.next/static/chunks/251.1c79f06f2a2814b1.js +0 -1
  96. package/.next/static/chunks/497-f3f10b00c609f0c2.js +0 -1
  97. package/.next/static/chunks/585.2d70151d75fdf960.js +0 -1
  98. package/.next/static/chunks/783-fbcb7a3216c40744.js +0 -1
  99. package/.next/static/chunks/800.f63caad837409c7e.js +0 -1
  100. package/.next/static/chunks/pages/[...slug]-e87fa1c381512f10.js +0 -1
  101. package/.next/static/chunks/pages/[slug]/p-c4c65f184eaa6c98.js +0 -1
  102. package/.next/static/chunks/pages/index-098f2e020e698003.js +0 -1
  103. package/.next/static/chunks/pages/s-0bfcfd0d40841dcf.js +0 -1
  104. package/.next/static/chunks/webpack-590d458bd6727c5b.js +0 -1
  105. package/.next/static/css/14238403d5139812.css +0 -1
  106. package/.next/static/css/dfbdb0f27fd64782.css +0 -1
  107. package/src/components/sections/BannerText/Overrides.tsx +0 -18
  108. package/src/components/sections/ProductShelf/Overrides.tsx +0 -20
  109. /package/.next/static/{Vfb6D5MSONBW7u11rKVhf → H_kSoqYPjjK2sM3cxP_pS}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- {"version":3,"routes":{"/en-US/404":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/Vfb6D5MSONBW7u11rKVhf/404.json"},"/en-US/500":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/Vfb6D5MSONBW7u11rKVhf/500.json"},"/en-US/account":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/Vfb6D5MSONBW7u11rKVhf/account.json"},"/en-US/checkout":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/Vfb6D5MSONBW7u11rKVhf/checkout.json"},"/en-US":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/Vfb6D5MSONBW7u11rKVhf/index.json"},"/en-US/login":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/Vfb6D5MSONBW7u11rKVhf/login.json"},"/en-US/s":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/Vfb6D5MSONBW7u11rKVhf/s.json"}},"dynamicRoutes":{"/[...slug]":{"routeRegex":"^/(.+?)(?:/)?$","dataRoute":"/_next/data/Vfb6D5MSONBW7u11rKVhf/[...slug].json","fallback":null,"dataRouteRegex":"^/_next/data/Vfb6D5MSONBW7u11rKVhf/(.+?)\\.json$"},"/[slug]/p":{"routeRegex":"^/([^/]+?)/p(?:/)?$","dataRoute":"/_next/data/Vfb6D5MSONBW7u11rKVhf/[slug]/p.json","fallback":null,"dataRouteRegex":"^/_next/data/Vfb6D5MSONBW7u11rKVhf/([^/]+?)/p\\.json$"}},"notFoundRoutes":[],"preview":{"previewModeId":"b2748f482f05d6b7614adae1171bc465","previewModeSigningKey":"2386aeeca24c7b54e999e56c9431b0c1f039d0d06dbe45f244cb37f340ef2fa3","previewModeEncryptionKey":"a9f919e761eea5081036dc1b88277f3aeba229bc88efe70d0fc0e878c0e74b8c"}}
1
+ {"version":3,"routes":{"/en-US/404":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/H_kSoqYPjjK2sM3cxP_pS/404.json"},"/en-US/500":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/H_kSoqYPjjK2sM3cxP_pS/500.json"},"/en-US/account":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/H_kSoqYPjjK2sM3cxP_pS/account.json"},"/en-US/checkout":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/H_kSoqYPjjK2sM3cxP_pS/checkout.json"},"/en-US":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/H_kSoqYPjjK2sM3cxP_pS/index.json"},"/en-US/login":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/H_kSoqYPjjK2sM3cxP_pS/login.json"},"/en-US/s":{"initialRevalidateSeconds":false,"srcRoute":null,"dataRoute":"/_next/data/H_kSoqYPjjK2sM3cxP_pS/s.json"}},"dynamicRoutes":{"/[slug]/p":{"routeRegex":"^/([^/]+?)/p(?:/)?$","dataRoute":"/_next/data/H_kSoqYPjjK2sM3cxP_pS/[slug]/p.json","fallback":null,"dataRouteRegex":"^/_next/data/H_kSoqYPjjK2sM3cxP_pS/([^/]+?)/p\\.json$"},"/[...slug]":{"routeRegex":"^/(.+?)(?:/)?$","dataRoute":"/_next/data/H_kSoqYPjjK2sM3cxP_pS/[...slug].json","fallback":null,"dataRouteRegex":"^/_next/data/H_kSoqYPjjK2sM3cxP_pS/(.+?)\\.json$"}},"notFoundRoutes":[],"preview":{"previewModeId":"f7dd2d76826eb09102b7d53b38c5ce2e","previewModeSigningKey":"367507250d939eb69c54b7d3cfcd5c051d0f06ab4606628ed8bd7e04f1273a1b","previewModeEncryptionKey":"807c1c24830c566ed60b6e75231e4fb59a528d6feb67cb1d572d12bbf2ba7843"}}
@@ -15,7 +15,7 @@
15
15
  "id": 6585,
16
16
  "files": [
17
17
  "static/css/e84fc497732ea596.css",
18
- "static/chunks/585.2d70151d75fdf960.js"
18
+ "static/chunks/585.92188327fc30a684.js"
19
19
  ]
20
20
  },
21
21
  "../components/cms/GlobalSections.tsx -> src/components/region/RegionModal": {
@@ -28,7 +28,7 @@
28
28
  "../components/search/SearchInput/SearchInput.tsx -> src/components/search/SearchDropdown": {
29
29
  "id": 1251,
30
30
  "files": [
31
- "static/chunks/251.1c79f06f2a2814b1.js"
31
+ "static/chunks/251.98f500dd8ba008ae.js"
32
32
  ]
33
33
  },
34
34
  "../components/sections/ProductGallery/Overrides.tsx -> src/components/search/Filter/FilterSlider": {
@@ -41,7 +41,7 @@
41
41
  "../components/ui/ProductGallery/ProductGallery.tsx -> ./ProductGalleryPage": {
42
42
  "id": 2800,
43
43
  "files": [
44
- "static/chunks/800.f63caad837409c7e.js"
44
+ "static/chunks/800.ea75aa39e939d9af.js"
45
45
  ]
46
46
  }
47
47
  }
@@ -1 +1 @@
1
- {"version":3,"pages404":true,"basePath":"","redirects":[{"source":"/:path+/","destination":"/:path+","locale":false,"internal":true,"statusCode":308,"regex":"^(?:/((?:[^/]+?)(?:/(?:[^/]+?))*))/$"}],"headers":[],"dynamicRoutes":[{"page":"/[slug]/p","regex":"^/([^/]+?)/p(?:/)?$","routeKeys":{"slug":"slug"},"namedRegex":"^/(?<slug>[^/]+?)/p(?:/)?$"},{"page":"/[...slug]","regex":"^/(.+?)(?:/)?$","routeKeys":{"slug":"slug"},"namedRegex":"^/(?<slug>.+?)(?:/)?$"}],"staticRoutes":[{"page":"/","regex":"^/(?:/)?$","routeKeys":{},"namedRegex":"^/(?:/)?$"},{"page":"/404","regex":"^/404(?:/)?$","routeKeys":{},"namedRegex":"^/404(?:/)?$"},{"page":"/500","regex":"^/500(?:/)?$","routeKeys":{},"namedRegex":"^/500(?:/)?$"},{"page":"/account","regex":"^/account(?:/)?$","routeKeys":{},"namedRegex":"^/account(?:/)?$"},{"page":"/checkout","regex":"^/checkout(?:/)?$","routeKeys":{},"namedRegex":"^/checkout(?:/)?$"},{"page":"/login","regex":"^/login(?:/)?$","routeKeys":{},"namedRegex":"^/login(?:/)?$"},{"page":"/s","regex":"^/s(?:/)?$","routeKeys":{},"namedRegex":"^/s(?:/)?$"}],"dataRoutes":[{"page":"/","dataRouteRegex":"^/_next/data/Vfb6D5MSONBW7u11rKVhf/index.json$"},{"page":"/404","dataRouteRegex":"^/_next/data/Vfb6D5MSONBW7u11rKVhf/404.json$"},{"page":"/500","dataRouteRegex":"^/_next/data/Vfb6D5MSONBW7u11rKVhf/500.json$"},{"page":"/account","dataRouteRegex":"^/_next/data/Vfb6D5MSONBW7u11rKVhf/account.json$"},{"page":"/checkout","dataRouteRegex":"^/_next/data/Vfb6D5MSONBW7u11rKVhf/checkout.json$"},{"page":"/login","dataRouteRegex":"^/_next/data/Vfb6D5MSONBW7u11rKVhf/login.json$"},{"page":"/s","dataRouteRegex":"^/_next/data/Vfb6D5MSONBW7u11rKVhf/s.json$"},{"page":"/[slug]/p","routeKeys":{"slug":"slug"},"dataRouteRegex":"^/_next/data/Vfb6D5MSONBW7u11rKVhf/([^/]+?)/p\\.json$","namedDataRouteRegex":"^/_next/data/Vfb6D5MSONBW7u11rKVhf/(?<slug>[^/]+?)/p\\.json$"},{"page":"/[...slug]","routeKeys":{"slug":"slug"},"dataRouteRegex":"^/_next/data/Vfb6D5MSONBW7u11rKVhf/(.+?)\\.json$","namedDataRouteRegex":"^/_next/data/Vfb6D5MSONBW7u11rKVhf/(?<slug>.+?)\\.json$"}],"i18n":{"locales":["en-US"],"defaultLocale":"en-US"},"rewrites":[]}
1
+ {"version":3,"pages404":true,"basePath":"","redirects":[{"source":"/:path+/","destination":"/:path+","locale":false,"internal":true,"statusCode":308,"regex":"^(?:/((?:[^/]+?)(?:/(?:[^/]+?))*))/$"}],"headers":[],"dynamicRoutes":[{"page":"/[slug]/p","regex":"^/([^/]+?)/p(?:/)?$","routeKeys":{"slug":"slug"},"namedRegex":"^/(?<slug>[^/]+?)/p(?:/)?$"},{"page":"/[...slug]","regex":"^/(.+?)(?:/)?$","routeKeys":{"slug":"slug"},"namedRegex":"^/(?<slug>.+?)(?:/)?$"}],"staticRoutes":[{"page":"/","regex":"^/(?:/)?$","routeKeys":{},"namedRegex":"^/(?:/)?$"},{"page":"/404","regex":"^/404(?:/)?$","routeKeys":{},"namedRegex":"^/404(?:/)?$"},{"page":"/500","regex":"^/500(?:/)?$","routeKeys":{},"namedRegex":"^/500(?:/)?$"},{"page":"/account","regex":"^/account(?:/)?$","routeKeys":{},"namedRegex":"^/account(?:/)?$"},{"page":"/checkout","regex":"^/checkout(?:/)?$","routeKeys":{},"namedRegex":"^/checkout(?:/)?$"},{"page":"/login","regex":"^/login(?:/)?$","routeKeys":{},"namedRegex":"^/login(?:/)?$"},{"page":"/s","regex":"^/s(?:/)?$","routeKeys":{},"namedRegex":"^/s(?:/)?$"}],"dataRoutes":[{"page":"/","dataRouteRegex":"^/_next/data/H_kSoqYPjjK2sM3cxP_pS/index.json$"},{"page":"/404","dataRouteRegex":"^/_next/data/H_kSoqYPjjK2sM3cxP_pS/404.json$"},{"page":"/500","dataRouteRegex":"^/_next/data/H_kSoqYPjjK2sM3cxP_pS/500.json$"},{"page":"/account","dataRouteRegex":"^/_next/data/H_kSoqYPjjK2sM3cxP_pS/account.json$"},{"page":"/checkout","dataRouteRegex":"^/_next/data/H_kSoqYPjjK2sM3cxP_pS/checkout.json$"},{"page":"/login","dataRouteRegex":"^/_next/data/H_kSoqYPjjK2sM3cxP_pS/login.json$"},{"page":"/s","dataRouteRegex":"^/_next/data/H_kSoqYPjjK2sM3cxP_pS/s.json$"},{"page":"/[slug]/p","routeKeys":{"slug":"slug"},"dataRouteRegex":"^/_next/data/H_kSoqYPjjK2sM3cxP_pS/([^/]+?)/p\\.json$","namedDataRouteRegex":"^/_next/data/H_kSoqYPjjK2sM3cxP_pS/(?<slug>[^/]+?)/p\\.json$"},{"page":"/[...slug]","routeKeys":{"slug":"slug"},"dataRouteRegex":"^/_next/data/H_kSoqYPjjK2sM3cxP_pS/(.+?)\\.json$","namedDataRouteRegex":"^/_next/data/H_kSoqYPjjK2sM3cxP_pS/(?<slug>.+?)\\.json$"}],"i18n":{"locales":["en-US"],"defaultLocale":"en-US"},"rewrites":[]}
@@ -2883,7 +2883,7 @@ const apiOptions = {
2883
2883
  /***/ 2828:
2884
2884
  /***/ ((module) => {
2885
2885
 
2886
- module.exports = JSON.parse('{"u2":"@faststore/api","i8":"2.2.50"}');
2886
+ module.exports = JSON.parse('{"u2":"@faststore/api","i8":"2.2.52"}');
2887
2887
 
2888
2888
  /***/ }),
2889
2889