@faststore/core 2.0.75-alpha.0 → 2.0.78-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 +13 -13
- 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 +1 -1
- package/.next/routes-manifest.json +1 -1
- package/.next/server/chunks/849.js +0 -1
- package/.next/server/chunks/953.js +1 -0
- 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.nft.json +1 -1
- package/.next/server/pages/500.js.nft.json +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.nft.json +1 -1
- 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/server/pages/s.js.nft.json +1 -1
- package/.next/server/pages-manifest.json +2 -2
- package/.next/static/chunks/{953.77a48c854f628dcf.js → 953.34c6b39e63e3a24c.js} +1 -1
- package/.next/static/chunks/{webpack-fc7c18f8a868734c.js → webpack-499a79772d3ef1c5.js} +1 -1
- package/.next/trace +64 -64
- package/.turbo/turbo-build.log +1 -1
- package/CHANGELOG.md +10 -0
- package/package.json +3 -3
- package/src/components/cart/CartSidebar/CartSidebar.tsx +5 -1
- /package/.next/static/{xmQIY_XtSwwYX1xvtcDOJ → AfRyx-Tw-CIp1IqIH2Vyn}/_buildManifest.js +0 -0
- /package/.next/static/{xmQIY_XtSwwYX1xvtcDOJ → AfRyx-Tw-CIp1IqIH2Vyn}/_ssgManifest.js +0 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -41,7 +41,7 @@ Route (pages) Size First Load JS
|
|
|
41
41
|
├ chunks/framework-dfd14d7ce6600b03.js 45.3 kB
|
|
42
42
|
├ chunks/main-9746772201fe3ac1.js 23.9 kB
|
|
43
43
|
├ chunks/pages/_app-9cc7312632f19e94.js 28.9 kB
|
|
44
|
-
├ chunks/webpack-
|
|
44
|
+
├ chunks/webpack-499a79772d3ef1c5.js 2.22 kB
|
|
45
45
|
└ css/14ebc84fc6d6c80c.css 19.9 kB
|
|
46
46
|
|
|
47
47
|
λ (Server) server-side renders at runtime (uses getInitialProps or getServerSideProps)
|
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,16 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [2.0.78-alpha.0](https://github.com/vtex/faststore/compare/v2.0.77-alpha.0...v2.0.78-alpha.0) (2023-03-15)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @faststore/core
|
|
9
|
+
|
|
10
|
+
## [2.0.76-alpha.0](https://github.com/vtex/faststore/compare/v2.0.75-alpha.0...v2.0.76-alpha.0) (2023-03-15)
|
|
11
|
+
|
|
12
|
+
### Bug Fixes
|
|
13
|
+
|
|
14
|
+
- Adds missing test id ([#1666](https://github.com/vtex/faststore/issues/1666)) ([470584d](https://github.com/vtex/faststore/commit/470584d7a7213742bc7d9fbcf9e52e28c6595676)), closes [/github.com/vtex/faststore/pull/1649/files#diff-bc55adb273e27dfb220da8699e7463fac6bc3e1292439e1fa7530e09e9a6d009](https://github.com/vtex//github.com/vtex/faststore/pull/1649/files/issues/diff-bc55adb273e27dfb220da8699e7463fac6bc3e1292439e1fa7530e09e9a6d009)
|
|
15
|
+
|
|
6
16
|
## [2.0.75-alpha.0](https://github.com/vtex/faststore/compare/v2.0.74-alpha.0...v2.0.75-alpha.0) (2023-03-15)
|
|
7
17
|
|
|
8
18
|
### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@faststore/core",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.78-alpha.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"browserslist": "supports es6-module and not dead",
|
|
6
6
|
"scripts": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@envelop/parser-cache": "^2.2.0",
|
|
31
31
|
"@envelop/validation-cache": "^2.2.0",
|
|
32
32
|
"@faststore/api": "^2.0.3-alpha.0",
|
|
33
|
-
"@faststore/components": "^2.0.
|
|
33
|
+
"@faststore/components": "^2.0.78-alpha.0",
|
|
34
34
|
"@faststore/graphql-utils": "^2.0.3-alpha.0",
|
|
35
35
|
"@faststore/sdk": "^2.0.3-alpha.0",
|
|
36
36
|
"@faststore/ui": "^2.0.75-alpha.0",
|
|
@@ -107,5 +107,5 @@
|
|
|
107
107
|
"msw": {
|
|
108
108
|
"workerDirectory": "public"
|
|
109
109
|
},
|
|
110
|
-
"gitHead": "
|
|
110
|
+
"gitHead": "f72396792ad4f91aacd757071734e514eb49ae68"
|
|
111
111
|
}
|
|
@@ -72,7 +72,11 @@ function CartSidebar() {
|
|
|
72
72
|
className={styles.fsCartSidebar}
|
|
73
73
|
onTransitionEnd={() => fade === 'out' && closeCart()}
|
|
74
74
|
>
|
|
75
|
-
<UISlideOverHeader
|
|
75
|
+
<UISlideOverHeader
|
|
76
|
+
closeBtnProps={closeBtnProps}
|
|
77
|
+
onClose={fadeOut}
|
|
78
|
+
data-testid="cart-sidebar"
|
|
79
|
+
>
|
|
76
80
|
<div data-fs-cart-sidebar-title>
|
|
77
81
|
<p data-fs-cart-sidebar-title-text className="text__lead">
|
|
78
82
|
Your Cart
|
|
File without changes
|
|
File without changes
|