@faststore/core 2.1.39 → 2.1.42
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 +45 -45
- 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/routes-manifest.json +1 -1
- package/.next/server/chunks/74.js +14 -2
- package/.next/server/chunks/907.js +1 -0
- package/.next/server/middleware-build-manifest.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-manifest.json +3 -3
- package/.next/static/chunks/548-ab84e9e8b49413ab.js +1 -0
- package/.next/static/chunks/706-2646f0498b6476bc.js +1 -0
- package/.next/static/chunks/{738-a5ff304828f20cbf.js → 738-67a288ca3569cdbb.js} +1 -1
- package/.next/static/chunks/{791-681afeb766a9098f.js → 791-ca162aa335ec6439.js} +1 -1
- package/.next/static/chunks/{webpack-73cade94715ad9e1.js → webpack-77a6122b01094e9b.js} +1 -1
- package/.next/static/css/d9dd4c2832f6fd16.css +1 -0
- package/.next/static/j0SXcZ7jApFgePzyFcY3r/_buildManifest.js +1 -0
- package/.next/trace +80 -80
- package/.turbo/turbo-build.log +2 -2
- package/package.json +2 -2
- package/src/components/navigation/NavbarLinks/NavbarLinks.tsx +6 -1
- package/src/components/navigation/NavbarSlider/NavbarSlider.tsx +1 -1
- package/src/components/navigation/NavbarSlider/section.module.scss +12 -0
- package/src/components/sections/Navbar/section.module.scss +0 -3
- package/src/components/ui/ProductGallery/ProductGallery.tsx +4 -1
- package/.next/static/AZ5H7_jKsFGK4P5JiXSwz/_buildManifest.js +0 -1
- package/.next/static/chunks/548-6b23e7ad82cd22b9.js +0 -1
- package/.next/static/chunks/706-1020d118bb59b204.js +0 -1
- package/.next/static/css/4ad5a6bd11a9f8d8.css +0 -1
- /package/.next/static/{AZ5H7_jKsFGK4P5JiXSwz → j0SXcZ7jApFgePzyFcY3r}/_ssgManifest.js +0 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -33,13 +33,13 @@ Route (pages) Size First Load JS
|
|
|
33
33
|
├ λ /api/graphql 0 B 77.9 kB
|
|
34
34
|
├ λ /api/preview 0 B 77.9 kB
|
|
35
35
|
├ ● /checkout 657 B 113 kB
|
|
36
|
-
├ ● /login 1.08 kB
|
|
36
|
+
├ ● /login 1.08 kB 114 kB
|
|
37
37
|
└ ● /s 4.55 kB 127 kB
|
|
38
38
|
+ First Load JS shared by all 80.7 kB
|
|
39
39
|
├ chunks/framework-dfd14d7ce6600b03.js 45.3 kB
|
|
40
40
|
├ chunks/main-fd466221927468fd.js 23.9 kB
|
|
41
41
|
├ chunks/pages/_app-babcc4d7b80d8f4a.js 6.38 kB
|
|
42
|
-
├ chunks/webpack-
|
|
42
|
+
├ chunks/webpack-77a6122b01094e9b.js 2.3 kB
|
|
43
43
|
└ css/208b7dd52a0981bd.css 2.8 kB
|
|
44
44
|
|
|
45
45
|
λ (Server) server-side renders at runtime (uses getInitialProps or getServerSideProps)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@faststore/core",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.42",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"browserslist": "supports es6-module and not dead",
|
|
6
6
|
"scripts": {
|
|
@@ -110,5 +110,5 @@
|
|
|
110
110
|
"msw": {
|
|
111
111
|
"workerDirectory": "public"
|
|
112
112
|
},
|
|
113
|
-
"gitHead": "
|
|
113
|
+
"gitHead": "1669e1bd5269a43c2391a4d4c5be67d4a9518475"
|
|
114
114
|
}
|
|
@@ -38,7 +38,12 @@ function NavbarLinks({
|
|
|
38
38
|
<NavbarLinksList.Component {...NavbarLinksList.props}>
|
|
39
39
|
{links.map(({ url, text }) => (
|
|
40
40
|
<UINavbarLinksListItem key={text}>
|
|
41
|
-
<Link
|
|
41
|
+
<Link
|
|
42
|
+
variant="display"
|
|
43
|
+
href={url}
|
|
44
|
+
prefetch={false}
|
|
45
|
+
onClick={onClickLink}
|
|
46
|
+
>
|
|
42
47
|
{text}
|
|
43
48
|
</Link>
|
|
44
49
|
</UINavbarLinksListItem>
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
.section {
|
|
2
|
+
@import "@faststore/ui/src/components/atoms/Button/styles.scss";
|
|
3
|
+
@import "@faststore/ui/src/components/atoms/Icon/styles.scss";
|
|
4
|
+
@import "@faststore/ui/src/components/atoms/Link/styles.scss";
|
|
5
|
+
@import "@faststore/ui/src/components/atoms/List/styles.scss";
|
|
6
|
+
@import "@faststore/ui/src/components/atoms/Logo/styles.scss";
|
|
7
|
+
@import "@faststore/ui/src/components/molecules/LinkButton/styles.scss";
|
|
8
|
+
@import "@faststore/ui/src/components/molecules/Modal/styles.scss";
|
|
9
|
+
@import "@faststore/ui/src/components/molecules/NavbarLinks/styles.scss";
|
|
10
|
+
@import "@faststore/ui/src/components/organisms/SlideOver/styles.scss";
|
|
11
|
+
@import "@faststore/ui/src/components/organisms/NavbarSlider/styles.scss";
|
|
12
|
+
}
|
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
@import "@faststore/ui/src/components/atoms/Logo/styles.scss";
|
|
13
13
|
@import "@faststore/ui/src/components/atoms/Price/styles.scss";
|
|
14
14
|
@import "@faststore/ui/src/components/molecules/LinkButton/styles.scss";
|
|
15
|
-
@import "@faststore/ui/src/components/molecules/Modal/styles.scss";
|
|
16
15
|
@import "@faststore/ui/src/components/molecules/NavbarLinks/styles.scss";
|
|
17
16
|
@import "@faststore/ui/src/components/molecules/SearchAutoComplete/styles.scss";
|
|
18
17
|
@import "@faststore/ui/src/components/molecules/SearchDropdown/styles.scss";
|
|
@@ -22,6 +21,4 @@
|
|
|
22
21
|
@import "@faststore/ui/src/components/molecules/SearchTop/styles.scss";
|
|
23
22
|
@import "@faststore/ui/src/components/organisms/SearchInput/styles.scss";
|
|
24
23
|
@import "@faststore/ui/src/components/organisms/Navbar/styles.scss";
|
|
25
|
-
@import "@faststore/ui/src/components/organisms/SlideOver/styles.scss";
|
|
26
|
-
@import "@faststore/ui/src/components/organisms/NavbarSlider/styles.scss";
|
|
27
24
|
}
|
|
@@ -90,7 +90,10 @@ function ProductGallery({
|
|
|
90
90
|
return (
|
|
91
91
|
<section data-testid="product-gallery" data-fs-product-listing>
|
|
92
92
|
{searchTerm && (
|
|
93
|
-
<header
|
|
93
|
+
<header
|
|
94
|
+
data-fs-product-listing-search-term
|
|
95
|
+
data-fs-content="product-gallery"
|
|
96
|
+
>
|
|
94
97
|
<h1>
|
|
95
98
|
{searchTermLabel} <span>{searchTerm}</span>
|
|
96
99
|
</h1>
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
self.__BUILD_MANIFEST=function(s,c,a,t,e,f,i,u,n,g){return{__rewrites:{beforeFiles:[],afterFiles:[],fallback:[]},"/":[s,t,c,a,e,f,u,"static/chunks/pages/index-bdbfb082027ed2b7.js"],"/404":[s,c,a,i,"static/chunks/pages/404-14d27e3706f3d2c3.js"],"/500":[s,c,a,i,"static/chunks/pages/500-250ccf5c9626e451.js"],"/_error":["static/chunks/pages/_error-a7a0c1d9bfbb4f38.js"],"/account":[s,c,a,"static/chunks/pages/account-d248acc931146694.js"],"/checkout":[s,c,a,"static/chunks/pages/checkout-97f6d6f36f041a6f.js"],"/login":[s,c,a,i,"static/chunks/pages/login-b1bdf30c951bb60d.js"],"/s":[s,c,a,n,g,"static/chunks/pages/s-aabfa5c08338974a.js"],"/[slug]/p":[s,t,c,a,e,f,"static/css/5972921daee792bb.css","static/chunks/pages/[slug]/p-44e66d729b2413fb.js"],"/[...slug]":[s,t,c,a,e,f,n,g,u,"static/css/d67fbe2a613293c1.css","static/chunks/pages/[...slug]-bcfaf0c5d60b57a0.js"],sortedPages:["/","/404","/500","/_app","/_error","/account","/checkout","/login","/s","/[slug]/p","/[...slug]"]}}("static/chunks/738-a5ff304828f20cbf.js","static/css/4ad5a6bd11a9f8d8.css","static/chunks/706-1020d118bb59b204.js","static/chunks/548-6b23e7ad82cd22b9.js","static/css/41ef280537acec50.css","static/chunks/209-d1d2eeaeefbc68f7.js","static/css/af5ef0767b748cb3.css","static/css/5330ae3076254840.css","static/css/82a475e147f4b2ee.css","static/chunks/791-681afeb766a9098f.js"),self.__BUILD_MANIFEST_CB&&self.__BUILD_MANIFEST_CB();
|