@akinon/projectzero 1.42.0-rc.5 → 1.42.0-rc.6
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/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,30 @@
|
|
|
1
1
|
# projectzeronext
|
|
2
2
|
|
|
3
|
+
## 1.42.0-rc.6
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [146ea39]
|
|
8
|
+
- @akinon/next@1.42.0-rc.6
|
|
9
|
+
- @akinon/pz-akifast@1.42.0-rc.6
|
|
10
|
+
- @akinon/pz-b2b@1.42.0-rc.6
|
|
11
|
+
- @akinon/pz-basket-gift-pack@1.42.0-rc.6
|
|
12
|
+
- @akinon/pz-bkm@1.42.0-rc.6
|
|
13
|
+
- @akinon/pz-checkout-gift-pack@1.42.0-rc.6
|
|
14
|
+
- @akinon/pz-click-collect@1.42.0-rc.6
|
|
15
|
+
- @akinon/pz-credit-payment@1.42.0-rc.6
|
|
16
|
+
- @akinon/pz-gpay@1.42.0-rc.6
|
|
17
|
+
- @akinon/pz-masterpass@1.42.0-rc.6
|
|
18
|
+
- @akinon/pz-one-click-checkout@1.42.0-rc.6
|
|
19
|
+
- @akinon/pz-otp@1.42.0-rc.6
|
|
20
|
+
- @akinon/pz-pay-on-delivery@1.42.0-rc.6
|
|
21
|
+
|
|
3
22
|
## 1.42.0-rc.5
|
|
4
23
|
|
|
5
24
|
### Minor Changes
|
|
6
25
|
|
|
26
|
+
- 5a4c607: ZERO-2764: Add case-warning rule to eslint-plugin-projectzero
|
|
27
|
+
- 06650ca: ZERO-2620: Remove unnecessary pointer-events-none class
|
|
7
28
|
- fac2e5b: ZERO-2622: Add isMenuOpen state to Category reducer and update CategoryInfo component
|
|
8
29
|
|
|
9
30
|
### Patch Changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "projectzeronext",
|
|
3
|
-
"version": "1.42.0-rc.
|
|
3
|
+
"version": "1.42.0-rc.6",
|
|
4
4
|
"private": true,
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"scripts": {
|
|
@@ -22,19 +22,19 @@
|
|
|
22
22
|
"prestart": "pz-prestart"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@akinon/next": "1.42.0-rc.
|
|
26
|
-
"@akinon/pz-akifast": "1.42.0-rc.
|
|
27
|
-
"@akinon/pz-b2b": "1.42.0-rc.
|
|
28
|
-
"@akinon/pz-basket-gift-pack": "1.42.0-rc.
|
|
29
|
-
"@akinon/pz-bkm": "1.42.0-rc.
|
|
30
|
-
"@akinon/pz-checkout-gift-pack": "1.42.0-rc.
|
|
31
|
-
"@akinon/pz-click-collect": "1.42.0-rc.
|
|
32
|
-
"@akinon/pz-credit-payment": "1.42.0-rc.
|
|
33
|
-
"@akinon/pz-gpay": "1.42.0-rc.
|
|
34
|
-
"@akinon/pz-masterpass": "1.42.0-rc.
|
|
35
|
-
"@akinon/pz-one-click-checkout": "1.42.0-rc.
|
|
36
|
-
"@akinon/pz-otp": "1.42.0-rc.
|
|
37
|
-
"@akinon/pz-pay-on-delivery": "1.42.0-rc.
|
|
25
|
+
"@akinon/next": "1.42.0-rc.6",
|
|
26
|
+
"@akinon/pz-akifast": "1.42.0-rc.6",
|
|
27
|
+
"@akinon/pz-b2b": "1.42.0-rc.6",
|
|
28
|
+
"@akinon/pz-basket-gift-pack": "1.42.0-rc.6",
|
|
29
|
+
"@akinon/pz-bkm": "1.42.0-rc.6",
|
|
30
|
+
"@akinon/pz-checkout-gift-pack": "1.42.0-rc.6",
|
|
31
|
+
"@akinon/pz-click-collect": "1.42.0-rc.6",
|
|
32
|
+
"@akinon/pz-credit-payment": "1.42.0-rc.6",
|
|
33
|
+
"@akinon/pz-gpay": "1.42.0-rc.6",
|
|
34
|
+
"@akinon/pz-masterpass": "1.42.0-rc.6",
|
|
35
|
+
"@akinon/pz-one-click-checkout": "1.42.0-rc.6",
|
|
36
|
+
"@akinon/pz-otp": "1.42.0-rc.6",
|
|
37
|
+
"@akinon/pz-pay-on-delivery": "1.42.0-rc.6",
|
|
38
38
|
"@hookform/resolvers": "2.9.0",
|
|
39
39
|
"@next/third-parties": "14.1.0",
|
|
40
40
|
"@react-google-maps/api": "2.17.1",
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"yup": "0.32.11"
|
|
59
59
|
},
|
|
60
60
|
"devDependencies": {
|
|
61
|
-
"@akinon/eslint-plugin-projectzero": "1.42.0-rc.
|
|
61
|
+
"@akinon/eslint-plugin-projectzero": "1.42.0-rc.6",
|
|
62
62
|
"@semantic-release/changelog": "6.0.2",
|
|
63
63
|
"@semantic-release/exec": "6.0.3",
|
|
64
64
|
"@semantic-release/git": "10.0.1",
|
|
@@ -93,7 +93,7 @@ export const FavoriteItem = (props: Props) => {
|
|
|
93
93
|
className={clsx(
|
|
94
94
|
'absolute top-4 right-4 cursor-pointer',
|
|
95
95
|
isRemoveFavoriteLoading
|
|
96
|
-
? '
|
|
96
|
+
? 'hover:cursor-wait'
|
|
97
97
|
: 'hove:cursor-pointer'
|
|
98
98
|
)}
|
|
99
99
|
data-testid="favorites-remove"
|