@faststore/core 2.0.74-alpha.0 → 2.0.75-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.
- package/.next/BUILD_ID +1 -1
- package/.next/build-manifest.json +15 -15
- package/.next/cache/.tsbuildinfo +1 -1
- package/.next/cache/config.json +3 -3
- package/.next/cache/eslint/.cache_1gneedd +1 -1
- package/.next/cache/next-server.js.nft.json +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-server.js.nft.json +1 -1
- package/.next/prerender-manifest.json +1 -1
- package/.next/react-loadable-manifest.json +2 -3
- package/.next/routes-manifest.json +1 -1
- package/.next/server/chunks/312.js +127 -121
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/.next/server/pages/[...slug].js.nft.json +1 -1
- package/.next/server/pages/[slug]/p.js.nft.json +1 -1
- package/.next/server/pages/_app.js +17 -0
- package/.next/server/pages/api/graphql.js.nft.json +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/static/chunks/909.ea3532bde0943808.js +1 -0
- package/.next/static/chunks/pages/{_app-286bcfa03a5e17a7.js → _app-9cc7312632f19e94.js} +1 -1
- package/.next/static/chunks/webpack-fc7c18f8a868734c.js +1 -0
- package/.next/static/css/{d78f4c5305f398ac.css → 14ebc84fc6d6c80c.css} +1 -1
- package/.next/static/{M7OQ7A7JAyTrgvf0m1Ztu → xmQIY_XtSwwYX1xvtcDOJ}/_buildManifest.js +1 -1
- package/.next/trace +64 -64
- package/.turbo/turbo-build.log +3 -3
- package/CHANGELOG.md +6 -0
- package/package.json +4 -4
- package/src/components/common/Navbar/navbar.module.scss +0 -1
- package/src/components/search/SearchInput/SearchInput.tsx +7 -3
- package/src/components/search/SearchInput/search-input.module.scss +0 -8
- package/src/components/search/{SearchProductCard/SearchProductCard.tsx → SearchProductItem/SearchProductItem.tsx} +25 -22
- package/src/components/search/SearchProductItem/index.ts +1 -0
- package/src/components/search/SearchSuggestions/SearchSuggestions.tsx +27 -79
- package/src/components/search/search.module.scss +9 -80
- package/.next/static/chunks/791.e9be2b77d132c1b1.js +0 -1
- package/.next/static/chunks/webpack-8f397ae160440a8e.js +0 -1
- package/.next/static/css/e1c24beb73906eed.css +0 -1
- package/src/components/search/SearchHistory/SearchHistory.stories.mdx +0 -54
- package/src/components/search/SearchProductCard/SearchProductCard.stories.mdx +0 -95
- package/src/components/search/SearchProductCard/index.ts +0 -1
- package/src/components/search/SearchSuggestions/SearchSuggestions.stories.mdx +0 -58
- package/src/components/search/SearchTop/SearchTop.stories.mdx +0 -57
- /package/.next/static/{M7OQ7A7JAyTrgvf0m1Ztu → xmQIY_XtSwwYX1xvtcDOJ}/_ssgManifest.js +0 -0
package/.next/cache/config.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"telemetry": {
|
|
3
|
-
"notifiedAt": "
|
|
4
|
-
"anonymousId": "
|
|
5
|
-
"salt": "
|
|
3
|
+
"notifiedAt": "1678887684608",
|
|
4
|
+
"anonymousId": "30764824f732ff080702cbb49e3beb6ecc8ac5cf82697629004138e4ca3d3ef0",
|
|
5
|
+
"salt": "a9f7cc0f55d5789fedcd9e2b0b326f93"
|
|
6
6
|
}
|
|
7
7
|
}
|